@import url("../css/fonts/icons/font-awesome.min.css");
/*Google font*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700");

/* Reset
------------------------------------------------------------ */
html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,legend,caption,tbody,tfoot,thead,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%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}

@font-face {
   font-family: 'OpenSans-Regular';
   src: url( ../font/OpenSans-Regular.ttf ) format("truetype"); 
   
}
html { overflow-y: scroll;}
body { background-color: #FFF;
margin: 0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	background: url(body_bg.png);
  background-position:center top;

	}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}
img{max-width:100%}
object{max-width:100%}	
/* Structure */
#wrapper {
	width: 100%;	
	position:relative;
	overflow:hidden;
	} 
 
.wrap{
	width:90%;
	max-width: 1100px;
	margin: auto;
	padding-left:10px;
	padding-right:10px;

}
#navigation2 {
	margin: auto;
    height: auto;
	padding-bottom:0px;
	float:left;
	background-image:url(header_bg1.png);
	background-position:left 0px;
	background-repeat:repeat-x;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	opacity:0.95;
	background-color:#FFFFFF;
	border-bottom:solid 2px #333333;
}


.logo{ width:30%;  text-align:left; float:left; padding-bottom:15px;
	padding-top:15px;}
.logoname { width:30%;  text-align:left; float:left; padding-top:10px;}

/* ----- Header Styling ----- */

/* ----- Main Navigation Styling ----- */
.top_right	{
	width:55%;
	float:right;
	text-align:right;
	margin-top: 10px;
	padding-right:12px;
}
.welcome { 
	width:100%;
	float:left;
	color:#000;
	font-size:12px;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	padding-top:30px;
	padding-bottom:5px;
	padding-right:10px;
	
}
.welcome	span{
	font-size:20px;
	font-weight:bold;
}
.welcome	a{
	color:#000;	
	text-decoration:none;
}
.welcome	a:hover{
	color:#FFF;
	text-decoration:none;
}
.mobile	{
	background: url(mobile1.png) no-repeat;
	height:28px;
	text-align:left;
	width:130px;
	color:#000099;
	font-size:16px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
	padding-top:6px;
	float:right;
	
}
#menubg1 {
    position:relative;
    z-index:1;
	float: left;
	width:100%;
	text-align:center;
	background-color:#106480;
	margin:0px;
	padding:0px;
	height:35px;
	
	
}
#menu {
	width: 100%;	
	max-width: 1100px;
	margin: auto;
	position:relative;
	
	
}	
#nav, #nav ul {
    width: 100%;
    height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
	font-size:13px;
	
}
#nav li {
    float: left;
    position: relative;
	
}
#nav li:hover, #nav li.jshover {
    background-color: none;
}
#nav a {
    font-weight: bold;
    display: block;
    color: #FFF;
	padding-top: 8px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom:8px;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #CCCCCC;
	
}
#nav a:hover {
    color: #FFF;
	background-color:#333333;
}
#nav .linefirst   {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
		
	}
#nav  .first a:hover {
	background-color:#333333;
	}
#nav  .active  {
	background-color:#333333;
	color: #FFF;
	
	}
#nav ul {
    border: none;
    border-top: 0;
    border-bottom: 0;
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
	
	
}
#nav ul a {
    border: 0;
    border-top: 1px solid #CCCCCC;
    width: 154px;
	background-color:#d11f00;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom:5px;
	text-align:left;
	
}
#nav li:hover ul, #nav li.jshover ul {
    display: block;
}

#header {
	width: 100%;
	max-width: 1100px;
	margin:auto;
}

.top-nav{
	float:right;
	margin-top: 0px;
}
.top-nav h3{
	color: #FFFFFF;
	font-size: 1em;
	text-align:right;
	padding-top:0px;
	width:90%;
	float:right;
	padding-right:0px;
	
}
.top-nav ul li{
	display:inline-block;
	position: relative;
	float:left;
	padding-left:20px;
	padding-top:0px;
}
.top-nav ul li a{
	color: #333333;
	font-size: 1em;
	font-weight:bold;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	text-decoration:none;
}
.top-nav ul li a:hover{
	color:#d00101;
}
.home-login a { width: 140px; height: 33px; background: #00CCFF; color: #fff; line-height: 33px; text-align: center; transition: color .5s ease-in-out;  text-transform: uppercase; font-size: 16px; float: left; text-decoration: none; border-radius: 20px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3ss ease-out; }

.home-login a:hover { background: #333333; }
#sub-menu {
    display: none;
}
.subject:hover #sub-menu {
    display:block;
	z-index: 1001;

}
.subject #sub-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 50px;
    position: absolute;
    top: -6px;
    visibility:inherit;
}

.subject #sub-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 49px;
    position: absolute;
    top: -7px;
}

#sub-menu { background-clip: padding-box;
       background-color: #FFFFFF;
       border: 1px solid rgba(0, 0, 0, 0.2);
       border-radius: 6px 6px 6px 6px;
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       float: left;
       font-size: 14px;
       left: 0;
       list-style: none outside none;
       margin: 2px 0 0;
       min-width: 200px;
       padding: 5px 0;
       position: absolute;
       top: 100%;
   	z-index: 1001;   
   	margin-top:0px;}
#sub-menu h2 { padding: 0px 0px 8px 0px; margin-bottom: 0px; font-size: 16px; line-height:34px; font-weight: bold; color: #000000; text-transform: uppercase; border-bottom: 1px solid #ebebeb; font-family: 'OpenSans-Regular'; }
#sub-menu ul { list-style: none; padding:0px; margin:0px; }
#sub-menu li { width: 100%; float: left; line-height: 20px;  border-bottom:solid 1px #CCCCCC; padding:0px; margin:0px; }
#sub-menu li a { display: block; padding-bottom:10px; padding-top:10px; text-decoration: none; color: #000; padding-left:10px; height: auto; border-left: 0px solid #333333; font-weight: normal;  margin:0px;}
#sub-menu li a:hover, #sub-menu li.selected a { color: #000; background-color:#e8e8e8; }



#box1_bg {
	width: 100%;
	float:left;
	margin: auto;
	height:auto;
	padding-bottom:50px;
	padding-top:40px;
	background: #FFF;
	overflow:hidden;
	background-image:url(body_bg.png);
	} 
#box1_bg .head{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: 900;
}
.titles-heading{
	position: relative;	
	text-align: center;
}
.titles-heading h1{
	margin: 0 auto;
	width: 28%;
	font-size: 34px;
	font-weight:bold;
	padding: auto 20px;
	z-index: 2;
	position: relative;
}
.titles-heading .line{
	height: 1px;
	z-index: 1;
	background-color: #dedede;
	width: 100%;
	position: absolute;
	top:48%;
}

#box1_bg h3{
	text-align: left;
	font-size: 20px;
	color: #0c4675;
	font-weight: 900;
	padding-bottom:10px;
}
.box1{
	width: 28%;	
	margin-bottom:20px;
	margin-left:50px;
	padding-bottom:20px;
	float:left;
}
.work_box_head	{
	font-size:21px;
	color:#000099;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.work_box_data	{
	font-size:13px;
	color:#433f3e;
	font-weight:normal;
	line-height:19px;
	text-align:center;
	height:60px;
}
.img_service {
	width:65%;
	padding:5px;
	border:solid 0px #FFCC00;
	background-color:#FFFFFF;
	border-radius: 100%;
	-moz-box-shadow:0px 0px 3px #CCCCCC;
	-webkit-box-shadow:0px 0px 3px #CCCCCC;
	box-shadow:0px 0px 3px #CCCCCC;
}
.body_box3_btn	{
	float:left;
	width:100%;
	padding-top:0px;
	text-align:left;
}
.body_box3_btn a{
	color:#000;
	display: inline-block;
	text-decoration:none;
	font-size: 1em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align:left;
	border:solid 1px #CCCCCC;
	background-color:#e8e8e8;
	border-radius: 7px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	 -webkit-box-shadow: 0 0 5px #FF9900;
   -moz-box-shadow: 0 0 5px #FF9900;
   box-shadow: 0 0 5px #FF9900;
}
.body_box3_btn a:hover{
	color:#666666;
	background: #FFF;
}
.box_size	{
	width:250px;
}
.view-box .box_head1{
	font-size:18px;
	line-height:22px;
	text-align:left;
	font-family:Open Sans;
	font-weight:normal;
	padding-left:2px;
	padding-bottom:5px;
}
.line_green	{
	background-image:url(line_green.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:6px;
}
.view-box	.box_data	{
	font-weight:normal;
	font-size:13px;
	color:#FFFFFF;
	line-height:18px;
}
.view-box	.box_data span	{
	font-weight:bold;
	font-size:13px;
}
.view-box	.box_data a	{
	color:#FFFFFF;
	text-decoration:underline;
}
.view-box	.box_data a:hover	{
	color:#000099;
	text-decoration:none;
}
#box_banner_bottom {
	width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:0px;
	padding-top:0px;
	background: #005076;
	
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
	} 
#box_banner_bottom  .title{
	width: 75%;
	float: left;
	padding-top:12px;
}
#box_banner_bottom  p{
	color: #fff;
	padding: 18px 0;
	margin: 0;
	font-weight: 200;
	font-size: 28px;
}
#box_banner_bottom  .button{
	width: 25%;
	height: 100%;
	padding: 20px 0;
	float: right;
	text-align: center;	
	position: relative;
	overflow: hidden;
	background-color:#002537;
}
#box_banner_bottom  .button:hover{
	cursor: pointer;
}
#box_banner_bottom  .button a{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}
#box_banner_bottom  .button a{
	text-decoration: none;
}
#box_banner_bottom  .arrow_box_action{
	background: url("../images/arrow_box_action.png") no-repeat;
	position: absolute;
	width: 33px;
	height: 64px;
	left: -5px;
	top:10%;
}
.box3{
	width: 95%;	
	margin:5px;
	padding:0px;
	float:left;
	height:auto;
	padding:20px;
	background-color:#FFFFFF;
	-webkit-border-radius: 1px;
           border-radius: 1px;
	-moz-box-shadow:0px 0px 3px #666666;
	-webkit-box-shadow:0px 0px 3px #666666;
	box-shadow:0px 0px 3px #666666;
}



.search_bg	{
	width:100%;
	float:right;
	text-align:left;
	padding-top:15px;
	padding-bottom:0px;
	padding-right:0px;
}
.search_box {
	background-color:rgba(255,255,255,.7);
	border:1px solid #999999;
	position: relative;
	float:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	color:#999999;
	width:180px;
	
	-webkit-apperance:none;
	margin:5px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.search_box form input[type="text"]:focus{
	color:#333333;
	width:240px;
}
.search_box form input[type="submit"] {
	border: none;
	outline:none;
	cursor: pointer;
	background: url(../images/search_icon.png) no-repeat 0; 
	width:30px;
	height:25px;
	
}	
.top_icon	{
	width:100%;
	float:right;
	text-align:right;
	padding-top:15px;
	padding-right:0px;
	font-size: 14px;
	font-weight: bold;
}

.menubg	{
	width:100%;
}
#main_menu {
    float: right;
    margin-top: 0px;
	padding-bottom:10px;
	
}
#main_menu li {
	list-style-type: none;
	
}
#main_menu li a{
	text-decoration:none;
	font-size:11px;
}
.first_list {
    float: left;
    margin: 0 5px;
	
}

.main_menu_first {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: capitalize;
	border: 1px solid #1055a1;
	background-color:#1055a1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	

}

.main_menu_first:hover {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	-webkit-border-radius: 5px;
           border-radius: 5px;
	 color: #000;
}

.with_dropdown {
    position: relative;
	
}
.with_dropdown li {
	list-style-type: none;
}
.with_dropdown li a {
	display: block;
	text-decoration:none;
	text-align:left;
}

.with_dropdown ul {
    background: #fff;
    border-bottom: 1px solid #000000;
    padding: 12px 0;
    position: absolute;
    top: 24px;
    visibility: hidden;
    width: 197px;
	z-index:101;
}

.first_list:hover.first_list ul {
    visibility: visible;
}

.with_dropdown .main_menu_first {
    background: url(../images/arrow_down.png) no-repeat 92%;
    padding-right: 23px;
	background-color:#1055a1;
}

.with_dropdown:hover .main_menu_first {
    background: #fff url(../images/arrow_down.png) no-repeat 92%;
   border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	 color: #000;
}

.second_list {
    margin: 0 5px;
    padding: 10px;
}

.second_list_border {
    border-bottom: 1px solid #e7e7e7;
}

.main_menu_second {
    color: #000;
    font-size: 11px;
    text-transform: capitalize;
}

.main_menu_second:hover {
    color: #000099;
}

.main_current {
    border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	-webkit-border-radius: 5px;
           border-radius: 5px;
	color:#333333;
}
.bannerbg	{
	width:100%;
	float:left;
	margin: auto;
	z-index: 999;
  }
.banner {
	width: 100%;	
	margin: auto;
	padding-top:0px;
	margin-bottom:-5px;
	height:auto;
	 
	}
.banner_top_img	{
	width:100%;
	text-align:center;
	padding-top:45px;
  }	
	

.mobile_banner	{
	background: url(mobile.png) no-repeat;
	height:50px;
	text-align:left;
	width:40%;
	color:#22a3ff;
	font-size:16px;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	padding-left:34px;
	padding-top:6px;
	float:left;
	
}
.demp_banner	{
	height:50px;
	text-align:rigt;
	width:40%;
	padding-top:6px;
	float:right;
	
}


#box2_bg {
	width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:40px;
	padding-top:40px;
	background-color:#b89254;
	overflow:hidden;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	} 
#box2_bg h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
}
.feature-grids{
	margin-top: .1em;
}
.feature-grid-head_about h3{
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
}
.feature-grid p{
	color: #FFF;
	font-size: 0.875em;
	padding:1em 0 1em 0;
	line-height: 1.5em;
}
.feature-grid-head_about h3 span{
	font-weight: 300;
}
.img_feature {
	padding:10px;

	border-radius: 4px;

	-moz-box-shadow:0px 0px 3px #333333;
	-webkit-box-shadow:0px 0px 3px #333333;
	box-shadow:0px 0px 3px #333333;
}

.body_box4_left_site{
	float:left;
	width:48%;
	margin-right:2%;
}
.body_box4_left_site h4{
	font-size: 1.3em;
	color: #000;
}
.body_box4_left_site p{
	color: #FFF;
	font-size: 0.875em;
	padding:1em 0 2em 0;
	line-height: 1.5em;
}
.body_box4_right_site{
	float:right;
	width:48%;
}
.body_box4_right_site h4{
	font-size: 1.3em;
	color: #000;
}
.body_box4_right_site p{
	color: #FFF;
	font-size: 0.875em;
	padding:1em 0 2em 0;
	line-height: 1.5em;
}

#box3_bg {
	width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:50px;
	padding-top:50px;
	background: #FFF;
	background-image:url(body-grid.jpg);
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	} 
#box3_bg h3{
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	font-weight: 900;
	padding-bottom:10px;
}
#box4_bg {
	width: 100%;
	margin: auto;
	height:700px;
	background: #81c262;
	overflow:hidden;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	} 
.box4 {
    margin: auto;
    width: 100%;
	max-width: 1150px;
	overflow:hidden;
	padding:10px;
}
.box4 h3 { 
	color:#FFF;
	font-size:30px;
	padding-top:250px;
	text-align:center;
}
.box4 p  { 
	color:#FFF;
	font-size:16px;
	line-height:24px;
	text-align:center;
}
.box4 .top_btn {
	
	color: #FFF;
	cursor: pointer;
	padding-top:20px;
	text-align:center;
}
.box4 .top_btn a{
	color:#FFF;
	display: inline-block;
	font-size: 22px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 12px;
	padding-right: 45px;
	padding-bottom: 12px;
	padding-left: 45px;
	border: solid 1px #FFFFFF;
	text-decoration:none;
	-webkit-border-radius: 30px;
           border-radius: 30px;
}	
	
.box4 .top_btn a:hover{
	color:#FFF;
	background-color:rgba(163,214,138,.5);
}

.container {
    margin: auto;
    width: 100%;
	max-width: 1100px;
	
}
#mainbody {
	width: 100%;
	margin: auto;
	
	overflow:hidden;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	} 
.container_body {
    margin: auto;
    width: 100%;
	max-width: 1150px;
	overflow:hidden;
	padding:10px;
	padding-top:0px;
	padding-right:10px;
	
}
.container_body h3 {
	font-size:18px;
	color:#0f2d76;
	font-weight:bold;
	text-align:left;	

}
.left_body_box	{
	width:48%;
	float:left;
}
.right_body_box	{
	width:48%;
	float:right;
}
.box_data_left {
    float: left;
    width: 40%;
	padding:10px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
           border-radius: 5px;
	box-shadow:0px 0px 3px #c6c6c6;
	border:solid 1px #FFFFFF;
}
.box_data_left span {
	font-size:18px;
	color:#000099;
	font-weight:normal;
	text-align:left;	
}
.box_data_left p {
    color: #000;
    font-size: 14px;
    line-height: 19px;
}
.box_data_left img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	text-align:center;
	width:95%;
}

.box_data_right {
	float: right;
	width: 40%;
	padding:10px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
           border-radius: 5px;
	box-shadow:0px 0px 3px #c6c6c6;
	border:solid 1px #FFFFFF;
}
.box_data_right span {
	font-size:18px;
	color:#000099;
	font-weight:normal;
	text-align:left;	
}
.box_data_right p {
    color: #000;
    font-size: 14px;
    line-height: 19px;
}
.box_data_right img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	text-align:center;
	width:95%;
}


.body_work {
    margin: auto;
   width: 100%;
   max-width: 950px;
}
.subhead	{
	font-size:18px;
	color:#003d4d;
	font-weight:bold;
	line-height:26px;
	text-align:left;	
	padding-left:7px;
}
.subhead_mini	{
	font-size:14px;
	color:#000000;
	font-weight:normal;
	line-height:26px;
	text-align:left;	
}
.line	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
.line_img	{
	background-image: url(line_black.png);
	background-repeat: repeat-x;
	height:5px;
	width: 100%;
}
#bottombody {
	width: 100%;
	margin: auto;
	
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	} 
#banner_top {
    clear: left;
    float: left;
    width: 100%;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}
#banner_top h1{color:#fff;font-size:39px;margin-bottom:7px;font-weight:normal;text-shadow:2px 1px 3px #000; width:100%;}
#banner_top h2{color:#fff;text-shadow:2px 2px 2px #000; width:100%;}
#banner_right {
    width:100%;
	max-width: 313px;
	overflow:hidden;
	margin: auto;
	padding-top:0px;
}


#about_data {
    clear: left;
    float: left;
    width: 50%;
}

#about_data h3 {
	font-size:18px;
	color:#0f2d76;
	font-weight:bold;
	text-align:left;	
}

#about_data p {
    color: #000;
	font-weight:normal;
    font-size: 14px;
    line-height: 21px;
}


#our_services {
    float: right;
	width:45%;
	padding:0px;
	margin:0px;
	
}
.services_tab {
	padding:10px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
           border-radius: 5px;
	box-shadow:0px 0px 3px #c6c6c6;
	border:solid 1px #FFFFFF;
}

#our_services h3 {
	font-size:18px;
	color:#0f2d76;
	font-weight:bold;
	text-align:left;	
}
#our_services p {
    color: #000;
	font-weight:normal;
    font-size: 14px;
    line-height: 21px;
	padding-left:10px;
}
#clients {
    float: right;
	width:50%;
	padding:0px;
	margin:0px;
}

#clients h3 {
	font-size:18px;
	color:#f39c12;
	font-weight:bold;
	text-align:left;	
}

.tip_menu {
	WIDTH: 98%;
	TEXT-ALIGN: left;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.tip_menu UL {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 20px;
	LIST-STYLE-POSITION: outside;
	PADDING-BOTTOM: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	COLOR: #000099;
	PADDING-TOP: 0px;
	
	padding:0px;
}

.tip_menu UL li{
	background: url(line_img09.gif) repeat-x;
	list-style-type: none;	
	margin-bottom:5px;
	 
	 padding:4px;
}
.tip_menu UL li a{
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-align: left;
	text-decoration: none;
	list-style-position: outside;
	text-transform: capitalize;
}
.tip_menu li:before {content: "+"; padding:0px 3px 0px 3px; color:red; font-size:13px; font-weight:normal; color:#FFFFFF; background-color:#f39c12;}
.tip_menu li.active:before {content: "-"; padding:0px 5px 0px 3px; color:red; font-size:13px; font-weight:normal;background-color:#FFFFFF;}

.tip_menu UL li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#toggle{width:100%; margin:0 auto; padding:0px;}

.tip_div{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height:19px;
	color: #333333;
	background-color:#FFF;border: 1px solid #e8e8e8;
	padding:6px;
	margin-bottom:10px;
}
.tip_div UL li{
	 border: 0px solid #e8e8e8;
	 list-style-type: circle;
}
.tip_div OL li{
	 border: 0px solid #e8e8e8;
	 list-style-type: decimal;
}
.tip_div li:before {content: "";}
.tip_div li.active:before {content: "";}

/* Post - Testimonials ----------------------------------------------*/
#testimonials {
    float: right;
    width: 48%;
}

#testimonials h3 {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;
}
#testimonials ul {
	margin:0px;
	padding:0px;	
}


.test1	{
	width: 20%;
	float:left;
	margin-right:20px;
}
.test2	{
	width: 75%;
	float:left;
}
.test_box .photo{
	padding:1px;
}
.test_box .photo img{
	width: 100%;
	border: 3px solid #fff;
	margin-left:5px;
	margin-top:5px;
}
.test_box h4{
	padding: 5px 0 0 0;
	text-align:left;
	color:#333333;
	width:100%;
}
.test_box p{
	font-size: 14px;
	text-align:left;
	color:#999999;
}
.test_box .name span{
	font-size: 14px;
}
.test_box ul{
	margin:0px;
	padding:0px;
}
.test_box li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#e8e8e8;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}
/* Lates Post -----------------------------------------------------*/
#news_events ul {
	margin:0px;
	padding:0px;	
}

#news_events {
     float: left;
    width: 48%;
}

#news_events h3 {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	text-align:left;	
	padding-bottom:20px;
}
#news_events ul {
	margin:0px;
	padding:0px;	
}


 .news1 {
    width: 12%;
	float:left;
	margin:5px;
  }
  .news2 {
    width: 70%;
	float:left;
  }
  .news3 {
    width: 10%;
	float:right;
  }
 


.box ul{
	margin:0px;
	padding:0px;
}
.box li{
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#e8e8e8;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}
.news1 .date{
	background-color: #dedede;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-weight: 300;
	padding-bottom: 8px;
	color: #000;
	font-size: 23px;
	border: solid #cbcaca 1px;
	border-radius:  5px;
}
.news1 .date span i{
	padding-right: 5px;
}
.news1 .date span{
	display: block;
	border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 2px 0;
	margin-bottom: 3px;
	font-size: 14px;
	background-color:#145f7e;
}
.info{
	
	margin-left: -5px;
	padding-left: 15px;
	margin-top: 5px;
}
.info h4{
	padding: 5px 0 0 0;
	text-align:left;
	color:#333333;
}
.info p{
	font-size: 14px;
	text-align:left;
	color:#999999;
}
.news3 .link{
	text-align: center;
	margin-top: 35%;
	width: 100%;
}
.news3 .link i{
	font-size: 2em;
}


.img2 {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #e8e8e8;
	text-align:center;
}


.body_content{
	background-color:#000000;
	width:100%;
	margin:auto;
	padding:0px;
	padding-bottom:40px;
	padding-top:20px;
	overflow:hidden;
	
}
.bottom_content {
    margin: auto;
    width: 100%;
	max-width: 1000px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:20px;
	
}
.form_data	{
	border:solid 1px #CCCCCC;
	-webkit-border-radius: 5px;
           border-radius: 5px;
		   background-color:#f5f5f5;
	padding:10px;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:20px;
	text-align:left;	
}


.textboxarea {
	width: 92%;
	height:50px;
	background:#FFF;
	color : #333333;
	padding:5px;
	margin:3px;
	border:solid 1px #CCCCCC;
	margin-top:2px;
	margin-bottom:5px;
	font-size: 11px;
}
.input_box {
	width: 92%;
	background:#FFF;
	color : #333333;
	padding:5px;
	margin:3px;
	border:solid 1px #CCCCCC;
	font-size: 11px;
}
.input_select {
	width: 96%;
	background:#FFF;
	color : #333333;
	padding:5px;
	margin:3px;
	border:solid 1px #CCCCCC;
	font-size: 11px;
}
.textbox_down {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	line-height:13px;
}

.google_map	{
	border:solid 1px #CCCCCC;
	border-radius: 7px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	 -webkit-box-shadow: 0 0 5px #d1d1d1;
   -moz-box-shadow: 0 0 5px #d1d1d1;
   box-shadow: 0 0 5px #d1d1d1;
 }

#contact_footer_data_left {
    clear: left;
    float: left;
    width: 50%;
	padding-top:20px;
}

#contact_footer_data_left h3 {
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;	
}

#contact_footer_data_left p {
    color: #000;
	font-weight:normal;
    font-size: 14px;
    line-height: 21px;
}


#contact_footer_data_right {
    float: right;
	width:45%;
	padding:0px;
	margin:0px;
	padding-top:20px;
	
}

/* Footer -----------------------------------------------------*/

.footer_box	{
	margin: auto;
    width: 100%;
	max-width: 1100px;
	padding-bottom:20px;
}
footer{
	background-color: #FFFFFF;
	width: 100%;
	float:left;	
}
.footer-top{
	background: #FFFFFF;
	
}
.footer-bottom{
	background: #1e5477;
	width: 100%;
	float:left;
}
.footer-top{
	text-align: center;
	padding: 20px 30px 30px 30px;
}
.footer-top h3{
	padding: 0;
	color: #000;
	font-weight: 300;
}
.footer-top h3 a{
	color: #000;
}
.footer-center{
	padding-bottom: 40px;
}
.footer-center .item-center{
	position: relative;	
	padding: 30px 0 0 0;
	text-align: center;
}
.footer-center .item-center:hover i{
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center .arrow_footer{
	position: absolute;
	background: url("arrow_footer.png") no-repeat center center;
	opacity: 0.9;
	width: 100%;
	height: 15px;
	left: 0;
	top: -15px;
}
.footer-center .item-center h4{
	padding-bottom: 0;
}
.footer-center .item-center i{
	font-size: 1.8em;
	line-height: 1.4em;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center p{
	color: #ddd;
	max-width: 88%;
	margin: 0 auto;
}
.footer-center .top{
	border-bottom: 1px solid #333333;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
footer h4, footer h3, footer i{
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #000;
}
footer p, footer .twitter{
	color: #ddd;	
	font-size: 14px;
	line-height: 23px;
}
.twitter .owl-controls{
	margin-top: 20px;
}
.footer-center .fa-twitter,
.footer-top .fa-twitter{
	font-size: 2.5em;
	float: left;
	margin-right: 20px;
	color: #29c0d4;
}
.footer-top .fa-twitter{
	float: none;
}
footer .border-right{
	border-right: 1px solid #333;
	padding-right: 25px;
}
footer form{
	padding-bottom: 30px;
}
footer .btn{
	border:0;
	font-size: 16px;
	border-radius: 0 3px 3px 0;
	font-weight: 300;
}
footer .btn:hover{
	color: #f5f5f5;
}
footer .input-group-addon, footer input{
	background: #f5f5f5;
	border: 0;
}
footer .input-group-addon i{
	color: #131313;
	text-shadow: 1px 1px 1px #ccc;
}
footer .links li{
	color: #f5f5f5;
	line-height: 32px;
}
footer .links li a{
	color: #f5f5f5;
	padding-left: 7px;
	font-size: 14px;
}

.footer-bottom{
	padding: 10px 0 25px 0;
}
.footer-bottom ul li{
	display: inline-block;
	margin: 0 10px;
}
.footer-bottom ul li a{
	color: #f5f5f5;
	font-size: 13px;
	text-decoration:none;
}
.footer-bottom ul li a:hover{
	color: #FFCC00;
	text-decoration:none;
}
.menu-footer{
	padding: 0px 0 0 0px;
}

.logo-footer{
	float: left;
}
.logo-footer h2{
	color: #f5f5f5;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 10px 0 0;
}

/* Social -----------------------------------------------------*/

footer .social{
	text-align: right;
}
.social li{
	background: #656565;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	display: inline-block;
	margin: auto 10px;
}
.social li i{
	color: #333;
	text-shadow:none;
	font-size: 16px;
	line-height: 38px;
}
.social li:hover i{
	color: #fff;
}
.coopring p{
	margin: 0;
	font-size: 14px;
}
footer .social li{
	width: 56px;
	height: 56px;	
}
footer .social li i{	
	font-size: 26px;
	line-height: 58px;
}
footer .tags a{
	color: #dedede;
}

 .col-md-3 {
    width: 25%;
	float:left;
  }
   .col-md-3 h3 {
    font-size:24px;
  }
  .col-md-3 h3 a {
    text-decoration:none;
  }
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.wrap_footer{
	background-color:#CCCCCC;
	float:left;
	width:100%;
	padding-bottom:10px;
	padding-top:0px;
	margin:auto;
	overflow:hidden;
}
.footer-grid{
	float: left;
	padding: 0px 1em 0px 0px;
}
.footer-grid h4{
	padding-bottom:1em;
}
.footer-grid1 {
	width: 30%;
}

.footer-grid2 {
	width: 30%;
	padding-left:20px;
}
.footer-grid3 {
	width: 25%;
}
.footer_img {
	padding:10px;
	background-color:#FFFFFF;
	border-radius: 5px;
}
.col-md-8{
		max-width: 100%;
		float:left;
	}
.col-md-4{
		width: 25%;
		float:right;
		right: 20px;
		top: 18%;
	}
	
.footer-grid1 p,.footer-grid2 p{
	color: #FFF;
	font-size: 0.875em;
	float:left;
}
.footer-grid2 h4{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.5em;
}
.footer-grid2 ul li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	line-height:21px;
	color: #FFF;
	font-size: 0.875em;
}
.footer-grid2 ul li span{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/map_icon.png) no-repeat 0px 0px;
	vertical-align: middle;
	margin: 6px 6px 6px 0px;
	
}
.footer-grid2 ul{
	float:left;
	padding:0px;
	margin:0px;
}
.footer-grid2 ul li:nth-child(2) span{
	background: url(../images/massage.png) no-repeat 0px 0px;
}
.footer-grid2 ul li:nth-child(3) span{
	background: url(../images/mobile_footer.png) no-repeat 0px 0px;
}
.footer-grid2 ul li label{
	color:#FFF;
	font-size:0.875em;
	
}
.ser_box	{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	
}
.ser_box .ser_box_left	{
	float:left;
	width:20%;	
}
.ser_box .ser_box_right	{
	float:right;
	width:79%;	
}
.ser_box h3{
	color:#0c4675;
	font-size:16px;
	padding-bottom:10px;
	line-height:24px;
	font-weight:normal;
}
.ser_box p{
	color:#000;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	padding-bottom:10px;
	height:auto;
	width:92%;
}
.ser_box .img{
	padding-top:0px;
	text-align:center;
}

.data_top h1 { display: block;  font-size: 28px; color: #0c4675; font-weight:bold; padding-bottom:10px; text-align:left; }
.data_top h2 { display: block;  font-size: 18px; color: #0c4675; font-weight:bold; padding-bottom:5px; text-align:left; }
.data_top p{ display:block; padding:4px 0px; font-size:16px; line-height:22px; text-align:justify;}

.data_top p a{ background-color: #5aa70b;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  color: #FFFFFF;}
.data_top p a:hover{ background-color: #FF9900;}
.submit_button {
	display: inline-block;
	font-size:18px;
	border-radius:20px;
	background:#43bacc;
	color:#fff;
	border:none;
	cursor:pointer;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.submit_button:hover {
	background:#84c754;
}

.input_register {padding:4px;font-size:13px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.input_register:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.showcart_head	{
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.showcart	{
	color:#333333;
	font-size:14px;
	line-height:19px;
	text-align:left;
	text-decoration:none;
	font-weight:normal;	
	background-color:#f1e8e4;
}

.showcart td{
	background-color:#FFFFFF;
}
.showcart A {
	COLOR: #000099; TEXT-DECORATION: none
}
.showcart A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
.orderpayhead	{
	color:#000;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	background-color:#CCCCCC;
	
}
.btn_list {
	display: inline-block;
	color: #333333;
	font-weight: 600;
	height:32px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px !important;
	background: #0066ac;
	position: relative;
	text-align: center;
	text-decoration: none;
	border-radius: 4px 4px 5px 5px;
	border: 0;
	box-shadow: 0 2px 0 #000;
	cursor:pointer;
}
a.btn_list {
	color: #fff;
}

.btn_list:hover {
	background-color: #ff9900;
	color: #FFFFFF;
	text-decoration: none;
}
.righthead	{
	color:#0c4675;
	font-size:18px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;	
}

.main_price_box	{
	width:48%;
	float:left;
	padding:1%;
}
.price_box	{
	float:left;
	width:99%;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
}
.amoun_price{
	color:#181919;
	font-size:28px;
	line-height:36px;
	font-weight:bold;
	text-shadow: -1px -1px 1px #FFF, 1px 1px 0px #a9b397;
	padding:5% 0;
	background:#FFFFFF;
	text-align:center;
	border-bottom: 2px ridge #0060a0;
}
.amoun_text{
	color:#333333;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	padding:4% 0;
	background:#00CCFF;
	text-align:center;
	border-bottom: 2px ridge #FFF;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;             
	border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}

.footer_price_text{
	color:#FFF;
	font-size:16px;
	line-height:23px;
	font-weight:bold;
	background:#00CCFF;
	text-align:center;
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;             
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 7%;
	padding-right: 0;
	padding-bottom: 7%;
	padding-left: 0;
}
.footer_price_text a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	padding:8px 12px;
	background:#242b3e;
	text-align:center;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
	text-decoration:none;
}
.footer_price_text a:hover{
	color:#CCCCCC;
	background:#000000;
	text-decoration:none;
}
.start_date{
	color:#181919;
	font-size:16px;
	font-weight:normal;
	padding:3% 0;
	background:#FFFFFF;
	text-align:center;
	border-bottom: 2px ridge #FFF;
}
.start_date span{
	font-size:18px;
	font-weight:normal;
}
.box_text{
	color:#181919;
	font-size:11px;
	font-weight:normal;
	padding:1% 1%;
	background:#e8e8e8;
	text-align:justify;
	border-bottom: 2px ridge #FFF;
}

#box_inner_top {
	width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:0px;
	padding-top:0px;
	background: #005076;
	
	overflow:hidden;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	
	} 
#box_inner_top  .title{
	text-align:left;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
}
#box2_bg_inner {
	width: 100%;
	margin: auto;
	height:auto;
	padding-bottom:40px;
	padding-top:40px;
	background-color:#FFFFFF;
	overflow:hidden;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	} 
#box2_bg_inner h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #333333;
	font-weight: 900;
}

.catheadbg	{

	background-image:url(headbg.gif);
	background-repeat:no-repeat;
	background-position: 5px 0px;
	height:37px;
	font-family: Verdana;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	padding-top:8px;
	padding-left:40px;
	text-align:left;
}
.catheadbg	a{
	color:#000099;	
	text-decoration:none;
}
.catheadbg	a:hover{
	color:#FF0000;
	text-decoration:underline;
}
.right_box	{
	border:solid 1px #efefef;
	-webkit-border-radius: 5px;
           border-radius: 5px;
		   background-color:#f5f5f5;
	padding:10px;
}
.righthead	{
	color:#0c4675;
	font-size:18px;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;	
}

.sidebar {
	WIDTH: 100%;
	TEXT-ALIGN: left;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.sidebar UL {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 10px;
	LIST-STYLE-POSITION: outside;
	PADDING-BOTTOM: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	COLOR: #000000;
	PADDING-TOP: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.sidebar UL li{
	background: url(../images/line_img09.gif) repeat-x;
	background-position:left 25px;
	padding-bottom:14px;
	padding-top:4px;
	
}
.sidebar UL li a{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
	text-align: left;
	text-decoration: none;
	list-style-position: outside;
	text-transform: capitalize;
}

.sidebar UL li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

@media all and (min-width:320px) and (max-width:640px){

.main_price_box	{
	width:100%;
}
.logo{ width:90%; padding-bottom:0px; text-align:center;
	padding-top:px;}
.welcome { 
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}
.top-nav{
	float:left;
	width:100%;
}
.top-nav ul {
	margin:0px;
	padding:0px;
}
.top-nav ul li a{
	font-size: 16;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;	
}
.col-md-3{
	float:left;
	width:100%;
	padding-bottom:10px;
	background:#FFFFFF;
}
.footer-top{
	text-align: center;
	padding: 20px 0px;
}
 
#box1_bg .head{
	font-size: 24px;
}
.col-md-8{
	float:left;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	 
}
.col-md-4{
	float:left;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	 
}
#box_banner_bottom  .title{
	width: 50%;
	float: left;
	padding-top:30px;
}
 
#box_banner_bottom  .button{
	width: 50%;
	padding: 20px 0;
}
#box_banner_bottom  .button a{
	font-size: 14px;
}
.titles-heading h1{
	font-size: 26px;
}
.ser_box{
	float:left;
	width:100%;
	padding-bottom:0px;
}
.ser_box .ser_box_left	{
	float:left;
	width:100%;	 text-align:center;
}
.ser_box .ser_box_right	{
	float:right;
	width:100%;	
}
.ser_box p{
	width:100%;
	height:auto;
}

}