@font-face{

font-family: 'Arial Narrow';

src: url('../fonts/arial-narrow.ttf') format('truetype');

font-weight: normal;

font-style: normal;

}
@font-face {    
    font-family: 'MyriadPro-Regular';
    src: url(../fonts/MyriadPro-Regular.woff);
}


body{
     font-family: 'PT Sans', sans-serif;
     background: #000000 url(../img/bg-square.png);
     background-size: cover;
}
#top-screen{
    position: relative;
    height: auto;
}
#top-screen.contact-top{
    background: url(../img/header-bg2.jpg);
    background-size: cover;
    height: 1300px; 
}
#top-screen.testimonial-top, #top-screen.about-top{
    height: 100%;
}
.header-container{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.swiper-container.header-swiper{
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 0;
}

.header-swiper .swiper-wrapper{
 
}

.header-swiper .swiper-wrapper .swiper-slide{
    height: 100%;
    border: none;
}

.triangle-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    /* background: url(../img/triangle-bg.png); */
    background-size: cover; 
}
.triangle-overlay.triange-contact{
    background: url(../img/triangle-bg1.png);
    background-size: cover; 
}
#top-screen a{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
}
#top-screen .header-menu .navbar-nav a{
    font-size: 16px;
}
.top-menu .container .flex-container{
    display: flex;
    justify-content: space-between;
    line-height: 80px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.top-menu a{
    color: #fff;
}
.header-menu{
    background-color: #fff;
}
.header-menu .navbar-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 85px;
    background-color: #fff;
    float: none;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.header-menu .navbar-nav .container .flex-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 85px;
    /* max-width: 1200px; */
}
.header-menu .navbar-nav.nav-gray, .header-menu.nav-gray{
    background: url(../img/nav-bg-gray.jpg);
    background-size: contain;
}
.header-menu a{
    color: #000000;
    max-width: 340px;
    text-align: center;
}
.navbar-toggle{
    border: 1px solid rgba(179, 176, 176, 0.49);
}
.navbar-toggle .icon-bar{
    background-color: #222222;
}
#top-screen #logo{
    position: absolute;
    top: 307px;
    width: 100%;
}
#top-screen.contact-top #logo{
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
    top:680px;
}
#logo img{
    width: 534px;
    height: 260px;
}
#top-screen.contact-top #logo img{
    width: 713px;
    height: 340px;
}
.services-container{
    position: absolute;
    bottom: 2%;
    width: 100%;
}
.services{
    max-width: 1200px;
    margin: 0 auto;
}
#top-screen .services-container .services .services-title{
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 9px;
    color: #fff;
}

#top-screen .services-container .services .services-list{ 
    display: flex;
    justify-content: space-around;
}
#top-screen .services-container .services .services-list a{
    display: block;
    color:#fff;
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0px;
    max-width: 350px;
}

#top-screen .services-container .services .services-list span{
    display: block;
    color:#fff;
    text-transform: none;
    letter-spacing: 0px;
    max-width: 350px;
    position: relative; 
    text-align: center; 
    font-size: 21px; 
}
.modal-photo .modal-body img{ 
    width: 100%;
    height: auto;
}

.contact-container{
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    
    top: 1100px;
    
}
.contact-container .container{
display: flex;
    justify-content: center;
    /* text-align: center; */
    word-wrap: break-word;
}
#top-screen .contact-container label, #top-screen .contact-container a{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}

#top-screen .contact-container label{
    width: 80px;
    margin-right: 40px;
}
#top-screen .contact-container a{
    line-height: 31px;
}

.screens-title{
    text-align: center;
    background-color: #fff;
}

.screens-title h1{
    font-size: 44px;
    letter-spacing: 12px;
    color: #000000;
    margin: 35px 0;
    padding: 35px 0;
    margin: 0;
}

.squares-slider{
    background-color: #000000;
    padding: 70px 50px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: url(../img/bg-.jpg);
}
.squares-slider .swiper-container{
    margin-bottom: 10px;
}
.swiper-slide {
    width: 365px;
    height: 365px;
    border: 1px solid #686868;
}
.swiper-slide::after{
    content: "";
    background-color: #000000;
    top: 0px;
    right: -31px;
    height: 365px;
    width: 30px;
    position: absolute;
}

.index-text{
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    color: #000000;
    /* font-family: 'Arial Narrow', arial; */
    padding: 120px 0px;
}
.index-text p{
    max-width: 1200px;
    margin: 0 auto;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}

.squares-slider img{
    filter: grayscale(100%);
}
.squares-slider .swiper-slide:hover img{
    filter: grayscale(0%);
    /* cursor: pointer; */
}


.separator{
    background-color: #fff;
    height: 117px;
}

footer{
    height: 45px;
    background: url(../img/bg-.jpg);
    border-top: 1px solid #5d5e5d;
}

.mobile-menu{
    display: none;
}
#top-screen a.mobile-menu-link{
    display: none;
}
.mobile-menu .menu-wrapper{
    vertical-align: middle;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.mobile-menu .overlay{
        background: rgba(0, 0, 0, .9);
    z-index: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}
.mobile-menu.show .menu-content{
    color: #fff;
        position: absolute;
    top: 20px;
    z-index: 2;
    padding: 25px 20px;
    height: calc(100% - 100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
        pointer-events: all;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}

.mobile-menu .scroll-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

 .mobile-menu .menu-wrapper:after{
        content: ' ';
    display: block;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    border: 1px solid hsla(0, 0%, 61%, .2);
    border-radius: 50%;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIyNC41MTIgMjI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjI0LjUxMiAyMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSIyMjQuNTA3LDYuOTk3IDIxNy41MjEsMCAxMTIuMjU2LDEwNS4yNTggNi45OTgsMCAwLjAwNSw2Ljk5NyAxMDUuMjYzLDExMi4yNTQgICAgMC4wMDUsMjE3LjUxMiA2Ljk5OCwyMjQuNTEyIDExMi4yNTYsMTE5LjI0IDIxNy41MjEsMjI0LjUxMiAyMjQuNTA3LDIxNy41MTIgMTE5LjI0OSwxMTIuMjU0ICAiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    bottom: 20px;
    left: 50%;
    margin-left: -33px;
    position: absolute;
} 
.mobile-menu.show .menu-content a{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
}
.component-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 85px;
    flex-direction: column;
}


.testimonial-top{
    background: url(../img/bg-square.png);     
}
.triangle-overlay.triange-testimonial{
    background: url(../img/triangle-top.png) no-repeat;
    background-position: right top 165px;
    background-size: 29%;    
}
.testimonial-container{
    font-family: "MyriadPro-Regular";
    padding-top: 180px;
}
.testimonial-block{
    border: 20px solid rgba(100, 112, 119, 0.16);
    border-bottom-color: rgba(223, 227, 245, 0.16);
    border-left-color: rgba(133, 149, 158, 0.16);
    border-right-color: rgba(200, 225, 238,0.16);    
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    background-color: rgba(200, 225, 238,0.16);  
    
    color: #fafdfe;  
    padding: 62px 0;
    font-size: 20px;
    line-height: 30px;
}
.testimonial-block .text{
    margin-bottom: 30px;
}
.testimonial-wrapper {
    margin-bottom: 73px;
}
.testimonial-wrapper .img-block{
    margin-top: -165px;
}

.about-top{
    background: url(../img/bg-chair.png) no-repeat;     
}
.about-container{
    padding-top:280px;
    padding-bottom: 100px;
}
.about-container .content-block{
    color:#f8fcfd;    
    margin-bottom: 210px;
}
.about-container .content-block img{
    max-width:100%;
}
.about-container .text{
    font-family: "Oswald";
    font-size: 36px;
    line-height: 48px;
    margin-top: 45px;
    margin-bottom: 60px;
}
.about-container .name{
    font-family: "OpenSans-Semibold";
    font-size: 24px;    
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.about-container .position{
    font-family: "OpenSans-Regular";
    font-size: 20px;    
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.about-container .description-block{
    font-family: "OpenSans-Regular";
    font-size: 20px;
    color:#fcfeff;
    border: 20px solid rgba(100, 112, 119, 0.16);
    border-bottom-color: rgba(226, 239, 246, 0.16);
    border-left-color: rgba(177, 199, 211, 0.16);
    border-right-color: rgba(161, 181, 191,0.16);    
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(200, 225, 238,0.16);
    padding-top: 70px;
    padding-bottom: 70px;
    line-height: 30px;
}
/* @media(max-width:1500px){
    #top-screen a.top-menu-link{
        font-size: 28px;
    }
} */

@media(max-width:1200px){
    .services-container{
        padding-left: 3%;
    }
    /* .index-text{
        font-size: 28px;
    } */
    .nav.navbar-nav{
        margin: 7.5px 0px;
    }
}

@media(max-width:1000px){
    #top-screen a.top-menu-link{
        font-size: 20px;
    }
    #top-screen .header-menu .navbar-nav a{
        font-size: 18px;
    }
}
@media (max-width:991px) {
    .testimonial-block{
        padding:15px 15px 62px;
    }
    .testimonial-wrapper .img-block{
        margin-top: -45px;
        text-align: left;        
    }
    .testimonial-wrapper .img-block img{
        max-width:100%;
    }
    .about-container{
        padding:280px 15px 62px 15px;
    }
    .about-container .content-block{
        margin-bottom: 100px;
    }
    #top-screen .services-container .services .services-list .list-separator{
        display: none;
    }
}
@media(max-width:768px){
    .header-menu{
        display: none;
    }
    #top-screen a.top-menu-link{
        font-size: 20px;
    }
    .header-menu .navbar-nav{
        flex-direction: column;
    }
    .nav.navbar-nav a{
        margin-top: 15px;
    }
    #top-screen{
        background-size: cover;
    }
    #top-screen .top-menu a.top-menu-link{
        display: none;
    }
    #top-screen a.mobile-menu-link{
        display: inline-block;
    }
    #logo{
        display: none;
    }
    #top-screen.contact-top{
        height: 620px;
    }
    #top-screen.contact-top #logo{
        display: block;
        top: 170px;
    }
    #top-screen.contact-top #logo img{
        width: 80%;
        height: auto;
    }
    .contact-container{
        top: 466px;
    }
    .testimonial-container{
        padding-top:90px;
    }
    #top-screen .contact-container label, #top-screen .contact-container a{
        font-size: 15px;
    }
    .about-top{
        background-position-y: -95px;
    }
    .about-container{
        padding-top:30px;
    }
    #top-screen .services-container .services .services-title{
        margin-bottom: 10px;
    }
    #top-screen .services-container .services .services-list{ 
        flex-direction: column;  
    } 
    #top-screen .services-container .services .services-list span{ 
        text-align: left; 
    }
}