/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



/* responsive menu contect-us */

@media screen and (max-width: 899px){
	li.contact-mobile {
    position: absolute !important;
    bottom: 0;
    width:100%;
    left:0;
    text-align: center;
    border-top: 1px solid #fff;
	}
	
	.page-slick .slick-arrow{
		display:none !important;
	}
	
	.top-spacing-mobile{
		margin-top:100px !important;
	}
}


.timeline {
    width: 100%;
    height: 100vh;
    padding: 4rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.timeline.ar{
	direction:rtl;
}

.timeline.ar .slick-dots{
	text-align:right;
}


.timeline .title{
	font-size:26px;
	color:#FFF;
}

.timeline-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out, background-size 0.5s step-end;
}

.timeline-bg::before {
    content: '';
    background: rgba(26, 26, 26, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.timeline:hover .timeline-bg {
    transform: translate(-50%, -50%) scale(1.1);
}

.tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.tab-menu.ar ul {
    direction: ltr;
    flex-direction: row-reverse;
}

.tab-menu ul li {
    max-width: 100%;
    text-align: center;
}

.tab-menu ul li a {
    color: #fff;
    font-weight: 300;
    padding: 8px 16px;
    line-height: 1.1;
    letter-spacing: 2.7px;
    opacity: 1;
    text-decoration: none;
}

.tab-menu ul li a:hover {
    color: #0032c8;
}

.tab-menu ul li a.active {
    font-weight: bold;
    color: #0032c8;
}

.tab-box {
    display: none;
}

.tab-teaser {
    max-width: 780px;
    position: relative;
    z-index: 99;
}

.tab-main-box {
    margin-top: 100px;
}
.timeline-years .slick-dots {
    left: 0;
    text-align: left;
    bottom: -50px;
}

html[dir="rtl"] .timeline-years .slick-dots {
    left: auto;
    text-align: right;
    right: 0;
}

.timeline-years .slick-dots button::before {
    font-size: 16px;
    content: '•';
    color: #cfc9c9;
    opacity: 1;
}

.timeline-years .slick-dots li.slick-active button:before {
    color: #0032c8 !important;
}

.timeline-years-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}

.timeline-years-wrap::before {
    content: '';
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.timeline.ar .timeline-years-wrap::before {
	left:auto;
	right:0;
}


.timeline-years .timeline-years-title {
    font-size: 48px;
    color: #FFF;
    margin: 0;
}

.timeline-years .timeline-years-des {
    font-size: 1rem!important;
    font-weight: 300;
    color: #fff;
    margin-top: 1.5rem;
}
.l-section.no-padding,
.no-padding{
	padding-top:0;
	padding-bottom:0;
}


@media (max-width: 767px) {
    .timeline-years .timeline-years-title {
        font-size: 30px;
    }
    .tab-menu ul {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
}



@media (max-width: 767px) {
	
	
	.timeline{
		height:auto;
	}
	.tab-main-box{
		margin-top:50px;
	}
	.l-header.sticky{
		background:#FFF;
	}
	.l-header.sticky .w-nav-control{
		color: #0032c8;
	}
	
	#page-header.sticky .fa-search::before {
    content: "\f002" !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    font-weight: 300;
    color: #0032c8;
    font-size: 18px;
	}
	.timeline-years .slick-dots button::before{
		font-size:12px;
	}
	 .timeline .slick-dots li{
		width:15px;
	}
	
	.timeline-years .slick-dots{
		bottom:0;
	}
	
	body #ethos .l-section-img.loaded,
	body #ethos .l-section-img{
		background-size:contain !important;
	}
	
	
}
