.container{
    max-width: 85%;
}
a{
    text-decoration: none;
}
.sectionspacing{
    margin: 7rem 0;
}
.sectionspacing2{
    margin: 7rem 0 0 0;
}
.title h2{
    font-size: 50px;
    line-height: 64px;
    font-weight: 500;
}
.title p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
/* navbar start----------------------------------------------------------------------------- */
.dropitems {
    top: 94%;
    background-color: #ffffff;
    box-shadow: black 0px 0px 14px -6px;
    display: none;
}
.navbnew .dropitems {
    top: 100%;
    
}

.dropdown1:hover .dropitems{
    display: block;
}
.dropitems a {
    padding: 13px 40px !important;
    height: 100% !important;
    position: relative;
    z-index: 1;
}
.dropitems a::after{
    position: absolute;
    content:"";
    background-color: lightgray;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.dropitems a:hover::after{
    width: 100%;
}
.dropdown1 a{
    display: flex;
    /* padding: 2rem 0; */
}
.dropitems li{
   height: 100% !important;
}
.navitems ul li a,.talk a{
    color: #ffffff;
    font-size:17px;
    letter-spacing: 0.55px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.55px;
}
.navitems ul li{
    overflow: hidden;
    height: 121px;
    /* height: 25px; */
}
.navitems ul li a{
    display: grid;
    /* height: 25px; */
    height: 121px;
    transition: all .3s;
    
    padding: 3rem 0;
}
.navbnew .navitems ul li a {
    color: #000 !important;
    /* vertical-align: middle; */
}
.navitems ul li:hover .navitemslide2{
    transform: translateY(-121px);
}
.navitems ul li:hover .navitemslide1{
    transform: translateY(-121px);
}
.navitemslide2{
    position: relative;
    z-index: 1;
}
.navitemslide2::after {
    position: absolute;
    content: "";
    background-color: #ffffff69;
    background-size: contain;
    height: 10px;
    width: 100%;
    bottom: 48px;
    left: 0;
    z-index: -1;
}
.navbnew .navitemslide2::after {
    bottom: 58px;
}


/* base navbar */
.navb {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: top 0.5s ease, background-color 0.5s;
}

/* hidden navbar */
.navb.hide {
    top: -100%; /* move navbar up (adjust height if navbar taller) */
}

/* scrolled navbar style */
.navb.navbnew {
    background-color: #fff;
    box-shadow: black 0px 0px 25px -18px;
}


.logo img{
        filter: brightness(0) invert(1);
        transition: all .3s;
}

.logo img {
    width: 72% !important;
}
.navbnew .logo img {
    filter: initial;
    width: 64% !important;
}
.logo{
    padding: 10px;
}
.talk a{
    padding: 10px 20px;
    border: 1px solid #fff;
    position: relative;
    transition: all .3s;
}
.navb .talk a::after{
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.navb .talk a:hover::after{
    width:100%;
}
.navbnew .talk a {
    border: 1px solid #000000;
    color: #000;
    transition:all .3s;
}

.navbnew .talk a:hover{
    color:white;
}
.talk a:hover{
        box-shadow: white 0px 0px 25px -5px;
        color:#000;
}
.navbnew .talk a::after{
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.navbnew .talk a:hover::after{
    width:100%;
}




.talk a span.bottom {
    position: absolute;
    right: -1px;
    bottom: -1px;
    height: 1px;
    width: 0%;
    background: #ff0000;
}
.talk a:hover span.bottom {
    animation: border-bottom-anim 1s forwards;
    animation-delay: 2s;
}
@keyframes border-bottom-anim {
    from { width: 0; }
    to { width: 101%; }
}

/* --- LEFT border --- */
.talk a span.left {
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 1px;
    height: 0;
    background: #ff0000;
}
.talk a:hover span.left {
    animation: border-left-anim 1s forwards;
    animation-delay: 3s;
}
@keyframes border-left-anim {
    from { height: 0; }
    to { height: 105%; }
}



/* navbar end----------------------------------------------------------------------------- */
/* Footer start----------------------------------------------------------------------------- */
.leddd a{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    transition: all .3s;
}
.leddd a:hover{
    color: #f89b1b;
}
.leddd{
    text-align: center;
}
footer {
    padding: 5rem 0;
    /* background: linear-gradient(45deg, #006938, #026838); */
        background: linear-gradient(180deg, #026838, #000000);
}
.footermenu h5{
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #fff;
}
.footermenu ul li a {
    letter-spacing: 0.55px;
    color: #ffffff;
    display: flex;
    padding: 5px 0;
    font-size: 20px;
}
.footermenu h2{
    font-size: 50px;
    color: #fff;
    letter-spacing: 0.55px;
    width: 75%;
    line-height: 69px;
}
.sc img{
    width: 20px;
    filter: brightness(0)invert(1);
}
.sc:nth-child(2) img {
    width: 29px;
}
.copy p {
    font-size: 17px;
    letter-spacing: 0.55px;
    padding: 15px 0;
}
.s p{
    font-size: 20px;
    letter-spacing: 0.55px;
    margin-bottom: 1rem !important;
}
.ffoterlogo{
    width: 18%;
    margin: auto;
    filter: brightness(0) invert(1);
}
footer{
    position: relative;
    z-index: 1;
}
footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/footerbg.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}
/* Footer end----------------------------------------------------------------------------- */

/* index start----------------------------------------------------------------------------- */
.bannerslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerslider .swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
}
.bannerslider .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #0000008a, #0000008a);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.bannerslider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit:cover;
    transition: all 20s ease-in-out;
}
.bannerslider .swiper-slide-active img {
    transform: scale(1.5);
}
.slidedata {
    bottom: 22%;
    right: 7%;
    z-index: 9;
    width: 35%;
    text-align: start;
    overflow: hidden;
}


.slidedata h2 {
    font-size: 69px;
    color: #fff;
    letter-spacing: 1px;
    /* filter: drop-shadow(3px 4px 0px #000); */
    transform: translateX(-100%);
    transition: all 1s;
}
.bannerslider .swiper-slide-active .slidedata h2{
    transform: translateX(0%);
}
.slidedatadesc {
    bottom: 18%;
    left: 7%;
    z-index: 9;
    width: 31%;
    text-align: start;
}
.slidedatadesc p {
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    /* filter: drop-shadow(3px 4px 0px #000); */
    font-weight: 300;
    transform: translateY(-100%);
    transition: all 1s;
    opacity: 0;
}

.bannerslider .swiper-slide-active .slidedatadesc p{
    transform: translateY(0%);
    opacity: 1;
}




.arr {
    height: fit-content !important;
    transform: scale(1) translatey(3px) !important;
    width: 26px !important;
    filter: invert(1);
    transition: all .3s !important;
}
.startbutton a{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.55px;
    transition: all .3s;
}
.startbutton a:hover{
    color: #f7a948 !important;
}
.startbutton a:hover .arr{
    transform: scale(1) translatey(3px)translateX(10px) !important;
}

.bannerslider .swiper-button-next, .bannerslider .swiper-button-prev {
    position: absolute;
    top: 90%;
}
.bannerslider .swiper-button-next::after , .bannerslider .swiper-button-prev::after  {
    font-size: 20px;
    color: #fff;
}
.bannerslider .swiper-button-next::before, .bannerslider .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid #ffffff96;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 50%; */
    right: 31%;
    box-shadow: inset white 0px 0px 25px -7px;
    border-radius: 50%;
}
.bannerslider .swiper-button-prev{
        left: 60%;
}
.bannerslider .swiper-button-next{
        right: 34%;
}

/* about section start*/
.leftabout {
    width: 80%;
}
.title span{
    font-size: 21px;
    letter-spacing: 0.55px;
    color: #016938;
    font-weight: 500;
}
/* about section end*/
/* why section start*/
.whydata {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #05693aa3;
    z-index: 9;
}
.innerwhydata {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.innerwhydata h3{
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.55px;
}
.innerwhydata p{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
.whydata1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-color: #05693aa3;
    z-index: 9;
}
.innerwhydata1 {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.innerwhydata1 h3{
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.55px;
}
.innerwhydata1 p{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}

/* why section end*/


/* key offering start*/
.keyimage{
    position: relative;
}
.keylist,.keylist11,.keylist22{
    cursor: pointer;
}
.keylist,.keylist11,.keylist22{
    transition: all .3s;
}

/*.col-lg-3:nth-child(2) .keylist{*/
/*transform: translateX(-101%);*/
/*}*/
/*.col-lg-3:nth-child(3) .keylist{*/
/*        transform: translateX(-200%);*/
/*}*/
/*.col-lg-3:nth-child(4) .keylist{*/
/*    transform: translateX(-290%);*/
/*}*/
/* .col-lg-3:nth-child(2) .keylistactive{
    transition-delay: .2s;
}
.col-lg-3:nth-child(3) .keylistactive{
    transition-delay: .3s;
}
.col-lg-3:nth-child(4) .keylistactive{
    transition-delay: .4s;
} */
.keylist,.keylist11,.keylist22{
    transition: all .5s;
    background-color: #fff;
}
.keylistactive{
    transform: translateX(0%) !important;
}

.keylist:hover,.keylist11:hover,.keylist22:hover{
    transform: translateY(-30px) !important;
}
.keyimage img {
    border-radius: 15px 15px 0 0;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}
.keydata h5 {
    font-size: 25px;
    letter-spacing: 0.55px;
    line-height: 37px;
    transition:all .3s;
}
.keylist:hover .ttldt,.keylist11:hover .ttldt,.keylist22:hover .ttldt{
        color: #faad20;
}
.keydata p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.knowarr{
    filter: brightness(0);
    transform: scale(1) translatey(2px) !important;
    width: 20px !important;
}
/* key offering end*/

/* industry start*/
.industry {
    background-color: #00693812;
    padding: 5rem 0 7rem;
}
.newsimage img{
    height: 300px;
    object-fit: cover;
}
.newslist {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.newsdata{
        padding: 15px 15px 30px 15px;
}
.newsdata h5{
        font-size: 24px;
        letter-spacing: 0.55px;
}
.newsdata p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.newslist12 {
    transition: all .3s;
    height: 100%;
    cursor: pointer;
    box-shadow: black 0px 0px 9px -6px;
}
.newslist12:hover {
    box-shadow: #006938 0px 5px, black 0px 0px 9px -6px;
}
.newslist12 h5{
    transition:all .3s;
}
.newslist12:hover h5{
    color:#f6941e;
}
/* industry end*/
/* gallery start*/
.gallery {
    padding: 7rem 0;
    /* background-color: #056737; */
    background: linear-gradient(270deg, black, #056737);
}
.glimg img{
    object-fit: cover;
    height: 250px !important;
    border-radius: 10px;
}
.gallery{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gallery::after{
    position: absolute;
    content: "";
    background-image: url(../images/bio.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.gallery::before {
    position: absolute;
    content: "";
    background-image: url(../images/bg.webp);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.2;
    transform: rotate(90deg);
}
.partnerimage {
    padding: 1rem;
    box-shadow: black 0px 0px 8px -5px;
}
.clientslider {
    padding:0 5px;
}
/* gallery end*/


/* index end----------------------------------------------------------------------------- */


/* career page start----------------------------------------------------------------------------- */
.col-lg-6:nth-child(2) .careerlist,.col-lg-6:nth-child(4) .careerlist{
    margin-top: 12%;
}
.breadcumbdata {
    top: 53%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9;
}
.breadcumbdata h2{
        font-size: 80px;
        letter-spacing: 0.55px;
}
.innerbreadcumb{
    z-index: 1;
}
.innerbreadcumb::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000, #0000000d);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.careerlist {
    padding: 2rem 2rem;
    box-shadow: black 0px 0px 10px -7px;
}
.careerlist h2{
    font-size: 23px;
    letter-spacing: 0.55px;
    position: relative;
}

.careerlist p{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.careerlist img{
    width: 50px;
    margin-bottom: 1rem;
}
/* career page end----------------------------------------------------------------------------- */


/* contact page start----------------------------------------------------------------------------- */

.Contact{
    /* height: 100vh; */   
    padding: 7rem 0;
    position: relative;
}
/* .Contact::after{
    position: absolute;
    content: "";    
    background-image: url(../images/mark_bg_01.jpg);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
} */
 .frmes{
    margin: 7rem 0 0 !important;
    padding: 7rem 0;
    position: relative;
 }
 .frmes::after{
    position: absolute;
    content: "";    
    background-image: url(../images/mark_bg_01.jpg);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
.frm input {
    height: 45px;
    border-radius: 0;
    border: 1px solid #00000033;
    padding-left: 10px;
}
.frm textarea{
    height: 100px;
    border-radius: 0;
    border: 1px solid #00000033;
    padding-left: 10px;
}
.subbtn a{
    padding: 10px 20px;
    border: 1px solid #000;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    color: #000;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.subbtn a:hover{
    color: #fff;
}
.subbtn a::after{
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.subbtn a:hover::after{
    width: 100%;
}
.formwrapper {
    padding: 4rem 2rem;
    box-shadow: black 0px 0px 13px -7px;
    background-color: #fff;
    margin-top: -28%;
}

/* contact page end----------------------------------------------------------------------------- */

/* gallery page start----------------------------------------------------------------------------- */
.galler img{
    height: 400px;
    object-fit: cover;
}
.gallerdata {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 15px;
    background: linear-gradient(90deg, #026838, transparent);
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.55px;
}

.galler{
    position: relative;
    overflow: hidden;
}
.galler::after {
    position: absolute;
    content: "";
    content: "";
    /* background-color: #008000a8; */
    background: linear-gradient(45deg, #016937, #006938);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translateY(-100%);
    /* border-radius: 0; */
    opacity: 0.7;
    transition: all .3s;
}
.galler:hover::after{
    transform: translateY(0);
}
.gallerynumber {
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    font-size: 20px;
    color: #fff;
    transition: all .3s;
    /* transition-delay: .3s; */
}
.galler:hover .gallerynumber{
    top: 50%;
}
.gallerynumber p{
    display: grid;
    justify-content: center;
    text-align: center;
}
.gallerynumber p img{
    width: 30px;
    height: fit-content;
    filter: brightness(0) invert(1);
    margin: auto;
    margin-bottom: 5px;
}
.rans img{
    height: 300px;
    object-fit: cover;
}
.rans{
    cursor: pointer;
}
/* gallery page end----------------------------------------------------------------------------- */


/* about page start----------------------------------------------------------------------------- */
.inner-aboutpa11 {
    width: 55% !important;
    margin: auto;
}
.mi,.vi{
    padding: 3rem 5rem;
    background-color: #036836;
}
.mi{
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}
.vi{
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 50%);
}
.round-image img {
    border-radius: 50%;
}
.vlcc {
    border: 8px solid #036836;
}
.round-image{
    position: relative;
}
.visio {
    height: 115px;
    width: 115px;
    background-color: green;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 1%;
    border: 6px solid #fff;
}
.visio img{
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0)invert(1);
}
.visio::after {
    position: absolute;
    content: "";
    content: "";
    background-image: url(../images/roun.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    width: 180px;
    top: 51%;
    transform: translateY(-50%);
    right: -40%;
    z-index: 9;
    background-position: right;
}
.misio {
    height: 115px;
    width: 115px;
    background-color: green;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
    border: 6px solid #fff;
}
.misio img{
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0)invert(1);
}
.misio::after {
    position: absolute;
    content: "";
    content: "";
    background-image: url(../images/roun.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    width: 180px;
    top: 51%;
    transform: translateY(-50%) rotate(-180deg);
    right: -40%;
    z-index: 9;
    background-position: right;
}
.mi p, .vi p {
    height: 170px;
}
/* about page end----------------------------------------------------------------------------- */



/* Mile stone page start----------------------------------------------------------------------------- */
.Milestones {
    /* background-color: rgb(214, 214, 214); */
    padding: 2rem 0 9rem;
    position: relative;
}

.Milestones::before {
    position: absolute;
    content: "";
    background-image: url(../images/milebg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    border-radius: 0px;
    z-index: -2;
    /* background-attachment: fixed; */
}
.Milestones::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #ffffff00 60%, #000000c9);
    background-size: cover;
    height: 100%;
    width: 100%;
    bottom: 0%;
    left: 0%;
    border-radius: 0px;
    z-index: -1;
}

.year {
    height: 170px;
    width: 170px;
    border: 15px solid #0c6a3f;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 2rem auto;
    transform: translateY(150%);
    transition: all .3s;
}
.mdt{
    transform: translateY(250%);
    opacity: 0;
    transition: all 1s;
}

.year1active{
    transform: translateY(0);
    transition-delay: 1.5s;
}
.year2active{
    transform: translateY(0);
     transition-delay: 3s;
}
.year3active{
    transform: translateY(0);
    transition-delay: 4.5s;
}
.year4active{
    transform: translateY(0);
    transition-delay: 6s;
}
.mdt1active{
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.6s;
}
.mdt2active{
    transform: translateY(0);
    opacity: 1;
     transition-delay: 3.1s;
}
.mdt3active{
    transform: translateY(0);
    opacity: 1;
    transition-delay: 4.6s;
}
.mdt4active{
    transform: translateY(0);
    opacity: 1;
    transition-delay: 6.1s;
}
.year::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #ffffff 8%, transparent 0%, transparent 92%, #ffffff 10%);
    background-size: contain;
    height: 18px;
    width: 116%;
    top: 50%;
    left: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
}
.year::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #0c6a3f 50%, transparent 0);
    background-size: contain;
    height: 35px;
    width: 35px;
    bottom: -20%;
    left: 50%;
    border-radius: 0px;
    transform: translateX(-50%) rotate(-45deg);
    z-index: -1;
}
.year h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #0c6a3f;
    font-weight: 700;
}
.line {
    width: 100%;
    height: 15px;
    border-radius: 30px;
    box-shadow: inset black 0px 0px 25px -17px;
    margin-top: -0.5rem;
}
.innerline{
    height: 100%;
    border-radius: 30px;
    background-color: #0c6a3f;
}
.milestonedes .col-lg-3{
    overflow: hidden;
}
.Milestonesactive .innerline{
    animation: move 6s;
}
.Milestonesactive .innerline{
    animation: move 6s;
}
@keyframes move{
    0%{
        width: 0%;
    }
    25%{
        width: 25%;
    }
    50%{
        width: 50%;
    }
    75%{
        width: 75%;
    }
    100%{
        width: 100%;
    }
}
.mdt p {
    font-size: 25px;
    letter-spacing: 0.55px;
    color: #ffffff;
    line-height: 30px;
}
/* Mile stone page end----------------------------------------------------------------------------- */

/* Mile stone page end----------------------------------------------------------------------------- */
.whydatasw li{
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
/* Mile stone page end----------------------------------------------------------------------------- */

/* team page start----------------------------------------------------------------------------- */
.tmdesc{
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}
.innerdtlpopup{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.dtlpopup {
    height: 100vh;
    width: 100%;
    background-color: #000000bf;
    z-index: 999;
}
.readmore a{
    letter-spacing:0.55px;
    color:#faa51c;
    font-size:20px;
    width:fit-content;
    margin:auto;
    transition:all .3s;
}
.readmore a:hover{
    letter-spacing:0.55px;
    color:#fff;
}

.teamdetailsss p{
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.teammemlist img{
    object-fit: cover;
}
.teammemlist {
    box-shadow: black 0px 0px 5px -3px;
    position:relative;
    overflow: hidden;
}
.teammemlist::after {
    position: absolute;
    content: "";
    background-color: #086b3dd4;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.title1{
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
    z-index: 2;
    color: #fff;
    transition: all .3s;
}
.teammemlist:hover::after{
top: 0;
}
.teammemlist:hover .title1{
top: 50%;
transition-delay: .3s;
}
.teammemlist img{
    height: 450px;
    object-fit: cover;
}
.teamhd h5 {
    font-size: 28px;
    margin: 0;
}
.teamhd span {
    font-size: 19px;
    letter-spacing: 0.55px;
}
/* team page end----------------------------------------------------------------------------- */


/* Appointment page end----------------------------------------------------------------------------- */
.Appointment{
    height: 100vh;
    position: relative;
}
.innerappo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
}
.formhd {
    padding: 4rem;
    box-shadow: black 0px 0px 10px -5px;
    background-color: #ffffffde;
    border-radius: 10px;
}
.formwrap input {
    height: 45px;
    border-radius: 0;
    border: 1px solid #00000033;
    padding-left: 10px;
    background-color: #ffffff;
    color: #000000;
}
.formwrap select {
    height: 45px;
    border-radius: 0;
    border: 1px solid #00000033;
    padding-left: 10px;
    background-color: #ffffff;
}
.formwrap textarea{
    height: 150px;
    border-radius: 0;
    border: 1px solid #00000033;
    padding-left: 10px;
    background-color: #ffffff;
}
.formwrap input:focus,.formwrap select:focus,.formwrap textarea:focus{
    outline: none;
    border: 1px solid #000;
}
.formwrap input::placeholder{
    color: #000;
}
.formwrap textarea::placeholder{
    color: #000;
}
.appo{
    height: 100vh;
    background-image: url(../images/wood.png);
    background-size: cover;
    position: relative;
    z-index: 1;
}
.appo::after {
    position: absolute;
    content: "";
    background-color: #000000ba;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* filter: blur(65px); */
}
.close{
    right: 3%;
    top: 5%;
}
.close a img{
    filter: brightness(0)invert(1);
    width: 40px;
}
/* Appointment page end----------------------------------------------------------------------------- */


/* product page start------------------------------------------------------------------------------- */
.product img {
    width: 70px;
}
.product h5 {
    font-size: 27px;
}
.product p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.product1 {
    padding: 2rem;
    box-shadow: black 0px 0px 25px -17px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.product1::after {
    position: absolute;
    content: "";
    background-color: #0367370f;
    background-size: contain;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    top: -18%;
    left: -17%;
    z-index: -1;
}
.product1 p{
    margin: 0;
}
/* product page end------------------------------------------------------------------------------- */

.partnerimage12 {
    box-shadow: black 0px 0px 10px -6px;
    height: 100%;
}
.partnerimage12 img{
        padding: 2rem 0;
}

.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;
}




.prddtls{
        height: 100vh;
        width:100%;
}
.closexx {
    top: 5%;
    right: 5%;
    text-align: center;
    font-size: 20px;
    color: red;
    cursor:pointer;
}

.closexx img{
    width:30px;
    margin:auto;
}

.sc {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transition:all .3s;
}
.sc img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    filter:brightness(0);
    transition:all .3s;
}
.sc:hover{
    background-color:transparent;
}
.sc:hover img{
    filter:brightness(0)invert(1);
}

.quickkk a{
    padding: 12px 20px;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
}



.clientslider .swiper-button-next:after, .clientslider .swiper-button-prev:after {
    font-size:20px;
    color:#000;
}

.clientslider .swiper-button-next, .clientslider .swiper-button-prev {
    top: 90%;
}
.clientslider .swiper-button-next{
    right: 45%;
}
.clientslider .swiper-button-prev {
    left: 45%;
}
.clientslider .swiper-wrapper {
    padding-bottom: 6%;
    padding-top:1%;
    
}

.clientslider .swiper-button-next::before, .clientslider .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid #ffffff96;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 50%; */
    right: 31%;
    box-shadow: inset black 0px 0px 25px -7px;
    border-radius: 50%;
}








/* whaATapp css */
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: initial;
  right: initial;
  top: 50%;
  left: 50%;
  overflow: hidden;
  z-index: 99999999999;
  -webkit-animation-name: showchat;
  animation-name: showchat;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-transform: scale(1);
  transform: scale(1) translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
      max-width: 340px;
      width: 100%;
      bottom: 172px;
  }
}

#whatsapp-chat .whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
font-family: var(--regular-font);
line-height: 0.5;
  color: white;
}

#whatsapp-chat .head-home {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

#whatsapp-chat .head-home small {
font-size: 12px;
color: #ffffff;
font-family: var(--icon-font);
letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #016938;
  color: #fff;
  padding: 20px;
  
}

#whatsapp-chat .header-chat h3 {
margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
margin: 0;
line-height: 18px;
}

#whatsapp-chat .info-avatar {
    position: relative;
    height: 47px;
    width: 65px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
    width: 37px;
    height: 47px;
    -o-object-fit: contain;
    object-fit: cover;
    border-radius: 50%;
}

#whatsapp-chat a.informasi {
padding: 20px;
display: block;
overflow: hidden;
-webkit-animation-name: showhide;
      animation-name: showhide;
-webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
display: block;
}

#whatsapp-chat #get-label {
font-size: 12px;
color: #888;
color: #fff;
}

#whatsapp-chat span.chat-label {
font-size: 12px;
color: #888;
}

#whatsapp-chat #get-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
color: #fff;
}

#whatsapp-chat span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}

#whatsapp-chat span.my-number {
display: none;
}

#whatsapp-chat textarea#chat-input {
border: none;
font-family: "Arial", sans-serif;
width: 100%;
height: 40px;
outline: none;
resize: none;
padding: 10px;
overflow: hidden;
font-size: 14px;
}

#whatsapp-chat a#send-it {
    width: 45px;
    font-weight: 400;
    padding: 10px;
    background: #016938;
    display: flex
;
    justify-content: center;
    color: #fff;
}
.about-one{
    overflow:hidden;
}
.figlist1{
    transform: translateX(-290px);
}
.figlist2{
    transform: translateY(290px);
}
.figlist3{
    transform: translateX(290px);
}
.serlist{
    overflow: hidden;
}

#whatsapp-chat a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
background: transparent;
padding: 30px;
text-align: center;
}

#whatsapp-chat .first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display:none;
}

#whatsapp-chat #get-number {
display: none;
}

#whatsapp-chat a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
text-decoration: none;
font-family: var(--regular-font);
}

#whatsapp-chat.hide {
display: none;
-webkit-animation-name: showhide;
      animation-name: showhide;
-webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
-webkit-transform: scale(1);
      transform: scale(1);
opacity: 1;
}

#whatsapp-chat .show {
display: block;
-webkit-animation-name: showhide;
      animation-name: showhide;
-webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
-webkit-transform: scale(1);
      transform: scale(1);
opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 1;
}

#whatsapp-chat .whatsapp-message {
padding: 7px 14px 6px;
background-color: #fff;
border-radius: 0px 8px 8px;
position: relative;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-webkit-transform-origin: center top 0px;
      transform-origin: center top 0px;
z-index: 2;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .eJJEeC {
background-color: #fff;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-left: 10px;
opacity: 0;
-webkit-transition: all 0.1s ease 0s;
transition: all 0.1s ease 0s;
z-index: 1;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

#whatsapp-chat .ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
-webkit-animation-duration: 1.2s;
      animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
      animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
-webkit-animation-name: ZpjSY;
      animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
-webkit-animation-duration: 1.2s;
      animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
      animation-timing-function: linear;
top: 0px;
-webkit-animation-name: hPhMsj;
      animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
padding: 11px -22px 12px;
background-color: #fff;
/*border-radius: 0px 8px 8px;*/
position: relative;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-webkit-transform-origin: center top 0px;
transform-origin: center top 0px;
z-index: 2;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 1px;
margin-left: -9px;
width: 359px;
}

#whatsapp-chat .bMIBDo {
font-size: 12px;
font-weight: 600;
line-height: 18px;
color: rgba(0, 0, 0, 0.54);
letter-spacing: -0.2px;
font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111;
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111;
}

#whatsapp-chat .cqCDVm {
text-align: right;
margin-top: 6px;
font-size: 10px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
position: relative;
margin-top: 15px;
padding: 15px;
background: #fff;
margin-left: 10px;
font-size: 14px;
border-radius: 0 10px 10px 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
position: absolute;
content: '1:41 AM';
text-align: right;
font-size: 10px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
right: 10px;
bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
position: relative;
}

#whatsapp-chat .service_chatList ul li {
position: relative;
line-height: 25px;
margin-bottom: 5px;
color: #141d97;
opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
position: absolute;
content: '';
width: 16px;
height: 16px;
background-image: url(../icons/external_links.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 15px;
top: 4px;
margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
font-size: 14px;
font-weight: 400;
}

@media screen and (max-width: 480px) {
#whatsapp-chat #whatsapp-chat {
width: auto;
left: 5%;
right: 5%;
font-size: 80%;
}
}

a.blantershow-chat {
/* background: #fff; */
color: #404040;
position: fixed;
z-index: 98;
bottom: 20px;
right: 25px;
border-radius: 50%;
}

a.blantershow-chat img {
width: 45px;
-webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
      box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
border-radius: 50%;
}

.chat_boxBody .form-row .form-control, .chat_boxBody .form-row .form-select {
border-radius: 5px;
height: 43px;
margin-bottom: 10px;
}
.chat_boxBody .form-control {
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;
}
.chat_backdrop {
display: none;
width: 100%;
height: 100vh;
position: fixed;
inset: 0;
z-index: 110;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
-webkit-transition: var(--trans-sm);
transition: var(--trans-sm);
font-family: var(--heading-font)
}

.chat_backdrop.show::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.7);
inset: 0
}

.chat_boxBody {
padding: 20px 29px;
/*background-color: #f7f7f7;*/
position: relative;
height: 100%;
}
.close-chat img {
  width: 18px;
  filter: brightness(0) invert(1);
}

.mainwp {
  position: relative;
  z-index: 99999999999999999999999999999999999999999;
}
.mainwp::after {
  position: fixed;
  content: "";
  background-color: #00000099;
  background-size: contain;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999999;
  backdrop-filter: blur(6px);
}





.tabbll,.tabbll tr,.tabbll td,.tabbll th{
    border:1px solid lightgray;
    text-align:center;
    padding:10px;
}
.title164 h3{
    font-size:30px;
    letter-spacing:0.55px
}
.title164 h5 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.qwerty a {
    color: #000000;
    padding: 10px 20px;
    /* border: 1px solid green; */
    border-radius: 0;
    display: flex;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.innerturn .nav {
    /* border: 1px solid lightgray; */
    /* border-radius: 30px; */
    background-color: #d3d3d338;
}
.tab-l .active{
    background-color:#006938;
    color:white;
}
.cebtrifugalleft{
    position:sticky;
    top:4rem;
}
.prdddt {
    height: 100%;
    box-shadow: black 0px 0px 13px -8px;
}
.prdddt img{
    height:300px;
    object-fit:cover;
}

.retttttt h5{
    text-align:left;
}
.tab {
    position: sticky;
    top: 9rem;
    padding-right: 2rem;
}

.cebtrifugalleft img {
    box-shadow: black 0px 0px 13px -9px;
}
.lingx img{
    border-radius:10px;
}
.tuy h3{
    font-size: 22px;
}