/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.about-content {
    min-width: 50%;
    max-width: 100%;
    left: 0;
    right: 0;
}

.custommargin1 { margin-bottom: 8rem !important; }

.customiconmargin1 { margin-bottom: 2rem !important; }

.custompaddingserv { padding-bottom: 2rem; }

.page-section2 { padding: 45px 0; }


@media (max-width: 767.98px) {
    .section-services-bg {
        background-image: url(../one-page/images/services/bgservice-mob.png) !important;
    }
}
h2.section-services-head {
    font-size: 36px;
}

.section-service-icon {
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 991px) {

    h2.section-services-head {
        font-size: 30px;
    }


    .section-services-contact-text {
        display: block;
        margin-bottom: 40px;
    }
}

.customsection {
    position: relative;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    background-color: #ffffff;
    overflow: hidden;
}



@media (max-width: 767.98px) {
    .about-background .my-6 {
        margin-bottom: 0 !important;       
    }

    .aboutstyletitle {
        font-size: 25px !important;
    }

    .aboutstyle {
        margin-bottom: 0px !important;
        font-size: 14px !important;
    }

    .about-background .about-learn-more{
        padding: 6.2em 0;        
        margin-bottom: 0px !important;
        background: url('../one-page/images/background/about_sm.png') center bottom/cover  no-repeat;
    }
}

@media (min-width: 768px) {
    .about-background {
        background: url('../one-page/images/background/about.png') center bottom/100% auto no-repeat;
    }

    .aboutstyletitle {
        font-size: 40px !important;
    }

    .aboutstyle {
        align-items: center;        
    }

    .about-background .about-learn-more {
        margin-bottom: 47px !important;
    }
}

@media (min-width: 992px) {
    .about-background .about-learn-more{
        margin-bottom: 8.5em !important;
    }
}


.service-wrapper img { vertical-align: middle}

.flex-row1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-row1 img {
    object-fit: contain;
}

@media (max-width: 991px) {
    .jumbotron-btn {
        margin-bottom: 30px;
    }
}



.shortdelay {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.blur {
    -webkit-backdrop-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.footer-widgets-wrap1 {
    position: relative;
    padding: 10px 0 10px 0;
}

.grecaptcha-badge {
    visibility: hidden;
}