@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
h1, h2, h3, h4, h5, h6{line-height: normal;}
ul,ol {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong {
	display:inline-block;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#0889be;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:focus {
	outline:none;
	text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	/*filter:chroma(color=#fff);*/
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #dedede;
	margin:15px 0 20px;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:block;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:13px;
	margin:0;
	line-height: 22px;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
table th, table td {
	padding:5px 12px;
	vertical-align:top;
	border:1px solid#ccc;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_right{text-align:right;}
input[type="submit"], input[type="button"]{border:none;}

input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	height:40px;
	background:#fff;
	border:1px solid #d1d1d0;
	color:#818181;
	outline:none;
	margin-bottom:13px;
	font-family: 'ralewayregular';
	font-size:14px;	
	vertical-align:middle;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-box-shadow:0 0 4px 0 #ddd;
	box-shadow:0 0 4px 0 #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
textarea {
	height:94px;
	resize:none;
	overflow:auto;
}
select{cursor:pointer;}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	background:#fefdea;
	border-color:#c1b1a8;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"], input[type="reset"], input[type="button"], a.btn {
	border:2px solid #f27c66;
	-webkit-border-radius: 8px 0;
	border-radius: 8px 0;
	height:40px;
	line-height:37px;
	display:inline-block;
	padding:0 20px;
	font-size:16px;
	cursor:pointer;
	text-transform:uppercase;
	outline:none;
	font-family: 'ralewaymedium';
	vertical-align:top;		
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
a.btn{line-height:32px;}
input[type="submit"], input[type="button"], a.btn, .btn, button{	
	background:none;
	color:#f27c66;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.btn:hover, a.btn:focus {
	background:#f27c66;		
	color: #fff;
}
input[type="reset"]{
	background:#cb5039;
	border-color: #cb5039;
	color:#fff;
}
input[type="reset"]:hover{
	background:none;
	color: #cb5039;
}

/*---- colored button ----*/
input[type="submit"].btn-green, input[type="button"].btn-green, a.btn.btn-green{	
	background:#3fad34;
}
input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, a.btn.btn-green:hover{	
	background:#40c332;
}
/*---- colored button ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
	 margin-left:5px;
}

input[type="radio"], input[type="checkbox"],select{cursor:pointer;}
input[readonly="readonly"]{cursor:not-allowed;background:#f4f4f4 !important;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
figure{margin: 0;}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'ralewayregular';
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#757575;
}
body,html{overflow-x:hidden;}
/* defult css Styles
---------------------------------*/
.scroll_effect{position:relative;}
.error {
    background: url(../images/error_icon.png) no-repeat scroll 7px 1px #ffd1d1;
    border: 1px solid #de7a7b;
    border-radius: 5px;
    color: #c00;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.success {
    background: url(../images/success-icon.png) no-repeat scroll 10px 3px #eaf7d9;
    border: 1px solid #6d9d03;
    border-radius: 5px;
    color: #425c05;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}

.error p, .success p, .information p {
	padding:0;
	font-size:12px;
}
.scrollup {
    background: url(../images/scroll-top.png) no-repeat center center;
    bottom: 32px;
    display: none;
    height: 52px;
    position: fixed;
    right: 10px;
    width: 52px;
    z-index: 999;
}
.model{
	width: 142px;
	height: 243px;
	position: absolute;
	left: -11px;
	z-index: 800;
	font-size: 0;
	text-indent: -9999px;
	background: url(../images/bowingegyptian.gif) no-repeat;
}
.body_container{padding-bottom:40px;}
.homepage .body_container{padding-bottom:0;}
.mainContainer{padding-top: 50px; position: relative;}
.container{width:1140px; margin:0 auto;}
.logo{
	width:334px;
	height:auto;
	-webkit-transition:all 450ms ease-in-out 0s;
	transition:all 450ms ease-in-out 0s;
}
.logo a{display:block;}
.logo img{
	width:100%;
	height:auto
}
.header_top{
	height: 40px;
	background: #24282e;
}
.header_left{float: left;}
.header_right{
	float: right;
}
.top_link{padding: 9px 0 0;}
.top_link ul{
    padding: 0;
    margin: 0
}
.top_link ul li:first-child{margin-left: 0;}
.top_link ul li{
    padding: 0;
    margin: 0 0 0 50px;
    float: left;
    list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	color: #fff; 
}
.top_link ul li span{font-family: 'latomedium';}
.top_link ul li.phn i{margin-top: 2px;}
.top_link ul li a{
    color: #fff;    
}
.top_link ul li a:hover{color:#0889be;}
.top_link ul li i{margin: 1px 7px 0 0; font-size: 18px; line-height: 18px; vertical-align: top; }


.social_link a {
	color:#fff;
	font-size:1px;
	float:left;
	text-indent:-999px;
	width:40px;
	height:40px;
	background:url(../images/sprite.png) no-repeat;
	float:left;
	-webkit-transition:all ease-in-out 450ms 0s;
	-moz-transition:all ease-in-out 450ms 0s;
	-ms-transition:all ease-in-out 450ms 0s;
	-o-transition:all ease-in-out 450ms 0s;
	transition:all ease-in-out 450ms 0s;
}
.social_link a:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}
.social_link a.fb {
	background-position:0 0 ;
}
.social_link a.gplus {
	background-position:-40px 0;
}
.social_link a.twt {
	background-position:-80px 0;
}
/********************/

.header_middle{
	padding: 7px 0;
	background: #fff;
}
.header_middle .container{
	position: relative;
}
.nav_wrapper{
	float: right; 
	padding: 28px 0 0;
	-webkit-transition:all 450ms ease-in-out 0s;
	-ms-transition:all 450ms ease-in-out 0s;
	transition:all 450ms ease-in-out 0s;
}
.nav ul{
	padding:0;
	margin:0
}
.nav ul li{
	padding:0 0 0 1px;
	background: url(../images/nav_sep.jpg) left center no-repeat;
	margin:0 0 0 6px;
	list-style-type:none;
	float:left;
	font-size:15px;
	text-transform: uppercase;
	font-family: 'ralewaysemibold';
}
.nav > ul > li:first-child{margin-left:0; padding: 0; background: none;}
.nav > ul > li > a{
	display:block;
	overflow: hidden;
	color:#414141;
	padding:10px 15px;
	background:url(../images/nav_bg.png) repeat-x 0 -113px;
	-webkit-transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}

.nav > ul > li.active > a, .nav > ul > li > a:hover{
	color:#e13b14;
}
.sticky .header_middle{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
	-webkit-box-shadow:0 1px 5px 0 #444;
	box-shadow:0 1px 5px 0 #444;
	background:rgba(255,255,255,.85);
	min-height:1px;
}
.sticky .nav_wrapper{padding-top: 0;}
.sticky .logo{width:132px; height:auto;}

.sticky .common_banner{
	margin-top: 60px;
}
.bx_slidewrap{width: 100%; overflow: hidden; visibility: hidden; max-height: 759px; text-align: center;}
.bx_slidewrap ul{
	padding: 0;
	margin: 0;
}
.bx_slidewrap ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.bx_slidewrap .bx-wrapper{
	background: #fff;
	border: none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin: 0;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a{
	width: 80px;
	height: 72px;
	margin-top: -36px;
}
.bx_slidewrap .bx-wrapper .bx-prev{
	background-position: 0 0;
	left: 4%;
}
.bx_slidewrap .bx-wrapper .bx-next{
	background-position: 0 -92px;
	right: 4%;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a:hover{opacity: .6;}
.bx-wrapper img{max-width: 100%; display: inline;}
.slide_text{
	position:absolute;
	bottom:254px;
	right:13%;
	left: 13%;
	z-index:2;
	text-align: center;
	color:#fff;
}
.slide_text h3{
	margin:0;
	font-size:61px;
	line-height: 80px;
	font-family: 'oswaldbook';
	-webkit-text-shadow:1px 3px 2px #333;
	text-shadow:1px 3px 2px #333;
}
.slide_text h4{
	margin:0;
	font-size:70px;
	line-height: 90px;
	font-family: 'oswaldbook';
	-webkit-text-shadow:1px 3px 2px #333;
	text-shadow:1px 3px 2px #333;
}
.home_slider{position: relative;}

.float_flag_wrap{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 22px 0;
	background: rgba(0,0,0,.88);
}
.flag_wrap{
	padding: 0 46px;
	position: relative;
}
.flag_slide{
	height: 55px;
	overflow: hidden;
}
.flag_hid{overflow: hidden;}
.flag_slide ul{
	padding: 0;
	margin: 0;
}
.flag_slide ul li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
.flag_slide ul li figure{text-align: center; margin: 0 5px;}
.flag_slide ul li figure img{
	display: inline;
	border: 1px solid #fff;
}
.f_nav{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	left: 0;
	z-index: 4;
}
.f_nav a{
	position: absolute;
	width: 19px;
	height: 24px;		
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/sprite.png) no-repeat;
}
.f_nav #fprev{
	background-position: 0 -62px; 
	left: 0;
}
.f_nav #fnext{
	margin-left: 9px;
	background-position: -28px -62px; 
	right: 0;
}
.f_nav a:hover{
	opacity: .6;
}


/***** body content *****/

.heading{	
	color:#020202;
	font-size:30px;
	margin-bottom:21px;	
}
.heading span{
	font-family: 'ralewaysemibold';
}
.heading.white{color: #fff;}

.welcome_block{padding-bottom: 40px; border-bottom: 1px solid #dedede; margin-bottom: 40px;}
.welcome_image{ 
	float:right; 
	margin: 0 0 0 30px;
	width: 554px;
	height: 397px;
	background: #fff;
	-webkit-box-shadow: 0 0 7px 0 #999;
	box-shadow: 0 0 7px 0 #999;
}
.welcome_image img{
	width: 554px;
	height: 397px;
}

.welcome_left{
	margin-top:-5px;
}
.wel_cont{padding-bottom:26px;}
.wel_cont p{padding-bottom: 17px;}

.readmore{
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	background: #fff;
	color: #0889be;
	text-transform: uppercase;
	font-family: 'ralewaymedium';
	font-size: 16px;
	border: 2px solid #09a8ea;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;	
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.readmore:hover{
	background: #09a8ea;
	color: #fff;
	/*-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;*/
}
.service_list{padding-bottom: 23px;}
.service_list ul{
	padding: 0;
	margin: 0 -15px;
}
.service_list ul li{
	padding: 0 15px;
	margin: 0 0 26px;
	float: left;
	width: 33.3%;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service_list ul li figure{
	float: left;
	width: 97px;
	height: 97px;
	border: 1px solid #333;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	display: table;
	text-align: center;
	margin: 0 28px 0 0;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.service_list ul li figure span{
	width: inherit;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}
.service_list ul li figure img{
	display: inline;
	vertical-align: middle;
}
.service_right{
	height: 99px;
	display: table;
}
.service_right h3{
	display: table-cell;
	height: inherit;
	margin: 0;
	vertical-align: middle;
	font-family: 'ralewaysemibold';
	font-size: 20px;
	color: #0889be;
}
.service_list ul li:hover h3{
	color: #000;
}
.service_list ul li:hover figure{
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
}

.overlay_bg {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    font-size: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 1;
}
.customer_wrapper .container{position: relative; z-index: 3;}
.customer_wrapper{
	padding: 43px 0;
	background: url(../images/customer_bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.custom_wrap{padding: 0 38px; position: relative;}
.customer_slide{
	overflow: hidden;
	height: 207px;
}
.customer_slide ul{
	padding: 0;
	margin: 0;
}
.customer_slide ul li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
.client_box figure{
	width: 254px;
	height: 191px;
	background: #fff;
	padding: 8px;
	float: left;
	-webkit-border-radius: 7px 0 7px 0;
	border-radius: 7px 0 7px 0;
	margin: 0 39px 0 0;
}
.client_box figure img{
	width: 254px;
	height: 191px;
}
.client_right {padding: 26px 0 0; text-align: justify;}
.client_right p{padding: 0; font-size: 18px; color: #fff; line-height: 26px;}

.cus_nav{
	position: absolute;
	right: 0;
	bottom: 33px;
	left: 350px;
	z-index: 4;
}
.cus_nav a{
	width: 30px;
	height: 30px;		
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/sprite.png) no-repeat;	
}
.cus_nav #cprev{
	background-position: 0 -113px; 
	-webkit-border-radius: 2px 0;
	border-radius: 2px 0;
}
.cus_nav #cnext{
	margin-left: 11px;
	background-position: -43px -113px; 
	-webkit-border-radius: 0 2px;
	border-radius: 0 2px;
}
.cus_nav a:hover{
	opacity: .6;
}
.map_home{
	height: 313px;
}
#map_home{
	width: 100%;
	height: 100%;
}
/*************************** footer *************************/
.footer_top{
	padding: 50px 0 27px;
	background: #2d3339;
}
.foot_row{margin: 0 -15px;}
.foot_col{
	padding: 0 15px; 
	float: left; 
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foot_col h3.title {
    color: #fff;
    font-size: 22px;
    margin: 0 0 23px;
	padding: 19px 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'ralewaysemibold';
	-webkit-border-radius: 4px 0;
	border-radius: 4px 0;
}
.foot_col.fmenu h3.title{background: #f27c66;}
.foot_col.contact h3.title{background: #f9cb8f;}
.foot_col.foot_form h3.title{background: #199cd4;}

.foot_list{
    margin: 0;
    padding: 0;	
}
.foot_list li {	
    background: url("../images/foot_bull.png") no-repeat 0 4px;
    list-style-type: none;
/*    margin: 0 0 12px;*/
    padding: 0 0 0 16px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'ralewaymedium';
}
.foot_list li a{
	color: #FFFFFF;
	display: block;
    text-transform: uppercase;
}
.foot_list li a:hover{
	color:#4cb0e8;
	padding-left: 5px;
}
.foot_text{
	padding-bottom: 17px;
	color: rgba(255,255,255,.5);
}
.getTouch ul{padding:0; margin:0;}
.getTouch ul li {
	display:block;
	margin-bottom:16px;
	overflow:hidden;
	font-size:16px;
	color:#fff;
}
.getTouch ul li span {
	display:block;
	float:left;
	margin:1px 10px 0 0;
	width:22px;
	height:24px;
	line-height: 24px;
	font-size:25px;
}
.getTouch ul li.location span{margin-top:4px;}
.getTouch ul li.location small{margin-top:1px;}
.getTouch ul li.call small{font-family: 'latomedium';}
.getTouch ul li.msg span{margin-top: -1px; font-size: 20px;}

.getTouch ul li small {
	display:block;
	float:left;
	font-size:16px;
	color:#fff;
	width:86%;
	margin-top:2px;
}
.getTouch ul li small em{
    font-style: normal;
}
.getTouch ul li a {
	margin-top:2px;
	display:block;
	float:left;
	color:#fff;
}
.getTouch ul li a:hover {
	color:#4cb0e8;
}

.stay_conect_wrap{padding-top:10px;}
.follow_link a:first-child{margin-left:0;}
.follow_link a {
	color:#fff;
	font-size:20px;
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	border:1px solid #aaabab;
	margin-right:20px;
	-webkit-border-radius: 4px 0;
	border-radius: 4px 0;
	-webkit-transition:all ease-in-out 450ms 0s;
	-moz-transition:all ease-in-out 450ms 0s;
	-ms-transition:all ease-in-out 450ms 0s;
	transition:all ease-in-out 450ms 0s;
}
.follow_link a:hover {
	color:#fff;
}
.follow_link a.fb:hover {
	background-color:#3765A3;
}
.follow_link a.tw:hover {
	background-color:#5EA9DD;
}
.follow_link a.gplus:hover {
	background-color:#DC483B;
}
.foot_image{padding: 27px 0 0;}

.say_hello ul{
	padding:0;
	margin:0;
}
.say_hello ul li{
	padding:0;
	margin:0 0 20px;
	list-style-type:none;
}
.say_hello ul li input[type="text"]{
	margin:0;
	border:none;
	border: 1px solid #575c61;
	color:#d6d6d6;
	background:none;
}
.say_hello ul li textarea{
	margin:0;
	background:none;
	border: 1px solid #575c61;
	color:#d6d6d6;
}
.say_hello ul li .captcha-request input[type="text"]{width:80px; text-align: center;}


.footer-btm {
	color:#fff;
	font-size:13px;
	padding:15px 0;
	background: #1a1a1a;
}
.footer-btm a {-webkit-transition:all ease-in-out 500ms 0s;transition:all ease-in-out 500ms 0s;}
.footer-btm .left {float:left; margin-top:1px;}
.footer-btm .left a{color:#fff;}
.footer-btm .left a:hover{color:#50b5ee ;}
.footer-btm .right {float:right;}


.footer-btm .right ul {
	margin:2px 0 0;
	padding:0;
	list-style:none;
}

.footer-btm .right ul li {
	display:inline;
	line-height:12px;
	list-style-type:none;
}

.footer-btm .right ul li a {
	display:inline-block;
	padding:0 4px 0 6px;
	color:#fff;
}
.footer-btm .right ul li a:hover{color:#50b5ee ;}
.footer-btm .right ul li:first-child a {border-left:0px;}
.footer-btm .right ul li:last-child a {padding-right:0px;}
/**********footer_ends ***************/


.banner img{width: 100%; height: auto;}

.about_image{
	margin: 0 30px 20px 0;
	float: left;
}
.blue_text{
	color: #0889be;
	font-size: 19px;
}
.orange_text{
	color: #e13b14;
}
.business_list{padding:0 97px 23px;}
.business_list ul{
	padding: 0;
	margin: 0 -15px;
}
.business_list ul li{
	padding: 0 15px;
	margin: 0 0 22px;
	float: left;
	width: 50%;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.business_list ul li figure{
	float: left;
	width: 97px;
	height: 97px;
	border: 1px solid #333;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
	text-align: center;
	margin: 0 28px 0 0;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}

.business_list ul li figure img{
	width: 97px;
	height: 97px;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
}
.business_right{
	height: 99px;
	display: table;
}
.business_right > div{
	display: table-cell;
	height: inherit;
	margin: 0;
	vertical-align: middle;
	font-family: 'ralewaysemibold';	
}
.business_right h3{
	font-size: 20px;
	color: #0889be;
	margin-bottom: 6px;
}
.business_right strong{
	font-weight: normal;
	font-size: 20px;
	color: #011e3c;
	display: block;
	text-transform: uppercase;
}
.business_list ul li:hover h3{
	color: #000;
}
.business_list ul li:hover figure, .business_list ul li:hover figure img{
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
}

.sub_head_blue{
	text-transform: uppercase;
	font-size: 20px;
	color: #0889be;
	font-family: 'ralewaysemibold';
}

.heading img{display: inline;}

.customer_inner_wrap ul{
	padding: 0 68px;
	margin: 0;
}
.client_box:after{
	content: "";
	display: block;
	clear: both;
}
.customer_inner_wrap ul li{
	padding: 0;
	margin: 0 0 22px;
	list-style-type: none;
}
.customer_inner_wrap .client_right p{color: #424242;}
.customer_inner_wrap .client_box figure{border: 1px solid #c6c4c4;}
.client_box.even figure{
	float: right;
	margin: 0 0 0 39px;
}
.price_wrap{margin-bottom: 23px;}
.price_table{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price_table td{
	padding: 13px 28px;
	background: #cee7f2;
	color: #424242;
	vertical-align: top;
	border: 3px solid #fff;
	border-collapse: collapse;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price_table tr:nth-child(2n) td{
	background: #f9d8d0;
}
.price_table td strong{color:#011e3c; text-transform: uppercase; font-size: 16px;font-family: 'ralewaysemibold';}

.price_table td.first{
	width:28%;
	font-size: 18px;
	color: #212121;
	font-family: 'ralewaysemibold';
}
.price_table td.second{
	width:20%;
	text-align: center;
	font-weight: bold;
	font-family: 'ralewaysemibold';
}
.price_table td.last{
	width:52%;
}

.p_list {
	padding: 0;
	margin: 0;
}
.p_list  li{
	padding: 0 0 0 21px;
	margin: 0 0 2px;
	list-style-type: none;
	line-height: 25px;
	background: url(../images/price_bull.png) no-repeat 0 5px;
}
.price_bottom p{
	font-size: 15px;
	font-family: 'ralewaysemibold';
}

.book_block figure{
	float: left;
	width: 97px;
	height: 97px;
	border: 1px solid #333;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
	margin: 5px 28px 20px 0;
}
.book_block figure img{
	width: 97px;
	height: 97px;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}
.b_title {
	font-size: 21px;
	color: #0889be;
	font-family: 'ralewaysemibold';
}
.book_block{padding: 5px 0 0;}

.cont_bull {
	padding: 0;
	margin: 0 0 20px;
	clear: both;
}
.cont_bull li{
	padding: 0 0 0 24px;
	margin: 0 0 7px;
	line-height: 22px;
	background: url(../images/cont_bull.png) no-repeat 0 4px;
	list-style-type: none;
}
.medium{
	font-family: 'ralewaymedium';
	color: #0d0d0d;
}
.contact_row{
	margin: 0 -15px;
}
.contact_pad{
	float: left;
	padding: 0 15px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_map{
	height: 415px;
	margin-bottom: 34px;
}
#contact_map{
	width: 100%;
	height: 100%;
}
.social_like{
    width: 370px;
    height: 82px;
    overflow: hidden;
}
.social_like a i{
    font-size: 28px;
	-webkit-transition: all 350ms ease-in-out 0s;
	transition: all 350ms ease-in-out 0s;
}
.social_like a{
    float: left;
    width: 33.3%;
    height: 82px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 16px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social_like a span{
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50px;
	-webkit-transition: all 350ms ease-in-out 0s;
	transition: all 350ms ease-in-out 0s;
}
.social_like a.fb{background: #0253a2;}
.social_like a.twt{background: #36d8ff;}
.social_like a.gplus{background: #d6492f;}
.social_like a:hover i{font-size: 32px;}
.social_like a:hover span{font-size: 13px; top: 54px;}
.social_like a.fb:hover{
	-webkit-box-shadow: 0 6px 0 0 #0253a2;
	box-shadow: 0 6px 0 0 #0253a2;
}
.social_like a.twt:hover{
	-webkit-box-shadow: 0 6px 0 0 #36d8ff;
	box-shadow: 0 6px 0 0 #36d8ff;
}
.social_like a.gplus:hover{
	-webkit-box-shadow: 0 6px 0 0 #d6492f;
	box-shadow: 0 6px 0 0 #d6492f;
}
.contact_head{
	color: #0889be;
    font-size: 25px;
	margin-bottom: 16px;
	font-family: 'ralewaysemibold';
}

.contact_info{
    margin: 0;
}
.contact_info ul{margin: 0; padding:0 0 15px;}
.contact_info ul li{
	margin: 0 0 16px; 
	color: #696868; 
	padding: 0 0 0 32px; 
	list-style-type: none; 
	position: relative; 
	font-size: 15px;
	font-family: 'ralewaymedium';
}
.contact_info ul li small{font-size: 15px;}
.contact_info li i{font-size: 20px; color: #00a4fb; position: absolute; left: 0; top: 0;}
.contact_info li a{color: #696868;}
.contact_info li a:hover{color: #50b5ee;}
.contact_info li.mb i{top: 2px; font-size: 24px;}
.contact_info li.env small{padding: 6px 0 0; vertical-align: top;}
.contact_info li.mkr small{padding: 4px 0 0; vertical-align: top;}


.contact_info li.mb small{font-size: 17px; font-family: 'latomedium';}


















































.contact_form ul{
	padding: 0;
	margin: 0;
}
.contact_form ul li{
	padding: 0;
	margin: 0 0 5px;
	list-style-type: none;
}
.input-wrapper {   
    border-bottom: 1px solid #e1e1e1;
}
.contact_form ul li.textarea_wrap{margin-bottom: 15px;}
.input-wrapper input[type="text"], .input-wrapper textarea {
    background: none;
    border: 0px;
    color: #777;
    font-size: 15px;
    height: 38px;
	padding: 5px 5px 11px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0;
    font-style: italic;
}
.input-wrapper textarea{
	height: 86px;
}
.captcha-request .input-wrapper{float: left;}
.captcha-request .input-wrapper input[type="text"]{float: none;}

.btn_wr{float:right;}
.captcha-request {
    float: left;
}
.captcha-request input[type="text"] {
    height: 40px;
    margin: 0;
    width: 116px;
	float:left;
}

.captcha-request img {
    float: left;
    margin-left: 7px;
    width: 90px;
	height:38px;
	border:1px solid #d1d1d1;
}
.captcha-request a.refresh_btn {
	float:left;
	width:26px;
	height:24px;
	background:url(../images/refresh_icon.png) no-repeat;
	margin:9px 6px 0 7px;
	outline:none 0;
	-webkit-transition:all ease-in-out 200ms 0s;
	-ms-transition:all ease-in-out 200ms 0s;
	transition:all ease-in-out 200ms 0s;
}
.captcha-request a.refresh_btn:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.conMsg{display: block;}
#map {
    width: 100%;
    height: 100%;
}
.link_block:first-child{
	padding: 0;
	margin-top: 0;
	border-top: none;
}
.link_block{
	padding: 20px 0 0;
	margin-top: 20px;
	border-top: 1px solid #ebebeb;
}
.link_block figure{
	float: left;
	width: 166px;
	height: 137px;
	border: 1px solid #333;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
	margin: 5px 28px 20px 0;	
}
.link_block figure img{
	width: 166px;
	height: 137px;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}
.link_right{padding: 14px 0 0;}
.l_title {
	font-size: 19px;
	color: #0889be;
	font-family: 'ralewaysemibold';
}
.link_block.even figure{
	float: right;
	margin: 10px 0 10px 28px;
}

.thankyou_txt h1 {
    color: #0265A6;
    font-size: 26px;
    padding: 15px 0 35px;
    text-align: center;
}
.thankyou_img{text-align:center;}
.thankyou_img img{display:inline-block;}