@import 'fontawesome-all.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
/*
    font-family: 'Raleway', sans-serif;
    font-family: 'Varela Round', sans-serif;
    font-family: 'Shadows Into Light', cursive;
*/
	font-size: 14px;
	color: #333;
	line-height: 1;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7e81de;
}
a:active {
	text-decoration: none;
}
.wrapperfluid {
    width: 98%;
	margin: auto;
}

.wrapper {
	max-width: 1225px;
	width: 95%;
	margin: auto;
}
.formField {
    margin-bottom: 12px;
}
.fprop {
    width: 100%;
}
.fprop input[type="text"] {
    padding: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Droid Sans", Arial, sans-serif;
    width: 100%;
    background-color: #f9f9f9;
}
.fprop input[type="text"]:focus {
    border: solid 1px #ccc;
    background-color: #fff;
}
.fprop input[type="date"] {
    padding: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Droid Sans", Arial, sans-serif;
    width: 100%;
    background-color: #f9f9f9;
}
.fprop input[type="date"]:focus {
    border: solid 1px #ccc;
    background-color: #fff;
}
.fprop input[type="time"] {
    padding: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Droid Sans", Arial, sans-serif;
    width: 100%;
    background-color: #f9f9f9;
}
.fprop input[type="time"]:focus {
    border: solid 1px #ccc;
    background-color: #fff;
}
.fprop select {
    padding: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Droid Sans", Arial, sans-serif;
    width: 100%;
    background-color: #f9f9f9;
}
.fprop select:focus {
    border: solid 1px #ccc;
    background-color: #fff;
}
.fprop textarea {
    padding: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    font-size: 15px;
    font-family: "Droid Sans", Arial, sans-serif;
    width: 100%;
    resize: none;
    height: 150px;
    background-color: #f9f9f9;
}
.fprop textarea:focus {
    border: solid 1px #ccc;
    background-color: #fff;
}
.fprop button {
    padding: 12px 30px;
    border: solid 1px #4681db;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "Droid Sans", Arial, sans-serif;
    background-color: #4681db;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}
.fprop button:hover {
    border: solid 1px #666;
    background-color: #666;
    color: #fff;
}
.lab {
    font-size: 16px;
    margin: 2px 0 8px 0px;
    display: block;
    color: #666;
}
.small-text {
    padding: 4px 0 0 0px;
    font-size: 13px;
    
}
.map {
    border: solid 1px #ddd;
    padding: 5px;
    box-sizing: border-box;
}
.feedback {
    width: 100%;
}
.feedback h3 {
    font-size: 25px;
    font-weight: 100;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.feedback hr {
    border-top: solid 1px #eee;
    margin:  15px 0 15px 0px;
}
.colm2l {
    float: left;
    width: 49%;
}
.colm2r {
    float: right;
    width: 49%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mth {
    margin: 35px 0 0 0px;
}
.mt {
    margin: 50px 0 0 0px;
}

.split {
    clear: both;
}
header {
    background-color: #4681db;
    width: 100%;
    height: 90px;
}
.logo {
    float: left;
    margin:  15px 0 0 0px;
}
nav {
    float: right; 
}
nav ul {
    width: auto;
}
nav ul li {
    float: left;
    margin:  25px 0 0 0px;
}
nav ul li a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
nav ul li a:hover {
    color: #b7d4ff;
    background-color: #3871c9;
    border-radius: 4px;
}
/* slider start */
.slider-animation {
    padding: 0px 0 0 0px;
    overflow: hidden;
    text-align: center;
}
.textbox {
   background: rgba(41,32,93,0.0);
   padding: 30px;
   width: 750px;
   box-sizing: border-box;
   box-shadow: none;
   display: none;
}
.slidetitle {
    color: #fff;
    font-size: 50px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 100;
    margin: 40px 0 0 0px;
}
.slidedescription {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin:  3px 0 30px 0px;
}
.slidelink {
    border: solid 1px #fff;
    padding:  10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
:hover.slidelink {
    border: solid 1px #fff;
    color: #fff;
    
}
.button-slider {
    background: none !important;
    opacity: 1 !important;
    
    font-size: 75px !important;
    top: 45% !important;
    margin-top: -20px !important;
}
.bar {
    background: rgba(255,255,255,.7) !important;
}
.nav-link {
    width: 33px !important;
    height: 33px !important;
    line-height: 28px !important;
    text-align: center !important;
    background-color: #fff;
}
.active {
  
}
/* slider end */
.aboutcompany {
    border: solid 1px #ccc;
    padding: 25px 25px 35px 25px;
    box-sizing: border-box;
    float: left;
    width: 49%;
    border-radius: 16px;
    margin:  100px 0 0 0px;
    text-align: center;
    
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
:hover.aboutcompany {
    border: solid 1px #666;
}
.aboutcompany h2 {
    font-size: 30px;
    color: #244a83;
    margin:  0 0 20px 0px;
    letter-spacing: -1px;
    font-weight: 100;
}
.aboutcompany p {
    margin:  0 0 10px 0px;
    line-height: 22px;
    font-family: 'Varela Round', sans-serif;
}
.quality {
    border: solid 1px #ccc;
    padding: 25px 25px 35px 25px;
    box-sizing: border-box;
    float: right;
    width: 49%;
    margin:  100px 0 0 0px; 
    text-align: center;
    border-radius: 16px;
    
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
:hover.quality {
    border: solid 1px #666;
}
.quality h2 {
    font-size: 30px;
    color: #244a83;
    margin:  0 0 20px 0px;
    letter-spacing: -1px;
    font-weight: 100;
}
.quality p {
    margin:  0 0 10px 0px;
    line-height: 22px;
    font-family: 'Varela Round', sans-serif;
}
.highlight {
    font-size: 20px;
}
.circlepic {
    position: relative;
    border-radius: 50%;
    margin-top: -200px;
    z-index: 999;
    width: 250px;
    background-color: #fff;
    padding: 7px;
    box-sizing: border-box;
}
.tablink {
    border: solid 1px #ddd;
    padding:  8px 24px;
    text-transform: uppercase;
}
.productshowcase {
    width: 100%;
    padding:  50px 0 25px 0px;
}
.productshowcase h2 {
    font-size: 30px;
    color: #666;
    margin:  0 0 20px 0px;
    letter-spacing: -1px;
    font-weight: 100;
    text-align: center;
}
.productshowcase ul  {
    width: auto;
}
.productshowcase ul li {
    list-style: none;
    margin: 1%;}
.productshowcase ul li img {
    width: 100%;
}
.productshowcase ul li h4 {
    font-size: 20px;
    color: #4681db;
    margin:  4px 0 8px 0px;
    letter-spacing: -0.5px;
    font-weight: 100;
}
.productshowcase ul li p {
    font-size: 14px;
    color: #333;
    margin:  0px 0 20px 0px;
    line-height: 22px;
}

.iproductshowcase {
    width: 100%;
    padding:  50px 0 25px 0px;
}
.iproductshowcase h2 {
    font-size: 30px;
    color: #666;
    margin:  0 0 20px 0px;
    letter-spacing: -1px;
    font-weight: 100;
    text-align: center;
}
.iproductshowcase ul  {
    width: auto;
}
.iproductshowcase ul li {
    list-style: none;
    margin: 0.5%;
    padding-bottom: 20px;
    width: 32.3%;
    float: left;
}
.iproductshowcase ul li img {
    width: 100%;
}
.iproductshowcase ul li h4 {
    font-size: 18px;
    color: #4681db;
    margin:  4px 0 20px 0px;
    letter-spacing: -0.5px;
    font-weight: 100;
}
.iproductshowcase ul li p {
    font-size: 14px;
    color: #333;
    margin:  0px 0 20px 0px;
    line-height: 22px;
    min-height: 120px;
}
.tabnew {
    border: solid 1px #4681db;
    padding:  8px 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #4681db;
    color: #fff;
    border-radius: 4px;
}
:hover.tabnew {
    border: solid 1px #ccc;
    background-color: #666;
    color: #fff;
}
.partner {
    width: 100%;
    padding:  50px 0 25px 0px;
}
.partner h2 {
    font-size: 30px;
    color: #666;
    margin:  0 0 20px 0px;
    letter-spacing: -1px;
    font-weight: 100;
    text-align: center;
}
.partner ul {
    width: auto;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
}
.partner ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.partner ul li img {
    width: 70%;
}
#headbar {
    background-color: #f7f7f7;
    width: 100%;
    height: 160px;
    box-shadow: 0 2px 4px #ccc;
    margin-bottom: 25px;
}
#headbar h1 {
    font-weight: 100;
    font-size: 40px;
    font-family: 'Exo 2', sans-serif;
    letter-spacing: -2px;
    color: #999;
    margin-bottom: 10px;
}
#headbar h3 {
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.leftpanel {
    width: 70%;
    float: left;
    margin:  25px 0 0 0px;
    border-right: dashed 1px #ccc;
    padding-right: 22px;
    box-sizing: border-box;
}
.toptabs {
    width: auto;
    margin: 15px 0 0 0px;
}
.toptabs a {
    padding: 12px 24px;
    border: solid 1px #fff;
    background-color: #fff;
    color: #666;
    box-shadow: 0 2px 4px #ccc;
    border-radius: 50px;
}

.toptabs a:hover {
    border: solid 1px #666;
    background-color: #666;
    color: #fff;
    box-shadow: 0 2px 4px #ccc;
}
.content {
    width: 100%;
}
.content p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 15px;
}
.content h3 {
    font-size: 25px;
    margin:  30px 0 10px 0px;
    font-weight: 100;
    letter-spacing: -1px;
    color: #4388de; 
}
.content ul {
    width: auto;
    margin:  0 0 0 20px;
}
.content ul li {
    list-style: disc;
    font-size: 18px;
    margin: 15px 0 15px 0px;
    color: #666;
}
.picprop {
    float: right;
    margin-left: 25px;
    border: solid 1px #ddd;
    padding: 5px;
    box-sizing: border-box;
}
.picpropnew {
    float: right;
    margin-left: 25px;
    padding: 5px;
    box-sizing: border-box;
}
.rightpanel {
    width: 28%;
    float: right;
    margin:  25px 0 0 0px;
}
.points {
    width: 100%;
}
.points h3 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 8px;
    line-height: 30px;
    color: #999;
    letter-spacing: -1px;
}
.points p {
    font-size: 18px;
    color: #666;
}
.points hr {
    border: solid 1px #eee;
    margin:  20px 0 10px 0px;
}
.download {
    width: 100%;
    border-top: dashed 1px #ccc;
    padding-top: 22px;
    margin-top: 22px;
}
.download h4 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 15px;
    line-height: 30px;
}
.download a {
    background-color: #f9f9f9;
    padding:  14px 0px 14px 0px;
    width: 100%;
    display: block;
    box-shadow: 0 1px 2px #ccc;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #4388de;
    border-radius: 50px;
    margin-bottom: 10px;
}
.download a:hover {
    background-color: #fff;
    box-shadow: 0 2px 20px #ccc;
    color: #666;
    
}
footer {
    width: 100%;
    text-align: center;
    padding:  10px 0 30px 0px;
}
footer p {
    padding:  5px 0 5px 0px;
}
.botlogo {
    width: 100%;
    text-align: center;
}
.botlogo img {
    width: 160px;
}
.botlogo h3 {
    margin:  10px 0 10px 0px;
    font-weight: 100;
    font-family: 'Shadows Into Light', cursive;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #666;
}
.social {
    width: 100%;
}
.social a {
    font-size: 35px;
    padding: 5px 10px;
}
.social a:hover {
    color: #000;
}
.facecol {
    color: #2451a6;
}
.twittercol {
    color: #2da3fb;
}
.youtubecol {
    color: #eb2228;
}
.ds3 { 
    border-right: 1px solid #d1d0d0;
    vertical-align: top;
    padding: 2px 18px 8px 8px;
    line-height: 29px;
    border-bottom: 1px solid #d1d0d0;
    text-align: center;
}
.ds2 { 
   border-right: 1px solid #d1d0d0;
    vertical-align: top;
    padding: 4px 67px 8px 21px;
    line-height: 29px;
    border-bottom: 1px solid #d1d0d0;
    text-align: center;
}
.table0 tbody tr td:last-child {
    border-right: hidden;

}
.table0 { 
    width: 47%;
    margin-bottom: 6px;
}
.table1 tbody tr td:last-child {
    border-right: hidden;
}
.table0 tbody tr:last-child{border-bottom: hidden;}
.list ul li {
    list-style: none;
    margin-left:-20px;
 }
 .product-detail ul li{
    line-height: 28px;
    font-size: 17px;
}
nav li ul {
    position: absolute;
    display: none;z-index: 999;
    width: inherit;
  }
  nav li:hover ul {
    display: block;
  }
  nav li ul li {
    display: block;z-index: 9999;
    position: relative;
  }
nav li ul li {    margin-top: 10px;
    display: block;
    float: none;}
nav li ul li a:hover{color: #4681db;
    background: #fff;}
nav li ul li a {
    font-size: 15px;
    background: orange;
    border-radius: 5px;
    color: #4681db;
    background: #fff;
    padding: 10px;}
 #owl-demo .owl-controls {margin-top: 5px;}
 .partner {padding-top: 30px;}
 .mobmenu {display: none;}      
 .footer_anchor p a {margin-left: 20px;}
    
/* media query */

@media(max-width:1024px){
.slider-animation {width:100% !important;}    
nav ul li a {color: #000;font-size: 18px;}
nav {
    float: right;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;}
.button-previous.button-slider, .button-next.button-slider{display:block !important;}
.slidedescription, .slidetitle, .slidelink{display:none;}
.quality {width: 100%;margin-top: 20%;}
.aboutcompany {width: 100%;}
#headbar {
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 4px #ccc;
    margin-bottom: 25px;
    padding-bottom: 30px;
    display: inline-block}
.about_img img {
    width: 70%;
    float: none;}
section.about .content {
    text-align: center;
    display: inline-block;
    width: 100%;}
.iproductshowcase{padding-top:20px;}
.iproductshowcase ul li h4 {font-size: 14px;}
.fprop button{float:left;}
.lab{text-align:left;}   
.leftpanel, .rightpanel {margin-top: 5px;}
    
}



@media(max-width:768px){
a#navigation {
      top: 35px;
    left: 0px;
    position: relative;
    font-size: 25px;cursor: pointer;
    color: #fff;}
.mobmenu {
        display: block;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99999;
    float: right;
    margin-right: 15px;
    width: auto;}
nav ul ul { position: relative; }
nav {
    float: none;
    margin: 0px 0 0 0px;
    display: none;
    position: absolute;
    width: 100%;
    top: 90px; left: 0;
    z-index: 99999;
    padding-top: 10[x];
    background: #000000de;}
nav ul li a{color:#fff;}
nav ul li {
    width: 100%;
    display: inline-block;
    margin: 5px; margin-left: 0px;}
nav ul li:hover ul {display: none;}
.quality {
    width: 100%;
    margin-top: 30%;
    display: inline-block;}
#headbar h1 {font-size: 30px;}
#headbar h3 {font-size: 17px;}
.iproductshowcase ul li{width:47%;margin:8px;}
.iproductshowcase {padding-top: 5px;}
.fl.mth {
    width: 100%;margin-top: 10px;
    display: inline-block;
    text-align: center;}
.fr.mt {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;}
.leftpanel, .rightpanel {width: 100%;display: inline-block;}
.leftpanel .content p {display: inline-block;
    text-align: left;margin-bottom: 10px;
    width: 100%;}
.picprop {float: none;margin-bottom:10px;}
.content ul li {
    float: left;
    width: 100%;margin-bottom: 0px;
    text-align: left;} 
.download a {
    width: auto;
    float: left;
    padding: 10px 20px;}
.toptabs a {margin:10px;}
.feedback.fprop {margin-top: 10px;}
.formField img {margin-top: 10px;}

    
}



@media(max-width:414px){
.download{text-align:center;}
.download a {
    text-align: center;
    display: inline-block;
    float: none;
    margin-bottom: 10px;}
.table0 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;}
h2{font-size: 25px !important;}
.iproductshowcase ul li {
    width: 98%;
    margin: 8px;}
.quality {margin-top:35%;}
.aboutcompany{margin-top: 20%;}
.circlepic{width:150px;}
.picprop {
    margin: 0px !important;
    width: 80%;}
.colm2l, .colm2r{width:100%;}    
.partner {padding-top: 15px;}
.footer_anchor p a {
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;}
footer {padding-bottom: 10px;}
.iproductshowcase ul li h4 {font-size: 18px;  text-align: center;}
.iproductshowcase ul {text-align: center;}
.leftpanel, .rightpanel{padding-right:0px;}
.download {padding-top: 10px;margin-top: 0;}
.fprop button{    float: none;font-size: 15px}
.content h3{margin-top: 20px;margin-bottom: 10px;}
span.sp {
    width: 100%;
    display: inline-block;text-align:center;
    margin-bottom: 10px;}
.contact_data p {margin-bottom: 0;}
.toptabs a {
    width: 50%;
    display: inline-block;
    margin-left: 0;
    padding-left: 0;}
.toptabs {margin-top: 0;}  
.productshowcase {
    padding-top: 15px;}
.formField {margin-bottom: 15px;}
.qu {text-align: center;}
section#headbar {padding-bottom: 10px; margin-bottom: 5px;}
.content p{font-size: 15px;line-height: 24px;text-align: inherit !important;}
.about img.picprop {margin-bottom: 15px !important;margin-top: 15px !important;}
.feedback h3, .feedback p{text-align:center;}
.content.fprop {margin-top: 20px;}    

}    


@media(max-width:320px){
.mobmenu{position:absolute;right:0;left:inherit;}
.logo img {width: 80%;margin-top: 7px;}
.quality {margin-top: 42%;}
p.cpy {line-height: 1.3;}

    
}
li.copt {
    display: none;
}