*{margin: 0px;padding: 0px;box-sizing: border-box;}
:root{
    --dblue:#2f3192;
    --red:#b80606;
}
h1,h2,h3,h4,h5,h6{font-weight: 500;color:#000000;}
body{font-family: 'Rubik', sans-serif;font-size: 15px;line-height: 22px;overflow-x: hidden;font-weight: 400;color:#4d5153;}
a{color:#4d5153;}
.sp-sticky {width: 100%;height: auto;
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sp-sticky-child {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul{list-style-type: none;}a{text-decoration: none;}.ncontainer {
    width: 90%;
    margin: 0px auto;
}.container{width: 80%;margin: 0px auto;}.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}/* side menu */
.side-menu-wrap {width:400px;position: fixed;right: -100%; top: 100px;background: #fff;height: 100%; -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2); box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto; z-index: 99999; transition: .4s; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;padding-bottom:120px;}
.side-menu-wrap.opened,.megamenu.opened {right: 0;transition: .8s; -webkit-transition: .8s;-moz-transition: .8s;  -ms-transition: .8s; -o-transition: .8s;}
p{text-align: left;}.blue{color: var(--blue);}
.main-menu .sub-menu li{line-height: 24px;}.main-menu .sub-menu a{text-transform: capitalize;}
.side-menu-logo { border-bottom: 2px solid #FE8204;}

.side-menu-nav .main-menu>li {position: relative;border-bottom: 1px solid #ccc;}

.angdown svg, .cem.active i svg, .tam.active i svg, .lem.active i svg {
    transform: rotate(450deg)!important;
}

.side-menu-nav svg {
    transition: all .1s linear;
}
.side-menu-nav .main-menu>li>a>i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu {border-top: 1px solid #7b8c95;background: #fff;display: none;}

.side-menu-nav .main-menu .sub-menu li {border-bottom: 1px solid #eee;}

.side-menu-nav .main-menu .sub-menu a {padding: 15px 18px;display: block;color: #212529;font-weight:500;font-size: 15px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s; -o-transition: .4s;}

.side-menu-nav .main-menu .sub-menu a i {color: #03328E;}

.side-menu-nav .main-menu .sub-menu~i {position: absolute;padding: 19px 11px;right: 0;top: 0;border-left: 1px solid #ccc;}

.side-menu-nav .main-menu .sub-menu a:hover, .side-menu-nav .main-menu a:hover{background:var(--dblue);color: #fff;}

.side-menu-nav .main-menu>li>a {color: #212529;padding: 15px 30px 15px 10px;font-weight: 600;display: block;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;}

.side-menu-wrap .side-menu-close {position: absolute; right: 0; top: 0; height: 30px;width: 30px;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0; -o-border-radius: 0;}

.side-menu-close,.menu-close{cursor:pointer; height: 43px;width: 43px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;position:absolute;right:0;}

.side-menu-close span,.menu-close span,.menu-closed span{height:3px;width: 20px;background:#586972;position: relative;opacity: 1;transition: .4s;-webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s;cursor:pointer;}

.side-menu-close span:nth-child(1){top: -5px;}

.side-menu-close span:nth-child(3){bottom: -5px;}

.side-menu-close.closed span:nth-child(1),.menu-closed span:nth-child(1) {transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg);}

.side-menu-close.closed span:nth-child(2),.menu-closed span:nth-child(2) {opacity: 0;}

.side-menu-close.closed span:nth-child(3),.menu-closed span:nth-child(3) {transform: translateY(-9px) rotate(-45deg); -webkit-transform: translateY(-9px) rotate(-45deg); -moz-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); -o-transform: translateY(-9px) rotate(-45deg);}
/*  custom overlay */
.custom-overlay { position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, .4);z-index: 12500;visibility: hidden;opacity: 0;transition: .4s; -webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s;-o-transition: .4s;}
.stretched-link::after{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";background-color: rgba(0,0,0,0);}
.custom-overlay.show {visibility: visible;opacity: 1;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;}.justify-content-center {-ms-flex-pack: justify!important; justify-content: center !important;}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}
.sp-sticky {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}.sp-active {
    box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
}header{background: #fff;padding:5px 0px;}.header-logo{position:relative;justify-content: center;}
header .main-menu>li>a{padding:0px 1.5vw;color: #000000;font-size: 16px;display: flex !important;align-items: center;height: 90px;}
.main-menu a span{position: relative;display: flex;text-transform:uppercase;font-weight: 500;}
.main-menu a.active{color: #ec3237;}
.main-menu a:hover{color:#ec3237;}
.fwrap {
    display: grid;
    grid-template-columns:20% 18% 18% 20%;
    padding: 50px 0px;
    justify-content: space-between;
}
.grid2{display:flex;justify-content:space-between;}
.copyright{
    display: flex;flex-wrap:wrap;
    justify-content: space-between;
    padding: 14px 0px 20px;border-top:1px solid rgb(102 102 102 / 20%);
}.copyright,.copyright a{font-size:15px;color:#666666;}.copyright span{color:var(--dblue);font-weight:400;}
footer h2{margin-bottom:18px;text-transform:capitalize;font-size:20px;color:var(--dblue);font-weight:400;text-transform:uppercase;display:none;}.flinks li,.plinks li{margin-bottom:10px;}.flinks li:last-child,,.celinks li:last-child
,.tlalinks li:last-child{margin-bottom:0px;}footer a:hover{color:var(--red);}
footer img{margin-bottom:20px;}footer a{color:#fff;transition:all 0.3s ease;}.fcol3 p,.fcol4 p{margin-bottom:10px;}
.fcname{font-weight:500;font-size:20px;margin-bottom:15px;}.cinfo p{margin-bottom:5px;}
.sicons svg{width:30px;height: 30px;}
.sicons {
    display: flex;
    margin-top:10px;align-items: center;
}
.sicons svg path{fill:var(--dblue);}
.sicons li{padding:0px 15px 0px 0px;}
.blue{color:var(--blue);}
.sicons a:hover path{fill:var(--red);}

.banner {
    color: #fff;
    position: relative;
    overflow: hidden;
}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
        .swiper-slide .bg{opacity: 0;}.swiper-slide-active .bg{opacity: 1;}
.banner img{width:100%;object-fit:cover;}.youtube svg,.twitter svg{width:35px;height:35px;}
.swiper-pagination-bullet {
  width:8px;
  height:8px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;opacity:0.8;background:#fff;
}
.swiper-pagination {
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 37px;gap:0px 10px;
}.swiper-button-prev::after,.swiper-button-next::after{display: none;}
.swiper-pagination-banner{display:flex;justify-content:center;position:absolute;bottom:20px !important;left:0px !important;z-index:9;}
.bpoints{display:flex;flex-wrap:wrap;gap:20px 10px;margin-top:20px;}.bpoints a{color:#d6d6d0;font-size:18px;}.bpoints li{position:relative;display:flex;align-items:center;padding-right:10px;}
.bpoints li::after{content:'';position:absolute;width:1px;height:18px;background:#d6d6d0;right:0px;}.bpoints li:last-child::after{display:none;}

.cbtn{padding:10px 22px;display:inline-flex;color:#000;margin-top:20px;text-transform:capitalize;background:#373737;transition:all 0.3s linear;
font-size:16px;z-index: 1;position:relative;}

.cbtn:hover{color:#000;background:var(--green);color:#fff;}
.pspace3{padding:30px 0px;}.pspace5{padding:50px 0px;}
.mb1{margin-bottom:15px;}.mb2{margin-bottom:25px;}
.f20{font-size:20px;}.pspace{padding:80px 0px;}

header nav.d-lg-flex{width:70%;display:flex;justify-content:flex-end;}
header svg{width:100px;height:auto;}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;background-color:#fff;
}
.swiper-pagination-bullet-active::before {
  background-color: var(--red) !important;
  -webkit-animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}


.vplay{position: absolute;bottom:20px;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;display: flex;justify-content:center;width:100%;align-items:center;}
.vplay .swiper-pagination{position:relative;width:auto;bottom:0px;}
.vplay div:last-child{display:flex;margin-left:20px;}
.vplay a{display:flex;}
.vplay a:hover svg{transform: scale(1.1);}
.vplay .play.hide,.vplay .stop.hide{display:none;}

.swiper-slide{display:flex;align-items:center;}.picon .slide svg path{transition:all 0.1s linear;}

.owl-carousel .owl-dot {
    background-color: #ccc !important;
    padding: 5px !important;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0px 10px;
    outline: 0px;
}
.actdot .owl-dot.active {
    background-color: var(--yellow) !important;
}
.vlink {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}.button.is-play {
    position: absolute;
}
.ch2{font-size: 34px;letter-spacing: -1px;
    font-weight:400;color:var(--dblue);
    line-height: 34px;}

.owl-dots{text-align:center;}
.textWrapper.lft{left: 9%;}
.textWrapper{position:absolute;left: 11%;padding:0px 40px;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    top: 0;}
.textWrapper .bh1.c-bhed{color:#004681;text-shadow: none;}
.textWrapper .bh1 {
    color:#fff;
    font-size:50px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    position: relative;
}.textWrapper span{font-weight:500;display:flex;}.cbtn{ padding: 5px 15px;
    display: inline-flex;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    background: var(--red);
    transition: all 0.3s linear;
    font-size: 14px;
    position: relative;
    z-index: 2;border-radius:0px;}
.banner .cbtn{box-shadow:0px 5px 15px rgb(0 0 0 / 31%);margin-top:35px;}
.textWrapper::after{content:'';position:absolute;width:10px;height:46%;background:var(--red);left:-25px;}
.textWrapper .cbtn:hover{background:#fff;color:#000;}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}
header .main-menu>li:last-child a{padding-right:0px;}.ucase{text-transform:uppercase;}.my-2{margin:20px 0px;}
.ch2 span{font-weight:500;text-transform:uppercase;}
.habt{display:grid;grid-template-columns:50% 45%;justify-content:space-between;align-items:center;}
.habt h2{font-size:40px;line-height:40px;}
.hbrand h3{font-weight:400;font-size:30px;color:var(--green);}.hbrand h3 span{font-weight:600;}

.yicon .button.is-play {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0px;
    margin-top: 20px;
}.yicon .button-icon {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.button-icon {
    border-radius: 8px;
    width: 75px;
    height: 50px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    transition: all 0.3s ease-out;
}.yicon, .yicon a {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
    text-align: center;
}img{max-width:100%;}

.ch1{font-size:90px;font-weight:600;color:#fff;line-height:72px;}.gsb{display:grid;}

.blogdesc h3 {
    padding: 10px 0px;color:var(--dblue);
}.blogdesc {
    padding:15px 10px 0px;
}.blogdesc p{margin:10px 0px;}.blogdesc a{color:var(--green);text-transform:uppercase;transition:all 0.3s ease;}
.ch3 {font-size: 24px;color: var(--green);}.hblogs .owl-item:hover a{color:var(--orange);}
.blogdesc span{text-transform:uppercase;}
.hblogs .owl-item.active{opacity: 1;}.hblogs .owl-stage{display:flex;}
.hblogs{padding:20px 40px 5px;height:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}.nwrapper{width:100%;position:relative;overflow:hidden;margin-left:-4%;}
.hcontact {
   margin-top:20px;
    padding: 50px 0px 0px;
    position: relative;
    z-index: 9;
}
.nslide:hover .nimg img{transform: scale(1.1);}
.hblogs .owl-prev,.hblogs .owl-next{position:absolute;}
.hblogs .owl-prev,.hblogs .owl-next{top:45%;}.hblogs .owl-next{right:-1%;}.hblogs .owl-prev{left:-1%;}
.hblogs svg{width:50px;height:50px;}.hblogs path{fill:#545454;}
.hcontact::after{content:'';position:absolute; background: #ffd630;width:100%;height:96%;top:0;z-index:-1;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);}.hcontact .cbtn:hover{border-color:var(--green);background:var(--green);}
.hblogs .owl-nav button:hover path{fill:var(--green);}.blogdesc p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
footer {
    position: relative;
    background:#d2e7ff;
    background-size: cover;
    z-index: 1;
    color: #fff;background-image: url('images/footer-bg.webp');background-position: center;background-size:contain;background-repeat:no-repeat;
}.fwrap a{color:var(--dblue);white-space:nowrap;}.fwrap p{color:var(--dblue);}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}.swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}.swiper-button-prev {
    left: 30px;
}.swiper-button-prev span:after, .swiper-button-next span:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 0px;
    height: 2px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
}.swiper-button-prev span {
    transform: rotate(-135deg);
    left: 50%;
}.swiper-button-prev span, .swiper-button-next span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px white;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s ease;
}.swiper-button-next {
    right: 30px;
}.swiper-button-next span {
    transform: rotate(45deg);
    right: 50%;
}.swiper-button-prev:hover span:after, .swiper-button-next:hover span:after {
    width: calc(20px - 4px);
}.fcol3 p{line-height:26px;}.gbg {
    background: #f6f6f6;
}.bcb{padding: 15px 0px;}
.breadcrumb {
    display: flex;
    list-style-type: none;
    justify-content:flex-start;align-items:center;
    flex-wrap: wrap;padding:10px 0px;
}.breadcrumb li {
    margin-right: 2px;
	display:flex;
}
.breadcrumb li:first-child svg{padding-top:2px;}
.owl-thumbs .owl-thumb-item{
  background: #f5f5f5;
  overflow: hidden;width:100px;border:1px solid #1940292b;margin: 10px 0px;height:110px;
}
.owl-thumbs .owl-thumb-item img{
  object-fit:contain;
  height:100px;width: 100%;
  
}
.my-3{margin:30px 0px;}.fbold{font-weight:600;}
.mright{margin-right:40px;}
.gap-20{gap:40px;}.mright span{display:flex;justify-content:center;color:var(--dblue);}
.fdetail{margin-top:20px;}.fcol2 a, .fcol3 a{font-weight:400;text-transform:uppercase;}.fcol4 p,.fcol4 a{font-weight:400;}
.fcol4 h2{display:block;margin-bottom:10px;}
.h4{font-size:20px;padding:20px 0px;}

.fdata{display:grid;grid-template-columns:repeat(4,1fr);margin-top:50px;}
.fdata .ch2{color:var(--red);font-weight:500;margin-bottom:5px;}
.fdata .f1{border-left:1px solid #b9b8b4;padding:10px 10px 10px 15px;}
.owl-dot.active{background-color:var(--red) !important;}
.cbtn::after{top: 0;position:absolute;content:'';background:var(--dblue);
    transition: 0.3s ease;
    right: 100%;
    bottom: 0;
    left: 0;z-index:-1;}
.cbtn:hover::after{right:0;}
.banner .cbtn::after{background:#fff;}.greybg{background:#f5f5f5;}.pbg{background-image: url(images/arts.webp);background-repeat:no-repeat;background-size:contain;background-position:0px 60px;
}
.plist{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}.p1{display:flex;align-items:center;justify-content:space-between;background-color:#004681;
    padding:20px 20px 0px 0px;position:relative;transition:all 0.3s ease;height:300px;overflow:hidden;}.p1 h3, .p1 h2{color:#fff;font-weight:300;line-height:1.2;text-transform:uppercase;font-size:28px;}
.p1 .cbtn{position:absolute;bottom:20px;right:20px;border: 1px solid #b9b8b4;background:transparent;}.p1::after,.pdlist .limg::after{content: '';
    position: absolute;background:radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) -6.82%), radial-gradient(54.28% 50.28% at 35.39% -15%, rgba(255, 255, 255, 0.413) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;}
.pimg,.p1 h3 span, .p1 h2 span{display:flex;}.p1:hover .cbtn::after{background: var(--red);right:0;}
.p1:hover{background:#ababab;}.mb4{margin-bottom:40px;}
.p1 .pimg{width:48%;position:absolute;left:10px;}.p1 .pcont{width: 100%;display: flex;justify-content: flex-end;}
.dn{background:url(images/network.webp) no-repeat;background-size:cover;}.drow{display:grid;grid-template-columns:49% 49%;justify-content:space-between;}
.cs{background:#b53646;padding-top:20px; display:grid;grid-template-columns:35% 60%;justify-content: space-between;}.drow > div{color:#fff;gap: 0px 40px;padding-bottom:0px;}.drow h2{color:#fff;margin-bottom:15px;}.cimg{display:flex;}.drow h2, .drow span{text-transform:capitalize;}.dn .cbtn{background:transparent;color:#15d5e2;border:1px solid #b9b8b4;}
.cs a{color:var(--dblue);}.cs a{background:#fff;}.dn a:hover::after{background:#fff;}.dn a:hover{color:#000;}
.dn{padding:50px 40px 60px;}.cs > div{padding:30px 40px 60px 0px;}.cs .cimg{padding:0px;padding-left:20px;}.cimg img{object-fit: cover;object-position: bottom;}
.nimg img{width:100%;padding:0px 10px;transition:all 0.3s ease;height:auto;}.nimg::after,.nimg::before{content:'';position:absolute;left:0;border-left:10px solid #30368a;top:0;
    height:100px;z-index:99;}.nimg{position:relative;border-top:10px solid #30368a;overflow:hidden;}
.nimg::before{left:auto;right:0;}.blogdesc a{color:#fff;}.lbg{background: #e7e7e7;}.cs p{color:#fff;}
.hblogs a::before{    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0,0,0,0);}.cbtn1{background: var(--red);padding: 10px 25px;margin-top: 20px;display: inline-flex;}
.cbtn1::before{top: 0;position: absolute;content: '';background: var(--dblue);transition: 0.3s ease;right: 100%;bottom: 0;left: 0;z-index: -1;}
.nslide:hover .cbtn1::before{right:0;}.nslide{position:relative;}
section{overflow:hidden;}.tne{display:grid;grid-template-columns:35% 61%;justify-content:space-between;}
.hbold{font-weight:500;}.t1{position:relative;}
.bluebg{background:#dbebfc;padding:40px 100px 40px 50px;}.t1 .h4{color:var(--dblue);text-transform:uppercase;}
.t1 .rname{color:var(--red);margin-top:20px;}.tr{text-align:right;}.bluebg svg{width:60px;height:60px;}
.hreview .owl-dot.active{background-color:var(--dblue) !important;}.hreview .owl-dots{text-align:center;margin-top:20px;}
.hnews{padding:15px;display:flex;flex-wrap:wrap;gap:20px;}.hn1{display:grid;grid-template-columns:100%;justify-content:space-between;position:relative;}
.my-1{margin:15px 0px;}.date{color:var(--dblue);}.red{color:var(--red);}.hnews a{text-transform:uppercase;transition:all 0.3s ease;}
.hn1:hover a{color:var(--dblue);}.tne .t1 h2{background:#fff;margin-bottom:0px;padding-bottom:25px;}
.hn1:hover img{transform: rotate(0deg) scale(1);}.hn1 img{transition:all 0.3s ease;transform:scale(1.1);object-fit:cover;height:auto;}
.hnimg{position:relative;overflow: hidden;display:flex;margin-bottom:15px;}.line4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.enquiry{background:var(--dblue);padding:30px 15px;position:relative;}.erow{display:flex;justify-content:center;align-items:center;gap:100px;}
.erow a{margin:0px;background:transparent;border:1px solid #b9b8b4;align-items: center;font-size:18px;padding:10px 15px;}.erow p{color:#fff;font-size:34px;font-weight:400;}
.sperson{position:absolute;right:3%;bottom:0px;}
.erow .cbtn::after{background:#fff;}.erow .cbtn:hover{color:#000;}.ov{overflow:visible;}
.k::after {content: "K+";display: inline-block;margin-left:1px;}
.plus::after {content: "+";display: inline-block;margin-left:1px;}
.backButton.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
}.backButton {
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 2px solid var(--dblue);
    border-radius: 50%;
}.backButton__icon__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}.backButton svg{margin-top: -2px;}header .container{position:relative;}


.sub-banner{height: 200px;background:#7b8c95;display: flex;align-items: center;flex-wrap: wrap;position: relative;    background: linear-gradient(to right, #88a6c9, #7b8c9500),url(images/banner.webp);background-position: 0px -390px;}
.sub-banner h1, .sub-banner p{font-size:34px;line-height: 36px;font-weight: 400;color:#fff;}
.lgrey{background:#f7f7f7;}
.listing{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}.limg{padding:15px;background:#fff;text-align:center;border:1px solid #ebebeb;box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);padding-bottom:0px;}.limg img,.limg{transition:all 0.3s ease;}.limg div{position:relative;overflow:hidden;display:flex;}
.limg:hover img{transform:scale(1.2);}.limg:hover{box-shadow:2px 3px 15px rgb(0 0 0 / 15%);}
.listing h2,.pdlist h2{margin:10px 0px 0px;font-size:17px;font-weight:400;}
.bactive{opacity:0.75;}
.category{background:#fff;text-align:right;margin-right:30px;}
.category h2{padding:15px 15px;font-size:20px;}.category a{width:100%;display:flex;}
.category a{padding:10px;transition:all 0.3s ease;justify-content:flex-end;}
.pdetail {
    margin: 30px auto 10px;
    clear: both;
    display: grid;
    grid-template-columns: 20% 78%;
    gap: 0px;justify-content:space-between;
    align-items: flex-start;
}.category h2{font-weight:500;}
.pdlist{display:grid;grid-template-columns:repeat(3,1fr);}
.pdlist .limg{margin:-1px;box-shadow:none;border-width:0px;position:relative;z-index:0;overflow:hidden;}.pdlist .limg:hover{box-shadow:8px 8px 15px rgb(0 70 129 / 60%);z-index:2;}
.pdlist .limg:hover img{transform: scale(1);}
.limg img{transform: scale(0.85);}

/*.category a:hover,.category a.active{background-color:#2f3192;font-weight:400;color:#fff;}*/
.category a{position:relative;z-index:9;}
.category a::after{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="30" height="30" viewBox="0 0 24 24"%3E%3Cg transform="rotate(90 12 12)"%3E%3Cpath fill="white" d="m16.854 13.647l-4.5-4.5a.5.5 0 0 0-.707 0l-4.5 4.5a.5.5 0 0 0 .707.707L12 10.207l4.146 4.147a.498.498 0 0 0 .707 0a.5.5 0 0 0 0-.707z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');position:absolute;right:-30px;background:var(--red);height:100%;width:0%;transition:all 0.3s ease;z-index:-1;bottom:0;line-height: 62px;}
.category a:hover:after,.category a.active:after{width:100%;}.category a:hover,.category a.active{color:#fff;}
.pdlist h2{font-weight:300;}
.stickycol{position:sticky;top:130px;}.sticky_sec{overflow:visible;position:relative;}.seform select,textarea{font-family: 'Rubik', sans-serif;color:#4d5153;}
.input-field {
    position: relative;
    margin-top: 1rem;
}input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea,.seform select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}.input-field label {
    color: #4d5153;
    position: absolute;
    top: 0.8rem;
    left: 0rem;
    font-size: 16px;font-weight:300;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
}input[type=text]+label:after, input[type=password]+label:after, input[type=email]+label:after, input[type=url]+label:after, input[type=time]+label:after, input[type=date]+label:after, input[type=datetime-local]+label:after, input[type=tel]+label:after, input[type=number]+label:after, input[type=search]+label:after, textarea.materialize-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out,.2s color ease-out;
}.input-field label.active{font-size:0.8rem;-webkit-transform:translateY(-140%);-moz-transform:translateY(-140%);-ms-transform:translateY(-140%);-o-transform:translateY(-140%);transform:translateY(-140%)}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--dblue);
    box-shadow: 0 1px 0 0 var(--dblue);
}select:focus{outline:1px solid var(--dblue);}select {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
}select {
    display: none;
}.select-wrapper {
    position: relative;
}.select-wrapper input.select-dropdown {    font-family: 'Rubik';
    font-weight: 300;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}ul:not(.browser-default)>li {
    list-style-type: none;
}.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: var(--dblue);
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid var(--dblue);
}[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #dbdbdb;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #dbdbdb;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}[type="checkbox"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--dblue);
    border-bottom: 2px solid var(--dblue);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.cntrow{display:grid;grid-template-columns:65% 30%;justify-content:space-between;}
.s6{width:49%;}
.cform .row{justify-content:space-between;}
textarea.materialize-textarea {
    overflow-y: hidden;
    resize: none;
    min-height: 100px;margin-top:15px;
}
.textarea{top:10px;}.submit{margin-top:20px;text-align: right;}
.submit input{background: #7b8c95;color: #fff;border: 0px;padding: 14px 30px;text-transform: uppercase;font-weight: 400;font-family: 'Rubik';font-size: 16px;
transition:all 0.3s ease;}.submit input:hover{background:var(--dblue);}
.my2{margin:25px 0px 5px;}.cnt2 h3{color:var(--dblue);}
.support{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;}.support svg{width:60px;height:60px;}
.support p{text-align:center;}.support h3{margin:15px 0px 10px;font-weight:400;font-size:22px;}.support a{color:var(--dblue);margin-top:20px;display:inline-flex;font-weight:400;font-size:16px;text-decoration: underline;}
.map{line-height:0px;}
.f18{font-size:20px;text-align:center;width:70%;margin:0px auto;line-height:28px;font-weight:400;}
.outline{color: var(--dblue);font-size:20px;font-weight:400;text-transform:uppercase;}
.abtrow{display:grid;grid-template-columns:55% 40%;justify-content:space-between;align-items:center;}
.gradient{background:linear-gradient(to right, #fff 50%, #64747c 50%);}
.gradient p,.gradient h2{color:#fff;}
#timeline {
    width:90%;
    overflow: visible;
    margin: 30px auto 0px;
    position: relative;padding: 4%;box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  }
    #dates {
    display:flex;
    }
      #dates li {
        list-style: none;
        width: auto;padding-right:60px;
        font-size:20px;
        text-align: center;
       position:relative;
      }
        #dates a {
          line-height: 38px;opacity:0.75;
          display:flex;justify-content:center;
        }
        #dates .selected {
              opacity:1;
}.mimg{display:grid;grid-template-columns:50% 40%;justify-content:space-between;align-items: center;}
.bar{position:absolute;width:10px;height:10px;bottom:-15px;background: transparent;border:2px solid #fff;display: flex;align-items: center;justify-content: center;transition:all 0.3s ease;border-width: 0 10px 10px 10px;border-color: transparent transparent #ee1d29 transparent;opacity:0.5;}
 .bar::after{content:'';position:absolute;background:#fff;border:2px solid #fff;bottom:-10px;transform:scale(0);transition:all 0.3s ease;border-width: 0 10px 10px 10px;border-color: transparent transparent #ffffff transparent;}
.selected .bar{opacity:1;}
.cscroll::-webkit-scrollbar {
  height: 1px;background:#212529;border-radius:10px;
}

.cscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.cscroll::-webkit-scrollbar-thumb {
  height: 1px;
  background-color:#f7f7f7;border-radius:10px;
}

.cscroll::-webkit-scrollbar-thumb:hover {
  background-color: #f7f7f7;
}

.cscroll::-webkit-scrollbar:vertical {
  display: none;
}
.cscroll{max-width: 100vw;
  overflow-x: scroll;padding:70px 0px 15px;
  position: relative;
  -ms-overflow-style: none;}

    #mcwrap {
      overflow: hidden;width:100% !important;min-height:270px;margin-left:0px !important;
    } 
      #mcwrap li {
        list-style: none;
        width:90%;position:absolute;
      }
        #mcwrap li img {
          background: transparent;    
          zoom: 1;
          -webkit-transition: all 2s ease-in-out;
          transition: all 2s ease-in-out;
        }
 #next,
    #prev {
      position: absolute;
      top: 0;
      font-size: 70px;
      top:45%;
      width: 40px;
      height: 38px;
      background-position: 0 0;
      background-repeat: no-repeat;
      text-indent: -9999px;
      overflow: hidden;
}   
        #next.disabled,
        #prev.disabled {
          opacity: 0.5;
        }
.title{font-size:40px;color:var(--dblue);font-weight:400;line-height:initial;}
.mcont{padding-top:30px;}.mcont h4{font-size:24px;font-weight:400;margin:40px 0px;}
  #prev {
            left:-70px;
            background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="40" height="40" viewBox="0 0 256 256"%3E%3Cpath fill="%23212529" d="M128 26a102 102 0 1 0 102 102A102.2 102.2 0 0 0 128 26Zm0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90Zm46-90a6 6 0 0 1-6 6h-65.5l23.7 23.7a6.1 6.1 0 0 1 0 8.5a5.9 5.9 0 0 1-4.3 1.7a5.8 5.8 0 0 1-4.2-1.7l-33.9-34a5.8 5.8 0 0 1 0-8.4l33.9-34a6 6 0 0 1 8.5 8.5L102.5 122H168a6 6 0 0 1 6 6Z"%2F%3E%3C%2Fsvg%3E') no-repeat;
      }
      #next {
            right:-70px;
            background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="40" height="40" viewBox="0 0 256 256"%3E%3Cg transform="rotate(180 128 128)"%3E%3Cpath fill="%23212529" d="M128 26a102 102 0 1 0 102 102A102.2 102.2 0 0 0 128 26Zm0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90Zm46-90a6 6 0 0 1-6 6h-65.5l23.7 23.7a6.1 6.1 0 0 1 0 8.5a5.9 5.9 0 0 1-4.3 1.7a5.8 5.8 0 0 1-4.2-1.7l-33.9-34a5.8 5.8 0 0 1 0-8.4l33.9-34a6 6 0 0 1 8.5 8.5L102.5 122H168a6 6 0 0 1 6 6Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;
      }    
.milestonebg h2{text-align:center;}
.vm{background:#f7f7f7;}
.vmrow{display:grid;grid-template-columns:48% 48%;justify-content:space-between;}
.vm1{display:grid;grid-template-columns:25% 70%;justify-content:space-between;}
.circle{width: 170px;display:flex;align-items:center;justify-content:center;overflow:hidden;
    height: 170px;position:relative;background:#f5f5f5;border-radius:50%;box-shadow:0px 0px 10px rgba(0,0,0,0.15);}
.circle div{border-radius:50%;width:140px;height:140px;background:linear-gradient(45deg, #fff, #e7e7e7);display:flex;align-items:center;justify-content:center;}
.vm1 svg{width:85px;height:85px;}.vmrow .vm1:last-child svg{width:65px;height:65px;}
.vm1 svg path{fill:#81898d;transition:all 0.3s ease;}
.vm1:hover svg path{fill:var(--dblue);}

.infra{display:grid;grid-template-columns:25% 70%;justify-content:space-between;align-items: center;}
 .arc .owl-prev, .arc .owl-next{
    position: absolute;
    top: 45%;
    left: -20px;
}
.arc .owl-next{
    right: -20px;
    left: auto;
}
.arc i{
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}
.arc .owl-prev:hover i,.arc .owl-next:hover i{background:var(--dblue);}.arc .owl-prev:hover svg path,.arc .owl-next:hover svg path{fill:#fff;}
.tc{text-align:center;}
svg path{transition:all 0.3s ease;}
.w75{width:75%;margin:0px auto 40px;text-align:center;}
.qpslider{display:flex;justify-content:center;gap:20px;}
.support h2{font-size:24px;color:var(--dblue);margin:20px 0px;}
.support .s1:hover svg path{fill:var(--dblue);}
.cntrow .cnt1,.cntrow .cnt2{padding:80px 0px;}
.crow{position:relative;}.crow::after{content:'';position:absolute;background:#f7f7f7;left:0;width:40%;top: 0;height: 100%;z-index: -1;}
.cntrow .cnt1{background:#f7f7f7;padding-right:8%;}
.milestonebg{padding:100px 0px;}.fdata svg{width:40px;height:40px;}.fdata svg path{fill:#989a9b;}
.carrows .owl-prev, .carrows .owl-next {
    position: absolute;
    top: 45%;
    left: 3px;
}
.carrows i {
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}.carrows svg {width: 28px;height: 28px;}.carrows .owl-next {
    right:3px;
    left: auto;
}.carrows .owl-prev:hover path, .carrows .owl-next:hover path {
    fill: #fff;
}.carrows .owl-prev:hover i, .carrows .owl-next:hover i {
    background: var(--red);
}.fend{justify-content:flex-end;margin-top:30px;gap:0px;}.fend li{padding:0px;}
.fend li:nth-child(2){border-right:1px solid #ccc;padding-right:15px;margin-right:15px;}.fend a{display:flex;}
.hreview img{width:100%;height:330px;object-fit:cover;}
.hreview .button-icon{width:60px;height:40px;}.hreview a{width:100%;}
.updates img,.updates,.upd1{height:470px;object-fit:cover;}

.sticky{background:var(--dblue);}
.sticky {
    top: 105px;position:sticky;z-index:9999;}.qlinks {
    display: none;
}


.gap10{gap:20px;}.gap10 .limg{background:#004681;color:#fff;border-radius: 10px;}.gap10 h2{color:#fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 400;border-bottom: 1px solid #9d9d9d85;}
.wbg .limg{background:#fff;}.wbg .limg:hover{box-shadow:0px 0px 20px rgb(0 0 0 / 15%);}.wbg h2{color:#000;}
.sicons.fend{position:absolute;right:0;top:-20px;}.ov .container{position:relative;}
.mt10{margin-top:10px;}
.mb10, .cnt-wth{margin-bottom:10px;}
.mrm {
    display: inline-flex !important;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
	color: var(--dblue);align-items:center;padding-left:45px;
}
.m-cont {
    display: none;
}
.mrm::after {
    content:'';
    position: absolute;
    left:0px;
    width: 30px;
    height: 2px;background:#6d6fb4;
}.pdlist h2{position:relative;overflow:visible;height:100%;}
.pdlist .limg:hover img{transform:scale(0.95);}.pdlist h2::after{content:'';position:absolute;width:100%;height:100%;bottom:0;left: 0;
    z-index: -1;border-top-left-radius:10px;border-top-right-radius:10px;}.pdlist .limg::before{content:'';position:absolute;border-bottom: 1px solid #9d9d9d85;width: 100%;
    height: 1px;bottom: 0;z-index: 999;left: 0;}
.nowrap{white-space:nowrap;}
.sticklist1{
    display: flex;
    gap: 0px 40px;
}
.sticklist1 li a {
    padding: 13px 30px;
    display: flex;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.sticklist1 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    height: 4px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease;
    transform: scale(0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.sticklist1 li a:hover:after, .sticklist1 li a.active:after {
    transform: scale(1);
}

.asimg{height:auto;background: none;}.stext h1{position:absolute;left:10%;color:#fff;z-index:9;}.asimg .container{position:relative;}
.stext{display:flex;align-items:center;}
.psno{position:absolute;left:0;background:linear-gradient(45deg, #363636, #b80606);padding:5px 10px;border-radius:5px;}
.whatsapp {
    position: fixed;
    right: 2rem;
    bottom: 10rem;
    z-index: 99;
}
.qpolicy{    display: grid;
    grid-template-columns: 40% 40%;
    justify-content: space-around;
    align-items: center;}
.qpolicy img {height:auto;}

.sse {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    opacity: 0;
    bottom: 30%;
    padding: 20px 10px;
    background:#004681;
    color:#fff;
    z-index: 9999;
    right: 0px;
    font-weight: 600;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    transform: rotate(180deg);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}.show {
    display: flex;
    opacity: 1;
    align-items: center;
}.modal {
    background: rgb(0 0 0 / 50%);
    z-index: 9999999;
}.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    opacity:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}.fade {
    transition: opacity .15s linear;
}.modal.right.fade.show .modal-dialog {
    right: 0;
}.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity .3s linear, right .5s ease;
    -moz-transition: opacity .3s linear, right .5s ease;
    -o-transition: opacity .3s linear, right .5s ease;
    transition: opacity .3s linear, right .5s ease;
    bottom: 0;
}.modal.right .modal-dialog {
    position: fixed;padding:
    margin: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-content {
    background:#fff;
}.modal-title {
    width: 100%;
    font-size: 26px;
}
.col-md-12{width:100%;}.modal1 .modal-body{padding:15px;}
.modal-header {
    border-bottom: 1px solid #c1c1c1;padding: 18px 20px;
}.modal .close {cursor:pointer;
    position: absolute;
    right: 20px;
    top:15px;
    outline: 0;text-shadow: none;
    opacity: .8;
    color: #000;
    font-size: 26px;    background: transparent;
    border: 0px;
}.modal.right .close:hover{opacity:1;}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}.show {
    opacity: 1;
}
.seform .modal-content{position:relative;background:transparent;overflow:hidden;padding:40px;display: grid;grid-template-columns: 45% 50%;justify-content: space-between;align-items:center;}
.seform .modal-content::after{content:'';position:absolute;right:0;background:#fff;width:80%;height:100%;bottom:0;z-index:-1;border-radius:10px;box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);}
.seform img{border-radius:10px;box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);}.seform .input-field{width:100%;margin:0px;}
.seform select{display:block;margin:0px;}.seform .s12{width:100%;margin-bottom:15px;}.seform .modal-header{padding:18px 20px 15px 0px;margin-bottom:10px;}.seform textarea{top:0px;margin:0px;}
.contactpage .sse,.hiddendiv {display:none !important;}.crow{overflow:visible;}

.megamenu{position:fixed;width:100%;height:100vh;z-index:99999;background:#7b8c95;top:0;overflow-y: scroll;
padding:50px 5%;right:-100%;transition: .4s;-webkit-transition: .4s;display:flex;align-items:center;flex-wrap:wrap;
}
.megamenu .mmrow{display:grid;justify-content:center;grid-template-columns:repeat(4,1fr);gap:40px 20px;}
.megamenu a{font-weight:500;margin-bottom:20px;display:flex;font-size:20px;color:#fff;}.megamenu ul a{font-weight:400;margin-bottom:10px;font-size:16px;}
.megamenu .f500 a{text-align:center;font-weight:400;font-size:18px;padding:0px 30px;margin-bottom:0px;}.megamenu a:hover{color:var(--dblue);}

.mimage{display: grid;grid-template-columns: 45% 50%;justify-content: space-between;padding:0px 20px;}

.mmrow > div:nth-child(2),.mmrow > div:nth-child(3),.mmrow > div:nth-child(4),
.mmrow > div:nth-child(8),.mmrow > div:nth-child(6),.mmrow > div:nth-child(7)
{border-left: 1px solid #8e9ea7;} .mimage img{width:120px;}
.megamenu > div:nth-child(8),.megamenu > div:nth-child(7){padding-left:15%;}
.side-menu-close{display:none;}.menu-closed{position:absolute;right:0;top:20px;width:50px;height:50px;display:inline-grid;}.menu-closed span:nth-child(3){
    transform:  translateY(-26px) rotate(-45deg);
    -webkit-transform: translateY(-26px) rotate(-45deg);
}
.menu-closed span{background:#fff;}.megamenu .f500{display:flex;gap:10px;justify-content:center;margin-top:40px;}
.megamenu .w100{width:80%;margin:0px auto;}

.megamenu .f500 li:nth-child(even){border-left: 1px solid #8e9ea7;border-right: 1px solid #8e9ea7;}
.megamenu .f500 li:last-child{border-right:0px;}
.tne .instagram path{fill:#fff !important;}
.mupdate .fb svg{width:35px;height:35px;}.mupdate li:nth-child(2){padding-right:10px;}
.mupdate .fb:hover path{fill:#2f3192;}.mupdate.sicons.fend{top: -30px;}
.qpolicy a,.updates a{cursor:zoom-in;}.mupdate li:first-child{padding-right:10px;font-weight:500;font-size:17px;}
.dmap{position: relative;}.dmap svg{height:900px;}.map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.dmap .map-location-marker:after {
    animation: pulsate 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #2f3192;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: -4px;
    transition: all 0.25s linear;
    width: 31px;
    z-index: 2;
}.dmap .map-location-marker {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="36" height="36" viewBox="0 0 24 24"%3E%3Cpath fill="%232f3192" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z"%2F%3E%3C%2Fsvg%3E') no-repeat;
    cursor: pointer;
    position: absolute;
    height:48px;
    margin-top: -1.875em;
    margin-left: -0.7857142857em;
    width:48px;
    z-index: 3;
}
.punjab {
       left: 26%;
    top: 19%;
}
.delhi {
       left: 29%;
    top: 26%;
}
.assam {
       left: 82%;
    top: 32%;
}
.rajasthan {
       left: 18%;
    top: 32%;
}
.pradesh {
       left: 40%;
    top: 31%;
}
.bihar {
       left: 60%;
    top: 35%;
}
.gujarat {
       left: 11%;
    top: 45%;
}
.mpradesh {
       left:33%;
    top: 45%;
}
.jharkhand {
       left: 57%;
    top:41%;
}
.bengal {
       left: 68%;
    top: 44%;
}
.chhattisgarh {
       left:46%;
    top: 53%;
}
.maharashtra {
       left: 25%;
    top: 57%;
}
.telangana {
       left: 37%;
    top:60%;
}
.karnataka {
       left: 25%;
    top: 72%;
}
.andhra {
       left: 37%;
    top: 71%;
}
.kerala {
       left: 28%;
    top: 84%;
}
.tamilnadu {
       left: 36%;
    top: 82%;
}
.srilanka {
       left: 41%;
    top: 93%;
}
 @keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}  .tippy-tooltip.custom-theme {background-color: var(--dblue);color: #fff;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);}
.tippy-tooltip.custom-theme[data-placement^=top] .tippy-arrow {border-top-color: var(--dblue);}
.tippy-tooltip.custom-theme[data-placement^=bottom] .tippy-arrow {border-bottom-color: var(--dblue);}
.tippy-tooltip.custom-theme[data-placement^=left] .tippy-arrow {border-left-color: var(--dblue);}
.tippy-tooltip.custom-theme[data-placement^=right] .tippy-arrow {border-right-color: var(--dblue);}
.dealerrow{display:grid;grid-template-columns: 55% 40%;justify-content:space-between;}
.dmap .s6{width:100%;}.dealerrow > div{padding:60px 0px;}
.dealerrow .cnt1{background:#f7f7f7;padding-right:40px;}
.dealerrow .cnt1 > div{position:relative;display:flex;}
.vm-abt svg{width:8%;height:30px;}
.vm-abt li{display: flex;text-align:left;}
.vm-abt li span{width:95%;}
.vm-abt{margin-top:15px;}
.vm-abt svg path{fill:var(--dblue);}
.mcont .title{margin-bottom:20px;}
.prd-li li:before{
	content:'';
	position:absolute;
	background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%234d5153" d="M9.29 15.88L13.17 12L9.29 8.12a.996.996 0 1 1 1.41-1.41l4.59 4.59c.39.39.39 1.02 0 1.41L10.7 17.3a.996.996 0 0 1-1.41 0c-.38-.39-.39-1.03 0-1.42z"%2F%3E%3C%2Fsvg%3E');
	width:20px;
	height:20px;
	left:0;
	}
.prd-li li{position:relative;padding-left: 25px;}
.cs a{display:none;}
.grid-wrapper{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}

.grid-wrapper > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.grid-wrapper > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px; 
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 55 93 / 50%);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
    opacity: 0;
}

.gallery .overlay svg {
    font-size: 26px;
}

.gallery a:hover .overlay {
    transform: rotateY(0deg) scale(1,1);
    opacity: 1;
    color: #fff;
}
.m-list{margin-top:20px;}
.m-list svg{height:auto;}
.m-list ul li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:18px;color:var(--dblue);}
.m-list ul{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    justify-content: start;
	}
	
	.whatsapp svg {filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.15));font-size:20px;}
	@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  border-radius: 50px;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #09cc6d;
  -webkit-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 1000ms ease-in-out;
}

/* time-line */

.timeline-sec-1 {
    padding: 50px 0 !important;
    margin-top:0px;
}
.timeline-sec-1 .row {
    width: 100%;
    margin: auto;
}
.timeline-wrap.timeline-wrap-flex {
    padding: 0px 0px 35px 0px;
	overflow:hidden;
}
.timeline-wrap .swiper-wrapper {
    padding: 200px 0;
}

.timeline-sec-1 .timeline-year-col .timeline-content {
    position: absolute;
    left: calc(0% + 0px);
    width: 100%;
    padding: 15px;
    padding-left: 25px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    top: 70px;
    line-height: 20px;
}
.timeline-sec-1 .timeline-year-col .timeline-content::before {
    content: url(images/link-line.webp);
    position: absolute;
    top: -35px;
    left: 0px;
    width: 0;
    height: 0;
    /* border-style: solid; */
}
.timeline-sec-1 .timeline-year-col {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 16.6%;
    height: 2px;
    background: #18499a;
}
.timeline-year-col h3 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    padding: 5px;
    padding-right: 25px;
    background:var(--dblue);
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 0% 0%);
    color: #fff;
    font-size: 26px;
}
.timeline-sec-1 .timeline-year-col:nth-child(even) .timeline-content::before {
    bottom: 90px;
    top: unset;
}
.timeline-swiper .swiper-button-next, .timeline-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    left: 10px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: auto;
    width: 20px !important;
    height: 20px !important;
    padding: 15px;
}
.timeline-swiper .swiper-button-prev, .timeline-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    auto: 10px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: left;
    width: 20px !important;
    height: 20px !important;
    padding: 15px;
}
.timeline-swiper .swiper-button-prev, .timeline-swiper .swiper-rtl .swiper-button-next {
    left: 25px !important;
}
.timeline-swiper .swiper-button-prev, .timeline-swiper .swiper-button-next {
    background-color: var(--dblue);
    border-radius: 50%;
}
.timeline-swiper.swiper-button-prev, .timeline-swiper .swiper-button-next {
    background-color: var(--dblue);
    border-radius: 50%;
}
.timeline-swiper .swiper-button-next, .timeline-swiper .swiper-button-prev {
    top: 95%;
}
.timeline-swiper .swiper-button-prev {
    left: auto;
    right: 70px;
}
.timeline-swiper .swiper-button-next, .timeline-swiper .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.footer-right-btn svg path{
	fill:#fff;
}
.timeline-sec-1 .swiper-pagination {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
    left: auto !important;
    margin: 0;
    height: 70px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.timeline-wrap-flex {
    display: flex;
    position: relative;    width: 100%;
}
.timeline-sec-1 .timeline-year-col:nth-child(2n) .timeline-content {
    top: -70px;
    transform: translateY(-100%);
}
.timeline-sec-1 .swiper-pagination-bullet::before{position:static;}
.timeline-sec-1 .swiper-pagination-bullet {
    padding: 5px 20px 5px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: unset;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,.2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(85% 0,100% 50%,85% 100%,0% 100%,0% 0%);
}
.timeline-sec-1 .swiper-pagination-bullet-active {
    color: #fff;
    background: #18499a !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px!important;
}
.footer-right-btn {
    position: fixed;
    right: 0;
    bottom:250px;
    transform: translateY(-50%);
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    transition: all ease-in-out .3s;
    z-index:9999;
    box-shadow: 0px 0 7px #3534344a;
    font-family: 'Rubik';
}
.footer-right-btn .list {
    padding: 0px;
    border-bottom: 1px solid #dedede;
    transition: all ease-in-out .3s;
    position: relative;
}
.rigth-btn-cnt {
    position: relative;
    z-index: 999;
    background: #fff;
}
.rigth-btn-cnt span {
    background:var(--dblue);
}
.rigth-btn-cnt span {
    display:flex;
    margin-top: 0;
}
.header-sticky .rigth-btn-cnt span {
    background:var(--dblue);
}
.footer-right-btn svg {
    width:55px;
    height: auto;
    padding: 8px;
}
.footer-right-btn .list:hover .rgt-btn-txt {
    opacity: 1;
    right:55px;
}
.footer-right-btn .doctor {
    border: none;
    padding: 0;
}
.rgt-btn-txt {
    width: 140px;
    height:100%;
    position: absolute;
    opacity: 0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    transition: all 0.3s ease-out;
}
.doctor {
    overflow: hidden;
}
.footer-right-btn p {
    color: #fff;
    font-size:16px;
}
.rgt-btn-txt {
    background:var(--red);
	color:#fff;
}
.list.first{display:none;}
strong{font-weight:500;}
.habt img{height:auto;}
.p1 .pimg img, .wl{height:auto;object-fit:scale-down;}
.asimg img, .yicon img, .owl-carousel .owl-item img{height:auto;}.hproducts .pimg img{object-fit:scale-down;}
.mt40{margin-top:40px;}.pdcont{padding-bottom:80px;}
.aicon svg{width:auto;height:auto;}.aicon li{margin-bottom:5px;align-items: flex-start;}.f600{font-weight:600;}.mb2{margin-bottom:20px;}
.bhome {
    font-size: .1px;
    line-height: 0;
}
.mright li img{width:60px;}
@media (max-width: 480px) {
    .copyright a, .copyright p {
        font-size: 13px;
        text-align: center;
    }
}
@media (min-width:2000px){.container{width:1500px;}.csr{width:1880px;margin-left:auto;}}

@media (max-width:1800px){.hnews{height:87%;}
}

@media (max-width:1700px){.textWrapper{justify-content:center;padding-top:0%;}.p1{height:280px;}
    .vm1{grid-template-columns:28% 68%;}.mimg{grid-template-columns: 50% 45%;}
}
@media (max-width:1650px){.fwrap{grid-template-columns:20% 20% 20% 22%;}.p1 h3, .p1 h2{font-size:26px;}.f18{width:85%;}.megamenu{padding: 50px 3%;}}
@media (max-width:1600px){.cs{grid-template-columns: 40% 55%;}.drow > div{gap:0px;}.drow h2{font-size:30px;}.hreview img{height:300px;}
    .pdetail{grid-template-columns: 23% 74%;}
}


@media (max-width:1550px){.textWrapper .bh1{font-size:45px;line-height:45px;}.megamenu .w100{width:100%;}.pdlist .limg:hover .ov-img{transform: scale(0.90);}}

@media (max-width:1500px){.p1{grid-template-columns: 50% 48%;}.p1{height:250px;}.p1 .pimg{width:45%;}.cs{grid-template-columns: 45% 55%;}
    .cs .cimg{padding-left:10px;}.bluebg{padding-right:50px;}  .vm1{grid-template-columns:35% 60%;}.mcont h4{margin: 30px 0px;}
	.vmrow{
		justify-content: space-between;
        align-items: start;
		gap: 20px;
	}
	.vm1 {
    display: flex;
    gap:35px;
    flex-direction: column;
    align-items: center;
   }
   .vmcnt h2{text-align:center;}
}
@media (max-width:1450px){
    .fwrap {grid-template-columns: 20% 20% 17% 24%;}.plist{gap:15px;}.mcont{margin-top:0px;}
}


@media (max-width:1400px){.textWrapper::before{height:14%;}.p1 h3, .p1 h2{font-size:24px;}.cs{grid-template-columns:45% 52%;}.cs > div{padding:30px 20px 60px 0px;}.f18{width:100%;}
    .megamenu{padding: 50px 1%;}
}

@media (max-width:1350px){
   .pdlist .limg:hover .ov-img{transform: scale(0.80);}  
}

@media (max-width:1300px){.textWrapper{height:93%;}.fwrap {grid-template-columns: 20% 20% 17% 26%;}.p1 .pimg{}.p1{height:250px;}.p1 h3, .p1 h2{font-size:22px;}
    .cimg img,.mimage img{display:none;}.cs{grid-template-columns:100%;padding-left:40px;}.cntrow{grid-template-columns: 65% 32%;}.cntrow .cnt1{padding-right: 4%;}
    .mimage{grid-template-columns:100%;}.megamenu .f500 a{padding:0px 15px;}.mupdate li:first-child{font-size:16px;}.textWrapper .bh1{font-size: 40px;
    line-height: 40px;}
}
@media (max-width:1250px){.container{width:90%;}.swiper-slide .textWrapper{left:7%;}.sperson{width:10%;}
              .erow{flex-direction: column;gap: 20px;}.textWrapper::after{left:10px;width: 5px;}
   }
@media (max-width:1199px){.textWrapper::before{height:12%;}.pdlist{grid-template-columns: repeat(2,1fr);}.pdetail{grid-template-columns: 28% 67%;}
.timeline-wrap .swiper-wrapper {padding: 300px 0;}.pdlist .limg:hover .ov-img{transform:scale(0.95);}
}
@media (max-width:1100px){.textWrapper::before{display:none;}.textWrapper .bh1{font-size:40px;line-height:40px;}.habout{position:relative;overflow:hidden;
    padding-bottom:150px;}
    .fdata{position:absolute;bottom:0;}.p1 .pimg{width:40%;}.p1{height: 200px;}.p1 h3, .p1 h2{margin-bottom:15px;}.cnt2 p br,.mupdate li:first-child{display:none;}.vm1{grid-template-columns: 100%;
        gap:20px;text-align:center;}.circle{margin:0px auto;}.w75{width:85%;}.banner img{height:500px;}
		.wrk-man{width: 180px;z-index: 99;right: 30px;}
}
@media (max-width:1150px){
	.erow{gap: 35px;}
}
@media (min-width: 901px){.seform .modal-dialog{max-width:900px !important;margin: 0px auto;}}

@media (max-width:991px){.banner img{height:430px;}.swiper-slide .textWrapper{padding-top:0px;justify-content:center;}.textWrapper::after{left:-5px;}
    .gap-20{gap:20px;}.fwrap {grid-template-columns: 50% 50%;gap:20px 0px;}.fwrap h2{display:block;}.plist{grid-template-columns: repeat(2,1fr);}
    .p1{height:260px;}.p1 .pimg{position:relative;width:auto;left:0px;}.p1 .pimg img{object-fit:scale-down;}.tne,.mimg,.infra{grid-template-columns: 100%;gap:40px;}.hnews{height:auto;}
    .sperson{width:13%;right:1%;}.backButton{right:1.5rem;}.sticklist li a,.sticklist1 li a{padding:10px 10px;}.mimg .mcont{order:2;}
    #mcwrap li img{height:400px;width:100%;object-fit:cover;}#mcwrap{min-height:570px;}.mimg{gap:0px;}.mcont h4{margin:20px 0px;}.w75{width:100%;}.menu-close{display:none;}
    .updates img,.upd1,.updates{height:auto;}.textWrapper{padding:0px 20px;}.textWrapper .bh1{}.swiper-button-prev{left:0px;}.swiper-button-next{right:0px;}
	.erow{gap:20px;flex-direction: column;}.wrk-man{	right: 700px;}.sub-banner h1{font-size:40px;}.mpadspace{padding-bottom:0px !important;}
}

@media (max-width:900px){.pdlist h2{font-size:16px;}.pdetail{grid-template-columns: 100%;margin-top:0px;}.stickycol ul, .mright li:first-child{display:none;}
    .stickycol{margin-bottom:30px;text-align:right;z-index: 9;position:static;}.stickycol .category{display:flex;width:100%;flex-wrap: wrap;margin-left:auto;
    margin:0px;}
    .sticklist {
    position: absolute;
    left: 0;top:50px;
    width: 100%;
    background:#fdfdfd;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    z-index: 999;
    }.category{position: relative;}.category a{color:var(--dblue) !important;justify-content:flex-start;}
    .sticklist li a::after{background:#ccc;height:1px;transform:scale(1);}.sticky_sec{padding-top:0px;}
    .sticky_sec::after{content:'';position:absolute;top:0;background:var(--dblue);width:100%;z-index:1;height:52px;}.category{background:var(--dblue);}
    .category h2{width:100%;text-align:left;display:flex;align-items:center;}.category h2{color:#fff;}.category h2::after{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="30" height="30" viewBox="0 0 24 24"%3E%3Cg transform="rotate(180 12 12)"%3E%3Cpath fill="white" d="m16.854 13.647l-4.5-4.5a.5.5 0 0 0-.707 0l-4.5 4.5a.5.5 0 0 0 .707.707L12 10.207l4.146 4.147a.498.498 0 0 0 .707 0a.5.5 0 0 0 0-.707z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');position:absolute;right:10px;}
    .sticklist {
    display: flex;
    gap: 0px 40px;
}.sticklist li a {
    padding: 13px 30px;
    display: flex;color:#fff;
    transition: all 0.3s ease;position:relative;overflow:hidden;
    }
.sticklist li a:hover:after, .sticklist li a.active:after{transform:scale(1);}
.sticklist li a::after{content:'';position:absolute;bottom:0;left:0;right:0px;height:4px;width:100%;background:#fff;transition:all 0.3s ease;transform:scale(0);
    border-top-left-radius:3px;border-top-right-radius:3px;}.cntrow{grid-template-columns:50% 45%;}.s6{width:100%;}.cscroll::-webkit-scrollbar{height:2px;}
    .cscroll::-webkit-scrollbar-thumb{background-color: #e9e9e9;}#next{right:-50px;}#prev{left:-50px;}#mcwrap li img{height:300px;}#mcwrap{min-height: 480px;}
    .cntrow{grid-template-columns:100%;}.crow::after{width:100%;height:70%;}.cntrow .cnt1, .cntrow .cnt2{padding:50px 0px;}.cntrow .cnt1{background:transparent;}
    .cnt2 p{width:50%;}.sticky_sec .container{width:100%;}.stickycol h2,.plr{padding:0px 5%;}.stickycol h2{padding-top:15px;padding-bottom:15px;}
    .sticklist li a {padding: 13px 30px;color:#494949;border-bottom:1px solid #cfcfcf;}.sticklist1 li a::after,.textWrapper::after{display:none;}
    .dealerrow{grid-template-columns:100%;}.dmap::after{height:1000px;}.dealerrow .cnt1{padding-right:0px;padding-bottom:0px;}.dealerrow .cnt2{padding-top:100px;}
    .dealerrow .cnt1,.textWrapper{background:transparent;}.swiper-slide .textWrapper{height:100%;}
}
@media (min-width: 850px) and  (max-width:900px){.seform .modal-dialog{max-width:800px !important;margin: 0px auto;}}
@media (max-width:850px){.erow{justify-content:space-between;}.sperson{display:none;}
    .abtrow{grid-template-columns:100%;gap:30px 0px;}.gradient{background:#64747c;}
	.wrk-man {right:45px;}
}
@media (max-width:820px){.dmap::after{height:960px;}}
@media (max-width:800px){.wrk-man{right: 30px;top:-83px;width:150px;}}
@media (max-width:770px){.dmap::after{height:920px;}}

@media (min-width:767px) and (max-width:849px){.seform .modal-dialog{max-width:750px !important;margin: 0px auto;}}

@media (max-width:767px){.textWrapper .bh1{font-size:34px;line-height:34px;}.mright{display:none !important;}.habt,.drow{grid-template-columns: 100%;gap:20px 0px;}
    .habt .habtc{order:2;}.fdata .f1,.fdata p{border:0px;text-align:center;}.fdata p br{display:none;}.fdata .f1{padding:10px;}.fdata{position:relative;}.habout{padding-bottom:80px;}
    .dn, .cs{padding:40px !important;}.cs > div{padding:0px;}.erow{flex-direction:column;align-items:center;gap:20px;}.sticklist1 li a{padding:10px 0px;}.sticky{top:100px;}
    #timeline,.seform .modal-content::after{width:100%;}#next{right:-20px;}#prev{left:-20px;}.vmrow{grid-template-columns: 47% 47%;}.qpolicy{grid-template-columns:100%;gap:30px;}.qpolicy img{height:auto;}.seform img{display:none;}.seform .modal-dialog{max-width:80% !important;margin: 0px auto;}.seform .modal-content{grid-template-columns:100%;}
    .dmap .container{width:100%;}.dealerrow > div{padding:50px 5% !important;}.dmap::after{display:none;}.dealerrow .cnt1{background:#f7f7f7;padding-bottom:50px;}.dealerrow .cnt2{padding-top:40px;}.vmrow{grid-template-columns:100%;gap:60px;}.vm1{gap:30px;}
	.side-menu-wrap{top: 94px;}.erow p{font-size: 28px;}.erow a{font-size:16px;}.wrk-man{right: 45px;top:-83px;width: 150px;}.sub-banner h1{font-size: 35px;}
	.whatsapp svg{font-size:18px;}.banner img{height:auto;}.habout{padding-top:40px;}.ov-img{margin-top:8px;}
}
@media (max-width:700px){.textWrapper::after{display:none;}.banner img{height:400px;}.plist{grid-template-columns: repeat(1,1fr);}
    .p1{height:auto;justify-content:space-between;padding:20px;}.p1 .pcont{width:auto;flex-direction:column;}.p1 a{position:relative;right:0;bottom:0;}
    #mcwrap{min-height: 480px;}.pdlist .limg:hover img {transform: scale(0.90);}.limg img{padding:15px;}
}
@media (max-width:675px){
    .qlinks{    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    font-weight: 400;color:#fff;font-size:18px;} .sticklist1 {
    display: none;
}.sticky {
    overflow: visible;
}.sticky .container{width:100%;}.sticky .container a{padding:8px 5%;}
    .sticky ul li{border-bottom:1px solid #4c4da9;}.sticky ul li:first-child{border-top:1px solid #4c4da9;}
	.wrk-man{right: 35px;top: -60px;width: 125px;}
}
@media (max-width:650px){.copyright{flex-direction:column;align-items:center;}}
@media (max-width:600px){.fcol1 img{display:none;}.fcol1{order:4;}.cnt2 p{width:100%;}
    footer h2 {border-bottom: 1px solid #3f429538;font-size: 18px;padding-bottom: 5px;}
  .fwrap {display: flex;flex-wrap: wrap;flex-direction: column;gap: 0px;}footer .qlh:after,footer .plh:after, footer .cgps:after{
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 16 16"%3E%3Cpath fill="%2300146e" d="m16 0l-1 .01L8 7L1 .01L0 0v1l7 7l-7 7v1h1l7-7l7 7h1v-1L9 8l7-7V0z"%2F%3E%3C%2Fsvg%3E');
  width: 25px;
  float: right;transform: rotate(45deg);transition:all 0.3s ease;
}
    footer .iclose.qlh:after,footer .iclose.cgps:after, footer .iclose.plh:after{
  transform: rotate(0deg);
}
   .flinks.open, .fdetail.open, .plinks.open{
    height: auto;
    max-height: 500px;
    transition: max-height 0.75s ease-in!important;
    } .flinks, .fdetail, .plinks {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-out;
    }.flinks li:last-child, .plinks li:last-child{margin-bottom: 15px;}.fwrap{padding-bottom:25px;}.fdetail br{display:none;}.backButton{display:none !important;}
    #mcwrap{min-height: 500px;}.vmrow{grid-template-columns: 100%;gap:40px;}.infra{gap:25px;}.crow::after{height:71%;}
    .sub-banner img{height:200px;object-fit:cover;object-position:right;}.mupdate.sicons.fend{position:relative;margin-top:0px;top:-15px;}
}

@media (max-width:575px){.agh1::after{height:290px;}.erow p{font-size:28px;}

.timeline-sec-1 .swiper-pagination {
    display: flex;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    width: 100%!important;
	gap:10px;
}
.pdlist .limg:hover .ov-img{transform:scale(0.90);}
}

@media (max-width:480px){
      .ch2,.habt h2{font-size:28px;line-height:28px;}
   .copyright p, .copyright a{font-size:13px;}.pspace{padding:40px 0px;}.main-menu a span{font-size:15px;}.side-menu-nav .main-menu>li>a{padding: 10px 30px 10px 10px;}
    .side-menu-nav .main-menu .sub-menu~i{padding:14px 11px;}.side-menu-nav .main-menu .sub-menu a{padding:10px 18px;font-size:14px;}.side-menu-wrap{top: 75px;}
    .textWrapper .bh1{font-size:26px;line-height:26px;}.copyright .container{padding:10px 0px;}.sicons svg{width:24px;height:24px;}.youtube svg, .twitter svg{width:28px;height:28px;}.sicons{margin-top:15px;}
    .ch1{font-size:60px;line-height: 48px;}.habout p.mb1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}.habtc .h4{font-size:18px;padding:10px 0px;}
    .habtc .cbtn{margin-top:5px;}.fdata{margin-top:30px;}.p1{flex-wrap:wrap;flex-direction:column;text-align:center;gap:20px;}.p1 h3, .p1 h2{text-align:center;} .p1 h3 span, .p1 h2 span{display:inline-flex;}
    .p1 a,.enquiry,.banner .cbtn{display:none;}.p1 .pcont,.p1 .pimg{width:100%;}.p1 h3, .p1 h2{font-size:20px;margin:0px;}.p1 .pimg{display:flex;justify-content:center;}.mmt2{margin-top:20px;}
    .pbg .mb4{margin-bottom:25px;}.dn, .cs{padding:30px 20px !important;}.hblogs{padding:0px;}.hblogs .owl-prev, .hblogs .owl-next{position:relative;left:auto;right:0px;}
    .hblogs .owl-nav{text-align:right;margin-top:10px;}.nimg,.nimg::after, .nimg::before{border-width:0px;}.bluebg svg{width:30px;height:30px;}.bluebg{padding:20px;}
    .line4{-webkit-line-clamp: 2;}.hnews{padding:15px;}.side-menu-wrap{width:100%;}.wl{width:150px;}.side-menu-close span{height:2px;}
    .side-menu-close.closed span:nth-child(3) {transform: translateY(-7px) rotate(-45deg);}.sticklist li a {padding: 13px 18px;}.sticky{top:80px;}
    .sticky_sec::after{display:none;}.sticky_sec{padding-top:0px;}.sticky_sec .container{width:100%;}.pdetail .plr{padding:0px 5%;}
    .pdlist{grid-template-columns: repeat(1,1fr);}.stickycol{position:sticky;top:75px;}.category h2{font-size:16px;padding:10px 15px;}.sticklist{top:40px;}
    #mcwrap{min-height:480px;}#mcwrap li img{height:auto;object-fit:contain;}.circle{width:140px;height:140px;}.circle div{width:120px;height:120px;}.vm1 svg{width:65px;height:65px;}
    .arc .owl-nav{position:relative;margin:20px 0px 0px;text-align:right;}.arc .owl-prev, .arc .owl-next{position:relative;}.arc .owl-next{right:0px;}
    .sub-banner img{height:150px;}.sub-banner h1{font-size:30px;line-height:26px;}.f18{font-size:18px;line-height:24px;text-align:left;}
    .whatsapp {right:1rem;bottom:6rem;}.seform .modal-dialog{max-width:100% !important;height: 100%;}.seform .modal-content {
        height: 100%;overflow: auto;border-radius: 0;padding: 15px;}.seform .modal-content::after{border-radius: 0;}
    .sse {bottom: 0px;transform: none;writing-mode: horizontal-tb;padding: 10px 15px !important;width: 100%;text-align: center;}
    footer{padding-bottom:42px;}footer{padding-bottom:40px;}.mupdate svg{width:30px;height:30px;}
    .swiper-button-prev span, .swiper-button-next span{width:12px;height:12px;}.swiper-button-prev, .swiper-button-next{width:30px;}
    .textWrapper .bh1 br{display:none;}.textWrapper .bh1 span{display:inline;}.swiper-slide .textWrapper{padding:15px 10px 30px;left:0; justify-content: flex-end;position:relative;background: #f5f5f5;}.textWrapper .bh1{text-align:center;}.vm-abt svg{width:8%;height:30px;}.p1 .stretched-link{display:block;position:static;}.swiper-slide{flex-wrap:wrap;}
    .timeline-wrap .swiper-wrapper {padding:210px 0 180px;}.timeline-sec-1{margin-top:0px;}
	.timeline-sec-1 .timeline-year-col:nth-child(2n) .timeline-content {top: 30px;transform: unset;}
	.timeline-sec-1 .timeline-year-col:nth-child(2n) .timeline-content::before {top: 0;bottom: unset;}
	.timeline-year-col h3 {padding-top: 7px;}.swiper-pagination-banner{bottom: 12px !important;}.swiper-pagination-bullet::before{background-color: #cbcbcb;}
	.timeline-sec-1 .timeline-year-col .timeline-content::before{top: 0px;}
	.timeline-sec-1 .timeline-year-col .timeline-content{top: 30px;}
	.footer-right-btn{bottom: 0;transform: none;width:100%;}.footer-right-btn .list{border:none;}
	.sticky-desktop-right-btn{display:grid;grid-auto-flow: column;width:100%;background-color:var(--dblue);justify-content: space-between;padding: 6px 20px 0px;}
	.rigth-btn-cnt span{background-color: var(--dblue);}
	.rigth-btn-cnt span{display: flex;justify-content:center;}.rgt-btn-txt{display:none;}.copyright{padding: 14px 0px 25px;}.m-list ul{width:100%;}
	.list.first{display:block;}.rgt-btn-txt{display:flex;position:static;width:100%;opacity:1;}.rgt-btn-txt{height:auto;background-color: transparent;}
	.footer-right-btn p{font-size:14px;}.footer-right-btn svg{width:50px;}.limg img{padding:0px;}.copyright{padding: 14px 0px 20px;}
	.swiper-slide .textWrapper{left:0;}.footer-right-btn svg{padding:0px;width:30px;height:30px;}.banner{background:#f5f5f5;}.bh1{color:#004681 !important;text-shadow:none !important;}
	.hreview.carrows .owl-prev{left:5px;}.hreview.carrows .owl-next{right:5px;}.ov{overflow:hidden;}.swiper-button-next, .swiper-button-prev{top:40%;}
	.banner1 img{object-position:-490px 0px;}.banner5 img{object-position:-320px 0px;}.swiper-slide .textWrapper{width:100%;align-items: center;}
	.banner5 br,.banner4 br{display:block !important;}.carrows i{width:48px;height:48px;}.carrows svg{width:33px;height:33px;}.pdcont{padding-bottom:40px;}.left a{white-space:nowrap;}
}

@media (max-width:450px){.banner1 img{object-position:-540px 0px;}.banner5 img{object-position:-360px 0px;}}
@media (max-width:420px){#mcwrap{min-height: 460px;}.textWrapper .bh1{font-size:22px;line-height: 24px;}.banner5 img{object-position:-395px 0px;}}
@media (max-width:380px){#mcwrap{min-height:350px;}.sub-banner img{height:120px;}.banner1 img{object-position:-410px 0px;}.banner5 img{object-position:-415px 0px;}}
@media (max-width:360px){.timeline-wrap .swiper-wrapper {padding:220px 0 180px;}.banner1 img{object-position:-430px 0px;}}



