footer {
	position: relative;
	background: #1a1d20;
	color: #c6c6c7;
	font-size: 16px;
}

footer a {
	color: #c6c6c7;
}

footer a:hover {
	transition: color 0.5s;
	color: #29aae2;
}

footer img {
	width: 100%;
	height: auto;
}

#footerbigimage {
	text-align: center;
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

#footerbigimage img {
	max-width: 250px;
	margin-top: -75px;
}

#fortopmenu .topmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px;
	background: #121212;
	color: #ffffff;
	padding: 20px;
	row-gap: 40px;
	font-size: 16px;
}

#footerblock {
	color: #c6c6c7;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1.2fr;
	gap: 48px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0 48px 0;
	border-bottom: 1px solid #353738;
}

#footerblock h3 {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ffffff;
}


#footerblock .main {
	float: none;
}

.brandcol .footerlogoimg {
	height: 40px;
	width: auto;
	display: block;
	margin-bottom: 18px;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.brandcol .footeraddress {
	font-size: 13.5px;
	line-height: 1.6;
	color: #8c8e90;
	max-width: 260px;
	margin: 0;
}


#footerblock .main ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#footerblock .main ul li {
	width: 100%;
	margin: 15px auto;
}

#footerblock .main:last-child p {
	line-height: 25px;
	margin-top: 15px;
}

#footerblock .main:last-child a {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	line-height: 25px;
}

#footerblock .main:last-child a i {
	border: 2px solid #535658;
	border-radius: 20px;
	font-size: 12px;
	padding: 5px;
	margin-right: 8px;
	font-size: 18px;
	color: #c6c6c7;
}

.leftsocials {
	width: 100%;
	display: table;
	margin-top: 20px;
}

#footerblock .main:last-child .leftsocials a {
	float: left;
	width: auto;
}


#footerblock .main:last-child .leftsocials a i {
	font-size: 15px;
	padding: 7px 9px;
	margin-right: 8px;
	color: #c6c6c7;
}

.forlogos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5%;
}

.forlogos a {
	width: 47.5%;
	float: left;
	margin: 20px 0;
	border: 1px solid transparent;
}

.forlogos a:hover {
	transition: 0.5s;
	border: 1px solid #cc0000;
}


.forlogos img:last-child {
	clear: both;
	max-width: 120px;
}

#signupform {
	position: relative;
	margin-bottom: 25px;
}

#signupform input {
	background: none;
	outline: none;
	color: white;
	border: none;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	width: 100%;
}

#signupform input::placeholder {
	color: #000;
}

#signupform a {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #000;
	color: #000;
	border-radius: 20px;
	padding: 8px 35px;
}

#signupform a i {
	font-size: 15px;
}

#copyrsiteby {
	display: table;
	width: 100%;
	max-width: 1200px;
    margin: 0 auto;
	padding: 20px 0;
	background: #1a1d20;
	color: #8c8e90;
}

#copyrsiteby .formaxw {
	max-width: 1400px;
	margin: 0 auto;
}

#copyrsiteby .formaxw p:first-child {
	float: left;
}

#copyrsiteby .formaxw p:nth-child(2) {
	float: right;
}

.arrowtop {
	position: absolute;
	bottom: 80px;
	right: 60px;
	width: auto;
	padding: 0;
	margin: 0;
}

.arrowtop i {
	font-size: 35px;
	cursor: pointer;
	font-weight: 100;
	border: 1px solid;
	border-radius: 50%;
	padding: 10px 15px;
	color: #949494;
}

.arrowtop:hover i {
	color: #000;
	transition: 0.5s;
}

/* enquire form */

.maincontactform {
	position: fixed;
	top: 100%;
	width: 100vw;
	z-index: 10000;
	height: 0;
	opacity: 0;
	overflow: hidden;
	left: 0;
	padding: 100px 20px;
	background: #323232;
	color: #000;
}

.maincontactform h2 {
	margin-bottom: 50px;
	text-align: center;
}

#contactform {
	max-width: 900px;
	margin: 0 auto;
}

#contactform input::placeholder, #contactform textarea::placeholder {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
}

#contactform input, #contactform select {
	width: 100%;
	outline: none;
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	margin-bottom: 50px;
	padding-bottom: 5px;
}

#contactform textarea {
	width: 100%;
	outline: none;
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	margin-bottom: 30px;
	font-size: 15px;
}

#formbuttonbar {
	width: 100%;
	text-align: center;
}

#contactform .b11kbtttrans {
	color: white;
	border: 1px solid #000;
}

#passwdmsg {
	padding-bottom: 15px;
}

#closeenquirebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

#closeenquirebtn i {
	font-size: 30px;
	cursor: pointer;
	font-weight: 100;
}

#closeenquirebtn:hover i {
	color: #cc0000;
	transition: 0.5s;
}

#fmobilehonp {
	display: none;
}

.maincontactform.showform {
	animation: popopen 1s;
	top: 0;
	opacity: 1;
	height: 100%;
	width: 100%;
}

.maincontactform.hideform {
	animation: popclose 1s;
	overflow: hidden;
	top: 100%;
	opacity: 0;
	height: 0;
}

@keyframes popclose {
	0% {
		top: 0;
		height: 100%;
		opacity: 1;
	}

	99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes popopen {
	0% {
		opacity: 1;
		height: 100%;
		top: 100%;
	}
}

@media screen and (max-width: 1550px) {

	.arrowtop i {
		font-size: 20px;
		padding: 10px 13px;
	}

	.arrowtop {
		bottom: 60px;
	}
}


@media screen and (max-width: 1450px) {
	#copyrsiteby .formaxw {
		padding: 0 20px 0 20px;
		width: calc(100% - 40px);
	}
}

/*
@media screen and (max-width: 1278px) {
	#footerblock .main:first-child {
		margin-right: 7%;
	}

	#footerblock .main {
		width: 28.66%;
	}
}


@media screen and (max-width: 1015px) {
	#footerblock .main:first-child {
		margin-right: 0;
	}

	#footerblock .main {
		margin-right: 0;
	}

	#footerblock .main:first-child {
		margin-right: 10%;
	}

	#footerblock .main {
		width: 45%;
	}

	#footerblock .main:last-child {
		clear: both;
		margin-top: 50px;
		width: 300px;
		margin-left: calc(50% - 150px);
	}

	.forlogos {
		width: 75%;
	}

	.forlogos a {
		margin: 10px 0;
	}

	.arrowtop {
		right: 20px;
	}
}
*/
@media screen and (max-width: 600px) {
	#footerblock {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 50px 20px 25px 20px;
	}

	#copyrsiteby .formaxw p:first-child {
		float: none;
		margin-bottom: 10px;
	}

	#copyrsiteby .formaxw p:nth-child(2) {
		float: none;
	}

	#copyrsiteby .formaxw p {
		text-align: center;
	}

	.arrowtop {
		bottom: 85px;
	}

	.forlogos {
		width: 50%;
	}

	#footerbigimage img {
		width: 80%;
	}

	#footerblock h3 {
		margin-bottom: 25px;
	}
}
