.contact_style_2 .contact_info {
    padding:0 !important;
}


.animBg_container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ffec4e;
    overflow: hidden;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: shrink 5s infinite alternate;
}
    .animBg_container:before {
        content: '';
        background: linear-gradient(-64deg, #E74C57 32.5%, #18212E 5%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        visibility: visible;
        opacity: .95;
    }
@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.container {
    max-width: 1200px;
    z-index: 5;
}

.navbar .collapse .navbar-nav li {
    margin-left: 20px;
}
    .navbar .collapse .navbar-nav li.active {
        padding: 0 20px !important;
        background-color: #e74c57;
        color: #fff !important;
    }
    .navbar .collapse .navbar-nav li.active a{
        color: #fff !important;
    }


.header_area .main_menu_area .navbar .collapse .navbar-nav li{
 
}
.pt_60 {
    padding-top:60px;
}



.uppercase {
    text-transform: uppercase !important;
}
.underline {
    text-decoration:underline !important;
}
.text-bold {
    font-weight:bold;
}
.text-light {
    font-weight: 300 !important;
}
.text-white {
    color:#fff;
}
.text-yellow {
    color: #ffec4e !important;
}
.text-grey {
    color: #757a84 !important;
}
.text-red {
    color: #e74c57 !important;
}
.text-big {
    font-size:26px !important;
    line-height:28px;
}

h1.title_big {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 80px;
}
.title_h1 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 68px;
}
.title_h4 {
    font-family: "Covered By Your Grace", cursive;
    color: #f8e5e7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 7px 0;
}
.title_big_number {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 68px;
}


p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 33px ;
    line-height: 33px;
}

    p.border_down {
        padding-bottom:14px;
        border-bottom:1px solid #fff;
    }


    p.mini {
        margin: 0;
        padding: 0;
        font-size: 13px !important;
        margin-bottom: 20px !important;
        line-height: 20px !important;
    }

.company_mission_area .company_mission_left p {
    font-size: 20px;
}

strong {
    color: #cd333e;
    font-weight: bold;
}
    strong.black {
        color: #18212E;
        font-weight: bold;
    }
    strong.size-medium, i.size-medium {
        font-size: 23px;
    }
    strong.cursive {
        font-family: "Covered By Your Grace", cursive;
        color: #e84c57;
        font-size: 23px;
    }


.btn_withIco {
    padding-left:90px;
    text-align:left;
}
    .btn_withIco i {
        display: inline-block;
        vertical-align: middle;
        font-size: 60px;
        height: calc(100% - 46px);
        position: absolute;
        left: 50px;
        top: 17px;
    }




.company_mission_area .company_mission_right .mission_img_box {
    background: url(../App_Images/get-started-bg.jpg) center center no-repeat;
}


.welcome_area .welcome_right {
    padding-left: 0px !important;
    margin-top: 10px;
}

.welcome_area .welcome_right.second {
    padding-left: 0px !important;
    margin-top: 170px;
}

.welcome_area .welcome_right p {
    margin-bottom: 25px !important;
}


.advice_area .right_advice ul li {
    background: none;
    font-size: 20px;
}

.advice_area .right_advice.bigger ul li i {
    line-height: 40px;
    font-size: 38px;
    color: #ffec4e;
    background:none;
}
.advice_area .right_advice.bigger ul li span {
    line-height: 16px;
    font-size: 14px;
    color: #ffffff;
    padding-left:65px;
    display:block;
}

.customer_right h4 {
    margin-bottom: 20px;
}

.customer_right li i {
    margin-left:10px;
}

.helping_over_area h1 strong {
    font-size: 60px;
}

.customer_area .customer_tabs nav .nav-tabs a {
    background: #e9d6d6;
    color: #18212E;
}
.customer_area .customer_body .tab-content .tab-pane .customer_left:before {
    content:none!important;
}
.breadcrumb_area_empty {
    position: relative;
    z-index: 1;
    padding-top: 204px;
    overflow: hidden;
}
    .breadcrumb_area_empty:before {
        content: '';
        background: #18212E;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.95;
    }

    .breadcrumb_area_empty.grey:before {
        background: #f0f0f0;
    }

.breadcrumb_area.mini {
    padding-top: 20px;
    padding-bottom: 20px;
    background:none;
}
    .breadcrumb_area.mini .breadcrumb_box nav .breadcrumb {
        justify-content: left;
    }

.video_promotion_area {
    background: url(../App_Images/video-bg.jpg) center center fixed no-repeat;
}

.error {
    -webkit-box-shadow: 0 0 10px rgb(231 76 87 / 91%);
    box-shadow: 0 0 10px rgb(231 76 87 / 91%);
}

.message_error, .message_alert {
    display: none;
    color: #ff0000;
    padding: 10px;
    background-color: rgba(255,0,0,0.1);
    margin: 10px 0;
    font-size: 12px;
}

.message_success {
    display: none;

    color: #449d37;
    padding: 10px;
    background-color: rgba(68, 157, 55, 0.26);
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}



.full_width {
    width:100%;
}


.header_area .main_menu_area .navbar .navbar-toggler {
    border:none !important;
}
.header_area .main_menu_area .navbar .collapse.active {
    left: 0 !important;
}

.onlyForMobile {
    display: none;
}


.header_area .main_menu_area .navbar .collapse {
    z-index: 99999;
    justify-content: end;
}

@media only screen and (max-width: 480px) {
    .fixed-nav .header_style_3 .menu_style_3 {
        height: 86px;
    }
}
@media (max-width: 991px) {
    .header_top {
        display:none;
    }
    .default_sidebar.haveBigImage img {
        width: 100%;
        height: auto;
    }

    .hero_section_title.mb_45 {
        margin-bottom:0px !important;
    }
    .inspire_service_area .inspire_right.mt_60 {
        margin-top: 20px !important;
    }

    p {
        font-size: 18px !important;
        line-height: 26px !important;
        margin-bottom: 26px !important;
    }

    .title_big_number {
        font-size: 50px !important;
        font-weight: 700 !important;
        letter-spacing: -0.4px !important;
        line-height: 60px !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    h1.title_big {
        font-size: 50px;
        line-height: 58px;
    }

    .hero_section_title h1 {
        font-size: 50px !important;
        line-height: 58px !important;
    }

    .title_h1 {
        font-size: 50px !important;
        line-height: 58px !important;
    }
}

@media (min-width: 200px) and (max-width: 768px) {

    h1.title_big {
        font-size: 38px;
        line-height: 48px;
    }
    .hero_section_title h1 {
        font-size: 38px !important;
        line-height: 48px !important;
    }
    .title_h1 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

}

@media  (max-width: 768px) {
    .contact_area .contact_info {
        padding: 50px 30px  !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact_area .contact_info {
        padding: 80px 60px 80px 60px !important;
    }

}

@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px), only screen and (max-width: 320px), only screen and (max-width: 384px) {
    .header_area .main_menu_area .navbar .collapse {
        background: #e74c57 !important;
        box-shadow: 0 0 30px rgb(33 38 49 / 30%);
    }

        .header_area .main_menu_area .navbar .collapse .navbar-nav li a {
            text-align: left;
        }
        
}

@media (min-width: 481px) and (max-width: 767px) {
    .contact_area .contact_info {
        padding: 40px 30px 40px 30px  !important;
    }

}
@media  (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px), only screen and (max-width: 320px), only screen and (max-width: 384px) {
    .onlyForDesktop {
        display:none !important;
    }
    .onlyForMobile {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {


}

@media (max-width: 481px), (max-width: 575px), only screen and (max-width: 480px) {
    .header_style_3 .menu_style_3 .row > * {
        width: 50%;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .header_style_3 .menu_style_3 .row > * {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .header_style_3 .header_top {
        display: none;
    }
    .welcome_area .welcome_right {
        margin-top: 10px;
    }
    .welcome_area .welcome_right.second {
        margin-top: 170px;
    }
}




a.logo {
    display:block;
}


.contact_info {
    padding: 120px 120px 120px 120px !important;
}


.header_area .main_menu_area .navbar .collapse {
    width: calc(100% - 100px) !important;
    left: -100% !important;
}

.header_area .main_menu_area .navbar .collapse .navbar-nav li a {

    border-bottom:none !important;
    border-top: none !important;
}

.header_area .main_menu_area .navbar .collapse .navbar-nav li .responsive_icon {

    background: transparent !important;
    border-left: none !important;
}
    .header_area .main_menu_area .navbar .collapse .close_menu {
        background-color: #18212E !important;
    }


    .header_area .main_menu_area .navbar .collapse .navbar-nav li .dropdown-menu {
        background-color: #18212E !important;
    }

.trusted_advisors_area {
    background: url(../App_Images/trusted-3.jpg) center center fixed no-repeat;
}


.cta_area:before {
    background: url(../App_Images/cta-bg.png) center bottom no-repeat;
}


.boxToDisable {
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
    .boxToDisable.disable {
        pointer-events: none;
        opacity: 0.4 !important;
    }

.footer_area .footer_widget .flex_widget_links .link li {
    margin-bottom: 0px !important;
}
    .footer_area .footer_widget .flex_widget_links .link li a {
        display:inline-block;
        vertical-align:top;
    }


    .margin_top {
        margin-top: 20px;
    }
