body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
}

h2 {
    padding-bottom: 3%;
    font-size: 40px;
    color: black;
    ;
}

.service h2,
.work h2,
.collaborate h2 {
    padding-bottom: 0px !important;
}


/* .abss{
    position: absolute;
    top: 50%;
    left: -10%;
} */

.abss img {
    width: 75%;
}

/* #75814d */

header {
    background-color: white;
}


.ul-list {
    width: 78vw;
}

.sec-13 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.back-vied {
    width: 100vw;
    object-fit: cover;
    height: 100%;
}

.nav-item a {
    color: black;
    font-size: 15px;
    font-weight: 600;
}

/* .nav-item a:hover {
    color: black !important;
} */

.cont-nav {
    color: black!important;
    border-radius: 20px;
    position: relative;
}

.bck-grnd {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 32px 41px 0px rgba(7, 0, 59, 0.06);
}

.banner-sec {
    position: relative;
}

@media only screen and (min-width:760px) {
    .banner-sec {
        height: 90vh !important;
    }
}

.banner-cont {
    position: absolute;
    top: 50% !important;
    transform: translate(0%, -50%);

}

.sec-12 {
    padding: 5% 0% 0.3% 0%;
}

/* .bord-crd {
    border: 5px solid rgba(218, 218, 218, 1);
    border-radius: 20px;
} */

/* .bore-testi {
    border: 5px solid rgba(218, 218, 218, 1);
    border-radius: 20px;
} */

.card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f3f5;
    padding: 2% 0%;
    border-radius: 10px;
}

.testimonial {
    width: 80%;
    text-align: center;
}

.sub-heding {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: black;
}

.bord-crd .col-md-6 {
    padding: 2%;
}

.sub-cont {
    text-align: justify;
}

.gry-bg {
    background: #f2f3f5;
}


/*       */

.heding {
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 5%;
    width: 55%;
    border-radius: 20px;
    padding: 3% 4%;
}

.heading-1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 500;
    color: black !important;
    letter-spacing: -1.5%;

}

.heading-1 span {
    color: rgba(121, 255, 57, 1);
}

.heading-cont,
.heding a {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 31px;
    color: black;
}

.heding a {
    text-decoration: none;
    border: 1px solid black;
    border-radius: 20px;
    padding: 1% 3%;
}



.bg-img {
    background-image: url('../staging/images/ring-bg.png');
    background-size: cover;
    z-index: 100;
}


.container1 {
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container1:hover .image {
    opacity: 0.3;
}

.container1:hover .middle {
    opacity: 1;
}

.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}


.pos-rel {
    position: relative;

}

.coll-5 {
    position: absolute;
    width: 35%;
    top: 60%;
    transform: translate(0%, -50%);
    left: 5%;
}


.coll-7 {
    position: absolute;
    top: 0%;
    right: -26%;
    left: 475px !important;
}


.sec-1 {
    margin-top: 10%;
}

.sec-2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.work-p {
    text-align: left;
    font-size: 16px;
}

.work-withus {
    color: black !important;
}

.work-p span {
    font-size: 25px;
    color: black;
}

.spn-1 {
    font-size: 30px;
    height: 50px;
    width: 50px;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    /* box-shadow: 0px 32px 41px 0px; */
}

.sub-hed {
    font-size: 25px;
    color: black;
}

.pos-rel2 {
    position: relative;
}

.bg-grey {
    background-color: #f2f3f5;
    border-radius: 30px;
}

.pra1 {
    font-size: 18px;
}

.pra1 span {
    padding: 1% 2%;
    /* background-color: white;
    border: 1px solid black;
    border-radius: 10px; */
}

.pra1 span::before {
    content: '\2022';
    margin-right: 0.2em;
    font-size: 30px;
    color: black;
}



.subhed11 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.p-cont {
    font-size: 18px;
    text-align: center;
}




.cont-btn {
    padding: 0.5% 2%;
    border: 1.5px solid  black;
    color: black;
    border-radius: 10px;
}

.cont-btn:hover {
    color: black !important;
    background-color: white !important;
    border: 1.5px solid black !important;


}

.mob-logo {
    font-size: 20px;
    font-weight: 700;
}

.blog-cont {
    position: relative;
}


/* card animation */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: gainsboro;
    color: white;
    transform: rotateY(180deg);
}

.foterr {
    color: white !important;
    position: relative;
    min-width: 100% !important;
    height: 70vh;

}

.footer {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    padding-top: 10%;
}

.carousel-control-prev {
    left: -10% !important;
}

.carousel-control-next {
    right: -10% !important;
}




@media only screen and (min-width:760px) {
    .poss-abss1 {
        position: absolute;
        top: 80%;
        border-radius: 10px;
        padding: 2% 4%;
        background-color: white;
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0%);
        box-shadow: 0px 58px 76px 0px rgba(7, 0, 59, 0.06);


    }

    .img-wi {
        width: 75%;
    }




}

.star {
    width: 15% !important;
    margin-bottom: 2%;
}

.job-title {
    font-size: 15px !important;
    font-weight: 500;
}

.wid-img{
    width: 50% !important;
}

@media only screen and (max-width:760px) {
    .mob-logo {
        width: 35%;
    }

    .wid-img{
        width: 35% !important;
    }

    h2 {
        padding-top: 6%;
        font-size: 25px;
    }

    .sub-heding {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    .banner-cont {
        top: 50% !important;

    }

    .banner-sec {
        height: 150vh !important;
    }

    .pra1 {
        margin-bottom: 0px !important;
    }

    .heading-cont,
    .heding a {
        padding: 3% !important;
        padding-left: 3% !important;
        text-align: center !important;
    }

    .sec-11 {
        padding-bottom: 10% !important;
    }

    .back-vied {
        width: 100vw;
        object-fit: cover;
        height: 100% !important;
    }

    .heding {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0% !important;
    }

    .coll-7 {
        left: 0px !important;
    }

    .heading-1 {
        font-size: 35px;
        padding: 2%;
        padding-left: 3%;
        line-height: 40px;
    }

    .coll-7 {
        position: relative;
        top: 0%;
        right: 0%;
    }

    .sub-cont {
        text-align: center;
    }

    .coll-5 {
        position: relative;
        width: 90%;
        top: 0%;
        transform: translate(0%, 0%);
        left: 5%;
        margin-right: 5% !important;
        color: black !important;
    }

    .work-p span {
        font-size: 20px;
    }

    .spn-1 {
        font-size: 20px;
        height: 35px;
        width: 35px;
    }


    .work-p {
        text-align: left;
        font-size: 15px;
    }

    .sub-hed {
        font-size: 20px;
        margin-top: 10%;
    }

    .pra1 {
        font-size: 15px;
    }

    .subhed11 {
        font-size: 20px;
    }

    .p-cont {
        font-size: 15px;
    }

    .poss-abss1 {
        margin-top: 5%;
        position: relative;
        background-color: white;
        width: 100%;
        border-radius: 10px;
        transform: none;
        box-shadow: 0px 58px 76px 0px rgba(7, 0, 59, 0.06);
    }

    .flip-card {
        margin-bottom: 50px;
    }

    .img-wi {
        width: 100% !important;
    }

    .counter-description {
        font-size: 18px;
        line-height: 20px;
    }

    .foter{
        text-align: center !important;
    }

    .nav-item a {
        padding-top: 10% !important;
    }

}

.sbtn {
    background-color: black;
    color: white;
    border-radius: 10px;
}

.sbtn:hover {
    color: black !important;
    border-color: black;
    background-color: white;

}


.carousel-control-prev-icon {
    background-image: url('	https://ims.a2hosted.com/staging/merulabs/staging/images/arrow.png') !important;
    transform: rotate(180deg);
}

.carousel-control-next-icon {
    background-image: url(https://ims.a2hosted.com/staging/merulabs/staging/images/arrow.png) !important;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem !important;
    height: 1.5rem !important;
}

.carousel-control-prev {
    left: 35% !important;

    top: 100% !important;

}

.carousel-control-next {
    left: 45% !important;
    top: 100% !important;

}



@media only screen and (min-width:760px) {
    .carousel-item {
        height: 400px !important;
    }

}


@media only screen and (max-width:400px) {
    .banner-cont {
        top: 50% !important;
    }

    .banner-sec {
        height: 135vh;
    }

    /* .carousel-item {
        height: 85vh !important;
    } */


}


@media only screen and (max-width:380px) {
    .banner-cont {
        top: 50% !important;
    }

    .banner-sec {
        height: 175vh !important;
    }

    /* .carousel-item {
        height: 120vh !important;
    } */
}


@media only screen and (max-width:760px) {
    .carousel-control-next {
        left: 55% !important;
        top: 102% !important;
    }

    .carousel-control-prev {
        left: 30% !important;
        top: 102% !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem !important;
        height: 1.2rem;
    }


    /* .carousel-item {
        height: 70vh;
    } */
}