/*
 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: 17px;
	font-family: "Heebo", sans-serif !important;
	line-height: normal;
	letter-spacing: normal;
	font-weight: 400;
	color: #000;
	text-align: right;
}


body h1 {
	font-size: 40px;
	margin: 0 0 15px;
	line-height: normal;
	font-family: "Heebo", sans-serif;
}


body h2 {
	font-size: 36px;
	margin: 0 0 15px;
	line-height: normal;
	font-family: "Heebo", sans-serif;
}


body h3 {
	font-size: 20px;
	margin: 0 0 15px;
	line-height: normal;
	font-family: "Heebo", sans-serif;
}


body h4 {
	font-size: 17px;
	margin: 0 0 15px;
	line-height: normal;
	font-family: "Heebo", sans-serif;
}


body h5 {
	font-size: 15px;
	margin: 0 0 15px;
	line-height: normal;
	font-family: "Heebo", sans-serif;
}


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


body p {
	font-size: 17px;
	line-height: 25px;
	font-family: "Heebo", sans-serif;
}


a.skip-link.screen-reader-text {
    display: none;
}


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




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

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


#site-header .site-logo img {
	max-height: 2rem;
}


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


#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 {
	padding-left: 4px;
	margin: 10px 0 0 0px;
}


.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;
}


.home .wt-icon {
	display: none;
}


.contact-info-top .smt-icon {
	width: 140px;
	display: inline-block;
	position: relative;
	padding: 0 12px;
	display: none;
}


.contact-info-top .smt-icon::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #1354FF;
	position: absolute;
	top: 3px;
	right: 0;
}


.contact-info-top .smt-icon::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #1354FF;
	position: absolute;
	top: 3px;
	left: 0;
}


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


.contact-info-top .iocn85::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #1354FF;
	position: absolute;
	top: -2px;
	left: -13px;
}



#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;
	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: 7px 115px 9px;
	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:#1354FF;
}


#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;
}


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


.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=====*/




@media (min-width:1000px) and (max-width:1280px){
	
	.logo-wrapper {
		margin-right: 10px;
	}
	
	
	#site-header .header-inner {
		padding: 0px 60px;
	}


	#site-header .site-logo img {
		max-height: 17px;
	}


	.contact-info-top .smt-icon {
		width: 117px;
	}


	.contact-info-top {
		margin: 10px 0 0 0;
	}


	.contact-info-top .smt-icon::before, 
	.contact-info-top .smt-icon::after {
		height: 22px;
		top: 0px;
	}


	#site-header ul li a {
		font-size: 15px;
	}


	#site-header .sub-menu {
		top: 56px;
	}
	
	
}/*====media close=====*/	



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

	#site-header .header-inner {
		padding: 0px 100px 0px 45px;
	}

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



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




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


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


.mobile-only {
	display: none;
}



.home-main-slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 54px;
}


.home-slide-inner {
	position: relative;
}


.home-slide-caption {
	position: absolute;
	padding: 0 115px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.home-slide-image {
	position: relative;
	padding-bottom: calc( 0.51 * 100% );
}


.home-slide-image img, 
.home-slide-image video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.home-slide-caption h1 {
	color: #fff;
	padding-top: 131px;
	font-weight: 400;
	line-height: 50px;
}


.home-slide-logo {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	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;
	position: absolute;
	bottom: 40px;
	right: 0;
	padding: 0 115px;
}


.banner-logo {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	width: 130px;
	margin: 0 auto;
}


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


.home-slide-logo .small-image {
	width: 170px;
	margin-bottom: 25px;
}


.swiper-buttons {
	position: absolute;
	bottom: 30px;
	padding: 0 162px;
	height: 105px;
	right: 0;
	z-index: 2;
	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;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.swiper-buttons .swiper-button-prev, 
.swiper-buttons .swiper-button-next {
	position: static;
	margin: 0;
	width: 20px;
}


.swiper-buttons .swiper-button-prev::after, 
.swiper-buttons .swiper-button-next::after {
	color: #fff;
	font-size: 13px;
	margin-top: -1px;
}


.swiper-buttons .swiper-pagination {
	position: static;
	width: auto;
	font-size: 17px;
	color: #fff;
	margin: 0 0 0 2px;
	direction: ltr;
}


.swiper-buttons .swiper-pagination span {
	font-size: 17px;
	color: #fff;
	opacity: 1;
	margin: 0px;
}





.home-tab-section {
	margin-bottom: 95px;
}



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


.heading-title {
	margin-bottom: 37px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;
	
}


.heading-title {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;
}


.heading-title h2 {
	color: #000;
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	margin: 0;
	font-family: "Heebo", sans-serif;
}


.tab-block {
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 35px;
}


.tab-block .tab {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.tab-block button {
	background: transparent;
	color: #000;
	cursor: pointer;
	border: none;
	padding: 0 10px 5px;
	font-family: "Heebo", sans-serif;
	font-size: 17px;
	line-height: normal;
	width: 1005;
	font-weight: 600;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	text-decoration: none;
}


.tab-block button.active {
	border-bottom: 1px solid #1452FF;
	color: #1452FF;
}


.tab-block button:hover {
	color: #1452FF;
}


.tab-content-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.tab-content-inner h3 {
	text-align: center;
	background: #FAFAFA;
	font-size: 17px;
	line-height: normal;
	font-weight: 600;
	color: #D1D1D1;
	padding: 8px 5px;
}



.tab-content-inner 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;
}



.tab-content-inner ul li {
  margin: 0 0 50px 0;
  width: 25%;
  padding: 0;
  text-align: center;
}


.tab-content-inner h4, .tab-content-inner h4 a {
  font-size: 17px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}



.tab-content-inner .tab-image {
	margin-bottom: 12px;
}


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



.slider-section .heading-title {
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 25px;
}


.side-spacing-inner {
	padding: 0 150px;
}



.btn-black a {
	background: #000 url("images/white-arrow.svg") no-repeat 27px center;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding: 11px 30px 11px 59px;
}


.slider-inner1 {
	margin-bottom: 108px;
}


.swiper-slide-image {
	margin-bottom: 8px;
}


.swiper-slide-image img {
	width: 100%;
	display: inherit;
}


.swiper-slide-inner p {
	margin: 0;
	color: #1453FF;
	font-size: 15px;
}


.swiper-slide-inner h3 {
	margin-top: -2px;
}


.swiper-slide-inner h3, 
.swiper-slide-inner h3 a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	font-weight: 400;
	margin-bottom: 0;
}


.slider-section .swiper-wrapper {
	height: auto;
}


.slider-inner2 {
	background: #1354FF;
	padding: 70px 0;
}


.slider-inner2 .swiper-slide-image, 
.slider-inner3 .swiper-slide-image {
	margin-bottom: 20px;
}


.slider-inner2 .heading-title, 
.slider-inner3 .heading-title {
	border-bottom: 1px solid rgba(255,255,255,0.35);
}


.slider-inner2 .heading-title h2, 
.slider-inner3 .heading-title h2 {
	color: #fff;
}


.slider-inner2 h3, 
.slider-inner2 a, 
.slider-inner3 h3, 
.slider-inner3 a {
	color: #fff;
	text-decoration: none;
}


.btn-white a {
	background: url("images/white-arrow.svg") no-repeat 0px 8px;
	padding-left: 23px;
	background-size: 18px;
}



.slider-inner3 {
	background: #000;
	padding: 70px 0;
}


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




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


.default-banner {
	position: relative;
	margin-bottom: 88px;
}


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


.default-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.default-caption h1 {
	color: #fff;
	line-height: 50px;
	font-weight: 400;
	padding-top: 138px;
	margin: 0;
}


.about-page h2 {
	font-weight: 400;
	line-height: 50px;
}


.about-page p {
	margin-bottom: 23px;
}



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


.about-section1 h2 {
	margin-top: 66px;
}


.about-section1 h2:first-child {
	margin-top: 0px;
}



.about-section2-inner {
	margin-bottom: 100px;
}


.about-inner-block {
	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;
	margin-bottom: 100px;
}


/*
.about-inner-block:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
}
*/


.about-section2-inner .about-image {
	width: 40%;
}



.about-section2-inner .about-text-block {
	margin-bottom: 52px;
}


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


.about-content {
	width: 57.5%;
}


.about-section3 {
	margin-bottom: 120px;
}


.about-content h3 {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 4px;
	line-height: 50px;
}


.brand-logo {
	margin-top: 82px;
}


.brand-logo ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.brand-logo ul li {
	width: 16%;
	margin: 0;
	padding: 0 20px;
	text-align: center;
}


.brand-logo span {
	display: block;
	font-size: 25px;
	font-family: "Heebo", sans-serif;
	margin-top: 10px;
}


.about-section4 {
	margin-bottom: 148px;
}



.about-video-section a {
	position: relative;
	display: block;
}


.about-video-section img {
	width: 100%;
}


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




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


body .pp_pic_holder.light_square {
	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_square .ppt, .pp_pic_holder.light_square .pp_top {
    display: none !important;
}


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



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


.pp_pic_holder.light_square .pp_content, div.light_square .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_square .pp_close {
	background: #1354FF 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_square .pp_content_container .pp_details .pp_nav {
    display: none;
}




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


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



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

	body .pp_pic_holder.light_square {
		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_square {
		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====*/





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






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


.single-model-page {
	background: #F5F5F5;
	overflow: hidden;
}


.home-slide-caption span {
	display: block;
}


.counter-list-block .heading-title {
	margin-bottom: 8px;
}


.counter-list-block ul {
	list-style: none;
	margin: 0;
	padding: 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;
}


.counter-list-block ul li {
	margin: 0 0 7% 6%;
	width: 20.22%;
	border-bottom: 1px solid #EEE;
	padding-bottom: 50px;
}


.counter-list-block ul li:nth-child(4n) {
	margin-left: 0;
}


.counter-list-block small {
	display: block;
	color: #EEE;
	font-size: 120px;
	font-weight: 300;
	line-height: 130px;
}


.counter-list-block li h2 {
	font-size: 25px;
	color: #1453FF;
	margin: 0 0 11px;
	line-height: 30px;
	min-height: 62px;
}



.counter-list-block li p {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}


.single-slider-section {
	position: relative;
	margin-bottom: 111px;
}


#single-slider-fluid {
	overflow: hidden;
	position: relative;
}


.single-slider-caption {
	position: absolute;
	top: 95px;
	right: 50px;
}


.single-slider-caption h2 {
	color: #fff;
	font-weight: 400;
	margin: 0;
}


.single-slider-caption p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 13px;
}


.single-slider-caption .btn-white a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
}


.swiper-buttons-long .swiper-pagination {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: static;
}


.swiper-buttons-long {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 2;
}


.swiper-buttons-long .swiper-button-prev, 
.swiper-buttons-long .swiper-button-next {
	display: none;
}


.swiper-buttons-long .swiper-pagination span {
	background: #A9A8AA;
	height: 4px;
	opacity: 1;
	width: 55px;
	border-radius: 0;
	margin-left: 9px !important;
	display: inline-block;
}


.swiper-buttons-long span.swiper-pagination-bullet-active {
	background: #1354FF;
}


.swiper-buttons-long .swiper-pagination span:last-child {
	margin-left: 0 !important;
}


.two-block-section {
	margin-bottom: 50px;
}


.two-block-inner {
	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;
}


.two-block {
	width: 47%;
	position: relative;
}


.two-block img {
	border: 1px solid #B2B2B2;
	width: 100%;
	margin-bottom: 20px;
}


.two-block h2 {
	color: #1453FF;
	margin-bottom: 0;
}


.two-block-section .btn-white a {
	background: url("images/blue-arrow.png") no-repeat 0px 8px;
	color:#1452FF;
	text-decoration: none;
	background-size: 18px;
}



.section-text-left.bg-blue {
	background: #1354FF;
	padding: 57px 0;
}



.section-text-right.bg-black {
	background: #000;
	padding: 57px 0;
}


.section-text-left .side-spacing, 
.section-text-right .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;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.left-block-content, 
.right-block-content {
	width: 47%;
}


.left-block-content h2, 
.right-block-content h2 {
	color: #fff;
	margin: 0;
	font-weight: 400;
}


.left-block-content p, 
.right-block-content p {
	color: #fff;
}


.left-block-content .btn-white a, 
.right-block-content .btn-white a {
	color: #fff;
	text-decoration: none;
}


.right-block-image, 
.left-block-image {
	width: 47%;
}


.right-block-image img, 
.left-block-image img {
	width: 100%;
}








.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;
}



.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 h3 {
	position: relative;
	font-size: 20px;
	color: #D6D6D6;
	font-weight: 500;
	font-family: "Assistant", sans-serif;
	margin: 44px 0 0;
	text-transform: uppercase;
}


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


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


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



.model-slider-section {
	width: calc(100% - 230px);
	margin: 128px auto 75px;
	overflow: hidden;
	background: #E6E6E6;
	padding: 24px 0 38px;
}


.slide-info {
	padding: 0 20px;
}


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


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



#model-main-slider::after {
	content: "";
	display: block;
	width: 115px;
	height: 65%;
	background: #E6E6E6;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 2;
	border-right: 1px solid rgba(255,255,255,0.5);
}


#model-main-slider::before {
	content: "";
	display: block;
	width: 115px;
	height: 65%;
	background: #E6E6E6;
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 2;
	border-left: 1px solid rgba(255,255,255,0.5);
}



.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: 273px;
}


.model-slider-section .list-features {
	width: 54vw;
	position: absolute;
	text-align: left;
	transform: translateX(-25.5%);
	left: 0%;
	top: 60px;
	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;
}


.model-slider-section .item {
	padding: 0 3% 16px;
	width: 19%;
	direction: ltr;
}


.model-slider-section .item strong {
	display: block;
	font-family: "Assistant", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	text-align: left;
}


.model-slider-section .item span {
	display: block;
	font-family: "Assistant", sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}


.model-slider-section .slider-tab {
	width: 84%;
	margin: 30px auto 0;
}



.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/prev-blue-arrow.svg") no-repeat 0 0;
	width: 21px;
	height: 39px;
	background-size: 100%;
	margin: 0;
	top: 25%;
	right: auto;
	left: 60px;
	display: block;
}


#model-main-slider .swiper-button-prev {
	background: url("images/next-blue-arrow.svg") no-repeat 0 0;
	width: 21px;
	height: 39px;
	background-size: 100%;
	margin: 0;
	top: 25%;
	right: 60px;
	left: auto;
	display: block;
}


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


.tab-table table {
	margin: 0 0 60px;
	border: 2px solid #000;
}


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


.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-6 th, 
.tab-table-6 td {
	width: 16.5%;
}


.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 #000;
}


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


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



.model-download-link {
	text-align: center;
	padding: 10px 0 30px;
}


.model-download-link a {
	background: url("images/download-file.svg") no-repeat 0 0;
	width: 78px;
	height: 73px;
	display: inline-block;
	font-size: 0;
	outline: none;
	text-decoration: none;
}


.four-block-section {
	margin-bottom: 149px;
}


.four-block-section .heading-title {
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 25px;
}


.four-block-inner {
	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;
}


.four-block-inner .four-block {
	margin: 0 0 2% 1.4%;
	width: 23.92%;
}


.four-block-inner .four-block:nth-child(4n) {
	margin-left: 0;
}


.four-block-image {
	margin-bottom: 11px;
}


.four-block-image img {
	width: 100%;
}


.four-block h3 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}


.four-block-inner .btn-white a, 
.four-block-mobile .btn-white a {
	background: url("images/black-arrow.png") no-repeat 0px 8px;
	background-size: 18px;
	color: #000;
	text-decoration: none;
}





.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: 120px;
}


.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;
	border: 1px solid #707070;
}





.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: #1354FF 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;
}


.single-block-inner img {
	width: 100%;
}






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 SINGLE===================================*/






/*=================================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: #1354FF;
}


.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: #1354FF;
}


.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 115px;
}


.page-template-default #site-content 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;
	font-family: "Heebo", sans-serif;
}


.page-template-default p {
	margin-bottom: 10px;
}


.page-template-default ul li a, 
.page-template-default p a {
	color: #1354FF;
	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: 100px 115px 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;
	padding: 0px 0px 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: 38%;
	text-align: right;
	border-left: 1px solid #1354FF;
	padding-left: 7%;
	margin-left: 5%;
}


.form-set1 h3 {
	color: #000;
	font-size: 24px;
	line-height: 35px;
	margin: -7px 0 16px;
	font-weight: 400;
}



.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: #fff;
	display: inline-block;
	z-index: 1;
	padding: 1px 6px;
}


.form-field-set input {
	background: transparent;
	border: 0.5px solid #1354FF;
	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: #1354FF 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: 57%;
	padding-top: 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: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.footer-menus .widget_custom_html {
	width: 27%;
	/*padding-left: 11%;*/
	margin: 0;
}


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


#site-footer .footer-menus h2 {
	color: #1354FF;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 2px;
	text-align: right;
	font-weight: 600;
	border-bottom: 1px solid #1354FF;
	padding-bottom: 6px;
}


#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: 17px;
	line-height: normal;
	text-decoration: none;
	font-weight: 400;
}


.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: 28px;
}


.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 #1354FF;
}


#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: #1354FF;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	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: 20px 0px 50px;
		overflow: hidden;
	}
	
	
	
	.form-set1 h3 {
		font-size: 30px;
		line-height: 40px;
		margin: -7px 0 0;
	}


	.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 28px;
		margin: 0;
	}


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


	.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: 40px 20px 10px;
		background: #f5f5f5;
	}


	.footer-menus .widget_custom_html {
		width: 45%;
		padding-left: 0;
		margin: 0 0 34px;
	}


	.floating-menu {
		top: auto;
		bottom: 0;
	}
	
	
	#site-footer .footer-menus h2 {
		margin: 0 0 6px;
	}
		

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


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


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


	.footer-lower-wrapper {
		padding: 11px 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;
	}
	
	
	.samelet-logo-phone .SMLT_Logo img {
		height: 28px;
	}
	
	
}/*=====media close=====*/




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

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

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





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


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

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




@media (min-width:1280px) and (max-width:1500px){
	
		
	#site-footer {
		padding: 100px 100px 50px;
	}	
	
	
}/*=====media close=====*/	
	



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




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




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



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

	.side-spacing-inner {
		padding: 0;
	}		
	
}/*===media close====*/




@media (max-width:767px){


	.desktop-only {
		display: none;
	}


	.mobile-only {
		display: block;
	}
	
	
		
	.home-main-slider {
		margin-bottom: 38px;
	}	
		
	.home-slide-image {
		padding-bottom: calc( 1.67 * 100% );
	}


	.home-slide-caption {
		padding: 0 15px;
	}


	.home-slide-caption h1 {
		line-height: 45px;
		font-size: 36px;
		margin-bottom: 0;
		padding-top: 25px;
	}	


	.home-slide-caption .btn-black a {
		background-color: #1354FF;
		padding: 8px 15px 8px 45px;
		background-position: 13px center;
	}



	.home-slide-logo {
		padding: 0 15px;
		bottom: 30px;
		align-items: flex-end;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
	}
	
	
	.swiper-buttons .swiper-button-prev, 
	.swiper-buttons .swiper-button-next {
		width: 30px;
	}


	.home-slide-logo .small-image {
		width: 122px;
		margin-bottom: 19px;
	}


	.banner-logo {
		width: 105px;
		position: relative;
		top: 0;
	}


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


	.swiper-buttons {
		bottom: 10px;
		padding: 0 28px;
	}
	
	
	.swiper-buttons .swiper-pagination {
		margin: 0 4px;
	}
	
	
	.swiper-buttons .swiper-button-prev, 
	.swiper-buttons .swiper-button-next {
		position: relative;
		margin: 0 0;
		transform: none;
		top: 0;
	}
	
	
	.swiper-buttons .swiper-button-prev::after, 
	.swiper-buttons .swiper-button-next::after {
		font-size: 15px;
		margin-top: 1px;
	}


	.swiper-buttons .swiper-pagination span, 
	.swiper-buttons .swiper-pagination {
		font-size: 16px;
	}


	.mobile_tab_slide {
		margin-bottom: 20px;
	}


	.mobile_tab_slide .swiper-button-disabled {
		display: none;
	}


	#mobile_tab_slide_swiper {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		height: 34px;
	}


	#mobile_tab_slide_swiper .swiper-slide {
		color: #000;
		font-size: 17px;
		line-height: 25px;
		font-weight: 600;
		height: 32px;
		width: auto !important;
		text-align: center;
		border-bottom: 2px solid transparent;
	}


	#mobile_tab_slide_swiper .swiper-slide.swiper-slide-active {
		border-bottom: 2px solid #1453FF;
	}



	#mobile_tab_slide_swiper .swiper-button-next {
		left: 0;
		margin-top: -16px;
	}


	#mobile_tab_slide_swiper .swiper-button-prev {
		right: 0;
		margin-top: -16px;
	}


	#mobile_tab_slide_swiper .swiper-button-prev, 
	#mobile_tab_slide_swiper .swiper-button-next {
		background: #1354FF;
		width: 15px;
		height: 33px;
	}


	#mobile_tab_slide_swiper .swiper-button-prev::after, 
	#mobile_tab_slide_swiper .swiper-button-next::after {
		color: #fff;
		font-size: 10px;
	}


	.home-tab-section .heading-title {
		margin-bottom: 28px;
	}

	
	.tab-content-inner {
		margin-bottom: 30px;
	}


	.tab-content-inner h3 {
		padding: 3px 5px;
	}


	.tab-content-inner ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.tab-content-inner ul li {
		margin: 0 0 9px;
		width: 48%;
	}


	.tab-content-inner .tab-image {
		margin-bottom: 0px;
	}


	.heading-title {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: unset;
		-webkit-justify-content: unset;
		-moz-justify-content: unset;
		-ms-justify-content: unset;
		flex-flow: column;
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
	}


	.slider-inner1 {
		margin-bottom: 57px;
	}


	.slider-inner2, 
	.slider-inner3 {
		padding: 38px 0;
	}


	.slider-inner2 .heading-title {
		margin-bottom: 16px;
	}


	.slider-inner3 .heading-title {
		margin-bottom: 18px;
	}


	.slider-section .heading-title {
		border-bottom: none;
		padding-bottom: 10px;
	}


	.heading-title h2 {
		width: 100%;
	}


	.btn-black {
		width: 100%;
		margin-top: 11px;
	}


	.slider-inner1 .btn-black a {
		background: #1354FF url("images/white-arrow.svg") no-repeat 27px center;
	}


	.btn-black a {
		background: #000 url("images/white-arrow.svg") no-repeat 20px center;
		font-size: 17px;
		padding: 8px 15px 8px 52px;
	}


	.slider-inner2 h3, .slider-inner2 h3 a, 
	.slider-inner3 h3, .slider-inner3  h3a {
		font-size: 22px;
		font-weight: 700;
	}


	.slider-inner2 .swiper-slide-image, 
	.slider-inner3 .swiper-slide-image {
		margin-bottom: 8px;
	}
		
	
	
}/*===media close====*/




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

	.home-slide-caption, 
	.home-slide-logo {
		padding: 0 15px;
	}


	.home-slide-caption h1 {
		padding-top: 70px;
	}


	.home-slide-logo .small-image {
		width: 140px;
	}


	.home-slide-image {
		padding-bottom: calc( 0.7 * 100% );
	}


	.swiper-buttons {
		padding: 0 46px;
	}
	
	
	.tab-block button {
		font-size: 13px;
	}

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




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

	.tab-block button {
		font-size: 16px;
	}	

	.side-spacing-inner {
		padding: 0 70px;
	}	
	
	
	#site-content {
		margin-top: 58px;
	}
	
	
	.home-slide-image {
		padding-bottom: calc( 0.6 * 100% );
	}
	
	
	.home-slide-caption, 
	.home-slide-logo {
		padding: 0 60px;
	}
	
	
	.swiper-buttons {
		padding: 0 105px;
	}
	
	
}/*===media close====*/


@media (min-width:1280px) and (max-width:1500px){
	
	.side-spacing, 
	.side-spacing-inner {
		padding: 0 100px;
	}
	
	
	.home-slide-caption, 
	.home-slide-logo {
		padding: 0 100px;
	}
	
	
	.swiper-buttons {
		padding: 0 145px;
	}
	
	
	
}/*===media close====*/



@media (min-width:1600px){
	
	.home-slide-image {
		padding-bottom: calc( 0.42 * 100% );
	}
	
}/*===media close====*/




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





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



@media (max-width:767px){


	.default-caption {
		top: auto;
		bottom: 30px;
	}


	.default-caption h1 {
		padding-top: 0px;
		line-height: 45px;
		font-size: 36px;
	}


	.default-banner {
		margin-bottom: 48px;
	}


	.about-page h2 {
		line-height: 35px;
		font-size: 24px;
		margin-bottom: 3px;
	}


	.about-page p {
		margin-bottom: 17px;
		font-size: 15px;
		line-height: 18px;
	}


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


	.about-inner-block:first-child {
		border-top: none;
		padding-top: 0;
	}


	.about-inner-block {
		margin-bottom: 30px;
	}


	.about-section2-inner .about-image {
		width: 100%;
		margin-bottom: 14px;
	}


	.about-content h3 {
		font-size: 24px;
		font-weight: 400;
		margin: 0 0 4px;
		line-height: 35px;
	}


	.about-content {
		width: 100%;
	}


	.about-section2-inner {
		margin-bottom: 55px;
	}


	.brand-logo {
		margin-top: 28px;
	}


	.brand-logo ul li {
		padding: 0 5px;
	}


	.brand-logo ul li img {
		width: 100%;
	}


	.brand-logo span {
		font-size: 12px;
		margin-top: 4px;
		padding: 0 5px;
	}


	.about-section3 {
		margin-bottom: 64px;
	}


	.about-section4 {
		margin-bottom: 0;
	}


	.about-section4 .about-section2-inner:last-child {
		margin-bottom: 0;
	}


	.about-video-section {
		padding: 0 15px;
	}


	.about-video-section a::after {
		width: 35px;
		height: 35px;
	}

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




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

	.default-caption h1 {
		padding-top: 70px;
	}	


	.brand-logo ul li {
		padding: 0px 10px;
	}


	.brand-logo span {
		font-size: 20px;
		margin-top: 5px;
	}
	
	
	.about-section2-inner .about-image {
		width: 100%;
		margin-bottom: 10px;
	}


	.about-content {
		width: 100%;
	}	
	
	
}/*===media close====*/



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







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



@media (max-width:767px){


	.single-model-page {
		background: #fff;
	}


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


	.car-video-banner, 
	.car-image-banner {
		margin-bottom: 26px;
	}
	
		
	.home-slide-caption span {
		font-size: 24px;
		line-height: 26px;
		margin-top: 4px;
	}	



	.counter-list-block {
		margin-bottom: 60px;
	}


	.counter-list-block .heading-title {
		display: none;
	}


	.counter-list-block ul li {
		margin: 0 0 26px;
		width: 100%;
		padding-bottom: 30px;
	}


	.counter-list-block small {
		font-size: 70px;
		line-height: 74px;
	}


	.counter-list-block li h2 {
		font-size: 24px;
		margin: 0 0 17px;
		min-height: unset;
	}


	.counter-list-block li p {
		line-height: 35px;
	}


	.single-slider-section .swiper-slide::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3;
		position: absolute;
		top: 0;
		left: 0;
	}


	.single-slider-section {
		margin-bottom: 77px;
	}


	.single-slider-caption {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 0 20px 67px;
		z-index: 2;
	}


	.single-slider-caption .btn-white a {
		color: #fff;
		text-decoration: none;
		font-size: 17px;
		background: #1354FF;
		padding: 8px 29px;
	}


	.single-slider-caption p {
		margin: 0 0 24px;
	}


	.single-slider-caption .btn-white a {
		background: #1354FF;
		padding: 8px 29px;
	}


	.swiper-buttons-long .swiper-pagination span {
		height: 4px;
	}


	.swiper-buttons-long {
		position: absolute;
		bottom: 25px;
		right: 17px;
	}


	.two-block-section {
		margin-bottom: 0;
	}



	.two-block {
		width: 100%;
		position: relative;
		margin-bottom: 53px;
	}


	.two-block h2 {
		margin-bottom: 5px;
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
	}


	.two-block p {
		color: #515151;
		font-size: 17px;
		line-height: 20px;
	}



	.section-text-left.bg-blue, 
	.section-text-right.bg-black {
		padding: 25px 0 35px;
	}


	.right-block-image, 
	.left-block-image {
		width: 100%;
		margin-bottom: 20px;
	}


	.left-block-content, 
	.right-block-content {
		width: 100%;
	}


	.left-block-content h2, 
	.right-block-content h2 {
		margin: 0 0 5px;
		font-size: 30px;
		line-height: 30px;
	}


	.left-block-content p, 
	.right-block-content p {
		font-size: 17px;
		line-height: 20px;
	}


	.right-block-content {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}


	.model-slider-section {
		width: 100%;
		margin-top: 70px;
		padding-top: 60px;
		margin-bottom: 30px;
	}
	
	
	.slide-info {
		padding: 0;
	}
	
	
	.model-slider-section::after {
		content: "";
		display: block;
		width: 14px;
		height: 100%;
		background: #E6E6E6;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	
	
	.model-slider-section::before {
		content: "";
		display: block;
		width: 14px;
		height: 100%;
		background: #E6E6E6;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}


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


	#model-main-slider .swiper-button-prev {
		width: 8px;
		height: 17px;
		top: 8%;
		right: 2px;
		left: auto;
	}
	
	
	#model-main-slider .swiper-button-next {
		width: 8px;
		height: 17px;
		top: 8%;
		left: 2px;
	}


	#model-main-slider::after, 
	#model-main-slider::before {
		width: 15px;
		height: 34%;
		border-color: rgba(0,0,0,0.1);
	}


	#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(29%);
	}


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


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


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


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



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


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


	.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 #000;
		border-right: 2px solid #000;
	}


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


	.tab-table table td {
		font-size: 18px;
		font-weight: 600;
	}


	.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;
		background: #d1d1d1;
	}
	
	
	.model-download-link {
		padding: 28px 0 45px;
	}
	
		
	.tab-table-mobile-3 th, 
	.tab-table-mobile-3 td {
		width: 50% !important;
		font-size: 16px !important;
	}	
	
	
	.tab-table table td img {
		position: relative;
		top: 2px;
	}


	.tab-table-mobile-4 th, 
	.tab-table-mobile-4 td {
		width: 33.3% !important;
		font-size: 11px !important;
	}


	.tab-table-mobile-5 th, .tab-table-mobile-5 td {
		width: 25% !important;
		font-size: 8px !important;
	}


	.tab-table-mobile-5 td {
		font-size: 11px !important;
	}


	.tab-table-mobile-6 th, 
	.tab-table-mobile-6 td {
		font-size: 7px !important;
		width: 20% !important;
	}


	.tab-table-mobile-6 td {
		font-size: 11px !important;
	}
	
	

	.four-block-section {
		margin-bottom: 80px;
	}	
		
		
	.four-block-mobile {
		overflow: hidden;
	}	
		
		
	.four-block-section h2 {
		font-size: 30px;
		line-height: 30px;
	}


	.four-block-section .heading-title {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 28px;
	}	


	.four-block h3 {
		margin: 0;
		font-size: 15px;
		line-height: 20px;
	}


	.four-block-mobile .btn-white a {
		font-size: 15px;
		background-size: 15px;
		background-position: 0 8px;
		padding-left: 20px;
	}
	
	
	
	.bottom-gallery-wrapper {
		margin-bottom: 30px;
	}


	.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;
	}
	
	
	.single-video-block {
		margin-bottom: 0px;
	}
	
	
	.single-block-inner a::after {
		width: 32.5px;
		height: 32.5px;
	}
	
	
	.pp_pic_holder.light_square .pp_close {
		background-size: 10px !important;
	}


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




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


	.counter-list-block small {
		font-size: 70px;
		line-height: 80px;
	}


	.counter-list-block li h2 {
		font-size: 16px;
		line-height: 21px;
		min-height: 43px;
	}


	.counter-list-block li p {
		font-size: 14px;
		line-height: 20px;
	}


	.single-slider-caption {
		top: 30px;
	}


	.two-block h2 {
		font-size: 30px;
	}



	.single-block-inner a::after {
		width: 70px;
		height: 70px;
	}
	
	
	
	.model-slider-section .slide-info h3 {
		font-size: 15px;
	}	


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


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


	#model-main-slider .swiper-button-prev {
		background-size: 20px;
		right: 11px;
		top: 15%;
	}
	
	
	
	#model-main-slider::after, 
	#model-main-slider::before {
		width: 55px;
		height: 55%;
	}


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


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


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


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


	.roll-out-list {
		padding: 0 20px;
	}
	
	
	
	
	.tab-table-mobile-3 th, 
	.tab-table-mobile-3 td {
		width: 50% !important;
		font-size: 16px !important;
	}	
	
	
	.tab-table table td img {
		position: relative;
		top: 2px;
	}


	.tab-table-4 th, 
	.tab-table-4 td {
		width: 33.3% !important;
		font-size: 14px !important;
	}


	.tab-table-5 th, 
	.tab-table-5 td {
		width: 25% !important;
		font-size: 14px !important;
	}


	.tab-table-6 th, 
	.tab-table-6 td {
		font-size: 11px !important;
		width: 20% !important;
	}
	
	
	.four-block h3 {
		font-size: 18px;
	}	


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




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



.counter-list-block li h2 {
	font-size: 19px;
	line-height: 24px;
	min-height: 50px;
}


.counter-list-block li p {
	font-size: 17px;
	line-height: 22px;
}



#model-main-slider::after, 
#model-main-slider::before {
	width: 80px;
	height: 55%;
}


.model-slider-section .slide-info h3 {
	margin: 20px 0 0;
}


#model-main-slider .swiper-button-prev {
	top: 15%;
	right: 30px;
}


#model-main-slider .swiper-button-next {
	top: 15%;
	left: 30px;
}


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



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

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


	.model-slider-section .item span {
		font-size: 14px;
		line-height: 17px;
	}
	
	
	
	
	.tab-table-mobile-3 th, 
	.tab-table-mobile-3 td {
		width: 50% !important;
		font-size: 16px !important;
	}	
	
	
	.tab-table table td img {
		position: relative;
		top: 2px;
	}


	.tab-table-4 th, 
	.tab-table-4 td {
		width: 25% !important;
		font-size: 14px !important;
	}


	.tab-table-5 th, 
	.tab-table-5 td {
		width: 20% !important;
		font-size: 14px !important;
	}


	.tab-table-6 th, 
	.tab-table-6 td {
		font-size: 11px !important;
		width: 20% !important;
	}
	
	
	
	.single-block-inner a::after {
		width: 80px;
		height: 80px;
	}
	


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



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


	.counter-list-block li h2 {
		font-size: 23px;
		line-height: 30px;
		min-height: 61px;
	}

	.counter-list-block li p {
		font-size: 21px;
		line-height: 24px;
	}


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


	#model-main-slider .swiper-button-prev, 
	#model-main-slider .swiper-button-prev {
		top: 20%;
	}


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


	.tab-table-mobile-3 th, 
	.tab-table-mobile-3 td {
		width: 50% !important;
		font-size: 16px !important;
	}	
	
	
	.tab-table table td img {
		position: relative;
		top: 2px;
	}


	.tab-table-4 th, 
	.tab-table-4 td {
		width: 25% !important;
		font-size: 18px !important;
	}


	.tab-table-5 th, 
	.tab-table-5 td {
		width: 20% !important;
		font-size: 16px !important;
	}


	.tab-table-6 th, 
	.tab-table-6 td {
		font-size: 14px !important;
		width: 20% !important;
	}
	
	
	#model-main-slider::after, 
	#model-main-slider::before {
		height: 60%;
	}


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




@media (min-width:1500px){
	

	.tab-table-mobile-3 th, 
	.tab-table-mobile-3 td {
		width: 50% !important;
	}	


	.tab-table-4 th, 
	.tab-table-4 td {
		width: 25% !important;
	}


	.tab-table-5 th, 
	.tab-table-5 td {
		width: 20% !important;
	}


	.tab-table-6 th, 
	.tab-table-6 td {
		width: 20% !important;
	}
	
	
}/*=====media close=====*/



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






/*=================================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: 50px;
	}


	.page-template-default h2 {
		font-size: 36px;
		line-height: 45px;
	}


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



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


	.page-template-default h5 {
		font-size: 20px;
		line-height: 30px;
	}


	.page-template-default p, 
	.page-template-default li, 
	.page-template-default div {
		font-size: 17px;
	}
	
	
	.single .pagination-single-inner {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}



	body.single .next-post .title {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}

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



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



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



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



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




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



.contact-page {
	background: #E6E6E6;
	padding: 95px 0;
}


.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;
}


.contact-form {
	width: 30%;
	text-align: right;
}


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


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


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


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


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


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


.contact-image {
	width: 56%;
}




@media (max-width:767px){
	

	.contact-page {
		padding: 45px 0 0;
		background: #fff;
	}
	
	
	.contact-form .form-set1 h3 {
		margin: 0 0 0;
		line-height: 35px;
	}
	

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


	.contact-form {
		width: 100%;
		text-align: right;
	}


	.contact-form .form-field-set .input-field {
		margin-bottom: 0;
	}
	
	
	.contact-form .input-field.input-submit input {
		text-align: center;
	}


	.contact-form .form-field-set label {
		background: #fff;
	}	
	
	
	.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%;
	}  
	
}/*=====media close=====*/	



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

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



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