@font-face {
    font-family: 'aileronblack';
    src: url("../fonts/Aileron-Regular.otf") format("opentype");
  
}
@font-face {
    font-family: 'aileronlight';
    
    src: url("../fonts/Aileron-Thin.otf") format("opentype");
   
    
}

body{
    margin: 0px;
    font-family: "aileronblack";
    font-size: 14px;
    background: #fff;
     overflow: hidden;
}


.container {
    margin-top: 20px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 65%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
    font-weight: lighter;
    transition: all 0.8s ease-in;
    margin: 0 0;
     font-family: 'aileronlight';
}

.header-text h3{
   margin: 3px 0;
    font-size: 16px;
}

.header-text h3 span {
	transition: all 5.9s ease-in;
    animation-delay: 1s;
     font-family: 'aileronblack';
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
}

.header-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.logo-fixed {
    float: left;
    margin: 30px 0px 0px 33px;
    max-width: 200px;
    position: relative;
}

.hamburger-button{
    background: none;
    border: none;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 126;
    outline: 0px;
}
.hamburger-button span{
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
    
        border: 0;
    height: 3px;
    background: #fff;
    width: 30px;
    margin: 5px 0px;
    display: block;
    
}
.hamburger{
    z-index: 120;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    background: #000000a3;
    padding-top: 100px;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;
}
.hamburger.active{
    right:0;
}
.hamburger-button.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg) scaleX(1.5);
    transform: translateY(8px) rotate(45deg) scaleX(1.5);
}
.hamburger-button.active span:nth-child(2){
    opacity: 0;
}
.hamburger-button.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg) scaleX(1.5);
    transform: translateY(-8px) rotate(-45deg) scaleX(1.5);
}
.hamburger ul.menu{
    list-style: none;
    padding-left: 0px;
}
.hamburger ul.menu li a{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    padding: 10px 15px;
    border-bottom: #1f1f1f 1px solid;
    font-family: "aileronlight";
}
/*.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 662px;  

}*/
hr.line {
   margin: 6px 0 -9px 0;
    width: 43%;
    border-top: 1px solid rgba(255, 255, 255, 0.41);
    display: block;
    animation-delay: .2s;
    transition: all 5.9s ease-in;
}

section.bg-black {
    background-color: #000;
    padding: 70px 0;
}

.logo-ftr img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-wrapper h1 {
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 2.7em;
    font-family: 'aileronlight';
}
.adress {
    width: 50%;
    float: left;
    position: relative;
}
.adrs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
        padding-top: 30px;
}
.footer-wrapper-two{
        display: inline-block;
}

.adress span {
    float: left;
    position: relative;
}

.adress p {
    color: rgba(206, 206, 206, 0.9);
    margin-left: 40px;
        margin-right: 15px;
}
.adress.two {
    border-left:1px solid rgba(156, 156, 156, 0.57);
    padding: 0 0px 0 18px;
}

@media(max-width:768px){
    .adress{
        width: 100% !important;
    }
    .adress.two{
        border: none !important;
        padding: 0 !important;
    }
    .mail{
        width: 100% !important; 
    } 
    .web{
        width: 100% !important;
       padding-left: 0px !important; 
        padding-top: 15px; 
    }  
    .adrs{
        width: 100%;
    } 
    .logo-fixed img{
        width: 50%;
    }
    hr.line {
  
        width: 100%;
    }
    
}

.mail {
    width: 50%;
    float: left;
    position: relative;
}
.web {
    width: 50%;
    float: left;
    position: relative;
     padding-left: 21px;
}

.footer-wrapper-three{
        display: inline-block;
    width: 100%;
}

.mail span {
    float: left;
    position: relative;
}
.web span {
    float: left;
    position: relative;
}
.mail p {
    color: rgba(206, 206, 206, 0.9);
    margin-left: 40px;
    padding-top: 7px;
}
.web p {
    color: rgba(206, 206, 206, 0.9);
    margin-left: 40px;
    padding-top: 7px;
}
.row.animated.fadeIn.delay{
    animation-delay: 2s;
}

/*preloader*/

