.content_home .brand{
	height:107px;
}
.custom-contact-conatiner{
	padding: 0 10%;
    position: relative;
    top: 23%;
}
.custom-contact-text{
	font-size: 33px;
	color: #fdb515;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.custom-contact-text .second-line{
    font-size: 55px;
    color: #ffffff;
    font-weight: 900;
}
.custom-contact-text span{
	line-height: 1;
}

.custom-contact-email{
	font-weight: 400;
}
.custom-contact-email span span{
	color: #fdb515;
}
.intro .title{
	text-transform: uppercase;
}
.intro .title span{
	color: #fdb515;
}
.intro p{
	font-size: 19px;
}
.countdown ul#countdown li, .title_bordered{
	color: #fdb515;
}


@media all and (max-width: 767px) {
	.custom-contact-text{
		font-size: 23px;
	}
	.custom-contact-text .second-line {
    	font-size: 37px;
	}
	.intro p{
		font-size: 18px;
	}
	.content_home .brand{
		height: 85px;
	}
	.intro .title{
		font-size: 33px;
	}

}