/* 
 * INNOPAN CSS File..
 */
/*-- Imported Style --*/
@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(icofont.css);
@import url(font-awesome.min.css);
@import url(animate.css);
/*-- Custom Fonts --*/
@font-face {
  font-family: Akzidenz-Grotesk BQ Light;
  src: url(../fonts/custom-fonts/akzidenz-grotesk-bq-light-.otf);
}
@font-face {
  font-family: Akzidenz-Grotesk BQ;
  src: url(../fonts/custom-fonts/Akzidenz-Grotesk-BQ-Medium.ttf);
}
@font-face {
  font-family: Helvetica;
  src: url(../fonts/custom-fonts/Helvetica___.ttf);
}
h1, h2, h3{
  font-family: Akzidenz-Grotesk BQ;
}
button{
  font-family: Helvetica;
}
ul li a{
  font-family:Akzidenz-Grotesk BQ Light;
}
/*-- Global Styles --*/
html,
body{
  font-family: 'Helvetica';
  background-color: #fff;
}
*:focus {
  outline: 0 !important;
}
hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #bcbec0;
}
ul li{
  list-style: none;
}
a{
  color: #000;
  text-decoration: none;
  font-family: Helvetica;
}
a:hover, a:focus{
  color: #ffb300;
}
h1,
h2,
h3,
h4{
  color: #000;
}
h4{
  font-size: 25px;
  margin-top: 0;
}
p{
  color: #000;
  font-family: Helvetica;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 500;
}
li{
  list-style: none;
  font-size: 18px;
  color: #000;
}
p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000 !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;  
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;  
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
  color: #000 !important;  
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0.1) inset;
      transition: background-color 5000s ease-in-out 0s;
}
textarea{
  color: #000;
}
.sectionPadBot{
  padding-bottom: 40px;
}
.sectionPadTop{
  padding-top: 40px;
}
.BgPadding{
  padding-top: 55px;
}
.paddingZero{
  padding:0;
}
.mTop{
  margin-top: 15px;
}
.verticalAlign{
  display: flex;
  align-items: center;
}
section{
  position: relative;
}
.greyBg{
  background-color: rgba(106,107,109,0.5);
}
.sectionTitle{
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.sectionTitle h3{
  font-size: 45px;
  margin: 0;
  letter-spacing: 1px;
  text-align: left;
}
.sectionTitle h4{
  color: #fff;
  margin-bottom: 0;
}
.sectionTitle h4 span{
  background: #ffb300;
  padding: 5px 15px;
}
.subTitleBorder,
.titleBorder{
  display: block;
  width: 10px;
  height: auto;
  margin: auto;
}
.titleBorder:after,
.titleBorder:before,
.subTitleBorder:before{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  z-index: -1;
}
.titleBorder:before{
  width: 60px;
  bottom: -10px;
  left: 0;
  background-color: #000;
}
.subTitleBorder:before,
.titleBorder:after{
  width: 40px;
  bottom: -14px;
  left: 0;
  background: #000;
}
.subTitleBorder:before{
  bottom: -8px;
}
.subTitle{
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  display: inline-block;
}
.subTitle h4{
  margin: 0;
}
.innopanBtn{
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  vertical-align: top;
}
.innopanBtn:after{
  border: 4px solid #ffb300;
  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.innopanBtn:hover:after{
  bottom: -2px;
  left: -2px;
  opacity: 1;
  right: -2px;
  top: -2px;
}
.sectionBg{
  position: relative;
}
/*
 * preloader 
 */
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../images/loading.gif') no-repeat center center; 
}
/*
 * Header Menu
 */
.headerTop{
  border-top: 5px solid #000;
}
header {
  height: auto;
  width: 100%;
}
header .navbar {
  margin-bottom: 0px;
  min-height: 80px;
  border: 0;
  background-color: #4b4b4d;
  border-radius: 0;
  -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
      transition-duration: 500ms;
}
header .affix ~ .container-fluid {
  position: relative;
  top: 50px;
}
header .navbar-brand{
  margin-left: 15px !important;
  position: relative;
  z-index: 1;
}
header .navbar-brand:before{
  background: #fff;
  content: "";
  height: 130px;
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: skewX(0.085turn) translateY(-50%);
    -ms-transform: skewX(0.085turn) translateY(-50%);
      transform: skewX(0.085turn) translateY(-50%);
  width: 1000px;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
      transition-duration: 500ms;
}
.navbar-inverse.affix .navbar-brand:before{
  height: 80px;
}
header .navbar-brand img{
  width: 265px;
  -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
      transition-duration: 500ms;
}
header .navbar-inverse .navbar-nav > li > a{
  padding: 30px 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.activeMenu,
header .navbar-inverse .navbar-nav > li > a:hover{
  background-color: #000;
}
header .nav.navbar-nav{
  float: right;
}
.navbar.navbar-inverse.affix{
  top:0;
  width: 100%;
  z-index: 26;
  min-height: 50px;
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
      transition-duration: 500ms;
}
.navbar-inverse.affix .navbar-nav > li > a{
  padding: 15px 15px;
  font-size: 14px;
}
.navbar-inverse.affix .navbar-brand img{
  width: 150px;
  -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
      transition-duration: 500ms;
}
.navbar-inverse.affix .navbar-brand{
  height: 30px;
}
.skewOverlay{
  width: 0;
  height: 0;
  border-top: 300px solid #ffb300;
  border-left: 250px solid transparent;
  bottom: auto;
  top: -15px;
  position: absolute !important;
  right: 0;
}
/*
 * Home Page
 */
 /*-- Slider --*/
 .carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next,
  .carousel.vertical .carousel-inner > .item.active.right {
    transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev,
  .carousel.vertical .carousel-inner > .item.active.left {
    transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left,
  .carousel.vertical .carousel-inner > .item.prev.right,
  .carousel.vertical .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: -100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: 100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: 100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: -100%;
}
.carousel.vertical .carousel-control {
  left: auto;
  width: 50px;
}
.carousel.vertical .up.carousel-control,
.carousel.vertical .down.carousel-control{
  width: 40px;
  height: 40px;
  background: #000;
  top: 50%;
}
.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel.vertical .carousel-control.down {
  top: 60px;
  right: 0;
  bottom: 0;
}
.carousel-indicators li,
.carousel-indicators .active{
  background: #000;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 0;
  border-radius:0;
  display: block;
  margin: 0 0 5px;
}
.carousel-indicators{
  width: auto;
  left: 10px;
  margin-left: 0;
  top: 40%;
}
.carousel-indicators .active{
  background: #ffb300 !important;
}
.carousel.vertical .carousel-control span{
  line-height: 40px;
  font-size: 25px;
}
.carousel.vertical .carousel-caption{
  top: 10%;
  left: 0;
  right: 0;
  text-align: left;
}
.carousel.vertical .carousel-caption h1{
  font-size: 30px;
  margin-top: 20px;
  animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;
}
.carousel.vertical .carousel-caption h1 span{
  background: #fff;
  padding: 5px 20px;
}
.carousel.vertical .carousel-caption h2{
  font-size: 30px;
  margin-top: 13px;
  animation-duration: 2s;   
    -webkit-animation-duration: 2s;
}
.carousel.vertical .carousel-caption h2 span{
  background: #fff;
  padding:2px 20px;
}
/*-- About Section Home Page --*/
.warrantyArea {
  background-color: #fff;
  min-height: 500px;
  margin: 0 15px;
  border: 1px solid #4b4b4d;
}
.warLogoDiv{
  background-color: rgba(106,107,109,0.4);
}
.rangImgDiv{
  position: relative;
  right: -15px;
  border: 5px solid rgba(75,75,77,0.2);
  top: -15px;
}
.rangTextDiv {
  padding: 0 15px;
}
.halfBg{
  left:0%;
  width: 50%;
  background-position:center center;
  background-repeat:no-repeat;
  background-color: rgba(0,0,0,0.05);
  height: 100%;
  overflow: visible !important;
  position: absolute;
}
.halfBg.innerPage{
  width: 55%;
}
.halfBgRight{
  right: 0%;
  width: 50%;
  background-position:center center;
  background-repeat:no-repeat;
  background-color: rgba(0,0,0,0.05);
  height: 100%;
  overflow: visible !important;
  position: absolute;
}
.warrantyArea ul li{
  font-size: 18px;
}
.whiteBgArea{
  background: #fff;
  position: relative;
}
.warrantyLogo{
  background: #fff;
  margin: 0 10px;
  padding: 15px;
  min-height: 391px;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(75,75,74,0.3);
    -moz-box-shadow: 0px 0px 30px -5px rgba(75,75,74,0.3);
      box-shadow: 0px 0px 30px -5px rgba(75,75,74,0.3);
}
.warrantyLogo .warTitle h4{
  margin-bottom: 0;
}
.warTextDiv{
  padding-top: 15px;
}
/*-- Supertuff Table --*/
.featureTable ul{
  margin-bottom: 15px;
}
.featureTable ul li{
  font-size: 22px;
}
.bullet li{
  padding-left: 30px;
  position: relative;
}
.bullet li:before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #000;
  left: 0px;
  top: 6px;
}
.supertuffTable {
  width: 100%;
  background: #fff;
  font-size: 18px;
}
.supertuffTable thead th:first-of-type {
  text-align: left;
}
.supertuffTable tbody tr:last-of-type {
  margin-bottom: 0;
}
.supertuffTable thead th {
  background-color: #4b4b4d;
  border: 1px solid #fff;
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
}
.supertuffTable thead {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
.supertuffTable th,
.supertuffTable td {
  display: table-cell;
  padding: 5px 10px;
}
.supertuffTable tbody {
  display: table-row-group;
}
.supertuffTable tbody tr {
  display: table-row;
  border-width: 1px;
}
.supertuffTable tbody th[scope="row"] {
  background-color: #4b4b4d;
  color: #fff;
  text-align: left;
  border: 1px solid #fff;
}
.supertuffTable tbody td {
  text-align: center;
  border: 1px solid #4b4b4d;
  color: #000;
}
.supertuffTable tbody td[data-title]:before {
  content: none;
}
.supertuffTable tbody td span {
  border-bottom: 1px solid #4b4b4d;
  padding: 1px 5px;
}
/*
 * Banner Section
 */
#bannerContent {
  background-color: #fff;
}
#bannerContent .bannerWrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#bannerContent .bannerWrapper::before {
  content: "";
  bottom: 98px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(top, #4b4b4d 200px, rgba(255, 255, 255, 0.6));
  background-image: -o-linear-gradient(top, #4b4b4d 200px, rgba(255, 255, 255, 0.6));
  background-image: linear-gradient(to bottom, #4b4b4d 200px, rgba(106, 107, 109, 0.6));
}
#bannerContent .hero-image {
  width: 100%;
}
#bannerContent.image-bg .bannerImg {
  position: relative;
  z-index: 1;
  margin-right: calc(570px - 50vw);
}
#bannerContent.image-bg .bannerImg::before {
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  position: absolute;
  content: "";
  border: 2px solid #eee;
  z-index: 2;
}
#bannerContent.image-bg .bannerImg img {
  position: relative;
  z-index: 1;
}
#bannerContent.image-bg .bannerCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#bannerContent.image-bg .titleWrapper {
  margin-bottom: 40px;
  padding: 25px 100px 25px 100px;
  background: -webkit-linear-gradient(left, #fff 40px, rgba(255, 255, 255, 0.9) 80px, rgba(255, 255, 255, 0.8) calc(100% - 120px), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #fff 40px, rgba(255, 255, 255, 0.9) 80px, rgba(255, 255, 255, 0.8) calc(100% - 120px), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff 40px, rgba(255, 255, 255, 0.9) 80px, rgba(255, 255, 255, 0.8) calc(100% - 120px), rgba(255, 255, 255, 0));
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
#bannerContent.image-bg .titleWrapper h1{
  font-size: 55px;
  margin: 0;
}
#subHeaderBar {
  position: relative;
  z-index: 2;
  padding: 15px 0;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.05);
}
.breadcrumbNav {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.breadcrumbNav li {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.breadcrumbNav a {
  color: #000;
}
.breadcrumbNav li i{
  margin-left: 10px;
}
/*
 * Shutters Page 
 */
.subMenu.navbar.navbar-inverse{
  min-height: auto;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.subMenu.navbar.navbar-inverse.affix{
  top: 50px !important;
  z-index: 25;
}
.subMenu.navbar ul{
  text-align: center;
  width: 100%;
}
.subMenu.navbar ul li{
  float: none;
  display: inline-block;
}
.subMenu.navbar ul li a{
  color: #fff;
}
.subMenu.navbar.navbar-inverse.affix ul li a,
.subMenu.navbar ul li a{
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.subMenu.navbar.navbar-inverse.affix ul li.active a{
  color: #000 ;
  background-color: #ffb300;
}
.shutterText{
  background: #4a4b4d;
  padding: 15px 15px;
}
.shutterText h4,
.shutterText ul li{
  color: #fff;
}
.membraneWarImg{
  box-shadow: -2px -2px 11px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 5px;
  margin-top: 15px;
}
#membrane .nav.nav-pills{
  top: 20px;
  z-index: 99 !important;
}
.nav-pills.affix{
  top: 80px;
  z-index: 9;
}
.nav.nav-pills li a{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #6a6b6d;
  border-radius: 0;
}
.toggleOwl{
  position: relative;
}
.tab-content{
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav>li>a:hover,
.nav>li>a:focus{
  background-color: #ffb300;
  border-radius: 0;
  color: #000;
}
.shutterItemDiv{
  position: relative;
  padding-bottom: 44px;
  border: 1px solid #6a6b6d;
  background: #fff;
  margin:0 5px;
}
.tabSlideColor .shutterItemDiv{
  border: 0;
  padding-bottom:0;
}
#meshProf .owl-theme .owl-nav,
#corniceTab .owl-theme .owl-nav,
#reflexTab .owl-theme .owl-nav,
#polymer .owl-theme .owl-nav,
#hplSection .owl-theme .owl-nav,
#carcassPage .owl-theme .owl-nav,
#glassSection .owl-theme .owl-nav{
  display: none;
}
.owl-nav{
  margin: 0 !important;
}
.owl-dots{
  display: none;
}
.tabSlideColor .shutterItemDiv img{
  border: 1px solid #6a6b6d;
}
.shutterItemDiv .itemCaption{
  color: #fff;
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
  background: #fff;
  position: absolute;
  left: -5px;
  bottom: 5px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #4b4b4d;
}
.shutterItemDiv .itemCaption p{
  margin: 0;
  line-height: 18px;
}
.shutterItemDiv .itemCaption:before {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #4b4b4d;
  top: -8px;
  left: -1px;
}
.slideMarginBot{
  margin-bottom: 30px;
}
/*-- Shutter Tabs Slider --*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 40%;
  background: #4a4a4b;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev{
  left: -5px;
}
.owl-carousel .owl-nav .owl-prev:before{
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #000;
  top: -6px;
  left: 0px;
}
.owl-carousel .owl-nav .owl-next{
  right: -5px;
}
.owl-carousel .owl-nav .owl-next:after{
  content: '';
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #000;
  top: -6px;
  right: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: #000;
}
.owl-carousel.off {
  display: block;
}
/*-- Arcylic Area --*/
.colorPallet{
  position: relative;
  background-color: #fff;
}
.colorPallet.greyBgDiv{
  background: transparent;
}
.shutterItemDiv.customDiv:first-child {
  margin-right: 20px;
}
.shutterItemDiv.customDiv {
  width: 12%;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  background: #fff;
}
.shutterItemDiv.customDiv+div {
  margin-right: 20px;
}
.shutterItemDiv.customDiv p{
  text-align: left;
  line-height: 18px;
}

#singleItemSlide2 .owl-next,
#singleItemSlide2 .owl-prev,
#singleItemSlide .owl-next,
#singleItemSlide .owl-prev{
  color: #000;
  font-size: 14px;
  padding: 0;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 30%;
  z-index: -1;
}
#singleItemSlide .owl-prev,
#singleItemSlide2 .owl-prev{
  left: -35px;
}
#singleItemSlide .owl-next,
#singleItemSlide2 .owl-next{
  right: -35px;
}
/*
 * Carcass
 */
.carcassContent{
  padding-top: 20px;
}
.carcassContent ul li{
  margin-bottom: 25px;
}
.carcassContent ul li h5{
  font-size: 22px;
  margin-top: 0;
}
.carcassContent ul li span{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.carcassContent ul li p{
  margin-bottom: 5px;
}
/*
 * Handles 
 */
#handlesPage .shutterItemDiv{
  margin: 0 0 30px 0;
}
#handlesPage .shutterItemDiv.last,
#handlesPage .shutterItemDiv.lastTwo{
  margin-bottom: 0;
}
/*
 * About Us Page 
 */
.aboutContent {
  background: #fff;
  position: relative;
  z-index: 1;
}
.aboutContent p{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.aboutContent ul li{
  text-align: justify;
  margin-bottom: 8px;
}
.aboutContent ul li span{
  font-size: 20px;
  font-weight: 600;
}
.aboutContent .bullet li:before{
  top: 10px;
}
.aboutContent ul{
  margin: 20px 0;
}
#aboutUsPage img{
  box-shadow: -2px -2px 11px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 50%;
}
.marginLeftZero{
  margin-left: 0;
}
/*
 * Dealership Enquiry 
 */
.enquiryForm,
.contactUsArea{
  background-color: #6a6b6d;
  padding: 50px;
}
.flex-row{
  display: flex;
  margin-bottom: 1em;
}
.flex-row label{
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb300;
  cursor: pointer;
  margin: 0;
}
.flex-row label i{
  color: #000;
  font-size: 22px;
}
.flex-row .input,
.flex-row textarea{
  flex: 1;
  padding: 10px;
  border: 0;
  color: #000;
  font-size: 16px;
}
.flex-row input{
  height: 50px;
}
.flex-row textarea{
  height: 242px;
}
.enquiryForm button{
  background: #000;
  color: #fff;
  font-size: 22px;
  padding: 15px 30px;
  margin-top: 15px;
}
.contactUsArea ul li span{
  font-weight: 600;
  font-size: 23px;
}
.borderRight{
  border-right: 1px solid #000;
}
.contactSubDiv.borderNone ul{
  border-right: 0;
}
.contactUsArea ul li a{
  cursor: pointer;
  font-size: 20px;
  overflow-wrap: break-word;
}
.callUs,
.mailUs{
  padding-left: 25px;
}
.callUs:before,
.mailUs:before{
  position: absolute;
  font-family: FontAwesome;
  left: 15px;
}
.callUs:before{
  content: '\f095';
}
.mailUs:before{
  content: '\f0e0';
}
/*-- Footer Area --*/
footer{
  background: #fff;  
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(75,75,74,.8);
    -moz-box-shadow: 0px 0px 10px rgba(75,75,74,.8);
      box-shadow: 0px 0px 10px rgba(75,75,74,.8);
}
footer p{
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.footerTop{
  background: rgba(0,0,0,0.1) url(../images/pt-5.png);
}
.footerLogo{
  text-align: center;
}
.footerDiv .footerIcon{
  background-color: #ffb300;
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  left: 30px;
  top: -10px;
  text-align: center;
  line-height: 50px;
}
.footerDiv .footerIcon:after{
  border-top: 10px solid transparent;
  border-right: 5px solid #6a6b6d;
  content: '';
  position: absolute;
  right: 100%;
  top: 0px;
}
.footerBottom{
  background: #000;
  position: relative;
  padding: 15px 0;
}
.footerDiv {
  background: #fff;
  padding: 55px 15px 15px;
  min-height: 170px;
}
.footerLogo p{
  margin-bottom: 0;
  margin-top: 15px;
  text-align: left;
  font-size: 18px;
}
.footerBottom p{
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyImg{
  display: inline-block;
  float: left;
  width: 200px;
}
.websiteLink{
  background: #000;
  text-align: center;
  padding: 5px 25px;
  margin-top: 5px;
  display: inline-block;
}
.websiteLink p{
  color: #fff;
}
.websiteLink a{
  color: #ffb300;
}
.copyText{
  display: inline-block;
  float: right;
}
/*
 * Pop Up contact Box
 */
#boxHeader {
    margin-bottom: 15px;
}
.boxInput{
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-width: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateX(0);
    transform: translateX(0);
}
.boxInput.message {
  resize: none;
  height: 150px;
  padding: 10px;
}
.innopanBtn.submit{
  background-color: #FFF;
  color: #000;
  font-size: 18px;
  transition: all 0.1s, -webkit-transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s;
  transition: all 0.1s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
}
.innopanBtn.submit{
  padding: 10px 25px;
}
.boxInput.submit:active {
  margin-top: 15px;
  box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}
.boxInput.form-error {
  -webkit-animation: error 0.8s ease;
    animation: error 0.8s ease;
  background: rgba(0, 0, 0, 0.7);
}
.boxInput {
  transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s;
  transition: transform 0s 1s, -webkit-transform 0s 1s;
}
.slideContactBox {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slideContactBox {
  background: #fff;
  height: 100%;
  right: -350px;
  position: fixed;
  bottom: 0;
  width: 350px;
  z-index: 99;
  padding: 15px;
  overflow: auto;
  box-shadow: -3px -3px 15px 0px rgba(0, 0, 0, 0.15);
}
.slideContactBox h3{
  margin: 0;
}
.contactBtnDiv {
  display: block;
  float: left;
  margin-left: -100px;
}
.contactBtnDiv a.boxBtnArea {
  float: none;
  z-index: 100;
  position: fixed;
  top: 50%;
  width: 100%;
}
.contactBtnDiv a.boxBtnArea.opened{
  position: static;
}
.contactBtnDiv a.boxBtnArea:hover,
.contactBtnDiv a.boxBtnArea.opened {
  opacity: 1;
}
.contactBtnDiv .contactBoxBtn:before{
  content: 'Enquire Now';
  position: absolute;
  top: 0;
  left: -8px;
  width: auto;
  height: auto;
  transform: rotate(-90deg);
  padding: 5px 10px;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #000;
  color: #ffb300;
}
.contactBtnDiv a.boxBtnArea.opened .contactBoxBtn:before{
  content: '\f00d';
  font-family: fontAwesome;
  right: 0;
  left: auto;
  top: 0;
  background: #ffb300;
  color: #000;
}
.contactBtnDiv .boxBtnArea.opened .contactBoxBtn {
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
.contactBoxWindow {
  display: none;
  list-style: none;
  padding: 0;
}
.boxInput {
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.boxInput a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.boxInput a:hover {
  background: rgba(255,255,255,.2);
}
.formSubmitted .boxInput {
  -webkit-transform: translateX(150%);
    transform: translateX(150%);
  opacity: 0;
  transition: all 0.5s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.5s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.formSubmitted .boxInput:nth-child(1) {
  transition-delay: 0.1s;
}
.formSubmitted .boxInput:nth-child(2) {
  transition-delay: 0.2s;
}
.formSubmitted .boxInput:nth-child(3) {
  transition-delay: 0.3s;
}
.formSubmitted .boxInput:nth-child(4) {
  transition-delay: 0.4s;
}
.formSubmitted .boxInput:nth-child(5) {
  transition-delay: 0.5s;
}
@-webkit-keyframes error {
  0%, 100% {
  -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes error {
  0%, 100% {
  -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@-webkit-keyframes wiggle {
  0%, 100% {
  -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
  -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes wiggle {
  0%, 100% {
  -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  50% {
  -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
/*
 * Scroll To Top
 */
.scrollToTop{
  position:fixed;
  bottom:15px;
  left:15px;
  width:40px;
  height:40px;
  color:#ffffff;
  text-transform:uppercase;
  text-align:center;
  z-index:12;
  cursor:pointer;
  background:#4a4a4b;
  display:none;
  -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
      -o-transition:all 300ms ease;
        -moz-transition:all 300ms ease;
          transition:all 300ms ease;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(0,0,0,1);
      box-shadow: 0px 8px 23px -6px rgba(0,0,0,1); 
}
.scrollToTop:hover{
  color:#ffffff;
  background:#ffb300;
}
.scrollToTop span{
  font-size: 30px;
  line-height: 40px;
}

/*
 * Animation Effects 
 */
.fx-fadeInDown {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fx-fadeInDown;
  animation-name: fx-fadeInDown;
}
@-webkit-keyframes fx-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fx-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fx-fadeInLeft {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fx-fadeInLeft;
  animation-name: fx-fadeInLeft;
}
@-webkit-keyframes fx-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fx-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fx-fadeIn {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fx-fadeIn;
  animation-name: fx-fadeIn;
}
@-webkit-keyframes fx-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fx-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}