@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,800i');
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;	
}

body {
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;
}

.clear{
	clear:both;
}

.decoration{
	text-decoration:none;
}

.certificate_main{
	width:40%;
	margin:2% auto;
}

.certificate_head{
	font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 1% 2%;
    color: #450a4e;
}
.certificate{
	width:100%;
	margin:0% 3%;
	float:left;
}
.certificate img{
	width:100%;
	height:300px;
	border:1px solid #d9d9d9;
}

.certificate h1{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:18px;
	font-weight:600;
	margin:2% 0%;
	text-align:center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color:#FFFFFF;
  z-index:999999;
  opacity:none;
  border-bottom:1px solid #e7e7e7;
}

.sticky + .banner {
  padding-top: 71px;
}


.img{
	width:100%;
	display:block;
}

.brd_f{
	border:1px solid #efefef;
	padding:10px;
}

.v_a_img{
	vertical-align:middle;
}

.fa-arrow-right{
	color:#08315d;
}

.dt_top{
    display:block;
}

.mb_top{
   display:none; 
}

.link{
	text-decoration:none;
	color:#000;
}

.link2{
	text-decoration:none;
	color:#fff;
}



.top{
	width: 95%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.top2{
	width: 95%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.top3{
	width:85%;
	max-width:1200px;
	margin:0 auto;
}

.top4{
	width:60%;
	margin:0 auto;
	padding:10px 0px;
}

.col_sm1{
	width:100%;
}

.col_sm2{
	width:48%;
	margin:1%;
	float:left;
}

.col_sm3{
	width:31%;
	margin:1%;
	float:left;
	
}

.ftr_col_sm3{
	width:25%;
	margin:1% 1% 1% 3%;
	float:left;
}

.fix_btn{
	width:40px;
	position:fixed;
	right:0;
	top:50%;
	z-index:9999;
}

.ftr1_col_sm3{
	width:25%;
	margin:1% 1% 1% 0%;
	float:left;
	
}

.col_sm33{
	width:20%;
	margin:1% 2%;
	float:left;
	
}

.col_sm4{
	width:22%;
	margin:1%;
	float:left;
}

.col_sm8{
	width:60%;
	float:left;
	margin:1%;
}

.col_sm88{
	width:35%;
	float:right;
	margin:1%;
}

.f_col_sm8{
	width:65%;
	float:left;
	margin:1%;
}

.f_col_sm88{
	width:29%;
	float:left;
	margin:1% 2% 1% 1%;
}

.col_sm9{
	width:65%;
	margin:1%;
	float:left;
}

.col_sm99{
	width:30%;
	margin:1%;
	float:right;
}

.call_em{
	width:690px;
	float:left;
	margin:1%;
}

.email{
	width:440px;
	float:left;
}

.call{
	width:250px;
	float:left;
	
}

.call_em_txt{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
}



.s_icon .fa{
	color:#fff;
	line-height:250%;
}

.logo{
	width:306px;
	float:left;
	margin:1%;
}

.top_right{
	width: 245px;
    float: right;
}

.nav1{
	width: 180px;
    float: left;
}

.nav1 ul li a{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:15px;
	float:left;
	font-weight:600;
	text-decoration:none;
	margin: 11px 20px;

}

.navbar{
	width: 655px;
    float: right;
    margin: 2.5% 0% 0% 0%;
	display:none;
}

.navbar2{
	width: 565px;
    float: right;
    margin: 2.2% 0% 0% 0%;
}

.navbar2 ul li a{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:15px;
	float:left;
	font-weight:600;
	text-decoration:none;
	margin: 11px 20px;

}

.s_icon{
	width:40px;
	float:right;	
}



.banner{
	width:100%;
	
}

.bg_clr_ftr{
	background-color:#dedede;
}

.ftr_menu{
	width:830px;
	margin:0 auto;
}
.ftr_menu ul li a{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:14px;
	float:left;
	font-weight:600;
	text-decoration:none;
	margin:15px 20px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow{
	width:35px;
	height:50px;
	position:fixed;
	right:1.5%;
	bottom:9%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}

.top_arrow:hover{
	width:35px;
	height:50px;
	position:fixed;
	right:1.5%;
	transition-duration: 1s;
	bottom:9%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	display:none;
}

.top_bar{
	position:absolute;
	width: 100%;
	z-index: 9999999999999;
}

.banner_txt{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-align:center;
	padding:1% 0%;
}

.welcome_head{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:32px;
	font-weight:600;
	text-align:center;
	margin:1% 0%;
	text-transform:uppercase;
}

.welcome_head span{
	color:#588354;
}

.body_txt{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:15px;
	font-weight:600;
	text-align:left;
	margin:2% 0%;
	line-height:160%;
}

.body_txt_blue{
	font-family:'Open Sans', sans-serif;
	color:#0033ed;
	font-size:15px;
	font-weight:600;
	text-align:left;
	margin:2% 0%;
	line-height:160%;
}

.body_txt3{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:15px;
	font-weight:600;
	text-align:left;
	margin:2% 0%;
	line-height:160%;
}

.body_txt3_blue{
	font-family:'Open Sans', sans-serif;
	color:#0033ed;
	font-size:15px;
	font-weight:600;
	text-align:left;
	margin:2% 0%;
	line-height:160%;
}

.product{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:28px;
	font-weight:600;
	text-align:center;
	margin:0% 0% 2% 0%;
	text-transform:uppercase;
}

.product span{
	color:#450a4e;
	font-weight:700;
}

.product_head{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:20px;
	font-weight:600;
	text-align:center;
	margin:3% 0%;
	text-transform:capitalize;
}

.product_head2{
	font-family:'Open Sans', sans-serif;
	color:#450a4e;
	font-size:20px;
	font-weight:700;
	text-align:left;
	margin:3% 0%;
	text-transform:capitalize;
}

.product_txt{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:600;
	text-align: justify;
	margin:3% 0%;
	line-height:160%;
	min-height: 200px;
}

.product_txt2{
	font-family:'Open Sans', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:600;
	text-align: justify;
	margin:3% 0%;
	line-height:160%;
}

.testi_head{
	font-family: 'Open Sans',sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #450a4e;
    margin: 1% 0%;
}

.testi_txt{
	font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 1% 0%;
	line-height:160%
}

.testi_txt span{
	font-weight:600;
	font-size:18px;
}

.testi_txt .fa{
	color: #ff0808;
    font-size: 20px;
}

.link_btn{
	text-align:center;
}

.btn_link{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	padding:8px 10px;
	background-color:#450a4e;
	text-decoration:none;
}
.ft_col_sm4{
	width: 30%;
    margin: 1%;
    float: left;

}
.ft2_col_sm4 {
    width: 16%;
    margin: 1%;
    float: left;
}

.ft3_col_sm4 {
    width: 30%;
    margin: 1%;
    float: right;
}
.bg_img1{
   background-image: url("../images/home_bg.jpg");
   height: auto; 
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding:30px 0px;
}

.bg_img2{
  	background-image: url("../images/home_bg2.jpg");
    height: auto; 
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	padding:10px 0px;
}

.span_inner{
	font-weight:700;
}

.span_inner1{
	font-weight:700;
	font-size:14px;
}

.span_inner3{
	font-weight:700;
	line-height:200%;
}

.rope_feature{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:22px;
	font-weight:600;
	text-transform:uppercase;
	margin:0% 0% 2% 2%;
}

.rope_col_sm3{
	width:31%;
	margin:1%;
	float:left;
}

.bullet2 ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:2%;
}
.bullet2 ul li{	
	font-family: 'Open Sans', sans-serif;
	color: #000;
    font-weight: 600;
	font-size:15px;	
	margin:2% 0%;
	line-height:140%;
	text-align:justify;
	margin:2% 1% 2% 4%;	
}

.bullet2 ul li span{	
	font-weight: 700;
}

.bullet3 ul {
    list-style-image:url(../images/bullet2.png);
	margin-left:0%;
}
.bullet3 ul li{	
	font-family: 'Open Sans', sans-serif;
	color: #fff;
    font-weight: 600;
	font-size:15px;	
	margin:2% 0%;
	line-height:140%;
	text-align:justify;
	margin:2% 1% 2% 4%;	
}

.rights{
	width:50%;
	float:left;
	margin:1% 0%;
}

.ftr_lt_txt{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
    font-weight: 500;
	font-size:15px;
}
.ftr2_lt_txt{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
    font-weight: 500;
	font-size:15px;
	text-align:center;
	text-decoration:none;
}
.ftr_col_sm2 {
    width: 27%;
    margin: 1%;
    float: left;
}

.txt_right{
	text-align:right;
}

.page_head{
	font-family: 'Open Sans', sans-serif;
    color: #450a4e;
    font-weight: 700;
    font-size: 32px;
    padding-left: 10px;
    border-left: 5px solid #450a4e;
    margin: 3% 0% 0% 1%;
}

.inner_head{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
  
}

.svr_inner_head{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 4% 0% 1% 0%;
    background-color: #ebebeb;
}
.svr_inner_head2{
	font-family: 'Open Sans', sans-serif;
    color: #450a4e;
    font-weight: 700;
    font-size: 24px;
    margin: 2% 1%;
    line-height: 160%;
}
.svr1_inner_head {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    background-color: #ebebeb;
}

.svr_inner_headb2 {
    font-family: 'Open Sans', sans-serif;
    color: #0033ed;
    font-weight: 600;
    font-size: 18px;
    margin:1% 0% 1% 0%;
    background-color: #ebebeb;
    padding: 10px;
}


.svr1_inner_head2{
	font-family: 'Open Sans', sans-serif;
    color: #450a4e;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
	padding: 1% 1% 0% 1.2%;
}

.svr_inner_head3{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 2% 1% 0% 1%;
}

.body_txt2{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 15px;
	line-height:160%;
	text-align:justify;
	margin:2% 0% 2% 1%;
}

.body_txt2 span{
	    font-weight: 700;
}

.app_btn{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
	text-align:center;
    background-color:#ebebeb;
}

.blt_head{
	font-family: 'Open Sans', sans-serif;
    color: #450a4e;
    font-weight: 700;
    font-size: 18px;
	margin:3% 0%;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
   font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight:600;
  font-size:20px;
  text-align:center;
  margin:1% 0%;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.td_head1{
text-align:left;
line-height: 160%;

}
table th,
table td {
  padding: .625em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight:500;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
   font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight:600;
  font-size:16px;
}

.ad_app_para{
    font-family: 'Open Sans', sans-serif;
    color:#40429a;
    font-size: 15px;
    font-weight: 500;
	padding: 1%;
    line-height: 160%;
	text-align:justify;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


/********************************************
	Contact Us
*********************************************/


.bg_img3{
	
	background-image: url("../images/contact-bg.jpg");
  height: auto; 
  background-position: center;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding:50px 0px;
}	

.contact_main{
	width:55%;
	margin:0 auto;
	background-color:#fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.col_ctn_88{
	width:50%;
	float:left;
	background-color:#80ab7c;
	padding:50px 30px;
	position:relative;
	margin:50px 50px 0px -100px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);

}
.col_ctn_8{
	width:54%;
	float:left;
	padding:40px 10px;
}

.con_head{
	font-family: 'Open Sans' , sans-serif;
	color:#fff;
	font-size:26px;
	font-weight:600;
	margin-bottom:10%;
}

.con_head3{
	font-family: 'Open Sans' , sans-serif;
	color:#ab55a4;
	font-size:26px;
	font-weight:600;
	margin-bottom:10%;
}

.con_head33{
	font-family: 'Open Sans' , sans-serif;
	color:#450a4e;
	font-size:26px;
	font-weight:700;
	margin-bottom:2%;
}

.con_head2{
	font-family: 'Open Sans' , sans-serif;
    color: #80ab7c;
    font-size: 28px;
    font-weight: 600;
    margin: 1% 0%;
}

.con_icn{
	width:8%;
	float:left;
	padding-top: 5px;
}

.con_icn .fa{
	color:#fff;
    font-size: 20px;
}

.con_icn_txt{
	width:88%;
	float:right;
	font-family: 'Open Sans' , sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:500;
	line-height:140%;
}


.con_icn2{
	width:4%;
	float:left;
}

.con_icn2 .fa{
	color:#80ab7c;
	font-size:20px;
}

.con_icn_txt2{
	width: 96%;
	float: right;
	font-family: 'Open Sans' , sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;

}

.s_icon2{
	width:100px;
	margin:8% auto 0% auto;
}

.s_icon2 .fa{
	color:#fff;
	font-size:20px;
}

.s_icon2 .fa:hover{
	color:#fff;
	cursor:pointer;
}
/********************************************
	Contact Us Close
*********************************************/

/****************************************
	background color
****************************************/

.bg_clr1{
	background-color:#80ab7c;
}

.bg_clr11{
	background-color:#80ab7c;
	opacity:0.9;
}

.bg_clr2{
	background-color:#fff;
}

.bg_clr22{
	background-color:#fff;
	opacity:0.9;
}

.bg_clr3{
	background-color:#450a4e;
}

.bg_clr4{
	background-color:#f7f7f7;
	padding:30px 0px;
}

.bg_clr5{
	background-color:#6a9c65;
}

/********************************************
	adventure sports aplications
*********************************************/

.factory_hed{
	font-family: 'Open Sans', sans-serif;
    color:#000;
    font-weight:600;
    font-size:20px;
	line-height:160%;
	text-align:left;
	margin:1% 1% 1% 1%;
}

.body_txt2b{
	font-family: 'Open Sans', sans-serif;
    color:#0033ed;
    font-weight: 600;
    font-size: 15px;
	line-height:160%;
	text-align:justify;
	margin:2% 0% 2% 1%;
}
.app_btnb{
	font-family: 'Open Sans', sans-serif;
    color:#0033ed;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
	text-align:center;
    background-color:#ebebeb;
}
.svr_inner_headb{
	font-family: 'Open Sans', sans-serif;
    color:#0033ed;
    font-weight: 600;
    font-size: 18px;
    
    margin: 5% 0% 1% 0%;
	background-color:#ebebeb;
	padding: 10px;
}
.svr_inner_head2b{
	font-family: 'Open Sans', sans-serif;
    color:#0033ed;
    font-weight: 700;
    font-size: 24px;
    margin: 2% 1%;
    line-height: 160%;
}
.svr_inner_head3b{
	font-family: 'Open Sans', sans-serif;
    color:#0033ed;
    font-weight: 600;
    font-size: 18px;
    
    margin: 5% 0% 1% 0%;
	background-color:#ebebeb;
	padding: 10px;
}
.bullet2b ul li{	
	font-family: 'Open Sans', sans-serif;
	color:#0033ed;
    font-weight: 600;
	font-size:15px;	
	margin:2% 0%;
	line-height:140%;
	text-align:justify;
	margin:2% 1% 2% 4%;	
}
.tab td {
  padding: .625em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color:#000000;
  font-weight:500;
}
.bullet2b ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:0%;
}
.blue{
  color:#0033ed;
}


/********************************************
	defence application
*********************************************/

.col_sm4b{
	width:22%;
	margin:1%;
	float:left;
	min-height:75px;
	line-height:18px;
}

.tab_def th,
.tab_def td {
  padding: .625em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color:#000000;
  font-weight:500;
 
}
.tab_def td{
   border: 1px solid #ccc;
}
.tab_def th{
   border: 1px solid #ccc;
}

.tab_def th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
   font-family: 'Open Sans', sans-serif;
  color:#000000;
  font-weight:600;
  font-size:16px;
}
.bold{
  font-weight:800;
  font-size:16px;
  color:#000000;
  font-family: 'Open Sans', sans-serif;
  line-height: 160%;
}

@media only screen and (max-width:1340px){
.contact_main{
	width:60%;
}
.svr_txt{
	font-size:13px;	
}
.svr_head {
    font-size: 18px;
    margin: 1% 0%;
}
.btn_link{
	font-size:12px;
}
}

@media only screen and (max-width:1180px){
.col_sm5{
	width:33.3%;
}
.certificate_main{
	width:60%;
}
.col_sm4b {
    min-height: 92px;
}
}

@media only screen and (max-width:980px){
.ft2_col_sm4{
	width:100%;
}
.ft_col_sm4{
	width:100%;
}
.ft3_col_sm4{
	width:98%;
}
.ftr2_lt_txt{
	text-align:left;
}
.txt_right{
	text-align:left;
}
.certificate_main{
	width:80%;
}
}



@media only screen and (max-width:955px){
.top_right {
    width: 220px;
}
}

@media only screen and (max-width:950px){
.contact_main{
	width:70%;
}
.col_sm2{
	width:98%;
	margin:1% auto;
	float:none;
}
.f_col_sm8{
	width:74%;
	float:left;
	margin:1%;
}

.f_col_sm88{
	width:20%;
	float:left;
	margin:1% 2% 1% 1%;
}
.col_sm4b {
    min-height: 116px;
}
}


@media only screen and (max-width:930px){
.top_right {
    float: left;
}
}


@media only screen and (max-width:820px){
.col_sm4b {
    min-height: 137px;
}
.product_txt {
    min-height: auto;
}
.dt_top{
    display:none;
}

.mb_top{
   display:block; 
}
}

@media only screen and (max-width:800px){
.contact_main{
	width:60%;
}
.col_ctn_88{
	width:100%;
	position:static;
	margin:0;
}
.col_ctn_8{
	width:100%;
}
.col_sm8{
	width:98%;
	float:left;
	margin:1%;
}

.col_sm88{
	width:70%;
	float:left;
	margin:1%;
}
.col_sm4 {
    width:31%;
}
.ftr_menu{
	width:100%;	
	padding:10px 0px;
}
.ftr_menu ul li a{
	float:none;
	line-height:240%;	
}
.bg_img1{
	background-image : none;
	background-color:#000; 
}
.ftr_col_sm3{
	width:48%;
}
.ftr1_col_sm3{
	width:48%;
	margin:0;
}
}


@media only screen and (max-width:770px){
.f_col_sm8{
	width:65%;
	float:left;
	margin:1%;
}

.f_col_sm88{
	width:29%;
	float:left;
	margin:1% 2% 1% 1%;
}
.col_sm4b {
    min-height: 128px;
}
}

@media only screen and (max-width:600px){
.contact_main{
	width:90%;
}
.f_col_sm8{
	width:98%;
	float:left;
	margin:1%;
}

.f_col_sm88{
	width:50%;
	float:left;
	margin:1% 2% 1% 1%;
}
.col_sm88{
	width:98%;
}
.col_sm4 {
    width:48%;
}
.certificate_main{
	width:94%;
}
.certificate{
	width:100%;
	float:none;
	margin:4% 0%;
}
.certificate img{
	height:auto;
}
.col_sm4b {
    min-height: 48px;
    /* text-align: center; */
}
.col_sm4b {
    width: auto;
    margin: 1%;
    float:none;
    min-height: 75px;
    line-height: 18px;
}
}


@media only screen and (max-width:1350px){
.top{
	width:96%;
}
}

@media only screen and (max-width:1180px){
.top{
	width:100%;
}
.top2{
	width:98%;
	padding:0 10px;
}
}

@media only screen and (max-width:950px){
.logo{
	float:none;
	margin:1% auto;
}
.top_bar{
	position:static;
	opacity:1;	
}
.navbar{
	float:none;
	margin:1% auto 6% auto;
}
}

@media only screen and (max-width:900px){
.col_sm33{
	width:31%;
}
}

@media only screen and (max-width:830px){

.top_right {
    width: 45px;
}

.navbar{
	width:100%;
	background-color:#ab55a4;
	margin:0;
	display:block;
}
.nav1{
	display:none;
}
.navbar2{
	display:none;
}
.col_sm3{
	width:100%;
	margin-top:10%;
}
.rights{
	width:100%;
}
.txt_right{
	text-align:left;
}
.col_sm33{
	width:48%;
}
}



@media only screen and (max-width:750px){
.email{
	width:100%;
}	
.call{
	width:100%;
	margin:3% 0% 0% 0%;
}
.top_right {
    width: 98%;
}
.s_icon {
    width: 40px;
    float: left;
    margin: 0% 1%;
}
}


@media only screen and (max-width:700px){
.call_em{
	width:98%;
	margin:1%;
}
.top_right {
    width: 98%;
}

.s_icon{
	width:98%;
	float:none;
	margin:0% 1%;
}	
.banner_txt{
	font-size:16px;
	line-height:160%;
}
}
@media only screen and (max-width:650px){

.rope_col_sm3 {
    width: 61%;
    margin: 1%;
    float: left;
}
}

@media only screen and (max-width:600px){

.call_em{
	text-align:center;
}
.s_icon{
	text-align:center;
}
.td_head1 {
    text-align: right;
    line-height: 160%;
}
.top4{
	width:90%;
}
.ftr_col_sm3{
	width:100%;
}
.ftr1_col_sm3{
	width:100%;
	margin:0;
	margin-left:3%;
}
.rope_feature{
	line-height:160%;
}
}


@media only screen and (max-width:430px){
.call_em_txt {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
}
}


@media only screen and (max-width:400px){
.logo{
	width:100%;
}
}
