


/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */


#home-section {
    overflow: hidden;
    min-height: 700px;
    background: #111111;
    .tp-caption .Concept-Title {
        font-family: $font-default;
        letter-spacing: -2.5px;
    }

    .tp-caption .Concept-SubTitle {
        font-family: $font-alternative;
        font-style: normal !important;
        font-weight: 400 !important;
    }
}





/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/



@media (max-width: 1199px) {
	#home-section {
		min-height: 500px;
	}
	
	}

@media (max-width: 991px) {

	#home-section {
		min-height: auto;
	}
	}
@media (min-width: 991px) {
	
	#slide-674-layer-3 {
		top:-20px;
	}
	#slide-672-layer-3 {
		top:-20px;
	}
}
