@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body{
	font-family: 'AntonioRegular';
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn:focus {
	box-shadow: none;
}

p {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 30px;
	font-family: 'TradeGothicRegular';
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	padding: 66px 0;
}

.navbar .navbar-brand {
	margin-right: 0;
	padding: 0;
}

.navbar-brand .logo-text span {
	font-size: 45px;
	line-height: 36px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'bahnschrift';
}

.navbar-brand .logo-text p {
	font-size: 15px;
	line-height: 39px;
	color: #000000;
	font-weight: 700;
	font-family: 'bahnschrift';
	margin-bottom: 0;
}

ul {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

ul li {
	display: inline-block;
}

.navbar {
	padding: 0;
}

.navbar .nav-item {
	margin: 0px 1px;
}

.navbar .nav-item:first-child {
	margin-left: 0;
}

.navbar .nav-item:last-child {
	margin-right: 0;
}

.navbar .nav-item .nav-link {
	padding: 0px;
	width: 55px;
	height: 50px;
	object-fit: cover;
	font-family: "object-fit: cover";
}


/* Typography Page Start */

.page-content {
	margin-bottom: 75px;
}

.page-content h1 {
	font-size: 65px;
	line-height: 65px;
	color: #000000;
	font-family: 'AntonRegular';
}

.page-content h2 {
	font-size: 55px;
	line-height: 55px;
	color: #000000;
	font-family: 'AntonRegular';
}

.page-content h3 {
	font-size: 40px;
	line-height: 40px;
	color: #000000;
	font-family: 'AntonRegular';
}

.page-content h4 {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-family: 'AntonRegular';
}

.page-content h5 {
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	font-family: 'AntonRegular';
}

.page-content h6 {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-family: 'AntonRegular';
}

.page-content a {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}

.page-content a:hover {
	color: #FE6501;
}

.page-content p span {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}

.page-content ul, .page-content ol {
	clear: both;
	display: block;
	list-style: inherit;
	padding-left: 20px;
}

.page-content ul li, .page-content ol li {
	display: list-item;
	font-size: 14px;
	line-height: 20px;
}

.page-content ul li a, .page-content ol li a {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.page-content ul li a:hover, .page-content ol li a:hover {
	color: #FE6501;
}


/* Typography Page End */

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.heading {
	font-size: 66px;
	line-height: 68px;
	color: #000000;
	font-family: 'AntonRegular';
}

.heading *{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	margin: 0;
}

.text-image {
	margin-top: 27px;
}

.text-image .link-img .row, .simple-text .row {
	margin: 0px -8px;
}

.text-image .link-img [class^="col-"], .simple-text [class^="col-"] {
	padding: 0px 8px;
}

.text-image .link-img {
	margin: 36px 0px 60px;
}

.text-image .link-img .image, .simple-text .image {
	display: block;
	position: relative;
}

.text-image .link-img .image .hover-effect, .simple-text .image .hover-effect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

.text-image .link-img .image:hover .hover-effect, .simple-text .image:hover .hover-effect {
	opacity: 1;
}

.text-image .link-img .image.ktm .hover-effect {
	background-color: rgba(254, 101, 1, 60%);
}

.text-image .link-img .image.husq .hover-effect {
	background-color: rgba(0, 37, 80, 60%);
}

.simple-text {
	margin: 95px 0px;
}

.simple-text .image.gasgas .hover-effect {
	background-color: rgba(203, 13, 38, 60%);
}

.simple-text .image.zonet .hover-effect {
	background-color: rgba(0, 0, 0, 60%);
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer ul.tel-mail {
	margin-top: 10px;
}

.footer ul.tel-mail li, .footer a {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.footer ul.tel-mail li {
	margin: 0px 20px;
}

.footer ul.tel-mail li:first-child {
	margin-left: 0;
}

.footer ul.tel-mail li:last-child {
	margin-right: 0;
}

.footer a:hover {
	color: #FE6501;
}

.footer .copy-right {
	text-align: right;
}

.footer .copy-right p {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 20px;
	font-family: 'AntonioRegular';
}


ul.link {
	justify-content: end;
}

ul.link li {
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
}

ul.link li::after {
	content: "";
	width: 2px;
	height: 80%;
	background-color: #000000;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
}

ul.link li:last-child {
	margin-right: 0;
	padding-right: 0;
}

ul.link li:last-child:after {
	display: none;
}

ul.link li a {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.footer {
	margin-bottom: 50px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
