/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #57f0f5;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: rgb(5, 54, 99);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}
.twentytwenty-wrapper {
    height: 100%;
}

 
.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/22.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(3, 113, 141, 0.7); width: 100%;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/26.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

 


/* Facts Section
--------------------------------*/

#facts {
    background: url("../img/25.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0 60px;
    position: relative;
  }
  
  #facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
  }
  
  #facts .container {
    position: relative;
    z-index: 10;
  }
  
  #facts .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: var(--blue);
  }
  
  #facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #111; font-weight: bold;
  }
  
  #facts .facts-img {
    text-align: center;
    padding-top: 30px;
  }
  
  
 




/*----------------- logo ----------------------*/

#sliderSection4 .logo_area {display:inline; float:left;  width:100%; height:94px; margin-bottom: 0px; margin-top: 0px;}
#sliderSection4 .logo_area img{width:100%; height:100%}


#sliderSection4 .logo_area1{display:inline; float:left;  width:100%; height:114px; margin-bottom: 0px;margin-top: -1px; }
#sliderSection4 .logo_area1 img{width:100%; height:100%;  }


#sliderSection4 .logo_area2{display:inline;  float:left; width:100%; height:121px;margin-top: -4px; margin-bottom: 0px; }
#sliderSection4 .logo_area2 img{width:100%;display:inline; height:100%}


@media only screen and (max-width: 394px) {
  
  
  #sliderSection4 .logo_area {
  display: inline;
}
#sliderSection4 .logo_area1{

  display: none;
}
#sliderSection4 .logo_area2{

  display: none;
 }
 
}

@media only screen and (min-width: 395px) and (max-width: 641px){ 
  
  
  #sliderSection4 .logo_area {
    display: none;
  }
  #sliderSection4 .logo_area1{
  
    display: inline;
  }
  #sliderSection4 .logo_area2{
  
    display: none;
   }
   
  }
@media only screen and (min-width: 642px) {
  
  
  #sliderSection4 .logo_area {
    display: none;
  }
  #sliderSection4 .logo_area1{
  
    display: none;
  }
  #sliderSection4 .logo_area2{
  
    display: inline;
   }
   
  }

  @media only screen and (max-width: 642px) {
  
  body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9A9DA2;
    text-align: left;padding:0px  ;
  
  
     
  }
}

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

 
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9A9DA2;
  text-align: left; 
  background-color: #EDEFF4;background: url("../img/about-bg.jpg") center   repeat ;
    background:#e9ebec1f url("../img/4.jpg");

  background-blend-mode: multiply;
  background-repeat:  repeat;
  background-position: center;
  background-attachment: fixed;
  
}


/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/25.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
 
  font-weight: bold;
  font-size: 48px; margin-bottom: 41px; font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: var(--blue);background-color: #5c5d5f49; padding: 50px; border-radius: 10px;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #111; font-weight: bold;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}




/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 4px;
  background: #1869d2;
  bottom: 0;
  left: calc(45% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
} 