@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
body {
  font-family: "Barlow", sans-serif;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
}


:root {
  --red:#EC0F66;
  --blue: #00ADEE;
  --main-header:"Barlow", sans-serif;
  --main-line:"Jost", sans-serif;
}


/*  top bar  */
.topbar{
  background: #F7F7F7;
}
.top-icon {
  padding: 25px 0px 0px 30px;
}
.font-icon i{
  font-size: 32px;
  color: var(--blue);
  margin-top: 5px;
  margin-right: 10px;

}
.font-text span{
  margin: 0;
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--main-header);
}
.font-text h5{
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--main-line);
}
/*  top bar  */
.nav-item{
  position: relative;
  padding:15px 25px;
}
.navbar{
  border-bottom: 1px solid #ddddddb2;
}
.navbar .nav-item:hover .dropdown-menu {
  top: 70px;
  visibility: visible;
  transition: 0.5s;
  position: absolute !important;
  opacity: 1;
}
.navbar .nav-item .dropdown-menu {
  display: block;
  top: calc(100% - -30px);
  margin-top: 0;
  /* transform: translateX(-60%); */
  opacity: 0;
  padding: 0 !important;
  -webkit-border-radius: 4px !important;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1) !important;
  background: #fff;
  margin-top: 2px;
  padding: 0;
  border: 5px solid rgba(0, 0, 0, 0.08) !important;

  visibility: hidden;
  transition: 0.8s;
}
.dropdown-item i {
  padding-right: 5px;
  color: var(--blue);
}
.dropdown-item {
  position: relative;
  transition: 0.5s;
  padding: 8px 10px;
  border-bottom: solid 1px #eee;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--main-header);
  padding: 10px;
}
.dropdown-menu:after {
  position: absolute;
  content: "";
  top: -25px;
  left: 5px;
  border-bottom: 13px solid #fff;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 13px solid transparent;
  z-index: 99;
}
.dropdown:hover .abbbt {
  display: block !important;
}
.navbar {
  top: 95px;
  background: transparent;
  transition: all 0.5s;
}
.navbar-brand {
  width: 100%;
}
.dropdown-item:active {
  color: var(--blue);
  text-decoration: none;
  background-color: #bcbcbc;
}

.navbar img {
  width: 80%;
}
.btn-00{
  margin-top: 10px;
}
.navbar-scrolled .btn-00 .login {
  color: #fff !important;
  font-family: var(--main-header);
  font-weight: 600;
  font-size: 14px;
}
.navbar-scrolled {
  top: 0;
  background-color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.login {
  /* background: #26ae61; */
  background-color: var(--blue);
  padding: 15px 20px;
  font-family: var(--main-header);
  font-weight: 600;
  font-size: 17px;
  color: #ffffff !important;
  border-radius: 0px;
  text-decoration: none;
  margin-left: 10px;
}
.dropdown-item:hover {
  font-weight: 500;
  color: var(--blue);
  letter-spacing: 1px;
}
.login i {
  padding-right: 10px;
}
.navbar-scrolled a {
  color: #000000 !important;
  transition: all 0.5s;
}
.navbar-scrolled .navbar-nav .nav-item .nav-link {
  color: #000000 !important;
}
.navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent !important;
  text-transform:capitalize;
  letter-spacing: 1px;
  font-family: var(--main-header);
}
.banner {
  background: url(../images/banner/banner.jpg);
  padding-top: 150px;
  padding-bottom: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-text{
  padding-top: 50px;
}
.banner::before{
  
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(23, 26, 41, 0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-text h6{
  font-size: 20px;
    line-height: 30px;
    font-family: var(--main-line);
    font-weight: 600;
    color:#fff;
}.banner-text h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  background: var(--blue);
  height: 135px;
  width: 8px;
  transform: translateY(-50%);
}
.banner-text h1 {
  font-size: 45px;
  line-height:50px;
  padding-left: 20px;
  margin-top: 16px;
  color: #ffffff;
  position: relative;
  font-weight: 700;

}
.banner-text p{
  font-size: 18px;
  font-family: var(--main-line);
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}
.bannerr-btn a i{
  padding-left: 6px;
  color: #fff;
  font-size: 15px;
  transition: .5s;
}


.bannerr-btn a{
  background: var(--blue);
  border-radius: 30px;
  border: 1px solid var(--blue);
  padding: 15px 25px;
  color: #fff;
  font-family: var(--main-header);
  font-size: 15px;
  font-weight: 600;
  transition: .8s;
}
.banner .svg-shape {
  position: absolute;
  bottom: -17%;
  left: -26%;
  width: 100%;
}
.bannerr-btn{
  margin-top: 50px;
}
.bannerr-btn a:hover{
  background-color: #fff;
  color: var(--blue);
  border: 1px solid #fff;
}
.bannerr-btn a:hover i{
  color: #00ADEE;
  transform: translateX(7px);
}
.Appointment{
  z-index: 9;
  position: relative;
}
#appp{
  position: absolute;
  right: 10%;
  left: 10%;
  border-radius: 5px;
  top:-225px;
  background-color: #fff;
  padding: 30px 40px 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.quote-item input {
  border: 2px solid #F9F9F9;
  padding: 12px;
  width: 100%;
  color: #1A3D7D;
  font-size: 13px;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: #F9F9F9;

}
  .quote-item i {
  right: 16px;
  position: absolute;
  top: 45px;
  top: calc(24px +(53px / 2));
  font-size: 13px;
}
.quote-item span.lable {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 5px;
}
.quote-item {
  position: relative;
}
.nice-select {
  border: 2px solid #F9F9F9;
  padding: 17px 12px;
  width: 100%;
  color: #1A3D7D;
  font-size: 13px;
  margin-bottom: 30px;
  border-radius: 6px;
  background-color: #F9F9F9;
  line-height: normal;
  height: auto;
}
.apppoint_form h3{
  font-size: 40px;
  color: #000000;
  font-family: var(--main-line);
  font-weight:700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: var(--blue);
  margin-bottom: 10px;

}
.apppoint_form h4{
  font-size: 30px;
  color: #000000;
  font-family: var(--main-line);
  font-weight:600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: var(--blue);
  margin-bottom: 10px;

}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table {
  padding: 10px 0px 20px !important;

  border-collapse: collapse;
  border-spacing: 0;
}
.table tbody tr td {
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: grey;
}
.table tbody tr td a{
  color: grey;

}
.icon-sm {
  font-size: 20px;
  color: var(--blue);
}
.btn-1{
  width: 100%;
  border-radius: 10px;
  background-color: var(--blue);
  border: 2px solid var(--blue);
  padding: 10px 0px;
  color: #fff;
  transition: .5s all;
  font-size: 17px;
  font-weight: 600;

}
.btn-1:hover {
  background-color: #fff;
  color: var(--blue);
}
.contact-details {
  background-image: url(../images/banner/conatct.png);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: right 10% top;
}
.about{
  margin-top: 30%;
}
.about-content span{
  color: var(--blue);
  font-size: 18px;
  font-family: var(--main-header);
  font-weight: 700;
}
.about-content h6{
  font-size: 40px;
  padding: 5px 0px 5px 0px;
  line-height: 40px;
  font-family: var(--main-line);
  font-weight: 600;
  color: #000000;
}
.about-content h6 span{
  font-size: 35px;
  /* padding: 10px 0px 5px 0px; */
  line-height: 40px;
  font-family: var(--main-line);
  font-weight: 600;
  color: var(--red);
}
.about-content p{
  color: #000;
  font-size: 16px;
  font-weight: 500;

}
.about-content p span{
  font-weight: 700;
  font-size: 20px;
  color:var(--blue);
}
.about-content ul li{
  font-size: 16px;
  padding: 5px 0px;
  font-family: var(--main-line);
  color: #000;
  font-weight: 500;
}
.about-content ul li i{
  background: var(--blue);
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  margin-right: 10px;
  color: #fff;
}
.vv-text h4{
  font-size: 20px;
  font-family: var(--main-line);
  font-weight: 700;
  color: #000;
  margin: 0;
}
.video-mane{
  margin: 15px 0px 0px;
}
.vv-text a i{
  padding-right: 7px;
}
.vv-text a{
  color: var(--red);
  font-size: 15px;
  font-family: var(--main-line);
  font-weight: 700;
}
.vv-text{
  padding-top: 6px;
  padding-left: 10px;
}
.service-head h5{
  color: #000;
  font-size: 35px;
  font-weight: 700;
  font-family: var(--main-header);

}
.service-head h5 span{
  color: var(--blue);

}
.service-head p{
  font-size: 17px;
  font-weight: 500;
  font-family: var(--main-line);
}
.service_box{
  margin-top: 50px;
  transition: .5s all;
  border-radius: 10px;
  border: 1px solid #ddd;
background-color: #fff;
position: relative;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.service-img::before{
  position: absolute;
    content: "";
    height: 0;
    width: 0;
    transition: all ease 0.5s;
    left: 0;
    bottom: 0;
    background-color:#00000086;
    border-radius: 10px;
    /* z-index: -1; */
  
  
}

.service_box:hover .service-img::before{
 width: 100%;
 height: 100%;

}
.service{
  background: #F7F8FA;
  padding: 70px 0px;
}
.service-img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transform: scale(.9);
  border: 2px solid #ddd;
  transition: .5s all;
}
.service-text{
  border-top: 1px dashed #ddd;
  margin: 0px 20px 10px ;
  min-height: 180px;
  padding-top: 5px;
  transition: .5s all;

}
.service-text h4{
  color: var(--blue);
  font-size: 20px;
  transition: .5s all;
  position: relative;
  font-weight: 600;
}
.service-text h4::before{
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  background-color: var(--red);
  left: 0 ;
  bottom: -5px;
}
.service_box:hover{
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.service_box:hover .service-text h4{
  color: #000;
}
.service-text p{
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.service-text a i{
  padding-left: 4px;
    transition: .5s all;
    font-size: 17px;

}
.service-text a{
  color: var(--red);
  font-size: 17px;
  font-weight: 700;
  transition: .5s all;

  font-family: var(--main-line);
}
.service_box:hover .service-img{
  transform:scale(1);
}
.service_box:hover .service-text a{
    color: var(--blue);
}
.service_box:hover .service-text a i{
  transform: translateX(8px);
  color: var(--blue);
}

.ser-main-btn{
  margin-top: 50px;
}
.ser-main-btn  a{
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--main-line);
  padding: 10px 20px;
  transition: .5s all ;
  border-radius: 5px;
  border: 2px solid var(--blue);
}
.ser-main-btn a:hover{
  background-color: #fff;
  color: var(--blue);
}
.fac-box:hover .fac-icon{
  border-top: 10px solid var(--blue) ;
}
.fac-box:hover{
transform: translateY(-10px);
}

.fac-box:hover .fac-icon i{
  color: var(--red);
}

.fac-box{
  margin-top: 100px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all .5s;

}
.fac-icon{
  transition: all .5s;

  position: absolute;
  left: 110px;
  top: -50px;
  background-color: #fff;
  border-radius: 50px;
  width: 100px ;
  height: 100px;
  border-top: 10px solid var(--red) ;
  text-align: center;
  line-height: 100px;
  /* border-bottom: 1px solid #000; */
}
.fac-icon i{
  transition: all .5s;

  font-size: 40px;
  text-align: center;
  line-height: 60px;
  color: var(--blue);
}
.facilities{
  background-color: #F1F3F3;
  padding: 50px 0px;
}
.fac-text{
  margin-top: 70px;
}
.fac-text h3{
  font-size: 20px;
  padding-bottom: 10px;
  font-family: var(--main-header);
  font-weight: 700;
  color: #000;
  position: relative;
  transition: all .5s;
  
}
.fac-box:hover .fac-text h3{
  color:var(--blue);
}
.fac-text h3::before{
  position: absolute;
  content: '';
  background: var(--red);
  top: 100%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 50px;
  height: 3px;


}
.fac-box:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.fac-text ul {
  padding: 10px 10px 20px;
}
.fac-text ul li{
  font-size: 14px;
  border-bottom:  1px dashed #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.fac-text ul li strong i{
  padding-right: 7px;
  color: var(--blue);
}
.testi{
  background: url(../images/testi/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}
.testi_box{
  margin-top: 30px;
  margin-bottom: 20px;

}
.testi_box h6{
  color: #FFF;
  font-family: var(--main-line);
  font-size: 20px;
  font-weight: 600;
}
.testi_box p{
  font-family: var(--main-header);
  font-size: 14px;
  color: #fff;
}
.testi-content h4{
  color: #fff;
  font-size: 30px;
  font-family: var(--main-line);
  font-weight: 600;
  padding: 70px 0px 50px;

}
.testi-img{
  padding-top: 80px;
}

.team-pos {
  background-color: #e3ebeb;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 10px;
}
.sm-title {
  font-size: 17px;
  font-family: var(--main-header);
  margin-bottom: 5px;
  font-weight: 700;
}
.single-team:hover .sm-title{
  color: #fff;
}
.sm-title span{
  font-size: 13px;
  font-family: var(--main-line);
}
.space-50 {
  height: 20px;
}
.team-photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.team-photo {
  background: rgb(1, 170, 207);
  background: radial-gradient(ellipse at center, rgba(24, 144, 171, 1) 0%, rgb(2, 170, 217) 100%);
  overflow: hidden;
  border-radius: 0 0 0 50%;
  position: relative;
  z-index: 1;
}
.single-team::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(24, 144, 171);
  background: radial-gradient(ellipse at center, rgba(24, 144, 171, 1) 0%, rgb(57, 195, 245) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-team {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-team:hover{
  transform: translateY(-10px);
}
.single-team:hover::before{
  opacity: 1;
}
.single-team:hover .team-photo:before{
  opacity: 1;
}
.single-team:hover .team-pos {
  background-color: #1891ac;
  color: #ffffff;
}
.our-team{
  padding: 50px 0px;
  background: #F1F3F3;

}
.why{
  background: url(../images/why/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  background-size: cover;
}
.why-box{
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.why-box:hover {
  transform: translateY(-5px);
}
.why-text{
  min-height: 230px;  padding: 20px;
  border: 1px solid var(--blue);
}
.why-box i {
  /* background: #ddd; */
  padding:10px;
  font-size: 2em;
  color: var(--blue);
  margin-bottom: 10px;
}

.why-box h6 {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
  font-family: var(--main-header);
  font-weight: 600;
}

.why-box p {
  color: #555;
  font-family: var(--main-line);
  font-size: 13px;
}
.footer-box h4{
  font-size: 20px;
  font-family: var(--main-line);
  font-weight: 700;
  color:var(--blue);
}
.special{
  color: #000 !important;
  font-size: 16px !important;
  font-family: var(--main-header);
  font-weight: 600 !important;
  position: relative;

}
.special::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: var(--blue);
  top: 50%;
  right: 0;


}
.footer-box ul li {
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
   font-family: var(--main-header);
   font-weight: 500;
   color: #555;
   transition: .5s all;
   margin-top: 5px;
   padding-bottom: 5px;
}
.footer-box ul li:hover a{
  color: var(--blue) !important;
  letter-spacing: 1px ;


}
.footer-box ul li a{
  font-size: 14px;
  font-weight: 600;
  transition: .5s all;
  color: #555;
}
.footer-box ul li a i{
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  padding-right: 8px;
}

.conto a i{
  font-size: 18px;
  font-weight: 600;
  border: 2px solid var(--blue);
  background: var(--blue);
  color: #fff !important;
  border-radius:5px;
  margin-right: 8px;
  padding: 6px;
}
.f-social-box ul li{
  border:  none !important;
}
.f-social-box ul li a i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  align-items: center;
  padding-left: 7px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  transition: all ease 0.4s;
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
}

.f-social-box {
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer{
  padding: 70px 0px 30px;
}

.lost {
  padding-left: 10px;
  color: #b40101 !important;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
 
  font-weight: 800;
}
.page-breadcrumb li a {
 
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.page-breadcrumb{
  text-align: start;
}
.auto-container h1 {
  color: #fff;
  font-size: 45px;
  margin: 0;
  font-family: var(--header);
  font-weight: 800;
}
.auto-container {
  position: absolute;
  top: 42%;
  z-index: 1;
  /* transform: translate(-50%, -50%); */
  left: 9%;
}
.about-banner{
  position: relative;
}
.about-01{
  padding: 50px 0px 0;
}
.why-text a{
  background: var(--red);
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 600;
}
.why-01{
  padding: 60px 0px;
}
.why-01 .why-box .why-text{
  min-height: 280px !important;
}
.mission-icon i {
  align-items: center;
  font-size: 45px;
  color: #008BC5;
}
.mission-icon {
  margin-bottom: 20px;
  display: inline-block;
  align-items: center;
  padding: 20px 25px;
  border-radius: 5px;
  background: #fff;
}
.mission-box{
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  min-height:330px;
  margin-top: 20px;
  transition: .5s all;
  border: 1px solid #fff;
}
.mission-box h5{
  font-size: 26px;
  font-weight:700;
  font-family: var(--main-header);
  color: var(--blue);
}
.mission-box p{
  font-size: 14px;
}
.mission-box:hover{
  background: #fff;
}
/* Modal */
#dynamicModal .modal-dialog {
  max-width: 800px; /* Adjust width as needed */
}

#dynamicModal .modal-content {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#dynamicModal .modal-header {
  border-bottom: none;
  padding: 20px;
  background-color: #f0f0f0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#dynamicModal .modal-body {
  padding: 20px;
}

#dynamicModal .modal-footer {
  border-top: none;
  padding: 20px;
  background-color: #f0f0f0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Content */
#dynamicContent {
  font-size: 16px;
  line-height: 1.6;
}

#dynamicContent h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

#dynamicContent p {
  margin-bottom: 10px;
}

#dynamicContent ul {
  margin-bottom: 10px;
}

#dynamicContent ul li {
  list-style-type: disc;
  margin-left: 20px;
}

#dynamicContent a.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #007bff; /* Primary button color */
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#dynamicContent a.btn:hover {
  background-color: #0056b3; /* Darker shade of primary color on hover */
}

.main-logo{
  display: none;
}



.contact-features {
  padding: 50px;

}

.row-item h5 {
  font-weight: 400;

}

.row-item h1 {
  font-weight: 600;
  color: var(--blue);
  line-height: 1.2;

}

.row-item p {
  font-size: 15px;
  width: 70%;
}

.contact-form {
  padding: 20px;
  border-radius: 10px;

}

.contact-form label {
  font-size: 13px;
  font-weight: 600;
}


.contact-form h1 {
  font-weight: 600;
  font-size: 30px;
}

.contact-form h5 {
  font-size: 25px;
  font-weight: 400px;
}

.contact-form p {
  font-size: 15px;
  font-weight: 200px;
  word-spacing: 2px;
  text-align: justify;
}

.contact-form input {
  background-color: whitesmoke;
  font-size: 12px;
  margin-bottom: 12px;
}


.contact-form textarea {
  background-color: whitesmoke;
  padding-bottom: 30px;
  font-size: 12px;
}

.contact-form button {
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: var(--blue);
  color: white;
}

.map iframe {
  padding: 25px;

}


.address {
  padding: 10px;
}


.inner-item-01 {
  border-right: 2px solid whitesmoke;
  line-height: 1.5;

}

.inner-item-01 i {
  font-size: 60px;
  padding: 25px;
  color: var(--blue);
}

.inner-item-01 h4 {
  font-size: 18px
}

.inner-item-01 p {
  font-size: 13px;
  padding: 2px;

}

@media screen and (max-width:420px) {
  .row-item p {
    font-size: 12px;
    width: 100%;
}
.nav-item {
  position: relative;
  padding: 0px 25px;
}
.footer-box{
  margin-bottom: 20px;
}
.footer {
  padding: 19px 0px 19px;
}
.footer-box p{
  font-size: 13px;
}
  .contact-details {
    
    background-size: auto 19%;
    margin-top: 30px;
}
  .main-logo{
    display: block;
  }
  .top-logo{
    display: none !important;
  }
  .navbar-brand {
    padding: 0 !important;
    width: 50%;
}
.adress{
  display: none !important;
}
.top-icon {
  padding: 5px 0px 5px 0px;
}
.font-text span {
  margin: 0;
  color: #808080;
  font-size: 9px;
  font-weight: 600;
  font-family: var(--main-header);
}
.font-text h5 {
  margin: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--main-line);
}
.font-icon i {
  font-size: 25px;
  color: var(--blue);
  margin-top: 5px;
  margin-right: 10px;
}
.navbar {
  top: 45px;
  background: #fff;
  transition: all 0.5s;
}
.navbar-scrolled {
  top: 0 ;
  background-color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-dark .navbar-toggler {
  color:var(--blue);
  border-color:var(--blue);
}
.login {
  /* background: #26ae61; */
  background-color: var(--blue);
  padding: 9px 10px;
  font-family: var(--main-header);
  font-weight: 600;
  font-size: 9px;
  color: #ffffff !important;
  border-radius: 0px;
  text-decoration: none;
  margin-left: 10px;
}
.btn-00{
  margin-left: 20px;
}
.navbar-collapse {
  margin-bottom: 40px;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-scrolled .btn-00 .login {
  color: #fff !important;
  font-family: var(--main-header);
  font-weight: 600;
  font-size: 9px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: var(--main-header);
}
.banner {
  background: url(../images/banner/banner.jpg);
  padding-top: 45px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-text h1 {
  font-size: 18px;
  line-height: 21px;
  padding-left: 15px;
  margin-top: 6px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
}
#appp {
  position:inherit;
  right: 10px;
  left: 10px;
  border-radius: 5px;
  top: 50px;
  background-color: #fff;
  padding: 30px 20px 0px;
  box-shadow:none;
}
.apppoint_form h3 {
  font-size: 22px;
  color: #000000;
  font-family: var(--main-line);
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: var(--blue);
  margin-bottom: 10px;
}
.banner-text h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  background: var(--blue);
  height: 45px;
  width: 8px;
  transform: translateY(-50%);
}
.banner-text p {
  font-size: 13px;
  font-family: var(--main-line);
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}
.bannerr-btn a i {
  padding-left: 6px;
  color: #fff;
  font-size: 13px;
  transition: .5s;
}
.banner .svg-shape {
  position: absolute;
  bottom: -17%;
  display: none;
  left: -26%;
  width: 100%;
}
.about {
  margin-top: 3%;
}
.about-content h6 span {
  font-size: 24px;
  /* padding: 10px 0px 5px 0px; */
  line-height: 24px;
  font-family: var(--main-line);
  font-weight: 600;
  color: var(--red);
}
.about-content h6 {
  font-size: 25px;
  padding: 5px 0px 5px 0px;
  line-height: 24px;
  font-family: var(--main-line);
  font-weight: 600;
  color: #000000;
}
.about-content ul li i {
  background: var(--blue);
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}
.video-mane {
  margin: 15px 0px 20px;
}
.service-head p {
  font-size: 10px;
  font-weight: 600;
  font-family: var(--main-line);
}
.fac-icon {
  transition: all .5s;
  position: absolute;
  left: 132px;
  top: -50px;
}
.service {
  background: #F7F8FA;
  padding: 20px 0px;
}
.service-text {
  border-top: 1px dashed #ddd;
  margin: 0px 20px 10px;
  min-height: 100px;
  padding-top: 5px;
  transition: .5s all;
}
.about-banner img{
  height: 230px;
}
.service-head h5 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--main-header);
}
}

@media screen and (min-width:421px)  and (max-width:769px) {
  .bannerr-btn {
    margin-top: 20px;
}
.bannerr-btn a {
  background: var(--blue);
  border-radius: 30px;
  border: 1px solid var(--blue);
  padding: 10px 15px;
  color: #fff;
  font-family: var(--main-header);
  font-size: 12px;
  font-weight: 600;
  transition: .8s;
}
  .contact-details {
    
    background-size: auto 19%;
    margin-top: 30px;
}
  .main-logo{
    display: block;
  }
  .top-logo{
    display: none !important;
  }
  .navbar-brand {
    padding: 0 !important;
    width: 19%;
}
.adress{
  display: none !important;
}
.top-icon {
  padding: 5px 0px 5px 0px;
}
.font-text span {
  margin: 0;
  color: #808080;
  font-size: 9px;
  font-weight: 600;
  font-family: var(--main-header);
}
.font-text h5 {
  margin: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--main-line);
}
.font-icon i {
  font-size: 25px;
  color: var(--blue);
  margin-top: 5px;
  margin-right: 10px;
}
.navbar {
  top: 45px;
  background: #fff;
  transition: all 0.5s;
}
.navbar-scrolled {
  top: 0 ;
  background-color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-dark .navbar-toggler {
  color:var(--blue);
  border-color:var(--blue);
}
.banner {
  background: url(../images/banner/banner.jpg);
  padding-top: 45px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-text h1 {
  font-size: 18px;
  line-height: 21px;
  padding-left: 15px;
  margin-top: 6px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
}
#appp {
  position:inherit;
  right: 10px;
  left: 10px;
  border-radius: 5px;
  top: 50px;
  background-color: #fff;
  padding: 30px 20px 0px;
  box-shadow:none;
}
.apppoint_form h3 {
  font-size: 22px;
  color: #000000;
  font-family: var(--main-line);
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: var(--blue);
  margin-bottom: 10px;
}
.banner-text h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  background: var(--blue);
  height: 45px;
  width: 8px;
  transform: translateY(-50%);
}
.banner-text p {
  font-size: 13px;
  font-family: var(--main-line);
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}
.bannerr-btn a i {
  padding-left: 6px;
  color: #fff;
  font-size: 13px;
  transition: .5s;
}
.banner .svg-shape {
  position: absolute;
  bottom: -17%;
  display: none;
  left: -26%;
  width: 100%;
}
.about {
  margin-top: 3%;
}
.about-content h6 span {
  font-size: 24px;
  /* padding: 10px 0px 5px 0px; */
  line-height: 24px;
  font-family: var(--main-line);
  font-weight: 600;
  color: var(--red);
}
.about-content h6 {
  font-size: 25px;
  padding: 5px 0px 5px 0px;
  line-height: 24px;
  font-family: var(--main-line);
  font-weight: 600;
  color: #000000;
}
.about-content ul li i {
  background: var(--blue);
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}
.video-mane {
  margin: 15px 0px 20px;
}
.service-head p {
  font-size: 10px;
  font-weight: 600;
  font-family: var(--main-line);
}
.fac-icon {
  transition: all .5s;
  position: absolute;
  left: 188px;
  top: -50px;
}
.service {
  background: #F7F8FA;
  padding: 20px 0px;
}
.service-text {
  border-top: 1px dashed #ddd;
  margin: 0px 20px 10px;
  min-height: 100px;
  padding-top: 5px;
  transition: .5s all;
}
.about-banner img{
  height: 230px;
}
.service-head h5 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--main-header);
}
}
@media screen and (min-width:769px) and (max-width:1150px) {
  .bannerr-btn {
    margin-top: 20px;
}
.bannerr-btn a {
  background: var(--blue);
  border-radius: 30px;
  border: 1px solid var(--blue);
  padding: 10px 15px;
  color: #fff;
  font-family: var(--main-header);
  font-size: 12px;
  font-weight: 600;
  transition: .8s;
}
  .contact-details {
    
    background-size: auto 19%;
    margin-top: 30px;
}
  .main-logo{
    display: block;
  }
  .top-logo{
    display: none !important;
  }
  .navbar-brand {
    padding: 0 !important;
    width: 28%;
}

.adress{
  display: none !important;
}
.top-icon {
  padding: 5px 0px 5px 0px;
}
.banner-text {
  width: 80%;
  padding-top: 50px;
}

.font-text span {
  margin: 0;
  color: #808080;
  font-size: 9px;
  font-weight: 600;
  font-family: var(--main-header);
}
.font-text h5 {
  margin: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--main-line);
}
.font-icon i {
  font-size: 25px;
  color: var(--blue);
  margin-top: 5px;
  margin-right: 10px;
}
.navbar {
  top: 45px;
  background: transparent;
  transition: all 0.5s;
}
.navbar-scrolled {
  top: 0 ;
  background-color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-dark .navbar-toggler {
  color:var(--blue);
  border-color:var(--blue);
}
.banner {
  background: url(../images/banner/banner.jpg);
  padding-top: 45px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-text h1 {
  font-size: 18px;
  line-height: 46px;
  padding-left: 15px;
  margin-top: 12px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
}
.table tbody tr td {
  border: none;
  font-weight: 600;
  font-size: 13px;
  color: grey;
}
#appp {
  position:inherit;
  right: 10px;
  left: 10px;
  border-radius: 5px;
  top: 50px;
  background-color: #fff;
  padding: 30px 20px 0px;
  box-shadow:none;
}
.apppoint_form h3 {
  font-size: 22px;
  color: #000000;
  font-family: var(--main-line);
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: var(--blue);
  margin-bottom: 10px;
}
.banner-text h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  background: var(--blue);
  height: 45px;
  width: 8px;
  transform: translateY(-50%);
}
.banner-text p {
  font-size: 13px;
  font-family: var(--main-line);
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}
.bannerr-btn a i {
  padding-left: 6px;
  color: #fff;
  font-size: 13px;
  transition: .5s;
}
.banner .svg-shape {
  position: absolute;
  bottom: -17%;
  display: none;
  left: -26%;
  width: 100%;
}
.about {
  margin-top: 3%;
}
.about-content span {
  color: var(--blue);
  font-size: 12px;
  font-family: var(--main-header);
  font-weight: 700;
}
.about-content h6 span {
  font-size: 18px;
  /* padding: 10px 0px 5px 0px; */
  line-height: 24px;
  font-family: var(--main-line);
  font-weight: 600;
  color: var(--red);
}
.about-content h6 {
  font-size: 16px;
  padding:0;
  line-height: 17px;
  font-family: var(--main-line);
  font-weight: 600;
  color: #000000;
}
.about-content p {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}
.about-content ul li {
  font-size: 9px;
  padding: 0px 0px;
  font-family: var(--main-line);
  color: #000;
  font-weight: 500;
}
.about-content ul li i {
  background: var(--blue);
  border-radius: 5px;
  padding: 5px;
  font-size: 7px;
  margin-right: 6px;
  color: #fff;
}
.testi_box {
  margin-top: 0px;
  margin-bottom: 20px;
}
.testi-content h4 {
  color: #fff;
  font-size: 30px;
  font-family: var(--main-line);
  font-weight: 600;
  padding: 20px 0px 0px;
}
.video-mane {
  display: none !important;
  margin: 15px 0px 20px;
}
.service-head p {
  font-size: 10px;
  margin: 0;
  font-weight: 600;
  font-family: var(--main-line);
}
.fac-icon {
  transition: all .5s;
  position: absolute;
  left: 125px;
  top: -50px;
}
.service {
  background: #F7F8FA;
  padding: 20px 0px;
}
.service-text {
  border-top: 1px dashed #ddd;
  margin: 0px 20px 10px;
  min-height: 100px;
  padding-top: 5px;
  transition: .5s all;
}
.service_box {
  min-height: 460px;
  margin-top: 50px;
}
.mission-box p {
  font-size: 10px;
}.mission-box {
  padding: 30px 10px;
  border-radius: 10px;
  position: relative;
  min-height: 330px;
  margin-top: 20px;
  transition: .5s all;
  border: 1px solid #fff;
}
.why-box h6 {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  font-family: var(--main-header);
  font-weight: 600;

}
.why-box p {
  color: #555;
  font-family: var(--main-line);
  font-size: 12px;
}
.about-banner img{
  height: 230px;
}
.service-head h5 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--main-header);
}
}