@font-face{
    font-family: Custome;
    src: url(../Font/AtypDisplay-Medium.ttf);
    src: url(../Font/AtypDisplay-Regular.ttf);
    src: url(../Font/AtypDisplay-Semibold.ttf);
}
body{
    font-family: Custome;
    font-style: normal;
    color: #120C47;
}
header{
    height: 80px;
}
.nav-link.active {
    color: #120C47;
    font-weight: 500;
    font-size: 17px;
}
.nav-item a{
    color: #1e1b4df8;
    font-weight: 400;
    font-size: 17px;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}
.banner{
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    height: 38rem;
    position: relative;
}
.head-text{
  text-align: center;
  padding: 220px 200px;
}
.head-text h1{
    font-size: 80px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 10px 75px #000000;
}
.head-text span{
    color: #00EFB6;
}
.banner-bottom{
    background: #120C47;
    color: #fff;
    text-align: center;
    padding: 60px;
}
.banner-bottom-2{
    background: #00EFB6;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.banner-bottom p{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
}
.banner-bottom span{
    position: relative;
    left: 15px;
}
.banner-bottom a{
    color: #fff;
}
.wedo{
    background: #fff;
    padding: 120px 0px 0px 0px;
}
.wedo-head{
    text-align: center;
}
.wedo-head h2{
    font-size: 45px;
    font-weight: 500;
}
.wedo-head p{
    font-size: 20px;
    line-height: 30.62px;
    font-weight: 400;
}
.service-box{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-bottom: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
    padding: 30px 30px 30px 40px;
}
.service-box h3{
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
}
.wedo2{
    background: #F8F8FE;
}
.service-box2{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-top: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
    padding: 30px 30px 30px 40px;
    margin-top: -5px;
}
.service-box2:hover{
    border-bottom: 5px solid#00EFB6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.custome-read{
    background: rgba(0, 239, 182, 0.25);
    color: #000;
    font-size: 14px;
    padding: 10px;
    border-radius: 0px;
    text-align: left;
    position: relative;
}
.custome-read:hover{
    background: #00EFB6;
    color: #000;
    font-size: 14px;
    padding: 10px;
    border-radius: 0px;
    width: 160px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.custome-read span{
    position: absolute;
    top: 0px;
    right: 6px;
    opacity: 0;
}
.custome-read:hover span:hover{
    opacity: 1;
}
.mob-read {
    background: #00EFB6;
    color: #000;
    font-size: 14px;
    padding: 10px;
    border-radius: 0px;
    width: 160px;
    text-align: start;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.mob-read span {
    position: absolute;
    top: 0px;
    right: 6px;
    display: block;
}
/*-- test --*/


.readm-btn{
    padding: 20px 0px 30px 0px;
}
.box-bottom{
    background: #00EFB6;
    height: 8px;
    position: relative;
    top: -8px;

}
.section-bottom{
    padding: 50px 0px 50px 0px;
    text-align: center;
}
.check-service{
    width: 90%;
    padding: 15px;
    margin: auto;
    background: rgba(18, 12, 71, 0.05);
    text-align: center;
}
.check-service p{
    margin-bottom: 0px;
}
.check-service span{
    position: relative;
    left: 15px;
}
.check-service a{
    color: #000;
}
.recent{
    padding: 120px 0px 50px 0px;
}
.recent-head h2{
    font-size: 45px;
    font-weight: 500;
}
/*-- Slider --*/
.img-f{
    width: 98%!important;
}
.slick-next, .slick-prev{
    display: none!important;
}
.slick-slide {
    margin: 0px 25px 0px 0px;
  }
  
  .slick-slide img {
    width: unset!important;
    margin: 0 auto;
  }
  
  .slick-prev:before,
  .slick-next:before {
    color: #000;
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 9999;
  }
  .slick-current {
    opacity: 1;
  }
  .slick-slide{
      opacity: 1;
  }
/*-- End --*/
.recent-slider{
    position: relative;
    margin: 10px 0px;
    margin-left: 1%;
}
.img-title{
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.img-title h3{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    text-shadow: 0px 10px 10px #0F0F0F;
}
.img-title:hover{
    background: #00EFB6;
    padding: 10px;
    width: 90%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.care{
    padding: 60px 0px 0px 0px; 
    position: relative;
    height: 53.7em;
}
.care-head{
    position: relative;
}
.care-head h2{
    margin-top: 10%;
    font-size: 45px;
    font-weight: 500;
}
.care-head p{
    font-size: 24px;
    font-weight: 400;
    padding-right: 100px;
}
.care-btn{
    position: absolute;
    bottom: 10%;
}
.care-read{
    background: #00EFB6;
    color: #000;
    font-size: 18px;
    padding: 10px;
    border-radius: 0px;
    width: 250px;
    text-align: left;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.care-read span{
    position: absolute;
    top: 0px;
    right: 6px;
    display: block;
}
.work-progress{
    background: #120C47;
    padding: 40px;
    position: absolute;
    height: 50em;
    right: 0px;
}

.w-p h2{
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}
.w-p p{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.mb-6{
    margin-bottom: 6.5rem;
}
.sec-banner{
    background-image: url(../img/image\ 2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 36em;
    position: relative;
}
.sec-b-h{
  
}
.sec-b-h h2{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    right: 0%;
    bottom: 25%;
    width: 40%;
    text-shadow: 0px 10px 75px #000000;
}
.sec-btn{
    left: 60%;
    bottom: 10%;
    position: absolute;
}
.testomonial{
    padding: 120px 0px 120px 0px; 
}
.slide-text h4{
    font-size: 40px;
    font-weight: 400;
}
.user-title{
    position: relative;
    left: 30px;
    top: 15px;
}
.user-title h6{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.client{
    background: rgba(0, 239, 182, 0.1);
    padding: 50px 0px 50px 0px; 
    position: relative;
}
.place{
    margin-top: 46px!important;
}
.logoispum{
    margin-top: 7px;
}
.client-head{
    position: relative;
    top: 110px;
}
.head-client2{
    position: relative;
    top: 30px;
}
.head-client3{
    position: relative;
    top: 40px;
}
.client-title{
    margin-top: 25px;
}
.trueintelli{
    padding: 50px 0px 50px 0px; 
}
.truein-head h2{
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
.sec-divider{
    height: 100px;
}
.card-index{
    border: none!important;
}
.crd-b{
    padding: 1rem 0rem;
}
.card-title {
    margin-bottom: 1.5rem;
}
.jion-us{
    padding: 50px 0px 50px 0px; 
}
.support-box{
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.08));
}
.card-body, .card{
    border: none!important;
}
.support-body{
    position: relative;
    padding: 2rem 1rem;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}
.support-body span{
    position: absolute;
    right: 10px;
    top: 0;
}
.support-body h2{
    font-size: 35px;
    font-weight: 500;
}
.s-img{
    position: relative;
}
.img-title-s{
    background: #E9327C;
    border-radius: 100px;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    z-index: 99999;
    font-size: 12px;
    position: absolute;
    top: 96%;
    left: 2%;
}
.cunsaltant{
    background-image: url(../img/Ellipse\ 9.png);
    background-repeat: no-repeat;
    background-position: center center;
   height: 52em;
}
.cusltant-head h1{
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    padding-top: 120px;
}
.conslt-btn{
    text-align: center;
    position: relative;
    top: 50px;

}
.cunsltant-read{
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 10px;
    border-radius: 0px;
    width: 250px;
    text-align: left;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.cunsltant-read span{
    position: absolute;
    top: 0px;
    right: 6px;
    display: block;
}
.footer-top{
    position: relative;
    background: #120C47;
    padding: 30px 0px 0px 0px;
}
.space-1{
    height: 9em;
}
.f-head{
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
}
.social{
    position: absolute;
    left: 72%;
}
.social img{
    margin: 0px 20px;
}
.f-social h3{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.5rem;
    text-decoration: underline;
}
.f-services{
    padding-left: 0rem;
}
.f-services li{
    margin-bottom: 1.2rem;
}
.f-services li a{
    text-decoration: none!important;
    color: #fff;
    font-size: 18px;
}
.align{
    margin: 0px 70px 0px 0px;
}
.f-b{
    position: relative;
}
.img-title-f{
    background: #E9327C;
    border-radius: 100px;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    z-index: 99999;
    font-size: 12px;
    position: absolute; 
    top: -50%;
    left: 0%;
}
.f-social-b{
    position: relative;
}
.f-social-b h3{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    margin: 5px 75px 20px 0px;
}
.f-b-custome{
    background: #0F0A33!important;
}
.f-b-custome p{
    margin-bottom: 0px;
    font-size: 14px;
}
.f-b-custome span{
    float: right;
}
.close-time{
    background: transparent!important;
    border: none;
}
.m-set{
    right: 0px;
    top: 10px;
}

@media (max-width:990px){
    .mob-hide{
        display: none;
    }
    .head-text h1{
        font-size: 50px;
    }
    .sec-b-h h2{
        position: absolute;
        right: unset;
        bottom: 25%;
    }
    .sec-btn{
        left: 2.5%;
    }
    .img-title h3{
        font-size: 20px;
    }
    .recent-head h2, .slide-text h4{
        font-size: 30px;
    }
    .w-p h2{
        font-size: 45px;
    }
    .care-head h2{
        font-size: 40px;
    }
    .w-p p{
        font-size: 22px;
    }
    .truein-head h2{
        font-size: 35px;
    }
    .social{
        right: 12%;
    }
}
.d-s{
    display: flex;
}
.desk-hide{display: none;}
@media (max-width:746px){
    .d-s{
        display:contents;
    }
    .social {
        left: 66%;
    }
    .social img {
        margin: -8px 9px 15px 0px;
    }
    .f-social-b h3{
        font-size: 20px;
    }
    .img-title-f{
        top: -19%;
        left: 0%;
    }
    .cusltant-head h1{
        font-size: 30px;
    }
    .recent {
        padding: 30px 0px 0px 0px;
    }
    .care {
        padding: 0px 0px 0px 0px;
    }
    .desk-hide{display: block;}
    .care-btn {
        bottom: 11%;
    }
    .head-text {
        padding: 250px 0px;
    }
    .wedo-head {
        text-align: start;
    }
    .wedo {
        padding: 30px 0px 0px 0px;
    }
    .banner-bottom {
        text-align: start;
        padding: 7px;
    }
    .accordion-button:focus {
        z-index: 3;
        border-color: unset;
        outline: 0;
        box-shadow: unset;
    }
    .accordion-button { 
        padding: 1rem 0rem;
        font-size: 20px;
        color: #fff;
        background-color: transparent;
        border: 1px solid rgb(0 0 0 / 0%);
    }
    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #e7f1ff08;
    }
    .accordion-button::after {
        filter: invert(1);
    }
    .py-3 {
        padding-bottom: 2rem !important;
    }
    .f-b-custome span {
        float: unset;
    }
    .care {
        height: 66.7em;
    }
}/*-- Modal Full width css --*/
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 71%;
}

/*-- About us --*/
.about-head{
    text-align: center;
    padding: 50px 134px;
}
.about-head h1{
    color: #0F0A33!important;
    text-shadow: none;
}
.ab-img{
    top: 60px;
}
.ab-img3{
    top: 106px;
    width: 100%!important;
}

.about-banner img{
    position: relative;
}
.mission{
    background: #0F0A33;
    margin-top: -10%;
}
.space{
    height: 17em;
}
.mission-text{
    color: #fff;
}
.mission-text h2{
    font-size: 45px;
    font-weight: 400;
    line-height: 63.8px;
}
.mission-text p{
    font-size: 24px;
    margin-bottom: 5em;
}
.ab-sec{
    background-image: url(../img/pexels-fauxels-3182775\ 1.png);
    background-position: center;
}
.ab-h h2{
    left: 5%;
    right: unset!important;
}
.sprit{
    padding: 100px 0px 50px 0px;
}
.demo-text p{
    font-size: 22px;
    position: relative;
    top: 20px;
    left: 20px;
}
.our-root{
    padding: 50px 0px 50px 0px;
}
.our-root p{
    font-size: 24px;
}
.rootimg{
    background-image: url(../img/root-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30em;
    width: 100%;
}
.root-text-box{
    background: rgba(0, 239, 182, 0.1);
    padding: 100px 0px 100px 0px;
}
.bottom-text{
    border-right: 1px solid #00EFB6;
    padding: 20px 70px 10px 0px;
}
.bottom-text1{
    padding: 20px 0px 10px 70px;
}
.saveearth{
    background: #0F0A33;
}
.e-banner{
    background-image: url(../img/saveearth.png);
    background-repeat: no-repeat;
    height: 30em;
    z-index: 999999;
    position: relative;
}
.textb{
    width: 20%;
    position: absolute;
    right: 8%;
    top: 15%;
    color: #fff;
}
.textb p{
    font-size: 17px;
}
.sec-btn-a {
    right: 10.5%;
    bottom: 10%;
    position: absolute;
}
.sv-spc{
    padding: 0px 0px 50px 0px;
}
.sec-spc1{
    padding: 100px 0px 50px 0px;
}
@media (min-width: 1346px){
    .banner {
        height: 38rem;
    }
    .slide-align{
        margin-left: 4.5%;
    }
    .m-social{
        left: 80%!important;
    }
    .banner-bottom {
        padding: 45px;
    }
    .work-progress {
        width: 42.5%;
    }
}
@media (min-width: 1686px){
    .banner {
        height: 47rem;
    }
    .head-text {
        padding: 305px 216px;
    }
    .slide-align{
        margin-left: 11%;
    }
    .work-progress {
        width: 39.5%;
    }
    .social {
        left: 69%;
    }
    .m-social{
        left: 76%!important;
    }
}