
@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
         url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
         url('../fonts/ClashDisplay-Regular.woff') format('woff'),
         url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
@font-face {
    font-family: 'camptonlight_demo';
    src: url('../fonts/campton-lightdemo-webfont.woff2') format('woff2'),
            url('../fonts/campton-lightdemo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Supreme-Regular';
    src: url('../fonts/Supreme-Regular.woff2') format('woff2'),
         url('../fonts/Supreme-Regular.woff') format('woff'),
         url('../fonts/Supreme-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }


  

:root{
    
    --co1:#37373d; /* Text */
    --co2:#05203e; /* Top */
    --co3:#1e1f4c;
    --co4:#000722;
    --co5:#c1c1c1;
    --co6:#ecc101;
    --co7:#ecf2fb;

    --gr1: linear-gradient(180deg, rgba(102,140,210,1) 0%, rgba(238,173,161,1) 100%);

    --gr2:linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);

    /*background: rgb(102,140,210);
    background: linear-gradient(180deg, rgba(102,140,210,1) 0%, rgba(238,173,161,1) 100%);*/

    /*Footer*/
    /* background: rgb(72,125,195);
    background: linear-gradient(180deg, rgba(72,125,195,1) 70%, rgba(238,173,161,1) 100%);  */

    /*Btn*/
    /*
    background: rgb(108,142,208);
    background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%); 
    */

    --fo1:"Inter", sans-serif; /*Heading*/
    /*--fo1:'ClashDisplay-Semibold'; Heading*/
    --fo2:'camptonlight_demo'; /*SubHeading*/
    --fo3:'Supreme-Regular'; /*Content*/
    --fo4:'ClashDisplay-Regular';


    
}

@-webkit-keyframes wawe {
    100%{ background-position: 500px 0;}
}
 /* html, body{
    width: 100%;
    overflow-x: hidden;
}  */

a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
figure{
    margin: 0;
}
ul{
    list-style: none;
    padding-left: 0;
}
.ptb{
    padding-top: 120px;
    padding-bottom: 120px;
}
.bg1{
    background: var(--co2);
    color: var(--co6);
    font-size: 16px;
}
.bg2{
    background: var(--co3);
    color: #FFF;
}
/* .bg3{
    background: rgb(108,142,208);
    background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);
    color: #FFF;
} */


.bg3 {
	background: #022954;
/* background: linear-gradient(0deg,rgba(5, 32, 62, 1) 0%, rgba(236, 193, 1, 1) 100%); */
	background-size: 200% 200%;
	animation: gradient 5s ease infinite;
    color: #FFF;
}
.bg4{
    background: var(--co7);
}
.bg5{
    background: var(--co6);

}

.bg5 a{
    color: var(--co2);
}
.bgBanner{
    background: url(../images/banner/aboutBg.jpg) top center;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    
}
.bgBanner article{
    background: #FFFFFFF0;
    border-radius:0 0 5px 5px ;
    color: #000;
    padding: 30px;
}
.bgBanner img{
    border-radius:5px 5px 0 0 ;
}

.offcanvas {
    background: var(--co2);
}

.navbar-light .navbar-nav .nav-link{
    color: #FFF;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.navbar-brand img{
    height: 50px;
  padding: 5px 0;
}


body{
    /* background: #CCC; */
    font-family: var(--fo3), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}
h1{
    font-family: var(--fo1);
    font-size: 58px;
  line-height: 66px;
  font-weight: 800;
}
h1 span{
    font-size: 20px;
    font-family: var(--fo2);
    display: block;
    line-height: 34px;
}
h2{
    font-family: var(--fo1);
  font-size: 38px;
  line-height: 46px;
    
     font-weight: 800;
}
h2 span{
    display: block;
    font-family: var(--fo2);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
}

.cont{
    line-height: 27px;
}

.bg1 a{
    color:var(--co6) ;
}
.topConnect{
    font-size: 16px;
}
.topConnect .social {
    font-size: 14px;
    padding: 0 20px;
}
.topConnect .social a, .navbar .social a{
    width: 23px;
    height: 23px;
    display: block;
    margin: 0 4px;
    background: var(--co6);
    color: var(--co2);
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
}
.topConnect .social a:hover, .navbar .social a:hover{
    rotate: 360deg;
}

.navbar .social a{
    color: #FFF;
}
.navbar .social{
    border: solid #e3e3e3;
    border-width: 1px 0;
    padding: 15px 0;
    margin: 10px 0;
}


.topConnect .btnEqry{
    background: var(--co2);
    border-radius: 3px;
    padding: 3px 7px;
    font-family: var(--fo2);
    color: #FFF;
    font-size: 13px; 
    transition: all 0.3s ease-in-out ;
}
.topConnect .btnEqry a{
    color: #FFF;
}
.topConnect .btnEqry:hover{
    background: var(--co4);
}


/* Menu */
.navbar{
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0!important ;
}
.navbar-expand-md .navbar-nav .nav-link {
    margin-left: 30px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
    color: var(--co6);
}
.navbar-light .navbar-toggler {
    border:0;
}
/* .navbar .social i{
    background: var(--co6)
} */

.dropdown-menu {
    background: #F2F2F2;
    border: 0;
    font-size: 14px;
    color: var(--co1);
}
.dropdown-menu li{
    padding: 15px 0;
    border-bottom: 1px solid #D4D4D4;
}
.dropdown-menu li:last-child{
    border: 0;
}
.dropdown-menu li i{
    font-size: 20px;
    width: 40px;
    color: var(--co2);
}
/* Menu End */

.banner{
    position: relative;
    overflow: hidden;
}
.banner, .banner .textWrap {
    height: calc(100vh - 115px);
}
.banner video{
	width: 100%;
    height: auto;
	margin-top: 0%;
	filter: brightness(80%);
}
.banner .textWrap {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    color: #FFF;
}
.banner h1{
    width: 50%;
}
.hAbout .row > div:first-child{
    padding-right: 100px;
}
.hAbout .row > div:last-child{
    padding-left: 100px;
}
.btn1{
    text-transform: uppercase;
    background: var(--co2);
    /* background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);  */
    width: fit-content;
    color: #FFF;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
.btn1 a{
    display: block;
    color: #FFF;
    padding: 10px 15px;
}
.btn1 i{
    rotate: -45deg;
    font-size: 18px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.btn1:hover{
    /* background: linear-gradient(20deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);  */
    opacity: 0.8;

}
.btn1:hover i{
    rotate: 270deg;
}
.wavebg1{
    position: absolute;
    width: 550px;
    height: 550px; 
    background: url(../images/wave-pat1.png) ;
    -webkit-animation: wawe 10s linear infinite;
    -webkit-transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); 
    bottom: -80px;
    right: -80px;
    z-index: -1;
}


.highlights{
    text-align: center;
    font-family: var(--fo1);
    padding: 70px 0;
}
.highlights h3{
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.highlights h3 > div{
    display: flex;
}
.highlights h3 span{
    /* width: 60%; */
    color: #7e9ee8;
    display: block;
    font-family: var(--fo4);
    font-size: 22px;
}
/* .highlights .row > div:nth-child(1) h3 span{
    width: 27%;
}
.highlights .row > div:nth-child(2) h3 span{
    width: 75%;
}
.highlights .row > div:nth-child(3) h3 span{
    width: 60%;
} */
.highlights .row > div{
    border-right: 1px solid #ffffff;
}
.highlights .row > div:last-child{
    border: 0;
}

/* .highlights .row > div:nth-child(2){
    border: solid #FFF;
    border-width: 0 1px;
} */
.contSect2{
    padding: 70px 0;
    margin: 100px 0;
}
.contSect2 figure img{
    position: relative;
}
.contSect2 figure{
    position: relative;
}
/* .contSect2 figure::before{
    position: absolute;
    content: "";
    width: 450px;
    height: 450px;
    background: url(../images/wave-pat1.png) ;
    -webkit-animation: wawe 10s linear infinite;
    -webkit-transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); 
} */
.contSect2.left figure::before{
    left: -140px;
    bottom: -190px;
}
.contSect2.right figure::before{
    right: -140px;
    top: -190px;
}
.contSect2.left.bg{
    background: -webkit-linear-gradient(left, var(--co4) 40%, #FFF 0%) ;
}
.contSect2.right.bg{
    background: -webkit-linear-gradient(right, var(--co4) 40%, #FFF 0%) ;
    text-align: right;
}
.contSect2 img{
    border: 10px solid #FFF;
    box-shadow: 0 0 13px #0000003d;
}
.contSect2.left figure{
    margin: 0 50px 0 75px;
}
.contSect2.right figure{
    margin: 0 75px 0 50px;
}
.hNewwave h2{
    margin-top: unset;
    background:none;
    padding: unset;
}
.hNewwave figure{
    height: 350px;
    overflow: hidden;
    position: relative;
}
.hNewwave.captions figure{
    margin-left: 52px;
}
.hNewwave figure::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 70vw;
    left: -150px;
    top: -250px;
    background: url(../images/wave-pat1.png);
    -webkit-animation: wawe 10s linear infinite;
    -webkit-transform: rotate(45deg);
    z-index: 0;
}
.hNewwave.captions h2{
    width: fit-content;
    padding: 30px 0;
    height: 100%;
    z-index:12 ;
    position: relative;
    color: var(--co2);
    width: 100%;
    background: none;
    margin-top: 0;
}
.hNewwave.captions img{
    position: absolute;
    bottom: 30px;
    width: 130px;
    left: 0px;
    z-index: 11;
    background: rgb(108,142,208);
  background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);
    padding: 10px;
    border-radius: 50%;
}
  .hNewwave.captions > div{
    /* background: #487dc3; */
    margin-bottom: 20px;
}
.hNewwave.captions .figureWrap{
    position: relative;
}
.hNewwave.captions .row:nth-of-type(2){
    text-align: right;
}
.hNewwave.captions .row > div{
    position: relative;
}

  

.hEnquiry{
    color: #FFF;
}
.hEnquiry.contact{
    color: var(--co1);
}
.hEnquiry img{
    mix-blend-mode: multiply;
}
.hEnquiry input, .hEnquiry textarea {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    background: #FFFFFF1F;
    border: 0;
    border-bottom: 5px solid #FFF;
    color: #2c2c2c;
}
.hEnquiry.contact input, .hEnquiry.contact textarea {
	background: #BFBFBF3D;
	border-bottom: 5px solid #B2B3E3;
}

.hEnquiry textarea{
    min-height: 100px!important;
} 
.hEnquiry .form-floating .form-control{
    padding: 20px;
    padding-top: 30px;
   
}

#myModalquicke .hEnquiry .form-floating .form-control{
 color: #FFF;
}
.hEnquiry .form-floating > label {
    left: 7px;
    text-transform: uppercase;
    font-size: 13px;
}
.hEnquiry input[type=submit]{
    width: fit-content;
    border: 0;
    padding: 10px 38px;
    border-radius: 3px;
    text-transform: uppercase;
    background: #FFF;
    color: var(--co1);
    font-size: 18px;
    font-family: var(--fo3), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 5px solid #B9C7E8;
    /* background: rgb(108,142,208);
    background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);  */
}
.hEnquiry.contact input[type=submit]{
    background: rgb(108,142,208);
    background: linear-gradient(320deg, rgb(245, 214, 121) 0%, rgb(0, 73, 153) 100%);
    color: #FFF;
}

.hEnquiry figure{
    padding-left: 70px;
}


.hEnquiry input:focus .hEnquiry .form-floating > label {
    counter-reset: red;
}

.hEnquiry input:focus, .hEnquiry textarea:focus {
    background: #FFFFFF1F;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
    border-color: #FFF;
}
.hEnquiry.contact input:focus, .hEnquiry.contact textarea:focus {
	background: #F0F0F0;
	box-shadow: 0 0 0 .25rem rgba(214, 215, 255, 0.32);
	border-color: #B2B3E3;
}
.hEnquiry ::placeholder {
    color: #FFF;
    opacity: 1;
    text-transform: uppercase;
    font-size: 13px;
}
.hClients img{
    padding: 20px;
}
.hClients .item img{
   filter: grayscale(1); 
   transition: all 0.3s ease-in-out;
}
.hClients .item:hover img{
    filter: grayscale(0); 
}


.accreditations{
    padding: 40px 0;
    /* background: rgb(102,140,210);
    background: linear-gradient(320deg, rgba(102,140,210,1) 0%, rgba(238,173,161,1) 100%);  */
    background: linear-gradient(270deg, #e5aba4, #6e8ecf, #e5aba4);
    background-size: 600% 600%;
    -webkit-animation: accrediani 6s ease infinite;
    animation: accrediani 6s ease infinite;
}
@-webkit-keyframes accrediani  {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes accrediani  {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



.accreditations h3{
    font-size: 30px;
    font-family: var(--fo1);
    position: relative;
    z-index: 0;
}
/* .accreditations h3::before{
    position: absolute;
    content: "";
    top: -95px;
    left: -80px;
    width: 400px;
    height: 230px;
    background: url("../images/wave-col-lar.png");
    z-index: -1;
} */

.accreditations figure img{
    width: 100%;
    border-radius: 3px;
}

.locateus{
    background: url(../images/dots-bg.png);
}
footer{
    background: var(--co2);
   
    color: #FFF;
    padding-top: 60px;
    font-size: 16px;
}
footer .logo{
    max-width: 150px;
}
footer a{
    color: #FFF;
}
footer h3{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .social a{
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co4);
    margin: 15px 10px;
    margin-left: 0;
}
footer .social a:hover{
    background: #ffffff75;
}
footer .copy{
    border-top: 1px solid #b49fb6;
    padding: 20px 0;
    font-size: 14px;
}
footer .copy a:hover{
    color: #ffffff75;
}

footer ul{
    list-style: none;
    padding: 0;
}

footer ul li {
    text-align: left;
}
footer ul li a{
    padding: 4px 0;
    display: flex;
    justify-content: start;
    align-items: start;
}
footer ul li a:hover{
    color: #ffffff7e;
}
footer ul li i {
    width: 30px;
    margin-top: 3px;
}
footer ul li span{
    width: calc(100% - 30px);
}
.subBanner h1{
    padding-left: 8vw;
  font-size: 51px;
  line-height: 54px;
}
.subBanner{
    position: relative;
}
.subBanner picture{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 26px;
    margin: auto;
    left: 24px;
    right: 0;
    background: #EEE;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #30316a;
    border: 5px solid #fff;
}
.subBanner figure {
    height: 60vh;
    overflow: hidden;
}
.contSect3 li{
   padding: 5px 0;
   position: relative;
   padding-left: 40px;
}
.contSect3 li::before{
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--co6);
    color: #FFF;
    border-radius: 50%;
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    text-align: center;
    left: 0;
    top: 4px;
    line-height: 25px;
}

.contSect3 figure{
    position: relative;
}
.contSect3 figure .imgCaption{
    position: absolute;
    width: 200px;
    background: var(--co6);
    font-size: 20px;
    left: -30px;
    bottom: -30px;
    padding: 20px;
    border-radius: 3px;
    color: #000000;
    /* background: rgb(108,142,208);
    background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%); */
    text-align: center;
}
.contSect3 figure .imgCaption span{
    font-size: 50px;
    font-weight: bold;
    display: block;
}

.listSub ul{
    list-style:disc;
    margin-top: 10px;
}
.listSub ul li{
    padding-left: 0;
    margin-left: 13px;
    padding: 1px;
}
.listSub ul li::marker{
    color: var(--co5);
}

.listSub ul li::before{
    display: none;
}


.whySect{
    text-align: center;
}
.whySect img{
    max-width: 80px;
}
.whySect h3{
    padding: 10px 0;
}
.whySect p{
    color: #6f6f6f
}
.certification{
   background: var(--co7); 
   text-align: center;
}
.certification figure{
    background:#FFF ;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
.certification figure::after{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gr1);
    top: -10px;
    right: -10px;
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    text-align: center;
    color: #FFF;
    font-size: 33px;
    line-height: 60px;
}
.certification figure img{
    width: 100%;
}
.certification figcaption{
    font-size: 18px;
    line-height: normal;
    padding-top: 20px;
    margin-bottom: 20px;
}
.locationService .container > figure{
    margin-bottom: -300px;
    color: #000;
}
.locationService figcaption{
    padding: 20px;
    margin-top: -100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.locationService figcaption .item{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #1e1f4c5e;
    position: relative;
    margin: 10px 15px;
    text-align: center; 
    font-size: 20px;
    position: relative;
}

.locationService figcaption .item span{
    position: absolute;
    top: 5px;
    right: -5px;
    background: var(--co4);
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    }
.locationService figcaption .item figure {
    overflow: hidden;
    margin-bottom: 4px;
}
.locationService figcaption .item figure img{
    border-radius: 50%;
}
.locationHts{
    padding-top: 250px;
}
.locationHts .item{
    position: relative;
}
.locationHts h4{
    font-size: 20px;
    margin-top: 20px;
}

.locationHts .item figure:first-child{
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.locationHts .item figure:first-child::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 100vw;
    left: -150px;
    top: -250px;
    background: url(../images/wave-pat1.png);
    -webkit-animation: wawe 10s linear infinite;
    -webkit-transform: rotate(45deg);
    z-index: 0;
}
.locationHts .item figure:last-child { 
    position: absolute;
    padding: 50px;
    top: 0;
    max-width: 90%;
}
.locationHts .item figure img{
    border: 10px solid #FFF;
    box-shadow: 0 0 13px #0000003d;
}
.locationHts h3{
    margin-top: 25px;
}
.locationHts li{
    padding: 5px 0;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    min-width: 90%;
 }
 .locationHts li::before{
     position: absolute;
     width: 25px;
     height: 25px;
     background: var(--co6);
     color: #FFF;
     border-radius: 50%;
     content: "\f00c";
     font-weight: 900;
     font-family: "Font Awesome 6 Free";
     text-align: center;
     left: 0;
     top: 4px;
     line-height: 25px;
 }
 .locationHts .row > div{
    margin-bottom: 50px;
 }
 .locationHts p{
    font-size: 15px;
 }
 .LocationsAdrs .item{
    background: #FFF;
    padding: 30px;
    box-shadow: 0 0 13px #cacaca91;
    border-radius: 5px;
    margin-bottom: 25px;
 }
 .LocationsAdrs .item .btn, .serviceDetais article .btn{
    background: linear-gradient(320deg, rgba(108,142,208,1) 0%, rgba(219,168,168,1) 100%);
    color:#FFF;
 }
.LocationsAdrs h3{
    padding: 20px 0 10px 0;
}
.LocationsAdrs h3 span{
    display: block;
    font-size: 16px;
    padding-top: 5px;
    color: var(--co4);
}

.LocationsAdrs .modal-header {
    border: 0;
}
.LocationsAdrs li{
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    padding-bottom: 20px;
}
.LocationsAdrs li span{
    display: block;
    font-size: 14px;
}
.LocationsAdrs li::before{
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--co6);
    color: #FFF;
    border-radius: 50%;
    content: "\f3c5";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    text-align: center;
    left: 0;
    top: 4px;
    line-height: 25px;
}

.clinetlist picture{
    box-shadow: 0 0 16px #bdbdbd7d;
    padding: 30px 20px;
    display: block;
    background: #fff;
}
.clinetlist picture img{
    width: 100%;
}
.contact ul li{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    max-width: 80%;
    padding-bottom: 20px;
    font-size: 17px;
}
.contact ul li i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--co6);
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    
}
.contact ul li a{
    color: var(--co1);
}
.contact ul li a:hover{
    color: var(--co4);
}


.contact ul li span{
    width: calc(100% - 90px);   
}
.contact ul li span strong{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #3e4095;
}

.list3 ul li{
    position: relative;
    padding: 5px 0 5px 25px;
}
.list3 ul li::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--co6);
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.team{
    margin-top: -100px;
    display: block;
}
.team article{
    font-size: 22px;
    padding-bottom: 25px;
    padding-top: 10px;
    line-height: 26px;
}
.team article span{
    font-size: 16px;
    display: block;
}
.serviceDetais h3{
    margin-bottom: 20px;
    font-size: 24px;
}

.serviceDetais article{
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}
.serviceDetais ul li{
    font-size: 15px;
}



/* xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px */


/* @media (min-width: 1400px) {
    .subBanner figure {
        height: 40vh;
        overflow: hidden;
    }
} */


@media (max-width: 767px) {
    .ptb{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h2{
        font-size: 35px;
        line-height: 35px;
        padding-bottom: 5px;
    }
    /* Menu */
        .navbar-expand-md .navbar-nav .nav-link {
        margin-left: 0px;
    }
    .dropdown-menu {
        font-size: 13px;
    }
    .dropdown-menu li{
        padding: 5px 0;
    }
    
    
    /* Menu End */

    .banner, .banner .textWrap {
        height: 100%;
    }
    .banner h1, .subBanner h1{
       width: 80%;
    font-size: 26px;
    line-height: 34px;
    }
    .highlights h3{
        font-size: 40px;
    }
    .highlights h3 span{
        width: 100%!important;
        font-size: 18px;
    }
    .hAbout .row > div:first-child{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .hAbout .row > div:last-child{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .wavebg1{
        opacity: 0.3;
        display: none;  /*Off Canvas*/
    }
    .wavebg1::after {
        position: absolute;
        content: "";
        top: 59px;
        left: -39px;
        width: 100%;
        height: 100px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        -webkit-transform: rotate(-45deg);
    }
    .highlights .row > div{
        border-width: 1px 0;
        padding: 24px 0;
    }
    
    .highlights .container{
        max-width: 80%;
    }
    .contSect2{
        padding: 40px 0;
        padding-bottom: 0;
        margin: 30px 0;
    }
    .contSect2.left figure, .contSect2.right figure {
        margin: 0;
    }
    .contSect2.left figure::before {
        left: -100px;
        bottom: -80px;
        display: none;  /*Off Canvas*/
    }
    .contSect2.right figure::before {
        right: -100px;
        top: -30px;
        display: none;  /*Off Canvas*/
    }
    .contSect2 h2{
        margin-top: 30px;
    }
    .contSect2.left.bg  {
        background: -webkit-linear-gradient(left, var(--co4)20%, #FFF 0%);
    }
    .contSect2.right.bg {
        background: -webkit-linear-gradient(right, var(--co4)20%, #FFF 0%);
    }
    .contSect2.left .row > div:nth-child(2){
        padding-left: 25vw;
    }
    .contSect2.right .row > div:nth-child(2){
        padding-right: 25vw;
    }
    .hNewwave figure{
        height: 200px;
    }
    .hNewwave h2{
        margin-top: -150px;
        background: #FFFFFFA6;
        padding: 15px;
        z-index: 1;
        position: absolute;
    }
    .hEnquiry figure{
        padding-left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .hNewwave figure::after {
        width: 200vw;
        height: 200vw;
    } 
    .hEnquiry figure img{
       max-width: 60vw; 
    }
    .accreditations h3::before{
        display: none;
    }
    footer h3 {
        margin-bottom: 10px;
    }
    footer > .container > .row > div{
        margin-top: 30px;
    }
    footer > .container > .row > div:first-child{
        margin-top: 0px;
    }
    .subBanner h1{
        padding-top: 20px;
        text-align: center;
    }

    .hNewwave.captions figure {
        height: 90px;
        opacity: 0.4;
    }
    .hNewwave.captions h2{
        position: absolute;
        left: 102px;
        top: -86px;
        text-shadow: 0 0 5px #FFF;
        width: fit-content;
    }
    .hNewwave.captions img {
        bottom: 30px;
        width: 74px;
        left: 0px;
        padding: 10px;
        top: 11px;
    }
    .hNewwave.captions p{
        padding-top: 15px;
    }
    .hNewwave.captions .row{
        padding-bottom: 30px;
    }
    .hNewwave.captions .row:nth-of-type(2){
        text-align: left;
    }
    .locationService h2 span{
        line-height: 18px;
        margin-top: 15px;
        font-size: 12px;
    }
    .locationService figcaption {
        margin-top: -80px;
    }
    .locationHts{
        padding-top: 220px;
    }

    .locationService .container > figure{
        margin-bottom: -200px;
    }
    .locationService figcaption .item {
        width: 110px;
        height: 110px;

    }
    .locationHts .item {
        padding-bottom: 20vw;
    }
    .locationHts .item figure:last-child {
        padding: 20px;
        max-width: 100%;
    }
    .locationHts .item figure:first-child {
        height: 240px;
        width: 140px;
    }
    .locationHts h3 {
        margin-top: 10px;
    }
    .subBanner picture{
    display: none;
    }
    .contact ul li{
        max-width: 100%;
    }
    .subBanner figure {
        height:fit-content!important;
    }
    .contSect3 figure .imgCaption {
        bottom: 20px;
        font-size: 16px;
        text-align: left;
        padding-left: 32px;
        line-height: 27px;
        padding-top: 27px;
        width: 160px;
    }
    .contSect3 figure .imgCaption span {
        font-size: 38px;
    }
    .contSect3 figure {
        margin-bottom: 20px;
    }
    .clinetlist picture {
        margin-bottom: 15px;
    }
    .team{
        margin-top: -30px;
    }
    .modal .modal-body img{
        margin-bottom: 10px;
        border-radius: 5px;
    }


}

@media (max-width: 575px) {
    .locationHts .item {
        padding-bottom: 7vw;
    }

 }


