@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@500&family=Roboto&display=swap');
* {
  margin: 0;
  padding: 0;
}
body{
  /* background: #e9ebee; */
  overflow-x: hidden;
}
li {
  list-style: none;
}
a{
text-decoration:none;
}

.header-top{
  background-color: rgb(41 159 207);
}

.header-top-uls{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-uls ul{
  display: flex;
  align-items: center;
}

.header-top-uls li{
  padding: 10px 10px;
}

.top-adress li a{
  color: #fff;
}

.top-icons i{
  color: #000;
  background: #fff;
  width: 32px;
  padding-left: 10px;
  line-height: 32px;
  height: 32px;
  border-radius: 50%;
}

.top-button li{
   border: 1px solid #fff;
   margin: 0px 10px;
   padding: 5px 30px;
   border-radius: 3px;
   transition: all 0.3s ease-in-out;
}
.top-button li a{
  color: #fff;
}

.top-button li:hover{
  background-color: #fff;
}

.top-button li:hover a{
  color: #000;
}

.navbar-brand img{
  width: 115px;
}

.my-nav a{
  font-size: 17px;
    font-weight: 500;
    color: #299fcf;
    font-family: 'Roboto', sans-serif;
}

.service-sub-content {
  background-color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  position: absolute;
  width: 176px;
  border-radius: 5px;
  height: auto;
  display: none;
  z-index: 1;
  padding: 10px;
  transition: all 0.3s;
  animation-name: slide;
  animation-duration: 0.7s;
}

.service-sub-content ul li a {
  font-size: 16px;
  color: #299fcf !important;
  line-height: 45px;
  margin: 0;
}

@keyframes slide {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
  }
}

.service-rel {
  position: relative;
}

.service-rel:hover .service-sub-content {
  display: block;
}

.about{
  margin-top: 100px;
}

.about-img img{
  border-radius: 12px;
}

.all-head{
  font-size: 41px;
  font-family: 'Baloo Da 2', cursive;
  color: #27aae0;
}
.all-head span {
  color: rgb(249 147 30);
}

.about-content p{
  font-size: 17px;
  line-height: 34px;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
}

.read-btn{
  border: none;
  padding: 10px 15px;
  background-color: #3b3b86;
  color: #fff;
  border-radius: 4px;
}

.first-box {
  width: 150px;
  height: 150px;
  background-color: #cdeeff;
  position: absolute;
  left: -49px;
  top: -58px;
  z-index: -1;
  border-radius: 50%;
}

.second-box{
  width: 150px;
  height: 150px;
  background-color: #cdeeff;
  position: absolute;
  left: -94px;
  bottom: -59px;
  z-index: -1;
  border-radius: 50%;
}

.pos{
  position: relative;
}

.services{
  margin-top: 120px;
  background: #e9ebee;
  padding: 50px;
}

.services-box{
  transition: all 0.5s;
}
.services-box:hover{
  box-shadow: 0px 0px 30px 30px rgba(0,0,0,.075);
}

.service-item-content a{
  transition: all 0.5s;
}
.services-box:hover .service-item-content a{
  background-color: #27aae2;
  padding: 7px 15px;
  border-radius: 3px;
  color: #fff;
}

.service-item-content{
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 231px;
  box-shadow: 0px 0px 10px -8px rgb(0 0 0 / 79%);
}

.service-item-content h4{
  font-family: 'Baloo Da 2', cursive;
}

.service-item-content p{
  line-height: 1.8;
  color: #7c7878;
  font-family: 'Roboto', sans-serif;
}



.service-item img{
  width: 100%;
  height: 144px;
}



.vc_custom_1459978499632 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-image: url("../images/achi-bg.webp") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.foot{
  background-color: rgb(3 147 206);
}

.about-footer img{
  width: 150px;
  border-radius: 8px;
}

.foot h5 {
  font-size: 24px;
  color: #f8931f;
}

#about-page-main{
  background-image: url("../images/about-us-page-banner.png");
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-bg-head{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.page-bg-head h4{
  font-size: 40px;
  color: #fff;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
}

.about-page-img img{
  width: 450px;
  height: 450px;
  border-radius: 50%;
}

.mission-vission-box{
  text-align: center;
  padding: 37px;
}

.mission-vission-box{
  margin-top: 50px;
}
.mission-vission-box img {
  width: 90px;
  padding-bottom: 17px;
}

.mission-vission-box p{
  font-size: 17px;
  color: #4e4c4c;
  font-family: 'Roboto', sans-serif;
}

.clients-box{
  background: linear-gradient(226deg, rgb(141 107 69) 41%, rgb(88 175 212) 100%);
  padding: 30px;
  color: #fff;
}
#clients{
  margin-top: 100px;

}
.clients-box-item img{

width: 100px;
    border-radius: 54px;
    border: 2px solid green;
    margin-bottom:20px;
}

.contact-box,
.another-details,
.contact-page-map {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
}

.contact-box label {
  display: block;
  padding-top: 17px;
}

.contact-box input,
.contact-box textarea {
  border-radius: 5px;
  padding: 5px;
  background: rgb(241, 241, 241) !important;
  width: 100%;
  border: 1px solid rgb(241, 241, 241);
  border: none;
  outline: none;
}

.btn-contact {
  border-radius: 5px;
  border: none;
  padding:9px;
  background: #26aae0;
  color: #fff;
}

.another-details ul {
  display: flex;
  align-items: center;
  line-height: 70px;
}

.another-details ul i {
  background: #f1f1f1;
  padding: 13px;
  border-radius: 50px;
  font-size: 20px;
  color: #26aae0;
  /* width: 45px; */
  height: 45px;
}

.another-details {
  min-height: 100%;
}

.login-box{
  padding: 30px 30px 30px;
  width: 650px;
  box-shadow: 0px 0px 42px -24px rgb(0 0 0 / 37%);
  border-radius: 7px;
  /* position: relative;
  transform: translate(30%); */
  background: #fff;
 }

 .login-item label{
  display: block;
  font-size: 16px;
  margin-top: 15px;
  color: #878787;
 }
 .login-item input{
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  color: #555;
 }

  input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
  }

  .rember-forget ul{
      display: flex;
  }
  .rember-forget li{
      list-style: none;
  }
  .rember-forget{
      display: flex;
      justify-content: space-between;
  }
  .rember-forget strong{
      color: #ff2e44;
      font-size: 12px;
  }
  .rem{
      color: #878787; 
  }

  .login-btn{
      width: 100%;
      border: none;
      padding: 16px 0px;
      text-align: center;
      border-radius: 4px;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      background-color: #3b5998;
  }

  

  .login-face{
   background-color: #3b5998;
  }

  

  .bb{
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }

  .login-item h5{
      text-align: center;
      font-size: 12px;
  }

  .login-item h5 span a{
      color: #ff2e44;
      text-decoration: none;
  }   

  .main-content{
    margin: 30px;
}

.service-detail-menu h3 {
  padding: 6px 0px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #29a8e1;

}
.service-content-detail h2{
  padding: 14px 0px;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  color: #129ea4;
  font-weight: 600;
}
.service-content-detail strong{
  font-family: 'Poppins', sans-serif;
}
.service-content-detail p{
  font-family: 'Maiandra GD';
  text-align: justify;
}
.service-detail-menu ul li{
  list-style: none;
  border-bottom: 1px solid #D0C9C0;
  padding: 5px 0px;
  font-size: 16px;
}
.service-detail-menu ul li a:hover  {
  color: #ef635e;
}
.service-detail-menu ul {
  padding: 0;
  margin: 0;
}
.service-detail-menu ul li a{
  text-decoration: none;
  color: #414141;
}
.service-detail-menu .brbt{
  border-bottom: none;
}

.blog-page{
  padding: 30px 0px;
}

.service-detail-menu{
  background-color: #f9ecde;
  padding: 15px 18px;
}

.services-pages{
  margin-top: 100px;
}

.page-p p{
  font-size: 18px;
    line-height: 1.7;
    color: #666;
    letter-spacing: 0.8px;
}

.login-span{
  font-weight: 600;
  padding: 0px 11px;
  font-family: 'Roboto', sans-serif;
}

.divider-span{
  color: #f8931f;
}

.signup-span{
  font-weight: 600;
  padding: 0px 11px;
  font-family: 'Roboto', sans-serif;
}

.img-h{
  height: 400px;
}

.signup-logo p{
  margin-left: auto;
  margin-right: auto;
}

.btn-bgclr{
  background-color: #3b3b86;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.getapp{
  background: #26aae0;
  padding: 50px;
  margin-top: 50px;
}

.app-img img{
    width: 200px;
    border-radius: 10px;
}

.gettext h4{
  font-family: "Baloo Da 2", cursive;
  margin-top: 13px;
  font-size: 31px;
  color: #fff;
}

.last{
  display: flex;
  justify-content: space-between;
  align-items: center;
}