HTML {
    margin-top: 0px !important;
}

BODY {
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #717171;
    background: #fff;
	padding: 0px;
	margin: 0px;
}

IMG {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

A, BUTTON, INPUT[type="submit"], SVG, SVG *, .cls-1 {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
	outline: none !important;
	text-decoration: none !important;
}

.btn, .wp-block-button__link {
	color: #dee02e;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #dee02e;
	border-radius: 0px;
	padding: 10px 50px;
}

.btn :hover, .btn.active, .wp-block-button__link:hover, .wp-block-button__link.active {
	color: #fff;
	background: #dee02e;
	border: 1px solid #dee02e;
}

.btn.btn-default {
	color: #fff;
	text-transform: none;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 10px 50px;
}

.btn.btn-default:hover, .btn.btn-default.active {
	color: #dee02e;
	background: #fff;
	border: 1px solid #fff;
}

I, EM {
	font-style: italic;
}

A:hover {
	color: #dee02e;
	text-decoration: none;
}

TEXTAREA:focus, INPUT:focus{
    outline: none;
}

*:focus {
    outline: none;
}

H1, H2, H3, H4, H5, H6 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	line-height: 70px;
	color: #373c3e;
}

H2, H3, H4, H5, H6 {
	font-size: 32px;
    line-height: 45px;
	color: #525151;
	font-weight: 500;
	padding-bottom: 20px;
}

H2.bg {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #717171;
	padding: 20px;
	margin: 0px;
	margin-bottom: 55px;
}

P {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: #525151;
	padding-bottom: 35px;
}

STRONG {
	font-weight: bold;
}

UL {
	margin-left: 18px;
}

UL LI {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #525151;
	list-style-type: disc;
}

LABEL {
	color: #fff;
	text-align: left;
}

.form-control {
	border: 1px solid #fff;
	border-radius: 0px;
}

TEXTAREA.form-control {
	height: 150px;
	resize: none;
}

HEADER {
	text-align: center;
}

HEADER .logo {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
}

HEADER .logo IMG {
	display: inline-block;
	height: 57px;
}

HEADER .top-header .links A {
	line-height: 90px;
	color: #fc010a;
	margin-left: 25px;
}

HEADER .top-header .links A I {
	font-size: 22px;
}

HEADER NAV {
	position: relative;
	display: block;
	background: #231f20;
}

HEADER NAV UL {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

HEADER NAV UL LI {
	position: relative;
	display: inline-block;
	padding-left: 0px;
	padding-right: 50px;
	list-style-type: none;
}

HEADER NAV UL LI A {
	position: relative;
	display: block;
	line-height: 50px;
	color: #fff;
}

HEADER NAV UL LI A:hover, HEADER NAV UL LI.current-menu-item A {
	color: #dee02e;
}

HEADER NAV UL LI A:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 51%;
  right: 51%;
  bottom: 0px;
  background: #dee02e;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

HEADER NAV UL LI A:hover:before, HEADER NAV UL LI A:focus:before, HEADER NAV UL LI A:active:before, HEADER NAV UL LI.current-menu-item A:before {
  left: 0;
  right: 0;
}

HEADER NAV UL LI UL {
	position: absolute;
	display: none;
	left: 0px;
	top: 109px;
	min-width: 280px;
	background: #fff;
	border-top: 2px solid #dee02e;
	z-index: 100;
}

HEADER NAV UL LI:hover UL {
	display: block;
}

HEADER NAV UL LI UL LI {
	display: block;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e3e3e3;
}

HEADER NAV UL LI UL LI:last-child {
	border: none;
}

HEADER NAV UL LI UL LI A {
	line-height: 35px;
}

HEADER NAV UL LI UL LI A:before {
	display: none;
}

SECTION {
	position: relative;
	display: block;
	width: 100%;
}

SECTION.slider-section {
	position: relative;
	display: block;
	background: #e3e3e3;
	text-align: center;
}

SECTION.slider-section:after {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	content: "";
}

SECTION.slider-section .slide-text {
	z-index: 100;
}

SECTION.slider-section .slide-text H1 {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 15px 25px;
	margin-bottom: 25px;
}

SECTION.slider-section .slide-text P {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	padding: 15px 25px;
}

SECTION.about-section {
	position: relative;
	display: block;
	background: #fff;
	text-align: left;
	padding-top: 75px;
	padding-bottom: 75px;
}

SECTION.know-how-section {
	padding-bottom: 75px;
}

SECTION.know-how-section H3 {
	font-size: 20px;
	color: #dee02e;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
}

SECTION.know-how-section H4 {
	font-size: 16px;
	color: #dee02e;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
}

SECTION.know-how-section P {
	color: #525151;
	padding-bottom: 15px;
	margin: 0px;
}

SECTION.know-how-section IMG {
	display: block;
	width: 100%;
}

SECTION.news-section {
	padding-top: 75px;
	padding-bottom: 75px;
}

SECTION.news-section IMG {
	display: block;
	width: 100%;
}

SECTION.news-section H2 {
	display: block;
	font-size: 20px;
	color: #525151;
	padding: 0px;
	padding-top: 35px;
	margin: 0px;
}

SECTION.services-section {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f9f9f9;
}

SECTION.services-section H2 {
	text-align: left;
}

SECTION.vehicles-section {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

SECTION.vehicles-section H2 {
	text-align: center;
	padding-bottom: 35px;
}

SECTION.contact-us-section {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 50px;
	background: #15bebd;
}

SECTION.contact-us-section H2, SECTION.contact-us-section P {
	color: #fff;
}

SECTION.contact-us-section H3 {
	color: #fff;
}

SECTION.contact-us-section H2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

SECTION.contact-us-section .btn {
	color: #fff;
	border: 1px solid #fff;
}

SECTION.contact-us-section .btn:hover {
	color: #15bebd;
	background: #fff;
	border: 1px solid #fff;
}

.image {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	background: #29ace2;
	overflow: hidden;
}

.image IMG {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.image:hover IMG {
	transform: scale(1.15);
}

FOOTER {
	position: relative;
	display: block;
	background: #231f20;
}

FOOTER P {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

FOOTER P A {
	color: #fff;
	text-decoration: underline;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.desktop {
	display: block !important;
}
	
.mobile {
	display: none !important;
}

.left-box {
	text-align: left;
}

.center-box {
	text-align: center;
}

.right-box {
	text-align: right;
}

.full_width {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.all-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vertical-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clr, .clear {
	clear: both;
}