




/*-- Home Page Styles Start --*/

/*-- Slider Section Styles Start --*/






.home-page-slider{
    position: relative;
}



.home-page-slider .carousel-item{
    position: relative;
    transition: 0.5s all linear;
}

.home-page-slider .carousel-item img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 92vh;
}


.home-page-slider .carousel-item::before{
    content: '';
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-page-slider .carousel-caption{
    top: 50%;
    left: 10%;
    right: 10%;
    max-width: 100%;
    text-align:center;
    transform: translateY(-50%);
    z-index: 1;
}

/* .home-page-slider .carousel-caption h1{
    font-weight: 400;
    font-size: 26px;
    color: #fff;
} */

.home-page-slider .carousel-caption h1{
    overflow: hidden;
}

.home-page-slider .carousel-caption h1 span{
    display: block;
    font-weight:normal;
    font-size: 36px;
    color: #fff;
    animation: translated 0.7s ease-out forwards;
    transform: translateY(180px);
    margin-bottom: 20px;
}

.home-page-slider .carousel-caption h1 span.heading-big{
    font-size: 52px;
    font-weight: bold;
    line-height: 56px;
}

.home-page-slider .carousel-caption h1 span:nth-child(1) {
    animation-delay: 0.2s;
}
.home-page-slider .carousel-caption h1 span:nth-child(2) {
    animation-delay: 0.4s;
}
div:nth-child(3) span {
    animation-delay: 0.6s;
}
@keyframes translated {
    to {
        transform: translateY(0);
   }
}

.home-page-slider .carousel-caption a{
    margin: 0 auto;
}


.home-page-slider .carousel-indicators{
    bottom: 20px;
    display: none;
}

.home-page-slider .carousel-indicators li{
    background-color: #fff;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
    border: none;
    opacity: 1;
}

.home-page-slider .carousel-indicators li.active{
    background-color: #ff7020;
}

/* .home-page-slider .carousel-caption h1 span{
    font-size: 54px;
    font-weight: 900;
} */


.home-page-slider .carousel-control-prev,
.home-page-slider .carousel-control-next{
    opacity: 1;
    position: absolute;
    z-index: 0;
    cursor: pointer;
}


/* .arrow {
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 111;
    top: 90%;
    left: 50%;
    }
    
    .arrow a {
    width: 35px;
    height: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    }
    
    .arrow .fa {
    color: #fff;
    margin: 4px 0 0;
    animation: 2s infinite arrow-anim;
    font-size: 24px;
    }
    
    
    @keyframes arrow-anim {
    0% {
    transform: translateY(-45%);
    }
    
    50% {
    }
    
    100% {
    transform: translateY(40%);
    opacity: 1;
    }
    } */




    .scroll-down{
        height:50px;
        width:30px;
        border:2px solid white;
        position:absolute;
        left:50%;
        bottom:30px;
        border-radius: 50px;
        cursor:pointer;
        transform: translate(-50%, -50%);
    }        
    .scroll-down:before,
    .scroll-down:after{
        content: '';
        position:absolute;
        top:20%;
        left:50%;
        border:2px solid white;
        height:10px;
        width:10px;
        transform:translate(-50%,-100%) rotate(45deg);
        border-top:transparent;
        border-left:transparent;
        animation:scroll-down 1s ease-in-out infinite;
    }
    .scroll-down::after{
        top:30%;
        animation-delay: .3s;
    }
    @keyframes scroll-down{

        0%{
            opacity: 0;
        }
        30%{
            opacity: 1;
        }
        60%{
            opacity: 1;
        }
        100%{
            opacity: 0;
            top:90%;

        }
    }










/*-- Slider Section Styles End --*/



/*-- Services Section Styles Start --*/

.home-page-services{
    position: relative;
}



.home-page-services .home-page-services-top{
    width: 100%;
    display: flex;
    align-items: center;
}


.home-page-services-top .page-heading, .home-page-services-top .page-heading-rt{
    width: 50%;
    float: left;
}



.home-page-services .page-heading-rt p{
    font-size: 18px;
    line-height: 38px;
}

.home-page-services-btm-features-gal{
    font-size: 90px;
    background: #fff;
    border-radius: 35px;
    border: 1px solid #aec3ff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
    height: 250px;
    width: 100%;
    max-width: 270px;
}

.home-page-services-btm-features-gal::before{
    content: '';
    position: absolute;
    top: -40px;
    background: #f0f4ff;
    width: 350px;
    height: 200px;
    border-radius: 35px;
    z-index: -1;
}
.home-page-services-btm-features-cont p{
        font-size: 18px;
    line-height: 28px;
        margin-top: 10px;
}

.home-page-services-btm-features-cont img{
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: block;
    transition: 0.5s all linear;
}

/* .home-page-services-btm-features-cont{
    overflow: hidden;
} */

.home-page-services-btm-features-cont:hover img{
    transform: scale(1.2, 1.2);
}

.home-page-services-btm-features-cont:hover a{
    text-decoration: underline;
}



.home-page-services-btm-features-cont a{

    font-size: 24px;
    color: #24609d;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;


}



/*-- Services Section Styles End --*/



/*-- Our Values Section Styles Start --*/

.home-our-values-info-lt img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.home-our-values-info-rt-features ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.home-our-values-info-rt-features ul li{
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.home-our-values-info-rt-features img{
    width: 100%;
    max-width: 70px;
    margin-right: 10px;
}

.home-our-values-info-rt-features ul li span{    
    font-weight: 500;
    line-height: 30px;
}


.our-technology{
    position: relative;
    z-index: 1;
}



.our-technology-tab ul.nav-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
}

.our-technology-tab .nav-link{
    border: none;
    color: #706767 !important;
    font-size: 22px;
}

.our-technology-tab .nav-link.active{
    border-bottom: 3px solid #ff7020;
    font-weight: bold;
    color: #000 !important;
}

.our-technology-tab .nav-item{
    padding: 1px 20px;    
}

.our-technology-tab .tab-pane ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.our-technology-tab .tab-pane li{
    margin: 20px 10px 0px 10px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 10px 5px #f7f7f7;
    box-shadow: 10px 10px 10px 5px #f7f7f7;
    overflow: hidden;
    transition: 0.5s all linear;
    
}





.our-technology-tab .tab-pane img{
    width: 100%;
    max-width: 170px;
    transition: 0.5s all linear;
}

.our-technology-tab .tab-pane li:hover img{
    transform: scale(1.1, 1.1);
}


.our-technology-tab .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: grab;
  }

  .our-technology-tab{
    -ms-overflow-style: none;  
  scrollbar-width: none;
  }

  .our-technology-tab ::-webkit-scrollbar{
    display: none;
  }




/*-- Our Values Section Styles End --*/


/*-- Get to Know Section Styles Start --*/

.home-get-know-btm-info{
    position: relative;
    z-index: 1;
}

.home-get-know-info ul li{
    width: 50%;
    float: left;
    padding: 0 30px;
    margin-bottom: 20px;
}

.home-get-know img{
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.home-get-know-middle-info img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    height: auto;
}




.home-get-know-middle-logo{
    position: relative;
}
.home-get-know-middle-logo img:first-child{
    width:100%;
    max-width: 480px;
}

.home-get-know-middle-logo img:nth-child(2){
    width:100%;
    max-width: 530px;
    position: absolute;
    top: -10px;
    left: 45px;
    transform: translateX(-50%);
    z-index: -1;  animation: rotation 90s infinite linear;
    }

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }

}













.home-get-know-middle-cont:hover{
    text-decoration: underline;
}


.home-get-know-middle-cont h4{
font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
}

.home-get-know-middle-cont p{
    color: #706767;    
    line-height: 24px;
        font-size: 18px;
}

.home-get-know-middle-logo img{
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.home-get-know-middle-rt .home-get-know-middle-cont{
    text-align: right;
}



.home-get-know-btm-features-cont img{
    width: 100%;
    max-width: 70px;
    height: auto !important;
    margin: 0px auto 20px auto;
    display: block;
}


.home-get-know-btm-features-cont h5 span.plus:after {
    content: "+";
    display: inline-block;
  }

  .home-get-know-btm-features-cont h5 span.percent:after {
    content: "%";
    display: inline-block;
  }

.home-get-know-btm-features-cont h5{
    font-size: 28px;    
    font-weight:600;
}

.home-get-know-btm-features-cont p{
    font-size: 16px;
    line-height: 28px;
}





/*-- Get to Know Section Styles End --*/


/*-- Testimonials Section Styles Start --*/


.testimonials-details .item{
    padding: 10px;
}

.testimonials-details .testimonials-head{
box-shadow: 0px 1px 10px 1px #eae8e8;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.testimonials-details .testimonials-head::before{
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 120px;
    position: absolute;
    top: 0px;
    left: 40px;
    color: #dddddd3b;
    z-index: -1;
}

.testimonials-details .testimonials-head::after{
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 40px;
    color: #dddddd3b;
    z-index: -1;
}

.testimonials-head p{
    line-height: 34px;
    user-select: text;
}

.testimonials-details .testimonials-title{
    display: flex;
    justify-content: center;
}

.testimonials-details .testimonials-title img{
    width: 100%;
    max-width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    object-position: top;
}


.testimonials-details .testimonials-title p{
    color: #ff7020;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    line-height: normal;
}

.testimonials-details .testimonials-title p span{
    display: block;
    color: #8e8e8ea8;
    font-size:16px;
    padding-top: 5px;
    font-weight: normal;
}



.testimonials-details{
    visibility: hidden;
    opacity: 0;  
    transition: opacity 0.1s;}
  
  .testimonials-details.slick-initialized {
    visibility: visible;
    opacity: 1;}
  
  .testimonials-details .item {
    display: none;}
  
  .testimonials-details .item:first-child {
    display: block;
    visibility: hidden;}
  
  .testimonials-details.slick-initialized .item {
    display: block;
    visibility: visible!important;}







/*-- Testimonials Section Styles End --*/



/*-- Contact Section Styles Start --*/

.home-contact-info-details{
    display: flex;
    justify-content: center;
    align-items: center;
}



.home-contact-info-details img{
    width: 100%;
    max-width: 80px;
}

.home-contact-info-head h5{    
    
    font-weight: 500;
    padding-bottom: 25px;
}

.home-contact-info-head p, .home-contact-info-head a{
line-height: 34px;
    font-size: 20px;
    color:#373636;
    padding: 0;
    margin-bottom: 0;
}



.home-contact-info-head a:hover{
    color: #ff7020;
}




/*-- Contact Section Styles End --*/









/*-- Home Page Styles End --*/