/*
    Theme Name: Day
    Theme URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/


/* ==== Google font ==== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
/*@import url('font-awesome.css');*/

/* ==== overwrite bootstrap standard ==== */

/*@import url('animate.css');*/
@font-face {
	font-family: 'poppinsbold';
	src: url('../fonts/poppins-new/Poppins-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinslight';
	src: url('../fonts/poppins-new/Poppins-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsmedium';
	src: url('../fonts/poppins-new/Poppins-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-new/Poppins-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinssemibold';
	src: url('../fonts/poppins-new/Poppins-SemiBold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mark';
	src: url('fonts/Mark-Medium.eot');
	src: url('fonts/Mark-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Mark-Medium.woff2') format('woff2'), url('fonts/Mark-Medium.woff') format('woff'), url('fonts/Mark-Medium.ttf') format('truetype'), url('fonts/Mark-Medium.svg#Mark-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Mark';
	src: url('fonts/Mark-Regular.eot');
	src: url('fonts/Mark-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Mark-Regular.woff2') format('woff2'), url('fonts/Mark-Regular.woff') format('woff'), url('fonts/Mark-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'poppinslight', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	color: #fff;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
}

.nav-menu a, .mobile-nav-toggle i { color: black !important }

label {
	color: #8c8c8c;
}

.nopadding {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272727;
	line-height: 1.1em;
}

p {
	color: #aaa;
	font-size: 13px;
}

a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	outline: none;
	color: #272727;
}

a:hover {
	text-decoration: none;
	color: #aaa;
}

.btn {
	border-radius: 0;
	margin-top: 10px;
	background-color: #65AAF0;
	text-transform: uppercase;
	border-color: #fff;
	font-size: 14px;
}

.btn:hover {
	background-color: #fff;
	border-color: #f2f2f2;
	color: #272727;
}

.btn-default {
	color: #fff;
}

.content-left {
	text-align: left;
}

.zing-tex {
	position: absolute;
	top: -15px;
	left: 40px;
}



/*===========================
  Menu and Navigation
============================ */

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand h1 {
	margin-top: 9px;
	padding-top: 5px;
	float: left;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

@media (max-width: 767px) {
	.navbar-brand {
		padding: 0 0 0 15px;
	}
}

.menu {
	font-size: 14px;
	float: right;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "robotomedium";
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

.menu ul.nav-tabs li {
	color: #fff;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs>li>a {
	border-radius: 0;
	color: #fff;
	padding: 30px 25px;
}

.nav-tabs>li>a:hover {
	color: #272727;
	background: #fff;
}

.nav-tabs>li a.active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color: #fff;
}

.navbar-default {
	background-color: #65AAF0;
	border-color: #65AAF0;
}


/*===========================
  slider
============================ */

.slider {
	position: relative;
	margin-top: 83px;
}

.slider img {
	width: 100%;
}

#carousel-slider {
	position: relative;
	margin-top: 30px;
}

#carousel-slider.home {
	margin-top: 70px;
}

#carousel-slider .carousel-indicators {
	bottom: -40px;
}

#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #65AAF0;
	background: #f3352f;
	color: #fff;
}

#carousel-slider a i:hover {
	background: #f3352f;
	color: #fff;
	border: 1px solid #f3352f;
}

#carousel-slider .carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left i {
	left: 50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(65% - 80px);
	font-size: 40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption h2 {
	font-family: 'poppinsbold', sans-serif;
	font-size: 60px;
	font-weight: 300;
	color: #fff;
}

.carousel-caption h2 span {
	font-family: 'poppinsbold', sans-serif;
	font-size: 60px;
	color: #fff;
}

.carousel-caption p {
	font-family: 'poppinsmedium', sans-serif;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
	padding: 10px;
	background: #65AAF0;
}

@media (max-width: 767px) {
	.carousel-caption {
		font-size: 18px;
	}
	.carousel-caption h2,
	.carousel-caption h2 span,
	.carousel-caption p {
		font-size: 18px;
	}
}

.carousel-inner .form-inline .form-group button[type="livedemo"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #65AAF0;
	color: #fff;
	border-radius: 0;
	border-color: #fff;
	text-transform: uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color: #272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"] {
	padding: 20px 60px;
	font-size: 20px;
	background: #fff;
	color: #272727;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color: #fff;
	border-color: #fff;
	background: #65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.form-inline {
	margin-top: 50px;
}


/*===========================
  about
============================ */

.about {
	padding: 80px 0 80px 0;
	background: #fff;
}

.about .text-center h2 {
	text-transform: uppercase;
	font-weight: 550;
	font-size: 24px;
}

.about .text-center p {
	margin-top: 20px;
}

.btn-gamp a {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;
	border: 2px solid #272727;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
}

.btn-gamp a:hover {
	opacity: 0.8;
	transition: all 0.5s;
}

.gamp-btn a {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: #272727;
	color: #ffffff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}



.view-al:hover{
    text-decoration: none;
}

.hs {
  display: -webkit-box;
  display: flex;
  overflow-x: hidden;
  -webkit-box-pack: justify;
          justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
}
.hs__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}
.hs__headline {
  -webkit-box-flex: 1;
    flex: 1;
   font-size: 24px;
    text-align: left;
    color: #000;
    font-family: 'Mark';
    font-weight: 600;
    padding-left: 38px;
}

.hs__headline:after{
    content: '';
    display: inline-block;
    width: 49%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 2px solid #dcdcdc;
    position: relative;
    top: -4px;
    left: 24px;
}

.hs__headline-2:after{
    content: '';
    display: inline-block;
    width: 25% !important;
    height: 100%;
    margin-right: -100%;
    border-bottom: 2px solid #dcdcdc;
    position: relative;
    top: -4px;
    left: 24px;
}

.hs__arrows {
  align-self: center;
}
/*.hs__arrows .arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  -webkit-filter: brightness(5);
          filter: brightness(5);
  width: 18px;
  height: 12px;
  cursor: pointer;
}*/
.hs__arrows .arrow.disabled:before {
  -webkit-filter: brightness(2);
          filter: brightness(2);
          
}
.hs__arrows .arrow.arrow-prev:before {
  webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 10px;
    content: "";
    width: 32px;
    height: 34px;
    background: url(../img/left-arrow-1.png);
    background-color: transparent;
    top: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.hs__arrows .arrow.arrow-next:before {
  webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 10px;
    content: "";
    width: 32px;
    height: 34px;
    background: url(../img/right-arrow.png);
    background-color: transparent;
    top: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.hs__arrows .arrow {
     width: 32px;
    height: 34px;
    top: 10px;
    right: 5px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.hs__arrows .arrow:hover{
    background-color: #e71c22;
}

.hs__arrows .arrow:hover.arrow-next:before{
    webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 10px;
    content: "";
    width: 32px;
    height: 34px;
    background: url(../img/right-arrow-white.png);
    background-color: transparent;
    top: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.hs__arrows .arrow:hover.arrow-prev:before {
  webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 10px;
    content: "";
    width: 32px;
    height: 34px;
    background: url(../img/left-arrow-1-white.png);
    background-color: transparent;
    top: 0px;
    right: 0px;
    position: relative;
    display: inline-block;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.hs__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% / 3 - (10px * 2) - (20px / 4));
  margin: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 990px) {
  .hs__item {
    flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: calc(10px * 2 * -1);
}
.hs__item:first-child {
  margin-left: calc(10px * 2);
}
.hs__item__description {
  z-index: 1;
    align-self: flex-start;
    margin: 10px 0;
    width: 100%;

}

.hs__item__title {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #e21b1f;
    font-family: 'Mark';
    font-weight: 600;
    margin: 4px 0 8px 0;
}

.hs__item__subtitle {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: 'Mark';
    font-weight: 500;
}
.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  text-align: center;
}

.content-2 .hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 126%;
  text-align: center;
}

.inv-battery-2 .hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  text-align: center;
}

.content-3 .hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 126%;
  text-align: center;
}

.bg-circle {
    width: 188px;
    height: 188px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    top: 14px;
}

.bg-circle:hover{
    background-color: #e71c22;
}


.bg-circle-2 {
    width: 188px;
    height: 188px;
    background-color: #fff;
    border: 0px solid #c5c5c5;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    top: 14px;
}

.bg-circle-2:hover{
    background-color: #e71c22;
}

.bg-circle-3 {
    width: 188px;
    height: 188px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    top: 14px;
}

.bg-circle-3:hover{
    background-color: #e71c22;
}



.lg-inv-1 {
    top: 26px;
}

.lg-bat-2 {
    top: 12px;
}

.lg-inv-2 {
    top: 27px;
    left: -16px;
}

.lg-inv-3 {
    top: 27px;
    left: -6px;
}




.hs__item__image {
  pointer-events: none;
  position: relative;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.inv-1 {
    top: 42px;
}

.inv-2 {
    top: 20px;
}

@media only screen and (min-width: 990px) {
  .hs__wrapper {
    overflow: hidden;
  }
}
@media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: block;
  }
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(23% - 10px * 2);
  }
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(45% - 10px * 2);
  }
}






.innerpage-description {
	padding: 90px 0 95px 0;
	background: #f4f6f9;
}

.innerpage-video-gallery {
	padding: 35px 0 35px 0;
	background: #fff;
}

.innerpage-video-gallery h1.page-heading {
    font-family: 'poppinsbold', sans-serif;
    font-size: 35px;
    line-height: 40px;
    padding: 15px 0;
    margin: 0;
}

.innerpage-description h4.page-heading {
	font-family: 'poppinsbold', sans-serif;
	font-size: 35px;
	line-height: 40px;
	padding: 15px 0;
	margin: 0;
}

.innerpage-description h1.page-heading {
	font-family: 'poppinsbold', sans-serif;
	font-size: 35px;
	line-height: 40px;
	padding: 15px 0;
	margin: 0;
}

.innerpage-description h2.page-heading-2 {
	font-family: 'poppinsbold', sans-serif;
	font-size: 35px;
	line-height: 40px;
	padding: 15px 0;
	margin: 0;
	color: #272727;
}

.innerpage-description .text-center {
	padding: 0 40px;
}

.content {
	color: #595859;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
}


	
	 
	






.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
	float: left;
}

.col-xs-5th-5 {
	float: left;
	width: 100%;
}

.col-xs-5th-4 {
	width: 80%;
}

.col-xs-5th-3 {
	width: 60%;
}

.col-xs-5th-2 {
	width: 40%;
}

.col-xs-5th-1 {
	width: 20%;
}

.col-xs-5th-pull-5 {
	right: 100%;
}

.col-xs-5th-pull-4 {
	right: 80%;
}

.col-xs-5th-pull-3 {
	right: 60%;
}

.col-xs-5th-pull-2 {
	right: 40%;
}

.col-xs-5th-pull-1 {
	right: 20%;
}

.col-xs-5th-pull-0 {
	right: auto;
}

.col-xs-5th-push-5 {
	left: 100%;
}

.col-xs-5th-push-4 {
	left: 80%;
}

.col-xs-5th-push-3 {
	left: 60%;
}

.col-xs-5th-push-2 {
	left: 40%;
}

.col-xs-5th-push-1 {
	left: 20%;
}

.col-xs-5th-push-0 {
	left: auto;
}

.col-xs-5th-offset-5 {
	margin-left: 100%;
}

.col-xs-5th-offset-4 {
	margin-left: 80%;
}

.col-xs-5th-offset-3 {
	margin-left: 60%;
}

.col-xs-5th-offset-2 {
	margin-left: 40%;
}

.col-xs-5th-offset-1 {
	margin-left: 20%;
}

.col-xs-5th-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-5th-1,
	.col-sm-5th-2,
	.col-sm-5th-3,
	.col-sm-5th-4 {
		float: left;
	}
	.col-sm-5th-5 {
		float: left;
		width: 100%;
	}
	.col-sm-5th-4 {
		width: 80%;
	}
	.col-sm-5th-3 {
		width: 60%;
	}
	.col-sm-5th-2 {
		width: 40%;
	}
	.col-sm-5th-1 {
		width: 20%;
	}
	.col-sm-5th-pull-5 {
		right: 100%;
	}
	.col-sm-5th-pull-4 {
		right: 80%;
	}
	.col-sm-5th-pull-3 {
		right: 60%;
	}
	.col-sm-5th-pull-2 {
		right: 40%;
	}
	.col-sm-5th-pull-1 {
		right: 20%;
	}
	.col-sm-5th-pull-0 {
		right: auto;
	}
	.col-sm-5th-push-5 {
		left: 100%;
	}
	.col-sm-5th-push-4 {
		left: 80%;
	}
	.col-sm-5th-push-3 {
		left: 60%;
	}
	.col-sm-5th-push-2 {
		left: 40%;
	}
	.col-sm-5th-push-1 {
		left: 20%;
	}
	.col-sm-5th-push-0 {
		left: auto;
	}
	.col-sm-5th-offset-5 {
		margin-left: 100%;
	}
	.col-sm-5th-offset-4 {
		margin-left: 80%;
	}
	.col-sm-5th-offset-3 {
		margin-left: 60%;
	}
	.col-sm-5th-offset-2 {
		margin-left: 40%;
	}
	.col-sm-5th-offset-1 {
		margin-left: 20%;
	}
	.col-sm-5th-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-5th-1,
	.col-md-5th-2,
	.col-md-5th-3,
	.col-md-5th-4 {
		float: left;
	}
	.col-md-5th-5 {
		float: left;
		width: 100%;
	}
	.col-md-5th-4 {
		width: 80%;
	}
	.col-md-5th-3 {
		width: 60%;
	}
	.col-md-5th-2 {
		width: 40%;
	}
	.col-md-5th-1 {
		width: 20%;
	}
	.col-md-5th-pull-5 {
		right: 100%;
	}
	.col-md-5th-pull-4 {
		right: 80%;
	}
	.col-md-5th-pull-3 {
		right: 60%;
	}
	.col-md-5th-pull-2 {
		right: 40%;
	}
	.col-md-5th-pull-1 {
		right: 20%;
	}
	.col-md-5th-pull-0 {
		right: auto;
	}
	.col-md-5th-push-5 {
		left: 100%;
	}
	.col-md-5th-push-4 {
		left: 80%;
	}
	.col-md-5th-push-3 {
		left: 60%;
	}
	.col-md-5th-push-2 {
		left: 40%;
	}
	.col-md-5th-push-1 {
		left: 20%;
	}
	.col-md-5th-push-0 {
		left: auto;
	}
	.col-md-5th-offset-5 {
		margin-left: 100%;
	}
	.col-md-5th-offset-4 {
		margin-left: 80%;
	}
	.col-md-5th-offset-3 {
		margin-left: 60%;
	}
	.col-md-5th-offset-2 {
		margin-left: 40%;
	}
	.col-md-5th-offset-1 {
		margin-left: 20%;
	}
	.col-md-5th-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5th-1,
	.col-lg-5th-2,
	.col-lg-5th-3,
	.col-lg-5th-4 {
		float: left;
	}
	.col-lg-5th-5 {
		float: left;
		width: 100%;
	}
	.col-lg-5th-4 {
		width: 80%;
	}
	.col-lg-5th-3 {
		width: 60%;
	}
	.col-lg-5th-2 {
		width: 40%;
	}
	.col-lg-5th-1 {
		width: 20%;
	}
	.col-lg-5th-pull-5 {
		right: 100%;
	}
	.col-lg-5th-pull-4 {
		right: 80%;
	}
	.col-lg-5th-pull-3 {
		right: 60%;
	}
	.col-lg-5th-pull-2 {
		right: 40%;
	}
	.col-lg-5th-pull-1 {
		right: 20%;
	}
	.col-lg-5th-pull-0 {
		right: auto;
	}
	.col-lg-5th-push-5 {
		left: 100%;
	}
	.col-lg-5th-push-4 {
		left: 80%;
	}
	.col-lg-5th-push-3 {
		left: 60%;
	}
	.col-lg-5th-push-2 {
		left: 40%;
	}
	.col-lg-5th-push-1 {
		left: 20%;
	}
	.col-lg-5th-push-0 {
		left: auto;
	}
	.col-lg-5th-offset-5 {
		margin-left: 100%;
	}
	.col-lg-5th-offset-4 {
		margin-left: 80%;
	}
	.col-lg-5th-offset-3 {
		margin-left: 60%;
	}
	.col-lg-5th-offset-2 {
		margin-left: 40%;
	}
	.col-lg-5th-offset-1 {
		margin-left: 20%;
	}
	.col-lg-5th-offset-0 {
		margin-left: 0%;
	}
}








/***/


/**/



@media only screen and (min-width: 320px) and (max-width: 380px) {
	
}

@media only screen and (min-width: 381px) and (max-width: 450px) {
	
}

@media only screen and (min-width: 451px) and (max-width: 624px) {
	
}

@media only screen and (min-width: 625px) and (max-width: 768px) {


.content-1 {
    width: 100%;
    padding: 0px 15px;
}

.hs{
   overflow-x: scroll;
}
.new-cat-page-title {
    font-size: 18px;
}

.new-cat-bx h2 {
    font-size: 16px;
}

.section-1 {
    position: relative;
    height: auto;
    width: 100%;
    background: #f00;
    display: flex;
    background-image: url(../img/rt-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    flex-direction: column-reverse;
}

.hs__item__title {
    font-size: 16px;
}

.content-1 .hs__item__description {
    margin-top: 30px;
}

.hs__arrows .arrow.arrow-next:before {
        background-size: 15px;
}

.hs__arrows .arrow.arrow-prev:before {
    background-size: 15px;
}

.hs__arrows .arrow:hover.arrow-next:before{
    background-size: 15px;
}

.hs__arrows .arrow:hover.arrow-prev:before {
    background-size: 15px;
}

.section-2 {
    height: auto;
    flex-direction: column-reverse;
    background-position: top;
    background-size: contain;
}


.content-2 .hs__item__description {
    margin-top: 66px;
}

.image-box-2:before {
    display: none;
}


.content-2 {
    width: 100%;
    padding: 0px 15px 0 15px;
}


.section-3 {
    height: auto;
    flex-direction: column-reverse;
    background-position: top;
    background-size: contain;
}

.content-3 {
    width: 100%;
    padding: 0px 15px 0 15px;
}


.car-suv {
    position: relative;
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
    background-position: top;
    background-size: 100%;
}

.car-suv-image-box-1:before {
    display: none;
}

.section-bus-truck {
    position: relative;
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
    background-position: top;
    background-size: 100%;
}

.content-bus-truk {
    width: 100%;
    height: auto;
    padding: 0px 15px 0 15px;
}

.image-box-bus-truck:before {
    display: none;
}

.section-two-weel {
    position: relative;
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
    background-position: top;
    background-size: 100%;
}

.content-two-weel {
    width: 100%;
    height: auto;
    padding: 0px 30px;
}

.image-box-two-weel:before {
    display: none;
}

.car-suv-content-1 {
    width: 100%;
    height: auto;
    padding: 0px 30px;
}

.section-three-weel {
    position: relative;
    height: auto;
    width: 100%;
    flex-direction: column-reverse;
    background-position: top;
    background-size: 100%;
}

.image-box-three-weel:before {
    display: none;
}

.content-three-weel {
    width: 100%;
    height: auto;
    padding: 0px 15px 0 15px; 
}

.content-three-weel .hs__item__image__wrapper {
    padding-bottom: 130%;
}




	
	.innerpage-slider .tnc-slide1 {
		height: 160px;
		margin-top: 40px;
		background-size: contain;
	}


/**** New Dealer of the page start ****/



/*===homepage blog css*/







/*=== end of homepage blog css*/

@media only screen and (max-width: 767px) {
	
	.innerpage-description.dealer-locator .card-inner-big-box .heading-dl-big-box {
		font-size: 20px;
	}
	.innerpage-description.dealer-locator .card-inner-big-box p {
		padding-left: 0;
	}
	
}

@media only screen and (max-width: 600px) {
	
}

@media only screen and (max-width: 1024px) {
	
	
	
}

@media only screen and (max-width: 320px) {
	
}

@media only screen and (max-width: 375px) {
	
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 360px) {
	
}

@media only screen and (max-width: 384px) {
	
}

.desktop-only {
	display: block !important;
}

.mobile-only {
	display: none !important;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: -20px;
    top: 0;
    background: #fff !important;
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: block !important;
	}
	.navbar-nav .open .dropdown-menu {
		max-height: 400px;
		overflow: scroll;
	}
	.navbar-nav-b .open .dropdown-menu-b {
		max-height: 400px;
		overflow: scroll;
	}
	.wpcs-slide-out-div {
		max-width: 400px;
		max-height: 480px;
		height: 480px;
		top: 0;
	}
	#wpsc_handle_img {
		display: block;
		right: 45px;
	}
	#wpcs_handle {
		display: none;
	}
	#orangeForm-modal-form .modal-content {
		width: 75%;
		float: none;
		left: unset;
		right: 20px;
		margin: 0 auto;
	}
	#orangeForm-modal-form .modal-body {
		position: relative;
		padding: 10px 5px;
	}
	#orangeForm-modal-form .form-section {
		height: 500px;
		width: 100%;
	}
	.innerpage-description {
		position: relative;
	}
}

@media only screen and (min-width: 501px) and (max-width: 624px) {
    
 
    
    
    
.bettry-category {
    height: auto;
    padding-top: 26px;
    padding-bottom: 33px;
}

.content-1 {
    width: 100%;
    padding: 0px 15px;
}

.hs{
   overflow-x: scroll;
}
.new-cat-page-title {
    font-size: 18px;
}

.new-cat-bx h2 {
    font-size: 16px;
}

.section-1 {
    position: relative;
    height: auto;
    width: 100%;
    background: #f00;
    display: flex;
    background-image: url(../img/rt-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    flex-direction: column-reverse;
}

.hs__item__title {
    font-size: 16px;
}

.content-1 .hs__item__description {
    margin-top: 30px;
}

.hs__arrows .arrow.arrow-next:before {
        background-size: 15px;
}

.hs__arrows .arrow.arrow-prev:before {
    background-size: 15px;
}

.hs__arrows .arrow:hover.arrow-next:before{
    background-size: 15px;
}

.hs__arrows .arrow:hover.arrow-prev:before {
    background-size: 15px;
}

.section-2 {
    height: auto;
    flex-direction: column-reverse;
    background-position: top;
    background-size: contain;
}



.content-2 .hs__item__description {
    margin-top: 66px;
}

.image-box-2:before {
    display: none;
}


.content-2 {
    width: 100%;
    padding: 0px 15px 0 15px;
}










.hs__headline {
    font-size: 18px;
    padding-left: 0px;
}

.hs__headline:after {
    display: none;
}

  

}








