@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Montserrat', sans-serif;font-size:14px;font-weight:400;color:#fff;overflow-x:hidden
}
@font-face {
    font-family: Bebas;
    src: url('../fonts/BebasNeue-Regular.otf') format('otf');
    src: url('../fonts/BebasNeue-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;}
a:hover{text-decoration:none}
.mt30 {
	margin-top: 30px
}
.mt20{
	margin-top: 20px
}
.mt15{margin-top:15px}
.mb0{margin-bottom:0}
.mb10{margin-bottom:10px}
.mb50 {
	margin-bottom: 50px
}
.mt50 {
	margin-top: 50px
}
.mb30{
	margin-bottom:30px
}
.p0{padding:0}
.fontsize26 {
	font-size: 26px
}
.fontweight300{font-weight: 300;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent
}
header {
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	top: 0;position:fixed;background-color: transparent;transition:all .3s ease 0s
}
header.affix{background-color:#fff}
.head-underln:before {
	width: calc(100% - 85%);
}

.proBdr {
	border: 3px solid #ccc;
	box-shadow: 1px 1px 6px 0px #ccc;
	border-radius: 8px;
}
.head-underln:after {
	width: 100%
}
.head-underln:before, .head-underln:after {
	left: 0
}

#navbar .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;color:#fff;transition:all .3s ease 0s
}
#navbar .navbar-nav > li > a:hover, #navbar .navbar-nav > li.active > a{color:#f0535b}
#navbar .navbar-default {
	border: 0 none;
	box-shadow: 1px 0px 3px 1px rgba(0,0,0,.2);background-color: transparent;
    color: #fff;    padding: 0 15px;margin-bottom:0
}
header.affix #navbar .navbar-nav > li > a{color:#333}
header.affix #navbar .navbar-nav > li > a:hover{color:#f0535b}
.page-cover{    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 0;
    overflow: hidden;}
.page-cover .cover-bg{background-image: url(../images/banner-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;background-attachment: fixed;
    z-index: -1;top: 0;
    left: 0;
    right: 0;
    bottom: 0;    position: absolute;}
.about-bg{background-image: url(../images/banner-img.jpg);
    background-repeat: no-repeat;
    background-position:center -215px;
    background-size: cover;background-attachment: fixed;height:300px;position:relative}

.index-bg{background-image: url(../images/banner-img-old.jpg);
    background-repeat: no-repeat;
    background-position:center -215px;
    background-size: cover;background-attachment: fixed;height:75px;position:relative; margin-bottom: 8px}



.about-bg.full-height{height:100vh;    background-position: center center;}
.navbar-right{margin:0}
.navbar-brand{padding:8px 15px}
.bottom-content{position:fixed;left:0;right:0;bottom:0;padding:15px;letter-spacing: 0.1em;    font-family: "Bebas", sans-serif; z-index:9}
.bottom-content p{margin:0;color:#fff;font-size:12px}
.bottom-content p a, .copywrite a{color:#fff}
.hero-text h1 {
	font-size: 37px;
	letter-spacing: 1px;
	line-height: 38px;
	/* width: 77%; */
	text-align: center;
	float: right;
	z-index: 999;
	position: relative;
	padding-top: 9px;
}
.hero-text.hometxt {
	padding: 17% 13% 15% 77%;
}
.hero-text{padding:15% 13%;}
.hero-text sup i{font-size:18px}
.bottom-content p.copywrite{font-size:11px;color:#fff}
.scroll-down-btn { position: absolute;
  bottom: 20px;left:0;right:0;text-align:center;z-index:9;}
.scroll-down-btn  a {
  display: inline-block;
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.scroll-down-btn a:hover {
  opacity: .5;
}



/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 80vh;
}
.fade-carousel .carousel-inner .item {
    height: 80vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3, 
.fade-carousel .slides .slide-4, 
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7     {
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image:url( "../images/banner1.jpg")
}
.fade-carousel .slides .slide-2 {
 background-image:url( "../images/banner2.jpg")
}
.fade-carousel .slides .slide-3 {
  background-image:url( "../images/banner3.jpg")
}
.fade-carousel .slides .slide-4 {
  background-image:url( "../images/banner4.jpg")
}
.fade-carousel .slides .slide-5 {
  background-image:url( "../images/banner5.jpg")
}
.fade-carousel .slides .slide-6 {
  background-image:url( "../images/banner6.jpg")
}

.fade-carousel .slides .slide-7 {
  background-image:url( "../images/banner7.jpg")
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
    
 




.scroll-down-btn a span {
  position: absolute;
  top: 0;
  left: 50%;
     width: 20px;
    height: 35px;
    margin-left: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-down-btn a span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 18px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 18px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.left-social{position:fixed;left:30px;bottom:auto;z-index:9999;top:50%;    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);}
.social-icons a {
	display:block;
	padding:11px 11px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}

.fa-facebook-block{background-color:#4867AA}
.fa-twitter-block{background-color:#1DA1F2}
.fa-google-plus-block{background-color:#DD4B39}
.fa-linkedin-block{background-color:#0077B5}
.fa-pinterest-block{background-color:#BD0019}
.more-btn{border:1px solid #000;background-color:transparent;color:red;box-shadow:none;padding:12px 25px;margin-top:20px;transition:all 0.3s ease 0s;display: inline-block;font-weight:600}
.more-btn:hover, .more-btn:focus, .more-btn:active{background-color:#fff;color:#E12428}
.para {
	line-height: 30px;
	font-size: 17px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.heading{position:relative;padding-bottom:15px;margin-bottom:35px}
.heading:after{content:"";position:absolute;left:0;right:0;bottom:-10px;margin:0 auto;height:1px;width:50px;background-color:#fff}


.op-section{position:relative}
#radioWrap {
     width: 20px;
    height: 180px;
    position: fixed;
    right: 30px;
    top: 50%;bottom:auto;
    z-index: 1;-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#radio {
  width: 100%;
  height: 100%;
}

#radio li {
  width: 16px;
  height: 16px;
  background-color: rgba(255,255,255, 0.5);
  text-indent: -10000px;
  border-radius: 50%;
  margin-top: 12px;
  cursor: pointer;
}

#radio li:first-child { margin-top: 0; }

/* 
			set position to absolute(essential).
			use margin to adjust gaps between LIs because ApplikeOnePage.js uses .outerHeight(true) method
			to measure the interval gap to which each radio buttons are placed.
		*/

#radioOn {
  width: 16px;
  height: 16px;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E12428;
  border-radius: 50%;
}
#view{position:relative}

#radio li:hover .cd-label {
	opacity: 1;
}
#radio .cd-label {
	position: relative;
    padding: 1px;
    color: #714a9c;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
    text-align: right;
    left: -70px;
    right: auto;
    display: block;
    width: 60px;
}
.about-cont{    padding: 10% 25%;
    text-align: center;float:left;width:100%}
	
#team {
    background: #eee !important;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .6);
	padding:15px
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;height:100%
}

.frontside .card,
.backside .card {
   height: 100%;
}

.backside .card a {
    font-size: 18px;
    color:#E12428
}

.frontside .card .card-title{
    color: #fff 
}
.frontside .card h4,
.backside .card h4  {
    color: #ccc
}
 .backside .card .card-title{color:#333}
.frontside .card .card-body img {
       width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 3px;
}
.ht {height: 32vh;}
.team-cont{padding:10%;}
.backside .card{color:#333}
.backside h4{margin-bottom:20px}
.product-cont{padding:8% 15%;    float: left;width: 100%;}
.product-cont a{color:#fff}
.product-box{position: relative;/*box-shadow:0px 1px 10px -2px #0b132d;*/padding: 10px;}
.product-box h3 {
	font-size: 16px;
	color: #000;
	min-height: 50px;
}
.product-box .more-btn{    padding: 6px 12px;
    margin-top: 5px;}
.contact-cont{padding:8% 10%;float:left;width:100%}
.contact-cont .form-control{background-color:transparent;border-radius:0;border:1px solid #fff;color:#fff}
.contact-det{box-shadow: 0px 1px 10px -2px #0b132d;    padding: 10px;}
.contact-det a{color:#fff}
.innerp-cont{color:#000;padding:60px 10%;float: left;
    width: 100%;}
footer{background-color:#092642;float: left;width: 100%;padding: 15px 15px 5px 15px;letter-spacing: 0.1em;
    font-family: "Bebas", sans-serif;}
footer a{color:#fff}
footer p.copywrite{font-size: 11px;}
footer .bottom-content p{font-size: 12px;}
.inner-bg .hero-text{    position: absolute;
    bottom: 30px;
    right: 60px;padding:0}
.team-box{margin-bottom:15px}
.team-block{border:1px solid #eee;background-color:#273b7a;padding-left:150px;position:relative;    height: 100%}
.team-cont-block{background-color:#fff;    padding: 15px 15px 15px 100px;    height: 100%;}
.team-cont-block h3{margin-top:5px;    margin-bottom: 15px;}
.team-img-block{      position: absolute;
    left: 52px;
    top: 15px;
    border: 10px;
    width: 166px;
    border-radius: 50%;
    padding: 3px;
    background-color: #fff;
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,.4);
}
.team-img-block img{border-radius:50%}
.team-cont-block h4{color:#E12428;margin-bottom:20px}
.m0{margin:0}
.team-cont-block p{line-height:26px;font-weight:500}
.innerp-cont .contact-det a {
    color: #000;
}
.traingtxt {
	line-height: 37px;
	font-size: 16px; text-align: justify
}
.traingtxt h2 {text-align: center; font-size: 30px; color:#F00004;}
.innerp-cont .more-btn {
    border: 1px solid #273b7a;
    background-color: #273b7a;
color: #ffffff;}
.innerp-cont .form-control{border-radius:0;border-color:#ccc;box-shadow:none}
.contact-address .fa{font-size:30px;color:#E12428;display:block;margin-bottom:15px}
.contact-address p {
	width: 48%;
	float: left;
}
.contact-address{float:left;width:100%;margin-bottom:15px}
.contact-address a{color:#000}
.contact-address a:hover{color:#E12428}
.product-sec{float:left;width:100%;background-color:#fff;color:#333}
.product-sec.bg-ccc{background-color:#ccc;}
.product-sec .bg-fff{background-color:#fff;}
.product-sec.bg-ddd{background-color:#ddd;}
.product-sec.bg-eee{background-color:#eee;}
.product-sec .product-contblock{padding:40px 50px 10px}
.product-sec.bg-ddd .product-contblock, .product-sec.bg-ccc .product-contblock{padding:70px 50px 0}
.product-contblock h3{position:relative;margin-bottom:20px}
.product-contblock h3:after{position:absolute;width:40px;height:2px;content:"";left:0;right:0;bottom:-10px;background-color:#E12428}
.carousel-indicators li{border: 1px solid #E12428;}
.carousel-indicators .active{    background-color: #E12428;}
.thumbnail{border: 0 none;border-radius: 0;margin: 0;padding: 0 0 30px 0;}
.carousel-indicators {bottom: 0;}
.import-ventilators{color:#333;font-weight:500;padding:30px 15px;float:left;width:100%;background-color:#ddd}
.ventilat-machine .ventilat-machine-img{overflow:hidden;border:3px solid #fff}
.ventilat-machine .ventilat-machine-img img{transform:scale(1);transition:all 1s ease 0s}
.ventilat-machine:hover .ventilat-machine-img img{transform:scale(1.2)}
.import-ventilators h3{margin-bottom:40px;position:relative}
.import-ventilators h3:after{position: absolute;width: 40px;height: 2px;content: "";left: 0;right: 0;bottom: -15px;background-color: #E12428;margin:0 auto;}
.ventilat-machine h4{font-size:16px;margin:15px 0}
.hero-slogan h2{position:absolute;right:30px;bottom:70px}
.hero-slogan h3{position:absolute;left:30px;top:70px}
.hero-thanktxt{position:absolute;top:38%;z-index:9;right:60px} 
.hero-thanktxt h1{font-size:55px}
.max-height{min-height:670px}



html.touch #radioWrap{display:none}
html.touch .about-cont {padding: 0 25%;}
html.touch #navbar .navbar-default{background-color: rgba(255,255,255,.9);}
html.touch .navbar-brand {padding: 0 15px;}
html.touch .navbar-toggle{margin-top: 16px;margin-bottom: 16px;}
html.touch .navbar-toggle, html.touch .navbar-default .navbar-toggle:hover, html.touch .navbar-default .navbar-toggle:focus{background-color: #f0575b;}
html.touch .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
html.touch .bottom-content{background-color:rgba(0,0,0,.8) ;line-height: 20px;padding:5px 15px}
html.touch .bottom-content p.copywrite {font-size: 9px;}
html.touch #navbar .navbar-nav > li > a{color: #000;padding-top: 23px;padding-bottom: 23px;}
#burst-12 {
      background: red;
      width: 200px;
      height: 200px;
      position: relative;
      text-align: center;
    }
    #burst-12:before,
    #burst-12:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 200px;
      width: 200px;
      background: red;
    }
    #burst-12:before {
      transform: rotate(30deg);
    }
    #burst-12:after {
      transform: rotate(60deg);
    }


@media only screen and (max-width:1024px){
	.hero-text h1 {
	font-size: 34px;
	line-height: 34px;
}
.contact-address p {
    width: 100%;    position: relative;padding-left:25px
}
.contact-address.text-center{text-align:left}
.contact-address .fa{position:absolute;left:0;    font-size: 20px;}
.hero-text.hometxt {
    padding:16% 13% 15% 20%;
}
.para {
    line-height: 24px;
font-size: 15px;}
}
@media only screen and (max-width:991px){
	.innerp-cont{padding: 20px 10%;}
	.about-bg {
    background-position: center;
}
}
@media only screen and (max-width:767px){
	#radioWrap{display:none}
	.xs-center{text-align:center}
	#navbar .navbar-default{background-color: rgba(255,255,255,.9);}
	.navbar-brand {padding: 0 15px;}
	.navbar-toggle{margin-top: 16px;margin-bottom: 16px;}
	.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color: #f0575b;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
	.bottom-content{background-color:rgba(0,0,0,.8) ;line-height: 20px;padding:5px 15px}
	.bottom-content p.copywrite {font-size: 9px;}
	html.touch .navbar-collapse, .navbar-collapse{position: absolute;top: 66px;background-color:#b5b5b5;left: 0;right: 0;}
	html.touch #navbar .navbar-nav > li > a, #navbar .navbar-nav > li > a {padding-top: 7px;padding-bottom: 7px;text-align:center}
	html.touch .navbar-nav, .navbar-nav{padding: 10px 0;}
	html.touch .hero-text h1, .hero-text h1 {font-size: 36px;line-height: 42px;text-align: center;}
	html.touch .hero-slogan h2, .hero-slogan h2 {top: 230px;font-size: 18px;left: 92px;text-align: center;}
	html.touch .hero-text.hometxt, .hero-text.hometxt {padding: 44% 13% 60px 20%}
	html.touch .about-cont, .about-cont {padding: 0 18%;}
	html.touch .hero-slogan h3, .hero-slogan h3 {left: 30px;top: 50px;font-size: 18px;}
	html.touch .contact-cont, .contact-cont {padding: 0 10% 70px;}
	html.touch .bottom-content, .bottom-content{line-height: 30px;}
	html.touch .bottom-content p.copywrite, .bottom-content p.copywrite{line-height: 14px;}
	html.touch .product-box, .product-box{margin-bottom:30px}
	/* html.touch .product-box:last-child, .product-box:last-child{margin-bottom:0} */
	html.touch #navbar .navbar-nav > li > a {color: #fff;}
	.innerp-cont {padding: 20px}
	.para {line-height: 22px;font-size: 14px}
	footer{padding: 15px 0 5px 0;}
	.inner-bg .hero-text h1 {text-align:right}
	.product-sec .product-contblock {padding: 10px 20px 10px}
	.product-sec.bg-ddd .product-contblock, .product-sec.bg-ccc .product-contblock {padding: 10px 20px 10px}
	.max-height{min-height:auto}
	.import-ventilators{padding:0}
	.import-ventilators h3, .product-contblock h3{font-size:18px}
	.ventilat-machine h4 {font-size: 14px;}
	.ventilat-machine{margin-bottom:20px}
      .videoWidth {width: 100%; height: auto;}
}
@media only screen and (max-width:480px){
	html.touch .left-social, .left-social {position: absolute;left: 0;bottom: auto;z-index: 1;top: 110px;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);right: 0;text-align:center}
	html.touch .social-icons a, .social-icons a{display: inline-block;width: 40px;}
	html.touch .hero-text.hometxt, .hero-text.hometxt {padding: 170px 10px 0 134px;}
	html.touch .hero-slogan h2, .hero-slogan h2 {position: static;padding:0 10px 30px 10px}
	html.touch .about-cont, .about-cont {padding: 0 10px}
	html.touch .heading:after, .heading:after{    bottom: 0;}
	html.touch .heading, .heading{padding-bottom: 10px;margin-bottom: 30px;font-size:24px}
	html.touch .product-cont, .product-cont{padding:30px 0 0 0 }
	html.touch .contact-cont, .contact-cont {padding:0 10px 100px}
	html.touch .more-btn, .more-btn{margin-top:5px}
	html.touch .hero-text h1, .hero-text h1 {font-size: 26px;line-height: 28px}
	html.touch .hero-slogan h2, html.touch .hero-slogan h3, .hero-slogan h2, .hero-slogan h3{font-size:15px}
	html.touch .bottom-content, .bottom-content {line-height: 20px;}
	html.touch .bottom-content p.copywrite, .bottom-content p.copywrite{margin-top:8px}
   
     #burst-12 {
	background:none;
	z-index: 1;
	position: relative;
	text-align: center;
}
	
    
    #burst-12::before, #burst-12::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	
	background:none;
}
     .videoWidth {width: 100%; height: auto;}
}
@media only screen and (max-width:380px){
	html.touch #navbar .navbar-default, #navbar .navbar-default{padding:0}
	html.touch .navbar-brand, .navbar-brand {padding: 0 0px}
    
  
}



   
.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top:0px;
  left:-200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}
