@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	
}
body {
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.clr_black{
	position:fixed;
	-webkit-transition: position 2s;
    transition: position 2s;
	z-index:99999999999999999999 !important;
}
.top{
	width:85%;
	margin:0 auto;
	max-width:1200px;
}
.cl_em_txt p{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	padding:1.5% 0% 1.5% 5%;
}

.lable{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:14px;
	padding:1.5% 0% 1.5% 5%;
}
.txt_alg{
	text-align:right;
}
.top_col_sm2{
	width:50%;
	float:left;
}
.logo{
    width: 349px;
	margin: 0 auto;
	padding:1% 0;
}
.logo_sm{
	width:250px;
	-webkit-transition: width 1s;
    transition: width 1s;
}
.logo img{
	width:100%;
}
.logo_sm img{
	width:100%;
}
.navbar{
	width:980px;
	margin:0 auto;
}




/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
}



/*--------------------------------------------------------------
text
--------------------------------------------------------------*/
.tagline h1{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	text-align:center;
	font-weight:600;
	padding:1%;
}
.sub_hed h2{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
	text-align:left;
	font-weight:700;
	padding:1% 0%;
	line-height:160%;
}
.sub_hed p{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight:500;
	line-height:180%;
	padding:1% 0%;
}
.sub_hed strong{
	font-weight:700;
}
.sub_hed span{
	text-align:center !important;
	font-size: 12px !important;
	font-weight:700 !important;
}

/*--------------------------------------------------------------
product
--------------------------------------------------------------*/
.product_txt h1{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	text-align:left;
	font-weight:700;
	padding:5% 0% 2%;
	text-transform:capitalize;
}
.product_txt p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:justify;
	font-weight:400;
	padding:0% 0% 3%;
	line-height:150%;
}

.product h1{
	font-family: 'Open Sans', sans-serif;
	color: #2ea3f2;
	font-size: 20px;
	text-align:left;
	font-weight:700;
	text-transform:capitalize;
	margin:1% 0%;
}
.product h2{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 16px;
	text-align:justify;
	font-weight:600;
	text-transform:capitalize;
	margin:1% 0%;
}
.product p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:justify;
	text-transform:capitalize;
	line-height: 160%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}

/*--------------------------------------------------------------
welcome
--------------------------------------------------------------*/
.welcome h1{
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	font-size: 26px;
	text-align:left;
	font-weight:500;
	padding:0;
	text-transform:uppercase;
}
.welcome span{
	color: #004d7e;
	font-weight:700;
}
.welcome strong{
	font-weight:700;
}
.welcome p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:justify;
	font-weight:400;
	line-height:180%;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.txt_sz{
	font-size:18px;
}

.pd_lft{
	padding:0% 1%;	
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:85%;
	margin:0 auto;
	max-width:1200px;
}
.col_sm1{
	width:100%;
	margin:0 auto;
}
.col_sm2{
	width:50%;
	margin:1% 0%;
	float:left;
}
.col_sm3{
	width:31%;
	margin:0% 1%;
	float:left;
}
.col_sm5{
	width:20%;
	margin:0%;
	float:left;
}
.col_sm8{
	width:34%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:62%;
	margin:1%;
	float:left;
}
.col_sm9{
	width:20%;
	margin:1%;
	float:right;
}
.col_sm99{
	width:70%;
	margin:1%;
	float:left;
}



.border{
	border:1px dotted #d8d8d8;
	margin:1% 0%;
}

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#fff;
	text-decoration:none;
}
a.link:visited {
	color:#fff;
	text-decoration:none;
}
a.link:hover {
	color:#c9c9c9;
	text-decoration:none;
}
a.link:active {
	color:#fff;
	text-decoration:none;
}

a.link2:link {
	color:#000;
	text-decoration:none;
}
a.link2:visited {
	color:#000;
	text-decoration:none;
}
a.link2:hover {
	color:#f9b90f;
	text-decoration:none;
}
a.link2:active {
	color:#000;
	text-decoration:none;
}







/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet{
	width:100%;
	float:left;
}
.bullet ul li{
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	margin:1% 6% 1% 0%;
	padding:0%;
	line-height:160%;
	text-decoration: none;
	text-align:left;
	font-weight:normal;
	font-size:15px;
	display:inline-block;
	font-weight:500;
}



.bullet2 ul {
    list-style-image:url(../images/bullet2.png);
	margin-left:8%;
}
.bullet2 ul li{
		
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    line-height: 160%;
    margin: 2% 1% 2% 1%;

}


/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.rd_mr{
	width:100px;
	float:left;
	margin:1% 0;
}
.btn{
	width:100%;
	padding:8% 0%;
	font-size:12px;
	border:0px solid;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	background-color:#00b9fa;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:500;
	text-transform:capitalize;
}
.btn:hover{
	color:#f9f9f9;
}





/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_col_sm2{
	width:48%;
	padding:1% 0%;
	margin:0% 1%;
	float:left;
}
.ftr_txt1{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#fff;
	padding:0.5% 1%;
	font-weight:500;
}
.ftr_txt2{
	text-align:right;
}







/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.cont_icn{
	width:6.5%;
	margin:3% 1%;
	float:left;
	background-color:#fff;
	color:#f9b90f;
	text-align:center;
	padding:1% 0%;
	border-radius:4px;
	font-size:20px;
	cursor:pointer;
	border:1px solid #ebebeb;
}
.cont_icn:hover{
	background-color:#f9b90f;
	color:#fff;
	border:1px solid #fff;
}
.cont_txt_col_sm2{
	width:88%;
	margin:3% 1%;
	float:right;
}
.cont_txt{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#2E97D9;
	line-height:150%;
	font-weight:500;
	text-decoration:none;
}
.cont_txt strong{
	font-weight:700;
}





/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#2ea3f2;
}
.bg_clr2{
	background-color:#fff;
}
.bg_clr3{
	background-color:#00b9fa;
}
.bg_clr4{
	background-color:#f4f4f4;
}
.bg_clr5{
	background-color:#2697d9;
}
.cont_pdg{
	padding:2% 0%;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:2%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.jpg');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:2%;
	cursor:pointer;
	background-image:url('../images/top-b.jpg');
	display:none;
}



@media only screen and (max-width:1000px){
.top{
	width:100%;
}
.contener{
	width:100%;
}
}
@media only screen and (max-width:900px){
.col_sm3{
	width:50%;
	margin:0% auto 5%;
	float:none;
}
}
@media only screen and (max-width:800px){
.navbar{
	width:100%;
	background-color:#005d8b;
}
.col_sm8{
	width:40%;
	margin:1% auto;
	float:none;
}
.col_sm88{
	width:98%;
}
.col_sm9{
	width:40%;
	margin:1% auto;
	float:none;
}
.col_sm99{
	width:98%;
}
.top_col_sm2{
	width:100%;
}
.cl_em_txt p{
	text-align:center;
	padding:1.5% 0% 1.5% 0%;
}
}
@media only screen and (max-width:600px){
.col_sm3{
	width:70%;
}
.col_sm8{
	width:70%;
}
.ftr_col_sm2{
	width:98%;
}
.ftr_txt1{
	padding:2% 1% 0%;
}
.ftr_txt2{
	padding:0% 1% 2%;
	text-align:left;
}
}
@media only screen and (max-width:500px){
.col_sm9{
	width:98%;
}
.ftr_txt1{
	padding:0.5% 1%;
}
.cl_em_txt p{
	font-size:12px;
}
}
@media only screen and (max-width:400px){
.col_sm3{
	width:98%;
}
.col_sm8{
	width:98%;
}

}
