@font-face {
    font-family: 'Champignon';
    src: url('../../Champignon.otf') format('opentype'),
         url('../../champignonaltswash.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.water h2{
      font-family: 'Champignon', cursive;
}

a{
    text-decoration: none;
}

/* Thin */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* UltraLight */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Heavy */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body{
     font-family: 'Helvetica Neue', sans-serif;
}

.ivv{
    padding: 6rem 0;
}
p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #2d2d2d;
    line-height: 30px;
    font-weight: 300;
}
.container {
    max-width: 83%;
}
.left-logo img {
    /* filter: brightness(0) invert(1); */
    width: 75%;
}
.banner video{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.bannerdata {
    z-index: 99999;
    width: 69%;
    text-align: center;
    top: 63% !important;
}
.bannerdata h2{
    font-size: 120px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}
.teath {
    top: -29%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 999999;
    width: 15%;
}
/* .navbarr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
} */
.mnnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
}
 .mnnavnew{
    animation: move 1s;
    background-color: #000;
 }
 @keyframes move{
    0%{
        top: -150%;
    }
    100%{
        top: 0;
    }
 }
 .mnnavnew .topnav{
    display: none;
 }
.toggle{
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
}

.menu ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.44px;
}
.menu {
    padding: 2rem 0;
}
.lefttop-nav svg {
    color: gray;
    margin-right: 4px;
}
.sdfsdfs{
    padding:0 11px;
}
.lefttop-nav h2{
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 300;
}
.lefttop h2 svg{
    color: #000;
}
.navbarr {
    box-shadow: #0000000f 0px 15px 20px -14px;
    padding: 8px 0;
}
.liwr li {
    padding: 2rem;
    /* background-color: #eaf4ff; */
    background: linear-gradient(45deg, #eaf4ff, #c4e1ff);
    border-radius: 11px;
}
.bookapp-btn a {
    padding: 13px 45px;
    background: linear-gradient(45deg, #00dbfc, #0093b1);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: flex;
    width: fit-content;
    margin-left: auto;
}
.dropdwn svg{
    font-size: 15px;
}
.drpitems {
    width: 200px;
    background-color: #fff;
    top: 450%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.dropdwn:hover .drpitems {
    visibility: visible;
    opacity: 1;
    top: 227%;
}
.drpitems li{
    /* padding: 1rem; */
    color: #000 !important;
}
.menu{
    position: relative;
}
.banner{
    position: relative;
    overflow: hidden;
}
.circle {
    position: absolute;
    height: 300px;
    width: 260px;
    background: linear-gradient(360deg, transparent 50%, #fff 0);
    left: 50%;
    bottom: -199px;
    transform: translateX(-50%);
    z-index: 9;
    border-radius: 50%;
}
.circle::before {
    position: absolute;
    content: "";
    background-image: url(../images/696b2137a4ece1d9ba76aac7_67d1647b130ea57f3717389c6e7a0873_left.svg);
    background-size: cover;
    height: 51px;
    width: 100px;
    top: 52px;
    left: -68px;
    z-index: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotate(0deg);
}
.circle::after {
    position: absolute;
    content: "";
    background-image: url(../images/696b2137ad6f015230fe2d60_d49f910f57a28c28e8f8da2af0aecd2d_right.svg);
    background-size: cover;
    height: 51px;
    width: 100px;
    top: 52px;
    right: -69px;
    z-index: 1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotate(-1deg);
}

.drpitems a{
    color: #000 !important;
}
.dropdwn a{
    padding: 2.5rem 0;
}
.bannerswiper .swiper-slide::after {
    position: absolute;
    content: "";
    background-color: #0000006e;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner img{
    height: 100vh;
    object-fit: cover;
}
.banner{
    position: relative;
    z-index: 1;
}
.swiper-slide1{
    position: relative;
}
.swiper-slide1::after {
    position: absolute;
    content: "";
    background-color: #0000006e;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.topnav {
    padding: 10px 0;
    background-color: #ebebeb;
}




 .bannerswiper {
    width: 100%;
    height: 100%;
}

.bannerswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.swiper-pagination{
    display: flex;
    left: 5% !important;
    bottom: 5% !important;
    width: fit-content;
}
.swiper-pagination-bullet{
    height: 5px;
    width: 15px;
    background-color: #fff;
    border-radius: 30px;
    transition: all .3s;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    height: 5px;
    width: 50px;
    background-color: #0073ff;
}
.bantxt {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: start;
    width: 40%;
    z-index: 9999;
}
.sptxt{
    position: relative;
    width: fit-content;
    margin-bottom: 1rem;
}
/* .sptxt::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 3px;
    width: 150px;
    top: 50%;
    right: -164px;
    transform: translateY(-50%);
    z-index: 99;
} */
.sptxt span {
    font-size: 20px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.bantxt h2 {
    /* text-transform: uppercase; */
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
}
.bantxt p {
    margin-top: 1.5rem;
    font-weight: 300;
}
.flxbtnlist a {
    padding: 9px 26px;
    background-color: #fff;
    border: 1px solid red;
    /* border-radius: 34px; */
    color: #012577;
    font-size: 18px;
    letter-spacing: 0.55px;
    border: 1px solid #012577;
    transition: all .3s;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.flxbtnlist a::after{
    position:absolute;
    content:"";
    background-color: #012577;
    background-size:contain;
    height:100%;
    width:0;
    top:0;
    left:0;
    border-radius:30px;
    transition:all .3s;
    z-index:-1;
}
.flxbtnlist a:hover::after{
    width:100%;
}
.flxbtnlist a:hover {
    background-color: #ffffff00;
    color: #fff;
}
.flxbtnlist1 a {
    padding: 10px 20px;
    background-color: #ffffff00;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.55px;
    border: 1px solid #fff;
    transition: all .3s;
}
.flxbtnlist1 a:hover {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.55px;
}
.serlisting{
    border-radius: 12px;
    overflow: hidden;
}
.serlisting::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #00000057, #00000057);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.serlisting:hover::after{
    background: linear-gradient(180deg, #000000a3, #00000057);
} 
.serlistdata {
    top: 7%;
    left: 7%;
    width: 67%;
    z-index: 9;
}
.knowbtn p {
    color: #ff0000;
    font-size: 18px;
    letter-spacing: 0.55px;
    transform: translateY(400px);
    opacity: 0;
    transition: all .3s;
}
.serlisting:hover .knowbtn p {
    transform: translateY(145px);
    opacity: 1;
}
.serlisting img{
    transition: all 1s;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 19px;
    right: auto;
}
.swiper-button-next {
    right: 19px;
}
.serlisting:hover img.w-100 {
    transform: scale(1.1) rotate(0deg);
}

.keyfunction-hd {
    padding: 2rem;
    background: linear-gradient(45deg, black, #490000);
    border-radius: 15px 15px 0 0;
}
.keylogo img{
        filter: brightness(0) invert(1);
}
.key {
    font-weight: 400;
    /* color: #000 !important; */
}

.keyicon {
    height: 50px;
    min-width: 50px;
    background-color: #fff;
    border-radius: 50%;
}
.keyicon::after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    background-size: contain;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.keyicon::before {
    position: absolute;
    content: "";
    background-color: #ebeef3;
    background-size: contain;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.keylist ul li {
    padding: 1rem;
    box-shadow: black 0px 0px 15px -9px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
    background-color: #fff;
    cursor: pointer;
}
.keylist ul li:hover{
    transform: scale(1.2);
}
.w-60{
    width: 60%;
}
.keylist ul{
    padding: 1rem !important;
}

.rightabt {
    border-radius: 15px;
    box-shadow: black 0px 0px 15px -10px;
    background-color: #fff;
}

.about{
    background-image: url(../images/abbg.jpg);
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-size: cover;
}
.about::after {
    position: absolute;
    content: "";
    background-color: #0000008a;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.prdlst{
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.prdlst::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #00000085, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.prdlst img {
    height: 450px !important;
    object-fit: cover;
}
.prdtxt {
    bottom: 6%;
    left: 0;
    z-index: 99;
    width: 100%;
}
.prdtxt h4{
    letter-spacing: 0.55px;
}
.prdlst:hover::after{
    opacity: 0;
}

.knowmr a {
    color: #6f9b2a;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all .3s;
}
.knowmr a svg{
    transform:rotate(-45deg);
    
    transition: all .3s;
}
.knowmr a:hover{
    color: #012577;
}
.dssd p{
    width: 75%;
    margin: auto;
}
.knowmr a:hover svg{
     transform:rotate(0);
}
.readmore a {
    width: fit-content;
    padding: 12px 20px;
    background-color: #012577;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 0;
    gap: 15px;
    border: 1px solid #012577;
    transition: all .3s;
}
.readmore a:hover{
    background-color: transparent;
    color: #012577;
}
.readmore12 a:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #fff;
}
.innerport{
        background-color: #212529;
        border-radius: 15px;
        overflow: hidden;
}
.leftport {
    padding: 0 2rem;
}

.prdlist .swiper-button-next{
    right: -20px;
}
.prdlist .swiper-button-prev{
    left: -20px;
}
.prdlist .swiper-button-next::after,.prdlist .swiper-button-prev::after{
    font-size: 20px;
    color: #fff;
}
.prdlist .swiper-button-next::before, .prdlist .swiper-button-prev::before {
    position: absolute;
    content: "";
    background-color: #ff0000;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    border: 3px solid #fff;
}

.water h2 {
    font-size: 210px !important;
    /* text-transform: uppercase; */
}
.water {
    top: 20%;
    left: 45%;
    transform: translateX(-50%);
    opacity: 0.1;
    width: 100%;
}




.expertise-img, .news-img, .gl-img {
    position: relative;
    overflow: hidden;
}
.expertise-img,.news-img,.gl-img{
     position:relative;
     overflow:hidden;
 }
 .foc-img li::after,.foc-img1 li::after,.expertise-img::before,.news-img::after,.gl-img::after{
    position: absolute;
    content: "";
    width: 300%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.411);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
    /* pointer-events: none;
    opacity: 0.5; */
 }
 .foc-img li:hover::after,.foc-img1 li:hover::after,.expertise-img:hover::before,.newslist:hover .news-img::after,.gl-img:hover::after{
      /* animation: shine 0.9s ease-in-out; */
          height: 250%;
    transition: 0.6s linear;
    background-color: #fff0;
  }

  @keyframes shine{
      0%{
          left: -150%;
      }
      50%{
          left: 150%;
      }
      100%{
          left: -150%;
      }
  }
.prrrrr {
    top: 5%;
    right: 5%;
    background-color: #ffffffe3;
    padding: 3px 16px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
}
.news-dt h4 {
    color: #000;
    transition: all .3s;
}
.news-dt h4 {
    line-height: 34px;
    font-weight: 400;
}
.prrrrr p {
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.news-dt span {
    color: gray;
}
.news-img img{
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
}
.newslist:hover .news-dt h4 {
    color: #012577;
}
.foc-img li:hover::after, .foc-img1 li:hover::after, .expertise-img:hover::before, .newslist:hover .news-img::after, .gl-img:hover::after {
    /* animation: shine 0.9s ease-in-out; */
    height: 250%;
    transition: 0.6s linear;
    background-color: #fff0;
}



footer {
    /* background-color: #000; */
    background: linear-gradient(to top, #002959, #004da9);
    padding: 2rem 0 !important;
}
.scl{
    color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s;
}
.scl:hover{
    background-color: #fff;
    color: var(--sclcolor) !important;
}
.dssd{
    padding: 4rem 0;
}

.brdcmb::after {
    position: absolute;
    content: "";
    background:linear-gradient(to right, #243d8e 0%, #000000 100%);
    /*background-color: #00000061;*/
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity:0.8;
}

.innerdata {
    bottom: 25%;
    left: 16%;
    transform: translateX(-50%);
    z-index: 9;
}
.innerdata h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.55px;
}
.se {
    background-color: #fafaf7;
}
.rightimmmg img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.saa svg {
    transform: translateY(4px);
    font-size: 20px;
}
.frm input,.frm select{
    border: 1px solid lightgray;
    border-radius: 0;
    height: 45px;
    padding-left: 15px;
}
.frm textarea{
    border: 1px solid lightgray;
    border-radius: 0;
    height: 100px;
    padding-left: 15px;
}

.rigtcon {
    margin-bottom: 17px;
    padding: 2rem 3rem;
    text-align: center;
    background-color: #efefef;
}
.rightcon {
    padding: 0;
    box-shadow: black 0px 0px 25px -20px;
    height: 100%;
}
.gffg {
    padding: 2rem;
}
.show121{
    animation: colr 1s infinite;
}
@keyframes colr{
    0%{
        color: red;
    }
    50%{
        color: rgb(0, 0, 0);
    }
    100%{
        color: red;
    }
}

.drpitems li{
    position: relative;
    z-index: 1;
}
.drpitems li::after{
    position: absolute;
    content: "";
    background-color: #012577;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    transition: all .3s;
    z-index: -1;
}
.drpitems li:nth-child(1){
    border-bottom: 5px solid #fff;
}
.drpitems li:hover::after{
    width: 100%;
}
.drpitems li a {
    transition: all .3s;
    display: flex;
    height: 100%;
    padding: 1rem !important;
}
.drpitems li:hover a{
    color: #fff !important;
}
.glli img{
    height: 400px;
    object-fit: cover;
}
.glli::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
    background-size: contain;
    height: 30%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .3s;
}
.glli:hover::after{
    height: 100%;
}
.glimgnum {
    top: -100%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    padding: 7px 20px;
    color: #fff;
    background-color: #012577;
    border-radius: 0 0 30px 30px;
    transition: all .3s;
}
.glli:hover .glimgnum{
    top: 0;
}
.glimgnum span{
        font-size: 18px;
}
.glimg img {
    border-radius: 12px;
    height: 300px !important;
    object-fit: cover;
}
.gllidata{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    width: 95%;
}
.gllidata p{
    font-size: 22px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.glli {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.view-image {
    z-index: 9999999999 !important;
}

.rightimgport img{
    height: 600px;
    object-fit: cover;
}
.prdlst1 img {
    height: 280px !important;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.prdtxt1 {
    padding-left: 2rem;
    border-left: 3px solid #ff0000;
}

.dsfsdfwewwww {
    padding: 3rem 3rem;
    background-color: #f7f6f7;
    border-radius: 10px;
}

.forlist input, .forlist select {
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    height: 50px;
    padding-left: 15px;
}
.forlist textarea{
    border: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    height: 100px;
    padding-left: 15px;
}

.water1{
    top: 10%;
}
.fgrlist h2 {
    font-size: 24px;
    letter-spacing: 0.55px;
}
.fgrlist p {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #777;
    line-height: 28px;
}
.innersubstr{
    font-size: 40px;
    line-height: 60px;
}
.innersubstr{
    text-align: center;
}
.innersubstr p {
    font-size: 20px;
    line-height: 40px;
    margin-top: 2rem;
    width: 75%;
    margin: 2rem auto;
}
.innersubstr h2 {
       font-weight: 400;
    font-size: 35px;
}

.innersubstr .readmore a{
        margin: 2rem auto 0;
}
.substr {
    padding: 10rem 0;
    background-image: url(../images/erbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.substr{
    z-index: 1;
}
.substr::after {
    position: absolute;
    content: "";
    background-color: #000000b8;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.readmore a svg{
        transform: rotate(-45deg);
        transition:all .3s;
}
.readmore a:hover svg{
    transform: rotate(0);
}

.brdcmb img {
    height: 400px;
    object-fit: cover;
}
/*.brdcmb  p{*/
/*   display: none;*/
/*}*/

.vdttl {
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 21px;
    font-weight: 400;
}
.prdlst1 {
    box-shadow: black 0px 0px 11px -9px;
    padding-bottom: 1.5rem;
    height: 100%;
}
.prdtxt1 h4{
    font-size: 23px;
}




.mainchat {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    background-color: #0000008a;
    backdrop-filter: blur(5px);
}
.chatt {
    position: absolute;
    z-index: 999999999999999999;
    bottom: 15%;
    right: 10%;
    width: 25%;
    height: 55vh;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: #000000 0px 0px 16px -7px;
    transform: scale(0);
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(47deg, #008bed, #005181);
}
.chattnew{
    transform: scale(1);
}
.chatt::after {
    position: absolute;
    content: "";
    background-image: url(../images/chatbg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.01;
}
.chathd {
    padding: 15px;
    /* background-color: white; */
    /* box-shadow: black 0px 1px 23px -15px; */
    border-bottom: 1px solid #80808026;
}
.chatdt {
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}
.nmfrm label {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.55px;
    top: -26%;
    left: 6%;
    background-color: #ffffff;
    padding: 0 10px;
    transition: all .3s;
    font-weight: 500;
    color: gray;
    position: initial !important;
    padding: 0;
}
.nmfrm input {
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 7px;
    padding-left: 10px;
    background-color: #e6ebf2;
    font-size: 16px;
}
.nmfrm:focus-within label {
    top: -59%;
    left: 0%;
    padding: 0 0px
}

.sendbtnnn a {
    padding: 12px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #0063a2;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
}

.sendbtnnn a img{
    filter: brightness(0) invert(1);
    width: 18px;
}
.sendbtnnn{
    padding: 1rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #e1e1e1;
}

.serlist .knowbtn p {
    color: #ffffff;
}

/* .whattshop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 9;
    cursor: pointer;
} */
.profile {
    background-color: #fff !important;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
}
    .profile h2{
        color:#fff;
    }
.cccc211 p {
    /* font-family: 'Orbitron'; */
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.55px;
}

.profileclose{
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: auto;
}
.profileclose img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bantxt55 {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9;
    width: 50%;
}
.bantxt66 {
    bottom: 11%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 9;
    width: 26%;
    text-align: start;
}
.bantxt66 p{
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1px;
}




.bantxt55 .readmore a {
    width: fit-content;
    padding: 12px 20px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 0;
    gap: 15px;
    border: 1px solid rgb(255, 255, 255);
    transition: all .3s;
}
.bantxt55 .readmore a:hover{
    background-color: transparent;
    color: rgb(255, 255, 255);
}
.bantxt55 h2{
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 4rem !important;
    line-height: 85px;
}
.clxdZZ {
    top: 1rem;
    right: 1.5rem;
    z-index: 9;
}
.clxdZZ img {
    width: 27px;
}

.involved {
    padding-top: 0;
    position: fixed !important;
    width: 100%;
    height: 100vh;
    background-color: #000000e8;
    z-index: 9999999999999999999999;
    top: 0;
    left: 0;
    margin: 0 !important;
}
.container444 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54%;
}

.banner{
    position: relative;
    overflow: hidden;
}
.bnrdtl {
    top: 52%;
    left: -100%;
    transform: translateY(-50%);
    z-index: 99999;
    width: 45%;
    transition: all 1s;
    transition-delay: .5s;
    opacity: 0;
}
.swiper-slide-active .bnrdtl {
    left: 7%;
    opacity: 1;
}
.bnrdtl h2 {
    font-size: 62px;
    letter-spacing: 0.55px;
    font-weight: 700;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    line-height: 80px;
    text-align: left;
}
.bnrdtl p{
    font-size: 20px;
    letter-spacing: 0.55px;
}
.swiper-slide1::after {
    position: absolute;
    content: "";
    background-color: #00000078;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.counter-one__inner {
    padding: 2rem;
    /* background-color: #00489e; */
    background: linear-gradient(to top, #002959, #004da9);
    border-radius: 20px;
}
.gihli {
    padding: 1rem;
    border-right: 1px solid #d3d3d35e;
}
.col-xl-3:last-child .gihli{
    border: none;
}
.gihli h2{
    font-size: 41px;
    font-weight: 700;
}
.gihli p {
    font-size: 19px;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 0.55px;
}
.gihli span{
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 400;
}




.serlisting img{
    height: 300px !important;
    object-fit: cover;
}

.indswiper .serlisting img{
    height: 400px !important;
    object-fit: cover;
}
.indswiper .serlistdata h4 {
    font-size: 20px;
    letter-spacing: 0.55px;
    font-weight: 400;
}





.ourPurposeSec {
    background: #FFFFFF;
    position: relative;
}
.ourPurposeSec .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ContentText {
    max-width: 800px;
}
.ourPurposeSec .ourPurposeImgDiv {
    width: 55%;
    height: 100%;
}
.ourPurposeSec .ourPurposeImgDiv .imgDiv {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.ourPurposeSec .ourPurposeImgDiv .imgDiv .underlineArrowBtn {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 9;
}
.underlineArrowBtn {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* font-family: 'Cormorant Garamond Regular'; */
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.75rem;
    position: relative;
    padding-right: 20px;
}

.bnrdtlpara{
    bottom: -100%;
    right: 10%;
    z-index: 99;
    width: 30%;
    opacity: 0;
    transition: all 1s;
    transition-delay: .5s;
}
.swiper-slide-active .bnrdtlpara {
    bottom: 10%;
    opacity: 1;
}
.bnrdtlpara p {
    font-size: 24px;
    letter-spacing: 0.55px;
    line-height: 40px;
    text-align: left;
}

.serlistdata h4{
    font-size: 20px;
    letter-spacing: 0.55px;
}

.knowbtn p svg {
    transform: rotate(-45deg);
    font-size: 18px;
    transition:all .3s;
}
.knowbtn p:hover svg{
    transform: rotate(0deg);
}
.serlistdataind {
    top: 80%;
    left: 7%;
    width: 67%;
    z-index: 9;
}
.yyy{
    width: 40%;
}
.imgDiv a{
    position:relative;
}
.imgDiv a::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #000000, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}
/* .imgDiv:nth-child(1){
        border-right: 1px solid #fff;
} */


/*.imgDiv a::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #ffffff;*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: 999;*/
/*    transition: all 3s;*/
/*}*/
.ourPurposeSecnew .imgDiv::before{
    width: 0;
}

.imgDiv svg,.serlistdata  svg{
    transform: rotate(-45deg);
    font-size: 18px;
    transition:all .3s;
}
.swiper-slide .serlisting:hover svg{
     transform: rotate(0deg);
}
.imgDiv svg{
    transition:all .3s;
}

.imgDiv:hover svg{
    transform:rotate(0);
}
.clxd{
    display: none;
}

.wer {
    position: sticky;
    top: 18%;
}

.firsttab {
    background-color: #004ba6;
    /* background: linear-gradient(to top, #004ca6, #004da9); */
    padding: 1rem;
    border-radius: 15px;
}
.firsttab .tab-l a {
    display: flex;
    padding: 15px;
    background-color: #e7e7e714;
    color: #ffffff;
    border-radius: 15px;
    font-size: 17px;
    letter-spacing: 0.55px;
}
.firsttab .tab-l .active {
    display: flex;
    padding: 15px;
    background-color: #ffffff;
    color: #005b89;
}
.lisimgggg img{
        border-radius: 10px;
}














































.solution-section {
    padding: 80px 0;
    background: linear-gradient(to top, #eff6ff, transparent);
    padding-top: 0;
}
.solution-section .container{
    max-width: 60%;
}
.left-text{
    line-height:1;
}

.left-text span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #111;
}

.left-text h2 {
    font-size: 30px;
    font-weight: 500;
    color: #012577;
    margin: 0;
}

.divider {
    width: 5px;
    height: 100px;
    background: #70a333;
}

    .right-text{
      font-size:24px;
      line-height:1.6;
      color:#222;
    }

    @media(max-width:991px){

      .left-text{
        text-align:center;
      }

    .divider {
        width: 100%;
        height: 2px;
    }
    .serlist .col-lg-3{
        padding: 0;
    }

    .left-text h2 {
        font-size: 27px;
    }
    .left-text span {
    display: block;
    font-size: 28px;
    font-weight: 500;
    color: #111;
}

      .right-text{
        font-size:18px;
        text-align:center;
      }

    }
    .gihli img{
        width: 55px;
        margin-bottom: 1rem;
    }

.whattshop12 {
    opacity: 1;
    position: fixed;
    right: 0px;
    bottom: 4%;
    z-index: 9;
    cursor: pointer;
    width: 65px;
    box-shadow: black 0px 5px 25px -5px;
    border-radius: 50% 0 0 50%;
    background-color: #ffffff;
}

    .hiringIntern_wrapper{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        width: 75%;
        border-radius: 15px;
        padding: 1rem;
    }
    .modal-content{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999999999999;
        background-color: #000000a3;
    }
    .btn-close{
        position: absolute;
        top: 2%;
        right: 1%;
        border: 1px solid #000;
        filter: brightness(0);
        opacity: 1;
    }
    .hiringIntern_formWrapper{
            padding: 2rem;
    }

    .form-wrap label{
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 400;
    }
    .form-wrap input {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        height: 45px;
        border-radius: 0;
    }
    .form-wrap textarea {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        height: 100px;
        border-radius: 0;
    }
.left-text h2 {
    font-size: 30px;
    font-weight: 500;
    color: #1d316c;
    margin: 0;
    margin-top: 5px;
}




.swiper-button-prev::after{
    font-size:20px;
    color:#000;
    Content:"P";
    transition: all .3s;
}
.swiper-button-next::after{
    font-size:20px;
    color:#000;
    Content:"N";
    transition: all .3s;
}
.swiper-button-prev:hover::after {
    font-size: 20px;
    color: #000;
    content: 'prev';
}
.swiper-button-next:hover::after{
    font-size:20px;
    color:#000;
    Content:"next";
}
.swiper-button-prev::before,.swiper-button-next::before{
    position:absolute;
    content:"";
    background-color:#fff;
    background-size:contain;
    height:50px;
    width:50px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:-1;
    border-radius:50%;
}

.imgDiv a {
    display: block;
    overflow: hidden;
}
.imgDiv a img{
    transition: all 1s;
}
.imgDiv a:hover img{
    transform:scale(1.1);
}

.lv{
    background-color: #659927;
    width: 131px;
    left: -144px;
    padding: 5px 20px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
    color: #fff;
    opacity:0;
    transition:all .3s;
}
.whattshop12:hover .lv{
    opacity:1;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
.act{
        color: #6c9d27 !important;
}