@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.fix-icon{
position: fixed;
left: 10px;
bottom: 10px;
z-index: 999;
}

body {
font-family: 'Open Sans', sans-serif;
}

#panel{
	display: none;
}

.amzn-link{
text-decoration: none;
margin-top: 35px;
display: inline-block;
}

.blue-dart{
position: absolute;
right: 30px;
width: 150px;
bottom: 0px;
z-index: 9999;
}

.discount .modal-body {
  background:url(../images/d-bg.jpg) center;  
  text-align:center;
  border-radius:5px;
  background-size:cover;
}

.discount .modal-body h2{
font-family: 'Anton', sans-serif;
font-size:30px;
line-height:1.4;
text-transform: capitalize;
padding:40px;
color:#1c304d;
margin: 0;
animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
to { color: #31abae;
   }
}


.discount .modal-body .popup{
background: rgba(255,255,255,0.9);
border-radius: 5px;
}

.conslt-box{
position: fixed;
left: 18px;
bottom: 75px;
width: 270px;
z-index: 999;
padding: 15px;
background: #1e777b;
text-align: center;
border-radius: 10px;
}

.conslt-box h2{
font-size: 15px;
color: #fff;
margin: 0;
font-family: 'Anton', sans-serif;
/*font-family: 'Poppins', sans-serif;*/
line-height: 1.2;
padding-bottom: 5px;   
}

.conslt-box p{
color: #ccfeff;
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Anton', sans-serif;*/
font-family: 'Poppins', sans-serif;
margin: 0;
font-size: 13px;
}

.conslt-box p a{
color: #ccfeff;
}






header {
	background: rgba(255, 255, 255, 255);
	width: 100%;
	z-index: 999;
	/*box-shadow: 0 0 5px #000;*/	
    position: relative;
}

header .blue-dart{
position: absolute;
right: 30px;
width: 150px;
bottom: -50px;
z-index: 99;
}


.index-top{position:absolute;}

.index-top .blue-dart{
    bottom: 0;
    z-index: 999;
}

.main-banner{padding-top: 25px;}


.logo{padding: 5px 0px;}

.logo img{width: 82%;}

.navigation{
width: 100%;
top: 20%;
background-color: #2b507a;
/*background-color: #008EB8;*/
z-index: 99;
box-shadow: 0 3px 10px #878787;
position: relative;
}

 .navbar-inverse {
	background:none;
	border:none;
	
}
.navbar {
	margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
/*	background: #008EB8;*/

	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	transition: all 0.4s ease-out 0s;

}

.navbar ul.nav > li > a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 5px;
    background-color: #00c0da;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #00c0da;
background: #fff;
}

.navbar ul.nav > li.active > a::before {
    width: 100% !important;
    left: 0;
}

.navbar ul.nav > li.active > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #00c0da;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #00c0da;
background: #fff;
}


.navbar ul.nav > li:hover > a::before {
    width: 100%;
    left: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  
    text-transform: uppercase;
}

.czm-speech-bubble-text {
display: none;
}

.contact-item {
   padding: 40px 0px;
   display: block;
}

.install-gudie{position: absolute;
z-index: 9999;
right: 0px;
padding-left: 125px;
padding-right: 0;
display: none;

}

.contact-item i {
    float: left;
font-size: 28px;
color: #008eb8;
font-weight: 600;
margin-right: 10px;
border: 1px solid #008eb8;
padding: 5px 8px;

}

.contact-item p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.mail-item i {
   float: left;
font-size: 28px;
color: #008eb8;
font-weight: 600;
margin-right: 10px;
padding: 5px 8px;
border: 1px solid #078db5;
}

.mail-item p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-left: 40px;
    margin-bottom: 0px;
}

.mail-item {
    padding: 40px 0px;
}

.mail-item p a {
    color: #333;
    text-decoration: none;
}

.tp-banner-container {
	height: 100vh!important;
	width: 100%!important;
	top: 0%;
}
.tp-banner {
	max-height: 100vh!important;
	height: 100vh!important;
	width: 100%!important;
}

.slide1 h1{
	color:#008EB8;
	
	font-family: 'Anton', sans-serif;
}
.slide-2 h2 {
	font-family: 'Anton', sans-serif;
	margin: 0;
}

.medium_bg_red{ 
	background:#008EB8 !important; }

.slidep {
	width: 30%;
	font-size: 16px;
	line-height: 30px;
}

.slidea a {
	/* background: #b4ddb4; */
	/* background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); */
	background: -webkit-linear-gradient(top, #20a6c4 0%,#28add5 17%,#0abcd0 33%,#008EB8 67%,#2c9fc2 83%,#37bdd0 100%);
	background: linear-gradient(to bottom, #20a6c4 0%,#28add5 17%,#0abcd0 33%,#008EB8 67%,#2c9fc2 83%,#37bdd0 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); */
	color: #fff !important;
	font-weight: 600;
	padding: 26px 18px;
	border-radius: 43px/41px;
	font-size: 16px;
}


.banner-6-heading h1{
/*background: #00c0da;
padding: 10px;*/
color: #fff;
}
.banner-6-heading h4{
margin: 0px;
background: #008EB8;
color: #fff;
padding: 8px 10px;
font-weight: 600;
}

.slide-a2 a{
	background:#26486c;
padding: 12px 20px;
display: inline-block;
border-radius: 15px;
color:#fff !important;
font-weight: 600;
transition: .4s
}


.about {
	border-top: 1px solid #ccc;
	padding: 20px 0 30px;
}
.about h1{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	position: relative;
}

.about h1::before{
position: absolute;
content: '';
left: 47%;
bottom: -5px;
height: 2px;
width: 60px;
background:#00c0d9;	
}

.about h1 color {
	color: #008EB8;	
}

.view-first .mask h2, .view-first:hover p, .view-first:hover span.info {
    opacity: 1;
    transform: translateY(0px);
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    
}


.view span.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0px 0px 1px #42B0AC;
}

.view-first span.info {
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}


.view-first span {
    opacity: 0;
}

.view .mask .roam{
	
position: relative;
color: #fff;
padding: 35px 30px 20px 30px;
text-align: center;
}

.view {
	margin: 31px 0 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 4px #a5a5a5;
	cursor: pointer;
	padding-left: 0px;
	
}
.view-first img{
     transition: all 0.2s linear 0s;
     width: 100%;
 }
.view-first:hover img {
    transform: scale(1.1, 1.1);
}
.view-first .mask {
    opacity: 1;
}
.view-first .mask h2, .view-first:hover p, .view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    /*! background: #000000b3; */
}
.view-first a.info {
	opacity: 0;
}
.view .mask, .view .content {
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
}                 
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 28px;
	padding: 30px 10px 10px 10px;
	margin: 0px 0px 0px;
	font-weight: 800;
}
.view p {
    
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 30px 20px 30px;
    text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	color: #000;
	text-transform: uppercase;
	box-shadow: 0px 0px 1px #42B0AC;
}
.view-first .mask {
	opacity: 1;
	background-color: rgba(10, 188, 208, 0.49);
	transition: all 0.4s ease-in-out 0s;
}
.view-first:hover .mask {
	
	background-color: rgba(10, 188, 208, 0.82);}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
    
}
.view-first .mask p {
	opacity: 0;
}
.view-first:hover .mask p {
	opacity: 1;
}
.view-first p {
    transform: translateY(100px);
    opacity: 1;
    transition: all 0.2s linear 0s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.view .fresh, .view .content {
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
}

.view-first .fresh {
    opacity: 1;
    
    transition: all 0.4s ease-in-out 0s;
}

.view-first .fresh p {
    opacity: 0;
}

.view-first:hover .fresh p {
    opacity: 1;
    padding: 0;
}

 .about .all-border{
	border-radius: 20px 20px 20px 20px;
}

.pad0{
padding: 0px;
}

.pro-details{
background: #31abae;
padding: 12px;
}

.pro-details h4{
font-family: 'Poppins', sans-serif;
margin-top: 0px;
color: #fff;
font-size: 15px;
background: #294368;
padding: 4px 6px;
text-align: center;
border-radius: 30px;
margin-bottom: 5px;
}

.pro-details2{
	border-radius: 0px 0px 20px 0px;
	padding: 12px 10px 12px 10px;
	margin-right: 10px;
    margin-top: 10px;
}

.pro-details2 h4{
background: none;
padding: 0px;
font-weight: 600;
text-align: left;
}
.pro-details2 h3::before{
border-bottom: 7px solid transparent;
border-right: 8px solid #24394d;
content: "";
display: block;
height: 0px;
left: 0px;
position: absolute;
bottom: -7px;
width: 6px;
}

.pro-details h3{
margin-top: 0px;
font-size: 16px;
color: #fff;
font-family: 'Roboto', sans-serif;
background: #24394d;
padding: 4px 6px;
position: relative;
left: -20px;
width: 100%;
position: relative;
}

.pro-details p{
	margin-bottom: 0px;
	color: #f1f1f1;
}

.index-pr{
border: 1px solid #d1d1d1;
transition: .4s;
margin: 15px 0px;
}

.index-pr:hover{
border: 1px solid #008eb8;
}

.about-sec{
	position: relative;
background-image: url(../images/about-bg.jpg);
/*background: #2b476f;*/
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
}

.about-sec::before {
    background:   rgba(0, 0, 0, 0) url(../images/about-img.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 44%;
}

.about-area-2{
padding: 50px 10px 50px 50px;
}

.about-area-2 h2{
color: #fff;
text-transform: uppercase;
margin-top: 0px;
position: relative;
}

.about-area-2 h5{
	color: #fff;
	margin-bottom: 5px;
}

.about-area-2 h2 span{
	font-weight: 600;
	color: #00c0da;
}

.about-area-2 h2::before {
position: absolute;
content: '';
left: 0px;
bottom: -7px;
width: 120px;
height: 1px;
background-color:#fff;
}


.about-area-2 h2::after{
position: absolute;
content: '';
left: 0px;
bottom: -7px;
width: 40px;
height: 1px;
background-color:#00c0da;
}

.about-area-2 p{
	color: #f9f9f9;
	line-height: 26px;
}
.about-area-2 a
{
background:#00c0da;
padding: 12px 20px;
display: inline-block;
border-radius: 15px;
color:#fff;
font-weight: 600;
transition: .4s;
}

.about-area-2 a:hover{
	background: #31abae;
}


.bg {
	background: url(../images/bg.jpg) fixed;
	background-size: cover;
	padding: 70px 0 70px 0; 
}
.bg h1 {
	font-size: 7em;
}

.bg h2 {
	font-size: 4.5em;
	margin-left: 8%;
	letter-spacing: 3px;
}
.bg h3 {
	font-size: 5em;
	margin-left: 11%;
	color:#008EB8;
	
}
.bg a {
	background: #008EB8;
	padding: 12px 30px;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	top: 25px;
	/*! left: 200px; */
	color: #fff;
}

a:hover {
	text-decoration: none; 
}
.pros {
	padding: 30px 0 40px 0;
}
.pros h1{
	float: left;
	margin-bottom: 25px;
	margin-top: 0;
}
.top_ {
	float: right;
	z-index: 9999;
	top: 10px;
}

.bar {
    margin: 20px 0 15px 0;
    padding: 5px 0px 35px 0px;
    border-radius: 0;
    
    font-size: 15px;
    line-height: 23px;
}

.bar > li {
    position: relative;
    float: left;
    list-style: none;
    padding: 5px;
    font-family: "Open Sans",sans-serif;
}

.bar li a {
    color: #008EB8;
    text-decoration: none;
}

.bar i {
    color: #008EB8;
    font-size: 14px;
}


.sec-3{
padding: 40px 0px;
background: #f8f8f8;
}


.sec-3 h2{
margin-top: 0px;
text-align: center;
font-family: 'Poppins', sans-serif;
margin-bottom: 25px;
position: relative;
} 

.sec-3 h2 span{
	color: #008EB8;
}

.sec-3 h2::before {
    position: absolute;
    content: '';
    left: 47%;
    bottom: -5px;
    height: 2px;
    width: 60px;
    background: #00c0d9;
}

.sec-4{
padding: 40px 0px;
text-align: center;
border-bottom: 1px solid #eaeaea;
}

.sec-4 h4{
margin-bottom: 5px;
font-size: 17px;
margin-top: 0px;
}

.sec-4 h2{
font-family: 'Poppins', sans-serif;
color: #008EB8;
margin-top:0px;
margin-bottom: 25px;
}

.sec-4 img{
width: 75%;
display: inline-block;
}

.sec-5{
    padding: 40px 0px;
    border-bottom: 1px solid #ececec;
}


.sec-5 h2 {
  margin-top: 0px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
  position: relative;
}

.sec-5 h2 span {
  color: #008EB8;
}

.sec-5 h2::before {
  position: absolute;
  content: '';
  left: 47%;
  bottom: -5px;
  height: 2px;
  width: 60px;
  background: #00c0d9;
}

.sec-5 video{
    width: 100%;
}

.side-products .pro-heading h2{margin-top: 0px;
font-size: 18px;
color: #fff;
background-color: #008eb8;
padding: 10px}


.border-box1{
margin-bottom: 15px;}



.border-box1 ul{list-style: none;
padding-left: 0px;
border-bottom: 1px solid #ccc;}

.border-box1 ul li a{font-size: 15px;
display:block;
color: #333;
padding: 8px 12px;

vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;

-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.border-box1 ul li a:before{
	content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #fff;
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}


.border-box1 ul li a:hover::before, .border-box1 ul li a:focus::before, .border-box1 ul li a:active::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.border-box1 ul li a i{padding-right: 5px;}

.border-box1 ul li a:hover{
color: #fff;
background-color: #1f455f;
}

.border-box1 ul li {
    
    border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}



.products{padding-bottom: 35px;}

.products h1{
color: #008eb8;
font-size:28px;
margin-top:0px;
}

.about-us h1{
color: #008eb8;
font-size:28px;
margin-top:0px;
margin-bottom: 18px;
}

.about-us{padding-bottom: 25px;}

.about-us p{
text-align: justify;
line-height: 28px;
font-size: 15px;
}

.pro-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	border: 1px solid #e9e9ea;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.pro-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro-box .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px; 
}

.pro-box:hover{box-shadow: 0px 2px 30px 6px #cfcfcfcc;}


.pro-box .inner p{margin-bottom: 0px;
padding: 5px 0px;}

.pro-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}

.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer; 
    transition: all 0.9s ease 0s;
}

.pro-box a{color: #000;}

.dealer-table{font-size: 15px;}

.dealer-table td {
    padding: 10px 0px;
}

.dealer-table .btn {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
}

.dealer-table .btn-primary {
    color: #fff;
    background-color: #008eb8;
    border-color: #008eb8;
}


.videos-awareness{margin-top: 30px;}

.sales-market h2{font-size:24px;
color: #008eb8;


border: 0px solid #c9c9c9;
font-weight: 100;
}

.sales-market{padding: 0 0px 20px 0;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
margin: 25px 0px;}

.sales-market p{color: #333;
font-size: 17px;
font-family: 'Josefin Sans', sans-serif;
margin: 0;
line-height: 26px;
}

.mkt{
	background: url(../images/bg-contact.jpg) fixed;
	background-size: cover;
}



footer {
	background:#2B507A;
	padding: 30px 0;
}
footer ul {
	padding: 0;
	margin:0; 
}
footer ul li {
	list-style: none;
}
footer ul li a{
	list-style: none;
	color: 	#fff;
	font-weight: 300;
	font-size: 13px;
	line-height: 26px; 
}

footer p{
color:#fff;
font-weight: 300;
font-size: 13px;
}

footer p a{
color:#fff;	
transition: .4s;
}
footer p a:hover
{
	color: #ccc
}

footer ul li a:hover{
	color: 	#ccc;
}
footer h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	margin-top: 0;
}
.soc_icons {
    
    margin-top: 30px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    padding-left: 0;
left: 0px;
margin-bottom: 15px;
}
.soc_icons > li {
    display: inline-block;
    margin-right: 9px;
    position: relative;
}
.soc_icons > li > a {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 500px;
	color: #008EB8;
	display: inline-block;
	height: 37px;
	line-height: 1em;
	position: relative;
	text-align: center;
	transition: all 0.4s ease-out 0s;
	width: 37px;
}
.soc_icons i {
    font: 16px/37px 'FontAwesome';
}
.soc_icons > li > a:hover {
    background: none repeat scroll 0 0 #3A3A3A;
    color: #fff;
    text-decoration: none;
}

.pros .btn-success {
	color: #09bed2;
	background-color:transparent;
	border-color: #09bed2;
}

.pros .btn-success:hover {
	color: #09bed2;
	background-color:transparent;
	border-color: #09bed2;
}
.aboutpage {
	background: url(../images/abg.jpg) fixed;
	background-size: cover; 
}
.abmatter {
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 20px;
	margin: 40px 0px;
}
.abmatter h1{
	color: #fff;
}

.abmatter p{
	color: #fff;
	text-align: justify;

}
.abmatter h3{
	color: #fff;
	

}
.abmatter h2{
	color: #fff;
	
}
.prorange h1{
	font-size: 30px;
	margin-bottom: 30px;
}
.prorange ul{
	padding: 0;
}

.prorange h3 {
	font-size: 17px;
	background: #002C69;
	padding: 10px 4px;
margin-left: 15px;
margin-right: 15px;
	text-align: center;
	display: inline-block;
width: 88%;
}

.prorange ul {
	background: #fff;
	margin: 0;
}
.prorange ul li {
	list-style: none;
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
}

.prorange ul li a {
	text-transform: capitalize;
}

.side-pro{
	background: #fff;
}

.side-pro p {
	color: #333;
	padding: 6px 10px;
	font-size: 13px;
}

.side-pro p a{
	text-align: right;
}

.prorange .btn { 
	padding: 7px 20px;
	background: #002c69;
	color: #fff;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
}

 
.side-pro img{
     transition: all 0.2s linear 0s;
     width: 100%;
 }
.side-pro:hover img {
    transform: scale(1.1, 1.1);
}

.side-pro-view {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	padding-left: 0px;
}

.specifications p{
line-height: 28px;
}

.specifications h3 {
    color: #008eb8;
    font-size: 25px; 
}

.specifications ul{
	padding-left: 13px;
}

.specifications ul li{
	line-height: 27px;
}

.specifications table{
	text-align: center;
}

.specifications table th {
/*	background-color: #eaeaea;*/
	padding: 6px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 13px;
	/*background:#008eb8;*/
    background: #2b507a;
    color:#fff;
}

.specifications table tr{
	line-height: 30px;
	border: 0px solid #fff;
}

.specifications table tr td{
	border: 1px solid #eee;
}

 

.pdf-down a img {
	width: 18%;
	float: right;
}

.contact-table td i{
	color: #008eb8;
    font-size: 17px;
}

.contact-table td strong{
	
    font-size: 15px;
}

.contact-table td p{
    font-size: 15px;
    padding-top: 10px;
}

.contact-table td p a{
	color: #333;
	text-decoration: none;
}

.contact-table td p a:hover{
	color: #008eb8; 
}

.map{
	margin-top: 25px;
}

.enquiry-table td{padding:10px 0px; }

.enquiry-table .btn-primary {
    color: #fff;
    background-color: #008eb8;
    border-color: #008eb8;
}

.enquiry-table th{
	font-size: 15px;
}

.enquiry-table .btn {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
}

/*.enq-ast img{
	width: 70%;
	display: inline-block;
}
*/
.enq-ast{
	text-align: center;
	padding-top: 55px;
}

.enq-consult {
padding: 40px 25px;
background: #1e777b;
text-align: center;
position: relative;
}

.enq-consult::before{
border-bottom: 60px solid transparent;
border-left: 350px solid #1e777b;
content: "";
display: block;
height: 0px;
right: 0;
position: absolute;
bottom: -60px;
width: 150px;   
}

.enq-consult h2{
font-size: 26px;
color: #fff;
margin: 0;
font-family: 'Anton', sans-serif;
line-height: 1.3;
padding-bottom: 5px;
}

.enq-consult p{
color: #ccfeff;
font-family: 'Poppins', sans-serif;
margin: 0;
font-size: 14px;
}

.enq-consult p a{
color: #ccfeff;
text-decoration: none;  
}


.kodison-top{position: absolute;
right: 0;
top:10px;}

.kodison-top h2{font-size: 18px;
margin: 10px;
padding-bottom: 6px;
text-align: center;
color: #fff;
font-weight: bold;
}

/*.kodison-top::after{
content: "\f015";
font-family: FontAwesome;
display: block !important;
font-size: 1.8em;
margin: 0px !important;
padding: 8px 15px;
position: fixed;
top: 55px;
z-index: 9999 !important;
color: #FFF;
background-color: #002C69;
right: 0;

}*/

.kodison-top::before {
    content: "Download Catalogue";
font-family: fontawsume;
display: block !important;
font-size: 20px;
position: fixed;
right: -67px;
top: 60%;
color: #FFF;
z-index: 9999 !important;
background-color: #002C69;
transform: rotate(-90deg);
text-align: center;
padding: 12px 11px;
}



.channel{
    transition: all 0.2s linear;
    margin-top: 20px;
}

.channel:hover {
  -webkit-transform: translate3d(0, -2px, 0);
transform: translate3d(0, -3px, 0);
-webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
box-shadow: 0px 10px 14px rgba(255, 255, 255, 0.13);
}

.guide-pdf{
margin-bottom: 20px;
}

.guide-pdf a p{
	color: #fff;
text-decoration: none;
margin: 0;
padding: 5px 8px;
background: #008eb8;
transition: 0.5s;
float: left;
width: 83%;
}

.guide-pdf a:hover p{
background:  #1f455f;
}

.guide-pdf a i{
	float: right;
	color:#fff;
background: #1f455f;
padding: 11px 15px 12px 15px;
margin: -5px -8px;
}

.guide-pdf a {
	text-decoration: none;

margin: 0 0px;
box-shadow: 1px 1px 6px #9e9e9e;
display: block;
position: relative;
overflow: hidden;
}

.guide-pdf a img{
	display: inline;
	transition: all 0.9s ease 0s;
}

.guide-pdf a img:hover{-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer;
transition: all 0.9s ease 0s;}

.thanks{padding-bottom: 13%;}

.side-slider{
	overflow: hidden;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

.pdf-heading{color: #002c69 !important;
font-size: 20px !important;
font-weight: 600;
padding-top: 50px;
}

.single-dealer-table td p{margin:0;
padding-top: 6px; }

.table-responsive {
    border: 0px solid #ddd !important;
}

.k-logo{text-align: center;}

.k-logo img{display: inline-block;}

.next p {
    text-align: center;
    margin-top: 20px;
}

.next a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background: #008eb8;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none !important;
}

.products h3{font-size: 19px;
color: #1f455f;
font-weight: 600;}

@media (min-width:320px) and (max-width:414px){

.index-top {
	position: relative;
	padding: 10px 0 0 0;
}

.about-sec::before {
    width: 0%;
}

.about-area-2 {
    padding: 25px;
}

.logo{
	text-align: center;
}

.logo img {
	width: 70%;
	display: inline;
	padding-bottom: 10px;
}

.contact-item {
	padding: 10px 65px;
	display: none;
}

.contact-item i {
	font-size: 24px;
	padding: 3px 5px;
	font-weight: 100;
}

.contact-item p {
	font-size: 13px;
}

.mail-item {
	padding: 10px 65px;
	display: none;
}

.mail-item i {
	font-size: 24px;
	padding: 2px 5px 4px 5px;
	font-weight: 100;
}

.mail-item p {
	font-size: 13px;
}

.navbar-toggle {
	float: left;
}

.install-gudie {
	top: 0;
	padding-left: 0;
}

.main-banner {
	padding-top: 0px;
}

.tp-banner-container {
	height: 100% !important;
}

.tp-banner {
	max-height: 250px !important;
	height: 250px !important;
	width: 100% !important;
}
.tp-caption.medium_bg_red{
   background-color: none;
}
.tp-caption h1{
    font-size: 18px;
}
.medium_bg_red {
    background: #008EB8 !important;
}
.about h1 {
	font-size: 22px;
}

.about-area-2 {
    padding: 40px 0px;
}
.view h2 {
	font-size: 19px;
	padding: 7px 10px 0px 10px;
	font-weight: 100; 
}

.view-first p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	padding: 1px 11px;
}

.view span.info {
	padding: 3px 7px;
	font-size: 11px;
}

.bg {
	padding: 30px 0 70px 0;
}

.bg a {
	padding: 8px 20px;
	font-weight: 100;
	font-size: 16px;
}

.photo{
	margin-bottom: 10px;
}

.pros h1 {
	float: left;
	font-size: 20px;
	position: absolute;
	margin-top: 11px;
}

.pros .btn {
	display: inline-block;
	padding: 3px 9px;
	margin-bottom: 25px;
	font-size: 12px;
}

.soc_icons {
	margin-top: 30px;
	position: unset;
	margin-bottom: 0;
}

.about-us p {
    font-size: 14px;
}

.about-us h1 {
      font-size: 22px;
}

.side-products .pro-heading h2 {
    font-size: 16px;
}

.border-box1 ul li a {
    font-size: 14px;
}

.side-slider {
    
    box-shadow:none;
   
}

.products h1 {
    font-size: 22px;
}

.pdf-down a img {
    width: 35%;
    padding-top: 10px;
    float: none;
}

.gd-v{margin-top: 20px;}


.enq-ast {
    padding-top: 0px;
}

.contact-table td i {
    display: none;
}

.contact-table td strong {
    font-size: 14px;
    margin-left: -12px;
}

.contact-table td p {
    font-size: 14px;
    padding-left: 10px;
}

.sales-market h2 {
    font-size: 20px;
}

.sales-market {
    padding: 1px 8px 20px 8px;
}

.abmatter {
    padding: 20px 10px;
}

.k-logo img {
    width: 80%;
}

.abmatter h1 {
    color: #fff;
    font-size: 22px;
}

.abmatter h3 {
    font-size: 20px;
}

.abmatter h2 {
    font-size: 19px;
}

.video{padding: 8px 0 0 0;}

.kodison-top::before {
    right: -68px;
}

.prorange h1 {
    margin-bottom: 8px;
}

.pdf-heading {
    font-size: 16px !important;
    padding-top: 30px;
}

.m-slidepic-1{
	padding-left: 32px !important;
top: 30px;
position: relative;
}

.slide1 h1 {
    font-size: 13px;
    margin: 0;
}

.slide-2 h2 {
    font-size: 18px;
}
.banner-6-heading h4 {
    padding: 3px 5px;
    font-size: 7px;
    }

/*.medium_bg_red {
    background: #fff !important;
}
*/
.slide-3-heading{position: relative !important;
top: -33px;}

.slide-3-matter{
	display: none;
}

.slidea a {
    padding: 20px 18px;
    border-radius: 40px/40px;
    font-size: 10px;
    margin-top: ;
    top: 25px;
    position: relative;
}

.m-slide2heading-1 h2{position: relative;
top: -35px;
background-color: #008EB8 !important;
right: 115px;
padding: 3px 4px;}

.m-slidepic-2 img{float: right;
position: relative;
right: 35px;
top: 30px;
}

products h3 {
    font-size: 15px;
}


}




@media (min-width:480px) and (max-width:736px){


.index-top {
	position: relative;
	padding: 10px 0 0 0;
}

.logo{
	text-align: center;
}

.logo img {
	width: 55%;
	display: inline;
}

.contact-item {
	padding: 10px 64px;
	display: block;
	float: left;
	width: 60%;
}

.contact-item i {
	font-size: 24px;
	padding: 3px 5px;
	font-weight: 100;
}

.contact-item p {
	font-size: 13px;
}

.mail-item {
	padding: 10px 65px;
}

.mail-item i {
	font-size: 24px;
	padding: 2px 5px 4px 5px;
	font-weight: 100;
}

.mail-item p {
	font-size: 13px;
}

.navbar-toggle {
	float: left;
}

.install-gudie {
	top: 0;
}

.main-banner {
	padding-top: 0px;
}

.about h1 {
	font-size: 31px;
}

.bg {
	padding: 30px 0 70px 0;
}

.photo{
	margin-bottom: 20px;
}

.pros h1 {
	float: left;
	font-size: 22px;
	position: absolute;
	margin-top: 11px;
}

.pros .btn {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 25px;
	font-size: 12px;
}


.soc_icons {
	margin-top: 30px;
	position: unset;
	margin-bottom: 0;
}
.side-slider {
    box-shadow:none;
}

.products h1 {
    font-size: 22px;
}

.gd-v{margin-top: 20px;}

.enq-ast {
    padding-top: 0px;
}

.sales-market {
    padding: 1px 0px 20px 0;
}

.abmatter h1 {
    font-size: 25px;
}

.abmatter h3 {
    font-size: 21px;
}

.kodison-top::before {
    right: -68px;
}

.abmatter h2 {
    font-size: 22px;
}

.video{padding: 8px 0 0 0;}

.prorange h1 {
    margin-bottom: 8px;
}

.slide1 h1 {
    font-size: 21px;
}

.m-slidepic-2 img{float: right;
position: relative;
right: 63px;
top: -5px;
}

.m-slidepic-1{
	padding-left: 44px !important;
top: -3px;
position: relative;
}

.m-slideheading-1{top: -30px;
position: relative;}

.m-slideheading-2{top: -30px;
position: relative;}

.m-slide2heading-1 h2{position: relative;
top: -35px;
background-color: #008EB8 !important;
right: 115px;
padding: 3px 4px;
font-size: 23px;}

.medium_bg_red {
    background: #fff !important;
}

.slide-3-heading{position: relative !important;
top: -80px;}

.slide-3-matter{
	font-size: 11px !important;
position: relative !important;
top: -65px;
line-height: 17px;
}

.slidea a {
    padding: 20px 18px;
    border-radius: 40px/40px;
    font-size: 10px;
  
    top: -44px;
    position: relative;
}



}

@media (min-width:768px) and (max-width:980px){

.logo img {
	width: 98%;
}

.contact-item i {
	font-size: 18px;
	font-weight: 100;
	margin-right: 4px;
	padding: 4px 6px;
}

.contact-item p {
	font-size: 13px;
}

.mail-item i {
	font-size: 18px;
	font-weight: 100;
	margin-right: 4px;
	padding: 4px 6px;
}

.mail-item p {
	font-size: 13px;
}

.navbar-toggle {
    position: relative;
    float: left;
}    

.navbar-header {
    float: none;
}

.navbar-left,.navbar-right {
        float: none !important;
}

.navbar-toggle {
        display: block;
}

.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
}

.navbar-collapse.collapse {
        display: none!important;
}

.navbar-nav {
        float: none!important;
		margin-top: 7.5px;
}

.navbar-nav>li {
        float: none;
}

.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
}

.navbar-toggle {
	padding: 7px 8px;
}

.navbar {
    min-height: 0px;
}

.collapse.in{
  		display:block !important;
}

.install-gudie {
	position: absolute;
	z-index: 9999;
	right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.view h2 {
	font-size: 19px;
	padding: 7px 10px 0px 10px;
	font-weight: 100; 
}

.view-first p {
	font-size: 12px;
	line-height: 19px;
	padding: 3px 11px 2px 11px;
	margin-bottom: 0;
}

.view .mask .roam {
	padding: 6px 30px 20px 30px;
}


.view span.info {
	padding: 3px 7px;
	font-size: 11px;
}

.bg a {
	padding: 8px 20px;
	font-weight: 100;
	font-size: 16px;
}

.pros h1 {
	font-size: 26px;
}

.top_ {
	top: 0px;
}

.pros .btn {
	padding: 4px 10px;
	font-size: 12px;
}

.bg {
	padding: 35px 0 70px 0;
}

.soc_icons > li > a {
	height: 36px;
	width: 35px;
}

.soc_icons > li {
	margin-right: 2px;
}

.border-box1 ul li a{font-size: 12px;
padding: 8px 0px 8px 8px;}

.about-us h1 {
    font-size: 25px;
}

.contact-item {
    padding: 29px 0px;
}

.mail-item {
    padding: 29px 0px;
}

.pro-box {

    font-size: 13px;
    height: 160px;
}

.products h1 {
    font-size: 24px;
}

.pdf-down a img {
    width: 23%;
}

footer h1 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
}

.contact-table td strong {
    font-size: 14px;
}

.contact-table td i {
   
    padding-right: 8px;
}

.abmatter h1 {
   font-size: 28px;
}

.abmatter h3 {
   font-size: 21px;
}

.abmatter h2 {
    font-size: 20px;
}

.prorange h3 {
    font-size: 15px;
}

.abmatter {
    padding: 20px 10px;
   
}

.kodison-top::before {
    position: fixed;
    right: -68px;
    top: 25%;
}

.k-logo img {
    width: 35%;
}

.pdf-heading {
    font-size: 19px !important;
    padding-top: 30px;
}

.side-show{
	padding-top: 9em;
}

.tp-banner-container {
    height: 44vh !important;
}

.m-banner{height: 450px !important;}

.m-slidepic-2 img{float: right;
position: relative;
right: 63px;
top: -5px;
}

.m-slidepic-1{
	padding-left: 44px !important;
top: -3px;
position: relative;
}

.slide1 h1 {
    font-size: 26px;
}

.m-slide2heading-1 h2{position: relative;
background-color: #008EB8 !important;
right: 115px;
padding: 3px 4px;
font-size: 23px;}

.medium_bg_red {
    background: #fff !important;
}

}

@media (width:1024px){

.navbar-inverse .navbar-nav > li > a {
	padding: 15px 15px;
	transition: all 0.4s ease-out 0s;
}


.contact-item i {
	font-size: 18px;
	font-weight: 100;
	margin-right: 4px;
	padding: 4px 6px;
}

.contact-item p {
	font-size: 13px;
}

.mail-item i {
	font-size: 18px;
	font-weight: 100;
	margin-right: 4px;
	padding: 4px 6px;
}

.mail-item p {
	font-size: 13px;
}

.install-gudie {
	position: absolute;
	z-index: 9999;
	right: 0px;
	padding-left: 44px;
	padding-right: 0px;
}

.view h2 {
	font-size: 22px;
padding: 35px 10px 0px 10px;
font-weight: 100;
}

.view-first p {
	font-size: 14px;
line-height: 19px;
padding: 3px 11px 2px 11px;
margin-bottom: 0;
}

.view .mask .roam {
	padding: 6px 30px 20px 30px;
}


.view span.info {
	padding: 3px 7px;
font-size: 11px;
margin-top: 5px;
}

.bg a {
	padding: 8px 20px;
	font-weight: 100;
	font-size: 16px;
}

.pros h1 {
	font-size: 26px;
}

footer h1 {
    font-size: 20px;
}

.pro-box {
    font-size: 13px;
}

.border-box1 ul li a {
    font-size: 14px;
    padding: 8px 0px 8px 5px;
    }


.kodison-top::before {
    position: fixed;
    right: -68px;
    top: 40%;
}

.prorange h3 {
    font-size: 15px;
}

.abmatter h1 {
   font-size: 27px;
}

.abmatter h2 {
    font-size: 25px;
}

.side-show{
	padding-top: 9em;
}

.tp-banner-container {
    height: 70vh !important;
}

.m-banner{height: 560px !important;}

.m-slidepic-2 img{float: right;
position: relative;
right: 100px;
top: -38px;
}

.m-slidepic-1{
padding-left: 44px !important;
top: -41px;
position: relative;
left: 20px;
}

.slide1 h1 {
    font-size: 26px;
}

.m-slide2heading-1 h2{position: relative;
background-color: #008EB8 !important;
right: 115px;
padding: 3px 4px;
}

.medium_bg_red {
    background: #fff !important;
}

.pro-height{height:242px;}

}	