/********** Template CSS **********/
:root {
    --primary: #eb2126;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Testimonial ***/
.testimonial-carousel .owl-nav.disabled {
    display: none !important;
}

.testimonial-carousel .owl-item img {
    width: 100%;
}

.testimonial-carousel .owl-nav {
    justify-content: space-evenly;
    width: 180px;
}

.testimonial-carousel .owl-nav .owl-prev{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #09636e;
    color: #fff;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    position: absolute;
    top: 45%;
    left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #09636e;
    color: #fff;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    position: absolute;
    top: 45%;
    right: 0;
}


.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #f20706;
    background: #fff;
}

.testimonial-carousel .owl-dots.disabled {
    display: none !important;
}

.testimonial-carousel .owl-dots{
    display: flex !important;
    justify-content: center;
    margin: 0px 15px 0;
    align-items: center;
    /* z-index: 1; */
    position: relative;
}


/* Default dot style */
.testimonial-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background:#15646b; /* Default inactive dot color */
    border-radius: 50%;
    border: 2px solid #15646b;
    display: none;
    transition: 0.3s;
}

/* Active dot style */
.testimonial-carousel .owl-dots .owl-dot.active {
    border: 2px solid #15646b;
    background: transparent;
}



/*** client ***/

.client-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    
}

.client-carousel  .owl-nav .owl-prev,
.client-carousel  .owl-nav .owl-next {
    /* margin-right: 15px; */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00246a;
    border: 2px solid #e9933d;
    font-size: 18px;
    transition: .5s;
    right: -25px;
    top: 51%;
}

.client-carousel  .owl-prev {
    position: absolute;
    top: 7%;
    left: -4%;
}

.client-carousel  .owl-next {
    position: absolute;
    top: 7%;
    right: -4% ;
}

.client-carousel  .owl-nav .owl-prev:hover,
.client-carousel  .owl-nav .owl-next:hover {
    color: #e9933d;
    background: #ffffff;
}

.client-carousel  .owl-stage {
    margin-top: 5%;
}

/*** clients2 ***/

.clients2-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
    margin: 0 auto;
}


.clients2-carousel .owl-dots.disabled {
    display: none !important;
}

.clients2-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin: 0 15px 0;
    align-items: center;
}


/* Default dot style */
.clients2-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #e9933d;
    border-radius: 50%;
    border: 2px solid #e9933d;
    display: inline-block;
    transition: 0.3s;
    display: none !important;
}

/* Active dot style */
.clients2-carousel .owl-dots .owl-dot.active {
    border: 2px solid #000;
    background: transparent;
}



.client2-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.clients2-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.clients2-carousel .owl-nav .owl-prev,
.clients2-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2a47f2;
    border: 2px solid #2a47f2;
    font-size: 18px;
    transition: .5s;
    right: -63px;
    top: 38%;
}

.clients2-carousel .owl-prev {
    position: absolute;
    top: 7%;
    left: -5%;
}


.clients2-carousel .owl-next {
    position: absolute;
    top: 7%;
    right: -4% ;
}

.clients2-carousel .owl-nav .owl-prev:hover,
.clients2-carousel .owl-nav .owl-next:hover {
    color: #000000;
    background: #ffffff;
}



/*** client ***/


.client3-carousel .owl-item img {
    width: 100%;
    /* padding: 0% 2%; */
}

.client3-carousel .owl-nav {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* position: absolute; */
    top: -36%;
    right: 1%;
    /* top: 37%; */
    position: absolute;
}

.client3-carousel .owl-nav .owl-prev,
.client3-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #00acec;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
    border: 2px solid #8cc43f;
    display: none;
}

.client3-carousel .owl-nav .owl-prev:hover,
.client3-carousel .owl-nav .owl-next:hover {
    color: #039ade;
    background: #ffffff;
    border: 2px solid #039ade;
}

.client3-carousel .owl-stage-outer {

    margin: 1% 1% 0;
}

/*** clients2 ***/

/*** Footer ***/
.footer {
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


.techlab_card_sub{
    background: white;
    transition: 0.3s;
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,.06);
}

.techlab_card_sub_child {
    padding: 40px 30px;
    min-height: 350px;
}

.techlab_card_sub_child img{
    width: 18%;
}

.techlab_card_sub:hover{
    transform: translate(0, -7px);
}

.techlab_card_sub:after{
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0%;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.techlab_card_sub:hover:after{
    width: 100%;
    background: #1e3ef3;
}

.techlab_card_sub .fa{
    font-size: 48px;
    color: #000;
}


.techlab_card_sub .fa-solid{
    font-size: 48px;
    color: #000;
}

.techlab_card_sub h2{
    font-size: 24px;
    margin-top: 10px;
    padding: 0;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.techlab_card_sub p{
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0 0 0;
    color: #626262;
    font-weight: 500;
    text-align: justify;
}

.techlab_card_sub a{
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 15px 20px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;

}

.techlab_card_sub .fa-plus {
    color: #1e3ef3;
    font-size: 15px;
    padding-left: 10px;
}

.techlab_card_sub:hover .fa  {
    color: #1e3ef3;
    font-size: 45px;
}

.techlab_card_sub:hover .fa-solid  {
    color: #1e3ef3;
    font-size: 45px;
}

.techlab_card_sub:hover a  {
    border: 1px solid #1e3ef3;
}


@media only screen and (max-width:1250px){
    .client-carousel .owl-stage {
        margin-top: 6%;
    }
}


@media only screen and (max-width : 1000px){
    .client-carousel .owl-stage {
        margin-top: 7%;
    }
}

@media only screen and (max-width:750px){
    .client-carousel .owl-stage {
        margin-top: 11%;
    }
}

@media only screen and (max-width:700px){
    .client-carousel .owl-stage {
        margin-top: 10% ;
    }
}

@media only screen and (max-width:600px) {

    .client-carousel .owl-stage {
        margin-top: 12%;
    }
    
}

@media only screen and (max-width:550px){
    .client-carousel .owl-stage {
        margin-top: 16%;
    }
}


@media only screen and (max-width:400px) {

    .client-carousel .owl-stage {
        margin-top: 15%;
    }
    
}


@media only screen and (max-width:360px) {

    .client-carousel .owl-stage {
        margin-top: 18%;
    }

    .why-us h4 {
        font-size: 17px;
    }
    
}