/*bxslider styles*/
.popup_close{
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 5px 10px;
    color: #191919;
    z-index: 1000;
    font-size: 20px;
    background-color: #fff;
    font-family: 'Proxima Nova Thin';


}
.popup_close:hover{

    background-color: #000;


}

.thumb_wrap 
.active img{
    border:2px solid #fff;
}


@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('src/fonts/Proxima Nova Regular.otf');
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('src/fonts/Proxima Nova Light.otf');
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('src/fonts/Proxima Nova Semibold.otf');
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('src/fonts/Proxima Nova Thin.otf');
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('src/fonts/Proxima Nova Semibold.otf');
}

body {
    font-family: 'Proxima Nova Regular';
    color: #fff;
    font-size: 12px;
}

.hvr-underline-from-left:before {
    background: #fff;
    height: 1px;
}

@media (min-width: 992px) {
    #projects,
    #about,
    #press,
    #contacts {
        min-height: 520px;
    }
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    color: #fff;
    text-decoration: none;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 1em;
}

.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn-top {
    position: absolute;
    padding: 5px 12%;
    top: 5px;
    left: 14%;
    font-family: 'Proxima Nova Semibold';
    color: #fff;
    background-color: #191919;
    border-color: #fff;
}

.btn-top:hover {
    color: #fff;
}

.btn-top-hover {
    position: absolute;
    padding: 5px 12%;
    top: 5px;
    left: 14%;
    font-family: 'Proxima Nova Semibold';
    color: #191919;
    background-color: #fff;
    border-color: #fff;
}

@media (max-width: 767px) {
    .btn-top {
        position: relative;
        padding: 2px 10px;
        top: 0;
        left: 0;
        margin-left: -20px;
        white-space: normal;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-top {
        position: relative;
        padding: 2px 10px;
        top: 0;
        left: 0;
        margin-left: -20px;
        white-space: normal;
        text-align: left;
    }
}



.bxslider img {  
    -webkit-filter: brightness(65%); 
    filter: brightness(65%);  
}
.bxslider img:hover {  
    -webkit-filter: none;
    filter: none;   
}
.btn-top-hover {
    position: absolute;
    padding: 5px 12%;
    top: 5px;
    left: 14%;
    font-family: 'Proxima Nova Semibold';
    color: #191919;
    background-color: #fff;
    border-color: #fff;
}

.line_close_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.line_close_left {
    height: 100%;
    float: left;
}

.line_close_right {
    height: 100%;
    float: right;
}

.line_slice {
    width: 100%;
    background-color: #212022;
    height: 100%;
}

.first_wrap {
    position: relative;
}

.first_left {
    padding: 0;
}

.main_nav {
    top: 30px;
    left: 10%;
    position: fixed;
    width: 120px;
    z-index: 100;
}

.btn-nav {
    padding: 6px 10%;
    font-family: 'Proxima Nova Light';
    color: #fff;
    background-color: #191919;
    width: 120px;
}

@media (max-width: 767px) {
    .btn-nav {
        margin-top: 15px;
        padding: 0;
        font-family: 'Proxima Nova Light';
        color: #fff;
        background-color: inherit;
        width: auto;
    }
}

.btn-nav:hover {
    color: #fff;
}

.btn-nav i {
    vertical-align: sub;
    font-size: 1.6em;
    margin: 0 20px 0 0;
}

.btn-nav .menu {
    vertical-align: middle;
    font-size: 1em;
    letter-spacing: 2px;
}

.main_nav_hover {
    top: 30px;
    left: 10%;
    position: absolute;
    width: 120px;
}

.btn-nav-hover {
    position: absolute;
    top: 0;
    padding: 6px 10%;
    font-family: 'Proxima Nova Light';
    color: #191919;
    background-color: #fff;
    width: 120px;
}

.btn-nav-hover i {
    vertical-align: sub;
    font-size: 1.6em;
    margin: 0 20px 0 0;
    color: #191919;
}

.btn-nav-hover .menu-hover {
    vertical-align: middle;
    font-size: 1em;
    letter-spacing: 2px;
}

.main_nav_links {
    position: fixed;
    top: 75px;
    left: 10%;
    z-index: 100;
}

.main_nav_links a {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #191919;
    margin-right: 4px;
}

.main_nav_links .active {}

.in_main_page {
    position: fixed;
    top: 100px;
    left: 8.5%;
    z-index: 100;
    color: #000;
}

.in_main_page img {
    margin-bottom: 3px;
    margin-right: 3px;
    width: 12px;
}

.in_main_page a {
    text-transform: uppercase;
    color: #000;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.offcanv_menu {
    position: absolute;
    background-color: #fff;
    color: #191919;
    height: 100%;
    width: 30%;
    z-index: 150;
}

.offcanv_menu .hvr-underline-from-left:before {
    background: #000;
    height: 1px;
}

.main_nav_off {
    top: 30px;
    left: 95px;
    position: absolute;
    width: 120px;
}

.btn-nav-off {
    position: absolute;
    top: 0;
    padding: 6px 10%;
    font-family: 'Proxima Nova Light';
    color: #191919;
    background-color: #eeeeee;
    width: 120px;
}

.btn-nav-off i {
    vertical-align: sub;
    font-size: 1.6em;
    margin: 0 10px 0 0;
    color: #191919;
}

.btn-nav-hover-off {
    position: absolute;
    top: 0;
    padding: 6px 10%;
    font-family: 'Proxima Nova Light';
    color: #fff;
    background-color: #191919;
    width: 120px;
}

.btn-nav-hover-off:hover {
    color: #fff;
}

.btn-nav-hover-off i {
    vertical-align: sub;
    font-size: 1.6em;
    margin: 0 10px 0 0;
    color: #fff;
}

.link_off_wrap {
    position: absolute;
    left: 0;
    top: 130px;
    bottom: 5%;
}

.link_off {
    color: #191919;
    margin-bottom: 125px;
}

.link_off div {
    display: inline;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 25px;
    padding: 0 0 6px 95px;
    line-height: 3.5em;
}

.link_off a {
    font-family: 'Proxima Nova Light';
    font-size: 1.1em;
    text-transform: uppercase;
    color: #191919;
    border-bottom: 1px solid #d3d3d3;
    transition: border-bottom 1s ease;
}

.link_off a:hover {
    text-decoration: none;
    border-bottom: 1px solid black;
}

.link_off .active {
    border-bottom: 1px solid black;
}

.link_off .active a {
    border-bottom: none;
}

.link_off .active span {
    font-size: 2px;
    position: relative;
    padding: 0px 4px 0px 6px;
    background-color: black;
    bottom: -10px;
    right: -10px;
}

.search_off {
    margin: 0 20px 0 95px;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
}

.form-control:focus {
    border-color: #191919;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #191919;
    font-family: 'Proxima Nova Thin';
    font-size: 1.4em;
    letter-spacing: 2px;
}

.form-control:-moz-placeholder {
    color: #191919;
    font-family: 'Proxima Nova Thin';
    font-size: 1.4em;
    letter-spacing: 2px;
}

.form-control::-moz-placeholder {
    color: #191919;
    font-family: 'Proxima Nova Thin';
    font-size: 1.4em;
    letter-spacing: 2px;
}

.form-control:-ms-input-placeholder {
    color: #191919;
    font-family: 'Proxima Nova Thin';
    font-size: 1.4em;
    letter-spacing: 2px;
}

.input-group-btn {
    position: relative;
    font-size: 1em;
    white-space: nowrap;
}

.btn-search {
    font-size: 1.2em;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
}

.btn-search:focus {
    border: none;
    border-bottom: 1px solid #191919;
}

.btn-search i {
    margin: 0 -10px 0 0;
}

.link_soc_black {
    display: inline-block;
    padding-right: 0;
    margin: 100px 30px 30px 0;
}

.link_soc_black a {
    margin-right: 10px;
}

.link_soc_black img {
    border: 1px solid #191919;
    width: 20px;
    height: 20px;
}

.link_lang_black {
    display: inline-block;
    margin-left: 30px;
}

.link_lang_black div {
    display: inline-block;
}

.offcanv_menu .link_lang a {
    padding-bottom: 5px;
    margin-left: 10px;
    font-family: 'Proxima Nova Semibold';
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
}

.offcanv_menu .link_lang span {
    position: absolute;
    width: 18px;
    border-bottom: 1px solid #000;
    left: 10px;
    bottom: -4px;
}

.offcanv_menu .link_lang .dash {
    width: 3px;
    left: 0px;
    bottom: 0;
    border-bottom: 1px solid #000;
}

@media (max-width: 767px) {
    .offcanv_menu {
        position: absolute;
        background-color: #fff;
        color: #191919;
        height: 100%;
        width: 100%;
        z-index: 1500;
    }
    .link_off_wrap {
        position: absolute;
        left: 0;
        top: 80px;
        bottom: 5%;
    }
    .link_off {
        color: #191919;
        margin-bottom: 6px;
    }
    .link_soc_black {
        display: inline-block;
        padding-right: 0;
        margin: 30px 30px 30px 0;
    }
    .link_lang_black {
        display: inline-block;
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-nav {
        width: 100px;
    }
    .btn-nav i {
        margin: 0 10px 0 0;
    }
    .offcanv_menu {
        width: 50%;
    }
}


/*????*/

.icon-bar {
    display: block;
    margin-top: 4px;
    width: 22px;
    height: 2px;
    background-color: #fff;
}


/*????*/

.first_right {
    background-color: #191919;
}

.top_contact {
    margin-top: 30px;
    font-family: 'Proxima Nova Light';
}

.top_contact .col-md-6 {
    text-align: right;
}

.top_contact p {
    font-size: 1.8em;
    letter-spacing: 3px;
    margin: 0 0 -5px;
}

.top_feedback {
    font-size: 0.7em;
    text-align: right;
    color: #fff;
    letter-spacing: 0;
    border-bottom: 1px dashed #474747;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top_contact {
        width: 85%;
        margin-left: 0px;
    }
    .top_contact .col-md-6 {
        text-align: center;
    }
    .top_contact p {
        font-size: 1.3em;
        letter-spacing: 2px;
        margin: 0;
        text-align: center;
    }
    .top_feedback {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .first_wrap .line {
        position: absolute;
        left: 31px;
        bottom: 0;
        top: auto;
        width: 45px;
        height: 60%;
        border-left: 1px solid #fff;
        transform: none;
        z-index: 200
    }
    .first_wrap .line span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #fff;
    }
    .first_wrap .line img {
        position: absolute;
        bottom: 15px;
        left: -24px;
    }
    .top_contact .col-md-6 {
        text-align: center;
    }
    .top_contact p {
        font-size: 1.3em;
        letter-spacing: 2px;
        margin: 0;
        text-align: center;
    }
    .top_feedback {
        font-size: 1em;
    }
}

.top_name {
    position: absolute;
    top: 40%;
    left: 14%;
    width: 60%
}

.inner_name {
    position: relative;
    min-height: 130px;
}

.inner_name_p {
    position: absolute;
    font-size: 5em;
    font-family: 'Proxima Nova Semibold';
    line-height: 0.6em;
    ;
    letter-spacing: 4px;
}

.name_anim_wrap {
    position: relative;
    min-height: 100px;
}

.name_anim_name {
    position: absolute;
    min-height: 30px;
    min-width: 100px;
    margin: 0 0 5px 0;
}

.name_anim_fam {
    position: absolute;
    bottom: 0;
    min-height: 30px;
    min-width: 100px;
    margin: 0 0 5px 0;
}

.inner_name_ligth {
    position: absolute;
    bottom: -12px;
    width: 350px;
    font-size: 2em;
    font-family: 'Proxima Nova Light';
}

.line_wrap {
    position: absolute;
    top: 65%;
    right: 0;
    width: 55%;
    height: 15px;
    z-index: 100;
}

.top_line {
    margin-top: 6px;
    margin-bottom: 0px;
}

.top_dash {
    margin-top: -3px;
    margin-bottom: 0px;
    width: 6px;
    border: 1px solid;
    float: left;
}

.line_btn {
    position: absolute;
    right: 9%;
    top: -4px;
    color: #fff;
    background-color: #191919;
}

.line_btn a {
    position: relative;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    border-bottom: 1px solid #474747;
}

.line_btn img {
    margin: -3px 10px 0 15px;
}

.anim_line {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    min-height: 2px;
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top_name {
        position: absolute;
        top: 35%;
        left: 11%;
        width: 60%;
    }
    .inner_name_p {
        position: absolute;
        font-size: 3em;
        line-height: 1.5em;
        ;
        letter-spacing: 4px;
    }
    .inner_name_ligth {
        bottom: 12px;
    }
}

@media (max-width: 767px) {
    .top_name {
        position: absolute;
        top: 36%;
        left: 23%;
        width: 60%
    }
    .inner_name {
        position: relative;
        min-height: 130px;
    }
    .inner_name_p {
        position: absolute;
        font-size: 2.5em;
        font-family: 'Proxima Nova Semibold';
        line-height: 2.2em;
        letter-spacing: 3px;
    }
    .name_anim_wrap {
        position: relative;
        min-height: 100px;
    }
    .name_anim_name {
        position: absolute;
        min-height: 30px;
        min-width: 100px;
        margin: 0 0 5px 0;
    }
    .name_anim_fam {
        position: absolute;
        bottom: 0;
        min-height: 30px;
        min-width: 100px;
        margin: 0 0 5px 0;
    }
    .inner_name_ligth {
        position: absolute;
        bottom: 30px;
        width: 250px;
        font-size: 1.1em;
        font-family: 'Proxima Nova Light';
    }
    .line_wrap {
        position: absolute;
        top: 76%;
        left: -106px;
        width: 87%;
        height: 15px;
        z-index: 100;
        transform: rotate(-90deg);
    }
    .top_line {
        margin-top: 6px;
        margin-bottom: 0px;
    }
    .line_wrap .right_dash {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 5px;
        border-bottom: 1px solid #fff;
        float: right;
    }
    .line_btn {
        position: absolute;
        right: 30%;
        top: -1px;
        color: #fff;
        background-color: #191919;
        width: 120px;
    }
    .line_btn a {
        position: relative;
        margin: 3px 0;
        text-transform: uppercase;
        border-bottom: none;
    }
    .line_btn img {
        float: left;
        margin: 1px 14px 0px 14px;
        transform: rotate(180deg);
        width: 15px
    }
    .anim_line {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        min-height: 2px;
        border-bottom: 2px solid #fff;
    }
    .link_nav {
        padding-left: 52px;
    }
}

.slide_nav {
    position: absolute;
    bottom: 25%;
    left: 14%;
    width: 115px;
    height: 37px;
}

.arrows_wrap {
    position: relative;
    width: 115px;
    height: 37px;
}

.right_b_arr {
    position: absolute;
    right: 55px;
}

.right_w_arr {
    position: absolute;
    right: 55px;
}

.left_b_arr {
    position: absolute;
    left: 0;
}

.left_w_arr {
    position: absolute;
    left: 0;
}

.big_num {
    max-height: 30px;
    font-size: 2em;
    font-family: 'Proxima Nova Light';
}

.big_num span {
    position: absolute;
    right: 10px;
    bottom: 7px;
    min-width: 30px;
}

.small_num {
    position: absolute;
    right: 0;
    top: -8px;
}

.top_links {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.link_soc {
    padding-right: 0;
    position: relative;
}

.link_soc a {
    margin-left: 10px;
}

.link_soc div {
    display: inline-block;
}

.soc_lj {
    position: absolute;
    right: 40%;
}

.soc_lj a {
    position: absolute;
    right: 40%;
}

.soc_tw {
    position: absolute;
    right: 20%;
}

.soc_tw a {
    position: absolute;
    right: 20%;
}

.soc_fb {
    position: absolute;
    right: 0;
}

.soc_fb a {
    position: absolute;
    right: 0;
}

.link_soc div img {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
}

.link_nav a {
    position: relative;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #474747
}

.center_link {
    margin: 0 8%;
}

@media (max-width: 767px) {
    .link_lang {
        margin-top: 15px;
    }
}

.link_lang div {
    display: inline-block;
}

.left_dash {
    position: relative;
}

.right_dash {
    position: relative;
}

.link_lang a {
    padding-bottom: 5px;
    margin-left: 10px;
    font-family: 'Proxima Nova Semibold';
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
}

.link_lang .dash {
    width: 3px;
    left: 0px;
    bottom: 0;
    border-bottom: 1px solid #fff
}

.link_lang span {
    position: absolute;
    width: 18px;
    border-bottom: 1px solid #fff;
    left: 10px;
    bottom: -4px;
}

.slider_full {
    position: relative;
    margin-bottom: 50px;
}

.content {}

.thumb_wrap {
    height: auto;
    overflow: auto;
    position: relative;
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumb_wrap ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.thumb_wrap li {
    float: left;
    margin: 0 3px;
}

.thumb_wrap a {
    margin-right: 10px;
}

.thumb_wrap li img {
    width: auto;
    padding: 0;
    height: 60px;
    width: 60px;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide_nav {
        bottom: 30%;
    }
    .line_wrap {
        top: 75%;
    }
    .top_dash {
        width: 5px;
    }
    .line_btn {
        right: 60%;
        width: 114px;
    }
    .line_btn img {
        float: left;
        margin: 1px 14px 0px 14px;
        width: 15px
    }
    .link_soc {
        text-align: left;
    }
    .link_lang {
        text-align: left;
    }
    .soc_lj {
        position: static;
        right: 40%;
    }
    .soc_lj a {
        position: static;
        right: 40%;
    }
    .soc_tw {
        position: static;
        right: 20%;
    }
    .soc_tw a {
        position: static;
        right: 20%;
    }
    .soc_fb {
        position: static;
        right: 0;
    }
    .soc_fb a {
        position: static;
        right: 0;
    }
}

.projects {
    position: relative;
    background-color: #fff;
}

.projects .hvr-underline-from-left:before {
    background: #000;
    height: 1px;
}

.projects .col-md-9 {
    padding-right: 0;
}

.left_side {}

.left_side_wrap {
    position: static;
    height: 70px;
    margin-top: 90%;
    color: black;
    width: 23%;
    text-align: left;
}

.left_side_wrap .page_title {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 3em;
    font-family: 'Proxima Nova Semibold';
    text-transform: uppercase;
}

.left_side_wrap .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
}

.left_side_wrap .line span {
    position: absolute;
    top: -1px;
    right: 0;
    width: 8px;
    height: 2px;
    border: 1px solid #000;
}

.projects .left_side_wrap .links {
    position: absolute;
    bottom: -100px;
    right: 40px;
    text-transform: uppercase;
}
.projects .left_side_wrap .links div{
    margin-bottom: 10px;
}
.projects .left_side_wrap .links a {
    border-bottom: 1px solid #424242;
    margin-top: 20px;
    color: #000;
}

.more_proj {
    position: absolute;
    left: -33%;
    bottom: 36%;
}

.more_proj a {
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px dashed #d3d3d3;
    font-size: 0.5em;
}

.more_proj a:hover {
    text-decoration: underline;
}

.projects .slide_nav {
    position: absolute;
    color: black;
    bottom: 0;
    top: 89px;
    left: 48%;
    width: 115px;
    height: 37px;
}

.projects .arrows_wrap {
    position: relative;
    width: 115px;
    height: 37px;
}

.projects .right_b_arr {
    position: absolute;
    right: 55px;
}

.projects .right_w_arr {
    position: absolute;
    right: 55px;
}

.projects .left_b_arr {
    position: absolute;
    left: 0;
}

.projects .left_w_arr {
    position: absolute;
    left: 0;
}

.projects .big_num {
    max-height: 30px;
    font-size: 2em;
    font-family: 'Proxima Nova Light';
}

.projects .big_num span {
    position: absolute;
    right: 10px;
    bottom: 7px;
    min-width: 30px;
}

.projects .small_num {
    position: absolute;
    right: 0;
    top: -8px;
}

.projects .copyright {
    color: #000;
    position: absolute;
    bottom: 15px;
    font-family: "Proxima Nova Regular";
}

.projects .copyright a {
    color: #000;
}

.item_wrap {
    position: relative;
}

.projects .item_wrap div {
    overflow: hidden;
}

.single_projects .left_side_wrap {
    position: relative;
    top: 35%;
}

.single_projects .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}

.single_projects .left_side_wrap .page_title {
    position: relative;
    text-align: right;
}

.single_projects .left_side_wrap {
    position: relative;
    top: 35%;
    width: 90%;
}

.single_projects .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}

.single_projects .arrows_wrap {
    position: absolute;
    top: -35px;
}

.single_projects .copyright {
    bottom: 50px;
}

@media (min-width: 992px) {
    .projects.col-md-9 {
        padding-left: 0;
    }
    .items {
        padding-left: 0;
        padding-right: 10px;
    }
    .item_wrap {
        position: relative;
    }
    .item_wrap div {
        padding: 0;
    }
    .item {
        position: relative;
        z-index: 0;
    }
    .items img {
        position: relative;
        float: left;
        padding: 0;
        width: 100%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        display: block;
    }
    .items img:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
        display: block;
    }
    .items div:first-child {
        margin-bottom: 10px;
    }
    .more_bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        margin: 0;
        font-size: 1.5em;
        line-height: 2.7em;
        background-color: #191919;
    }
    .projects .more_proj {
        position: absolute;
        left: 13%;
        bottom: 39%;
    }
}

.more_top_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
}

.item_wrap .more_top {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    top: 28%;
    border: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item_wrap .more_text {
    font-family: 'Proxima Nova Light';
    font-size: 2.2em;
    line-height: 0.8em;
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.item_wrap .more_text p{
    padding: 0;
    margin: 0;
}


.item_wrap .more_text .small_text {
    font-size: 0.6em;
    padding-top: 3px;
    margin: 0;
}

.item_wrap .more_link {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Proxima Nova Regular';
    font-size: 1em;
    text-transform: uppercase;
}

.right_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 30px;
    height: 110px;
    background-color: #fff;
    z-index: 200;
}

.right_link p {
    color: #191919;
    width: 85px;
    height: 72px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.right_link a {
    color: #191919;
    text-transform: uppercase;
}



.right_link img {
    position: absolute;
    left: -25px;
    top: 0px;
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .projects {
        position: relative;
        background-color: #fff;
    }
    .projects .col-md-9 {
        padding: 90px 10% 0 10%;
    }
    .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        color: black;
        width: auto;
        text-align: center;
    }
    .left_side_wrap .page_title {
        position: static;
        font-size: 3em;
        font-family: 'Proxima Nova Semibold';
        text-transform: uppercase;
        text-align: left;
        margin-left: 10%;
    }
    .left_side_wrap .line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30%;
        height: 26px;
        border-bottom: 1px solid #000;
        z-index: 200;
    }
    .left_side_wrap .line span {
        position: absolute;
        top: 23px;
        right: 0;
        width: 8px;
        height: 2px;
        border: 1px solid #000;
    }
    .item_wrap {
        margin: 10px 0;
        position: relative;
    }
    .item {
        height: 80%;
    }
    .items img {
        position: static;
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .more_bottom {
        position: static;
        width: 100%;
        height: 50px;
        margin: 0;
        font-size: 1.5em;
        line-height: 2.7em;
        background-color: #191919;
    }
    .more_bottom a {
        border-bottom: 1px solid #474747;
    }
    #projects .line_wrap {
        position: absolute;
        top: auto;
        left: 11px;
        bottom: -30px;
        ;
        width: 40px;
        height: 15px;
        z-index: 100;
        transform: rotate(-90deg);
    }
    #projects .top_line {
        margin-top: 6px;
        margin-bottom: 0px;
        background-color: #000;
    }
    #projects .top_dash {
        margin-top: -3px;
        margin-bottom: 0px;
        width: 10px;
        border: 1px solid #000;
        float: left;
        background-color: #000;
    }
    #projects .line_btn {
        position: absolute;
        right: 30%;
        top: -1px;
        color: #000;
        background-color: #fff;
        width: 120px;
    }
    #projects .line_btn a {
        color: #000;
    }
    .more_proj {
        position: static;
        width: 209px;
        height: 40px;
        border: none;
        width: 80%;
        background-color: #f2f2f2;
        margin: 20px 10% 30px 10%;
    }
    .more_proj h3 {
        text-align: center;
        margin: 0 auto;
    }
    .more_proj a {
        text-transform: uppercase;
        color: #000;
        border-bottom: 1px dashed #d3d3d3;
        font-size: 0.5em;
        letter-spacing: 2px;
    }
    .more_proj a:hover {
        text-decoration: underline;
    }
    .single_projects {
        padding: 30% 0;
    }
    .single_projects .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_projects .left_side_wrap .line {
        position: absolute;
        left: -15%;
        bottom: auto;
        top: auto;
        width: 41%;
        height: 2px;
        z-index: 100;
    }
    .single_projects .left_side_wrap .line span {
        top: -1px;
    }
    .single_projects .left_side_wrap .links {
        position: absolute;
        bottom: -20px;
        left: 50%;
        text-transform: uppercase;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .projects {
        position: relative;
        background-color: #fff;
        padding-bottom: 70px;
    }
    .projects .in_main_page {
        position: fixed;
        top: 15px;
        left: auto;
        right: 8.5%;
        z-index: 100;
        color: #000;
    }
    .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        color: black;
        width: auto;
        text-align: center;
    }
    .left_side_wrap .page_title {
        position: static;
        font-size: 3em;
        font-family: 'Proxima Nova Semibold';
        text-transform: uppercase;
    }
    .left_side_wrap .line {
        position: absolute;
        left: 22px;
        top: -10px;
        width: 45px;
        height: 26px;
        border-bottom: 1px solid #000;
        transform: rotate(90deg);
        z-index: 200;
    }
    .left_side_wrap .line span {
        position: absolute;
        top: 23px;
        right: 0;
        width: 8px;
        height: 2px;
        border: 1px solid #000;
    }
    .item_wrap {
        margin: 10px 0;
    }
    .items img {
        position: static;
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
    .more_bottom {
        position: static;
        width: 100%;
        height: 50px;
        margin: 0;
        font-size: 1.5em;
        line-height: 2.7em;
        background-color: #191919;
    }
    .more_bottom a {
        border-bottom: 1px solid #474747;
    }
    #projects .line_wrap {
        position: absolute;
        top: auto;
        left: 11px;
        bottom: -30px;
        ;
        width: 40px;
        height: 15px;
        z-index: 100;
        transform: rotate(-90deg);
    }
    .projects .left_side_wrap .links {
        position: static;
        text-align: left;
        text-transform: uppercase;
    }
    #projects .top_line {
        margin-top: 6px;
        margin-bottom: 0px;
        background-color: #000;
    }
    #projects .top_dash {
        margin-top: -3px;
        margin-bottom: 0px;
        width: 10px;
        border: 1px solid #000;
        float: left;
        background-color: #000;
    }
    #projects .line_btn {
        position: absolute;
        right: 30%;
        top: -1px;
        color: #000;
        background-color: #fff;
        width: 120px;
    }
    #projects .line_btn a {
        color: #000;
    }
    .more_proj .line {
        position: absolute;
        left: 31px;
        bottom: 0;
        top: auto;
        width: 45px;
        height: 7%;
        border-left: 1px solid #000;
        transform: none;
        z-index: 200
    }
    .more_proj .line span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #000;
    }
    .more_proj .line img {
        position: absolute;
        bottom: 12px;
        left: -12px;
    }
    .more_proj {
        position: static;
        width: 209px;
        height: 40px;
        border: 2px solid #000;
        margin-top: 20px;
        margin-left: 25%;
    }
    .more_proj h3 {
        text-align: center;
        margin: 0 auto;
    }
    .more_proj a {
        text-transform: uppercase;
        color: #000;
        border-bottom: 1px dashed #d3d3d3;
        font-size: 0.5em;
        letter-spacing: 2px;
    }
    .more_proj a:hover {
        text-decoration: underline;
    }
    .single_projects {
        padding: 50px 0;
    }
    .single_projects .mob_menu {
        position: absolute;
        top: 0px;
        left: 15px
    }
    .single_projects .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_projects .left_side_wrap {
        margin-left: 25px;
    }
    .single_projects .left_side_wrap .line {
        position: absolute;
        left: -20%;
        top: auto;
        bottom: -18px;
        width: 80%;
        height: 2px;
        z-index: 100;
        transform: none;
    }
    .single_projects .left_side_wrap .line span {
        top: -1px;
    }
    .single_projects .copyright {
        bottom: 20px;
    }
}

.about {
    position: relative;
    background-color: #191919;
}
.about .hvr-underline-from-left:before {
    background: #000;
    height: 1px;
}
.about .left_side_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    width: 23%;
    text-align: left;
}

.about .left_side_wrap .line {
    border-bottom: 1px solid #fff;
}

.about .left_side_wrap .line span {
    border: 1px solid #fff;
}

.about .left_side_wrap .links {
    position: absolute;
    bottom: -100px;
    right: 40px;
    text-transform: uppercase;
}

.about .left_side_wrap .links div{
    margin-bottom: 10px;
}

.about .left_side_wrap .links a {
    border-bottom: 1px solid #424242;
    margin-top: 20px;
}

.about .about_wrap {
    height: 100%;
    padding: 40px 0;
}

.about .in_main_page {
    position: fixed;
    top: 30px;
    right: 8.5%;
    left: auto;
    z-index: 100;
    color: #fff;
}

.about .in_main_page a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 0.8em;
    letter-spacing: 1px;
    border-bottom: 1px solid #424242;
}

.about .about_wrap .col-md-4 {
    height: 100%;
}

.about .img_left {
    width: 80%;
    height: 100%;
    background: url(img/about_photo.jpg) no-repeat;
    background-size: contain;
}

.about .block_wrap {
    position: absolute;
    top: 0;
    right: 10%;
    width: 60%;
    height: 100%;
}

.about .block_wrap .num_block {
    position: relative;
    float: right;
    margin: 18% 0 0 0;
    width: 70%;
    background-color: #fff;
    color: #000;
}

.num_block p {
    margin: 10px 20px 0px 20px;
}

.num_block .num {
    font-size: 4em;
}

.num_block .text {
    margin-top: 10px;
    padding: 10px 0 10px 0;
}

.about .num_block .line {
    position: absolute;
    right: 10%;
    bottom: 35%;
    width: 110%;
    height: 1px;
    border-bottom: 1px solid #000;
}

.about .num_block .line span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 8px;
    height: 1px;
    border: 1px solid #000;
}

.about .about_wrap .col-md-8 {
    height: 100%;
}

.about .right_block_wrap {
    color: #fff;
    position: absolute;
    top: 15%;
    left: -10%;
    width: 90%;
    height: 80%;
    min-height: 450px;
}

.about .right_block_wrap .p_wrap {
    width: 80%;
    height: 95%;
    margin: 1% 6%;
    float: right;
    font-size: 1.2em;
    line-height: 1.6em;
}

.about .line_t {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.about .line_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #fff;
}

.about .line_b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 1px;
    border-top: 1px solid #fff;
}

.about .line_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #fff;
}

.btn-proj {
    position: absolute;
    padding: 5px 6%;
    bottom: -14px;
    left: 14%;
    font-family: 'Proxima Nova Semibold';
    color: #fff;
    background-color: #191919;
    border-color: #fff;
}

.btn-proj:hover {
    background-color: #fff;
    color: #191919;
}

.btn-proj-hover {
    position: absolute;
    padding: 5px 6%;
    bottom: -14px;
    left: 14%;
    font-family: 'Proxima Nova Semibold';
    color: #191919;
    background-color: #fff;
    border-color: #fff;
}

.about .right_link {
    height: 160px;
}

.about .right_link p {
    width: 136px;
    height: 119px;
}

.single_about .btn-proj:hover {

    
    color: #191919;
    background-color: #fff;
}
.single_about .left_side_wrap .page_title {
    position: relative;
    text-align: right;
}

.single_about .left_side_wrap {
    position: relative;
    top: 35%;
}

.single_about .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}

@media (min-width: 992px) {
    .about .img_left {
        min-height: 520px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about .left_side_wrap .line {
        border-bottom: 1px solid #fff;
        bottom: auto;
        top: 10px;
    }
    .about .left_side_wrap .line span {
        border: 1px solid #fff;
    }
    .about .left_side_wrap {
        position: relative;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #fff;
        width: auto;
        text-align: center;
    }
    .about .about_wrap {
        height: 100%;
        padding: 25px 10px;
        margin: 0 10%;
    }
    .about .img_left {
        width: 100%;
        height: 490px;
        margin-left: 0;
        background: url(img/about_photo.jpg) no-repeat;
        background-size: contain;
        position: relative;
        z-index: 1;
    }
    .about .block_wrap {
        right: -8%;
        width: 63%;
        height: 100%;
        z-index: 1;
    }
    .about .block_wrap .num_block {
        width: 80%;
        height: 9em;
    }
    .about .num_block .line {
        ;
        bottom: 40%;
    }
    .num_block p {
        margin: 3px 20px 0px 20px;
    }
    .num_block .text {
        margin-top: 0px;
        padding: 0px 0 10px 0;
    }
    .about .line_t {
        width: 90%;
    }
    .about .line_b {
        position: absolute;
        width: 100%;
    }
    .about .line_l {
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        width: 1px;
        height: 90%;
        border-right: 1px solid #fff;
    }
    .about .sm_view {
        position: absolute;
        top: 60px;
        left: -50px;
        width: 90%;
    }
    .about .right_block_wrap {
        color: #fff;
        position: static;
        width: 100%;
        height: 70%;
    }
    .about .right_block_wrap .p_wrap {
        width: 96%;
        height: 70%;
        margin: 5%;
        padding-left: 80px;
        float: right;
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .proj_btn {
        margin-left: 27%;
    }
    .btn-proj {
        position: absolute;
        padding: 5px 6%;
        bottom: -14px;
        left: 20%;
        font-family: 'Proxima Nova Semibold';
        color: #fff;
        background-color: #191919;
        border-color: #fff;
    }
    .single_about {
        padding: 30% 0;
    }
    .single_about .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_about .left_side_wrap .line {
        position: absolute;
        left: -15%;
        bottom: auto;
        top: auto;
        width: 41%;
        height: 2px;
        z-index: 100;
    }
    .single_about .left_side_wrap .line span {
        top: -1px;
    }
    .single_about .left_side_wrap .links {
        position: absolute;
        bottom: -20px;
        left: 50%;
        text-transform: uppercase;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .about .left_side_wrap .links {
        position: static;
        text-align: left;
        text-transform: uppercase;
    }
    .about .in_main_page {
        position: fixed;
        top: 10px;
        left: auto;
        right: 8.5%;
        z-index: 100;
        color: #000;
    }
    .about .line_bot {
        position: absolute;
        left: 31px;
        bottom: 0;
        top: auto;
        width: 45px;
        height: 18%;
        border-left: 1px solid #fff;
        transform: none;
        z-index: 200
    }
    .about .line_bot span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #fff;
    }
    .about .line_bot img {
        position: absolute;
        bottom: 15px;
        left: -15px;
    }
    .about .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #fff;
        width: auto;
        text-align: center;
    }
    .about .about_wrap {
        height: 100%;
        padding: 15px 0;
    }
    .about .img_left {
        width: 80%;
        height: 490px;
        margin-left: 25px;
        background: url(img/about_photo.jpg) no-repeat;
        background-size: contain;
        position: relative;
    }
    .about .block_wrap {
        right: 0;
        width: 170px;
        height: 100%;
    }
    .about .block_wrap .num_block {
        width: 75%;
    }
    .about .right_block_wrap {
        color: #fff;
        position: static;
        width: 90%;
        height: 70%;
    }
    .about .right_block_wrap .p_wrap {
        width: 80%;
        height: 70%;
        margin: 5% 0% 5% 5%;
        padding-left: 20px;
        float: right;
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .proj_btn {
        margin-left: 27%;
    }
    .btn-proj {
        position: static;
        padding: 5px 6%;
        bottom: -14px;
        left: 14%;
        font-family: 'Proxima Nova Semibold';
        color: #fff;
        background-color: #191919;
        border-color: #fff;
    }
    .single_about {
        padding: 50px 0;
    }
    .single_about .mob_menu {
        position: absolute;
        top: 15px;
        left: 15px
    }
    .single_about .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_about .left_side_wrap {
        margin-left: 25px;
    }
    .single_about .left_side_wrap .line {
        position: absolute;
        left: -20%;
        top: auto;
        bottom: -18px;
        width: 80%;
        height: 2px;
        z-index: 100;
        transform: none;
    }
    .single_about .left_side_wrap .line span {
        top: -1px;
    }
}

.press {
    position: relative;
    background-color: #fff;
}

.press .hvr-underline-from-left:before {
    background: #000;
    height: 1px;
}

.press .left_side_wrap {
    position: static;
    margin-top: 90%;
    margin-bottom: auto;
    color: #000;
    width: 23%;
    text-align: left;
}

.press .left_side_wrap .links {
    position: absolute;
    bottom: -100px;
    right: 40px;
    text-transform: uppercase;
}
.press .left_side_wrap .links div{
    margin-bottom: 10px;
}
.press .left_side_wrap .links a {
    border-bottom: 1px solid #424242;
    margin-top: 20px;
    color: #000;
}

.press .left_side_wrap .line {
    border-bottom: 1px solid #000;
}

.press .left_side_wrap .line span {
    border: 1px solid #000;
}

.items .first {
    bottom: 0;
}

.press .item {
    background-color: #191919;
    min-height: 163px;
}

.press .item img {
    width: 40%;
    margin: 5%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.press .item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.press .item a {
    font-family: "Proxima Nova Semibold";
    font-size: 1.7em;
    text-transform: uppercase;
}

.press .item .text {
    float: right;
    width: 50%;
    margin-top: 24%;
}

.press .item a {}

.press .item .text:hover {
    text-decoration: underline;
}

.press .item .line {
    position: absolute;
    right: 5%;
    bottom: 25%;
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.press .item .line span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 8px;
    height: 1px;
    border: 1px solid #fff;
}

.press .more_proj {
    position: absolute;
    left: -33%;
    bottom: 20%;
}

.press .copyright {
    color: #000;
    position: absolute;
    bottom: 15px;
    font-family: "Proxima Nova Regular";
}

.press .copyright a {
    color: #000;
}

.single_press .left_side_wrap {
    position: relative;
    top: 35%;
}

.single_press .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}

.single_press .left_side_wrap .page_title {
    position: relative;
    text-align: right;
}

.single_press .left_side_wrap {
    position: relative;
    top: 35%;
    width: 90%;
}

.single_press .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}

@media (min-width: 992px) {
    .press .col-md-9 {
        padding-top: 115px;
    }
    .press .items div:first-child {}
    .press .item a {
        font-size: 1.4em;
    }
    .single_press .mob_menu {
        position: absolute;
        top: 15px;
        left: 15px
    }
    .single_press .in_main_page {
        position: fixed;
        top: 40px;
        left: auto;
        right: 5%;
        z-index: 100;
        color: #000;
    }
    .single_press .in_main_page a {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .press {
        padding-bottom: 100px;
    }
    .press .col-md-9 {
        padding: 30px 10% 0 10%;
    }
    .press .left_side_wrap .line {
        border-bottom: 1px solid #000;
        bottom: auto;
        top: 40px;
        width: 50%;
    }
    .press .left_side_wrap .line span {
        border: 1px solid #000;
    }
    .press .in_main_page {
        position: fixed;
        top: 30px;
        left: auto;
        right: 8.5%;
        z-index: 100;
        color: #000;
    }
    .press .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #000;
        width: auto;
        text-align: center;
    }
    .press .item {
        width: 100%;
        margin-left: 0;
        height: 190px;
        padding: 30px 10px 0 15px;
    }
    .press .item img {
        width: 40%;
        margin: 0px;
        float: left;
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        filter: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .press .item .text {
        float: right;
        width: 60%;
        font-size: 1.5em;
        margin-top: 20px;
        padding-left: 20px;
    }
    .press .more_proj {
        position: static;
        width: 80%;
        height: 40px;
        border: none;
        margin-top: 0;
    }
    .press .more_proj h3 {
        text-align: center;
        margin: 0 auto;
    }
    .single_press {
        padding: 30% 0;
    }
    .single_press .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_press .left_side_wrap .line {
        position: absolute;
        left: -15%;
        bottom: auto;
        top: auto;
        width: 41%;
        height: 2px;
        z-index: 100;
    }
    .single_press .left_side_wrap .line span {
        top: -1px;
    }
    .single_press .left_side_wrap .links {
        position: absolute;
        bottom: -5px;
        left: 67%;
        text-transform: uppercase;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .press {
        padding-bottom: 100px;
    }
    .press .left_side_wrap .links {
        position: static;
        text-align: left;
        text-transform: uppercase;
    }
    .press .in_main_page {
        position: fixed;
        top: 10px;
        left: auto;
        right: 8.5%;
        z-index: 100;
        color: #000;
    }
    .press .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #000;
        width: auto;
        text-align: center;
    }
    .press .left_side_wrap .line {
        position: absolute;
        left: 4px;
        top: 7px;
        width: 80px;
        height: 26px;
        border-bottom: 1px solid #000;
        transform: rotate(90deg);
        z-index: 200;
    }
    .press .line_bot {
        position: absolute;
        left: 31px;
        bottom: -150px;
        top: auto;
        width: 45px;
        height: 15%;
        border-left: 1px solid #000;
        transform: none;
        z-index: 200
    }
    .press .line_bot span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #000;
    }
    .press .line_bot img {
        position: absolute;
        bottom: 15px;
        left: -12px;
    }
    .press .item {
        width: 250px;
        margin-left: auto;
        height: 182px;
        padding: 23px 10px 0 15px;
        margin: auto;
    }
    .press .item img {
        width: 48%;
        margin: 0px;
        float: left;
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        filter: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .press .item .text {
        float: right;
        width: 50%;
        font-size: 1.2em;
        margin-top: 20px;
        padding-left: 5px;
        text-decoration: underline;
    }
    .press .item .line {
        width: 68%;
    }
    .press .more_proj {
        position: static;
        width: 209px;
        height: 40px;
        border: none;
        margin-top: 0;
    }
    .press .more_proj h3 {
        text-align: left;
        margin: 0 auto;
    }
    .single_press {
        padding: 50px 0;
    }
    .single_press .mob_menu {
        position: absolute;
        top: 15px;
        left: 15px
    }
    .single_press .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_press .left_side_wrap {
        margin-left: 25px;
    }
    .single_press .left_side_wrap .line {
        position: absolute;
        left: -20%;
        top: auto;
        bottom: -18px;
        width: 80%;
        height: 2px;
        z-index: 100;
        transform: none;
    }
    .single_press .left_side_wrap .line span {
        top: -1px;
    }
}

.contacts {
    position: relative;
    background-color: #191919;
}

.contacts .left_side_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20%;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    width: 30%;
    text-align: left;
}

.contacts .left_side_wrap .page_title {
    right: 10%;
}

.contacts {
    background-image: url("img/bg_bottom.jpg");
    background-size: cover;
}

.contacts .left_side_wrap .line {
    border-bottom: 1px solid #fff;
}

.contacts .left_side_wrap .line span {
    border: 1px solid #fff;
}

.contacts .left_block {
    position: relative;
    height: 100%;
}


.contacts .right_block {
    position: relative;
    height: 100%;
    background-color: #fff;
}

.left_block_wrap {
    font-family: "Proxima Nova Light";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45%;
    width: 80%;
}

.cont_block_top {
    top: 0;
    min-height: 40%;
    margin-bottom: 5%;
}

.cont_block_bot {
    position: absolute;
    bottom: 0;
    min-height: 40%;
    margin-bottom: 5%;
}

.cont_text {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.2em;
}

.left_inner_cont .tel {
    font-size: 1.5em;
    letter-spacing: 2px
}

.right_inner_cont .mail {
    font-size: 1.4em;
    border-bottom: 1px dashed #474747;
}

.left_block_wrap .callback {
    font-size: 0.7em;
    text-align: right;
    color: #fff;
    letter-spacing: 0;
    border-bottom: 1px dashed #474747;
}

.copyright {
    position: absolute;
    bottom: 15px;
    font-family: "Proxima Nova Regular";
}

.copyright a {
    text-decoration: underline;
}

.left_block_wrap .link_soc a {
    margin-left: 0px;
}

.left_block_wrap .soc_lj {
    left: 0;
}

.left_block_wrap .soc_lj a {
    position: absolute;
    left: 0;
}

.left_block_wrap .soc_tw {
    left: 20%;
}

.left_block_wrap .soc_tw a {
    position: absolute;
    left: 20%;
}

.left_block_wrap .soc_fb {
    left: 40%;
}

.left_block_wrap .soc_fb a {
    position: absolute;
    left: 40%;
}

.contacts .right_block_wrap {
    padding: 10% 10%;
}

.right_block_inner {
    height: 100%;
}

.right_block_inner h3 {
    font-family: "Proxima Nova Semibold";
    font-size: 1.5em;
    color: #949494;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.right_block_inner label {
    font-family: "Proxima Nova Semibold";
    font-size: 1.5em;
    color: #e7e7e7;
}

.right_block_inner .form-group {
    margin-bottom: 55px;
}

.right_block_inner .form-control {
    font-size: 1.2em;
    font-family: 'Proxima Nova Thin';
    color: #565656;
}

.btn-request {
    padding: 5px 40%;
    font-family: 'Proxima Nova Semibold';
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-request:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.single_contacts .left_side_wrap {
    position: relative;
    top: 35%;
    width: 50%
}

.single_contacts .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}

.single_contacts .left_side_wrap .page_title {
    position: relative;
    text-align: right;
}

.single_contacts.left_side_wrap {
    position: relative;
    top: 35%;
    width: 90%;
}

.single_contacts .left_side_wrap .line {
    position: absolute;
    left: -8%;
    bottom: -15px;
    width: 126%;
    height: 2px;
    z-index: 100;
}
.single_contacts .in_main_page a {
    color: #fff;
  
}
@media (min-width: 992px) {
    .left_block_wrap {
        height: 48%;
    }
    .contacts .left_block {
        position: relative;
    }
    .left_block_wrap .email {
        margin-bottom: 80px;
    }
    .cont_block_top {
        top: 0;
        min-height: 40%;
        margin-bottom: 0%;
        padding-top: 0%
    }
    .contacts .left_block_wrap .soc_tw a {
        position: absolute;
        left: -7%;
    }
    .contacts .left_block_wrap .soc_fb a {
        position: absolute;
        left: -14%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contacts {
        background-position: 50% -20%;
        background-repeat: no-repeat;
    }
    .contacts .in_main_page {
        position: fixed;
        top: 30px;
        left: auto;
        right: 8.5%;
        z-index: 100;
        color: #000;
    }
    .contacts .right_block_wrap {
        padding: 100% 10%;
    }
    .contacts .left_block {
        position: relative;
        margin-top: 42%;
    }
    .contacts .left_side_wrap {
        position: absolute;
        left: 0;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #fff;
        width: auto;
        text-align: center;
    }
    .contacts .left_side_wrap .page_title {
        padding-left: 23%;
    }
    .contacts .left_side_wrap .line {
        border-bottom: 1px solid #fff;
        bottom: auto;
        top: 40px;
        width: 112%;
    }
    .contacts .left_side_wrap .line span {
        border: 1px solid #fff;
    }
    .left_block_wrap {
        font-family: "Proxima Nova Light";
        position: relative;
        padding-left: 45px;
        height: auto;
        width: 80%;
        top: 80px;
    }
    .cont_block_top {
        position: static;
        top: 0;
        min-height: auto;
        margin-bottom: 15px;
    }
    .cont_block_top p {
        margin-bottom: 0px;
    }
    .cont_block_bot {
        position: static;
        bottom: 0;
        min-height: auto;
        margin-bottom: 10%;
    }
    .left_inner_cont .tel {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
    .link_soc {
        position: static;
        padding-bottom: 20px;
    }
    .left_block_wrap .soc_lj a {
        left: 15px;
    }
    .left_block_wrap .soc_fb a {
        left: 35%;
    }
    .btn-request {
        padding: 5px 25%;
    }
    .right_block_inner h3 {
        font-family: "Proxima Nova Semibold";
        font-size: 1.5em;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .right_block_inner {
        margin-left: 20px;
        position: relative;
        top: -30px;
    }
    .right_block_inner .form-group {
        margin-bottom: 20px;
    }
    .right_block_inner .form-control {
        font-size: 1em;
        font-family: 'Proxima Nova Thin';
        color: #565656;
    }
    .copyright {
        position: static;
        bottom: 15px;
        font-family: "Proxima Nova Regular";
    }
    .single_contacts .left_side_wrap {
        top: 0%;
    }
    .single_contacts .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_contacts .left_side_wrap .line {
        position: absolute;
        left: -15%;
        bottom: auto;
        top: auto;
        width: 145%;
        height: 2px;
        z-index: 100;
    }
    .single_contacts .left_side_wrap .line span {
        top: -1px;
    }
    .single_contacts .left_side_wrap .links {
        position: absolute;
        bottom: -5px;
        left: 67%;
        text-transform: uppercase;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .contacts {
        background-position: 40% -52%;
        background-repeat: no-repeat;
        background-size: 400%;
    }
    .contacts .left_block {
        position: relative;
    }
    .single_contacts .in_main_page {
        position: fixed;
        top: 30px;
        right: 8.5%;
        left: auto;
        z-index: 100;
        color: #fff;
    }
    .single_contacts .in_main_page a {
        text-transform: uppercase;
        color: #fff !important;
        font-size: 0.8em;
        letter-spacing: 1px;
        border-bottom: 1px solid #424242;
    }
    .contacts .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #fff;
        width: auto;
        text-align: center;
    }
    .left_block_wrap {
        font-family: "Proxima Nova Light";
        position: static;
        padding-left: 45px;
        height: auto;
        width: auto;
    }
    .cont_block_top {
        position: static;
        top: 0;
        min-height: auto;
        margin-bottom: 10%;
    }
    .cont_block_bot {
        position: static;
        bottom: 0;
        min-height: auto;
        margin-bottom: 10%;
    }
    .left_inner_cont .tel {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
    .link_soc {
        position: static;
        padding-bottom: 20px;
    }
    .left_block_wrap .soc_lj {
        left: 13px;
    }
    .left_block_wrap .soc_tw {
        left: 13px;
    }
    .left_block_wrap .soc_fb {
        left: -16px;
    }
    .btn-request {
        padding: 5px 25%;
    }
    .right_block_inner h3 {
        font-family: "Proxima Nova Semibold";
        font-size: 1.5em;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .right_block_inner {
        margin-left: 20px;
    }
    .right_block_inner .form-group {
        margin-bottom: 20px;
    }
    .right_block_inner .form-control {
        font-size: 1em;
        font-family: 'Proxima Nova Thin';
        color: #565656;
    }
    .left_block .line_bot {
        position: absolute;
        left: 31px;
        bottom: 0px;
        top: auto;
        width: 45px;
        height: 59%;
        border-left: 1px solid #fff;
        transform: none;
        z-index: 200
    }
    .left_block .line_bot span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #fff;
    }
    .left_block .line_bot img {
        position: absolute;
        bottom: 15px;
        left: -12px;
    }
    .right_block .line {
        position: absolute;
        left: 31px;
        bottom: auto;
        top: 0;
        width: 45px;
        height: 20%;
        border-left: 1px solid #000;
        transform: none;
        z-index: 200
    }
    .right_block .line span {
        position: absolute;
        bottom: 0;
        top: auto;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #000;
    }
    .right_block .line_bot {
        position: absolute;
        left: 31px;
        bottom: 0px;
        top: auto;
        width: 45px;
        height: 59%;
        border-left: 1px solid #fff;
        transform: none;
        z-index: 200
    }
    .right_block .line_bot span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #fff;
    }
    .right_block .line_bot img {
        position: absolute;
        bottom: -20px;
        left: -12px;
    }
    .single_contacts {
        padding: 50px 0;
    }
    .single_contacts .mob_menu {
        position: absolute;
        top: 15px;
        left: 15px
    }
    .single_contacts .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_contacts .left_side_wrap {
        margin-left: 25px;
    }
    .single_contacts .left_side_wrap .line {
        position: absolute;
        left: -20%;
        top: auto;
        bottom: -18px;
        width: 80%;
        height: 2px;
        z-index: 100;
        transform: none;
    }
    .single_contacts .left_side_wrap .line span {
        top: -1px;
    }
    .single_contacts .left_side_wrap .page_title {
        right: 0;
    }
}

.recall_modal .modal-dialog {
    width: auto;
    height: 100%;
    margin: 0;
}

.recall_modal .modal-content {
    height: 100%;
    background-color: #191919;
    border: none;
    border-radius: 0;
    outline: 0;
}

 #mod_gallery .modal-header{
   position: absolute;
       
}

#recall_mod_map  .modal-header{
   position: absolute;
       
}

.recall_modal .modal-header {
    top: 0px;
    right: 15px;
    z-index: 100;
    padding: 0px;
    border-bottom: none;
}


.recall_modal .modal-header .close {
    font-family: 'Proxima Nova Thin';
    background-color: #fff;
    opacity: 1;
    margin: 20px;
    width: 30px;
    height: 30px;
    font-size: 34px;
}

.recall_modal .modal-header .close:hover {
    opacity: .5;
}
.recall_modal .modal-body {
    position: relative;
    padding: 0 15px;
}
.recall_modal .pop_up {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 10% auto;
    width: 30%;
}

.recall_modal .form-control {
    box-shadow: none;
    border-radius: 0;
    background-color: #191919;
    color: #fff;
    border: none;
    border-bottom: 1px solid #474747;
}

.recall_modal label {
    position: relative;
    top: 33px;
    color: #474747;
    font-size: 16px;
    font-family: 'Proxima Nova Thin';
    letter-spacing: 2px;
}

.recall_modal .name {
    left: 43%;
}

.recall_modal .phone {
    left: 40%;
}

.recall_modal .btn-request {
    padding: 5px;
    color: #fff;
    background-color: #191919;
    border-color: #fff;
    margin-top: 30px;
    width: 100%;
}

.recall_modal .btn-request:hover {
    color: #000;
    background-color: #fff;
    border-color: #191919;
}

.recall_modal .pop_up h2 {
    font-family: 'Proxima Nova Semibold';
    text-transform: uppercase;
    text-align: center;
}

.recall_modal .pop_up p {
    font-family: 'Proxima Nova Thin';
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .recall_modal .pop_up {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .recall_modal .pop_up {
        width: 90%;
    }
}

#recall_mod_error .pop_up {
    width: 50%;
}

#recall_mod_error .btn-request {
    width: 44%;
}

#recall_mod_error .btn-request {
    padding: 5px 0;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #recall_mod_error .btn-request {
        margin-left: 0px;
        margin-right: 0px;
    }
    #recall_mod_error .btn-request {
        width: 100%;
    }
}

#recall_mod_map .pop_up {
    margin: auto;
    width: 100%;
display: block;
position:static;
}

/* 404 page */

.error_page .left_side_wrap {
    position: static;
    margin-top: 14%;
    margin-bottom: auto;
    color: #000;
    width: 65%;
    text-align: left;
}

.error_page .left_side_wrap .page_title {
    position: relative;
    font-size: 3em;
    font-family: 'Proxima Nova Semibold';
    text-transform: uppercase;
    text-align: right;
}
.error_page .left_side_wrap .page_title h2{
    font-size: 4em;
}

.error_page .left_side_wrap .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
}
.error_page  .left_side_wrap .links {
    position: static;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5em;
    width: 38%;
    float: right;
}
.error_page .left_side_wrap .links a {
    border-bottom: 1px solid #424242;
    margin-top: 0px;
    color: #000;
}
#text_error {
    text-transform: none;
    font-size: 0.6em;
}
@media (max-width: 991px) and (min-width: 768px){
  .error_page  .left_side_wrap .page_title {

        margin-left: 0;
    }
.error_page .left_side_wrap .line {
    border-bottom: 1px solid #000;
    bottom: 0;
    top: auto;
    width: 100%;
}
.error_page .left_side_wrap .line span {
    top: -2px;
}
}

@media (max-width: 767px){
.error_page .left_side_wrap {
    position: static;
    height: auto;
    margin-top: 40%;
    margin-bottom: auto;
    color: #000;
    width: auto;
    text-align: center;
}
.error_page .left_side_wrap .page_title {
    font-size: 2.5em;
    text-align: center;
}
.error_page .left_side_wrap .line {
    position: relative;
    left: -10%;
    top: 7px;
    width: 90%;
    height: 0;
    border-bottom: 1px solid #000;
    transform:none;
    z-index: 200;
}
.error_page .left_side_wrap .line span {
    top: -2px;
}
.error_page .left_side_wrap .links {
    position: static;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5em;
    margin-top: 20px;
    width: 90%;
    float: right;
}
.error_page .mob_menu {
    position: fixed;
    top: -5px;
    left: 8.5%;
    right: auto;
    z-index: 100;
    color: #000;
}
.error_page .copyright {
   bottom: 0;
}
}
#msg_success {
margin-left:0 !important;
}
#home-phone a {
    font-size: 25px;
}









.img_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: inherit;
}

img.img_item {
    max-width: 400px;
    width: 98%;
}

.cost-table {
     background: #121212;
     width: -webkit-fill-available;
}

.cost-tr {
    display: flex;
}

.cost-td {
    display: block;
    border: 1px solid #4d4d4d;
    max-width: 400px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
}

.left_serv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -425px !important;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    width: 23%;
    text-align: left;
}

.serv_wrap {
    display: flex;
    align-items: center;
    height: inherit;
}

.desc-right {
    height: 900px;
}

.serv_right {
    min-height: 680px !important;
}

.services_list {
    position: absolute;
    top: 340px !important;
    left: 0;
    bottom: 0;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    width: 23%;
    text-align: left;
    height: 370px !important;
}


.lsat_serv {
    margin-bottom: 20px !important;
}



@media (max-width: 1024px) {

.serv-cont {
   margin: 0px auto !important;
   width: auto !important;
}

.serv_row {
    height: auto !important;
}

.btn-proj-hover {
    display: none;
}

        .cost-td {
    line-height: 17px;
}

    .about .left_side_wrap .links {
        position: static;
        text-align: left;
        text-transform: uppercase;
    }
    .about .in_main_page {
        position: fixed;
        top: 10px;
        left: auto;
        right: 8.5%;
        z-index: 100;
        color: #000;
    }
    .about .line_bot {
        position: absolute;
        left: 31px;
        bottom: 0;
        top: auto;
        width: 45px;
        height: 18%;
        border-left: 1px solid #fff;
        transform: none;
        z-index: 200
    }
    .about .line_bot span {
        position: absolute;
        top: 0;
        right: auto;
        width: 2px;
        height: 8px;
        border-left: 2px solid #fff;
    }
    .about .line_bot img {
        position: absolute;
        bottom: 15px;
        left: -15px;
    }
    .about .left_side_wrap {
        position: static;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        color: #fff;
        width: auto;
        text-align: center;
    }
    .about .about_wrap {
        height: 100%;
        padding: 15px 0;
    }
    .about .img_left {
        width: 80%;
        height: 490px;
        margin-left: 25px;
        background: url(img/about_photo.jpg) no-repeat;
        background-size: contain;
        position: relative;
    }
    .about .block_wrap {
        right: 0;
        width: 170px;
        height: 100%;
    }
    .about .block_wrap .num_block {
        width: 75%;
    }
    .about .right_block_wrap {
        color: #fff;
        position: static;
        width: 90%;
        height: 70%;
    }
    .about .right_block_wrap .p_wrap {
        width: 80%;
        height: 70%;
        margin: 5% 0% 5% 5%;
        padding-left: 20px;
        float: right;
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .proj_btn {
        margin-left: 27%;
    }
    .btn-proj {
        position: static;
        padding: 5px 6%;
        bottom: -14px;
        left: 14%;
        font-family: 'Proxima Nova Semibold';
        color: #fff;
        background-color: #191919;
        border-color: #fff;
    }
    .single_about {
        padding: 50px 0;
    }
    .single_about .mob_menu {
        position: absolute;
        top: 15px;
        left: 15px
    }
    .single_about .left_side_wrap .page_title {
        position: relative;
        text-align: left;
    }
    .single_about .left_side_wrap {
        margin-left: 25px;
    }
    .single_about .left_side_wrap .line {
        position: absolute;
        left: -20%;
        top: auto;
        bottom: -18px;
        width: 80%;
        height: 2px;
        z-index: 100;
        transform: none;
    }
    .single_about .left_side_wrap .line span {
        top: -1px;
    }
}

@media (max-width: 991px) {

.serv-cont {
    margin: 0 10% !important;
    width: 100% !important;
}

img.img_item {
    max-width: 370px;
    width: 98%;
    margin-bottom: 10px;
}

.sm_serv {
    position: initial !important;
}

}

@media (max-width: 768px) {

.serv_p {
    width: 100% !important;
}

}

@media (max-width: 425px) {
.serv-cont {
    width: auto !important;
}

img.img_item {
    max-width: 300px;
    width: 98%;
    margin-bottom: 10px;
}

.cost-tr {
    flex-wrap: wrap;
}

.cost-td {
    line-height: 40px;
}
.services_list > .page_title {
    bottom: 1px !important;
}

}


@media (max-width: 320px) {
.col_serv {
  padding-right: 0px !important;
    padding-left: 0px !important;
}

.cost-td {
    line-height: 38px;
    font-size: 13px;
}
}






.serv-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serv-item {
    max-width: 640px;
    width: 98%;
    height: 395px;
    position: relative;
    margin-bottom: 10px;
}

.serv-item > h3 {
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
}

.more-a {
    position: absolute;
    top: 75%;
    font-size: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.cost-p {
    position: absolute;
    top: 60%;
    width: fit-content;
    font-size: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.img-a {
    position: absolute;
    width: inherit;
    height: inherit;
    overflow: hidden;
}

.img-overlay {
    display: block;
    position: absolute;
    width: inherit;
    z-index: 1;
    height: inherit;
    background: #000;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.serv-item:hover .img-overlay {
    opacity: 0.6;
}

.serv-item:hover .more-a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.serv-item:hover .cost-p {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.img-a > img {
    width: inherit;
    position: relative;
    display: block;
}

.img-a > img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    color: #FFF;
}


@media (max-width: 425px){ 

    .serv-item {
        height: 250px;
    }

    .img-a {
        width: -webkit-fill-available;
    }

    .serv-item > h3 {
        top: 40%;
        font-size: 23px;
    }
    
    .cost-p {
        text-align: center;
        top: 66%;
        font-size: 14px;
    } 

    .more-a {
        top: 82%;
    }   

}

@media (max-width: 375px){ 

    .serv-item {
        height: 218px;
    }


    .serv-item > h3 {
        font-size: 18px;
    }
    

}

@media (max-width: 320px){ 

    .serv-item {
        height: 184px;
    }


    .cost-p {
        font-size: 12px;
    } 
    

}