@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
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;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}
.shdw{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.top{
	width:85%;
	margin:0 auto;
	max-width:1200px;
}
.logo{
    width: 160px;
	float:left;
	padding:0.5%;
}
.tp_add{
	width:400px;
	float:left;
}
.cal_em{
	width:400px;
	float:right;
}
.flw{
	width:120px;
	float:right;
	margin-top:0.2%;
}
.top_txt p{
	color:#fff;
	font-size:13px;
	padding:2%;
	font-family: 'Open Sans', sans-serif;
}
.navbar{
	width:490px;
	float:right;
	margin-top:2.5%;
}



/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
	position:relative;
	top:-3px;
}



/*--------------------------------------------------------------
text
--------------------------------------------------------------*/
.heading h1{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 24px;
	text-align:left;
	font-weight:500;
	padding:1% 0%;
	text-transform:capitalize;
}
.heading span{
	color: #34aae1;
	font-weight:800;
}
.heading p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:justify;
	font-weight:500;
	padding:1% 0%;
	line-height:150%;
}

.inner_heading h1{
	font-family: 'Open Sans', sans-serif;
	color: #9cc923;
	font-size: 24px;
	font-weight:700;
	padding:1%;
	text-transform:uppercase;
}
.inner_heading h2{
	font-family: 'Open Sans', sans-serif;
	color: #35aae0;
	font-size: 20px;
	font-weight:700;
	padding:2% 0% 1%;
	text-transform:uppercase;
}
.inner_heading p{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:justify;
	font-weight:500;
	padding:0% 0%;
	line-height:170%;
}
.txt_clr{
	color:#000 !important;
}

.inner_heading span{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 20px;
	text-align:justify;
	font-weight:500;
	padding:0% 0%;
	line-height:170%;
	text-transform:capitalize;
}


/*--------------------------------------------------------------
text
--------------------------------------------------------------*/
.srv_img {
	width: 100%;
	position: relative;
	display: inline-block;
}
.srv_img .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.srv_img:hover .img-top {
	display: inline;
}




/*-------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:85%;
	margin:0 auto;
	max-width:1200px;
}
.col_sm1{
	width:100%;
	margin:0 auto;
}
.col_sm2{
	width:46%;
	margin:1%;
	float:left;
}
.col_sm3{
	width:31%;
	margin:1%;
	float:left;
}
.col_sm33{
	width:31%;
	margin:1%;
	float:left;
	border:1px solid #f0f0f0;
}
.col_sm4{
	width:25%;
	margin:0%;
	float:left;
}
.col_sm5{
	width:23%;
	margin:1%;
	float:left;
}
.col_sm8{
	width:64%;
	float:left;
	margin:1%;
}
.col_sm88{
	width:32%;
	float:right;
	margin:1%;
}
.col_sm9{
	width:62%;
	float:left;
	margin:1%;
}
.col_sm99{
	width:34%;
	float:right;
	margin:1%;
}







/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#fff;
	text-decoration:none;
}
a.link:visited {
	color:#fff;
	text-decoration:none;
}
a.link:hover {
	color:#f8f8f8;
	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:#000;
	text-decoration:none;
}
a.link2:active {
	color:#000;
	text-decoration:none;
}

a.link3:link {
	color:#000;
	text-decoration:none;
}
a.link3:visited {
	color:#000;
	text-decoration:none;
}
a.link3:hover {
	color:#000;
	text-decoration:none;
}
a.link3:active {
	color:#000;
	text-decoration:none;
}

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet  {
	width:950px;
	margin:0 auto;
}
.bullet ul {
	margin-left:0%;
}
.bullet ul li a{
	font-size:15px;
	color:#000;
	margin:2% 0.5% 2% 0.5%;
	padding:0% 1.8% 0% 0.8%;
	text-decoration: none;
	font-weight:600;
	display:inline-block;
	float:left;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	border-right: 1px solid #acacac;
}

.bullet ul li a:hover{
	color:#35aae0;
}
.bullet li:last-child a {
	border-right: none;
}





/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.spec{
	width:160px;
	margin:0% 0% 1%;
	float:right;
}
.btn{
	width:100%;
	padding:5% 0%;
	font-size:15px;
	border:0px solid;
	text-align:center;
	background-color:#3498db;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:500;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
	border-radius:5px;
}
.btn:hover{
	background-color:#2793c4;
	color:#fff;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_sm2{
	width:48%;
	float:left;
	margin:0% 1%;
}

.ftr_txt{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	padding:2% 1%;
}
.ftr_txt2{
	text-align:right;
}



/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.col_sm8_cont{
	width:60%;
	float:left;
	margin:1%;
}
.col_sm88_cont{
	width:36%;
	float:right;
	margin:1%;
}

.cont_ic{
	width:30px;
	float:left;
	margin:2% 1% 1%;
	text-align:center;
	color:#fff;
	padding:1.4% 0%;
	background-color:#35aae0;
	border-radius:4px;
	font-size:18px;
}
.cont_txt2{
	width:80%;
	float:left;
	margin:0.5% 1% 1% 2%;
}

.cont_txt2{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:left !important;
	font-weight:400;
	padding:0% 2% 1% 0%;
	line-height:180%;
}
.cont_txt3{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 14px;
	text-align:left !important;
	font-weight:400;
	padding:2% 2% 1% 0%;
	line-height:180%;
}



/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#9cc923;
}
.bg_clr2{
	background-color:#34aae1;
}
.bg_clr3{
	background-color:#efefef;
}
.bg_img{
	background-image:url('../images/bg.jpg');
	background-size:100% 100%;
	height:90px;
}
.brdr{
	border:1px dashed #dfdfdf;
	margin:2% 0% 1%;
}
.fa_aw_clr{
	color:#ff0000;
}





/*--------------------------------------------------------------
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:1100px){
.top{
	width:100%;
}
.contener{
	width:100%;
}
}

@media only screen and (max-width:950px){
.bullet  {
	width:820px;
	margin:0 auto;
}
.bullet ul li a{
	font-size:13px;
}
}

@media only screen and (max-width:820px){
.logo{
	float:none;
	padding:0.5%;
	margin:1% auto 0%;
}
.navbar{
	width:100%;
	margin-top:1%;
	background-color:#34aae1;
}
.bg_img{
	background-image:none;
	height:0px;
	background-color:#fff;
}
.tp_add{
	float:none;
	margin:1% auto 0%;
}
.cal_em{
	float:none;
	margin:1% auto 0%;
	padding:0% 0% 2% !important;
}
.flw{
	display:none;
}
.col_sm3{
	width:40%;
	margin:1% auto 2%;
	float:none;
}
.col_sm8{
	width:98%;
}
.col_sm88{
	width:60%;
	float:left;
}
.ftr_sm2{
	width:98%;
}
.ftr_txt{
	padding:4% 1 0%;
	line-height:0;
}
.ftr_txt2{
	text-align:left;
	padding:0% 1 2%;
}
.col_sm9{
	width:98%;
}
.col_sm99{
	width:98%;
}
.col_sm33{
	width:48%;
}
.bullet  {
	width:100%;
	margin:0 auto;
	padding:3% 0%;
}
.bullet ul li a{
	font-size:14px;
	float:none;
	border:none;
	margin: 1% 0.5% 1% 0.5%;
}
}



@media only screen and (max-width:600px){
.col_sm3{
	width:60%;
}
.col_sm88{
	width:80%;
}
.ftr_sm2{
	width:98%;
}
}

@media only screen and (max-width:500px){
.col_sm3{
	width:98%;
}
.col_sm88{
	width:98%;
}
}

@media only screen and (max-width:450px){
.tp_add{
	display:none;
}
.cal_em{
	display:none;
}
.col_sm33{
	width:98%;
}
}
