*{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;
}
header svg {
    width: 100px!important;
    height: auto!important;
}

.ftr-logo img {
    width: 120px;
    height: auto;
    margin-bottom: 0px;
    /* padding: 0px 10px; */
}

.ftr-logo {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr-logo::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background: #aec2db;
    left: 50%;
    /* Adjust percentage as needed */
    top: 50%;
    transform: translateY(-50%);
    /* margin: 0px 20px; */
}

.ftr-logo img:first-of-type {
    width: 100px;
}
.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: 68px;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 {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 { 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;cursor: pointer;}

.side-menu-close 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;}

.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) {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) {opacity: 0;}

.side-menu-close.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: rgb(0 0 0 / 8%);}
.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: 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-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 {
 
}
.swiper-pagination-bullet-active::before {
  background-color: var(--red);
  -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:500;color:var(--dblue);
    line-height: 34px;}

.owl-dots{text-align:center;}.textWrapper{position:absolute;left: 11%;padding:0px 20px;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--dblue);
    top: 0;}
.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:80px;height:50%;background:var(--red);border-top:10px solid #fff;right:-80px;}
.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 40px;}.blogdesc p{margin:10px 0px;}.blogdesc a{color:var(--green);text-transform:uppercase;transition:all 0.3s ease;}
.ch3 {font-size:22px;color: var(--dblue);line-height:26px;}.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,.date1 svg{width:40px;height:40px;}.hblogs path,.date1 svg path{fill:#4d5153;}.date1 span{line-height:32px;}
.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: 10px;
    height: 10px;
    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;
}
.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.png);background-repeat:no-repeat;background-size:contain;background-position:0px 60px;
}
.plist{display:grid;grid-template-columns:repeat(4,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{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{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{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:#ff7582;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 p,.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;}.nimg::after,.nimg::before{content:'';position:absolute;left:0;border-left:10px solid #30368a;top:0;
    height:100px;z-index:9;}.nimg{position:relative;border-top:10px solid #30368a;overflow:hidden;}.blogdesc p:empty{display:none;}
.nimg::before{left:auto;right:0;}.blogdesc a{color:#fff;}.lbg{background: #e7e7e7;}
.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;padding-bottom: 30px;}
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;    padding: 10px;}
.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;}
.hnimg{    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-around;}.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:space-around;}
.erow a{margin:0px;background:transparent;border:1px solid #b9b8b4;align-items: center;}.erow p{color:#fff;font-size:34px;font-weight:4.sticklist {
    display: flex;
    gap: 0px 40px;
}.sticklist li a {
    padding: 13px 30px;
    display: flex;
    transition: all 0.3s ease;
    }.sticky{}00;line-height:initial;}
.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;}
.backButton.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
}.backButton {
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 999999;
    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;}


section.blog-full .container {
	
   max-width: 65%;
   
}


p.date1 {
    color: #212529;
    font-size: 14px;
    margin: 10px 0px;
    display: flex;
    justify-content: flex-start;
}
.pagination_links {
    margin-top: 20px;
	display: flex;
    justify-content: space-between;    flex-wrap: wrap;    gap: 10px 20px;
}
.pagination_links a {
    font-size: 18px;
    color: #2f3192;
    font-weight: 400;
}


.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{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%);
}.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,.category 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;}.pdlist .limg:hover{box-shadow:8px 8px 15px rgb(0 70 129 / 60%);z-index:2;}
.pdlist .limg:hover img{transform: scale(1);}


/*.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;}
.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 {
    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:24px;text-align:center;width:70%;margin:0px auto;line-height:30px;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%, #7b8c95 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;}
.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: -20px;
}
.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: -20px;
    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:first-child{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;}
.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;
    }
.sticky{background:var(--dblue);}
.sticky {
    top: 105px;position:sticky;z-index:9999;}.qlinks {
    display: none;
}.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;}
.gap10{gap:20px;}.gap10 .limg{background:#004681;color:#fff;}.gap10 h2{color:#fff;}
.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;}.ehbtn{position:absolute;bottom:20px;}.hnews{display:grid;grid-template-columns: repeat(3,1fr);}
.hnews .date{position:absolute;left:10px;top:10px;    background: #ebebeb;color: #303092;padding: 5px 10px;font-size: 14px;}
.hnews h2{border-bottom: 1px solid #efefef;padding-bottom:15px;margin-bottom:10px;}
.hn1:hover img{transform:scale(1);}
.ngrid{display:grid;grid-template-columns:65% 30%;justify-content:space-between;}
.ngrid h4{font-size: 26px;margin-bottom: 20px;}.ngrid .widget__content{background: #f5f5f5;padding: 20px 15px;}
.ngrid h5{font-size:18px;margin-bottom:5px;}.ngrid .widget-post__content{margin-bottom:10px;border-bottom: 1px dashed #cfcfcf;padding-bottom: 10px;}
.mt-2{margin-top:20px;}
.mt30{margin-top:30px;}.lcolor{color:var(--dblue);}.feature-image img{width:100%;}
.clr-clk {color:#2f3192;}.clr-clk:hover {color:#b80606;}

@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: flex-start;padding-top:6%;}.p1{height:280px;}
    .vm1{grid-template-columns:30% 65%;}
}
@media (max-width:1650px){.fwrap{grid-template-columns:20% 20% 20% 22%;}.p1 h3{font-size:26px;}}
@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;}.textWrapper::after{width: 70px;right: -70px;}}

@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%;}
    
}
@media (max-width:1450px){
    .fwrap {grid-template-columns: 25% 20% 15% 24%;}.plist{gap:15px;}
}


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

@media (max-width:1350px){
    
}

@media (max-width:1300px){.textWrapper{height:93%;}.fwrap {grid-template-columns: 20% 20% 17% 26%;}.p1 .pimg{}.p1{height:230px;}.p1 h3{font-size:22px;}
    .cimg img{display:none;}.cs{grid-template-columns:100%;padding-left:40px;}.hblogs{gap:20px;}
}

@media (max-width:1250px){.container{width:90%;}.swiper-slide .textWrapper{left:5%;}.sperson{width:10%;}
section.blog-full .container{max-width:90%;}
   }

@media (max-width:1199px){.textWrapper::before{height:12%;}
}

@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{margin-bottom:15px;}
}



@media (max-width:991px){.banner img{height:450px;}.swiper-slide .textWrapper{padding-top:0px;justify-content:center;}.textWrapper::after{width:50px;right:-50px;}
    .gap-20{gap:20px;}.fwrap {grid-template-columns: 33% 58%;gap:20px 0px;}.fwrap h2{display:block;}.plist{grid-template-columns: repeat(2,1fr);}
    .p1{height:200px;}.p1 .pimg{position:relative;width:auto;left:0px;}.p1 .pimg img{object-fit:contain;}.tne{grid-template-columns: 100%;gap:40px;}.hnews{height:auto;}
    .sperson{width:13%;right:1%;}.backButton{right:1.5rem;}.sticklist li a{padding:10px 10px;}.hblogs{grid-template-columns: repeat(2,1fr);}
	.ngrid{grid-template-columns: repeat(1,1fr);gap:40px;}
}

@media (max-width:900px){
}

@media (max-width:850px){.erow{justify-content:space-between;}.sperson{display:none;}
}



@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;}.sticklist li a{padding:10px 0px;}.sticky{top:100px;}
   
}
@media (max-width:700px){.textWrapper::after{display:none;}.swiper-slide .textWrapper{height:75%;}.banner img{height:400px;}.plist{grid-template-columns: repeat(1,1fr);}
    .p1{height:auto;justify-content:space-around;}.p1 .pcont{width:auto;flex-direction:column;}.p1 a{position:relative;right:0;bottom:0;}
}
@media (max-width:675px){
    .sticklist {
    position: absolute;
    left: 0;
    width: 100%;
    background: #e7e7e7;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    z-index: 99;
}
    .qlinks{    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    font-weight: 400;color:#fff;} .sticklist {
    display: none;
}.sticky {
    overflow: visible;
}.sticklist li a {
    padding: 13px 30px;color:#494949;border-bottom:1px solid #cfcfcf;
    }.sticklist li a::after{display:none;}.hblogs{grid-template-columns: repeat(1,1fr);}
}

@media (max-width:650px){.copyright{flex-direction:column;align-items:center;}}
@media (max-width:600px){.fcol1 img{display:none;}.fcol1{order:4;}
    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;} 
}
@media (max-width:575px){.agh1::after{height:290px;}.erow p{font-size:28px;}
}
@media (max-width:480px){
    .ch2,.habt h2{font-size:25px;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:55px;}
    .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;}.p1 h3{text-align:center;} .p1 h3 span{display:inline-flex;}
    .p1 a,.enquiry{display:none;}.p1 .pcont,.p1 .pimg{width:100%;}.p1{padding:0px;}.p1 h3{font-size:20px;}.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;}.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;}.hnews h2{font-size:20px;}
	.hn1{padding:0px;}.hn1 .ncont{padding: 0px 10px 15px;}.feature-image img{width:100%;height:auto;}.sub-banner p{font-size: 28px;line-height: 30px;}
}


@media (max-width:400px){}

@media (max-width:380px){
  
}

@media (max-width:345px){}

@media(max-width: 1200px) {
    .sicons svg, header svg {
        width: 19px;
        height: 30px;
    }

    .ftr-logo img {
        width: 85px;
    }

    .ftr-logo img:first-of-type {
        width: 80px;
    }
}


