/*
Theme Name: iNTERAD
Theme URI: https://interad.gr
Author: iNTERAD
Author URI: https://interad.gr
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

:root {
    --black: #465c88;
    --orange: #e43556;
}
html {
    font-size: 62.5% !important; /* Font size = 10px */
    scroll-behavior: smooth;
}
#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-shop #Top_bar, .header-shop-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu {
    background-color: transparent;
    display: none;
}
.sticky-tb-color #Top_bar.is-sticky{
    background-color: white;
    display: none;
}
#Header_wrapper, #Intro {
    background-color: transparent;
}

.first-img_row .section_wrapper{
    min-height: 91vh;
}
.bigger-text-first {
    font-size: 6.2rem;
    color: white;
    margin-bottom: 50px;
}
#menu > ul > li > a {
    font-size: 17px !important;
}

#Top_bar.is-sticky{
    -webkit-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
}
#Top_bar .logo {
    margin: 0;
}
#Header .container {
    padding: 0;
}
#Top_bar .menu .current-menu-item {
    background-color: #e43556;
}
#Top_bar .menu > li.hover {
    background-color: #e43556;
}
.first {
    background-size: auto !important;
}
.header_first {
    text-align: left;
    font-size: 16rem;
    opacity: 0.3;
    white-space: nowrap;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: top;
    -webkit-text-stroke: 1px #a9b5c9;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.header_sec {
    font-size: 16rem;
    background-image: url(/wp-content/uploads/text-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 900;
    white-space: nowrap;
    line-height: 1.2em;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: top;
}
.first .column_button {
    margin-top: 50px;
}
.sec,
.third {
    padding: 115px 0;
}
.first{
    padding: 150px 0;
}
p.mainpages-titles {
    text-align: center;
    font-size: 5rem;
    line-height: 60px;
    font-weight: 400;
    color: white;
    margin-bottom: 50px;
}
.third .mainpages-titles {
    margin-bottom: 0;
}
.title-sm {
    position: relative;
    margin: 15px 0 35px 0;
}
.homepage-layer-button.white:hover {
    box-shadow: inset 236px 0 0 0 var(--black);
    border: 1px solid var(--black) !important;
    transition: 1s;
}
.homepage-layer-button.black:hover {
    box-shadow: inset 236px 0 0 0 var(--orange);
    border: 1px solid var(--orange) !important;
    transition: 1s;
}
.homepage-layer-button.white {
    text-align: center;
    border: 1px solid #e43556;
    text-shadow: none;
    font-size: 1.6rem;
    background: 0 0;
    cursor: pointer;
    display: inline-block;
    margin: 15px 30px;
    letter-spacing: 1px;
    outline: 0;
    position: relative;
    color: var(--black);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-shadow: inset 0 0 0 0 #fff;
    background-color: #fff;
    z-index: 2;
}
.homepage-layer-button.black {
    text-align: center;
    border: 1px solid var(--black);
    text-shadow: none;
    font-size: 1.6rem;
    background: 0 0;
    cursor: pointer;
    display: inline-block;
    margin: 40px 0 0 0;
    letter-spacing: 1px;
    outline: 0;
    position: relative;
    color: white;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-shadow: inset 0 0 0 0 var(--black);
    background-color: var(--black);
    z-index: 2;
}
.homepage-layer-button.white a {
    color: var(--black) !important;
    text-decoration: none;
    padding: 20px 31px;
    display: block;
}
.homepage-layer-button.black a {
    color: white !important;
    text-decoration: none;
    padding: 20px 31px;
    display: block;
}
.homepage-layer-button:hover a {
    color: #fff !important;
    text-decoration: none;
    transition: 1s;
}
.homepage-layer2 .homepage-layer-button{
    margin-top: 55px!important;
}

.mfn-icon-box .desc-wrapper .desc {
    font-size: 1.7rem;
    line-height: 20px;
    min-height: 70px;
    padding: 10px;
    cursor: default;
    /*color: white;*/
}
.mfn-icon-box .desc-wrapper .title {
    font-size: 3.2rem;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    cursor: default;
}
.custom_icons_data .desc-wrapper {
    padding: 10px;
    cursor: default;
}
.icons_about .desc-wrapper .title{
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Ubuntu Condensed", Arial, Tahoma, sans-serif;
}
.custom_icons_data:hover .mfn-icon-box .desc-wrapper .title {
    color: var(--black);
}
.custom_icons_data:hover .mfn-icon-box .desc-wrapper .desc {
    color: var(--black);
}
.custom_icons_data:hover .mfn-icon-box .desc-wrapper{
    background-color: #fff;
}
.custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 20px;
    margin-left: -20px;
    border-bottom-color: #fff;
    top: 47%;
}
.four {
    padding: 95px 0;
    background: white;
}
/*.four ul.clients li {
    width: 24.666%!important;
}*/
.four ul.clients .client_wrapper,
.four ul.clients .client_wrapper:hover {
    background: white;
    height: 82px;
    padding: 0;
    margin: 20px 10px;
}
.four .mainpages-titles {
    color: black;
    margin-bottom: 0;
}
.five .mainpages-titles {
    margin-bottom: 0;
}
#contact_us .mainpages-titles {
    margin-bottom: 0;
}
.five {
    padding: 110px 0;
}
.five .mfn-icon-box .desc-wrapper .desc {
    min-height: 50px;
}
.five .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
    top: 50%;
}

.last .wrap:first-child {
    padding: 80px 0;
}
.google-map-contact-wrapper .get_in_touch {
    width: 270px;
}
.get_in_touch {
    background-color: var(--orange) !important;
}
.google-map-contact-wrapper {
    right: unset;
    left: 50%;
}
.last.dark .column a {
    color: rgba(255,255,255,1);
    font-family: "iNTERAD Light";
    font-weight: 300;
    font-size: 1.6rem;
    text-decoration: none;
}
.get_in_touch ul li {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.get_in_touch ul li .icon {
    top: 12px;
}
.google-map-contact-wrapper .get_in_touch ul li:after {
    left: 0;
    width: 100%;
}
.address_wrapper,
.get_in_touch ul li.phone p,
.get_in_touch ul li.mail p{
    flex: 1;
}
.last .get_in_touch:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: transparent;
    border-top-color: var(--orange);
    opacity: 1;
}
#Footer .footer_copy .copyright {
    float: left;
    font-size: 1.5rem;
}
#Footer a.link-footer {
    color: var(--orange);
}
#Footer .footer_copy .one {
    margin-bottom: 0;
    padding: 30px 0;
    min-height: auto;
}
#Footer .footer_copy .mcb-column-inner {
    margin: 0;
}
#Footer .footer_copy .social {
    margin-right: 0;
}



#header-about {
    background-image: radial-gradient(circle closest-side at 50% 45%, #ed7a33 0, #d66112 40%, #bb350b 130%);
    padding: 100px 0 50px 0!important;
}
hr.line-about {
    width: 50%;
    background-color: #f9f4ff;
    color: #f9f4ff;
    margin: 30px auto;
}
.icons_about {
    margin-top: 40px;
}
.icons_about .mfn-icon-box .desc-wrapper .title {
    font-size: 2rem;
    line-height: 24px;
}
.icons_about .mfn-icon-box .desc-wrapper .desc {
    font-size: 1.7rem;
    line-height: 20px;
    max-width: 92%;
    margin: 0 auto;
}
.what-is {
    padding: 170px 0;
}
.img-advantages {
    padding: 165px 0;
}
.famus-title {
    color: white;
}
.interad-are {
    padding: 0 50px 0 0;
}
.interad-are p {
    color: #c2c4d1;
    font-size: 1.7rem;
    font-weight: 300;
}
.advantage-row p.mainpages-titles {
    font-size: 3.3rem;
    color: #e65223;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 0 30px 65px;
    text-align: left;
}
.advantage-row .mfn-icon-box-left .icon-wrapper {
    width: 6%;
    margin-right: 0;
}
.advantage-row .mfn-icon-box-left .desc {
    min-height: unset;
}
.advantage-row .mfn-icon-box-left .desc-wrapper {
    min-height: 60px;
    align-content: center;
}
.list-adv {
    padding: 70px 0 0 90px;
    top: -100px;
    position: relative;
    background: white;
}
.list-adv .column_icon_box_2 {
    margin-bottom: 34px;
}

.job-header .header_sec {
    font-size: 10rem;
    background-image: url(/wp-content/uploads/text-bg-2.jpg);
    background-position: top left;
}
.job-header .header_first {
    font-size: 10rem;
}
.job-header {
    padding: 20px 0 0;
}
.color-texts {
    color: var(--orange);
}
.sm_titles .mainpages-titles{
    font-size: 8rem;
}
.excellent-fit {
    padding: 150px 0;
}
.excellent-fit h1 {
    color: var(--orange);
    font-family: 'InteradSoft Bold'!important;
}
.excellent-fit .title-sm {
    color: var(--black);
}
.excellent-fit h3{
    font-family: 'InteradSoft Bold'!important;
}
.job-header-texts {
    margin-bottom: 50px;
}
.box-icons-fits:before{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.box-icons-fits .mfn-icon-box img{
    width: 80px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(73%) saturate(2621%) hue-rotate(330deg) brightness(93%) contrast(92%);

}
.box-icons-fits {
    padding: 80px 40px 65px!important;
    box-shadow: 60px 60px 80px rgba(0, 0, 0, .13);
    border-radius: 20px!important;
    margin: 0 2%!important;
    width: 29%!important;
    /*min-height: 388px;*/
    background-image: url(/wp-content/uploads/company_columnbg.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.box-icons-fits .mfn-icon-box .desc-wrapper .desc {
    font-size: 1.9rem;
    line-height: 30px;
    min-height: unset;
    padding: 0;
    cursor: default;
    color: #626262;
}
/*.box-icons-fits:nth-child(3) {
    min-height: 425px;
}*/
.box-icons-fits .mfn-icon-box .title{
    font-weight: 900;
    font-family: 'InteradSoft Bold'!important;
}
.requirements .mainpages-titles {
    font-size: 3.2rem;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #000000;
    text-align: left;
}
.requirements {
    padding: 150px 0;
}
.custom_ul p {
    font-size: 2rem;
    line-height: 29px!important;
}
i.icon-code,
i.icon-layout{
    color: var(--orange);
    font-size: 20px;
    padding-right: 10px;
}
.offer-elements-row {
    padding: 120px 0;
}
.offer-elements-row .mainpages-titles {
    font-size: 3.2rem;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #000000;
    text-align: left;
}
.apply-bio {
    margin: 50px 0;
}
.apply-bio a {
    color: #fff;
    font-size: 25px;
    background: #000;
    padding: 20px 30px;
    text-decoration: none;
    -webkit-box-shadow: 0 15px 10px -10px rgba(31, 31, 31, .25);
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, .25);
    letter-spacing: 10px;
}
.apply-bio a:hover {
    color: #e43556;
    background: #fff;
}
.bio {
    padding: 40px 0;
}
.title-about-us {
    font-weight: 800;
}
.title-role {
    color: var(--black);
    font-size: 4rem;
    line-height: 32px;
    font-weight: 900;
    font-family: 'InteradSoft Bold'!important;
}
.big-title-hiring {
    font-size: 7.5rem;
    letter-spacing: 2px;
    padding: 20px 0 40px 0;
    /*margin-bottom: 280px;*/
    font-weight: 900;
    font-family: 'InteradSoft Bold'!important;
}
.color-texts {
    color: #e43556;
}
.role-descr {
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.first-img_row.small{
    display: none;
}
#our-services .mfn-icon-box-top .icon-wrapper,#jobs .mfn-icon-box-top .icon-wrapper{
    margin: 5px 0 40px 0;
}
#our-services .mfn-icon-box-move-up:hover .icon-wrapper,  #jobs .mfn-icon-box-move-up:hover .icon-wrapper{
    transform: translateY(-5px);
}
#our-services .mfn-icon-box-move-up:hover, #jobs .mfn-icon-box-move-up:hover{
    transform: unset;
}
.litle-story{
    margin-bottom: 60px;
}
#header-about .column_icon_box_2 .desc{
    line-height: 22px;
}
.famus-title{
    padding-bottom: 30px;
}
.company-column{
    padding-bottom: 60px;
}
.excellent-fit h1 br {
    display: none;
}
.about-left-wrap .column_image img, .require-img-wrap .column_image img{
    border-radius: 40px;
}
.about-right-wrap .fancy_heading .inside{
    font-weight: 900;
    font-family: 'InteradSoft Bold'!important;
}
.about-right-wrap .fancy_heading .title, .require-wrap .fancy_heading .title{
    margin-bottom: 0;
}
.requirements .fancy_heading .inside{
    font-weight: 900;
    font-family: 'InteradSoft Bold'!important;
}
.requirements .ex-partner-col p{
    font-weight: 400;
}
.talk-section .fancy_heading .title{
    font-family: 'InteradSoft Bold'!important;
}
.talk-section .fancy_heading .inside{
    margin-top: 40px;
}
.con-bnt-wrap .mcb-wrap-inner{
    gap:60px;
}
.talk-section .button{
    border: 1px solid var(--black);
    border-radius: 30px;
    /*width: 330px;*/
    background: linear-gradient(to right, var(--orange) 50%, var(--black) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .6s ease-out;
    color: white!important;
    padding: 15px 45px;
}
.talk-section .button:hover{
    background-position: left bottom;
    color: white!important;
    border: 1px solid var(--orange);
}
.talk-section .button:before{
  display: none;
}
.footer-section .con-details-col a{
    text-decoration: none;
    color: var(--black)!important;
    transition: all .6s!important;
    display: inline-block;
}
.footer-section .con-details-col a:hover{
    transform: translateY(-5px)!important;
}
.footer-section .con-details-col{
    margin-left: 10px;
}
.footer-section .contact-us-btn .button{
    border: 1px solid var(--black);
    border-radius: 30px;
    background: linear-gradient(to right, var(--black) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .6s ease-out;
    color: var(--black)!important;
    padding: 15px 45px;
}
.footer-section .contact-us-btn .button:hover{
    background-position: left bottom;
    color: white!important;
}
.button-animation-slide .button:before{
    display: none!important;
}
.copyright-col p{
    color: var(--black);
    font-size: 15px;
    margin-bottom: 0;
}
.copyright-col a{
    color: var(--black)!important;
    font-weight: 900;
    font-family: 'InteradSoft Bold'!important;
}
.copyright-wrap{
    border-top: 1px solid #e9e9e9;
    display: none;
}
.pink{
    color: var(--orange);
}
.column_footer_logo .logo-wrapper {
    justify-content: center;
}

.box-icons-fits .mfn-icon-box .title br {
    display: none;
}


/*MEDIA*/


@media only screen and (min-width: 1921px) and (max-width: 10000px){
    #our-services, #jobs, .what-is, .bio, .excellent-fit{
        background-size: cover;
    }
}

@media (max-width:1550px){
    .bigger-text-first {
        font-size : 4.5rem;
    }
    .first-img_row .section_wrapper {
        min-height: 83vh;
    }
}
@media (max-width:1470px){
    .famus-title{
        font-size: 2.9rem;
    }
    .list-adv .column_icon_box_2 .desc{
        line-height: 27px;
        min-height: 70px;
    }
}
@media (max-width:1350px){
    .first-img_row .section_wrapper {
        min-height: 72vh;
    }
    .img-advantages{
        width: 68%!important;
    }
    .require-wrap{
        width: 45%!important;
    }
    .partners-logo-wrap{
        width: 78%!important;
    }
}
@media (max-width:1280px){
    /*#clients ul.clients li{
        width: 33.3%!important;
    }*/
    #header-about .column_icon_box_2{
        width: 50%;
    }
    #header-about .column_icon_box_2:nth-child(1), #header-about .column_icon_box_2:nth-child(2){
        margin-bottom: 30px;
    }
    .what-is{
        background-position: center top;
    }
    .big-title-hiring {
        font-size: 55px;
        margin-bottom: 40px;
    }
    .we-offer .section_wrapper{
        padding: 0 30px;
    }
    .job-header.bg-cover .column_image .image_frame {
        width: 460px!important;
    }
}
@media (max-width:1239px){
    .section_wrapper{
        max-width: 1220px;
    }
    .list-adv .column_icon_box_2 .desc {
        line-height : 17px;
    }
    .offer-det{
        padding-left: 30px;
    }
    .about-sec{
        padding: 150px 20px 120px !important;
    }
    .about-right-wrap .mcb-wrap-inner {
        padding-left: 30px!important;
    }
    .requirements {
        padding: 150px 20px;
    }
    .requirements .section_wrapper {
        gap:30px;
    }
    .talk-section .fancy_heading .title{
    font-size: 45px!important;
    line-height: 60px!important;
}
    .talk-section{
        padding: 140px 30px 100px!important;
    }

}
@media (max-width:1200px){
    .first-img_row .section_wrapper {
        min-height: 63vh;
    }
    .homepage-layer2 br{
        display: none;
    }
    .homepage-layer2{
        width: 77%;
        margin: 0 auto;
    }
    .img-advantages {
        width: 74%!important;
    }
    .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after{
        top: 46%;
    }
    .box-icons-fits {
        margin: 0 1% !important;
        width: 30% !important;
    }
    .fit-cards-wrap .mcb-wrap-inner {
        justify-content: center;
    }
}
@media (max-width:1150px){
    #jobs .column_icon_box_2{
        width: 33%;
    }
    .famus-title {
        font-size: 2.7rem;
    }
    .list-adv {
        padding : 70px 0 0 60px;
    }
    .box-icons-fits {
        padding : 80px 25px 65px !important;
    }
    .offer-elements-row .mcb-wrap-inner{
        align-items: center;
    }
    .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 45%;
    }
    .five .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 52%;
    }
}
@media (max-width:1050px) {
    .first-img_row .section_wrapper {
        min-height: 54vh;
    }

    .homepage-layer-button.black a, .homepage-layer-button.white a {
        padding: 13px 30px;
    }

    .homepage-layer-button.black {
        margin: 30px 0 0 0;
    }

    #our-services .column_icon_box_2 {
        width: 50%;
    }

    #our-services .column_icon_box_2 .desc-wrapper {
        min-height: 167px;
        width: 47%;
        margin: 0 auto;
    }

    #our-services .column_icon_box_2:nth-child(1), #our-services .column_icon_box_2:nth-child(2) {
        margin-bottom: 15px;
    }

    #header-about h6 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .advantage-row .mfn-icon-box-left .icon-wrapper {
        width: 8%;
        margin-right: 5px;
    }

    .list-adv .column_icon_box_2 .desc {
        line-height: 22px;
    }

    .img-advantages {
        width: 85% !important;
    }

    .require-img-wrap {
        width: 45% !important;
    }

    .custom_ul p br {
        display: none;
    }

    .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 42%;
    }

    .box-icons-fits .mfn-icon-box .title {
        font-size: 21px !important;
    }

    .box-icons-fits .mfn-icon-box .desc-wrapper .desc {
        font-size: 1.8rem;
    }

    .about-sec .column_visual p br {
        display: none;
    }

    .about-sec .column_visual p,  .requirements .ex-partner-col p, .requirements .custom_ul p{
        font-size: 18px;
    }

    .about-sec .fancy_heading .inside,
    .requirements .fancy_heading .inside {
        font-size: 27px !important;

    }
}
@media (max-width:990px){
    p.mainpages-titles{
        font-size: 4.5rem;
    }
    #our-services .column_icon_box_2 p{
        font-size: 2rem;
    }
    #our-services .column_icon_box_2 .desc-wrapper{
        min-height: 130px;
        width: 85%;
    }
    #jobs{
        background-position: center;
    }
    #jobs .mfn-icon-box .icon-wrapper{
        width: 100%;
    }
    .excellent-fit h1{
        font-size: 55px;
    }
    .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 47%;
    }
    .box-icons-fits .mfn-icon-box .title br {
        display: block;
    }
    .box-icons-fits .mfn-icon-box .title {
        line-height: 30px;
    }
    .box-icons-fits {
        min-height: 450px;
    }
    .about-right-wrap .mcb-wrap-inner {
        padding-left: 20px !important;
    }
    .contact-btn{
        width: 100%!important;
    }
}
@media (max-width:959px){
    .homepage-layer2 {
        font-size : 2.1rem;
    }
    .section_wrapper{
        max-width: 1220px!important;
    }
    .homepage-titles .title-sm{
        font-size: 2rem;
    }
    #our-services h4, #jobs h4, .title-about-us{
        font-size: 2.7rem;
        line-height: 29px;
        letter-spacing: 2px;
    }
    #our-services, #jobs{
        background-attachment: fixed!important;
    }
    .litle-story{
        font-size: 20px;
        width: 70%;
        margin: 0 auto 50px;
        line-height: 30px;
    }
    .litle-story br{
        display: none;
    }
    .company-column p {
        line-height: 30px;
        font-size: 20px;
    }
    .what-is{
        background-attachment: fixed!important;
    }
    .advantage-row .mfn-icon-box-left .desc {
        min-height: unset;
    }
    .advantage-row .mfn-icon-box-left .icon-wrapper {
        width : 9%;
    }
    .role-descr{
        margin: 0 auto 40px;
        width:70%;
    }
    .role-descr:nth-child(2) br{
        display:none;
    }
   /* .box-icons-fits .mfn-icon-box .desc-wrapper .desc {
        font-size : 2rem;
    }*/
    .box-icons-fits {
        padding: 80px 20px 65px !important;
    }
    /*.require-img-wrap {
        width: 38%!important;
    }*/
    .requirements .ex-partner-col p br{
        display: none;
    }
    .requirements .ex-partner-col .mcb-column-inner{
        margin-bottom: 15px!important;
    }
    .footer-section .con-details-col a {
        font-size: 17px;
        line-height: 1.4;
    }
    .column_footer_logo{
        width: 100%!important;
    }
    .talk-section .fancy_heading .inside {
        font-size: 18px;
        line-height: 1.4;
    }

}
@media (max-width:900px) {
    .first-img_row .section_wrapper {
        min-height: 46vh;
    }

    .famus-title {
        font-size: 2.4rem;
    }

    .require-wrap {
        width: 93% !important;
    }

    .partners-logo-wrap {
        width: 85% !important;
    }

    .about-sec .section_wrapper {
        flex-direction: column;
    }
    .about-sec .about-right-wrap{
        width: 100%;
    }
    .about-sec .about-left-wrap, .require-img-wrap{
        width: 70%!important;
    }
    .requirements .section_wrapper {
        gap: 45px;
        flex-direction: column-reverse;
    }
    .requirements {
        padding: 120px 20px 130px;
    }

}


@media (max-width:840px){
    .advantage-row .mfn-icon-box-left .icon-wrapper {
        width: 11%;
    }
    .list-adv {
        padding: 70px 0 0 45px;
    }
    .img-advantages {
        width: 90%!important;
    }
    .famus-title {
        font-size: 2.2rem;
    }
    .box-icons-fits {
        padding: 80px 15px 65px !important;
    }
    .box-icons-fits .mfn-icon-box .desc-wrapper .desc {
        font-size: 1.7rem;
    }
}
@media (max-width:800px){
    #about-us {
        padding-top: 80px!important;
        padding-bottom: 80px!important;
    }
    ul.clients li{
        width: 33%!important;
    }
}
@media (max-width:767px){
    .bigger-text-first {
        font-size: 3.5rem;
    }
    .homepage-layer-button.black a, .homepage-layer-button.white a {
        padding: 10px 28px;
    }
    .first-img_row .section_wrapper {
        min-height: 40vh;
    }
    .content_wrapper .section_wrapper{
        max-width: 1220px!important;
    }
    .homepage-layer2 {
        line-height: 28px;
    }
    #our-services h4, #jobs h4, .title-about-us{
        font-size: 2.4rem;
        line-height: 26px;
    }
    #our-services .column_icon_box_2 {
        width: 100%;
    }
    #our-services .column_icon_box_2:nth-child(1), #our-services .column_icon_box_2:nth-child(2){
        margin-bottom: 0;
    }
    #our-services .services-icons-wrap .mcb-wrap-inner{
        gap:15px;
    }
    #our-services{
        padding: 100px 0;
    }
    #contact_us .google-map-contact-wrapper{
        position: absolute;
    }
    #contact_us .section_wrapper{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .company-column {
        padding-bottom: 0;
    }
    .advantage-row p.mainpages-titles{
        padding: 20px 0 30px 0;
        text-align: center;
    }
    .advantage-row .section_wrapper{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .list-adv {
        padding: 70px 45px 0 ;
    }
    .manifesto-wrap .mcb-wrap-inner{
        background-image: unset!important;
        background: black;
        justify-content: center!important;
    }
    .img-advantages {
        padding: 85px 0 165px;
    }
    .interad-are{
        text-align: center;
        padding: 0;
    }
    .interad-are p{
        line-height: 30px;
        font-size:2rem;
    }
    .img-advantages {
        width: 75%!important;
    }
    .famus-title{
        text-align: center;
        font-size: 2.4rem;
    }
    .famus-title br{
        display: none;
    }
    .list-adv .column_icon_box_2 .desc {
        line-height: 24px;
        font-size: 2rem;
    }
    .advantage-row p.mainpages-titles {
        font-size : 2.7rem;
        padding:0;
    }
    .role-descr {
        width: 87%;
        line-height: 30px;
    }
    .excellent-fit h1 {
        font-size: 48px;
    }
    .box-icons-fits, .box-icons-fits:nth-child(3){
        width: 100%!important;
        min-height: unset;
    }
    .box-icons-fits {
        padding: 40px 15px 40px !important;
    }
    .fit-cards-wrap .mcb-wrap-inner{
        gap: 40px;
    }
    .fit-cards-wrap{
        margin-top: 40px!important;
    }
    .require-wrap {
        width: 100%!important;
    }
    /*.require-img-wrap {
        width: 60%!important;
        margin-top: 35px!important;
    }*/
    .offer-elements-row .column_image{
        order:2;
        margin-top: 70px;
        text-align: center;
    }
    .offer-det {
        padding-left: 0;
    }
    ul.clients:not(.clients_slider_ul) li {
        width: 33%!important;
    }
    .partners-logo-wrap {
        width: 95%!important;
    }
    .job-header.bg-cover .column_image .image_frame {
        width: 430px !important;
    }
    .big-logo-wrap .mcb-wrap-inner {
        margin-bottom: 80px!important;
    }
    .box-icons-fits .mfn-icon-box .title br {
        display: none;
    }
    .box-icons-fits .mfn-icon-box-top .icon-wrapper {
        margin: 0px 0 20px 0;
    }
    .box-icons-fits .mfn-icon-box .desc-wrapper .desc {
        line-height: 25px;
    }
    .about-sec .fancy_heading .inside, .requirements .fancy_heading .inside {
        font-size: 25px !important;
    }
    .about-sec .fancy_heading .title, .requirements .fancy_heading .title {
        font-size:19px !important;
    }
    .about-sec .column_visual p,  .requirements .ex-partner-col p{
        line-height: 1.5;
    }
    .about-sec {
        padding: 150px 0px 120px !important;
    }
    .about-sec  .fancy_heading {
        margin-top: 20px;
    }
    .about-right-wrap .mcb-wrap-inner {
        padding-left: 0 !important;
    }
    .requirements {
        padding: 120px 0px 130px;
    }
    .column_footer_logo .mcb-column-inner{
        margin-bottom: 30px!important;
    }
    .footer-section{
        padding-top: 55px!important;
    }
    .con-details-col .mcb-column-inner{
        margin-bottom: 30px!important;
    }
    .talk-section .fancy_heading .title {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .talk-section {
        padding: 140px 0 100px !important;
    }


}
@media (max-width:670px){
    .first-img_row .section_wrapper {
        min-height: 35vh;
    }
    p.mainpages-titles{
        font-size: 3.5rem;
    }
    .homepage-layer2 {
        width : 86%;
    }
    #jobs .column_icon_box_2 {
        width: 100%;
    }
    #jobs .column_icon_box_2 .icon-wrapper{
        margin: 5px 0 25px 0;
    }
    #jobs .job-icons-wrap .mcb-wrap-inner{
        gap:45px;
    }
    #jobs {
        background-position: top center;
    }
    .litle-story {
        width: 82%;
    }
    #header-about .icons_about .mfn-icon-box .desc-wrapper .desc{
        max-width: 100%;
    }
    .role-descr {
        font-size : 2.2rem;
    }
    .big-title-hiring {
        font-size : 50px;
    }
    .excellent-fit h1 {
        font-size: 42px;
    }
    .requirements .mainpages-titles, .offer-elements-row .mainpages-titles {
        font-size : 2.8rem;
    }
    .five .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 51%;
    }
    .about-sec .about-left-wrap, .require-img-wrap {
        width: 80%!important;
    }
}
@media (max-width:590px) {
    .homepage-layer-button.black a, .homepage-layer-button.white a {
        padding : 8px 26px;
    }
    
    .first-img_row .section_wrapper {
        min-height : 30vh;
    }
    
    .bigger-text-first {
        font-size : 3rem;
    }
    
    #contact_us .google-map-contact-wrapper {
        left : 43%;
    }
    
    #header-about .column_icon_box_2 {
        width : 100%;
    }
    
    #header-about h6 {
        font-size : 20px;
    }
    #header-about .column_icon_box_2 .desc{
        font-size: 1.8rem;
    }
    #header-about .column_icon_box_2{
        margin-bottom: 40px;
    }
    #header-about .column_icon_box_2 .desc br{
        display: none;
    }
    .role-descr {
        width : 100%;
    }
    /*.require-img-wrap {
        width : 67% !important;
    }*/
    ul.clients:not(.clients_slider_ul) li {
        width: 50%!important;
    }
    .talk-section {
        padding: 120px 0 100px !important;
    }
    .talk-section .fancy_heading .title {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .talk-section .fancy_heading .inside br {
       display: none;
    }
}
@media (max-width:550px) {
    p.mainpages-titles {
        font-size: 3rem;
    }

    .homepage-layer2 {
        font-size: 1.9rem;
    }

    #about-us .mainpages-titles {
        margin-bottom: 40px;
    }

    .homepage-layer2 {
        width: 100%;
    }

    .homepage-titles .title-sm {
        font-size: 1.9rem;
    }

    #our-services h4 {
        font-size: 3rem;
    }

    #our-services .column_icon_box_2 p {
        font-size: 1.9rem;
    }

    #our-services .column_icon_box_2 .desc-wrapper {
        line-height: 26px;
        width: 56%;
    }

    #our-services .column_icon_box_2 .desc {
        line-height: 25px;
    }

    #clients .title-sm, #jobs .title-sm {
        margin: 0 0 35px 0;
    }

    #clients ul.clients li {
        width: 50% !important;
    }

    #jobs .title-sm {
        line-height: 30px;
    }

    .last .wrap:first-child {
        padding: 40px 0;
    }

    .img-advantages {
        width: 83% !important;
    }

    .advantage-row .mfn-icon-box-left .icon-wrapper {
        width: 14%;
    }

    .list-adv {
        padding: 70px 28px 0;
    }

    .big-title-hiring {
        font-size: 43px;
    }

    .title-role {
        font-size: 32px;
    }

    .role-descr {
        font-size: 2rem;
    }

    .excellent-fit h1 {
        font-size: 38px;
    }

    .apply-bio a {
        font-size: 20px;
        letter-spacing: 7px;
    }

   /* .require-img-wrap {
        width: 100% !important;
        position: absolute;
        right: 0;
        opacity: .1 !important;
        top: -14px;
    }*/

    .offer-elements-row .column_image {
        width: 100% !important;
        position: absolute;
        right: 0;
        opacity: .1 !important;
        top: 0;
    }

    .requirements .mainpages-titles, .offer-elements-row .mainpages-titles {
        text-align: center;
    }

   /* .custom_ul p {
        font-size: 20px !important;
        line-height: 32px !important;
    }*/

    .job-header.bg-cover .jobs-titles {
        line-height: 12px;
    }

    .job-header.bg-cover .column_image .image_frame {
        width: 365px !important;
    }
    .big-logo-wrap .mcb-wrap-inner {
        margin-bottom: 60px !important;
    }
}
@media (max-width:500px){
    .first-img_row{
        display: none;
    }
    .first-img_row.small{
        display: block;
    }
    .first-img_row .section_wrapper {
        min-height: 75vh;
    }
    .homepage-layer-button.black{
        background: white;
    }
    .homepage-layer-button.black a {
        color : black !important;
    }
    #contact_us .google-map-contact-wrapper {
        left: 37%;
    }
    .role-descr {
        width: 100%;
    }
    .big-title-hiring {
        font-size: 38px;
    }
    .role-descr br{
        display: none;
    }
    .excellent-fit h1 {
        font-size: 35px;
    }
    .excellent-fit h3{
        font-size: 24px;
    }
    .box-icons-fits {
        padding: 60px 15px 65px !important;
    }
    .box-icons-fits, .box-icons-fits:nth-child(3) {
        min-height: unset;
    }
    .fit-cards-wrap {
        margin-top: 70px!important;
    }
    .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 47%;
    }
}
@media (max-width:470px){
    .bigger-text-first {
        font-size: 2.5rem;
    }
    .first-img_row .section_wrapper {
        min-height: 72vh;
    }
    p.mainpages-titles{
        font-size: 2.5rem;
    }
    .homepage-layer2{
        font-size: 1.7rem;
    }
    #our-services h4{
        font-size: 2.5rem;
    }
    #our-services .column_icon_box_2 p{
        font-size: 1.7rem;
    }
    #jobs h4 {
        font-size : 2.2rem;
    }
    #contact_us .google-map-contact-wrapper {
        left: 29%;
    }
    .last .wrap:first-child .title-sm{
        width: 74%;
        margin: 0 auto;
        line-height: 26px;
    }
    #Footer .footer_copy .mcb-column-inner {
        display: flex;
        flex-direction: column;
    }
    .famus-title {
        font-size: 20px;
        font-weight: 300;
        line-height: 27px;
    }
    .interad-are {
        font-size: 18px;
        line-height: 27px;
    }
    .list-adv .column_icon_box_2 .desc {
        font-size: 1.8rem;
    }
    .big-title-hiring {
        font-size: 35px;
    }
    .job-header {
        padding: 20px 0 0;
    }
    .excellent-fit h1 {
        font-size: 33px;
    }
    /*.require-img-wrap {
        top: 0;
    }*/
    .offer-elements-row .column_image {
        top: 80px;
    }
    .list-adv .column_icon_box_2:last-child{
        margin-bottom: 0;
    }
    .job-header.bg-cover .column_image .image_frame {
        width: 320px !important;
    }
    .job-header.bg-cover .big-title-hiring {
        padding: 15px 0 40px 0;
    }

    .about-sec .fancy_heading .title, .requirements .fancy_heading .title  {
        font-size: 18px !important;
        margin-bottom: 4px;
    }
    .about-sec .column_visual p,  .requirements .ex-partner-col p, .requirements .custom_ul p{
        line-height: 1.6!important;
        font-size: 17px;
    }
    .about-sec .about-left-wrap, .require-img-wrap {
        width: 100%!important;
    }
    .about-sec .fancy_heading .inside, .requirements .fancy_heading .inside {
        font-size: 22px !important;
    }
    .requirements .ex-partner-col .mcb-column-inner {
        margin-bottom: 10px !important;
    }

   .requirements .column_fancy_heading .mcb-column-inner {
    margin-bottom: 24px!important;
}
    .talk-section .fancy_heading .inside {
        font-size: 17px;
        line-height: 1.6;
    }
    .talk-section .button {
        font-size: 18px;
        background-size: 200% 98%;
    }
    .talk-section .fancy_heading .title {
        font-size: 30px !important;
        line-height: 37px !important;
    }
}
@media (max-width:440px){
    .first-img_row .section_wrapper {
        min-height : 75vh;
    }
    .litle-story {
        width: 90%;
    }
    .advantage-row .mfn-icon-box-left .icon-wrapper {
        width: 16%;
    }
    .excellent-fit h1 br {
        display: block;
    }
    .what-is {
        padding: 120px 0 100px;
    }
    .box-icons-fits {
    padding: 40px 15px 50px !important;
      }
    .box-icons-fits .mfn-icon-box .title {
        font-size: 20px !important;
    }
    .box-icons-fits .mfn-icon-box img {
        width: 70px;
    }
    .excellent-fit h3 {
        text-align: center;
        font-size: 22px;
        width: 220px;
        margin: 0 auto;
        line-height: 23px;
    }
}
@media (max-width:419px){
    .custom_icons_data:hover .mfn-icon-box:nth-child.desc-wrapper:after {
        top: 47%;
    }
    #our-services .column_icon_box_2 .desc-wrapper {
        width: 100%;
    }
    .job-header.bg-cover .big-title-hiring {
        font-size: 29px;
    }
    .job-header.bg-cover .title-role {
        font-size: 27px;
        line-height: 21px;
    }
    .job-header.bg-cover .column_image .image_frame {
             width: 290px !important;
         }
    .talk-section .button {
        padding: 15px 30px;
    }

}
@media (max-width:400px) {
    .first-img_row .section_wrapper {
        min-height : 72vh;
    }
    
    .bigger-text-first {
        font-size : 2.3rem;
    }
    
    p.mainpages-titles {
        font-size : 2.2rem;
    }
    
    #about-us {
        padding-top    : 60px !important;
        padding-bottom : 60px !important;
    }
    
    #our-services .column_icon_box_2 .desc-wrapper {
        width : 100%;
    }
    
    #clients .section_wrapper {
        padding-left  : 23px !important;
        padding-right : 23px !important;
    }
    
    #contact_us .google-map-contact-wrapper {
        left : 19%;
    }
    
    #contact_us .google-map-contact-wrapper .get_in_touch:after {
        left         : 0;
        bottom       : -30px;
        border-width : 30px 30px 0 30px;
    }
    
    .title-about-us {
        font-size   : 25px;
        line-height : 35px;
    }
    
    .litle-story {
        font-size : 18px;
    }
    
    .company-column p {
        font-size : 1.8rem;
    }
    
    .advantage-row p.mainpages-titles {
        font-size   : 25px;
        line-height : 35px;
    }
    
    .big-title-hiring {
        font-size : 30px;
        padding   : 10px 0 40px 0;
    }
    
    .title-role {
        font-size : 29px;
    }
    
    .apply-bio a {
        letter-spacing : 3px;
    }
    
    /*.require-img-wrap {
        display : none;
    }*/
    
    /*.custom_ul p {
        font-size : 19px !important;
    }*/
    
    .requirements, .offer-elements-row {
        padding : 100px 0;
    }
    .requirements{
        background-position: center top;
    }
    .offer-elements-row .column_image {
        display: none;
    }
    .offer-elements-row .mainpages-titles{
        color: var(--orange);
    }
    .offer-elements-row .custom_ul p{
        color: white;
    }
    .we-offer{
        background: black;
    }
    
}
@media (max-width:375px){
    /*.first-img_row .section_wrapper {
        min-height: 60vh;
    }*/
    .bigger-text-first {
        font-size : 2.1rem;
    }
    #clients .section_wrapper {
        padding-left: 18px!important;
        padding-right: 18px!important;
    }
    #Footer .footer_copy .container{
        padding-left: 18px!important;
        padding-right: 18px!important;
    }
    .title-about-us {
        font-size : 22px;
    }
    .list-adv .mfn-icon-box-start {
        align-items: center;
    }
    #welcome .section_wrapper{
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .title-role {
        font-size: 27px;
    }
    .custom_icons_data:hover .mfn-icon-box .desc-wrapper:after {
        top: 45%;
    }
    .about-sec .fancy_heading .inside, .requirements .fancy_heading .inside {
        font-size: 21px !important;
    }
    .talk-section .fancy_heading .title {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .talk-section .button {
        padding: 15px 25px;
        font-size: 17px;
    }
}
@media (max-width:345px){
    .first-img_row .section_wrapper {
        min-height: 55vh;
    }
    .bigger-text-first {
        font-size: 2rem;
    }
    #contact_us .google-map-contact-wrapper {
        left: 15%;
    }
    .big-title-hiring {
        font-size : 27px;
    }
    .excellent-fit .section_wrapper{
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .job-header.bg-cover .column_image .image_frame {
        width: 250px !important;
    }
    .job-header.bg-cover .title-role {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .job-header.bg-cover .big-title-hiring {
        font-size: 27px;
    }
    .about-sec .fancy_heading .inside, .requirements .fancy_heading .inside {
        font-size: 20px !important;
    }
      .about-sec .fancy_heading .title, .requirements .fancy_heading .title  {
            font-size: 17px !important;
     }
    .talk-section .fancy_heading .title {
        font-size: 27px !important;
        line-height: 35px !important;
    }

}
@media (prefers-color-scheme: dark){
    #clients, .list-adv {
        background:white ;
    }
    #about-us{
        background:#e43556!important;
    }
    #header-about {
        background-image : radial-gradient(circle closest-side at 50% 45%, #ed7a33 0, #d66112 40%, #bb350b 130%);
    }
    #welcome, .requirements, .we-offer{
        background: #fefefe!important;
    }
    .excellent-fit{
        background: #BAC3C4!important;
    }
}
