

 
.main {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

.main-inner {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 50vmin 0 12vmin;
}

    .main-inner:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #171717;
        opacity: .6;
    }

.main-contacts, .main-projects {
    padding: 34.2vmin 0 34vmin;
}

.main-project {
    padding: 33.7vmin 0 11vmin;
    background-size: cover;
    background-position: center 0;
}

.main-contacts:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    background: -webkit-linear-gradient(bottom,rgba(39,39,39,.95) 0,rgba(39,39,39,.95) 26%,rgba(39,39,39,.6) 100%);
    background: linear-gradient(to top,rgba(39,39,39,.95) 0,rgba(39,39,39,.95) 26%,rgba(39,39,39,.6) 100%);
}

.main-header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-left: 38.5vmin;
}

    .main-header h1 {
        color: #fff;
        margin: 0;
        margin-right: -10px;
        font-size: 62px;
        font-weight: 600;
        letter-spacing: 8px;
    }

.main-inner .page-lines {
    z-index: 1;
    opacity: .15;
}

    .main-inner .page-lines .line {
        border-color: #fff;
    }

.main-blog .page-lines, .main-contacts .page-lines, .main-project .page-lines, .main-projects .page-lines {
    opacity: .08;
}

.rev_slider {
    color: #fff;
    min-height: 420px;
}

    .rev_slider .btn {
        -webkit-transition: background-color .3s ease-out !important;
        transition: background-color .3s ease-out !important;
        font-size: 16px;
        font-weight: 600;
       
    }

.tp-caption {
    padding: 0 20px;
    text-align: right;
}

.arrow-left, .arrow-right {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
    top: 30%;
}

.arrow-left {
    left: 22vmin;
}

.arrow-right {
    right: 15px;
}

    .arrow-left:after, .arrow-right:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        font-family: Oswald;
        font-size: 22px;
        line-height: 1;
        letter-spacing: .32em;
        text-transform: uppercase;
        color: #fff;
    }

.arrow-left:after {
    content: 'Prev';
}

.arrow-right:before {
    content: 'Next';
}

.arrow-left:before, .arrow-right:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.3em;
    height: 1em;
    opacity: .25;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.arrow-left:hover:before, .arrow-right:hover:after {
    opacity: 1;
}

.arrow-left:before {
    background: url(../img/left-arrow1.svg) 0 0 no-repeat;
    background-size: 1.2em .8em;
    margin-right: .4em;
    margin-top: .3em;
}

.arrow-right:after {
    background: url(../img/right-arrow1.svg) 0 0 no-repeat;
    background-size: 1.2em .8em;
    margin-left: .72em;
    margin-left: .2em;
    margin-top: .3em;
}

.slide-title {
   
    text-transform: uppercase;
    letter-spacing:  0px !important;
	font-weight:bold !important;
}

.slide-subtitle {
    font-weight: 700;
    line-height: 1.7;
    
    margin-right: -7px;
}

 
 .btn {
   
    position: relative;
    display: inline-block;
    border: .2em solid #c8c88c;
    margin-top:120px;
    padding: 8px 16px;
    text-align: center;
     
    color: #000000;
   
    font-weight:600;
    text-decoration: none;
    background-color: #c8c88c;
    border: 0;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}

.social-section {
    position: absolute;
    width: 19.735vmin;
    left: 0;
    bottom: 50%;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	z-index:1;
	
}
.social-list {
    margin-bottom: -82px;
	list-style-type:none;
}

    .social-list li {
        margin-top: 2.5vmin;
    }

    .social-list .fa {
        font-size: 4vmin;
        color: #ffffff;
    }

        .social-list .fa:hover {
            color: #c8c88c;
            text-decoration: none;
        }

@media (min-width:768px) {
    html {
        font-size: 85%;
    }

    .filmsdata {
        width: 100% !important;
        height: 300px;
    }

    

    .arrow-left {
        top: 45%;
        bottom: auto;
    }

    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 6em;
        top: 45%;
        bottom: auto;
    }

 
}

 
@media (max-height:480px) {
    .arrow-left {
        top: 43.5vmin;
        bottom: auto;
    }

    .arrow-right {
        left: 28vmin;
        right: auto;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto;
    }
	
}

 

@media (max-width:991px) {
  
    .btn {
        padding: 12px 30px;
    }

    .rev_slider .btn {
        font-size: 16px;
    }
    
}

@media (max-width:767px) {
  
    .filmsdata {
        width: 100% !important;
        height: 300px;
    }
 
    
    .arrow-left, .arrow-right {
        font-size: 16px;
        top: inherit;
        bottom: 10px;
    }

        .arrow-left:after, .arrow-right:before {
            font-size: 16px;
        }

    .btn {
        padding: 8px 20px;
    }

    .rev_slider .btn {
        font-size: 14px;
    }

    .slide-title {
        font-size: 22px !important;
		 
    }

     .social-list .fa {
        font-size: 6vmin !important;
        color: #ffffff;
    }
	
	
	
	
	
	.slide-subtitle {
	 
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    margin-right: 0px !important;
    margin-top: 61px !important;
    font-size: 12px !important;
}
 }