/*
    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/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/


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

body {
	font-family:'poppinslight', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

.nopadding{
padding:0;	
}

hi,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.1em;
}

p {
	color:#2f2f2f;
	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;	
}
	
/*===========================
  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:-120px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#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:#65AAF0;
	color:#fff;
}

#carousel-slider a i:hover {
	background:#65AAF0;
	color:#fff;
	border: 1px solid #65AAF0;
}

#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;
}
.gamp-btn a:hover {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}

.center span {
	color:#E8CE0E;
}

#about-us {
	margin-bottom:50px;
}

#about-us .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;
}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
   color: #FFFFFF;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}

.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.team .text-center p {
	margin-bottom:50px;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}

.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}

.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/*===========================
  services
============================ */

.services {
	padding:80px 0 80px 0;
}

.services .text-center h2 {
	font-weight:300;
	text-transform:uppercase;
	text-shadow:none;
	margin-bottom:50px;
	font-size:24px;
}

.services i {
	margin-top:20px;
	margin-bottom:10px;
	font-size:50px;
	color:#ddd;
}

.services h3 {
	margin-bottom:20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
 }

/*===========================
  gallery
============================ */

.gallery {
	padding:50px;
}

.gallery .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.gallery figure {
	position: relative;	
	margin-top:30px;
	margin-bottom:30px;
	background: #272727;
	text-align: center;
	cursor: pointer;
}

.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h4,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	color:#fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h4 {
	top: 30px;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h4::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.action {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #f2f2f2;
  position: relative;
}
.action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.action .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.action .left-text p {
  padding-top: 20px;
}
.action .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}
.action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.jpg);
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-20px;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
    height: 400px;
}

.contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:30px;
}

.contact-page h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.contact-page p {	
	margin-bottom:30px;
}

.contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
  border-radius:0;
}

textarea#message{
   resize: none;
   padding: 10px;
   border-radius:0;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*===========================
  Footer
============================ */
footer {
	padding:50px;
	background:#65AAF0;
}

footer p {
	color:#fff;
}

footer h4 {
	margin-bottom:30px;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:550;
	color:#272727;
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right:170px;
	margin-top:20px;
	background:#272727;
	border: 1px solid #fff;
	border-radius:0px;
}

footer .btn-gamp a:hover {
	background:#fff;
	color:#272727;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;	
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius:0px;
	border: 1px solid #fff;
}

.contact-info {
	color:#fff;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	margin-bottom:20px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
   border-radius:0px;
}

.sidebar-gallery li a {
  display: inline-block;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-footer  {
	background:#272727;
	padding:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 50px;	
	font-size:25px;	
	margin-left:-10px;
}

ul.social-network li a {
	color:#d0d0d0;	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.copyright {
	margin-top:30px;
    text-align: right;
}

.copyright a {
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
} 

.caption-home-banner{
	padding: 20px 0;
    background: rgba(0,0,0,0.6);
}
.carousel-caption h2 {
    margin: 0;
}

.carousel-caption p {
    font-size: 18px;
    margin: 0;
    color: #fff;
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.navbar-brand {
    height: 80px;
    padding: 0;
}

.navbar-brand img{
    height: 80px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.nav-tabs > li a.active {
    color: #fff;
    background-color: #f3352f;
    border: 1px solid #fff;
    border-bottom-color: #fff;
}

.nav-tabs > li > a {
    color: #000000;
}
.nav-tabs > li > a:hover {
    color: #ffffff;
    background: #f9342d;
}
.carousel-control{
	opacity: 1;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
    filter: none;
    background-repeat: unset;
}	
#about-slider .carousel-control.left{
	height: 100%;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
}


#about-slider .carousel-control.right {
	position: absolute;
    right: 0;
    left: auto;
    height: 100%;
}	

footer {
    padding: 50px;
    background: #252323;
}

footer .contact-info ul>b a{
    color: #e2e2e2;
}

footer .contact-info h4{
    color: #e2e2e2;
    font-family:inherit !important;
}


footer .contact-info ul a{
    color: #c7c6c6;
    vertical-align: middle;
}


.sub-footer {
    background: #131212;
    padding: 0;
}

.copyright {
    margin: 20px 0;
    text-align: left;
}

.home-slider {
    padding: 80px 0 80px 0;
    background: #f4f6f9;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}

.carousel-sub-heading {
    background-image: url(../img/carousel-sub-heading.png);
    width: 289px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 17px;
}

.home-slider .carousel-heading {
   font-family: 'poppinsbold',sans-serif;
    font-size: 32px;
    line-height: 40px;
    padding: 15px 0;
    margin: 0;
}

.home-slider .left-text p{
	color: #595859;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
}

.home-slider .carousel-control.left{
	position: absolute;
    top: calc(75% - 45px);
    left: 10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}

.home-slider .carousel-control.right{
	position: absolute;
    top: calc(75% - 45px);
    left: 60px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
}


.home-youtube-video {
    margin-top: -200px;
    padding: 80px 0;
    height: 945px;
    background-image: url(../img/home-youtube-bg.png);
    background-color:#f4f6f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div#movie-area {
	background: #000;
    margin: 95px 65px;
    border: 10px solid #e21b1f;
}



@media (max-width: 767px) {
	.home-youtube-video {
		margin-top: -20px;
		padding: 30px 0;
		height: 350px;
	}
	
	div#movie-area {
		margin: 40px 35px;
	}
	.sh-titlebar-height-medium {
    padding: 25px 0 !important;
}
}


.home-youtube-video .video-title {
    font-family: "poppinsbold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    /*-webkit-text-stroke: 1px black;*/
    margin-top: -50px;
}


.home-dealer-section {
    padding: 80px 0;
    background-color:#f4f6f8;	
}

.home-dealer-section .home-dealer-section-inner {
    background: #ffffff;
    margin: 0 60px;
    padding: 15px;
    margin-bottom: 60px;
}

.home-dealer-section-inner-left {
    background: #252323;
    padding: 35px 55px;
}


.home-dealer-section-inner-left p {
    color: #eae9e9;    
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    margin: 20px 0;
}

.home-dealer-section-inner-right {
    padding: 35px 45px;
}

.home-dealer-section-inner-right p{
    color: #211f1f;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin: 20px 0;
}

.vehicle-type-container {
    border: 5px solid #ffffff;
    margin: 0 15px;
    padding: 5px 0;
}

.vehicle-img {
	background: #fff;
    height: 131px;
    width: 135px;
    margin: 5px;
}

.vehicle-img.first-child{
    margin-left: 10px;
}

.vehicle-img img{
	margin: 15px auto;
}


.vehicle-img h4 {
	text-align:center;
}

.vehicle-img h4 a {
    font-size: 14px;
    font-weight: 600;
    font-family: "poppinsbold", sans-serif;	
}

.dealer-locator-form {
    margin: 70px 0;
}
.dealer-locator-form select{
    border: 2px solid #222222 !important;
    border-radius: 40px !important;
    width: 358px;
    height: 75px;
    padding: 20px 25px !important;
    font-size: 24px;
    font-family: "poppinsbold", sans-serif;
    color: #222222;
}


.home-news-section {
    padding: 80px 0;
    padding-bottom: 15px;
    background-color:#ffffff;	
}


div.section-skewed .skewed-mask {
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 6%;
    z-index: 1;
    pointer-events: none;
}
div.section-skewed .skewed-mask .mask-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.home-news-section .home-news-section-inner {
    background: #f4f6f8;
    margin: 0 60px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.home-news-section-inner-left {
	    padding: 35px 30px;
}

.home-news-section-inner-left .carousel-heading{
    font-size: 36px;
    font-family: "poppinsbold", sans-serif;
    color: #222222;
    margin: 20px 0;
}

.home-news-section-inner-left p.date, .home-news-section-inner-right p.date {
    color: #757576;
    font-size: 14px;
    font-family: "poppinslight",sans-serif;
    font-style: italic;
    font-weight: 600;
    margin: 25px 0;
}

.home-news-section-inner-left p.content {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin: 20px 0;
}

.home-news-section-inner-left p.readbtn {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin: 20px 0;
}

.home-news-section-inner-right {
    background: #252323;
    padding: 35px 0;
    padding-left: 70px;
    padding-right: 140px;
}

.home-news-section-inner-right .carousel-heading {
    font-size: 36px;
    font-family: "poppinsbold", sans-serif;
    color: #ffffff;
    margin: 20px 0;
}

.home-news-section-inner-right p.content {
    color: #c2c2c2;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin: 20px 0;
    word-spacing: 5px;
}

.home-news-section-inner-right p.readbtn {
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: justify;
    margin: 20px 0;
}

.home-news-section-inner-right hr{
    margin: 25px 0;
    border: 0;
    border-top: 1px solid #514f4f;
}

.contact-info ul li {
    padding: 8px 0;
}


.contact-info ul li span.bullet {
color: #c7c6c6;
    font-size: 15px;
    vertical-align: middle;
    margin: 0 5px 0 -5px;
}

ul.social-network li {
    display: inline;
    margin: 0 30px;
    font-size: 25px;
    margin-left: -10px;
}

footer p.hashtag {
    font-family: "poppinsmedium", sans-serif;
    font-size: 15px;
    font-style: italic;
}


.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}


.innerpage-slider {
    position: relative;
    margin-top: -50px;
}

.innerpage-slider img.mainimg{
	width:100%;
}

.innerpage-slider .slide1{
	background-image:url('../img/automotive-batteries.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 500px;
}

.innerpage-slider .carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(55% - 100px);
    font-size: 40px;
    left: 5%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}
.custom-breadcrumb {
    padding: 25px 0;
    background: #f4f6f9;
}


.custom-breadcrumb ul{
display: inline;
    list-style: none;
    padding-left: 10px;
}

.custom-breadcrumb ul li{
display: inline;
    padding: 0 5px;
}

.custom-breadcrumb ul li a{
    font-family: "poppinsregular", sans-serif;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.custom-breadcrumb ul li span.bullet{
color: #222222;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    margin: 0 5px;
}

.innerpage-description {
    padding: 35px 0 95px 0;
    background: #f4f6f9;
}

.innerpage-description h4.page-heading {
    font-family: 'poppinsbold',sans-serif;
    font-size: 35px;
    line-height: 40px;
    padding: 15px 0;
    margin: 0;
}

.innerpage-description .text-center{
	padding: 0 40px;
}

.content{
    color: #595859;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;	
}

.batteries-type{
	padding:55px 0 85px 0;
    background: #ffffff;
}

.batteries-type h4.page-heading {
    font-family: 'poppinsbold',sans-serif;
    font-size: 35px;
    line-height: 40px;
    padding: 15px 0;
    margin: 0;
}

.batteries-type .nav li{
	width: 160px;
    height: 145px;
    border: 1px solid #c0c6c6;
    margin: 0;
}

.batteries-type .nav li div a img{
	width:100px;
    margin: 1px auto;
}

.batteries-type .nav li .img-title {
    padding: 11px;
    font-size: 14px;
    font-family: "poppinssemibold", sans-serif;	
}

.batteries-type .nav>li.active>div.img-title{
	background-color: #e21e22;
	color:#fff;
}

.batteries-type .nav>li.active>div.img-title>a,
.batteries-type .nav>li.active>div.img-title>a:hover,
.batteries-type .nav>li.active>div.img-title>a:focus{
	background-color: #e21e22;
	color:#fff;
	text-decoration:none;	
}

.batteries-type .nav>li.active>div>a.img,
.batteries-type .nav-pills>li.active>div>a.img:hover,
.batteries-type .nav-pills>li.active>div>a.img:focus{
	background-color: transparent;
}


.batteries-type .tab-content {
    margin: 30px 0;
}

.batteries-type .tab-content-right {
	min-height: 525px;
    padding: 30px 10px;
	padding-bottom:0;
}

.batteries-type .tab-content-right div#carousel-slider2,
.batteries-type .tab-content-right div#carousel-slider3,
.batteries-type .tab-content-right div#carousel-slider4,
.batteries-type .tab-content-right div#carousel-slider5,
.batteries-type .tab-content-right div#carousel-slider6,
.batteries-type .tab-content-right div#carousel-slider7 {
    margin: 15px 0;
}

.batteries-type .prd-cnt{
    border: 1px solid #c0c6c6;
    margin: 6px;
    padding: 0;
    width: 30%;
    height: 250px;
    background: white;
}
.batteries-type .prd-cnt .prd-img {
    margin: 5px 0;
    height: 150px;
}

.batteries-type .prd-cnt .prd-img img{
    width: 120px;
	margin:0 auto;
}

.batteries-type .prd-cnt .prd-title{
	color:#222222;
    font-family: "poppinsmedium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;	
    position: absolute;
    bottom: 60px;
    width: 98%;
    text-align: center;
}

.batteries-type .prd-cnt .prd-description {
    background: #242323;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0
}

.batteries-type .prd-cnt .prd-description p{
    font-family: "poppinsregular",sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.batteries-type .carousel-control.left {
    position: absolute;
    top: -60px;
    left: calc(90% - 60px);
    width: 40px;
    height: 40px;
    padding: 6px 0;
    color: #d8d7d7;
    border: 1px solid #d8d7d7;
    border-radius: 50%;
}

.batteries-type .carousel-control.right {
    position: absolute;
    top: -60px;
    left: calc(100% - 75px);
    width: 40px;
    height: 40px;
    padding: 6px 0;
    color: #d8d7d7;
    border: 1px solid #d8d7d7;
    border-radius: 50%;
}


.help-section{
    padding:61px 0 50px 0;
    background: #f4f6f9;	
}

.main-heading{
    background-image: url(../img/main-head-bg.png);
    width: 364px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 20px 20px;
    margin: 0 auto;
    font-family: "poppinsbold", sans-serif;
    font-size: 36px;
    font-weight: 500;
}

.card-inner {
    background: #fff;
    width: 46%;
    height: 135px;
    margin: 10px;
    padding: 15px 15px;
    box-shadow: 5px 5px rgba(242,242,242,1);
}

.card-inner h4{	
    font-family: "poppinssemibold", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.card-inner p{	
font-family: "poppinslight", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.card-inner .img{
background: #f4f6f8;
    border-radius: 55%;
}

.card-inner img {
    margin: 15px auto;
}

.help-section-img {
    width: 80px;
    height: 80px;
    background: #f4f6f8;
    border-radius: 50%;
    padding: 1px;
}

.btnViewAll {
    margin-top: -15px;
}

.btnViewAll a{
	font-family: "poppinslight", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #222;
    margin-right: 45px;
}

.btnViewAll img{
	vertical-align:unset;
}

.tab-content-left {
    box-shadow: -60px 60px #e7e9ec;
}

.car-n-suv-product .prd-cnt {
    width:45%;
}

.inner-feature-section{
    padding: 150px 0;
    height: 735px;
    background-image: url(../img/inner-feature.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.inner-feature-section .feature-card-cnt {
    background: transparent;
    margin: 20px 0;
}

.inner2-feature-section{
    padding: 150px 0;
   height: 735px;
    background-image: url(../img/inner-feature.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner2-feature-section .feature-card-cnt {
    background: transparent;
    margin: 20px 0;
}

.feature-card-inner-left {
    width: 435px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.feature-card-inner-middle {
    margin: 0 -15px;
    margin-left: -120px;
    z-index: 1;
}

.feature-card-inner-right {
    margin: 0;
    padding: 0;
    margin-left: -5px;
}

.feature-card-inner-box {
    width: 435px;
    height: 135px;
    background: rgba(0,0,0,0.7);
    margin: 20px 0;
    padding: 20px 10px;
}

.feature-card-inner-box h4{
	font-family: "poppinssemibold", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

div.inner-feature-section.section-skewed .skewed-mask {
    z-index: 0;
    margin-top: -97px;
    padding-bottom: 10%;
}
div.inner2-feature-section.section-skewed .skewed-mask {
    z-index: 0;
    margin-top: -97px;
    padding-bottom: 10%;
}
.tab-content-left.prd-detail{
	border: 2px solid #e7e9ec;
    padding: 25px 25px; 
}

.tab-content-left.prd-detail .prd-detail-img{
	width: 70%;
    margin: 0 auto;
}

.tab-content-left.prd-detail .prd-detail-content {
    margin:5px 0;
    height: 175px;
    overflow-y: auto;
}

.tab-content-left.prd-detail .prd-detail-content p {
    color: #211f1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

.tab-content-left.prd-detail .prd-detail-specfication{
	margin:15px 0 0 0;
	height: 80px;
}

.tab-content-left.prd-detail .prd-detail-specfication h4{
	font-family: "poppinssemibold",sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;	
}

.tab-content-left.prd-detail .prd-detail-specfication-box {
    background: #e7e9ec;
    float: left;
    width: 100%;
    padding: 5px 10px;
}

.tab-content-left.prd-detail .prd-detail-specfication-box p{
font-family: "poppinssemibold", sans-serif;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    margin: 0 -15px;
}

.help-section2 {
    padding: 61px 0 50px 0;
    background: #ffffff;
}

.innerpage-slider .resident-solar-slide1 {
    background-image: url(../img/solar-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.batteries-type.resident-solar .prd-cnt .prd-title {
    margin: 5px 5px;
}

 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.navbar-default .navbar-nav>li>a {
    color: #000000;
    padding: 30px 25px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f3352f;
    border: 1px solid #fff;
    border-bottom-color: #fff;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "robotomedium";
}

.batteries-type.inverter-batteries{
	padding: 15px 0 85px 0;
}

.innerpage-description.contact h6{
    font-size: 16px;
    font-weight: 600;
    font-family: "poppinsbold",sans-serif;
    padding: 0 25px;
	
}

.innerpage-description.contact .content {
    margin: 0 25px;
}
.btn {
    border-radius: 0;
    margin-top: 10px;
    background-color: #e21b1f;
    text-transform: uppercase;
    border-color: #fff;
    font-size: 14px;
}

.btn:hover {
    background-color: #e21b1f;
    border-color: #e21b1f;
    color: #ffffff;
}

.innerpage-slider .contact-slide1 {
    background-image: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}


.innerpage-slider .load-calculator-slide1 {
    background-image: url(../img/load-calculator.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}


.innerpage-slider .warranty-slide1 {
    background-image: url(../img/warranty-registeration.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.innerpage-slider .inverter-slide1 {
    background-image: url(../img/Inverter-&-Batteries.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.innerpage-slider .stablizer-slide1 {
    background-image: url(../img/stablizer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;

}

.innerpage-slider .about-slide1 {
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.batteries-type.solar-module-product .nav li {
    width: 70px;
    height: 60px;
}

.batteries-type.solar-module-product .nav li .img-title {
    padding: 18px;
    font-size: 20px;
    font-family: "poppinssemibold", sans-serif;
}

.radio-inline, .checkbox-inline {
   color: #222222;
    font-family: "poppinsmedium",sans-serif;
    font-size: 15px;
}

.inner3-feature-section{
    padding: 150px 0;
    height: 780px;
    background-image: url('../img/solar-feature-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner3-feature-section .feature-card-cnt {
    background: transparent;
    margin: 20px 0;
}

.inner3-feature-section .feature-card-inner-left {
    width: 525px;
    margin: 0 20px;
    padding: 0;
    margin-left: 10px;
}

.inner3-feature-section .feature-card-inner-right {
	width: 525px;
    margin: 0;
    padding: 0;
    margin-left: -5px;
}

.inner3-feature-section .feature-card-inner-box {
    width: 100%;
    background: rgba(255, 255, 255,0.9);
}

.inner3-feature-section .feature-card-inner-box h4 {
    color: #0a477e;
}
.inner3-feature-section .feature-card-inner-box p {
     color: #0a477e;
}

.batteries-type.about {
    padding: 20px 0 85px 0;
}

.batteries-type.about .tab-content {
    margin: 30px 0;
    float: left;
}

.batteries-type.about .tab-content-right {
    min-height: 450px;
    padding: 20px 10px;
    padding-bottom: 0;
}

.batteries-type.about-leadership{
    padding: 15px 0 85px 0;
}

.batteries-type.about-leadership .tab-content {
    margin: 45px 0;
    float: left;
    width: 100%;
    background: #ffffff;
}


.batteries-type.about-leadership .tab-content-right {
    min-height: 650px;
	background:#252323;	
    padding: 45px 45px;
}

.carousel-sub-heading-min {
    background-image: url(../img/sub-head-min.png);
    width: 185px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 17px;
    text-align: left;
}

.batteries-type.about-leadership h4.page-heading {
	font-size: 36px;
    line-height: 45px;
    padding: 20px 0;
	color:#ffffff;
}

.batteries-type.about-leadership p.content {
	color:#9b9a9a;
}

.batteries-type.about-leadership .tab-content-left {
    box-shadow: none;
    float: left;
    margin: 45px 25px;
	margin-top: 30px;
}


.batteries-type.about-leadership .tab-content-left .img {
	width: 225px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 30px 0 0 0;
    padding: 0;
}

.batteries-type.about-leadership .tab-content-left .img .img-caption{
    width: 215px;
	position: absolute;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
    bottom: 0;
}

.help-section .tab-content.about-value {
    float: left;
    width: 100%;
    background: #f4f6f8;
    padding: 15px;
}

.help-section .tab-content.about-value .tab-content-left {
    box-shadow: unset;
    background: #fff;
    float: left;
    width: 100%;
    min-height: 339px;
    padding: 40px 30px;
}


.help-section .tab-content.about-value .tab-content-left h4.page-heading {
font-family: 'poppinssemibold',sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding: 15px 0;
    margin: 15px 0;
}

.help-section .tab-content.global-reach {
    float: left;
    width: 100%;
    background: #f4f6f8;
    padding: 15px;
}

.help-section .tab-content.global-reach .tab-content-left {
    box-shadow: none;
	float: right;
    margin: 20px;
}

.help-section .tab-content.global-reach .tab-content-right {
    margin: 20px 20px;
}

.help-section .tab-content.global-reach .tab-content-right .content {
    margin: 15px 0;
}

.help-section .tab-content.sar-group {
    float: left;
    width: 100%;
    background: #f4f6f8;
    padding: 15px;
}


.help-section .tab-content.sar-group .tab-content-left {
    box-shadow: unset;
    background: #f4f6f8;
    float: left;
    width: 100%;
    min-height: 340px;
    padding: 40px 30px;
    border: 10px solid #fff;
}


.help-section .tab-content.sar-group .tab-content-left h4.page-heading {
font-family: 'poppinssemibold',sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding: 15px 0;
    margin: 15px 0;
}

.help-section .tab-content.sar-group .tab-content-right {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 339px;
}

.innerpage-slider .threeWheeler-slide1 {
    background-image: url(../img/Auto-Rickshaw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.innerpage-slider .twoWheeler-slide1 {
    background-image: url(../img/bike.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.innerpage-slider .BusnTruck-slide1 {
    background-image: url(../img/Bus-n-Truck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.innerpage-slider .Erickshaw-slide1 {
    background-image: url(../img/E-rickshaw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.innerpage-slider .Tractor-slide1 {
    background-image: url(../img/Tractor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.innerpage-slider .Stablizer-slide1 {
    background-image: url(../img/stablizer-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}


.innerpage-description.dealer-locator .card-inner {
    background: #fff;
    width: 30%;
    height:150px;
    margin: 10px;
    padding: 15px;
    box-shadow: 5px 5px rgba(242,242,242,1);
}


.dealer-locator-form select option{
    border: 2px solid #222222 !important;
    border-radius: 40px !important;
    width: 358px;
    height: 75px;
    padding: 20px 25px !important;
    font-size: 20px;
    font-family: "poppinsregular", sans-serif;
    color: #222222;
}



.dealer-locator-form .selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
}
 
/*To remove button from IE11, thank you Matt */
select::-ms-expand {
     display: none;
}
 
.dealer-locator-form .selectdiv:after {
  /*content: '↓';*/
    position: absolute;
    top:0;
    right:0;
    content: " ";
    background: url('../img/dropdown-arrow.png');
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 30px;
    float: left;
}
 
.dealer-locator-form .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  line-height: 1.75;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
    border: 2px solid #222222 !important;
    border-radius: 40px !important;
    width: 358px;
    height: 75px;
    padding: 15px 25px !important;
    font-size: 24px;
    font-family: "poppinsbold", sans-serif;
    color: #222222;  
}



.dealer-locator-form select option.Maharashtra{
    display:none;
}


.right-image{
    min-height:500px;
}


.right-image img.img1 {
    position: absolute;
    left: 0;
    width: 107%;
}

.right-image img.img2 {
position: absolute;
    bottom: 10px;
    width: 48%;
    left: 8px;
}

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


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
background-image: url(../img/drop-down-menu-bg.jpg);
    padding: 15px 0 40px 0px;
    width: 98%;
    margin: 0 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 303px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "poppinsregular", sans-serif;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.mega-dropdown-menu li ul li a:before {
content: '>';
    font-size: 15px;
    color: #000;
    margin: 0 10px 0 0;
}

.mega-dropdown-menu li ul li.dropdown-header a:before{
 display:none;    
}

.mega-dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color:transparent;
}

@media (max-width: 767px) {
    .menu {
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px 25px;
    }
    
    .navbar-toggle {
        background-color: #2b2e34;
        margin-top: 20px;
        margin-right: 10px;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #2b2e34;
    }
    
    .navbar-default .navbar-toggle {
        border-color: #2b2e34;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fc2d16;
    }

    .mega-dropdown-menu {
        background-image: none;
        padding: 0 15px;
        margin: 0 -15px;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
        height: unset;
    }

    .slider {
        margin-top: 0;
    }
    
    .home-slider {
        padding: 60px 0 60px 0;
    }
    
    .home-dealer-section {
        padding: 60px 0;
    }
    
    .home-dealer-section .home-dealer-section-inner {
        margin: 0 10px;
        padding: 15px;
        margin-bottom: 60px;
    }
    
    .home-dealer-section-inner-left {
        padding: 35px 10px;
    }
    
    .vehicle-type-container {
        margin: 0 15px;
        padding: 5px 0;
    }
    
    .vehicle-img.first-child {
       margin-left: 5px;
    }
    
    .vehicle-img {
        background: #fff;
        height: 131px;
        width: 130px;
        margin: 5px;
    }
    
    .home-dealer-section-inner-right {
        padding: 35px 0;
    }
    
    .home-news-section .home-news-section-inner {
        margin: 0 10px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    
    .home-news-section-inner-left {
        padding: 35px 0;
    }

    .home-news-section-inner-right {
        padding: 35px 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-header {
        padding: 0 15px;
    }
    .innerpage-description {
        padding: 0 0 20px 0;
    }
    .innerpage-slider .inverter-slide1 {
        height: 225px;
        margin-top: 30px;
    }
    
    .batteries-type .tab-content {
        margin: 15px 30px;
    }
    
    .tab-content-left {
        box-shadow: -20px 20px #e7e9ec;
    }
    
    .batteries-type .tab-content-right {
        padding: 30px 0;
        padding-bottom: 0;
        margin: 25px -20px;
    }
    
    .batteries-type .prd-cnt {
        width: 45%;
    }
    
    .batteries-type.inverter-batteries {
        padding: 15px 0 25px 0;
    }   
    
    .card-inner {
        background: #fff;
        width: 85%;
        height: 135px;
        margin: 10px 30px;
        padding: 15px 15px;
        box-shadow: 5px 5px rgba(242,242,242,1);
    }


.innerpage-description h4.page-heading {
    font-size: 30px;
    line-height: 30px;
    padding: 0;
}

.innerpage-description .text-center{
	padding: 0 15px;
}

.content {
    color: #595859;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

.custom-breadcrumb ul li a {
    font-family: "poppinsregular", sans-serif;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}

.custom-breadcrumb ul li span.bullet {
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    margin: 0 2px;
}

.tab-content-left.inverter-batteries{
    box-shadow: 20px 20px #e7e9ec !important; 
        margin-bottom: 60px;
}

.batteries-type.inv-battery{
        padding: 15px 0 0 0;
    margin: 0 15px;
}

.batteries-type.inv-battery .tab-content-left.prd-detail {
    padding: 0;
}


.batteries-type.inv-battery .tab-content {
    margin: 10px 10px;
    min-height: 545px;
}

.inner2-feature-section.inv-battery {
    padding: 65px 0;
}


.inner2-feature-section.inv-battery .feature-card-cnt {
    margin: 0px 0;
}

.inner2-feature-section.inv-battery .feature-card-inner-box {
    margin: 0 0;
    padding: 0 5px;
}

.inner2-feature-section.inv-battery.section-skewed .skewed-mask {
    z-index: 0;
    margin-top: -10px;
    padding-bottom: 10%;
}

.inner2-feature-section.inv-battery .feature-card-inner-right {
    margin: 0 10px;
    padding: 0;
    margin-left: 10px;
}

.innerpage-slider .about-slide1 {
    height: 200px;
}

.batteries-type.about {
    padding: 20px 25px 25px 25px;
}

.batteries-type.about .tab-content-right {
    min-height: 400px;
    padding: 20px 10px 0 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

}


.batteries-type.car-n-suv-product .prd-cnt .prd-img img {
    width: 150px;
    margin: 0 auto;
}


.batteries-type.twowheeler .prd-cnt .prd-img img {
    width: 150px;
    margin: 0 auto;
}

.innerpage-slider .acstablizer-slide1 {
    background-image: url(../img/air-conditioner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.innerpage-slider .mainstablizer-slide1 {
    background-image: url(../img/Main-kitchen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}


.innerpage-slider .refstablizer-slide1 {
    background-image: url(../img/Fridge.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.do-load-calculator .panel {
    color: #222;
}

.do-load-calculator .panel {
    border-radius: 0;
    color: #222;
}

.do-load-calculator .panel-default>.panel-heading {
    padding: 0;
    background-color: #e5e5e5;
    border-radius: 0;
}

.do-load-calculator .load-requirement {
    background: #e5e5e5;
    padding: 15px 50px;
    clear: both;
}

.do-load-calculator .load-requirement .type1 span.number {
    color: #fff;
    border: 1px solid #e31b1f;
    border-radius: 50%;
    padding: 4px 17px;
    font-size: 20px;
    margin-right: 20px;
    background: #e31b1f;
    padding-bottom: 6px;
}

.do-load-calculator .load-requirement .type1 span.name {
    font-family: 'Lato', sans-serif;
    color: #1e1e1e;
    font-weight: normal;
    font-size: 18px;
}

.do-load-calculator .panel-body .select-appliances {
    color: #5a5a5a;
    text-align: left;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
}

.do-load-calculator .panel-body .tblRow {
    background-color: #e5e5e5;
    color: #1e1e1e;
    vertical-align: middle;
    padding: 10px;
}

.do-load-calculator .panel-body .tblRow tr th{
    padding: 8px 15px;
    border: none;
}

.do-load-calculator .applianceLeft .panel-heading{
    background: #e31b1f;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title a:before {
    content: "";
    position: absolute;
    left: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    margin: 20px 10px;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: "\f068";
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
    content: "\f067";
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title table{
    width:100%;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title table td.first {
    width: 40%;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title table td.second {
    width: 16%;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title table td.third {
    width: 14%;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title table td .inputHead{
    width: 50px;
    text-align: center;
}

.do-load-calculator .applianceLeft .panel .panel-heading .panel-title table td p {
font-family: 'Lato', sans-serif;
    text-transform: initial;
    padding: 15px 0;
    padding-left: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}




.do-load-calculator .applianceRight .panel-heading{
    background: #e31b1f;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title a:before {
    content: "";
    position: absolute;
    left: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    margin: 20px 10px;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: "\f068";
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
    content: "\f067";
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title table{
    width:100%;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title table td.first {
    width: 40%;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title table td.second {
    width: 16%;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title table td.third {
    width: 14%;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title table td .inputHead{
    width: 50px;
    text-align: center;
}

.do-load-calculator .applianceRight .panel .panel-heading .panel-title table td p {
    font-family: 'Lato', sans-serif;
    text-transform: initial;
    padding: 15px 0;
    padding-left: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.do-load-calculator .panel .panel-body .table-data {
    margin: 0;
}

.do-load-calculator .panel .panel-body .table-data p {
    margin: 0;
}

.do-load-calculator .panel .panel-body .table-data tr td{
    vertical-align: middle;
    border-top: none;
}

.do-load-calculator .panel .panel-body .table-data tr td.first {
    width: 60%;
    padding: 8px 10px;
}

.do-load-calculator .panel .panel-body .table-data tr td.second, 
.do-load-calculator .panel .panel-body .table-data tr td.third {
    width: 20%;
    padding: 8px 0;
}

.do-load-calculator .panel .panel-body .table-data button.minus {
    background-color: transparent ;
    color: #3c3c3c ;
    border: 1px solid #3c3c3c ;
    border-radius: 50% ;
    line-height: 2px;
    font-weight: normal;
    margin: 0px 10px;
    margin-right: 10px;
    width: 23px;
    height: 23px;
}

.do-load-calculator .panel .panel-body .table-data button.minus:hover {
    background-color: #e31b1f ;
    color: #fff ;
    border: 1px solid #fff ;
}

.do-load-calculator .panel .panel-body .table-data button.plus {
    background-color: transparent;
    color: #3c3c3c ;
    border: 1px solid #3c3c3c ;
    border-radius: 50% ;
    line-height: 2px;
    font-weight: normal;
    margin: 0px 0px;
    margin-left: 10px;
    width: 23px;
    height: 23px;
}

.do-load-calculator .panel .panel-body .table-data button.plus:hover {
    background-color: #e31b1f ;
    color: #fff ;
    border: 1px solid #fff ;
}

.do-load-calculator .btncal{
    background-color: transparent ;
    color: #e31b1f ;
    padding: 8px 80px;
    margin-right: 25px;
    border-radius: 2px ;
    border: 1px solid #e31b1f;
}

.do-load-calculator .btncal:hover{
    background-color: #e31b1f ;
    color: #fff ;
}


.load-cal-modal{
    color: #222 ;
}


.load-cal-modal .btncal{
    background-color: transparent ;
    color: #e31b1f ;
padding: 8px 34px;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid #e31b1f;
}

.load-cal-modal .btncal:hover{
    background-color: #e31b1f ;
    color: #fff ;
}


.dealer-locator.contact .selectdiv:after {
    position: absolute;
    top: 0;
    right: 0;
    content: " ";
    background: url(../img/dropdown-arrow.png);
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    margin-top: 16px;
    margin-right: 40px;
    float: left;
}
 
.dealer-locator.contact .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    line-height: 1.75;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    border: 2px solid #222222 !important;
    border-radius: 35px !important;
    width: 100%;
    height: 70px;
    padding: 10px 25px !important;
    font-size: 24px;
    font-family: "poppinsbold", sans-serif;
    color: #222222; 
}

.dealer-locator.contact .selectdiv select option {
    border: 2px solid #222222 !important;
    border-radius: 40px !important;
    width: 358px;
    height: 75px;
    padding: 20px 25px !important;
    font-size: 20px;
    font-family: "poppinsregular", sans-serif;
    color: #222222;
}

.batteries-type.car-zing-battery .tab-content-left.prd-detail,
.batteries-type.car-pride-battery .tab-content-left.prd-detail,
.batteries-type.car-primo-battery .tab-content-left.prd-detail,
.batteries-type.tractor-pradhan-battery .tab-content-left.prd-detail{
    padding: 20px 20px;
}

.batteries-type.car-zing-battery .tab-content,
.batteries-type.car-pride-battery .tab-content,
.batteries-type.car-primo-battery .tab-content,
.batteries-type.three-wheel-battery .tab-content{
    margin: 0;
}

.batteries-type.car-zing-battery .tab-content-left.prd-detail .prd-detail-img,
.batteries-type.car-pride-battery .tab-content-left.prd-detail .prd-detail-img,
.batteries-type.car-primo-battery .tab-content-left.prd-detail .prd-detail-img,
.batteries-type.three-wheel-battery .tab-content-left.prd-detail .prd-detail-img,
.batteries-type.tractor-pradhan-battery .tab-content-left.prd-detail .prd-detail-img{
    width: 100%;
}

.batteries-type.car-zing-battery .prd-cnt .prd-img img,
.batteries-type.car-pride-battery .prd-cnt .prd-img img,
.batteries-type.car-primo-battery .prd-cnt .prd-img img{
    width: 215px;
    margin: 0 -30px;
}

.batteries-type.car-zing-battery .prd-cnt .prd-title,
.batteries-type.car-pride-battery .prd-cnt .prd-title,
.batteries-type.car-primo-battery .prd-cnt .prd-title,
.batteries-type.tractor-humrahi-battery .prd-cnt .prd-title,
.batteries-type.bus-truck-battery .prd-cnt .prd-title,
.batteries-type.three-wheel-battery .prd-cnt .prd-title,
.batteries-type.tractor-pradhan-battery .prd-cnt .prd-title{
    color: #222222;
    font-family: "poppinsmedium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.batteries-type.car-zing-battery .tab-content-right,
.batteries-type.car-pride-battery .tab-content-right,
.batteries-type.car-primo-battery .tab-content-right,
.batteries-type.bus-truck-battery .tab-content-right,
.batteries-type.three-wheel-battery .tab-content-right,
.batteries-type.tractor-pradhan-battery .tab-content-right{
    padding: 0 10px;
}

.batteries-type.tractor-humrahi-battery .prd-cnt{
   width: 50%;
}

.batteries-type.tractor-humrahi-battery .prd-cnt .prd-img img{
    width: 235px;
    margin: 0 -30px;
}

.batteries-type.bus-truck-battery .tab-content-left.prd-detail .prd-detail-img {
    width: 100%;
    margin: 0 -15px;
}

.batteries-type.bus-truck-battery .prd-cnt .prd-img img {
    width: 180px;
    margin: 0 auto;
}

.batteries-type.three-wheel-battery .tab-content-left.prd-detail {
    padding: 0 20px 25px;
}

.batteries-type.three-wheel-battery .prd-cnt .prd-img img {
    width: 225px;
    margin: 0 -15px;
}

.batteries-type.tractor-pradhan-battery .prd-cnt .prd-img img {
    width: 175px;
    margin: 0 auto;
}
.container {
    width: 1170px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.has-medium-font-size {
    font-size: 16px;
}