/*
Theme Name: Diace
Author: Diace Designs
Author URI: http://diacedesigns.com
Description: Diace Designs is the creative agency that can make it happen.
Version: 1.1

*/


/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700,700i');


/* WORDPRESS */
img,
img.alignright,
img.alignleft,
img.aligncenter,
.image-limit{
    max-width: 100%;
    height: auto!important;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 3px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    float: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    float: right;
}

.wp-caption.aligncenter {
    margin: 5px auto 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 0;
}


/* ANIMATION */
.delay-1{
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-2{
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-3{
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-4{
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-5{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.animate{
    visibility: hidden;
}


/* MENU BREAKPOINT */
@media screen and (max-width: 991px){
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        left: 0;
        margin: 0!important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/* 5 COLUMNS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* OFFSET RIGHT */
.col-xs-offset-right-12 {
    margin-right: 100%;
}
.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
    margin-right: 75%;
}
.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
    margin-right: 50%;
}
.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
    margin-right: 25%;
}
.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
    margin-right: 0;
}
@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }
    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-sm-offset-right-9 {
        margin-right: 75%;
    }
    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-sm-offset-right-6 {
        margin-right: 50%;
    }
    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-sm-offset-right-3 {
        margin-right: 25%;
    }
    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }
    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-md-offset-right-9 {
        margin-right: 75%;
    }
    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-md-offset-right-6 {
        margin-right: 50%;
    }
    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-md-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}


/* FLEX ROW */
.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-reverse{
    flex-direction: row-reverse;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row-vcenter{
    align-items: center;
}

.row-vbottom{
    align-items: flex-end;
}

.row-center{
    justify-content: center;
}

@media screen and (min-width: 768px){
    .row-stretch{
        justify-content: stretch;
    }
}


/* THEME */
body{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    color: #404653;
    font-size: 13px;
    font-weight: 400;
}

.body-wrapper{
    overflow: hidden;
}

a{
    color: #404653;
    font-weight: 500;
}


a:hover,
a:focus,
a:active{
    color: #404653;
}

p{
    line-height: 24px;
}

li{
    font-weight: 500;
}

body.menu-is-open,
body.case-study-is-open{
    overflow: hidden;
}
@media screen and (min-width: 1900px){
    .container.container-fluid{
        width: 100%;
        padding: 0 100px;
    }
}


/* HEADER */
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .logo{
    width: 100px;
    float: left;
}

header .logo a{
    display: block;
}

header .menu-btn{
    float: right;
    margin: 35px 0;
    cursor: pointer;
}

header .menu-btn img{
    width: 60px;
}



/* MENU */
.menu-box{
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    padding: 35px 0;
    display: none;
    z-index: 200;
}

.menu-box .menu-btn{    
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    z-index: 210;
}

.menu-box .menu-btn img,
.case-studies-list .menu-btn img{
    width: 32px;
}

.menu-box>div{
    height: 100%;
    position: relative;
}

.menu-box .main-menu{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.menu-box .main-menu>div{
    margin: 0 auto;
}

.menu-box .main-menu ul{
    padding: 0;
    margin: 0;
}

.menu-box .main-menu ul li{
    list-style: none;
    position: relative;
}

.toggle-submenu{
    display: block;
    color: #a2e1d9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 45px;
    line-height: 61px;
    width: 60px;
    height: 61px;
    text-align: center;
    font-weight: 700;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

a .toggle-submenu{
    display: inline-block;
    position: relative;
    font-size: 20px;
    width: 30px;
    height: auto;
    line-height: inherit;
}

.toggle-submenu:hover,
.toggle-submenu:focus,
.toggle-submenu:active{
    background: #a2e1d9;
    color: #fff;
}

a .toggle-submenu:hover,
a .toggle-submenu:focus,
a .toggle-submenu:active{
    background: transparent;
}

.toggle-submenu:after{
    content: '+';
    display: block;
}

.menu-item-open .toggle-submenu:after{
    content: '-';
    line-height: 56px;
    color: #fff;
}

.menu-item-open a .toggle-submenu:after{
    line-height: inherit;
}

a:hover .toggle-submenu:after,
a:focus .toggle-submenu:after,
a:active .toggle-submenu:after,
.menu-item-open a .toggle-submenu:after{
    color: #000;
}

.menu-box .main-menu ul li a{
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 5px 60px;
    position: relative;
    transition: all 0.2s ease;
}

.menu-box .main-menu ul li.menu-item-open>a,
.menu-box .main-menu ul li a:hover,
.menu-box .main-menu ul li a:focus,
.menu-box .main-menu ul li a:active{
    text-decoration: none;
    background: #a2e1d9;
}

.menu-box .main-menu ul li.menu-item-open>a:before,
.menu-box .main-menu ul li a:before,
.menu-box .main-menu ul li a:before,
.menu-box .main-menu ul li a:before{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 100%;
    transition: all 0.2s ease;
    pointer-events: none;
}

.menu-box .main-menu ul li.menu-item-open>a:before,
.menu-box .main-menu ul li a:hover:before,
.menu-box .main-menu ul li a:focus:before,
.menu-box .main-menu ul li a:active:before{
    background: #a2e1d9;
}

.menu-box .main-menu ul li.menu-item-has-children ul.sub-menu{
    display: none;
}

.menu-box .main-menu ul li.menu-item-has-children ul.sub-menu li a{
    font-size: 16px;
}

@media screen and (min-width: 768px){
    .menu-box .main-menu ul li a{
        font-size: 36px;
    }
    
    .menu-box .main-menu ul li.menu-item-has-children ul.sub-menu li a{
        font-size: 24px;
    }

    a .toggle-submenu{
        width: 60px;
        font-size: 35px;
    }
}



/* PAGE */
.page-hero{
    min-height: 50vh;
    background-color: #404653;
    background-size: cover;
    background-position: 30% center;
    padding: 100px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.page-hero:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-top: 50px solid transparent;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
}

.empty-hero{
    min-height: 0!important;
    padding-bottom: 50px;
}

.empty-hero:after{
    border-top-width: 50px!important;
}

.page-hero h1{
    font-weight: 700;
    color: #fff;
    text-align: right;
}

.vertical-title{
    position: absolute;
    top: 0;
    z-index: 10;
}

.default-style{
    padding: 50px 0;
}

.default-style h1{
    font-weight: 700;
}

.box-title{
    background: #70c8c1;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

.vertical-title .box-title{
    transform: rotateZ(-90deg) translateX(-100%);
    transform-origin: left;
}

.box-title-dark{
    background: #404653;
}

.btn-green{
    background: #70c8c1;
    font-size: 13px;
    margin: 0;
    padding: 16px 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 2px solid #70c8c1;
    transition: all 0.3s ease;
    border-radius: 0;
    min-width: 200px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active{
    box-shadow: none;
    outline: none;
    background: transparent;
    color: #70c8c1;
}

.owl-carousel{
    position: relative;
}

.owl-dots{
    position: absolute;
    top: 0;
    right: 0;
}

.owl-dot{
    padding: 5px 0;
    text-align: right;
}

.owl-dot span{
    width: 20px;
    height: 1px;
    background: #404653;
    display: block;
    float: right;
    transition: all 0.3s ease;
}

.owl-dot.active span{
    width: 30px;
}

.round-dots .owl-dots{
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.round-dots .owl-dot{
    display: inline-block;
    padding: 2px;
}

.round-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: none;
    background: #dfe3e6;
}

.round-dots .owl-dot.active span{
    width: 10px;
    background: #404653;
}

.section-padding{
    padding-right: 25px;
    padding-left: 25px;
}

@media screen and (max-width: 767px){
    .page-hero>.container{
        width: 100%;
    }

    .page-hero .vertical-title .box-title{
        margin-top: 100px;
    }
}

@media screen and (min-width: 768px){
    .page-hero{
        min-height: 100vh;
        background-position: center;
    }

    .page-hero:after{
        border-top-width: 100px;
    }

    .page-hero h1{
        font-size: 100px;
    }

    .page-hero h1.hero-small-font{
        font-size: 70px;
    }

    .vertical-title{
        top: 50%;
        transform: translateY(-50%);
    }

    .vertical-title .box-title{
        transform: rotateZ(-90deg) translateX(-50%);
    }

    .section-padding{
        padding-right: 50px;
        padding-left: 50px;
    }

    .owl-dots{
        top: 50%;
        transform: translateY(-50%);
    }

    .round-dots .owl-dots{
        bottom: 0;
    }

    .round-dots .owl-dot.active span{
        background: #70c8c1;
    }
}

@media screen and (min-width: 992px){
    .page-hero h1{
        padding-right: 50px;
    }
}


/* HOME - HERO */
.page-template-page_home .page-hero:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000;
    z-index: 10;
}

@media screen and (min-width: 768px){
    .page-template-page_home .page-hero:before{
        height: 150px;
        bottom: -25px;
    }
}


/* HOME - ABOUT */
.home-about{
    position: relative;
    padding: 30px 0 70px;
}

.shadow-dots .owl-dots{
    height: 100%;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.horizontal-dots .owl-dots{
    width: 100%;
    height: 30px;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.horizontal-dots .owl-dots .owl-dot{
    padding: 0 5px;
    display: inline-block;
}

.horizontal-dots .owl-dots .owl-dot span{
    height: 13px;
    width: 1px;
}

.horizontal-dots .owl-dots .owl-dot.active span{
    height: 18px;
}

.horizontal-dots .c-service-name{
    transform: translate(-50%, -100%);
    bottom: 0;
    right: auto;
    top: auto;
    left: 50%;
}

.home-about-img{
    position: relative;
    display: block;
    margin: 0 auto;
}

.c-service-name{
    position: absolute;
    top: 0;
    right: 40px;
    font-weight: 600;
}

.home-about-text{
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

.home-about-img{
    width: 550px;
    max-width: 100%;
}

@media screen and (min-width: 768px){
    .home-about{
        padding: 0;
    }

    .home-about-text{
        text-align: left;
        margin-bottom: 0;
    }

    .shadow-dots .owl-dots{
        justify-content: center;
    }

    .c-service-name{
        top: 50%;
        transform: translateY(-50%);
    }

    .home-about-img .c-service-name{
        transform: translate(-50%, -100%);
        bottom: 0;
        right: auto;
        top: auto;
        left: 50%;
    }
}

@media screen and (min-width: 1200px){
    .home-about-text{
        padding: 0 40px;
        max-width: 500px;
        margin: 15px 0 0 auto;
    }

    .horizontal-dots.hdvfh .owl-dots{
        width: 40px;
        height: 100%;
        left: auto;
        top: 0;
        right: 0;
        bottom: auto;
        flex-direction: column;
    }

    .horizontal-dots.hdvfh .owl-dot span{
        width: 20px;
        height: 1px;
    }

    .horizontal-dots.hdvfh .owl-dots .owl-dot{
        padding: 5px 0;
    }

    .horizontal-dots.hdvfh .owl-dot.active span{
        width: 30px;
        height: 1px;
    }

    .home-about-img img{
        max-width: calc(100% - 65px);
    }

    .home-about-img .c-service-name{
        left: auto;
        right: 50px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        max-width: 65px;
        text-align: right;
    }
}

@media screen and (min-width: 1900px){

    .home-about-img{
        position: initial;
        margin: 0;
    }

    .home-about-img img{
        max-width: 100%;
    }

    .home-about-img .c-service-name{
        max-width: initial;
    }
}


/* HOME - CASE STUDIES */
.home-cs{
    position: relative;
    background: #404653;
}

.home-cs:before,
.home-cs:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.home-cs:before{
    top: -1px;
    border-top: 75px solid #fff;
    border-left: 100vw solid transparent;
}

.home-cs:after{
    bottom: -2px;
    border-bottom: 75px solid #70c8c1;
    border-left: 100vw solid transparent;
}

.home-cs-carousel>.owl-stage-outer>.owl-stage{
    display: flex;
    justify-content: stretch;
}

.home-cs-carousel>.owl-dots{
    top: 50%;
    transform: translateY(-50%);
}

.home-cs-carousel>.owl-dots .owl-dot{
    width: 40px;
    float: left;
    clear: both;
}

.home-cs-carousel>.owl-dots span{
    background: #fff;
}

.home-cs-item{
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 100%;
}

.home-cs-details{
    text-align: center;
    color: #fff;
}

.home-cs h3{
    font-size: 30px;
    font-weight: 700;
}

.home-cs p{
    font-size: 15px;
}

.home-cs .cs-logo{
    margin-top: 20px;
    padding-top: 22px;
    position: relative;
    margin-bottom: 40px;
}

.home-cs .cs-logo:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 2px;
    background: #70c8c1;
}

.home-cs .cs-logo img{
    width: 200px!important;
    display: inline-block!important;
}

.home-cs-highlights{
    margin-top: 50px;
    text-align: right;
}

.cs-highlight{
    margin: 20px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

.cs-highlight dt{
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.cs-highlight dt span{
    color: #70c8c1;
}

.cs-highlight dd{
    font-weight: 300;
}

.highlights-carousel{
    position: relative;
    padding-bottom: 10px;
}

.highlights-carousel>.owl-dots{
    left: 0;
    transform: none;
}

@media screen and (max-width: 767px){
    .home-cs-carousel>.owl-dots{
        right: auto;
        left: 15px;
    }

    .home-cs-carousel>.owl-dots span{
        float: left;
    }
}

@media screen and (min-width: 768px){
    .home-cs:before{
        border-top-width: 200px;
    }

    .home-cs:after{
        border-bottom-width: 200px;
    }

    .home-cs-carousel>.owl-dots{
        right: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 750px;
    }

    .home-cs-carousel>.owl-dots .owl-dot{
        float: right;
    }

    .home-cs-details{
        text-align: right;
    }
    
    .home-cs h3{
        font-size: 50px;
    }

    .home-cs .cs-logo:before{
        right: 0;
        transform: none;
    }

    .home-cs-highlights,
    .cs-highlight{
        text-align: left;
    }

    .home-cs-item{
        padding: 200px 0;
    }
}

@media screen and (min-width: 992px){
    .home-cs-carousel>.owl-dots{
        width: 970px;
    }

    .home-cs h3{
        font-size: 60px;
    }
}

@media screen and (min-width: 1200px){
    .home-cs-carousel>.owl-dots{
        width: 1170px;
    }
}

@media screen and (min-width: 1500px){
    .home-cs-carousel>.owl-dots{
        width: 1400px;
    }
}

@media screen and (min-width: 1900px){
    .home-cs-carousel>.owl-dots{
        width: 1600px;
    }
}


/* HOME - QUOTE */
.home-quote{
    position: relative;
    background: #70c8c1;
    padding-bottom: 75px;
}

.home-quote:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-bottom: 75px solid #fff;
    border-left: 100vw solid transparent;
}

.home-quote .quote-item{
    margin-top: 0;
}

.quote-item{
    text-align: center;
}

.quote-item h3{
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.quote-item h3:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #404653;
    width: 100px;
    height: 2px;
}

.quote-item p{
    font-style: italic;
    line-height: 20px;
    font-weight: 500;
}

.quote-author h4{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.quote-author h5{
    font-weight: 500;
    font-size: 13px;
    margin-top: 3px;
}

.quote-image img{
    width: 300px!important;
}

@media screen and (min-width: 768px){
    .home-quote{
        padding-bottom: 200px;
    }

    .home-quote:before{
        border-bottom-width: 200px;
    }

    .quote-item{
        text-align: left;
    }

    .quote-item h3{
        font-size: 40px;
    }

    .quote-item h3:after{    
        left: 0;
        transform: none;
    }

    .home-quote-carousel{
        margin-bottom: -170px;
    }

    .page-template-page_home .quote .quote-item{
        margin-top: 0;
    }

    .quote-image{
        min-height: 610px;
        text-align: center;
    }
}


/* HOME - CLIENTS */
.home-clients{
    position: relative;
    padding: 50px 0 100px;
}

.home-clients>.container{
    position: relative;
}

.client-list>div{
    padding: 0;
}

.client-item{
    display: block;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.client-list>div:nth-child(2n+1)>.client-item{
    border-right: 1px solid #e8e8e8;
}

.client-list>div:nth-last-child(-n+2)>.client-item{
    border-bottom: 1px solid transparent;
}

.client-item img{
    width: 260px;
    margin: 20px 0;
    transition: all 0.3s ease;
}

a.client-item:hover img,
a.client-item:focus img,
a.client-item:active img{
    opacity: 0.7;
}

a.client-item:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 200;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c8c1+0,70c8c1+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(112,200,193,1) 0%, rgba(112,200,193,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(112,200,193,1) 0%,rgba(112,200,193,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(112,200,193,1) 0%,rgba(112,200,193,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c8c1', endColorstr='#0070c8c1',GradientType=0 ); /* IE6-9 */
}

a.client-item:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    background: url('img/icon-plus.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

a.client-item:hover:after,
a.client-item:focus:after,
a.client-item:active:after,
a.client-item:hover:before,
a.client-item:focus:before,
a.client-item:active:before{
    opacity: 1;
}

@media screen and (min-width: 768px){
    .client-list>div>.client-item{
        border-right: 1px solid #e8e8e8;
    }

    .client-list>div:nth-child(4n+4)>.client-item{
        border-right: 1px solid transparent;
    }

    .client-list>div:nth-last-child(-n+4)>.client-item{
        border-bottom: 1px solid transparent;
    }
}


/* SERVICES PAGE */
.page-template-page_services .page-hero:after{
    border-left-color: #eaeef1;
    border-right-color: #eaeef1;
}

.services-section-1{
    background: #eaeef1;
    position: relative;
    padding: 40px 0 150px;
}

.services-section-1:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    border-top: 100px solid transparent;
    border-left: 100vw solid #fff;
}

.services-image-1{
    text-align: center;
}

.services-image-1 img{
    width: 650px;
}

.services-section-2{
    text-align: center;
    padding-top: 50px;
}

.services-section-2 h2{
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.services-section-2 h2:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #70c8c1;
}

.services-section-3{
    position: relative;
    margin-top: 50px;
    padding-bottom: 75px;
}

.service-image{
    text-align: center;
    margin: 25px 0;
    display: block;
}

.service-image img{
    width: 555px!important;
    display: inline-block!important;
}

@media screen and (min-width: 768px){
    .services-section-1{
        padding: 0 0 200px;
    }

    .services-section-1:before{
        border-top-width: 200px;
    }

    .services-text-1{
        padding: 20px 15px 10px;
    }

    .services-section-2{
        padding-top: 50px;
    }

    .services-section-3{
        padding-bottom: 200px;
    }
}

@media screen and (min-width: 992px){
    .services-text-2{
        padding: 0 45px;
    }
}

@media screen and (min-width: 1200px){
    .services-text-2{
        padding: 0 30px;
    }
}


/* QUOTE */
.quote{
    position: relative;
    background: #70c8c1;
}

.quote:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    top: 1px;
    border-bottom: 75px solid #70c8c1;
    border-left: 100vw solid transparent;
}

.quote:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-bottom: 75px solid #fff;
    border-left: 100vw solid transparent;
}

.quote-content{
    margin-bottom: 25px;
}

.quote .quote-image img{
    width: 555px!important;
}

@media screen and (min-width: 768px){
    .quote:before{
        border-bottom-width: 200px;
    }

    .quote:after{
        border-bottom-width: 200px;
    }

    .quote-content{
        margin-top: 60px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px){
    .quote-item{
        margin-top: -100px;
        margin-bottom: 0;
    }

    .quote-content{
        margin-top: 0;
    }
}


/* ABOUT */
.page-template-page_about .page-hero:after{
    border-left-color: #eaeef1;
    border-right-color: #eaeef1;
}

.about-section-1{
    position: relative;
    background: #eaeef1;
    padding-top: 25px;
    padding-bottom: 150px;
}

.about-section-1:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-bottom: 75px solid #fff;
    border-right: 100vw solid transparent;
}

.about-image-1 img{
    width: 450px;
}

.about-text-1 h2{
    font-weight: 700;
    font-size: 24px;
}

.about-section-2{
    padding-top: 50px;
}

.about-section-2 h2,
.about-vertical-markets h2{
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.about-team{
    position: relative;
    margin-top: 50px;
    margin-bottom: 75px;
}

.team-members>div{
    padding: 0 7px 14px;
}

.team-members:after{
    content: '';
    display: block;
    clear: both;
}

.team-member{
    position: relative;
}

.team-member-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: default;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c8c1+0,70c8c1+100&0+0,0.7+70,1+100 */
    background: -moz-linear-gradient(top,  rgba(112,200,193,0) 0%, rgba(112,200,193,0.7) 70%, rgba(112,200,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(112,200,193,0) 0%,rgba(112,200,193,0.7) 70%,rgba(112,200,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(112,200,193,0) 0%,rgba(112,200,193,0.7) 70%,rgba(112,200,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070c8c1', endColorstr='#70c8c1',GradientType=0 ); /* IE6-9 */
}

.team-member:hover .team-member-hover,
.team-member:focus .team-member-hover,
.team-member:active .team-member-hover{
    opacity: 1;
}

.team-member-hover h4{
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.team-member-hover p{
    font-size: 12px;
    line-height: initial;
}

.about-vertical-markets{
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.vertical-market{
    margin: 20px 0;
}

.vertical-market img{
    width: 80px;
}

.vertical-market h4{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}


@media screen and (min-width: 768px){
    .about-section-1{
        padding-bottom: 150px;
    }

    .about-section-1:before{
        border-bottom-width: 200px;
    }

    .about-text-1{
        padding: 0 15px;
    }

    .about-section-2{
        padding-top: 0;
    }

    .about-text-2{
        padding: 0 25px;
    }

    .about-vertical-markets{
        margin-bottom: 250px;
    }

    .vertical-market h4{
        font-size: 14px;
    }
}


/* SERVICE - SINGLE */
.service-section-1{
    padding: 50px 0;
    position: relative;
}

.service-image-1{
    text-align: center;
}

.service-image-1 img{
    width: 550px;
}

.service-content{
    margin-bottom: 75px;
}

.service-content-tabs .nav-tabs{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: none;
}

.service-content-tabs .nav-tabs li{
    float: none;
}

.service-content-tabs .nav-tabs li a{
    border-radius: 0;
    margin: 0;
    border: none;
}

.service-content-tabs .nav-tabs li.active a,
.service-content-tabs .nav-tabs li a:hover,
.service-content-tabs .nav-tabs li a:focus,
.service-content-tabs .nav-tabs li a:active{
    border: none;
    margin: 0;
    background: transparent;
}

.sct-image img{
    width: 92px;
}

.sct-image-hover{
    display: none;
}

li.active .sct-image-default,
a:hover .sct-image-default,
a:focus .sct-image-default,
a:active .sct-image-default{
    display: none;
}

li.active .sct-image-hover,
a:hover .sct-image-hover,
a:focus .sct-image-hover,
a:active .sct-image-hover{
    display: inline;
}

.sct-title{
    text-align: center;
}

.service-content h3,
.sct-title h3{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.service-content h3{
    text-align: center;
    margin-bottom: 20px;
}

.sct-text{
    max-width: 700px;
    text-align: center;
    margin-bottom: 50px;
}

.more-services{
    position: relative;
    text-align: center;
}

.more-service-item img{
    width: 555px!important;
    display: inline-block!important;
}

@media screen and (max-width: 767px){
    .service-content-tabs .tab-pane{
        display: block;
        opacity: 1;
    }
}

@media screen and (min-width: 768px){
    .service-content{
        margin-bottom: 200px;
    }

    .sct-text{
        margin: 50px auto;        
    }

    .service-text-1{
        max-width: 460px;
    }
}


/* CASE STUDIES */
.case-hero-wrapper{
    width: 100%;
}

.case-hero-blur-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-hero-blur{
    width: 100vw;
    height: 100%;
    width: calc(100vw + 40px);
    height: calc(100% + 20px);
    margin: -10px -20px;
    background-size: cover;
    background-position: 30% center;

    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.case-hero-details{
    text-align: right;
    color: #fff;
}

.case-hero-details h1{
    font-size: 30px;
    font-weight: 700;
    padding: 0;
}

.case-hero-details p{
    font-size: 15px;
}

.case-hero-details .cs-logo{
    margin-top: 20px;
    padding-top: 22px;
    position: relative;
    margin-bottom: 40px;
}

.case-hero-details .cs-logo:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #70c8c1;
}

.case-hero-details .cs-logo img{
    width: 200px!important;
    display: inline-block!important;
}

.case-hero-highlights{
    margin-top: 10px;
}

.case-section-1{
    padding: 50px 0;
    position: relative;
}

.service-provided-item img{
    width: 728px!important;
    margin: 0 auto;
}

.case-details{
    padding-top: 100%;
    padding-bottom: 100px;
    position: relative;
    background: #fbfbfb;
}

.case-details-bg{
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    z-index: 1;
}

.case-details-bg:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-bottom: 101%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,fbfbfb+100&0+60,1+90 */
    background: -moz-linear-gradient(top,  rgba(251,251,251,0) 0%, rgba(251,251,251,0) 60%, rgba(251,251,251,1) 90%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,0) 0%,rgba(251,251,251,0) 60%,rgba(251,251,251,1) 90%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(251,251,251,0) 0%,rgba(251,251,251,0) 60%,rgba(251,251,251,1) 90%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbfbfb', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}

.case-details:after{
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 100vw solid #fff;
    border-bottom: 75px solid transparent;
    z-index: 1;
}

.case-details-container{
    background: #fbfbfb;
}

.case-tabs{
    position: relative;
    min-height: 400px;
}

.case-tabs .nav-tabs{
    border-bottom: none;
    position: absolute;
    top: -15px;
    left: 0px;
    transform: rotateZ(-90deg) translateX(-100%);
    transform-origin: left;
    display: flex;
    flex-direction: row-reverse;
    white-space: nowrap;
    z-index: 10;
}

.case-tabs .nav-tabs>li{
    float: right;
}

.case-tabs .nav-tabs>li>a{
    font-size: 14px;
    margin: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #404653;
    font-weight: 400;
    display: inline-block;
    border-radius: 0;
    border: none;
}

.case-tabs .nav-tabs>li>a:hover,
.case-tabs .nav-tabs>li>a:focus,
.case-tabs .nav-tabs>li>a:active{
    border: none;
    color: #404653;
}

.case-tabs .nav-tabs>li.active>a,
.case-tabs .nav-tabs>li.active>a:hover,
.case-tabs .nav-tabs>li.active>a:active{
    background: #70c8c1;
    color: #fff;
}

.case-details-content{
    padding: 0 0 0 40px;
    text-align: right;
}

.case-details-content h2{
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-top: 0;
}

.case-details-content h2:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #70c8c1;
}

.case-details-content blockquote{
    border: none;
    font-size: 16px;
}

.more-cases{
    margin: 50px 0;
}

.more-content-carousel{
    margin-bottom: 25px;
}

.more-content-carousel.round-dots .owl-dots{
    bottom: -25px;
}

.more-case{
    display: block;
    padding: 0;
    position: relative;
}

.more-case:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 200;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;

    background: rgba(112, 200, 193, 0.6);
}

.more-case:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    background: url('img/icon-plus.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.more-case:hover:before,
.more-case:hover:after,
.more-case:focus:before,
.more-case:focus:after,
.more-case:active:before,
.more-case:active:after{
    opacity: 1;
}


@media screen and (min-width: 768px){
    .case-hero-blur-container{
        width: 60%;
    }

    .case-hero-blur{
        background-position: center;
    }

    .case-hero-details h1{
        font-size: 60px;
        margin-top: 0;
    }
    
    .case-section-1{
        padding: 0;
    }

    .case-details{
        padding: 0;
        background: none;
    }

    .case-details-bg{
        width: 50%;
        height: 100%;
        padding: 0;
        z-index: -1;
    }

    .case-details-container{
        padding-top: 200px;
        padding-bottom: 200px;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,fbfbfb+100&0+35,1+48 */
        background: -moz-linear-gradient(left,  rgba(251,251,251,0) 0%, rgba(251,251,251,0) 35%, rgba(251,251,251,1) 48%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(251,251,251,0) 0%,rgba(251,251,251,0) 35%,rgba(251,251,251,1) 48%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(251,251,251,0) 0%,rgba(251,251,251,0) 35%,rgba(251,251,251,1) 48%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbfbfb', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */

    }

    .case-details-bg:before{
        display: none;
    }

    .case-details:after{
        border-bottom-width: 200px;
    }
    
    .case-tabs .nav-tabs>li>a{
        background: rgba(255,255,255,.7);
    }

    .case-details-content{
        height: 310px;
        width: 100%;
        overflow: auto;
        padding: 0 10px 0 0;
        margin: 50px 0;
    }
}

@media screen and (min-width: 992px){
    .case-hero-blur-container{
        width: 50%;
    }

}


/* CASE STUDIES LIST */
.case-studies-list{
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    padding: 35px 0;
    display: none;
    z-index: 200;
}

.case-studies-list .menu-btn{    
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 210;
}

.case-studies-list>.container{
    height: 100%;
    position: relative;
}

.case-studies-list .vertical-title{
    top: 50%;
    transform: translateY(-50%);
}

.case-studies-list .vertical-title .box-title{
    transform: rotateZ(-90deg) translateX(-50%);
    margin-left: 25px;
}

.cases-list{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.cases-carousel .owl-stage{
    left: -20px;
}

.cases-carousel .owl-next,
.cases-carousel .owl-prev{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    display: none;
}

.cases-carousel .owl-next{
    right: 0;
}

.cases-carousel .owl-next i,
.cases-carousel .owl-prev i{
    display: none;
}

@media screen and (min-width: 768px){
    .case-studies-list .menu-btn{    
        position: absolute;
        top: 25px;
        right: 25px;
    }
    
    .cases-carousel .owl-stage{
        left: -50px;
    }

    .cases-carousel .owl-next,
    .cases-carousel .owl-prev{
        display: block;
    }
}


/* CONTACT */
.page-template-page_contact header .logo a{
    background: url('img/logo-dark.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-template-page_contact header .menu-btn{
    background: url('img/btn-menu-dark.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-template-page_contact header .logo a img,
.page-template-page_contact header .menu-btn img{
    opacity: 0;
}

.contact-hero{
    height: 80vh;
    min-height: 560px;
}

.contact-hero .vertical-title .box-title{
    background-color: #404653;
}

.hero-map{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-map #map{
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.show-map .hero-map #map{
    pointer-events: all;
}

.hero-map-info{
    position: absolute;
    top: 25%;
    width: 100%;
    color: #404653;
    transition: all 0.3s ease;
}

.show-map .hero-map-info{
    opacity: 0;
    pointer-events: none;
}

.hero-map-info h1{
    padding: 0 0 15px;
    margin: 0 0 15px;
    text-align: center;
    color: #404653;
    font-size: 40px;
    position: relative;
}

.hero-map-info h1:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #404653;
}

.hero-map-address{
    margin: 100px 0 25px;
    font-weight: 500;
    text-align: center;
}

.hero-map-contact-info{
    padding-left: 0;
    margin-bottom: 0;
}

.hero-map-contact-info li{
    list-style: none;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.hero-map-contact-info li span{
    display: block;
    font-weight: 700;
}

.contact-main{
    padding: 50px 0;
}

.contact-main h2{
    font-weight: 700;
}

.form-style .wpcf7-form-control-wrap{
    width: 100%;
}

.form-style .form-control{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #404653;
    box-shadow: none;
    font-size: 13px;
    color: #404653;
}

.form-style textarea.form-control{
    background: url('img/textarea-bg2.png');
    background-repeat: repeat;
    padding: 0 12px;
    line-height: 50px;
    border-bottom: none;
    background-attachment: local;
    background-position: 0 -1px;
    min-height: 150px;
}

.form-style .wpcf7-not-valid-tip{
    display: none;
}

.form-style .form-control.wpcf7-not-valid{
    border-bottom-color: #f00;
}

.inline-flex{
    display: flex;
    align-items: flex-end;
}

.inline-flex label{
    margin-bottom: 0;
    padding-right: 5px;
    margin-bottom: 10px;
}

.form-style .text-center label{
    margin: 10px 0 0;
}

.custom-select>span {
    position: relative;
    width: 100%;
}

.custom-select>span select {
    display: none;
}

.select-selected {
    background-color: #ebebeb;
    margin: 3px 0;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #404653 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #404653 transparent;
    top: 11px;
}

.select-items div,.select-selected {
    color: #404653;
    padding: 5px 32px 5px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 25px;
}

.select-items {
    position: absolute;
    background-color: #ebebeb;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 15px;
}

.select-hide {
    display: none;
}

.select-items div:hover, div.same-as-selected {
    background-color: #70c8c1;
    color: #fff;
}

.form-deadline-box{
    align-items: flex-start;
    margin-top: 20px;
}

.wpcf7-form-control-wrap.your-deadline{
    width: 100%;
    margin-top: 5px;
}

.form-deadline{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-around;
}

.form-deadline:before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    width: 100%;
    height: 1px;
    background: #404059;
}

.form-deadline>span{
    margin: 0;
    width: 100%;
    text-align: center;
}

.form-deadline label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-deadline label input {
    position: absolute;
    opacity: 0;
}

.form-deadline label span{
    padding-top: 35px;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.form-deadline label input:checked ~ span{
    font-weight: 600;
}

.form-deadline label span:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    width: 15px;
    background-color: #70c8c1;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease;
}

.form-deadline label span:after{
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 1px;
    height: 10px;
    background: #404059;
}

.form-deadline label:hover input ~ span:before {
    opacity: 1;
}

.form-deadline label input:checked ~ span:before {
    opacity: 1;
}

.contact-main .wpcf7-response-output{
    padding: 0;
    text-align: center;
    margin: 25px 0;
    border: none;
    font-weight: 500;
}

@media screen and (max-width: 767px){
    .contact-hero .vertical-title{
        display: none;
    }

    .form-deadline-box{
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px){
    .hero-map-info{
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 30px;
    }

    .hero-map-info h1{
        font-size: 60px;
    }

    .hero-map-address{
        font-size: 16px;
    }

    .hero-map-contact-info{
        text-align: center;
    }

    .hero-map-contact-info li{
        display: inline-block;
        margin-right: 15px;
        padding-right: 15px;
        position: relative;
    }

    .hero-map-contact-info li:after{
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background: #949494;
        transform: rotateZ(30deg);
        position: absolute;
        right: 0;
        top: 0;
    }

    .hero-map-contact-info li span{
        display: inline-block;
        margin-right: 5px;
    }

    .hero-map-contact-info li:last-child{
        padding-right: 0;
        margin-right: 0;
    }

    .hero-map-contact-info li:last-child:after{
        display: none;
    }
}


/* BLOG */
.single-post .blog-hero:after{
    border-left-color: #f8f8f8;
    border-right-color: #f8f8f8;
}

.blog-hero .container.container-fluid .container,
.post-area .container:not(.container-fluid){
    max-width: 1170px;
}

.blog-hero .container.container-fluid .container{
    margin: 0 -15px;
}

.search-form{
    position: relative;
}

.search-box{
    margin-top: 50px;
    padding-right: 40px;
}

.search-input{
    width: 100%;
    padding: 8px 16px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    outline: none!important;
}

.search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic;
}

.search-input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-style: italic;
}

.search-input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-style: italic;
}

.search-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-style: italic;
}

.search-button{
    position: absolute;
    top: 0;
    right: -35px;
    width: 35px;
    height: 35px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-size: 18px;
}

.blog-categories{
    margin: 10px -5px 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    overflow: hidden;
}

.blog-categories li{
    list-style: none;
    display: block;
    margin: 5px;
    flex-grow: 1;
}

.blog-categories li a{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 16px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.blog-categories li a:hover,
.blog-categories li a:focus,
.blog-categories li a:active{
    color: #404653;
    background: #fff;
    text-decoration: none;
}

.post-area{
    background: #f8f8f8;
    position: relative;
    padding-bottom: 100px;
}

.post-area:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 75px solid transparent;
    border-left: 100vw solid #fff;
}

.post-area article{
    padding-top: 50px;
    color: #323334;
}

.post-header .post-date{
    color: #aaaaaa;
    display: inline-block;
    margin-right: 15px;
}

.post-header .post-author{
    display: inline-block;
}

.post-header h1{
    font-weight: 700;
    font-size: 26px;
    color: #323334;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.post-header h1:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #323334;
}

.after-post-widgets{
    margin: 50px 0;
}

.more-posts{
    margin-top: 50px;
}

.more-post{
    position: relative;
    display: block;
}

.more-post-title{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.more-post-title h4{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

.newsletter-form{
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #323334;
    flex-wrap: wrap;
}

.mc4wp-response{
    max-width: 450px;
    margin: 5px auto;
    text-align: center;
}

.newsletter-form label{
    line-height: 42px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}

.newsletter-form input[type=email]{
    background: #f8f8f8;
    border: none;
    outline: none;
    padding: 12px;
    flex-grow: 1;
}

.newsletter-form input[type=submit]{
    background: #70c8c1;
    font-size: 13px;
    margin: 0;
    line-height: 42px;
    padding: 0 10px;
    color: #fff;
    font-weight: 700;
    border: none;
    outline: none;
}

.share{
    margin: 0 0 20px;
}

.share span{
    text-transform: uppercase;
    color: #323334;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.share ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}

.share ul li{
    list-style: none;
    display: inline-block;
}

.share ul li a{
    width: 26px;
    height: 26px;
    background: #a4a4a4;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.share ul li a:hover,
.share ul li a:focus,
.share ul li a:active{
    background: #70c8c1;
}

.post-archive{
    position: relative;
    margin: -100px 0 50px;
}

.post-archive-item{
    position: relative;
    padding-bottom: 60%;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    background: #000;
}

.post-archive-item:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 200;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 1;

    background: rgba(112, 200, 193, 0.6);
}

.post-archive-item:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 120px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    background: url('img/icon-plus.png');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.post-archive-item:hover:before,
.post-archive-item:hover:after{
    opacity: 1;
}

.post-archive-item .post-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-size: cover;
    background-position: center;
}

.post-archive-item h2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
}

.post-archive-item .post-date{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
}

.navigation.pagination{
    margin: 10px auto;
    display: block;
}

.navigation.pagination h2{
    display: none;
}

.navigation.pagination .nav-links{
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navigation.pagination .nav-links .page-numbers{
    padding: 6px 12px;
    display: inline-block;
    font-weight: 700;
    background: #404653;
    color: #fff;
    text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers.next,
.navigation.pagination .nav-links .page-numbers.prev{
    padding: 7px 7px 6px;
    font-size: 12px;
}

.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links .page-numbers:focus,
.navigation.pagination .nav-links .page-numbers:active,
.navigation.pagination .nav-links .page-numbers.current{
    background: #70c8c1;
}

.nothing-found{
    padding: 200px 0 50px;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 767px){
    .content-column>div{
        padding: 0!important;
    }
}

@media screen and (min-width: 768px){
    .blog-hero h1.hero-regular-font{
        font-size: 50px;
    }

    .blog-hero h1.hero-small-font{
        font-size: 50px;
    }

    .post-area{
        padding-bottom: 200px;
    }

    .post-area:after{
        border-top-width: 150px;
    }

    .post-area article{
        padding-top: 10px;
    }

    .img-negative-margin{
        margin-top: -230px;
        position: relative;
    }

    .newsletter-form{
        flex-wrap: nowrap;
        background: #f8f8f8;
    }

    .newsletter-form label{
        padding-left: 22px;
        width: auto;
    }
}

@media screen and (min-width: 992px){
    .more-post-title{
        opacity: 0;
    }

    .more-post:hover .more-post-title{
        opacity: 1;
    }

    .post-header-box,
    .post-content{
        padding: 0 30px;
    }

    .blog-hero .container.container-fluid .container{
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .share{
        padding-left: 30px;
    }
}

@media screen and (min-width: 1200px){
    .blog-hero{
        padding: 200px 0;
    }

    .blog-hero h1.hero-regular-font{
        font-size: 70px;
    }

    .img-negative-margin{
        margin-top: -300px;
    }

    .share{
        position: absolute;
        transform: rotateZ(-90deg) translate(-100%, -15px);
        transform-origin: 0 0;
    }

    .share ul li a{
        transform: rotateZ(90deg);
    }
}


/* CTA */
.cta{
    text-align: center;
    background-image: url('img/cta-bg-mobile.jpg');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0 400px;
    margin-bottom: -325px;
}

.cta-box{
    padding: 0 15px;
    max-width: 780px;
    margin: 0 auto;
}

.cta h2{
    font-weight: 700;
    margin-bottom: 20px;
}

.cta p{
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cta.cta-hide-bg{
    background: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 768px){
    .cta{
        padding: 150px 0 300px;
        background-image: url('img/cta-bg.jpg');    
        margin-bottom: -215px;
    }
}

@media screen and (min-width: 1200px){
    .cta{
        padding-top: 170px;
    }
}

@media screen and (min-width: 1440px){
    .cta{
        background-position: top;
    }
}


/* SOCIAL NETWORKS */
.social-networks{
    margin: 10px 0;
    text-align: center;
}

.social-networks a{
    display: inline-block;
    background: #b7b7b7;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.social-networks a:hover,
.social-networks a:focus,
.social-networks a:active{
    text-decoration: none;
    background: #70c8c1;
}


/* TO TOP */
.to-top{
    position: fixed;
    bottom: 10px;
    right: 15px;
    background: #b7b7b7;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 1px 0 0 1px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 50;
}

.to-top.visible{
    opacity: 1;
    pointer-events: all;
}

.to-top:hover,
.to-top:focus,
.to-top:active{
    background: #70c8c1;
}

@media screen and (min-width: 2250px){
    .to-top{
        bottom: 25px;
    }
}


/* FOOTER */
footer p{
    line-height: initial;
}

.footer-1{
    position: relative;
    min-height: 325px;
    text-align: center;
    padding-bottom: 50px;
}

.footer-1:before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 50px solid transparent;
    border-left: 50.5vw solid #404653;
    border-right: 50.5vw solid #404653;
    pointer-events: none;
}

.footer-1 .logo img{
    width: 200px;
}

.footer-1 h3{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-2{
    padding: 50px 0;
    background: #404653;
    color: #c3c2c2;
    font-size: 12px;
    text-align: center;
}

.footer-2 h4{
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-2 h4 a{
    color: #fff;
}

.footer-2 .footer-widget .menu{
    padding: 0;
    text-align: center;
}

.footer-2 .footer-widget .menu li{
    list-style: none;
    display: block;
}

.footer-2 .footer-widget .menu li a{
    display: inline-block;
    font-size: 12px;
    color: #949494;
}

.footer-3{
    padding: 20px 0;
    background: #404653;
    border-top: 1px solid #525864;
    text-align: center;
}

.footer-3 p{
    font-size: 12px;
    color: #949494;
}

.footer-3 ul{
    padding: 0;
    margin: 0;
}

.footer-3 ul li{
    list-style: none;
    display: inline-block;
}

.footer-3 ul li a{
    display: inline-block;
    font-size: 12px;
    color: #949494;
    padding: 0 2px;
}

@media screen and (min-width: 768px){
    .footer-1:before{
        border-top-width: 150px;
    }

    .footer-1{
        min-height: 215px;
    }

    .footer-3 p{
        font-size: 12px;
        margin: 0;
        text-align: left;
    }

    .footer-3 ul{
        text-align: right;
    }
}

@media screen and (min-width: 992px){
    .footer-2{
        text-align: left;
    }

    .footer-2 .footer-widget .menu{
        margin-bottom: 0;
    }

    .footer-2 .footer-widget .menu li{
        display: inline-block;
        width: 30%;
    }

    .footer-2 .social-networks{
        text-align: right;
    }
}


/* EXTRA LARGE SCREENS */
@media screen and (min-width: 1500px){
    .container{
        width: 1400px;
    }
}

@media screen and (min-width: 1900px){
    .container{
        width: 1600px;
    }

    .about-section-1 {
        padding-bottom: 180px;
    }
}

@media screen and (min-width: 2250px){
    body{
        overflow-x: hidden;
    }

    .container{
        width: 1170px;
    }

    .menu-box,
    .case-studies-list{
        height: 67vh;
    }

    .full-body-wrapper{
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        transform-origin: 0 0;
        max-width: 67vw;
    }

    .page-hero {
        min-height: 65vh;
    }

    .case-hero-blur{
        width: calc(67vw + 40px);
    }

    .contact-hero{
        height: 55vh;
        min-height: 560px;
    }
}