@charset "UTF-8";

section#business-header {
    height: 44vw;
    display: flex;
    align-items: center;
    min-height: 485px;
    margin-top: 75px;
    overflow: hidden;
}

section#section-1 .container-fluid {}
section#section-1 .container-fluid .body-section-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section#section-1 .container-fluid .left-image-section-01-business {
    height: 30vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 525px;
    overflow: hidden;
}
section#section-1 .container-fluid .body-section-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#section-1 .container-fluid .button-content-sect-general {
    margin-top: 2vw;
    overflow: unset!important;
}

section#business-header .header-container-fluid {
    padding: 25px 40px !important;
    margin-top: 2vw;
    z-index: 1;
}

section#business-header .header-container-fluid .content-image-right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10%;
}

section#business-header .header-container-fluid .title-t3 {
    font-family: 'Ubuntu';
    line-height: 5.2vw !important;
    font-size: 5.0vw;
    font-weight: 600;
    color: #fff;
}

section#business-header .text-desc {
    color: #fff;
    font-weight: 300;
    font-size: 1.3vw;
}

section#business-header .bg-holder-customized {
    width: 100%;
    height: 52vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-position: inherit!important; */
    flex-direction: column;
    position: absolute;
    min-height: 485px;
}

section#business-header .bg-holder-customized::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.78);
    z-index: 0;
}

.btn-primary-custom {
    min-width: 200px;
}

.btn-primary-custom.btn-blue {
    color: #0fb7fb;
    border: 2px solid #0fb7fb;
}

.btn-primary-custom.btn-blue:hover {
    color: #fff;
    background-color: #007eb0;
    border: 2px solid #007eb0;
}

.btn-primary-custom.btn-red {
    color: #ff281e;
    border: 2px solid #ff281e;
}

.btn-primary-custom.btn-green-3 {
    color: #8bcd19;
    border: 2px solid #8bcd19;
}

.header-circular-points-general {
    width: 300px !important;
    padding-left: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.header-circular-points-general.bg-violet {
    background: #9a5ae3 !important;
    color: #fff !important;
}

.header-circular-points-general.bg-red {
    background: #c5140c !important;
    color: #fff !important;
}

.header-circular-points-general.bg-green-3 {
    background: #8bcd19 !important;
    color: #000 !important;
}

.bg-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 485px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

section#section-1 .container-fluid .btn {
    width: 265px;
}
.btn-outline-brain {
    border: 0;
    color: #fff;
    border: 1px solid #1d4e86 !important;
    border-radius: 1px;
    background: #1d4e86;
    margin-right: 10px;
}
.header-circular-points-general .text-black-2 {
    color: #222!important;
}

.text-red-google-1 {
    color: #e91e1e!important;
}
.text-blue-google-1 {
    color: #9d3b13!important;
}
.bg-blue-google-1 {
    background: #9d3b13!important;
}
.btn-blue-google {
    color: #9d3b13!important;
    border: 2px solid #9d3b13!important;
}
.btn-blue-google:hover {
    color: #153b7d!important;
    border: 2px solid #153b7d!important;
}

section#section-1 .container-fluid .button-content-sect-general .row {
    padding: 0 !important;
    max-width: 100%;
    flex-wrap: initial;
}

/********************************************************
******************* RESPONSIVE STYLE ********************
********************************************************/
@media screen and (max-width: 1415px) {
    section#section-1 .container-fluid .body-section-1 {
        margin: 0;
    }
    .btn {
        width: 208px!important;
        font-size: 15px!important;        
        padding: 10px 0px !important;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 1150px) {
    section#section-1 .container-fluid .left-image-section-01-business {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media screen and (max-width: 991px) {
    div.header-section-1-business-administration div.text-left {
        padding: 0 25px;
    }
    div.header-section-1-business-administration .desc-sect-03 {
        font-size: 16px;
    }
    section#section-1 .container-fluid .body-section-1 {
        flex-direction: column;
    }
    section#section-1 .container-fluid {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    section#section-1 .container-fluid .left-image-section-01-business {
        width: 100%;
        max-width: 100%;
        min-height: 425px;
    }
    section#section-1 .container-fluid .left-image-section-01-business img {
        width: 94%;
    }
    section#section-1 .container-fluid .right-text-section-01-business {
        width: 100%;
        max-width: 100%;
        padding-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    div.header-section-1 .col-lg-12.col-xl-12 {
        padding: 0!important;
    }
    section div {
        width: 100%!important;
        max-width: 100%!important;
        overflow: hidden!important;
    }
    section#section-templates .container-fluid {
        padding: 0 15px !important;
    }
}
@media screen and (max-width: 550px) {    
    div.header-section-1-business-administration div.text-left {
        padding: 0 10px;
    }
    section#section-1 .container-fluid .left-image-section-01-business img {
        width: 96%;
    }
    section#section-1 .container-fluid .right-text-section-01-business {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    section#section-templates .container-fluid .row {
        flex-direction: column;
        margin: 0;
        width: 100%!important;
        max-width: 100%!important;
    }
    .btn {
        width: 145px!important;
        padding: 10px 0px !important;
        margin-bottom: 12px;
        font-size: 13px!important;
    }
}