html{
    overflow-x: hidden;
}

body {
    background-color: #FBFBFB;
    color: #2C2C2C;
    font-size: 18px;
    overflow-x: hidden;
}

.main-wrapper {
    max-width: 95%;
    margin: 0 auto;
}


.main-btn {
    background-color:#4032b1;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
}

.position-relative {
    position: relative !important;
}

.banner-text{
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    text-align: right;
}

.banner-text h2{
    font-weight: bold;
    color: #fff;
}

.banner-text p{
    color: #fff;
    margin-bottom: 0;
}

.content-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.main-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-grid .content-overlay,
.sub-grid .content-overlay {
    position: absolute;
    right: 25px;
    bottom: 50px;
    text-align: right;
}

.main-grid .content-overlay h1,
.sub-grid .content-overlay h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.sub-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.value-icon{
    width: 100px;
}


.gray-crop-bg {
    position: relative;
}


.gray-crop-bg>.row::after {
    content: '';
    display: block;
    width: 83%;
    /* max-width: 1250px; */
    height: 135%;
    position: absolute;
    right: -10%;
    /* left: 0; */
    top: -27%;
    z-index: -1;
    background-image: url(./../../../data/editor/home/angle-background.png);
    background-size: cover;
    opacity: 0.25;

}



.service-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    height: 600px;
}


.service-wrapper .service-title {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.service-wrapper .service-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-wrapper .service-overlay {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s ease-in-out;
}

.service-wrapper:hover .service-overlay {
    height: 100%;
}

.service-content {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.dark-gray-bg {
    background-color: #2C2C2C;
    color: #fff;
}

.nav-pills {
    justify-content: center;
}

.nav-pills .nav-link {
    font-size: 1.5rem;
    padding: 0;
    margin: 0 30px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    background-color: unset;
    color: #1b679e;
    border: 0;
}

.tab-pane {
    text-align: center;
}

.tab-pane img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.contact-form .form-control {
    border-radius: 0;
    padding: 10px 5px;
    margin-top: 5px
}

.footer-bg{
    background: rgb(2,0,36);
background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,212,255,1) 100%);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    color: #fff;
}

.footer-listing {
    padding: 0px;
    list-style-type: none;
    margin: 0;
}

.footer-listing a,
.footer-contact {
    font-size: 14px;
}

.footer-listing a:hover {
    color: #fff;
}

.cp-text {
    font-size: 12px;
}


.whatsapp-contact{
    position: fixed;
    right: 15px;
    bottom: 85px;
    z-index: 3;
}

.whatsapp-contact .fa-whatsapp{
    color: #fff;
    background-color: #4FCE5D;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    padding-left: 1px;
    /* padding-top: 7px; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    animation: pulsess 3s infinite;
}

@keyframes pulsess {
    0%{box-shadow:0 0 0 0 rgba(0,0,0,.3)}
    30%{box-shadow:0 0 0 10px rgba(0,0,0,0.1)}
    50%{box-shadow:0 0 0 0 rgba(0,0,0,0)}
    80%{box-shadow:0 0 0 10px rgba(0,0,0,0.1)}
    100%{box-shadow:0 0 0 0 rgba(0,0,0, 0)}
}


.modal-content{
    padding: 20px;
}

.modal.show .modal-dialog{
    transform: translate(0, 15%);
}

.modal-backdrop{
    all: unset;
}

.modal.show{
    padding: 0 !important;
    overflow-y:scroll
}

@media only screen and (min-width: 991px) {
    .our-services-title {
        color: #cecece;
        font-size: 2.75rem;
    }
}


@media only screen and (max-width: 991px) {
    .main-wrapper {
        max-width: 100%;
    }

    .modal.show .modal-dialog{
        transform: translate(0, 0);
    }

    .swiper-container img{
        height: 500px;
        object-fit: cover;
    }

    .main-grid img, .sub-grid img{
        height: 175px;
        object-fit: cover;
    }

    .service-content {
        height: 130%;
        top: -28%;
    }

}


@media only screen and (max-width: 767px) {

    .main-grid .content-overlay,
    .sub-grid .content-overlay {
        bottom: 25px;
    }

    .main-grid .content-overlay h1,
    .sub-grid .content-overlay h1 {
        font-size: 1.75rem;
    }

    .main-grid .main-btn,
    .sub-grid .main-btn {
        font-size: 14px;
    }


    .service-wrapper {
        height: 500px;
    }

    .service-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 575px){
    .main-grid .content-overlay h1,
    .sub-grid .content-overlay h1 {
        font-size: 1.5rem;
    }

    .main-grid .content-overlay,
    .sub-grid .content-overlay {
        bottom: 15px;
    }
}

.checkbox_label{
    display: flex;
    align-items: baseline;
    margin: 5px 0;
}

.checkbox_label .field-label{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 14px;
}