.logo img{
	max-height: 115px;
}
.third-header-bg .navbar-wrap .header-logo.logo{
	background: #252634;
	top:0px !important;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
	padding: 17px 75px;
}
.header-logo.logo::before{
	content:"";
	background: #f2af39;
	height: 60px;
	width:6px;
	clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
	position: absolute;
	left: 36px;
    top: 50%;
    transform: rotate(-17deg) translateY(-50%);
}
.header-logo.logo::after{
	content:"";
	background: #f2af39;
	height: 60px;
	width:6px;
	clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
	position: absolute;
	right: 36px;
    top: 50%;
    transform: rotate(17deg) translateY(-50%) scaleX(-1);
}

.googleplay-btn img{
	height: 60px !important;
}

.footer-title{
	text-transform: uppercase;
}
.footer-title span{
	color:#f2af39;
}

.fw-social ul li a:hover, .fw-quick-link ul li a:hover, .fw-title h3 > span, .third-copyright-wrap .copyright-text p a {
    color: #f2af39;
}
footer .logo img{
	max-height:95px;
}
.breadcrumb-area.breadcrumb-bg{
	margin-top: -2px !important;
}
#gdpr-settings .btn-link{
	color:#ffffff !important;
	text-decoration:underline !important;
	font-weight:500;
}
#gdpr-settings .btn-link:hover{
	color:#f2af39 !important;
}

@media only screen and (max-width:800px){
	.logo img{
		max-height:55px;
	}
	.third-header-bg {
		background: #1c1f26;
		padding: 20px 0 20px !important;
	}
	.third-header-bg .sticky-menu {
		padding: 10px 0 10px !important;
	}
}
@media (max-width: 1500px){
.custom-container-two {
    max-width: 1200px !important;
}
}
@media (min-width: 1100px){
	.home-four-slider .slider-bg {
		padding: 296px 0 180px;
	}
}
body{
	max-width:100vw;
	overflow-x:hidden !important;
}