
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

a {
  color: #5ba7b0;
  text-decoration: none;
}

a:hover {
  color: #5ba7b0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
.text-justify  { text-align: justify !important; }
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
}

#header.fixed-top {
  height: 90px;
  border-bottom: 1px solid #e8e8e8
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #5ba7b0;
}

#header .logo img {
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 17px;
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #73c4cd;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #73c4cd;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #73c4cd;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #73c4cd;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#banner {
  width: 100%;
  height: 75vh;
  background: url("../img/bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#banner.interna {
  height: 60vh;
}
#banner:before {
  content: "";
  background: rgb(190 210 213 / 66%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#banner .container {
  position: relative;
  text-align: center;
}

#banner h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #245562;
}

#banner h1 span {
  color: #73c4cd;
}

#banner h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#banner .btn-get-started {
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #73c4cd;
}

#banner .btn-get-started:hover {
  background: #5ba7b0;
}

#banner .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}


@media (min-width: 1024px) {
  #banner {
    background-attachment: fixed;
  }
  #banner.interna {
    height: 60vh;
  }
}

@media (max-width: 768px) {
  #banner {
    height: 100vh;
  }
  #banner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #banner .btn-get-started,
  #banner .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #banner {
    height: 120vh;
  }
  #banner.interna {
    height: 60vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #e3f0f1;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
}
.featured-services{
    background: #215563;
}
.featured-services .section-title h3{
    color:#fff;
}


.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}


.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #73c4cd;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  font-size: 24px;
  padding: 10px;
  margin-right: 40px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #73c4cd;
}





/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 80px 20px;
  background: #fff;
  margin-top: 30px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.faq .faq-list li {
  border-bottom: 1px solid #cfe6e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #5ba7b0;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #5ba7b0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 20px 0;
  color: #444444;
  font-size: 14px;
  border-top: 1px solid #f3f3f3;
  text-align: center;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .copyright {
  text-align: center;
}


@media (max-width: 768px) {

  #footer .copyright {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
.btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #73c4cd;
}
.contact-us form {
    margin-top: 30px
}

.contact-us form a {
    text-decoration: underline
}

.contact-us form hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #4a7682;
    max-width: initial
}

.contact-us form label.error {
    color: #f7633e;
    padding-top: 0;
    display: block;
    position: relative;
    top: -14px;
    font-weight: 300;
    font-size: 18px
}

.contact-us form label {
    color: #4a7682;
    font-weight: 300;
    font-size: 18px
}

.contact-us form input[type=radio]{
    width: 20px;
    height: 20px;
    float: left;
    margin: 0;
    margin-right: 10px;
}

.contact-us form .certification label{
    margin: 0 0 20px;
}

.contact-us form input,
.contact-us form textarea {
    width:100%; 
    height:54px; 
    line-height: 1.42857143;
    padding-left: 20px;
    color: #4a7682;
    font-size: 1.0625em;
    border: 2px solid #4a7682;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none;
}

.contact-us form .styled-select {
    width: 100%;
    height: 54px;
    line-height: 1.42857143;
    padding-left: 20px;
    color: #4a7682;
    font-size: 1.0625em;
    border: 2px solid #4a7682;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: none;
    position: relative
}

.contact-us form .styled-select p.error {
    top: 5px;
    left: -21px
}

.contact-us form .styled-select.disable {
    opacity: 0.3
}

.contact-us form .styled-select.disable select {
    cursor: no-drop
}

.contact-us form .styled-select label.error {
    top: 4px;
    left: -22px;
    font-size: 13px
}

.contact-us form .styled-select select {
    width: 100%;
    font-size: 1.0625em;
    height: 53px;
    margin: 0;
    background: transparent;
    color: #4a7682;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.contact-us form .styled-select select option {
    background-color: #fff
}

.contact-us form .styled-select .select-button {
    background-color: transparent;
    right: 4px;
    top: 0px;
    position: absolute;
    pointer-events: none;
    width: 2em;
    height: 54px
}

.contact-us form .styled-select .select-button .select-button-text {
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    display: block
}

.contact-us form .styled-select .select-button .select-button-text span {
    font-size: 1em
}

.contact-us form .small-arrow-down {
    width: 0;
    height: 0;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #4a7682;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.contact-us form .lt-ie10 .styled-select {
    background: #fff;
    border: none
}

.contact-us form .lt-ie10 .styled-select .select-button {
    display: none
}

.contact-us form button {
text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
        float: right;
    background: #73c4cd;
    border: 0;
    margin-top: 20px
}

.contact-us form button:disabled {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5
}

.contact-us form button:disabled:hover {
    background: #4a7682;
    color: #ffffff;
    border-color: #4a7682;
    cursor: no-drop
}

.contact-us form button:hover {
    background: transparent;
    color: #4a7682;
    border-color: #4a7682;
    transition: all 0.4s ease-out
}

.contact-us form textarea {
    height: auto
}

.contact-us form ::-webkit-input-placeholder {
    color: #4a7682
}

.contact-us form ::-moz-placeholder {
    color: #4a7682
}

.contact-us form :-moz-placeholder {
    color: #4a7682
}

.contact-us .styled-checkbox {
    position: absolute;
    opacity: 0
}

.contact-us .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #4a7682;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 15px
}

.contact-us .styled-checkbox+label+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #4a7682;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 15px
}

.contact-us .styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px #4a7682 solid;
    top: -4px;
    position: relative
}

.contact-us .styled-checkbox:checked+label:before {
    border-color: #4a7682
}

.contact-us .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.contact-us .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.contact-us .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    background: #4a7682;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #49abc0,4px 0 0 #49abc0,4px -2px 0 #49abc0,4px -4px 0 #49abc0,4px -6px 0 #49abc0,4px -8px 0 #49abc0;
    transform: rotate(45deg)
}

#response-contact span {
    padding: 20px;
    display: block;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
}