@import url('https://fonts.googleapis.com/css?family=Oswald:300,400&display=swap');

:root {
  /* 
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
*/
  /* Override Variables */
  --font-family-sans-serif: 'Source Sans Pro', -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  --gray-dark: #404040;
  --purple: #533777;

  /* Page Variables */
  --light-blue: #e1f7f5;
  --light-purple: #c290d2;
  --font-family-serif: Oswald, sans-serif;
  --color-text: var(--gray-dark);
  --font-family-text: var(--font-family-serif);
}

.family-sans {
  font-family: var(--font-family-sans-serif);
}

.family-sans2 {
  font-family: 'Oswald', sans-serif;
  font-size:  2em;
  font-weight: 400;
}

.family-sans3 {
  font-family: 'Oswald', sans-serif;
  font-size:  2em;
  font-weight: 400;
  color: #3c4761;
}

.icon {
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  vertical-align: -0.125;
  text-rendering: auto;
  fill: gray !important;
  width: 50px;
  height: 50px;
}

.animated {
  visibility: visible !important;
}

body {
  font-family: var(--font-family-text);
  color: var(--color-text);
  font-weight: 200;
}

.site-header {
  background: url(../images/welcome.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header .animated {
  animation-delay: 2s;
  animation-duration: 1s;
}

.layout-text {
  font-size: 1.1em;
}

.site-nav.inbody {
  background: var(--secondary);
}

/* .button1 {
  background-color: #533777;
  margin-top: 12px;
} */

.button5 {
  /* background-color: white; */
  color: black;
  border: 2px solid #555555;
  /* margin-top: 79px;
  margin-bottom: 79px; */
}

.button6 {
  background-color: #17c2a4;
  color: white;
  border: none;
}

.button6:hover {
  background-color: whitesmoke;
  color: black;
}

.button7 {
  background-color: #eb7d4b;
  color: white;
  border: none;
}

.button7:hover {
  background-color: whitesmoke;
  color: black;
}

.button8 {
  background-color: #30bae7;
  color: white;
  border: none;
}

.button8:hover {
  background-color: whitesmoke;
  color: black;
}

button {
  background-color: #ffbf80; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonlarge {
  /* background-color: #ffbf80; Green */
  border: none;
  color: white;
  padding: 16px 71px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonSmall {
  background-color: #ffbf80; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #ffbf80; 
  color: black; 
  border: none;
}

.button1:hover {
  background-color: whitesmoke;
  color: black;
}

.button2 {
  background-color: #ffbf80; 
  color: black; 
  border: none;
}

.button2:hover {
  background-color: whitesmoke;
  color: black;
}

.button3 {
  background-color: #ffbf80; 
  color: black; 
  border: none;
}

.button3:hover {
  background-color: whitesmoke;
  color: black;
}

.button4 {
  background-color: #ffbf80; 
  color: black; 
  border: none;
}

.button4:hover {
  background-color: whitesmoke;
  color: black;
}

.headline {
  width: 9%;
  height: 6px;
  background-color: #14a58c;
  display: block;
  margin: auto;
}

.headline1 {
  width: 9%;
  height: 6px;
  background-color: #c8d9e5;
  display: block;
  margin: auto;
}

.headline2 {
  width: 9%;
  height: 6px;
  background-color: #e5c37f;
  display: block;
  margin: auto;
}

.headline3 {
  width: 9%;
  height: 6px;
  background-color: #b73c6d;
  display: block;
  margin: auto;
}

.headline4 {
  width: 9%;
  height: 6px;
  background-color: #273a71;
  display: block;
  margin: auto;
}

.imagefix {
  width: 200px;
  margin-top: -49px;
}

.box canvas {
  position: absolute;
  top: -32px;
  left: 86px;
}

.fixrow {
  padding-top: 95px;
}

.parafix1 {
  color: #3c4761;
}

.font {
  font-size: 2em;
  color: #3c4761;
}

.parafix2 {
  color:#534f46;
  font-size:1.2em;
}

.parafix3 {
  color: #393939;
}

.parafix4 {
  color: #fac996;
}

.parafix5 {
  font-size: 1.3em;
}

.fixpara7 {
  color: #344b8e;
}

/* .line1 {
  color: #30bae7;
  pointer-events: visible;
} */

.input-placeholder {
  position: relative;
}
.input-placeholder2 {
  position: relative;
}
.input-placeholder2 input {
  padding: 0px 534px 197px 0px;
    font-size: 26px;
    background-color: #273a71;
    border: none;
}

.input-placeholder input {
  padding: 8px 103px 0px 0px;
  font-size: 26px;
  background-color: #273a71;
  border: none;
}


.input-placeholder input:valid + .placeholder {
  display: none;
}
.input-placeholder2 input:valid + .placeholder2 {
  display: none;
}
.placeholder {
  position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0px;
    height: 25px;
    font-size: 18px;
    left: 10px;
    margin: auto;
    color: white;
    padding: 0px 0px 0px 18px;
}

.placeholder2 {
  position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0px;
    height: 25px;
    font-size: 18px;
    left: 10px;
    margin: auto;
    color: white;
    padding: 0px 0px 218px 18px;
}
.placeholder span {
  color: red;
}
.placeholder2 span {
  color: red;
}

.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #643a79;
}

.background1 {
  background-color: #bdd1df;
    border-radius: 133px;
    height: 37px;
    font-size: 27px;
    width: 42px;
    position: absolute;
    left: 46px;
    top: 578px;
}

.background2 {
  left: 95px;
    background-color: #bdd1df;
    border-radius: 133px;
    height: 37px;
    font-size: 27px;
    width: 40px;
    position: absolute;
    /* margin: auto; */
    /* padding: 0 0px 0px 2px; */
    top: 578px;
}

.background3 {
  left: 142px;
    background-color: #bdd1df;
    border-radius: 133px;
    height: 40px;
    font-size: 27px;
    width: 40px;
    position: absolute;
    /* margin: auto; */
    /* padding: 0 0px 0px 2px; */
    top: 578px;
}

.background4 {
  left: 190px;
    background-color: #bdd1df;
    border-radius: 133px;
    height: 40px;
    font-size: 27px;
    width: 40px;
    position: absolute;
    /* margin: auto; */
    /* padding: 0 0px 0px 2px; */
    top: 578px;
}

.background5 {
  left: 77px;
  background-color: #bdd1df;
  border-radius: 133px;
  height: 37px;
  font-size: 27px;
  width: 40px;
  position: absolute;
  /* margin: auto; */
  /* padding: 0 0px 0px 2px; */
  top: 578px;
}

.background6 {
  left: 127px;
  background-color: #bdd1df;
  border-radius: 133px;
  height: 40px;
  font-size: 27px;
  width: 40px;
  position: absolute;
  /* margin: auto; */
  /* padding: 0 0px 0px 2px; */
  top: 578px;
}

.background7 {
  left: 174px;
  background-color: #bdd1df;
  border-radius: 133px;
  height: 40px;
  font-size: 27px;
  width: 40px;
  position: absolute;
  /* margin: auto; */
  /* padding: 0 0px 0px 2px; */
  top: 578px;
}

.background8 {
  background-color: #bdd1df;
  border-radius: 133px;
  height: 37px;
  font-size: 27px;
  width: 42px;
  position: absolute;
  left: 76px;
  top: 578px;
}

.background9 {
  left: 126px;
  background-color: #bdd1df;
  border-radius: 133px;
  height: 37px;
  font-size: 27px;
  width: 40px;
  position: absolute;
  /* margin: auto; */
  /* padding: 0 0px 0px 2px; */
  top: 578px;
}

.background10 {
  left: 172px;
  background-color: #bdd1df;
  border-radius: 133px;
  height: 40px;
  font-size: 27px;
  width: 40px;
  position: absolute;
  /* margin: auto; */
  /* padding: 0 0px 0px 2px; */
  top: 578px;
}

@media screen and (max-width: 768px) {
  .site-header .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
  }
}

.site-header .layout-hero {
  min-height: 50vh;
}

.site-header .page-section-title {
  font-size:  3em;
  /* font-family: var(--font-family-sans-serif); */
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding-top: 202px;
}

.site-header .page-section-title2 {
  font-size:  3em;
  /* font-family: var(--font-family-sans-serif); */
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}

.site-header .page-section-text {
  font-size: 1.2em;
}

.site-header .nav-link {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 2px;
}

.site-header .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--yellow);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-out;
}

.site-header .nav-link:hover:before {
  visibility: visible;
  left: 0;
  transform: scaleX(1);
}

#page-multicolumn {
  /* background: var(--light-blue); */
  background: url(../images/serviceblock.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-multicolumn2 {
  /* background: var(--light-blue); */
  background: url(../images/teamblock.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-media2 {
  /* background: var(--light-blue); */
  background: url(../images/portfolioblock.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-photogrid {
  background: url(../images/aboutUsBlock.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-carousel {
  background: url(../images/contactusBlock.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer {
  background: url(../images/Base.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-multicolumn .layout-image {
  transition: all 0.3s ease-out;
}

/* .layout-image {
  border-radius: 20px;
} */

.layout-multicolumn .layout-image:hover {
  transform: scale(1.1) translateY(-3px);
}

.page-section-header .page-section-title {
  font-size: 3em;
  /* font-family: var(--font-family-sans-serif); */
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: var(--white);
}

.page-section-header2 .page-section-title2 {
  font-size: 3em;
  /* font-family: var(--font-family-sans-serif); */
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #3c4761;
}

.page-section-header .page-section-text {
  font-size: 1.2em;
  font-weight: 200;
}

.layout-media .layout-image {
  max-width: 200px;
}

.layout-media .layout-title {
  color: var(--purple);
  font-family: var(--font-family-sans-serif);
  font-weight: 200;
  font-size: 1.6em;
}

.layout-photogrid .layout-image {
  background: var(--light-blue);
}

/* #page-carousel {
  background: var(--light-purple);
} */

.layout-nested .layout-title {
  color: var(--purple);
  font-family: var(--font-family-sans-serif);
  font-size: 2.2em;
}

#page-floater {
  background: var(--light-blue);
}

@media screen and (min-width: 768px) {
  #page-floater {
    margin: 150px 0 150px 0;
  }

  .layout-floater .layout-container {
    position: relative;
  }

  .layout-floater .layout-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg)
      scale(1.1);
  }
}

.layout-social .layout-icon {
  font-size: 2em;
  border-radius: 0%;
}

@media only screen and (max-width: 1000px) {

.box canvas {
  left: 167px;left: 102px;
}

}

@media only screen and (max-width: 1024px) {

.box canvas {
  left:102px;
}

.input-placeholder input {
  padding: 8px 37px 0px 0px;
  font-size: 26px;
  background-color: #273a71;
  border: none;
}

.input-placeholder2 input {
  padding: 64px 397px 145px 0px;
  font-size: 26px;
  background-color: #273a71;
  border: none;
}

}

@media only screen and (max-width: 768px) {

  .box canvas {
    left:121px;
  }

.input-placeholder2 input {
  padding: 64px 37px 145px 0px;
  font-size: 26px;
  background-color: #273a71;
  border: none;
}

}

@media only screen and (max-width: 320px) {

  .box canvas {
    left:74px;
  }

  .input-placeholder input {
    padding: 8px 0px 0px 0px;
    font-size: 26px;
    background-color: #273a71;
    border: none;
}
  .input-placeholder2 input {
    padding: 35px 0px 145px 0px;
    font-size: 26px;
    background-color: #273a71;
    border: none;
}


}

/* @media only screen and (max-width: 375px) {

  .box canvas {
    left:101px;
  }
  
} */