
:root {
  --website_bg: #105879;
  
  
}




























footer {
    background-image: url(../img/home-one/14.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--website_bg);
    padding-top: 185px;
    position: relative;
}




.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color:  var(--website_bg);
    font-weight: 500;
    padding: 20px 45px;
    border-radius: 5px;
}







.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: var(--website_bg);
    font-weight: 500;
    padding: 20px 45px;
    border-radius: 5px;
  }



  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--website_bg);
  }
  


  .slider-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--website_bg);
    opacity: 0.8;
  }





  .header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color:  var(--website_bg);
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #fdfdfd;
}




.header-top-item .header-top-left ul li a i {
    color: var(--website_bg);
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.header-top-item .header-top-left ul li i {
    color: var(--website_bg);
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}


 
.expertise-item .expertise-inner {
    background-color:  var(--website_bg);
    padding: 42px 25px 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}



.page-title-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: var(--website_bg);
  }
  


  .counter-item h3 {
    font-weight: 700;
    font-size: 48px;
    color: var(--website_bg);
    margin-bottom: 8px;
}


.counter-item i {
  display: block;
  color: var(--website_bg);
  font-size: 45px;
  margin-bottom: 20px;
}



 




.about-left:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 430px;
  height: 375px;
  border-radius: 10px;
  z-index: -1;
  animation: a-one 5s infinite linear;
  background-color:  var(--website_bg);
}
.about-left:after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 430px;
  height: 375px;
  border-radius: 10px;
  z-index: -1;
  animation: a-two 5s infinite linear;
  background-color: var(--website_bg);

}

.service-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  background-color:  var(--website_bg);
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
}





.slider-item .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 35px;
  max-width: 600px;
  margin-left: 0;
}




h1, h2, h3, h4, h5, h6 {
  color: var(--website_bg);
}



.back-to-top-btn i {
  background-color: var(--website_bg);
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-right: 28px;
  box-shadow: 0px 0px 14px 0px  var(--website_bg);
}
  


.appointment-item .appointment-form .appointment-btn {
  color: #ffffff;
  background-color:  var(--website_bg);
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 18px 45px;
  transition: 0.5s all ease;
}



.appointment-item h2 {
  color:  var(--website_bg);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}



.about-item ul li i {
  display: inline-block;
  margin-right: 10px;
  color:  var(--website_bg);
  font-size: 23px;
  position: relative;
  top: 2px;
}









.home-slider .owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  font-size: 28px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color:  var(--website_bg) !important;
  transition: 0.5s all ease;
}




.home-slider .owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px !important;
  font-size: 28px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color:  var(--website_bg) !important;
  transition: 0.5s all ease;
}






.home-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 4px;
  background-color: var(--website_bg);
  transition: 0.5s all ease;
}



@media only screen and (max-width: 991px) {
  .mean-container .mean-bar {
      background-color:  var(--website_bg);
      padding: 0;
  }
}


.common-btn a {
  display: inline-block;
  color: var(--website_bg);
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 5px;
  margin-right: 20px;
  border: 2px solid transparent;
}


.expertise-item .expertise-inner i {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: var(--website_bg);
  font-size: 30px;
  margin-bottom: 35px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.6509803922);
  background-color: #ffffff;
  transition: 0.5s all ease;
  position: relative;
  top: 8px;
}




.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid var(--website_bg);
}



@media only screen and (max-width: 767px) {
  .home-slider.owl-theme .owl-dots {
      bottom: 45px;
  }
}




