/*
    Theme Name: I-magineworks
    Description: I-magineworks default theme
    Version: 1.0
Author: Marc bou sleiman
*/
@font-face {
    font-family: 'okomito_bold';
    src: url('./fonts/Okomito-Bold.otf');
    src: url('./fonts/okomito-bold-webfont.woff2') format('woff2'),
        url('./fonts/okomito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'okomito_regular';
    src: url('./fonts/okomito-regular-webfont.woff2') format('woff2'),
        url('./fonts/okomito-regular-webfont.woff') format('woff'),
        url('./fonts/Okomito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'okomito_light';
    src: url('./fonts/okomito-light-webfont.woff2') format('woff2'),
        url('./fonts/okomito-light-webfont.woff') format('woff'),
        url('./fonts/Okomito-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'okomito_medium';
    src: url('./fonts/okomito-medium-webfont.woff2') format('woff2'),
        url('./fonts/okomito-medium-webfont.woff') format('woff'),
        url('./fonts/Okomito-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*:focus{
    outline: 0 !important;
}

.clear{
    clear: both;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'okomito_regular';
    overflow-y: hidden;
}

/*header styles*/
.top_header{
    padding: 25px 70px 25px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.top_header.fixed{
    background-color: #fff;
    padding: 15px 70px 15px 30px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.top_header .left_section{
    float: left;
}

.top_header .left_section img.main_logo{
    max-width: 49px;
}

.top_header .right_section{
    float: right;
}

.top_header .right_section ul{
    margin: 0;
    padding: 9px 0;
    text-align: center;
    list-style: none;
}

.top_header .right_section ul li{
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
    font-family: 'okomito_medium';
    font-size: 19px;
    position: relative;
    padding: 0 5px;
}

/*.top_header .right_section ul li:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    left: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.top_header.fixed .right_section ul li:after{
    background-color: #FFC543;
}*/

.top_header .right_section ul li a{
    color: #202021;
    text-decoration: none;
    z-index: 2;
    position: relative;
}

.top_header .right_section ul li:hover a,
.top_header .right_section ul li:active a,
.top_header .right_section ul li:focus a,
.top_header .right_section ul li.active a{
    color: #7A7A7B;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}


.top_header.fixed .right_section ul li.active a{
    color: #FFC543;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}
/*Homepage styles*/
.homepage {
    overflow: hidden;    
}

.homepage .top_slider_section{
    height: calc(100vh);
    position: relative;
}

.homepage .top_slider_section .scroll_down_btn{
    position: absolute;
    bottom: 20px;
    left: 40px;
    max-width: 40px;
    z-index: 9999;
}

.homepage .top_slider_section .top_slide_swiper{
    width: 100%;
    height: 100%;
}

.homepage .top_slider_section .top_slide_swiper .each_slide{
    background-position: 60px center;
    background-size: 650px;
    background-repeat: no-repeat;
    cursor: grab;
}

.homepage .top_slider_section .top_slide_swiper .each_slide .fact_description{
    position: absolute;
    top: 120px;
    right: auto;
    max-width: 240px;
    color: #fff;
    text-align: left;
    border-left: 1px solid;
    padding: 0 0 0 25px;
}

.homepage .top_slider_section .top_slide_swiper .each_slide.slide_2 .fact_description{
    color: #444447;
    border-left: 1px solid;
}

.homepage .top_slider_section .top_slide_swiper .each_slide .fact_description h3{
    margin: 0 0 12.5px 0;
    font-family: 'okomito_bold';
    font-size: 18px;
}

.homepage .top_slider_section .top_slide_swiper .each_slide .fact_description .content{
    font-family: 'okomito_light';
    font-size: 14px;
}

.homepage .top_slider_section .top_slide_swiper .each_slide .fact_description .content p{
    margin: 0;
}

.homepage .top_slider_section .top_slide_swiper .each_slide.slide_1{
    background-color: #FFC543;
}

.homepage .top_slider_section .top_slide_swiper .each_slide.slide_2{
    background-color: #F4F2F2;
}

.homepage .top_slider_section .top_slide_swiper .each_slide.slide_3{
    background-color: #444447;
}

.homepage .top_slider_section .top_slide_swiper .s_top_slide_swiper_nav_next{
    background-image: url('../images/top-slide-arrow.png');
    height: 65px;
    width: 65px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}

.homepage .under_top_slider_section .description_holder{
    background-color: #FFC543;
    position: relative;
}

.homepage .under_top_slider_section .description_holder h3{
    margin: 0;
    color: #fff;
    font-family: 'okomito_bold';
    font-size: 31px;
    text-align: left;
    max-width: 560px;
    padding: 80px 0 70px 80px;
}

.homepage .under_top_slider_section .description_holder h3 span{
    color: #717172;
    font-size: 18px;
    font-family: 'okomito_light';
}

.homepage .under_top_slider_section .description_holder img{
    position: absolute;
    top: 68%;
    left: 57%;
}

.homepage .about_us_section {
    max-width: 500px;
    margin: 300px 0 120px 80px;
}

.homepage .about_us_section h2{
    color: #444447;
    font-size: 48px;
    font-family: 'okomito_bold';
    text-align: left;
    line-height: 70px;
    margin: 0 0 20px 0;
}

.homepage .about_us_section .content{
    color: #444447;
    font-size: 17px;
    font-family: 'okomito_light';
    text-align: left;
    line-height: 21px;
}

.homepage .our_approach_section{
    background-color: #F9F9F9;
}

.homepage .our_approach_section h2.section_title{
    font-size: 48px;
    font-family: 'okomito_bold';
    padding: 100px 0 110px 80px;
    margin: 0;
    color: #444447;
}

.homepage .our_approach_section .custom_container{
    max-width: 880px;
}

.homepage .our_approach_section .custom_container .each_approach_wrap{
    border-left: 1px solid #FFC543;
    margin: 0 0 100px 0;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .counter_holder{
    float: left;
    max-width: 30%;
    margin: 0 35px 0 0;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .counter_holder h3{
    font-family: 'okomito_light';
    font-size: 25px;
    color: #FFC543;
    margin: 0;
    opacity: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .counter_holder h3.animated{
    opacity: 1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .description_holder{
    float: left;
    max-width: 70%;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .description_holder h2{
    color: #444447;
    font-size: 25px;
    font-family: 'okomito_bold';
    margin: 0 0 20px 0;
    opacity: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .description_holder h2.animated{
    opacity: 1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .description_holder p{
    font-family: 'okomito_light';
    font-size: 16px;
    color: #444447;
    opacity: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_approach_section .custom_container .each_approach_wrap .description_holder p.animated{
    opacity: 1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_products_section{
    background-color: #F4F2F2;
}

.homepage .our_products_section h2.section_title{
    font-size: 48px;
    font-family: 'okomito_bold';
    padding: 100px 0 50px 80px;
    margin: 0;
    color: #444447;
}

.homepage .our_products_section .our_products_wrapper .custom_container{
    float: right;
    background-color: #fff;
    width: 1240px;
    padding: 80px 0 80px 50px;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .products_section_swiper_nav_next,
.homepage .our_products_section .our_products_wrapper .products_section_swiper .products_section_swiper_nav_prev{
    background-image: url('../images/top-slide-arrow.png');
    height: 65px;
    width: 65px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 24%;
    transform: translateY(-24%);
    z-index: 9999;
    cursor: pointer;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .products_section_swiper_nav_next{
    right: 30px;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .products_section_swiper_nav_prev{
    left: 30px;
    transform: rotate(180deg);
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .products_section_swiper_nav_next.swiper-button-disabled,
.homepage .our_products_section .our_products_wrapper .products_section_swiper .products_section_swiper_nav_prev.swiper-button-disabled{
    display: none;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .swiper-slide .image_holder img{
    width: 100%;
    height: auto;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .swiper-slide .description_holder{
    text-align: left;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .swiper-slide .description_holder h2{
    font-size: 25px;
    font-family: 'okomito_bold';
    margin: 15px 0 20px 0;
    color: #444447;
}

.homepage .our_products_section .our_products_wrapper .products_section_swiper .swiper-slide .description_holder p{
    color: #000;
    font-family: 'okomito_light';
    font-size: 16px
}

.homepage .our_solutions_section{
    background-color: #fff;
}

.homepage .our_solutions_section h2.section_title{
    font-size: 48px;
    font-family: 'okomito_bold';
    padding: 100px 0 210px 80px;
    margin: 0;
    color: #444447;
}

.homepage .our_solutions_section .custom_container{
    max-width: 1030px;
}

.homepage .our_solutions_section .custom_container.floated_right{
    float: right;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap{
    border-left: 1px solid #B0B0B0;
    margin: 0 0 210px 0;
    opacity: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap.animated{
    opacity: 1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap .counter_holder{
    float: left;
    max-width: 30%;
    margin: 0 35px 0 0;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap .counter_holder h3{
    font-family: 'okomito_light';
    font-size: 25px;
    color: #B0B0B0;
    margin: 0;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap .description_holder{
    float: left;
    max-width: 70%;
    position: relative;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap .description_holder img.solution_icon{
    position: absolute;
    left: 0;
    top: -80px;
    max-width: 59px;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap .description_holder h2{
    color: #444447;
    font-size: 25px;
    font-family: 'okomito_bold';
    margin: 0 0 20px 0;
}

.homepage .our_solutions_section .custom_container .each_solution_wrap .description_holder p{
    font-family: 'okomito_light';
    font-size: 16px;
    color: #444447;
}

.homepage .our_locations_section{
    background-color: #F9F9F9;
    box-shadow: inset 0px 8px 4px -9px rgba(0,0,0,0.5);
}

.homepage .our_locations_section h2.section_title{
    font-size: 48px;
    font-family: 'okomito_bold';
    padding: 100px 0 110px 80px;
    margin: 0;
    color: #444447;
}

.homepage .our_locations_section .our_locations_wrapper{
    padding: 0 80px 0 80px;
}

.homepage .our_locations_section .our_locations_wrapper .container-fluid{
    padding: 0;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap:nth-child(1){
    padding: 0 30px 0 0;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap:nth-child(2){
    padding: 0 15px 0 15px;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap:nth-child(3){
    padding: 0 0 0 30px;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .map_holder .acf-map{
    height: 470px;
    width: 100%;
    margin: 0;
    border: none;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .description_holder{
    max-width: 260px;
    margin: 30px 0 0 0;
    border-left: 1px solid #B0B0B0;
    padding: 0 0 0 60px;
    position: relative;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .description_holder img.country_flag{
    max-width: 24px;
    height: auto;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .description_holder h2{
    font-family: 'okomito_medium';
    font-size: 28px;
    color: #444447;
    margin: 0 0 20px 0;
}

.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .description_holder h3,
.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .description_holder h4,
.homepage .our_locations_section .our_locations_wrapper .each_country_wrap .description_holder h5{
    font-family: 'okomito_light';
    font-size: 16px;
    color: #444447;
    margin: 0 0 10px 0;
}

.homepage .contact_us_section{
    background-color: #F9F9F9;
    padding: 100px 0 50px 0;
}

.homepage .contact_us_section h2.section_title{
    font-size: 48px;
    font-family: 'okomito_bold';
    padding: 100px 0 40px 80px;
    margin: 0;
    color: #444447;
}

.homepage .contact_us_section .form_wrapper{
    padding: 0 80px 0 80px;
}

.homepage .contact_us_section .form_wrapper form{
    max-width: 670px;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper{
    margin: 0 0 50px 0;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper label{
    font-size: 22px;
    font-family: 'okomito_light';
    margin: 0 0 25px 0;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper input{
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #C5C5C4;
    width: 100%;
    font-size: 22px;
    font-family: 'okomito_light';
    padding: 0 10px;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper input:focus{
    border-bottom: 1px solid #FFC543;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper textarea{
    border: 1px solid transparent;
    background-color: #EBEBEB;
    width: 100%;
    font-size: 22px;
    font-family: 'okomito_light';
    padding: 10px 10px;
    height: 300px;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper.submit_wrapper {
    text-align: center;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper.submit_wrapper input{
    max-width: 120px;
    margin: 0 auto;
    background-color: #FFC543;
    border: 1px solid #FFC543;
    color: #fff;
    padding: 6px 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .contact_us_section .form_wrapper form .field_wrapper.submit_wrapper input:hover{
    background-color: #fff;
    color: #FFC543;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.homepage .contact_us_section span.wpcf7-not-valid-tip{
    display: none;
}

.homepage .contact_us_section .wpcf7-not-valid{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid red !important;
}

.homepage .contact_us_section div.wpcf7-validation-errors,
.homepage .contact_us_section div.wpcf7-mail-sent-ok{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFC543;
    color: #FFC543;
    padding: 0 0 10px 0;
    margin: 35px auto 0;
    text-align: center;
}
/*footer styles*/
.footer{
    background-color: #F9F9F9;
}

.inner_footer{
    background-color: #FFC543;
    max-width: 957px;
    padding: 15px 35px;
    float: right;
    width: 100%;
}

.footer h5{
    margin: 0;
    font-family: 'okomito_light';
    font-size: 16px;
    color: #444447;
    float: left;
}

.footer ul{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li{
    display: inline-block;
    margin: 0 0 0 10px;
}

.footer ul li a{
    color: #444447;
    font-size: 14px;
    display: block;
}

.footer ul li.different a span{
    margin: 0 10px 0 0;
}

.general_loader{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general_loader img{
    max-width: 70px;
}

.animated.delay1{
    -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.3s;
}

.animated.delay2{
    -webkit-animation-delay: 0.4s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.4s;
}

.animated.delay3{
    -webkit-animation-delay: 0.45s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.45s;
}

.animated.delay4{
    -webkit-animation-delay: 0.50s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.50s;
}

.animated.delay5{
    -webkit-animation-delay: 0.55s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.55s;
}

.animated.delay6{
    -webkit-animation-delay: 0.60s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.60s;
}

.animated.delay7{
    -webkit-animation-delay: 0.65s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.65s;
}

.animated.delay8{
    -webkit-animation-delay: 0.70s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.70s;
}

/*.page_overlay_remove{
    background-color: #FFC543;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999;
}*/

/*Careers page styles start*/
.careers_page .top_section{
    height: 250px;
    background-color: #FFC543;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.careers_page .top_section h2{
    font-size: 40px;
    color: #fff;
    font-family: 'okomito_bold';
    margin: 0 0 40px 0;
    max-width: 700px;
    text-align: center;
    line-height: 58px;
}

.careers_page .positions_section{
    padding: 60px 0;
}

.careers_page .positions_section h3.section_title{
    text-align: center;
    color: #343541;
    font-family: 'okomito_bold';
    font-size: 37px;
    margin: 60px 0 60px 0;
}

.careers_page .positions_section .positions_wrapper{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap{
    margin: 0 0 35px 0;
    border-bottom: 1px solid #cecece;
    padding: 0 0 35px 0;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap:nth-last-child(1){
    border-bottom: none;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .left_section{
    float: left;
    max-width: 650px;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .left_section h3{
    color: #353641;
    font-family: 'okomito_medium';
    font-size: 22px;
    margin: 0 0 10px 0;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .left_section h4{
    color: #86879D;
    font-family: 'okomito_medium';
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .right_section{
    float: right;
    margin: 9px 0 0 0;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .right_section a{
    color: #fff;
    background-color: #FFC543;
    font-family: 'okomito_bold';
    border-radius: 22px;
    display: block;
    text-align: center;
    padding: 9px 45px;
    border: 1px solid #FFC543;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .right_section a.jobDescription{
    margin: 20px 0 0 0;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap.disabled .right_section a{
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.careers_page .positions_section .positions_wrapper .each_position_wrap .right_section a:hover,
.careers_page .positions_section .positions_wrapper .each_position_wrap .right_section a:active,
.careers_page .positions_section .positions_wrapper .each_position_wrap .right_section a:focus{
    color: #FFC543;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.careers_page .careers_popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.careers_page .careers_popup .inner_careers_popup{
    background-color: #fff;
    width: 100%;
    max-width: 413px;
    max-height: 500px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    margin: 300px 0 0 0;
    position: relative;
    padding: 50px 30px;
    border-radius: 10px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.careers_page .careers_popup.show_assets .inner_careers_popup{
    opacity: 1;
    visibility: visible;
    margin: 0px 0 0 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.careers_page .careers_popup .inner_careers_popup span.close_btn{
    position: absolute;
    top: 7px;
    right: 16px;
    font-size: 26px;
    color: #FFC543;
    cursor: pointer;
}

.careers_page .careers_popup .inner_careers_popup form .field_wrapper{
    margin: 0 0 20px 0;
}

.careers_page .careers_popup .inner_careers_popup form input{
    border: 1px solid #7A7A7B;
    background-color: #E0E0E1;
    height: 40px;
    width: 100%;
    box-shadow: 0 0 6px -7px rgba(0,0,0,0.8);
    border-radius: 6px;
    padding: 0 15px;
    color: #45465E;
}

.careers_page .careers_popup .inner_careers_popup form .submit_wrapper input{
    border: 1px solid #FFC543;
    background-color: #FFC543;
    color: #fff;
    font-size: 16px;
    font-family: 'okomito_bold';
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.careers_page .careers_popup .inner_careers_popup form .submit_wrapper input:hover,
.careers_page .careers_popup .inner_careers_popup form .submit_wrapper input:active,
.careers_page .careers_popup .inner_careers_popup form .submit_wrapper input:focus{
    background-color: #fff;
    color: #FFC543;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
}

.careers_page span.wpcf7-not-valid-tip{
    display: none;
}

.careers_page .wpcf7-not-valid{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid red !important;
}

.careers_page div.wpcf7-validation-errors,
.careers_page div.wpcf7-mail-sent-ok{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFC543;
    color: #FFC543;
    padding: 0 0 10px 0;
    margin: 35px auto 0;
    text-align: center;
}
/*Careers page styles end*/

/*Covid popup start*/
.covidPopup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,197,67,0.95);
    z-index: 999999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.covidPopup .closeBtn{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    color: #444447;
    font-size: 32px;
}

.covidPopup .innerCovidPopup{
    background-color: #fff;
    max-width: 400px;
}

.covidPopup .innerCovidPopup img{
    width: 100%;
    height: auto;
}

.covidPopup .innerCovidPopup .description{
    padding: 20px;
}

.covidPopup .innerCovidPopup h2{
    color: #444447;
    font-size: 28px;
    font-family: 'okomito_bold';
    text-align: center;
    line-height: 32px;
    margin: 0 0 20px 0;
}

.covidPopup .innerCovidPopup h3{
    color: #444447;
    font-size: 17px;
    margin: 0;
    font-family: 'okomito_light';
    text-align: center;
    line-height: 22px;
}