*{
    margin: 0;
    padding: 0;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body{
    font: 17px/1 'LatoRegular', sans-serif;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li{
    display: inline-block;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}
a:hover,
a:focus,
a:active{
    color: #f8c520;
    background: transparent;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* HEADER */ 
header{
    background: #000;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
}
.header{
    padding: 11px 0;
}
.logo{
    float: left;
}
.navigation{
    float: right;
    text-align: right;
}
.header-top-info > div{
    display: inline-block;
}
.header-top-info a{
    font-size: 19px;
    line-height: 2;
}
.info-icon{
    height: 42px;
    width: 35px;
    display: inline-block;
    float: left;
    margin-right: 9px;
}
.icon-phone{
    background: url(../images/phone.png) center/cover no-repeat;
}
.icon-email{
    background: url(../images/email.png) center/cover no-repeat;
}
.info_phone{
    margin-right: 20px;
}
nav{
    margin-top: 28px;
}
.header-menu{
    float: right;
    margin-top: -60px;
}
.navigation-menu li{
    display: inline-block;
    padding-top: 40px;
    overflow: hidden;
    margin-left: 100px;
}
.navigation-menu li:first-of-type{
    margin-left: 0;
}
.navigation-menu li a{
    position: relative;
    font: 600 19px 'ProximaNovaBold', sans-serif;
}
.navigation-menu li a:before {
    background: url(../images/logo-icon-white.png) center no-repeat;
    content: "";
    background-size: cover;
    width: 30px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navigation-menu li a:hover:before{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* MAIN CONTENT */
.slider-bg{
    height: 760px;
}
.slide-1 .slider-bg{
    background: url("../images/slider/slide-1.jpg") 0 75%/cover no-repeat;
}
.slide-2 .slider-bg{
    background: url("../images/slider/slide-2.jpg") 0 75%/cover no-repeat;
}
.slide-3 .slider-bg{
    background: url("../images/slider/slide-3.jpg") 0 75%/cover no-repeat;
}
.slider-item{
    outline: none;
    position: relative;
}
.slider-img img{
    width: 100%;
    height: auto;
}
.slick-arrow{
    position: absolute;
    top: 38%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.arrow-prev{
    left: 0;
    z-index: 2;
    background: url("../images/slider/left-arrow.png") no-repeat;
}
.arrow-next{
    right: 0;
    background: url("../images/slider/right-arrow.png") no-repeat;

}
.slider-content{
    background: url("../images/logo-honeycomb.png") no-repeat;
    position: absolute;
    top: 16%;
    right: 8.2%;
    padding: 100px 0;
    width: 390px
}
.content_text{
    text-align: center;
    color: #fff;
    font: 62px 'Oswald-Regular', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.content_action {
    background: url("../images/button-bg.png") no-repeat;
    padding: 14px 30px 20px 68px;
    width: 265px;
    box-sizing: border-box;
    margin: 0 auto;
}
.content_action a{
    color: #000;
    text-transform: uppercase;
    font: 400 22px 'ProximaNovaBold', sans-serif;
}
/*  */
.b-welcome-to{
    padding: 90px 0 85px;
    position: relative;
    z-index: 2;
}
.title h1{
    text-align: center;
    font: 600 45px 'ProximaNovaSemibold', sans-serif;
    color: #666666;
    text-transform: uppercase;
}
.title span{
    color: #000;
    margin-left: 12px;
    display: inline-block;
}
.b-welcome-to h1 img{
    display: inline-block;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    margin-left: 10px;
}
.b-welcome-to section{
    text-align: center;
}
.separator{
    display: -webkit-box;*
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 20px 0 17px;
    align-items: center;
}
.gray-line{
    width: 50%;
    height: 1px;
    background: #ccc;
}
.separator_logo{
    margin: 0 10px;
}
.b-welcome-to_text{
    line-height: 2.2;
}
.b-our{
    display: -webkit-box;*
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 90%;
    margin: 40px auto 50px;
    justify-content: center;
}
.b-our_vision,
.b-our_mission{
    width: 43%;
}
.b-our_vision{
    margin-right: 33px;
}
.b-our_img,
.b-our_text{
    float: left;
}
.b-our_img {
    margin: 5px 20px 0 0;
}
.b-our_text{
    width: 65%;
}
.b-our_text h2{
    text-transform: uppercase;
    font: 600 25px 'ProximaNovaSemibold', sans-serif;
    color: #666666;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    padding-bottom: 8px;
}
.b-our_text h2 span{
    color: #000;
    margin-left: 7px;
}
.b-our_text p{
    line-height: 1.5;
}
.button-read-more{
    text-align: center;
    margin: 0 auto;
    width: 179px;
    background: url("../images/button-bg-black.png") no-repeat;
}
.button-read-more a{
    text-transform: uppercase;
    color: #f8c520;
    padding: 13px 0 15px 35px;
    display: inline-block;
    font: 600 18px 'ProximaNovaSemibold', sans-serif;

}
/* */
.b-our-projects{
    padding: 80px 0 93px;
    background: #000;
}
.b-our-projects .title span{
    color: #fff;
    margin-left: 5px;
}
.b-our-projects .button-read-more{
    background: url("../images/button-bg-yellow.png") no-repeat;
}
.b-our-projects .button-read-more a{
    color: #000;
}
.projects{
    margin: 33px 0 53px;
    display: -webkit-box;*
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}
/*.projects_row{*/
    /*display: -webkit-box;**/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/
.projects-item{
    position: relative;
    cursor: pointer;
    width: 24.2%;
    margin-right: 1%;
}
.projects-item:nth-of-type(4){
    margin-right: 0;
}
/*.projects_row .projects-item:last-of-type{*/
    /*margin-right: 0;*/
/*}*/
/*.projects_row-second{*/
    /*margin-top: -85px;*/
/*}*/

.p-fifth{
    margin-left: 12.7%;
}
.p-fifth,
.p-sixth,
.p-seventh{
    margin-top: -6.2%;
}

.project-img img{
    width: 100%;
    height: auto;
}
.project-img{
    position: relative;
}
.project-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/project-logo-bg.png") -1px -3px/cover no-repeat;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.projects-item:hover .project-content{
    opacity: 1;
}
.project-content h1{
    text-transform: uppercase;
    font: 400 22px 'ProximaNovaSemibold', sans-serif;
    margin-top: 50px;
}
.icon-increase{
    width: 52px;
    height: 55px;
    display: block;
    background: url("../images/increase-btn.png") center/contain no-repeat;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.icon-increase:hover{
    opacity: .6;
}
/*   */
.b-why-choose-us{
    position: relative;
    z-index: 2;
    padding: 80px 0 111px;
}
.block-transform{
    width: 50%;
    height: 14%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
}
.transform-left{
    transform: skewY(7.5deg);
    left: 0;
    transform-origin: 100% 100%;
}
.transform-right{
    transform: skewY(-7.5deg);
    right: 0;
    transform-origin: 0 100%;
}
.b-why-choose-us_image img{
    width: 100%;
    height: auto;
}
.b-article_background{
    background: url("../images/banner.jpg") center/cover no-repeat;
}
.b-article{
    padding: 80px 0 105px;
    /*height: 300px;*/
    background: rgba(0, 0, 0, 0.71);
    color: #fff;
    text-align: center;
}
.b-article h1{
    font: 500 50px 'ProximaNovaSemibold', sans-serif;
    margin-bottom: 25px;

}
.b-article p{
    line-height: 1.765;
}

.content_action-big {
    background: url("../images/button-bg-big.png") no-repeat;
    padding: 20px 30px 20px 87px;
    width: 365px;
    box-sizing: border-box;
    margin: 42px auto 0;
}
.content_action-big a{
    color: #000;
    text-transform: uppercase;
    font: 500 30px 'ProximaNovaBold', sans-serif;
}
.button-read-more a:hover,
.b-our-projects .button-read-more a:hover,
.content_action-big a:hover,
.content_action a:hover{
    color: #fff;
}
/*  */
.b-client-testimonials{
    position: relative;
    z-index: 2;
    padding: 81px 0 93px;
}
.block-transform{
    height: 50%;
}
.s_item-content{
    text-align: center;
}
.s_item-text{
    line-height: 2.2;
    position: relative;
}
.s_item-text p{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.s_item-text p:before,
.s_item-text p:after{
    display: inline-block;
    font: normal normal normal 4em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e5e5e5;
}
.s_item-text p:before{
    content:"\f10d";
    margin-right: 10px;
}
.s_item-text p:after{
    content: "\f10e";
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
}
.s_item-name h2 {
    font: 500 22px 'ProximaNovaBold', sans-serif;
    margin-bottom: 5px;
}
.s_item-name p{
    font-size: 16px;
}
.s_separator{
    width: 81%;
    height: 1px;
    background: #ccc;
    margin: 40px auto 23px;
}
.s_separator:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f8c520;
    margin: 0 auto;
}
.transform-left-bottom{
    bottom: 0;
    transform-origin: 100% 100%;
    background: #fff;
    transform: skewY(-7.5deg);
    top: inherit;
}
.transform-right-bottom{
    bottom: 0;
    transform-origin: 0% 100%;
    background: #fff;
    transform: skewY(7.5deg);
    top: inherit;
    right: 0;
}

/*  */
.testimonials-slider{
    margin-top: 50px;
}
.current {
    filter: drop-shadow(2px 2px 1px gold) drop-shadow(-2px 2px 1px gold) drop-shadow(2px -2px 1px gold) drop-shadow(-2px -2px 1px gold);
    -webkit-filter: drop-shadow(2px 2px 1px gold) drop-shadow(-2px 2px 1px gold) drop-shadow(2px -2px 1px gold) drop-shadow(-2px -2px 1px gold);
}

/*.back-current {*/
    /*filter: drop-shadow(2px 2px 0 #ccc)*/
        /*drop-shadow(-2px 2px 0 #ccc)*/
        /*drop-shadow(2px -2px 0 #ccc)*/
        /*drop-shadow(-2px -2px 0 #ccc);*/
    /*-webkit-filter: drop-shadow(2px 2px 0 #ccc)*/
        /*drop-shadow(-2px 2px 0 #ccc)*/
        /*drop-shadow(2px -2px 0 #ccc)*/
        /*drop-shadow(-2px -2px 0 #ccc);*/
/*}*/

.back-current img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/*.back-last {*/
    /*filter: drop-shadow(2px 2px 0 #ccc)*/
        /*drop-shadow(-2px 2px 0 #ccc)*/
        /*drop-shadow(2px -2px 0 #ccc)*/
        /*drop-shadow(-2px -2px 0 #ccc);*/
    /*-webkit-filter: drop-shadow(2px 2px 0 #ccc)*/
        /*drop-shadow(-2px 2px 0 #ccc)*/
        /*drop-shadow(2px -2px 0 #ccc)*/
        /*drop-shadow(-2px -2px 0 #ccc);*/
/*}*/

.back-last img {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/*  FOOTER  */
.footer-bg{
    background: url("../images/footer-bg.jpg") center/cover no-repeat;
}
.footer{
    padding: 57px 0 47px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.footer_logo{
    margin-bottom: 61px;
}
.footer_info h1{
    color: #f8c520;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}
.footer_info p{
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
}
.footer_info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.footer_info-item{
    width: 33.3333%;
    padding: 0 60px;
}
.footer-nav li{
    padding: 25px 45px;
}
.footer-nav li a{
    font-size: 16px;
}
.social-nav li{
    margin: 0 2px;
}
.copyright{
    background: #f8c520;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}
.social-nav a{
    display: inline-block;
}
.social-nav a img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.social-nav a:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.mobile-menu{
    display: none;
    color: #f8c520;
    font-size: 20px;
    text-align: center;
    padding: 10px 0 5px;
    cursor: pointer;
}

/* PAGE TEMPLATE  */
.b-block{
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.b-block_img img{
    width: 100%;
    height: auto;
}
.b-block_text{
    margin-top: 20px;
    line-height: 2.2;
}
.current-page a{
    color: #f8c520;
}
/*   */

/*  RESPONSIVE */
@media screen and (max-width: 1400px) {
    .container{
        max-width: inherit;
        padding: 0 50px;
    }
    .b-our{
        width: 100%;
    }
    .b-our_vision,
    .b-our_mission {
        width: 50%;
    }
}
@media screen and (max-width: 1200px){
    .footer_info-item{
        padding: 0 30px;
    }
    .projects-item{
        width: 32.6%;
    }
    .p-first{
        margin-left: 16.7%;
    }
    .p-third,
    .p-fourth,
    .p-fifth{
        margin-top: -8.7%;
    }
    .p-fifth {
        margin-right: 0;
        margin-left: 1%;
    }
    .p-sixth{
        margin-left: 16.7%;
    }
    .p-sixth,
    .p-seventh{
        margin-top: -8.7%;
    }
    .project-content h1{
        margin-top: 10px;
    }



}
@media screen and (max-width: 995px) {
    .navigation-menu li {
        margin-left: 50px;
    }
    .slider-bg {
        height: 600px;
    }
    .slider-content{
        top: 7%;
    }
    .content_text{
        font-size: 50px;
    }
    .slider-content{
        -webkit-background-size: contain;
        background-size: contain;
        width: 325px;
        padding: 80px 0;
    }
    .content_action{
        -webkit-background-size: contain;
        background-size: contain;
        padding: 11px 15px 12px 55px;
        width: 235px;
    }
    .content_action a{
        font-size: 20px;
    }
    /*   */
    .b-our{
        display: block;
    }
    .b-our_vision, .b-our_mission {
        width: 100%;
    }
    .b-our_img img{
        width: 73px;
    }
    .b-our_vision{
        margin-bottom: 40px;
    }
    .content_action-big{
        -webkit-background-size: contain;
        background-size: contain;
        padding: 15px 25px 20px 70px;
        width: 290px;
    }
    .content_action-big a{
        font-size: 24px;
    }
    .footer_info-item{
        padding: 0;
    }
}
@media screen and (max-width: 850px){
    .projects-item{
        margin-right: 2%;
        width: 49%;
    }
    .p-first,
    .p-fourth,
    .p-seventh{
        margin-left: 25.5%;
    }
    .p-second,
    .p-fifth,
    .p-sixth,
    .p-seventh{
        margin-top: -12.4%;
    }
    .p-third{
        margin-right: 0;
        margin-top: -12.4%;
    }
    .p-fourth{
        margin-top: -12.4%;

    }
    .p-sixth{
        margin: -12.4% 0 0 0;
    }
    .p-fifth{
        margin-left: 0;
    }
}
@media screen and (max-width: 740px){
    .container {
        padding: 0 30px;
    }
    .header-menu{
        position: relative;
        float: none;
        margin: 0;
    }
    .navigation-menu{
        display: none;
        position: absolute;
        left: 0;
        top: 45px;
        margin-top: 0;
        background: #ccc;
        width: 100%;
        text-align: center;
        z-index: 999;
        background: #000;
    }
    .navigation-menu li{
        display: block;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #736f6f;
    }
    .mobile-menu{
        display: block;
    }
    .header-top-info a {
        font-size: 16px;
    }
    .info-icon {
        height: 35px;
        width: 28px;
    }
    .navigation-menu li a:before{
        display: none;
    }
    .navigation{
        width: 46%;
    }
    .info-icon{
        float: none;
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
    .info_phone {
        margin-right:0;
    }
    #menu{
        padding: 0;
    }
    .slider-bg {
        height: 500px;
    }
    .footer-nav li {
        padding: 25px;
    }
    .footer_info h1{
        font-size: 24px;
    }
    .title h1, .b-article h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 640px){
    .back-current,
    .back-last{
        opacity: 0;
        display: none !important;
    }
    .right{
        right: 0 !important;
        left: 380px;
    }
    .left{
        left: 120px !important;
    }
    .people-slider,
    .people-slider ul{
        width: 100% !important;
    }
}
@media screen and (max-width: 520px){
    .logo{
        width: 40%;
    }
    .logo img{
        width: 100%;
    }
    .mobile-menu{
        margin-top: 10px;
    }
    .navigation{
        width: 60%;
    }
    .slider-content{
        width: 220px;
    }
    .content_text {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .slider-content{
        padding: 50px 0;
        right: 12.5%;
    }
    .content_action a {
        font-size: 15px;
    }
    .content_action {
        padding: 8px 0 12px 38px;
        width: 160px;
        margin: 0 0 0 20px;
    }
    .slider-bg {
        height: 360px;
    }
    .title h1,
    .b-article h1{
        font-size: 30px;
    }
    .content_action-big{
        -webkit-background-size: contain;
        background-size: contain;
        padding: 13px 15px 15px 55px;
        width: 240px;
    }
    .content_action-big a{
        font-size: 20px;
    }
    .footer_info{
        display: block;
    }
    .footer_info-item{
        width: 100%;
        margin-bottom: 25px;
    }
    .footer-nav li {
        padding: 20px 10px;
    }
    .copyright{
        font-size: 14px;
    }
    .title img{
        width: 175px;
    }
    .project-content p{
        display: none;
    }
    .projects-item h1{
        font-size: 16px;
    }
    .project-content{
        padding: 0 5px;
    }
    .s_item-text p:before,
    .s_item-text p:after{
        font-size: 3em;
    }
}
@media screen and (max-width: 390px){
    .container {
        padding: 0 20px;
    }
    .header-top-info a {
        font-size: 10px;
    }
    .info-icon {
        height: 30px;
        width: 24px;
    }
    .footer-nav li {
        padding: 15px 5px;
    }
    .icon-increase{
        width: 35px;
        height: 35px;
    }
    .slider-content {
        padding: 50px 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 204px;
    }
}