html{
    scroll-behavior: smooth;
}
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Font Segoe UI  */
@font-face{
    font-family: "Segoe-UI Regular";
    src:url('../fonts/segoe-ui-this/segoeuithis.ttf') format('truetype');
}
@font-face{
    font-family: "Segoe-UI Bold";
    src:url('../fonts/segoe-ui-this/segoeuithibd.ttf');
}
@font-face{
    font-family: "Segoe-UI Italic";
    src: url('../fonts/segoe-ui-this/segoeuithisi.ttf') format('truetype');
}
@font-face{
    font-family: "Segoe-UI Bold Italic";
    src: url('../fonts/segoe-ui-this/segoeuithisz.ttf') format('truetype');
    font-weight: 100;
}

/* Font Now */
@font-face{
    font-family: "Now Regular";
    src:url('../fonts/now/Now-Regular.otf');
}
@font-face{
    font-family: "Now Thin";
    src:url('../fonts/now/Now-Thin.otf');
}
@font-face{
    font-family: "Now Light";
    src:url('../fonts/now/Now-Light.otf');
}
@font-face{
    font-family: "Now Medium";
    src:url('../fonts/now/Now-Medium.otf');
}
@font-face{
    font-family: "Now Bold";
    src:url('../fonts/now/Now-Bold.otf');
}
@font-face{
    font-family: "Now Alt Regular";
    src:url('../fonts/now/NowAlt-Regular.otf');
}
@font-face{
    font-family: "Now Alt Thin";
    src:url('../fonts/now/NowAlt-Thin.otf');
}
@font-face{
    font-family: "Now Alt Light";
    src:url('../fonts/now/NowAlt-Light.otf');
}
@font-face{
    font-family: "Now Alt Medium";
    src:url('../fonts/now/NowAlt-Medium.otf');
}
@font-face{
    font-family: "Now At Bold";
    src:url('../fonts/now/NowAlt-Regular.otf');
}
:root{
    --color_orange: #E94F1C;
    --color_dark: #031e23;
    --color_grey: #264549;
    --color_grey_middle: #7e8690;
    --color_grey_light: #f5f8f9;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Segoe-UI Regular";
}
p{
    color: var(--color_grey_middle);
}
ul{
    list-style: none;
}
a{
    text-decoration: var(--color_grey);
}
a:hover{
    color: var(--color_orange);
}

.mc_wrapper{
    width: 100%;
    background-color: #fff;
}
.mc_header{
    background-color: #fff;
    width: 100%;
    height: 151px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #eee;
}
.mc_quick_top_info{    
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 13px;
    padding-left: 
}
.mc_quick_top_info_outter{
    width: 100%;
    background-color: var(--color_orange);
}

.mc_quick_top_info *{
    color: #fff !important;
}
.mc_quick_top_info,
.mc_quick_top_info a{
    color: var(--color_grey_middle);
}
.mc_qit_side{
    width: 50%;
    display: flex;
}
.mc_qit_side_left{
    justify-content: space-between;
}
.mc_qit_side_left_info{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mc_qit_side_left_info .fa{
    color: var(--color_orange);
    margin-right: .5rem;
}
.mc_qit_side_right{
    justify-content: flex-end;
}
.mc_top_separator{
    border-bottom: 1px solid #eee;
}
.mc_navigator{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 89px;
    width: 1100px;
    box-sizing: border-box;
    border:none;
}
.mc_logo_fake{
    width: 100px;
    height: 50px;
}
.mc_logo{
    left: 21.2%;
    display: flex;
    align-items: center;
}
.mc_logo img{
    width: 180px;
}
.mc_main_menu{
    display: flex;
    justify-content: space-between;
    justify-items: center;
}
.mc_main_menu li{
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}
.mc_main_menu a{
    color: var(--color_dark);
    transition: .3s;
    font-weight: 500;
}
.mc_main_menu a:hover{
    color: var(--color_orange);
}
.mc_mobile_nav_area{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mc_nav_button,
.mc_nav_button_close{
    cursor: pointer;
    display: none;
}
.mc_nav_button_close{
    margin-bottom: 5px;
}
.mc_nav_button .fa{
    color: var(--color_grey);
}
.mc_language-switcher{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: var(--color_grey);
    font-size: 12px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #fff;
    width: 30.5px;
    height: 26.5px;    
    margin-left: .2rem;
    text-transform: uppercase;
}
.mc_language-switcher:hover,
.mc_language_current{
    background-color: var(--color_orange);
}
.mc_language-switcher a{
    color: #fff;
}
.mc_slider_block{
    margin-top: 130px;
}
.mc_slider_wrapper{
    max-width: 80% !important;
}
.mc_slider,
.mc_slider_bg_mobile{
    margin-top: 120px;
    height: 860px; 
    /* Temporary 860 */
    width: 100%;
    background-color: lightgrey;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    animation: aero_bg_scale_change 10s infinite;
}
@keyframes aero_bg_scale_change{
    0%{
        background-size: scale(0.7);
    }
    5%{
        background-size: scale(0.7);
    }
}
.mc_slider_bg_mobile{
    display:none;
}
.mc_slider_overlay{
    height: 100%;
    background-color: #000;
    opacity: .3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mc_logo_aero{
    z-index: 1;
    transition: .9s;
    width: 60%;
    display: block;
    opacity: .3;
    animation: mymove 7s infinite;
    display: none;
}
.mc_logo_aero img{
    position: relative;
}
@keyframes mymove {
    0%{
       opacity: .3;
    }
    10%{
       opacity: 1;
    }
    90%{
       opacity: .1;
    }
    100%{
       opacity: .3;
    }
}
.mc_slider_overlay:hover .mc_logo_aero{
    display: block;
    opacity: .8;
    display: none;
}
.mc_slider_msg{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    background-color: rgb(0, 0, 0, .1);
}
.mc_slider_msg_title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1.3rem;
    text-transform: uppercase;
    color: #fff;
}
.mc_slider_msg_description{
    line-height: 1.5;
    font-size: 20px;
    color: #eee;
}
.mc_slider_msg_item{
    padding-left: 100px;
    padding-right: 100px;
}
.mc_slider_msg_item:nth-child(1){
    animation: anim_aero_msg_1 20s infinite;
    position: absolute;
}
.mc_slider_msg_item:nth-child(2){
    animation: 20x infinite;
    animation: anim_aero_msg_2 20s infinite;
}
@keyframes anim_aero_msg_1 {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    39%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }

}
@keyframes anim_aero_msg_2 {
    0%{
        opacity: 0;
        
    }
    39%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }

}
.mc_block{
    /* border: 1px solid red; */
    padding-top: 80px;
    padding-bottom: 80px;
}
.mc_block_separator{
    width: 65px;
    height: 4px;
}
.mc_block_short{
    margin: 0 auto;
    width: 1100px;
}
.mc_block_subtitle{
    font-size: 16px;
    font-weight: 200;
    color: var(--color_orange);
}
.mc_block_title{
    font-size: 38px;
    margin-bottom: 10px;
}
.mc_block_bg_grey{
    background-color: var(--color_grey_light);
}
.mc_block_header_center{
    text-align: center;
}
.mc_block_description{
    color: var(--color_grey_middle);
    line-height: 1.7em;
    position: relative;
}
.mc_block_center_info_center{
    width: 700px;
    margin: auto;
}
.mc_about{
    display: flex;
}
@media (prefers-reduced-motion: no-preference){
    .mc_about{
        transition: opacity 2s ease;
    }
}
.mc_about-animation{
    opacity: 1;
    transform: none;
}
.mc_about_side{
    width: 50%;
    padding: 80px 50px;;
}
.mc_block_about_separator{
    width: 65px;
    height: 4px;
    background-color: var(--color_orange);
    margin-bottom: 40px;
}
.mc_about h2{
    font-family: "Now Bold";
    color: var(--color_dark);
    font-size: 2.375rem;
    line-height: 1.2em;
    text-transform: capitalize;
    margin: 0.2em 0 0;
}
.mc_about_side_right_part{
    margin-bottom: 50px;
}
.mc_about_icon{
    width: 100px;
    height: 100px;
    color: var(--color_orange);
}
.mc_about_description p{
    margin-bottom: 1em;
}
.mc_about_description li{
    list-style-type: square;
    color: var(--color_grey_middle)
}
.mc_about_description span{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.mc_services .mc_block_description{
    margin-bottom: 40px;
}
.mc_services_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.mc_service{
    padding: 60px 20px;
    width: calc(33.33% - 30px);
    margin-bottom: 30px; 
    align-items:stretch;
    background-color: #fff;
    transition: .9s;
    opacity: 0;
}
@media (prefers-reduced-motion: no-preference){
    .mc_service{
        transition: opacity 2s ease;
    }
}
.mc_service-animation{
    opacity: 1;
    transform: none;
}
.mc_service:hover{
    background-color: var(--color_orange);
}
.mc_service:hover .mc_service_name,
.mc_service:hover .mc_service_description{
    color: #fff;
}
.mc_service_icon{
    width: 60px;
    color: var(--color_orange);
    display: flex;
    align-items: center;
}
.mc_service:hover .mc_service_icon{
    color: #fff;
}
.mc_service_top{
    display: flex;
    justify-content: space-between;
}
.mc_service_bottom{
    margin-top: 10px;
}
.mc_service_part{
    color: #2b2e3a;
    margin-top: 30px;
    margin-bottom: 15px;
}
.mc_service_nb{
    color: #06bdf414;
    color: lightblue;
    font-size: 5em;
}
.mc_service_name{
    line-height: 1.1em;
}
.mc_service_description{    
    line-height: 1.7em;    
}
.mc_cta{
    background-color: var(--color_orange);
}
.mc_cta .mc_block_title,
.mc_cta .mc_block_description{
    color: #fff;
}
.mc_cta_description{
    color: #fff !important;
}
.mc_cta_side{
    flex-basis: 50%;
}
.mc_cta .mc_block_short{
    display: flex;
}
.mc_block_cta_separator{
    width: 65px;
    height: 4px;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 50px;
}
.mc_cta_btn{
    width: 200px;
    font-weight: 600;
    font-size: 16px;
    padding: 17px;
    text-align: center;
    text-transform: uppercase;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    display: block;
    background-color:#e76f47;
    margin-top: 40px;
    color: #fff;
}
.mc_cta_btn:hover{
    background-color:rgb(236, 97, 51);
    color: #fff;

}
.mc_contact{
    display: flex;
}
.mc_contact .mc_block_description{
    margin-bottom: 3rem;
}
.mc_contact_side{
    flex-basis: 50%;
}
.mc_contact_detail{
    display: flex;
    margin-bottom: 3em;
}
.mc_contact_detail_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    color: var(--color_orange);
}
.mc_contact_detail_label{
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Now Regular";
}
.mc_contact_detail_description{
    color: var(--color_grey_middle);
    line-height: 1.6rem;
}
.wpcf7{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Segoe-UI Regular" !important;
}
.mc_form_elt{
     margin-bottom: 1.2rem;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select{
    padding-left: 2px;
}
.wpcf7 label{
    margin-bottom: .5rem;
    font-weight: 600;
    color: #000;
}
.mc_form_elt_input{
    width: 100%;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    padding-left: 15px;
    font-size: 14px;
    background-color: rgb(233, 233, 233);
    margin-top: 10px;
    margin-bottom: 15px;
}
.wpcf7-select{
    height: 35px;
}
.wpcf7-select option{
    font-size: 14px;
}
.wpcf7-textarea{
    height: 150px;
    line-height: 25px;
    font-size: 15px;
    padding-top: 10px;
    font-family: "Segoe-UI Regular" !important;
}
.wpcf7-submit{
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid var(--color_orange);    
    border: none;
    transition: .9s;
    color: rgb(8, 8, 8);
    font-weight: 550;
    font-size: 14px;
}
.wpcf7-submit:hover{
    background-color: var(--color_orange);
    color: #fff;
}
.mc_form_btns{
    width: 100%;
}  
.mc_form_btns p{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mc_bottom{
    background-color: #031e23;
    background-color: #1d1d1d;
    text-align: center;
    padding-top: 100px;
    margin:0 auto;
}
.mc_footer_cols{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.mc_footer_cols *{
    color: #fff;
}
.mc_footer_col_1{
    text-align: left;
}
.mc_footer_col{
    width: 33%;
}
.mc_footer_about{
    color: #fff;
    line-height: 1.7rem;
}
.mc_footer_col_title{ 
    margin-bottom: 30px;
}
.mc_footer_col_title h3{ 
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
    padding-bottom: .4em;
    text-transform: capitalize;
    text-transform: uppercase;
    position: relative;
}
.mc_footer_col_item,
.mc_footer_links li{
    line-height: 2rem !important;
}
.mc_footer_link{
    border: 1px solid red;
}
.mc_social_footer{
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}
.mc_social_footer_item{
    padding-left: .1rem;
    padding-right: .1rem;
}
.mc_logo_footer{
    margin-bottom: 20px;
}
.mc_logo_footer img{
    width: 180px;
}
.mc_copyright{
    position: relative;
    bottom: 0;
    margin-top: 100px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 0.2px solid rgba(255, 255, 255, 0.05); */
    border-top: 0.2px solid var(--color_orange);
    font-size: 14px;
    color: #b6b6b6;
}
.mc_btn_top{
    width: 50px;
    height: 50px;
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    border: 1px solid var(--color_orange);
    background-color: #000;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    z-index: 1;
    display: none;
}
.mc_btn_top .fa{
    color: #fff;
}
.mc_btn_top:hover{
    background-color: var(--color_orange);
}
.mc_page_odds{
    margin-top: 130px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.mc_page_odds h3{
    line-height: 1.7rem;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}
.mc_page_odds p{
    line-height: 1.7rem;
}
.mc_page_odds a{
    color: var(--color_grey);
}
.mc_page_odds a:hover{
    color: var(--color_orange);
}
.mc_page_odds hr{
    border: 1px solid var(--mc-blue);
}
.mc_page_title{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
#mc_language_current{
    visibility: hidden;
}
.progress-wrap{
    border: 1px solid var(--color_orange) !important;
    border-radius: 5px !important;
    box-shadow: none;
}
.progress-wrap:hover{
    background-color: var(--color_orange) !important;
}
@media  screen and (max-width: 1200px) {
    .mc_header{
        height: 120px;
        border-bottom: 1px solid grey;
    }
    .mc_qit_side_left{
        width: 70%;
        margin-left: 2%;
    }
    .mc_qit_side_right{
        width: 30%;
        margin-right: 2%;
    }
    .mc_block_short{
        width: 100%;
    }
    .mc_navigator{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        height: 90px;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%; 
    }
    .mc_logo img{
        /* width: 15%; */
        width: 20%;
    }
    .mc_main_menu{
        width: 100%;        
        flex-direction: column;
        position: absolute;
        top: 140px !important;
        left: 101%;
        width: 40%;
        background-color: rgba(255, 255, 255);
        padding-top: 120px;
        padding-bottom: 120px;
        transition: .4s;
        z-index: 1 !important;
    }
    .mc_main_menu li{
        line-height: 3em;
        font-size: 22px;
    }
    .mc_main_menu.active{
        left: 0%;
        width: 100%;
    }
    .mc_mobile_nav_area{
        background-color: #fff;
        border-radius: 4px;
        justify-content: space-between;
        /* z-index: 4; */
    }
    .mc_nav_button{
        /* display: block; */
    }
    .mc_nav_button,
    .mc_nav_button .fa{
        display: block;
    }
    .mc_language-switcher{
        border: 1px solid #fff;
        width: 30.5px;
        height: 26.5px;    
        margin-left: .2rem;
    }
    .mc_language-switcher:hover{
        border: 1px solid transparent;
    }    
    .mc_language-switcher img{
        width: 26px !important;
        height: 21px !important;
    }
    .mc_slider{
        margin-top: 100px;
        height: 500px;
        width: 100%;
    }
    .mc_slider_msg{
        top: 20%;
        width: 70%;
        height: 300px;
        background-color: rgb(0, 0, 0, .3);
    }
    .mc_slider_msg_item{
        padding-left: 10%;
        padding-right: 10%;
    }    
    .mc_about{
        flex-direction: column;
    }
    .mc_about_side{
        width: 100%;
    }
    .mc_about_image{
        display: none;
    }
    .mc_service{
        width: 47%;
    }
    .mc_cta{
        padding-left: 2%;
        padding-right: 2%;
    }
    .mc_cta .mc_block_title,
    .mc_cta .mc_block_description{
        color: #fff;
    }
    .mc_cta img{
        display: none;
    }
    .mc_cta_side{
        flex-basis: 100%;
    }
    .mc_cta .mc_block_short{
        flex-direction: column;
    }
    .mc_block_cta_separator{
        width: 65px;
        height: 4px;
        background-color: #fff;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .mc_cta_btn{
        margin: 0 auto;
        margin-top: 40px;
    }
    .mc_cta_btn:hover{
        background-color:rgb(236, 97, 51);
        color: #fff;    
    }
    .mc_contact{
        flex-direction: column;
        padding-left: 2%;
        padding-right: 2%;
    }
    .mc_contact_side{
        flex-basis: 100%;
    }    
    .mc_bottom{
        padding-left: 2%;
        padding-right: 2%;
    }
    .mc_logo_footer img{
        width: 150px;
    }
    .mc_footer_cols{
        flex-wrap: wrap;
    }
    .mc_footer_col{
        width: 50%;
    }    
}

@media screen and (max-width: 414px) {
    .mc_block{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mc_block_short{
        width: 95%;
    }
    .mc_quick_top_info_outter{
        width: 100%;
    }
    .mc_quick_top_info{
        justify-content: space-between;
        align-items: center;
        height: 90px;  
    }
    .mc_block_center_info_center{
        width: 95%;
    }
    .mc_qit_side_left{
        width: 70%;
        flex-direction: column;
        align-items: flex-start;
    }
    .mc_qit_side_left_info{
        line-height: 23px;
    }
    .mc_qit_side_right{
        width: 30%;
    }  
    .mc_logo img{
        width: 120px;
    }
    .mc_main_menu{
        top: 140px !important;
    }
    .mc_main_menu li{
        line-height: 3em;
        font-size: 22px;
    }
    .mc_main_menu.active{
        left: 0%;
        width: 100%;
    }
    .mc_mobile_nav_area{
        background-color: #fff;
        border-radius: 4px;
        justify-content: space-between;
    }
    .mc_nav_button{
        display: block;
    }
    .mc_language-switcher{
        border: 1px solid #fff;
        width: 30.5px;
        height: 26.5px;    
        margin-left: .2rem;
    }
    .mc_language-switcher:hover{
        border: 1px solid transparent;
    }    
    .mc_language-switcher img{
        width: 26px !important;
        height: 21px !important;
    }
    /* .mc_slider{
        margin-top: 150px;
        height: 500px;
        width: 100%;
        border: 1px solid red;
    } */
    .mc_slider_block{
        margin-top: 180px;
    }
    .mc_slider_wrapper{
        max-width: 95% !important;
    }
    .mc_slider_msg{
        top: 20%;
        width: 70%;
        height: 300px;
        background-color: rgb(0, 0, 0, .3);
    }
    .mc_slider_msg_item{
        padding-left: 10%;
        padding-right: 10%;
    }    
    .mc_about{
        flex-direction: column;
    }
    .mc_about_side{
        width: 100%;
    }
    .mc_about_image{
        display: none;
    }
    .mc_services_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .mc_service{
        width: calc(100% - 30px);
    }    
    .mc_contact{
        flex-direction: column;
        padding-left: 2%;
        padding-right: 2%;
    }
    .mc_contact_side{
        flex-basis: 100%;
    }  
    .wpcf7-submit{
        width: 95%;
        border: 1px solid var(--color_orange);
        color: var(--color_orange)
    }
    .wpcf7-spinner{
        display: none;
    }
    .wpcf7 label{
        margin-top: 20px;
    }
     .mc_form_btns{
        width: 100%;
    }  
    .mc_form_btns p{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mc_bottom{
        padding-left: 2%;
        padding-right: 2%;
    }
    .mc_logo_footer img{
        width: 150px;
    }
    .mc_footer_cols{
        flex-wrap: wrap;
    }
    .mc_footer_col{
        width: 100%;
        margin-bottom: 2rem;
    }    
    .mc_footer_col_title{
        margin-bottom: .5rem;
    }
    
}