@charset "UTF-8";
/*
Theme Name: Marketantics
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   CSS Reset
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td { vertical-align: top; }
img{max-width:100%;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
input[type="text"],input[type="submit"],input[type="file"],input[type="email"], input[type="password"], input[type="number"], textarea { -webkit-appearance: none; -webkit-border-radius:0px; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

::selection         {background: rgb(0,0,0); color: #fff; }
::-moz-selection    {background: rgb(255,255,158);}
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
a, a:visited, a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 20px;
}
input[type="text"], input[type="submit"], input[type="file"], input[type="email"], input[type="password"], input[type="number"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    text-indent: 10px;
    font-size: inherit;
    color: inherit;
    font: inherit;
    line-height: 20px;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    border: 2px solid #eeeeee;
}
textarea {
    padding: 10px 0 0 10px;
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    font: inherit;
    overflow: auto;
    font-size: inherit;
    color: inherit;
    font: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}
::-webkit-input-placeholder {
    color: inherit !important;
    font: inherit !important;
}
html, body {
    height: 100%;
    font-family: "Open Sans","Arial",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .4px;
    color: rgba(124,124,124,1);
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    height: 100%;
}

section {
    display: block;
    width: 100%;
    /*xxheight: 100%;*/
    min-height: 100vh;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    /*xxborder: 1px solid #f00;*/
}

.section-item{
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-item-right{
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}


.section-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.section-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0,0,0,.8);
    pointer-events: none;
}


.wrapper{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
}

.section-pre-title{
    font-family: Open Sans,"Open Sans","Arial",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 6.49px;
    color: rgba(231,17,50,1);
}

.btn{
    font-family: "Open Sans","Arial",sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    display: inline-block;
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px !important;
    -webkit-transition: all .3s linear !important;
    -o-transition: .3s all linear !important;
    transition: all .3s linear !important;
    border-style: solid;
    background-color: rgba(231,17,50,1);
    color: #ffffff;
    cursor: pointer;
}
.largebtn {
    font-size: 15px;
    line-height: 16px;
    padding: 18px 25px;
}

.back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    font-size: 17px;
    z-index: 99;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(231,17,50,1) !important;
    color: #ffffff;
    transition: 0.2s linear all;
}

.dots-navigation{
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 200;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dots-navigation li{
    width: 14px;
    height: 14px;
    position: relative;
    margin: 5px;
    display: block;
}
.dots-navigation li a{
    text-decoration: none;
    font-size: 0;
    display: block;
    background: #f5f5f5;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dots-navigation li a.active{
    -webkit-box-shadow: 0 0 0 4px #f5f5f5;
    -moz-box-shadow: 0 0 0 4px #f5f5f5;
    box-shadow: 0 0 0 4px #f5f5f5;
}


/*
    Header
 */
.header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
.header-logo{
    position: absolute;
    left: 30px;
    padding: 40px 0;
}
.header-phone {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 130px;
    margin-left: 15px;
}
.header-phone a{
    font-family: Open Sans,"Open Sans","Arial",sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 51px;
    letter-spacing: 0.01em;
    color: rgba(231,17,50,1);
}
.header-menu{
    font-family: Open Sans,"Open Sans","Arial",sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #f5f5f5;
    line-height: 130px;
    text-align: center;
}
.header-menu .header-menu-nav{
    float: none;
    display: inline-block;
    vertical-align: top;
}
.header-menu .menu{
    list-style: none !important;
    list-style-image: none;
    margin: 0;
    padding: 0;
    line-height: inherit;
}
.header-menu ul li{
    float: left;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    line-height: inherit;
}
.header-menu ul li a{
    position: relative;
    display: inline-block;
    line-height: initial;
    padding: 0px 21px;
    letter-spacing: 0.21px;
    color: white;
}
.active-about .header-menu ul li a{
    color: rgba(231,17,50,1);
}
.mobile-nav-controller-wrap{
    display: none;
    line-height: 130px;
    margin-left: 15px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
}
.mobile-nav-controller{
    color: #f5f5f5;
    display: inline-block;
}
.be-mobile-menu-icon{
    width: 18px;
    height: 2px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    top: -4px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    visibility: hidden;
    background-color: #f5f5f5;
}
.be-mobile-menu-icon span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    transition: transform .5s, top .5s, width 0.2s;
    visibility: visible;
    background-color: #f5f5f5;
}
.be-mobile-menu-icon .hamburger-line-1{
    top: -5px;
}
.be-mobile-menu-icon.is-clicked .hamburger-line-1 {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.be-mobile-menu-icon.is-clicked .hamburger-line-2 {
    transform: scaleX(0);
}
.be-mobile-menu-icon .hamburger-line-3 {
    top: 5px;
}
.be-mobile-menu-icon.is-clicked::after, .be-mobile-menu-icon.is-clicked .hamburger-line-3 {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
    Hero
 */

.hero-section{
    display: block;
    text-align: center;
    padding: 120px 0 120px 0;
    line-height: calc(100vh - 240px);
    line-height: -moz-calc(100vh - 240px);
    line-height: -webkit-calc(100vh - 240px);
}
.hero-section .wrapper{
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.hero-pre-title{
    margin: 0px 0px 25px 0px;
}
h1, .h1 {
    width: 60%;
    font-family: Playfair Display,"Open Sans","Arial",sans-serif;
    font-weight: 400;
    margin: 0 auto 34px;
    font-style: normal;
    text-transform: none;
    font-size: 76px;
    line-height: 90px;
    letter-spacing: 1.9px;
    color: rgba(255,255,255,1);
}
.hero-after-title{
    font-size: 18px;
    width: 49%;
    margin: 0 auto 50px ;
}
.hero-btn{
    padding: 18px 40px;
}


/*
    About
 */
h4, .h4{
    font-family: Playfair Display,"Open Sans","Arial",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 46px;
    letter-spacing: .7px;
    color: #fff;
}
.section-item-row{
    height: auto;
    min-height: 100vh;
    margin: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.section-item-right,
.section-item-left{
    margin: 0;
    width: 50%;
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-section .section-item-inner{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(27,27,27,1);
}
.section-item-inner{
    width: 100%;
    position: relative;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.section-item-pad-wrap{
    position: relative;
    z-index: 2;
    width: 100%;
}
.about-section .section-item-pad{
    padding: 120px 20% 120px 10%;
}
.section-item-pad{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-pre-title{
    line-height: 30px;
    margin: 0px 0px 40px 0px;
}
.about-title{
    margin: 0px 0px 40px 0px;
}
.about-content{
    margin-bottom: 30px;
}
.about-link{
    margin: 0 20px 20px 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: .4px;
    color: rgba(231,17,50,1);
    font-size: 16px;
    display: inline-block;
    transition: color .3s cubic-bezier(.4,0,.2,1), transform .5s cubic-bezier(.4,0,.2,1);
}
.about-link:hover {
    transform: translateX(15px);
}
.about-link .link-text{
    color: rgba(231,17,50,1);
    transition: color .5s cubic-bezier(.165,.84,.44,1) 80ms;
}
.about-link .next-arrow {
    top: -1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transition: transform .5s cubic-bezier(.165,.84,.44,1) 80ms;
    line-height: 0;
    font-size: 0;
}
.about-link:hover .next-arrow {
    transform: translateX(15px);
}
.about-link .next-arrow span{
    color: inherit;
    background: rgba(231,17,50,1);
}
.about-link .arrow-line-one{
    transform: rotate(45deg) translateX(1px);
}
.about-link .arrow-line-three {
    transform: rotate(-45deg) translateX(1px);
}
.about-link  .arrow-line-one,
.about-link  .arrow-line-three {
    position: absolute;
    top: 0;
    right: 0;
}
.about-link  .arrow-line-one,
.about-link  .arrow-line-two,
.about-link  .arrow-line-three {
    display: inline-block;
    width: 10px;
    height: 2px;
    transform-origin: right;
    background-color: red;
    transition: transform .5s cubic-bezier(.165,.84,.44,1) 80ms, width .5s cubic-bezier(.165,.84,.44,1) 80ms, background-color .5s cubic-bezier(.165,.84,.44,1) 80ms;
}
.about-link .arrow-line-two {
    transform: scaleX(0);
    width: 20px;
}
.about-link:hover .arrow-line-two {
    transform: scaleX(1);
}


/*
    Contact section
 */
.contact-section{
    text-align: center;
    padding: 97px 0px 120px 0px;
}
.contact-pre-title{
    margin: 0px 0px 46px 0px;
}
.contact-title{
    margin: 0px 0px 40px 0px;
}
.contact-description{
    width: 70%;
    margin: 0 auto 77px;
    color: #7c7c7c;
}
.contact-section .contact_form{
    max-width: 1036px;
    margin: 0 auto 100px;
}
.contact-section .contact_form.style2 .field_name {
    margin-right: 5%;
    width: 30%;
}
.contact-section .contact_form.style2 .field_comment{
    clear: both;
}
.contact-section .contact_form.style2 .field_phone{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.contact-section .contact_form.style2 .field_email{
    width: 30%;
}
.contact-section .contact_form input[type="text"] {
    margin-bottom: 45px !important;
}
.contact-section textarea {
    height: 260px;
    width: 100%;
    margin-bottom: 50px !important;
}
.contact-section input[type="submit"] {
    font-size: 13px;
    line-height: 14px;
    padding: 16px 46px;
    margin: 0 0 10px;
}
.contact_form_module.style2-input input[type="text"], .contact_form_module.style2-input textarea {
    background: transparent !important;
}
.contact-section span.wpcf7-not-valid-tip {
    margin-top: -30px;
}
.contact_form input[type="text"] {
    width: 100%;
    margin-bottom: 30px !important;
}
.contact_form_module input[type="text"], .contact_form_module textarea {
    font-family: Open Sans,"Open Sans","Arial",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .4px;
    color: rgba(255,255,255,1);
}
.contact_form_module.style2-input input[type="text"],
.contact_form_module.style2-input textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.contact_form input[type="text"] {
    margin-bottom: 45px !important;
}
.contact_form.style2 .field_name, .contact_form.style2 .field_email {
    width: 48%;
    float: left;
}
.contact_form.style2 .field_name {
    margin-right: 4%;
}
.contact_form.style2 .field_name {
    margin-right: 5%;
    width: 30%;
}
.contact-icons{
    display: table;
    margin: 0 auto 20px;
}
.contact-icons-item{
    display: inline-block;
    margin: 0px 13px 13px 13px;
}
.contact-icons a{
    font-size: 42px;
    color: rgba(58,58,58,1);
    line-height: 1;
    transition: all .3s linear;
}
.contact-icons a:hover{
    color: #ffffff;
}

span.wpcf7-form-control-wrap {
    position: relative !important;
    display: block !important;
}

@media only screen and (max-width: 992px){
    .dots-navigation{
        display: none;
    }
    .mobile-nav-controller-wrap {
        display: inline-block;
    }
    .header-phone {
        right: 65px;
    }
    .header{
        position: absolute;
    }
    .header-menu{
        display: none;
        z-index: 100;
        position: absolute;
        top: 130px;
        left: 0;
        right: 0;
        text-align: left;
        background-color: rgba(255,255,255,1);
    }
    .header-menu .header-menu-nav{
        display: block;
    }
    .header-menu ul li {
        display: block;
        float: none;
        line-height: 1;
        margin-bottom: 0px;
        position: relative;
        padding: 0px 0px 0px 20px;
        border-bottom: 1px solid #efefef;
    }
    .header-menu ul li a{
        font-family: Open Sans,"Open Sans","Arial",sans-serif;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 1px;
        padding: 0;
        display: block;
        color: #232323;
    }

    /*
            Home
         */
    h1, .h1 {
        width: 80%;
        font-size: 64px;
        margin: 0 auto 34px;
    }
}
@media only screen and (max-width: 768px){
    .about-section .section-item-right,
    .about-section .section-item-left {
        width: 100%;
    }
    .about-section .section-item-row{
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-section .section-item-right{
        min-height: 70vmin;
    }
    .about-section .section-item-pad {
        padding: 100px 10%;
    }

    h1, .h1 {
        line-height: 1.5;
        font-size: 44px;
    }


    /*
        Contact
     */
    .contact-section .contact_form.style2 .field_phone,
    .contact-section .contact_form.style2 .field_name {
        margin-right: 0%;
        width: 100%;
    }
    .contact-section .contact_form.style2 .field_email{
        width: 100%;
    }
    .contact-section textarea {
        height: 160px;
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 480px){
    .header-phone{
        display: none;
    }
    h1, .h1 {
        width: auto;
        font-size: 38px;
    }
    .hero-after-title {
        width: 100%;
    }
    .about-pre-title,
    .about-title{
        text-align: center;
    }
    .about-link {
        margin-right: 0;
    }
    .contact-description {
        width: 100%;
    }
    .contact-section .contact_form {
        margin: 0 auto 60px;
    }
    .contact-section {
        padding: 97px 0px 60px 0px;
    }
}