.owner_msg .owner_msg_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}

/* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */
.why_upskills {
    /*background-image: url("../img/banner/backage_bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-color: #ffffff;
    background-image: url(../img/cta_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;*/
    background-color: #dddddd;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    /* line 34, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */
    .why_upskills {
        padding-top: 65px;
        padding-bottom: 145px;
    }
}

/* line 43, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */
.why_upskills .single_package {
    text-align: center;
}

/* line 46, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */
.why_upskills .single_package .icon img {
    display: inline-block;
    width: auto;
    height: 70px;
}

/* line 51, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */
.why_upskills .single_package h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 31px;
}

/* line 57, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_cta.scss */
.why_upskills .single_package p {
    font-size: 16px;
    font-weight: 500;
    color: #373737;;
}
.testmonial_area {
     padding-top: 40px; 
     padding-bottom: 40px; 
}
/* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
.breadcrumb_business {
    position: relative;
    z-index: 1;
    background-size: cover;
    /*height: 500px;*/
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
}

/* line 40, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
.breadcrumb_business::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0A0B21;
    opacity: .4;
    z-index: -1;
}

@media (max-width: 767.98px) {
    /* line 31, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
    .breadcrumb_business {
        /*height: 400px;*/
    }
}

/* line 54, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
.breadcrumb_business .breadcam_wrap {
    max-width: 620px;
}

/* line 56, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
.breadcrumb_business .breadcam_wrap.width_730px {
    max-width: 730px;
}

/* line 59, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
.breadcrumb_business .breadcam_wrap span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 18px;
}

/* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
.breadcrumb_business .breadcam_wrap h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 76px;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
    .breadcrumb_business .breadcam_wrap h3 {
        font-size: 50px;
        line-height: 66px;
    }
}

@media (max-width: 767.98px) {
    /* line 66, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_bradcam.scss */
    .breadcrumb_business .breadcam_wrap h3 {
        font-size: 35px;
        line-height: 51px;
    }
}
.breadcrumb_area .breadcam_wrap .width_auto
{
    border:1px solid red ;
}

.text_black_business
{
    color: "#495057";

}
.cta_part_video {
    text-align: center;
}

/* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */
.cta_part_video h2 {
    font-size: 40px;
    
    margin-bottom: 10px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    /* line 4, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */
    .cta_part_video h2 {
        font-size: 30px;
    }
}

/* line 13, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */
.cta_part_video p {
    color: #bbbec4;
}

/* line 17, ../../../../officeServer/www/infixlms_lv/public/frontend/infixlmstheme/scss/_become_instarctor.scss */
.cta_part_video .theme_btn {
    margin-top: 35px;
}
.bg-grey { background-color: #F8F8FE; }