/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aftabhusain.wordpress.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");

/*font-family: "Rubik", sans-serif;
font-family: "Assistant", sans-serif;
font-family: "Heebo", sans-serif;*/



/*====================================BODY===================================*/


body {
	background: #fff;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-family: "Assistant", sans-serif;
	letter-spacing: normal;
}


body h1 {
	font-size: 45px;
	line-height: 45px;
	font-family: "Rubik", sans-serif;
}


body h2 {
	font-size: 35px;
	line-height: 40px;
	font-family: "Assistant", sans-serif;
}


body h3 {
	font-size: 25px;
	line-height: 30px;
	font-family: "Assistant", sans-serif;
}


body h4 {
	font-size: 20px;
	line-height: 24px;
	font-family: "Assistant", sans-serif;
}


body h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: "Assistant", sans-serif;
}


body p, 
body li, 
body div, 
body button, 
body input, 
body a, 
body textarea, 
body select{
	font-family: "Assistant", sans-serif;
}


/*====================================BODY===================================*/




/*===================================HEADER==================================*/

#site-header {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}


#site-header .header-inner {
	width: 100%;
	max-width: 100%;
	padding: 0px 60px 0px;
}


#site-header .screen-reader-text {
	display: none;
}


.logo-wrapper {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	margin-right: 15px;
}


#site-header .header-titles-wrapper {
	margin: 0;
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	padding-top: 5px;
}


.contact-info-top {
	border-left: 1px solid #65a027;
	padding-left: 4px;
	margin: 10px 0 0 4px;
}


.contact-info-top .custom-html-widget {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.contact-info-top .wt-icon {
	width: 24px;
	display: inline-block;
}


.contact-info-top .iocn85 {
	width: 60px;
	display: inline-block;
	margin: 0 11px 0 10px;
}


#site-header ul li {
	margin-left: 30px;
}


#site-header ul li:last-child {
	margin-left: 0;
}


#site-header ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	font-family: "Assistant", sans-serif;
	padding: 20.2px 0;
	position: relative;
}


#site-header ul li a::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0px;
	opacity: 0;
}


.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
}


#site-header ul li a:hover {
	text-decoration:none;
}


#site-header ul li a:hover:after, 
#site-header ul li.current-menu-item a:after {
	opacity: 1;
}


#site-header .icon, 
#site-header .sub-menu::before, 
#site-header .sub-menu::after {
	display: none;
}


#site-header .sub-menu {
	width: 100vw;
	border-radius: 0;
	right: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	top: 60px;
	margin: 0 auto;
	left: 0;
	background: #fff;
	position: fixed;
	padding: 5px 60px 10px;
	opacity: 0;
	visibility: hidden;
}


#site-header ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}


#site-header .sub-menu li {
	margin-left: 35px;
}


#site-header .sub-menu li a {
	color: #000;
	padding: 0;
}


#site-header .sub-menu li a:hover {
	color:#659F28;
}


#site-header .sub-menu li a::after {
	display: none;
}





.menu-modal {
	position: fixed;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	background: #000;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	will-change: opacity,visibility;
	user-select: none;
	text-align: center;
	pointer-events: auto;
	transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
}


.menu-modal.active {
	opacity: 1;
	visibility: visible;
}



.menu-modal-inner.modal-inner {
	position: relative;
	flex-grow: 1;
	width: 100%;
	transform: translatey(20px);
	transition: transform 600ms cubic-bezier(.4,0,.2,1);
	background:#000;
	padding: 20px 0 0;
}


.menu-modal.active .menu-modal-inner.modal-inner{
  transform: translatey(0);
}




.menu-modal .modal-menu {
	left: 0;
	width: auto;
}




.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: url("images/hamburger.png") no-repeat 0 0;
	width: 27px;
	height: 27px;
	background-size: 100%;
	background-position: center;
	border-radius: 3px;
	margin-top: -2px;
}


.mobile-nav-toggle.active .toggle-inner .toggle-icon {
	background: url("images/close-icon.png") no-repeat center center;
	width: 22px;
	height: 22px;
	background-size: 100%;
	margin-top: 2px;
}



.nav-toggle .toggle-inner {
	padding-top: 12px !important;
}


.header-inner .toggle:focus 
.toggle-text, .header-inner 
.toggle:hover .toggle-text {
	text-decoration: none;
}   


.mobile-nav-toggle .toggle-inner .toggle-text {
	display:none;
}




.menu-modal .menu-modal-inner .section-inner nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 10px 0 12px;
	text-align: right;
	line-height: 24px;
	font-family: "Assistant", sans-serif;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a:hover {
	/*background:#659F28 !important;*/
	color: #659F28;
}


.menu-modal .menu-modal-inner .section-inner nav ul li {
	border-color: rgba(255,255,255,0.2);
}


.menu-modal .menu-modal-inner .section-inner button:hover {
	text-decoration: none;
}


.mobile-menu .sub-menu li {
	border-top: none;
}


.menu-modal .menu-modal-inner .section-inner .sub-menu li a {
	padding: 0 10px 7px;
}


.menu-modal .menu-modal-inner .section-inner .sub-menu li:last-child {
	padding-bottom: 10px;
}



.menu-top .toggle.close-nav-toggle
.fill-children-current-color {
	padding-right: 15px !important;   
}


.menu-modal .menu-top .close-nav-toggle {
	display: none;
}


.menu-modal button.toggle {
	color: #fff !important;
	font-weight: 600;
	padding: 0 20px 25px 0 !important;
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
	border-left: none !important;
	padding: 0 10px !important;
}


.menu-modal .menu-modal-inner button.sub-menu-toggle svg {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}


.menu-modal .menu-modal-inner button.sub-menu-toggle.active svg {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
}


.menu-modal button.sub-menu-toggle {
	border:none!important;  
}  



.toggle.search-toggle.mobile-search-toggle .toggle-text, 
.mobile-nav-toggle .toggle-inner .toggle-icon svg {
	display: none;
}



.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
	padding-top: 0 !important;
}



#site-header .header-inner .toggle.nav-toggle.mobile-nav-toggle .toggle {
	padding: 0 0;
	width: auto;
	right: 10px;
}	



.toggle.nav-toggle.mobile-nav-toggle {
	right: 0;
	padding: 0;
	width: auto;
}



#site-header .header-titles-wrapper, 
#site-header .header-inner .toggle {
	padding: 0;
}



@media (max-width:1000px){
	
	
	#site-header .header-inner {
		padding: 22px 15px;
	}


	.contact-info-top {
		display: none;
	}


	#site-header .header-titles-wrapper {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		position: relative;
	}	
	
	
}/*====media close=====*/



@media (min-width:767px) and (max-width:1000px){

	.header-titles {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}

		
	.contact-info-top {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		margin: 0;
	}	
	
}/*====media close=====*/




/*===================================HEADER==================================*/




/*====================================HOME===================================*/


#site-content {
	margin-top: 60px;
}


.video-banner {
	position: relative;
	padding-bottom: calc( 0.53 * 100% );
	overflow: hidden;
	margin-bottom: 15px;
}


.video-banner::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.48;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.video-banner iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	transform: scale(1.65);
	-webkit-transform: scale(1.65);
	-moz-transform: scale(1.65);
	-ms-transform: scale(1.65);
}


.video-caption {
	z-index: 1;
	padding: 210px 160px 0;
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

 
.video-caption h1 strong {
	display: block;
	margin-bottom: 10px;
}


.video-caption h1 span {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}


.video-caption h1 {
	color: #fff;
	font-weight: 400;
	margin: 0;
}


.video-banner.image-banner {
	padding-bottom: 0;
}


.image-banner .video-caption {
	padding-top: 0;
	top: 150px;
}


.image-banner img {
	width: 100%;
}



.fluid-container {
	position: relative;
	margin-bottom: 15px;
}


.mobile-only {
	display: none;
}


.fluid-container img {
	width: 100%;
}


.c-10-logo {
	margin-bottom: 10px;
}


.c-10-logo img {
	width: auto;
}


.home-section1-content {
	padding: 145px 160px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.hm-section1-inner {
	max-width: 510px;
	text-align: right;
}


.hm-section1-inner p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 26px;
}


.btn-link a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	text-decoration: none;
	padding: 7px 40px 9px 10px;
	width: 160px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.btn-link a:hover {
	border-color: #659F28;
	color: #fff;
    background:#659F28;
}


.btn-link a span {
	position: relative;
}


.btn-link a span::after {
	background: url("images/white-arrow.svg") no-repeat 0 0;
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	position: absolute;
	top: 14px;
	left: -20px;
}



.text-position-left .hm-section1-inner {
	float: left;
}


.text-position-left .home-section1-content {
	padding-left: 50px;
}


.home-section2 {
	margin: 159px 0 0;
}


.home-section2 .fluid-container {
	padding: 0 160px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.hm2-block {
	width: 32.65%;
	margin: 0 0 1% 1%;
	position: relative;
	padding-top: calc( 0.27 * 100% );
}


.hm2-block img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.hm2-block:nth-child(3n) {
	margin-left: 0;
}


.hm2-block::after {
	content: "";
	display: block;
	background: transparent linear-gradient(180deg, #0000 0%, #000000F4 77%, #000 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 522px;
	position: absolute;
	bottom: 0;
}


.hm2-block .hm2-block-content {
	position: relative;
	padding: 0 30px 10px;
	text-align: right;
	z-index: 1;
}


.hm2-block-content h3 {
	color: #659F28;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 14px;
	font-weight: 700;
}


.hm2-block-content h3 a {
	color: #659F28;
	text-decoration: none;
	display: inline-block;
}



.hm2-block-content p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}



/*====================================HOME===================================*/




/*====================================ABOUT===================================*/



.default-video-banner, 
.default-image-banner {
	margin-bottom: 75px;
}


.default-video-banner .video-caption, 
.default-image-banner .video-caption {
	padding: 0 40px;
	top: 50% !important;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	right: 0;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}


.default-video-banner .video-caption img, 
.default-image-banner .video-caption img {
	display: inline;
	max-width: 526px;
	width: 100%;
}


.default-video-banner .video-caption h1, 
.default-image-banner .video-caption h1 {
	margin: 7px 0 0;
	font-size: 24px;
	line-height: 30px;
	font-family: "Assistant", sans-serif;
	color: #fff;
}


.about-inner {
	margin-bottom: 36px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.about-inner.text-position-left {
	border: 1px solid #707070;
	background: #EFEFEF;
	padding: 27px 50px;
	min-height: 450px;
}


.about-inner.text-position-right{
	border:1px solid #D0D0D0;
	background: transparent linear-gradient(179deg, #C5B5AE 0%, #C9BFB5FE 22%, #C9BFB5 29%, #FFF9F400 100%) 0% 0% no-repeat padding-box;
	padding: 27px 50px;
	min-height: 450px;
}


.side-spacing {
	padding: 0 160px;
}


.about-inner.text-position-right .about-image {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	padding-left: 6%;
}


.text-position-right .about-content {
	padding-right: 5%;
	padding-left: 0;
}


.about-image {
	width: 50%;
}


.about-image img {
	width: 100%;
}


.about-content {
	text-align: right;
	width: 42%;
	padding-left: 5%;
}


.about-content h3 {
	color: #659F28;
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}


.about-content p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 17px;
}


/*====================================ABOUT===================================*/





/*==================================CAR MODEL=================================*/



.car-video-banner, 
.car-image-banner {
	margin-bottom: 50px;
}


.video-banner .model-logo {
	width: 88px;
	margin-bottom: 20px;
}


.featured-box-section ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}


.featured-box-section ul li {
	margin: 0;
	width: 25%;
	position: relative;
	text-align: right;
	padding-right: 68px;
	padding-left: 20px;
}


.featured-box-section ul li:nth-child(2) {
	padding-right: 58px;
}



.featured-box-section ul li:last-child {
	padding-left: 0;
	padding-right: 55px;
}


.featured-box-section ul li:last-child .icon-box {
	top: -5px;
}

.featured-box-section ul li:last-child img {
	width: 45px;
}


.featured-box-section h3 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}


.featured-box-section p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}


.featured-box-section .icon-box {
	position: absolute;
	right: 0;
	top: -10px;
}



.page-id-170 .home-section2 {
	margin-top: 106px;
}


.page-id-170 .hm2-block-content h3 {
	margin: 0 0 7px;
}


.single-video-block {
	margin-bottom: 96px;
}


.single-block-inner a {
	position: relative;
	display: block;
}


.single-block-inner a::after {
	content: "";
	display: block;
	width: 107px;
	height: 107px;
	background: url("images/play-icon.png") no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}



.model-slider-section {
	position: relative;
}


.model-slider-section h3 {
	text-align: center;
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 67px;
	padding: 0 20px;
}


.model-slider-section .swiper-slide .slide-info img, 
.model-slider-section .swiper-slide .slide-info h3 {
	opacity: 0.37;
}	


.model-slider-section .swiper-slide-active .slide-info img, 
.model-slider-section .swiper-slide-active .slide-info h3 {
	opacity: 1;
}


.model-slider-section .slide-info::after {
	border-bottom: 1px solid #659F28;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	opacity: 0.3;
	width: calc(100% + 60px);
}


.model-slider-section .slide-info h3 {
	position: relative;
	font-size: 28px;
	color: #D6D6D6;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
	padding-bottom: 7px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.model-slider-section .slide-info h3::after {
	content: "";
	width: 266px;
	height: 6px;
	background: #659F28;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 8px;
	opacity: 0;
}


.model-slider-section .swiper-slide-active .slide-info h3 {
	color: #659F28;
}


.model-slider-section .swiper-slide-active .slide-info h3:after {
	opacity: 1;
}


.model-slider-section h2 {
	text-align: center;
	color: #659F28;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 17px;
}



.model-slider-section {
	width: calc(100% - 320px);
	margin: 0 auto 65px;
	overflow: hidden;
}


.slide-info img {
	width: 100%;
}


#model-main-slider {
	padding: 0 50px;
	position: relative;
}


/*
#model-main-slider::after {
	content: "";
	display: block;
	width: 50px;
	height: 74%;
	background: #fff;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 2;
	border-right: 1px solid rgba(0,0,0,0.1);
}


#model-main-slider::before {
	content: "";
	display: block;
	width: 50px;
	height: 74%;
	background: #fff;
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 2;
	border-left: 1px solid rgba(0,0,0,0.1);
}
*/


.model-slider-section .slider-text {
	opacity: 0;
	visibility: hidden;
}


.model-slider-section .swiper-slide-active .slider-text {
	opacity: 1;
	visibility: visible;
}


.model-slider-section .slider-text {
	position: relative;
	padding-bottom: 120px;
}


.model-slider-section .list-features {
	width: 100vw;
	position: absolute;
	text-align: center;
	transform: translateX(-52.5%);
	left: 0%;
	bottom: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.model-slider-section .item {
	padding: 0 3%;
}


.model-slider-section .item:last-child {
	padding-left: 11%;
}


.model-slider-section .item strong {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	color: #659F28;
	padding-bottom: 5px;
}


.model-slider-section .item span {
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	line-height: 20px;
}


.model-slider-section .slider-tab {
	margin-top: 90px;
}



.slider-tab .item-roll-out:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}


.slider-tab .item-roll-out {
	text-align: center;
	padding: 7px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


.slider-tab .item-roll-out h3 {
	margin: 0 0 7px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
}



.item-roll-out h3 span {
	position: relative;
	display: inline-block;
	cursor: pointer;
}


.item-roll-out h3 span::after {
	background: url("images/plus-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	background-size: 100%;
	position: absolute;
	top: 8px;
	right: -18px;
}


.item-head.close h3 span::after {
	background: url("images/minuse-icon.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	background-size: 100%;
	position: absolute;
	top: 8px;
	right: -18px;
}


.item-roll-out .roll-list {
	padding-top: 16px;
}


.model-slider-section .swiper-pagination {
	display: none;
}



#model-main-slider .swiper-button-next{
	background:url("images/prv-icon.png") no-repeat 0 0;
	width: 32px;
	height: 50px;
	background-size: 100%;
	margin: 0;
	top: 25%;
	right: auto;
	left: 0;
	display: none;
}


#model-main-slider .swiper-button-prev {
	background: url("images/next-icon.png") no-repeat 0 0;
	width: 32px;
	height: 50px;
	background-size: 100%;
	margin: 0;
	top: 25%;
	right: 0;
	left: auto;
	display: none;
}


.model-slider-section .swiper-button-prev::after, 
.model-slider-section .swiper-button-next::after {
	display: none;
}



.tab-table table {
	margin: 0 0 25px;
	border: 2px solid #e3e3e3;
}


.tab-table table th {
	color: #659F28;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	border: 2px solid #e3e3e3;
}


.tab-table-2 th, 
.tab-table-2 td {
	width: 33%;
}


.tab-table-3 th, 
.tab-table-3 td {
	width: 25%;
}


.tab-table-4 th, 
.tab-table-4 td {
	width: 20%;
}


.tab-table table th span {
	display: block;
}



.tab-table table td:first-child {
	text-align: right;
	width: 20%;
	padding-right: 20px;
}


.tab-table table td {
	text-align: center;
	border: 2px solid #e3e3e3;
}


.tab-table table td img {
	display: inline;
}


th.to-highlight.colored, 
td.to-highlight.colored {
    background: #f1f6ec;
}


.gallery-list-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.bottom-gallery-wrapper {
	position: relative;
	margin-bottom: 60px;
}


.gallery-list-wrapper .single-block {
	width: 32.6%;
	margin: 0 0 1% 1%;
}


.gallery-list-wrapper .single-block:nth-child(3n) {
	margin-left: 0;
}


.gallery-list-wrapper .single-block img {
	width: 100%;
	cursor: pointer;
}





.outer-wrapper-leap-gallery-carousel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}


.leap-gallery-carousel {
	height: 100vh;
}


.close-me {
	position: absolute;
	right: 0;
	z-index: 9;
	background: #659F28 url("images/close-icon.png") no-repeat center center;
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 0;
	cursor: pointer;
	background-size: 16px;
}


.outer-wrapper-leap-gallery-carousel .gallery-img-box {
	width: 100%;
	height: 100%;
}


.outer-wrapper-leap-gallery-carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.outer-wrapper-leap-gallery-carousel .swiper-pagination {
	bottom: 20px;
	z-index: 99999;
	position: fixed;
	left: 0;
	right: 0;
}


.outer-wrapper-leap-gallery-carousel .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}


.outer-wrapper-leap-gallery-carousel .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}


.outer-wrapper-leap-gallery-carousel .swiper-button-next{
	background: #fff url("images/black-nxt-icon.png") no-repeat center center;
	position: fixed;
	width: 50px;
	height: 70px;
	background-size: 17px;
	cursor: pointer;
	left: 0 !important;
	top: 45%;
}


.outer-wrapper-leap-gallery-carousel .swiper-button-prev {
	background: #fff url("images/black-prv-icon.png") no-repeat center center;
	position: fixed;
	width: 50px;
	height: 70px;
	background-size: 17px;
	cursor: pointer;
	right: 0 !important;
	top: 45%;
}


.outer-wrapper-leap-gallery-carousel .swiper-button-prev:after, 
.outer-wrapper-leap-gallery-carousel .swiper-button-next:after{
	display:none;
}







div.pp_overlay {
    z-index: 9999 !important;
}


body .pp_pic_holder.light_rounded {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80vw !important;
	height: 40vw !important;
}


div.pp_pic_holder .pp_content {
	width: 100% !important;
	height: 100% !important;
}


#pp_full_res iframe {
	width: 96% !important;
	height: 40vw !important;
}


.pp_pic_holder.light_rounded .ppt, .pp_pic_holder.light_rounded .pp_top {
    display: none !important;
}


.pp_pic_holder.light_rounded .pp_content_container .pp_left {
    background: transparent !important;
    padding-left: 0 !important;
}



.pp_pic_holder.light_rounded .pp_content_container .pp_right {
    background: transparent !important;
    padding-right: 0 !important;
}


.pp_pic_holder.light_rounded .pp_content, div.light_rounded .pp_content {
    background-color: transparent !important;
}


.pp_bottom {
    display: none !important;
}



#pp_full_res iframe {
    border: 20px solid #fff;
	background: #000;
}



.pp_fade {
    position: relative;
}



.pp_pic_holder.light_rounded .pp_close {
	background: #659F28 url("images/close-icon.png") no-repeat center center !important;
	font-size: 0;
	background-size: 12px !important;
	display: inline-block;
	opacity: 1 !important;
	width: 35px;
	height: 35px;
	border-radius: 100%;
}




.pp_content_container .pp_details {
	position: absolute !important;
	top: -24px;
	right: 7px;
	margin: 0;
}


.pp_details {
    background-color: transparent !important;
}



.pp_pic_holder.light_rounded .pp_content_container .pp_details .pp_nav {
    display: none;
}




.pp_pic_holder.light_rounded .pp_nav {
    display: none !important;
}


div.light_rounded .pp_expand {
	display: none !important;
}



@media only screen and (max-width:767px){
	
	body .pp_pic_holder.light_rounded {
		width: 90% !important;
		height: auto !important;
	}
	
	
	
	#pp_full_res iframe {
		border: 10px solid #fff;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 !important;
	}
	
	
	a.pp_close {
		right: -7px !important;
		top: 14px !important;
		width: 25px !important;
		height: 25px !important;
	}


	#pp_full_res {
		padding-top: 31px;
		padding-bottom: calc( 0.7 * 100% );
		position: relative;
	}


	.pp_content_container .pp_details {
		top: -20px;
		right: -13px;
		padding: 0 !important;
		width: auto !important;
		margin-top: 0 !important;
	}
	
	
	
}/*====media close====*/





@media (min-width:767px) and (max-width:1024px){
	
	
	body .pp_pic_holder.light_rounded {
		width: 90% !important;
		height: auto !important;
	}
	
	
	
	#pp_full_res iframe {
		border: 10px solid #fff;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 !important;
	}


	#pp_full_res {
		padding-top: 31px;
		padding-bottom: calc( 0.5 * 100% );
		position: relative;
	}


	.pp_content_container .pp_details {
		top: -18px;
		right: -23px;
		padding: 0 !important;
		width: auto !important;
		margin-top: 0 !important;
	}
	
	
}/*====media close====*/



/*==================================CAR MODEL=================================*/




/*=================================IFRAME PAGE================================*/


.iframe-page {
	padding-top: 70px;
}


.iframe-page h1, 
.iframe-page h2, 
.iframe-page h3, 
.iframe-page h4 {
	margin: 0 0 5px;
}


.iframe-page .side-spacing {
	text-align: right;
}


.iframe-page .single-block {
	margin-bottom: 80px;
	position: relative;
}


.iframe-page .single-block img {
	width: 100%;
	margin-bottom: 20px;
}


.iframe-page .section2-block {
	margin-bottom: 80px;
}


.iframe-page .section2-block .side-spacing {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.iframe-page .single-block .single-block-inner{
	width: 100%;
	position: relative;
	padding-top: calc( 0.6 * 100% );
}


.iframe-page .single-block .single-block-inner::after {
	content: "";
	display: block;
	background: transparent linear-gradient(180deg, #0000 0%, #000000F4 77%, #000 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
}



.iframe-page .single-block-inner h3 {
	color: #659F28;
}


.iframe-page .single-block-inner p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}


.iframe-page .single-block-inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.iframe-page .single-block-inner .single-caption {
	position: relative;
	padding: 0 30px 10px;
	text-align: right;
	z-index: 1;
}



.iframe-page .section2-block-inner {
	width: 49%;
	position: relative;
	padding-top: calc( 0.3 * 100% );
}


.iframe-page .section2-block-inner::after {
	content: "";
	display: block;
	background: transparent linear-gradient(180deg, #0000 0%, #000000F4 77%, #000 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
}


.iframe-page .section2-block-inner h3 {
	color: #659F28;
}


.iframe-page .section2-block-inner p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}


.iframe-page .section2-block-inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.iframe-page .section2-block-inner .block-caption {
	position: relative;
	padding: 0 30px 10px;
	text-align: right;
	z-index: 1;
}


.iframe-page .single-block .play-icon i {
	display: none;
}


.iframe-page .single-block .play-icon {
	width: 107px;
	height: 107px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.iframe-page .single-block .play-icon a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/play-icon.png") no-repeat 0 0;
	background-size: 100%;
}



/*=================================IFRAME PAGE================================*/






/*=================================DEFAULT PAGE================================*/


.entry-header.has-text-align-center.header-footer-group, 
.post-meta-wrapper.post-meta-edit-link-wrapper {
	display: none;
}


.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
	text-align: right;
}


.page-template-default .container {
	padding: 0 160px;
}


.page-template-default ul {
	padding-right: 18px;
}


.page-template-default h1, 
.page-template-default h2, 
.page-template-default h3, 
.page-template-default h4, 
.page-template-default h5, 
.page-template-default h6 {
	margin-bottom: 10px;
}


.page-template-default ul li a, 
.page-template-default p a {
	color: #659F28;
	text-decoration: none;
}




/*=================================DEFAULT PAGE================================*/




/*===================================404 PAGE==================================*/


.error404-content .search-form {
	display: none;
}


.section-inner.thin.error404-content {
	max-width: 700px;
	width: 100%;
	padding: 0 15px 70px;
}

.footer-nav-widgets-wrapper.header-footer-group {
	display: none;
}



/*===================================404 PAGE==================================*/





/*===================================FOOTER==================================*/

#site-footer {
	padding: 0 160px 50px;
}


.footer-upper-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	background: #EFEFEF;
	padding: 44px 40px 40px;
}


.footer-upper-wrapper .logo-social-icons {
	width: 16%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit--webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.logo-social-icons .widget_custom_html {
	margin-top: 25px;
}


.logo-social-icons ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.logo-social-icons ul li {
	margin: 0 7px;
}


.logo-social-icons .widget.widget_media_image {
	text-align: center;
}


.logo-social-icons .widget.widget_media_image img {
	display: inline;
}


.footer-upper-wrapper .f-contact-form {
	width: 31%;
	text-align: right;
	border-left: 1px solid #65a027;
	border-right: 1px solid #65a027;
	padding: 0 40px;
	margin: 0 4%;
}


.form-set1 h3 {
	color: #659F28;
	font-size: 20px;
	line-height: 29px;
	margin: 25px 0 0px;
}



.form-field-set .input-field {
	position: relative;
}


.form-set-block p {
	margin: 0;
}


.form-field-set label {
	color: #000;
	font-size: 13px;
	line-height: 17px;
	position: absolute;
	top: 18px;
	right: 9px;
	margin: 0;
	background: #EFEFEF;
	display: inline-block;
	z-index: 1;
	padding: 1px 6px;
}


.form-field-set input {
	background: transparent;
	border: 0.5px solid #659F28;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	text-align: right;
	font-size: 16px;
}


.mailing-confirmation p {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.mailing-confirmation .wpcf7-form-control-wrap {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}


.wrapper-mailing-confirmation {
	margin: 15px 0;
}


.mailing-confirmation .wpcf7-list-item.first.last {
	margin: 0 0 0 10px;
}


.mailing-confirmation p label {
	color: #000;
	font-size: 13px;
	line-height: 17px;
}


.input-field.input-submit input {
	width: 100%;
	background: #659F28 url("images/path-sub.svg") no-repeat 20px center;
	padding: 16px 20px 19px;
	font-family: "Heebo", sans-serif;
	text-align: right;
	font-size: 17px;
	line-height: normal;
	text-decoration: none;
	border-radius: 2px;
	border: none;
}


.input-field.input-submit {
	position: relative;
}


.input-submit .wpcf7-spinner {
	position: absolute;
	top: 15px;
	right: -36px;
	margin: 0;
}


.footer-menus {
	width: 45%;
	padding-top: 73px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.footer-menus .widget_custom_html {
	width: 20%;
	padding-left: 4%;
	margin: 0;
}


.footer-menus .widget_custom_html:last-child {
	padding-left: 0;
}


#site-footer .footer-menus h2 {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px;
	text-align: right;
	font-weight: 700;
}


#site-footer .footer-menus ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#site-footer .footer-menus li {
	margin: 0;
	text-align: right;
	line-height: normal;
}


#site-footer .footer-menus li a {
	color: #000;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
}


.samelet-logo-phone ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.samelet-logo-phone ul li {
	margin: 0 2px;
	border-left: 2px solid #000;
	padding: 5px 11px;
}


.samelet-logo-phone ul li:last-child {
	border-left: none;
}


.samelet-logo-phone .SMLT_Logo img {
	height: 22px;
}


.samelet-logo-phone .footer-85 img {
	height: 17px;
}


.footer-lower-wrapper {
	text-align: center;
	padding: 30px 0 0;
}


.footer-lower-wrapper .custom-html-widget {
	font-size: 13px;
	line-height: 17px;
	color: #000;
	font-family: "Assistant", sans-serif;
}


.footer-credits {
	width: 100%;
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin: 14px 0 0;
}


.footer-credits p {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
}


.mailing-confirmation p label .wpcf7-list-item-label {
	display: none;
}


.mailing-confirmation input {
	background: transparent;
	border: 1px solid #659F28;
}


#site-footer .wpcf7-not-valid-tip {
	font-size: 12px;
}


.wpcf7-response-output {
	font-size: 12px;
	line-height: normal;
	text-align: center;
}


.floating-menu {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 99;
}


.floating-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.floating-menu ul li {
	margin: 0 0 12px;
}


.floating-menu ul li:last-child {
	margin-bottom: 0;
}


.floating-menu ul li a {
	background: #659F28;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding: 13px 53px 13px 10px;
	width: 200px;
	text-align: right;
}


.floating-menu ul li a img {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}




@media (max-width:1000px){


	#site-footer {
		padding: 0 0px 50px;
		overflow: hidden;
	}


	.footer-upper-wrapper {
		padding: 30px 15px 20px;
	}


	.footer-upper-wrapper .logo-social-icons {
		width: 100%;
		margin-bottom: 30px;
	}


	.footer-upper-wrapper .f-contact-form {
		width: 100%;
		border-left: none;
		border-right: none;
		padding: 0 0 38px;
		margin: 0;
		border-top: 1px solid #65a027;
		border-bottom: 1px solid #65a027;
	}


	.form-field-set label {
		font-size: 14px;
		top: 15px;
	}


	.form-field-set input {
		border: 1px solid #D0D0D0;
	}


	.mailing-confirmation p label {
		font-family: "Heebo", sans-serif;
	}


	.input-field.input-submit input {
		padding: 13px 20px 14px;
		font-size: 20px;
	}


	.mailing-confirmation input {
		background: #fff;
	}


	.form-field-set .input-field {
		margin-bottom: 5px;
	}


	.footer-menus {
		width: 100%;
		padding-top: 32px;
	}


	.footer-menus .widget_custom_html {
		width: 50%;
		padding-left: 6%;
		margin: 0 0 15px;
	}


	#site-footer .footer-menus h2 {
		font-family: "Heebo", sans-serif;
	}


	#site-footer .footer-menus li a {
		font-size: 17px;
		font-family: "Heebo", sans-serif;
	}


	.floating-menu {
		top: auto;
		bottom: 0;
	}
		

	.floating-menu ul li a img {
		width: 17px;
	}


	.floating-menu ul li {
		margin: 0 0 6px;
	}


	.floating-menu ul li a {
		font-size: 17px;
		line-height: 25px;
		padding: 6px 47px 7px 10px;
		width: 168px;
	}	


	.footer-lower-wrapper {
		padding: 40px 15px 0;
	}


	.footer-lower-wrapper .custom-html-widget {
		font-size: 13px;
		line-height: 19px;
		font-family: "Heebo", sans-serif;
	}


	.footer-credits p {
		font-size: 13px;
		line-height: 19px;
		font-weight: 500;
		font-family: "Heebo", sans-serif;
	}


	.footer-credits {
		margin: 6px 0 0;
	}
	
	
}/*=====media close=====*/




@media (min-width:767px) and (max-width:1000px){

	.footer-menus .widget_custom_html {
		width: 20%;
	}

}/*=====media close=====*/





@media (min-width:1000px) and (max-width:1280px){


	#site-footer {
		padding: 0 60px 50px;
	}


	.footer-upper-wrapper .logo-social-icons {
		width: 16%;
	}


	.footer-upper-wrapper .f-contact-form {
		width: 32.2%;
		border-left: 1px solid #65a027;
		border-right: 1px solid #65a027;
		padding: 0 20px;
		margin: 0 3%;
		border-top: none;
		border-bottom: none;
	}


	.footer-menus {
		width: 45.7%;
		padding-top: 73px;
	}


	#site-footer .footer-menus h2 {
		font-size: 15px;
	}


	#site-footer .footer-menus li a {
		font-size: 12px;
	}


}/*=====media close=====*/




@media (min-width:1280px) and (max-width:1500px){
	
		
	#site-footer {
		padding: 0 130px 50px;
	}	


	.footer-menus {
		width: 44.5%;
	}


	.footer-upper-wrapper .f-contact-form {
		width: 31.4%;
		padding: 0 30px;
		margin: 0 4%;
	}


	#site-footer .footer-menus li a {
		font-size: 15px;
	}


	#site-footer .footer-menus h2 {
		font-size: 18px;
	}

	
	
}/*=====media close=====*/	
	



/*===================================FOOTER==================================*/




/*==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/




/*===================================HOME==================================*/


@media (max-width:767px){
	
		
	.video-banner {
		padding-bottom: calc( 1.67 * 100% );
	}	


    .home .video-banner iframe {
		transform: scale(3);
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-ms-transform: scale(3);
	}

	.video-banner iframe {
		transform: scale(2.2);
		-webkit-transform: scale(2.2);
		-moz-transform: scale(2.2);
		-ms-transform: scale(2.2);
	}


	.video-caption h1 {
		font-size: 30px;
		line-height: 30px;
		font-family: "Heebo", sans-serif;
	}


	.video-caption {
		padding: 140px 15px 0;
	}
	
	
	.image-banner .video-caption {
		top: 97px;
	}


	.desktop-only {
		display: none;
	}


	.mobile-only {
		display: block;
	}


	.home-section1-content {
		padding: 50px 15px 0;
	}
	
	
	.text-position-left .home-section1-content {
		padding-left: 15px;
	}
	
	
	.text-position-left .hm-section1-inner {
		float: right;
	}


	.c-10-logo img {
		width: 82px;
	}


	.hm-section1-inner p {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 22px;
	}


	.btn-link a {
		font-size: 18px;
		line-height: 24px;
		padding: 6px 23px 9px 10px;
		width: 120px;
	}


	.btn-link a span::after {
		width: 16px;
		height: 9px;
		top: 9px;
		left: -27px;
	}


	.home-section2 .fluid-container {
		padding: 0;
	}


	.home-section2 {
		margin: 80px 0 16px;
	}


	.hm2-block .hm2-block-content {
		padding: 0 15px 10px;
	}


	.hm2-block {
		width: 100%;
		margin: 0 0 7px;
		position: relative;
		padding-top: calc( 0.8 * 100% );
	}


	.hm2-block::after {
		background: transparent linear-gradient(180deg, #0000 0%, #000000F4 77%, #000 100%) 0% 0% no-repeat padding-box;
		height: 400px;
	}


	
}/*=====media close=====*/



@media (min-width:767px) and (max-width:1000px){


	.video-caption {
		padding: 40px 15px 0;
	}


	.home-section1-content {
		padding: 35px 15px 0;
	}
	
	
	.image-banner .video-caption {
		top: 10px;
	}


	.c-10-logo img {
		width: 82px;
	}


	.hm-section1-inner p {
		font-size: 16px;
		line-height: 20px;
	}


	.text-position-left .home-section1-content {
		padding-left: 15px;
	}


	.hm-section1-inner {
		max-width: 400px;
	}


	.home-section2 {
		margin: 120px 0 0;
	}
	
	
	.hm2-block .hm2-block-content {
		padding: 0 15px 10px;
	}


	.home-section2 .fluid-container {
		padding: 0 15px;
	}


}/*=====media close=====*/




@media (min-width:1000px) and (max-width:1280px){


	.home-section2 .fluid-container {
		padding: 0 60px;
	}


	.video-caption {
		padding: 150px 60px 0;
	}
	
	
	.image-banner .video-caption {
		top: 70px;
	}


	.home-section1-content {
		padding: 60px 60px 0;
	}


	.hm-section1-inner {
		max-width: 480px;
	}


	.text-position-left .home-section1-content {
		padding-left: 40px;
	}



}/*=====media close=====*/





@media (min-width:1280px) and (max-width:1500px){

	
	.home-section2 .fluid-container {
		padding: 0 130px;
	}


	.home-section1-content {
		padding: 130px 130px 0;
	}
	
	
	.text-position-left .home-section1-content {
		padding-left: 60px;
	}
	
	
	.hm-section1-inner {
		max-width: 450px;
	}
	
	
	.hm-section1-inner p {
		font-size: 18px;
		line-height: 22px;
	}


	.video-caption {
		padding: 200px 130px 0;
	}	
	
	
	.image-banner .video-caption {
		top: 120px;
	}
	
	
}/*=====media close=====*/	




@media (min-width:1600px){

	.hm2-block {
		padding-top: calc( 0.29 * 100% );
	}
	
	
	.video-banner iframe {
		transform: scale(1.9);
		-webkit-transform: scale(1.9);
		-moz-transform: scale(1.9);
		-ms-transform: scale(1.9);
	}

}/*=====media close=====*/	




@media (min-width:1200px){

	.video-banner {
		height: 880px;
		overflow: hidden;
		padding-bottom: 0;
	}


	.video-banner.image-banner {
		height: auto;
	}

}/*=====media close=====*/	



/*===================================HOME==================================*/





/*==================================ABOUT==================================*/



@media (max-width:767px){


	.default-video-banner .video-caption h1, 
	.default-image-banner .video-caption h1 {
		margin: 0 0 0;
	}


	.default-video-banner, 
	.default-image-banner {
		margin-bottom: 82px;
	}


	.about-section1 {
		margin-bottom: 38px;
	}


	.about-inner.text-position-left {
		border: 1px solid #D0D0D0;
		min-height: unset;
		padding: 43px 15px;
	}


	.side-spacing {
		padding: 0;
	}


	.about-inner {
		margin-bottom: 20px;
	}


	.about-image {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		margin-top: 10px;
	}


	.about-content {
		width: 100%;
		padding-left: 0;
	}


	.text-position-right .about-content {
		padding-left: 0;
	}


	.about-inner.text-position-right {
		padding: 43px 15px;
		min-height: unset;
	}


	.about-inner.text-position-right .about-image {
		padding-left: 0;
	}
	
	
}/*=====media close=====*/	



@media (min-width:767px) and (max-width:1000px){
	
	.side-spacing {
		padding: 0 0px;
	}


	.about-inner.text-position-left {
		border: 1px solid #D0D0D0;
		padding: 27px 15px;
		min-height: 400px;
	}


	.about-content {
		padding-left: 0;
	}


	.about-inner.text-position-right {
		padding: 27px 15px;
		min-height: 400px;
	}


	.about-inner.text-position-right .about-image {
		padding-left: 0;
	}


	.text-position-right .about-content {
		padding-right: 0;
	}
	
	
}/*=====media close=====*/



@media (min-width:1000px) and (max-width:1280px){

	.side-spacing {
		padding: 0 60px;
	}
	
	
	.about-inner.text-position-left, 
	.about-inner.text-position-right {
		min-height: 400px;
	}
	

}/*=====media close=====*/




@media (min-width:1280px) and (max-width:1500px){

	.side-spacing {
		padding: 0 130px;
	}
	
	
	.about-inner.text-position-left, 
	.about-inner.text-position-right {
		min-height: 400px;
	}
	

}/*=====media close=====*/


/*==================================ABOUT==================================*/




/*==================================CAR MODEL=================================*/



@media (max-width:767px){


	.car-video-banner .video-caption, 
	.car-image-banner .video-caption {
		padding-top: 75px;
	}


	.car-video-banner, 
	.car-image-banner {
		margin-bottom: 26px;
	}


	.featured-box-section ul li {
		margin: 0;
		width: 50%;
		text-align: center;
		padding: 0 20px 20px !important;
	}


	.featured-box-section ul li:nth-child(2) {
		order: 3;
		-webkit-order: 3;
		-webkit-order: 3;
		-webkit-order: 3;
	}


	.featured-box-section ul li:nth-child(3) {
		order: 4;
		-webkit-order: 4;
		-moz-order: 4;
		-ms-order: 4;
	}


	.featured-box-section ul li:last-child {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}


	.featured-box-section .icon-box {
		position: static;
		width: 100%;
		text-align: center;
	}


	.icon-box img {
		display: inline;
		width: 39px;
	}


	.featured-box-section ul li:last-child img {
		width: 33px;
	}


	.featured-box-section h3 {
		font-size: 17px;
		line-height: 20px;
	}


	.featured-box-section p {
		font-size: 14px;
	}


	.page-id-170 .home-section2 {
		margin-top: 5px;
	}


	.single-block-inner a::after {
		width: 47px;
		height: 47px;
	}


	.single-video-block {
		margin-bottom: 41px;
	}


	.model-slider-section {
		width: 100%;
	}
	
	
	.model-slider-section::after {
		content: "";
		display: block;
		width: 14px;
		height: 100%;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	
	
	.model-slider-section::before {
		content: "";
		display: block;
		width: 14px;
		height: 100%;
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}


	.model-slider-section .list-features {
		width: 100%;
		position: static;
		transform: none;
	}
	
	
	#model-main-slider {
		padding: 0 15px;
	}	
	


	#model-main-slider .swiper-button-next, 
	#model-main-slider .swiper-button-prev {
		display: none;
	}


	#model-main-slider::after, 
	#model-main-slider::before {
		width: 15px;
		height: 40%;
		background: #fff;
	}


	#model-main-slider .swiper-slide img.mobile-only {
		display: inline;
		width: 100%;
	}


	.model-slider-section .slider-text {
		padding-bottom: 0;
		padding-top: 22px;
		width: 100vw;
		left: 0;
		transform: translateX(4%);
	}


	.model-slider-section .item {
		padding: 0 0 27px !important;
		width: 100%;
	}


	.model-slider-section .item strong {
		font-size: 17px;
		line-height: 18px;
		padding: 0 15px 2px;
	}


	.model-slider-section .item span {
		font-size: 14px;
		line-height: 17px;
		padding: 0 15px;
	}


	.model-slider-section h3 {
		margin: 0 0 24px;
	}



	.model-slider-section .slider-tab {
		margin-top: 18px;
	}


	.slider-tab .item-roll-out h3 {
		font-size: 20px;
		line-height: 20px;
	}
	
	
	.model-slider-section .slide-info h3 {
		font-size: 17px;
		line-height: 17px;
		padding: 0 0px 4px;
	}


	.model-slider-section .slide-info h3::after {
		width: 100%;
		top: 5px;
	}	


	.item-roll-out h3 span::after, 
	.item-head.close h3 span::after {
		top: 5px;
	}
	
	
	.model-slider-section .slide-info::after {
		width: calc(100% + 30px);
	}


	.roll-out-list {
		padding: 0 15px;
	}


	.tab-table.mobile-only {
		margin: 0 0px 20px;
		border-left: 2px solid #e3e3e3;
		border-right: 2px solid #e3e3e3;
	}


	.tab-table.mobile-only table {
		margin: 0px;
		border-left: hidden;
		border-right: hidden;
	}


	.tab-table table td {
		font-size: 18px;
		font-weight: 700;
		width: 50% !important;
	}
	
	
	.tab-table table th {
		width: 50%;
	}


	.tab-table table td:first-child {
		text-align: center;
		padding-right: 10px;
	}


	.tab-table small {
		display: block;
		font-size: 20px;
		line-height: 22px;
		padding: 2px 0 7px;
		color: #000;
		font-family: "Assistant", sans-serif;
	}


	.gallery-list-wrapper .single-block {
		width: 100%;
		margin: 0 0 10px;
	}


	.outer-wrapper-leap-gallery-carousel .swiper-button-next, 
	.outer-wrapper-leap-gallery-carousel .swiper-button-prev {
		width: 40px;
		background-size: 12px;
	}


}/*=====media close=====*/




@media (min-width:767px) and (max-width:1000px){
	
		
	.featured-box-section {
		padding: 0 15px;
	}


	.featured-box-section .icon-box {
		top: -6px;
		width: 34px;
	}


	.featured-box-section ul li {
		padding-right: 42px;
	}


	.featured-box-section ul li:nth-child(2) {
		padding-right: 38px;
	}


	.featured-box-section ul li:last-child img {
		width: 27px;
	}


	.featured-box-section ul li:last-child {
		padding-right: 34px;
	}


	.featured-box-section ul li:last-child .icon-box {
		top: -2px;
	}


	.featured-box-section h3 {
		font-size: 18px;
		line-height: 19px;
	}


	.featured-box-section p {
		font-size: 16px;
		line-height: 17px;
		margin: 2px 0 0;
	}


	.page-id-170 .home-section2 {
		margin-top: 80px;
	}


	.single-block-inner a::after {
		width: 70px;
		height: 70px;
	}


	.model-slider-section {
		width: 100%;
		margin: 0 auto 65px;
	}


	#model-main-slider .swiper-button-next {
		background-size: 20px;
		left: 15px;
	}


	#model-main-slider .swiper-button-prev {
		background-size: 20px;
		right: 5px;
	}


	.model-slider-section .list-features {
		width: 89vw;
		transform: translateX(-49%);
	}


	.model-slider-section .item strong {
		font-size: 20px;
		line-height: 28px;
	}


	.model-slider-section .item span {
		font-size: 15px;
		line-height: 20px;
	}


	.model-slider-section .item {
		width: 27%;
	}


	.model-slider-section .item:last-child {
		padding-left: 0;
	}


	.roll-out-list {
		padding: 0 20px;
	}


	
}/*=====media close=====*/




@media (min-width:1000px) and (max-width:1280px){


	.model-slider-section {
		width: calc(100% - 120px);
	}

	.model-slider-section .item strong {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 0;
	}


	.model-slider-section .item span {
		font-size: 16px;
		line-height: 20px;
	}

    /*
	.model-slider-section .list-features {
		transform: translateX(-48%);
	}
	*/


}/*=====media close=====*/



@media (min-width:1280px) and (max-width:1500px){

	.model-slider-section {
		width: calc(100% - 260px);
	}
	
	/*
	.model-slider-section .list-features {
		transform: translateX(-49%);
	}
    */	
	

}/*=====media close=====*/




@media (min-width:640px) and (max-width:767px){
	
	.model-slider-section .slider-text {
		transform: translateX(2%);
	}
	
}/*=====media close=====*/



/*==================================CAR MODEL=================================*/





/*=================================IFRAME PAGE================================*/





@media (max-width:767px){
	
	.iframe-page .section2-block-inner {
		padding-top: calc( 0.8 * 100% );
		margin-bottom: 10px;
		width: 100%;
	}	
	
}/*=====media close=====*/





@media (max-width:1000px){


	.iframe-page {
		padding-top: 50px;
	}

	.iframe-page .single-block.full-text-column {
		padding: 0 15px;
	}


	.iframe-page .single-block .single-block-inner {
		padding-top: calc( 0.7 * 100% );
	}


	.iframe-page .single-block .single-block-inner::after, 
	.iframe-page .section2-block-inner::after {
		height: 300px;
	}	


	.iframe-page .single-block-inner .single-caption, 
	.iframe-page .section2-block-inner .block-caption {
		padding: 0 15px 10px;
	}


	.iframe-page .single-block .play-icon {
		width: 60px;
		height: 60px;
	}


	.iframe-page .single-block, 
	.iframe-page .section2-block {
		margin-bottom: 50px;
	}

	
}/*=====media close=====*/




/*=================================IFRAME PAGE================================*/






/*=================================DEFAULT PAGE================================*/



@media (max-width:767px){
	
	.page-template-default h1 {
		font-size: 40px;
		line-height: 45px;
	}


	.page-template-default h2 {
		font-size: 30px;
		line-height: 35px;
	}


	.page-template-default h3 {
		font-size: 25px;
		line-height: 30px;
	}



	.page-template-default h4 {
		font-size: 22px;
		line-height: 25px;
	}


	.page-template-default h5 {
		font-size: 18px;
		line-height: 22px;
	}


	.page-template-default p, 
	.page-template-default li, 
	.page-template-default div {
		font-size: 18px;
	}

	
}/*=====media close=====*/



@media (max-width:1000px){
	
	.page-template-default .container {
		padding: 0 15px;
	}	
	
}/*=====media close=====*/	



@media (min-width:1000px) and (max-width:1280px){
	
  .page-template-default .container {
		padding: 0 60px;
  }	
	
}/*=====media close=====*/



@media (min-width:1280px) and (max-width:1500px){
	
  .page-template-default .container {
		padding: 0 130px;
  }	
	
}/*=====media close=====*/	



/*=================================DEFAULT PAGE================================*/






/*=================================CONTACT PAGE================================*/



.contact-page {
	margin-top: 68px;
}


.contact-form-outer {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	border: 1px solid #D0D0D0;
}


.contact-form {
	width: 30%;
	text-align: right;
	padding: 40px 80px 40px 0;
}


.contact-form .form-set1 h3 {
	margin: 0;
}


.contact-form .wpcf7-not-valid-tip {
	font-size: 12px;
	direction: ltr;
	color: red;
}


.contact-form .form-field-set label {
	top: 12px;
	background: #fff;
}


.contact-form .mailing-confirmation input {
	width: 12px;
	height: 12px;
	min-width: 12px;
}


.contact-form  .wpcf7-form-control {
	position: relative;
	top: -8px;
}


.contact-image img {
	width: 100%;
	height: 640px;
	object-fit: cover;
}


.contact-image {
	width: 59%;
}




@media (max-width:767px){
	

	.contact-page {
		margin-top: 39px;
	}

	.contact-form-outer {
		border: none;
	}


	.contact-form {
		width: 100%;
		text-align: right;
		padding: 0 15px;
	}


	.contact-form .form-field-set .input-field {
		margin-bottom: 0;
	}
	
	
	.contact-form .input-field.input-submit input {
		text-align: center;
	}	
	
	
	.contact-form .wrapper-mailing-confirmation {
		margin: 15px 0 25px;
	}


	.contact-image {
		width: 100%;
		margin: 20px 0;
	}


	.contact-image img {
		height: auto;
	}

	
}/*=====media close=====*/	




@media (min-width:767px) and (max-width:1000px){
	
	.contact-page .side-spacing {
		padding: 0 15px;
	}

	.contact-form {
		width: 35%;
		padding: 40px 40px 40px 0;
	}  
	
}/*=====media close=====*/	



@media (min-width:1000px) and (max-width:1600px){
	
	.contact-form {
		width: 34%;
	}

	.contact-image {
		width: 55%;
	}
	
}/*=====media close=====*/	



/*=================================CONTACT PAGE================================*/