/*
Theme Name: Your Choice
Theme URI: 
Author: Your Choice
Author URI: 
Description: 
Version: 0.1
License: 
License URI: 
Tags: featured-images, theme-options
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700'); 
body{
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #323333;
	font-weight: 400;
}
p{
	margin: 0 0 20px;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
.aligncenter{
	margin: 0 auto;
	display: table;
}
h1,h2,h3,h4,h5{
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #00aeef;
}
h2{
	font-size: 27px;
}
h3{
	font-size: 22px;
}
ul{
	padding: 0px 18px;
}
ul li{
	margin-bottom: 5px;
}
.alignright{
	float: right;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
	float: left;
}
.header{
	background-size: cover;
	padding: 0;
}
.top_header{
	padding: 15px 0;
}
.top_header .container{
	position: relative;
}
.watermark{
	position: absolute;
	top: -20px;
	right: -70px;
	z-index: -1;
}
.logo{
	float: left;
	padding: 0;
}
.main_menu{
	margin: 0 auto;
	float: none;
	display: table;
}
.main_menu ul{
	padding: 0px;
	margin: 0;
} 
.main_menu li{
	display: block;
	float: left;
	font-size: 17px;
	letter-spacing: 1px;
}
.main_menu li a{
	color: white;
	padding: 0px 24px;
	display: inline-block;
	height: 75px;
	line-height: 75px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.main_menu li:first-child a{
	padding-left: 0px;
}
.main_menu li:last-child a{
	padding-right: 0px;
}
.main_menu li.current-menu-item a,
.main_menu li a:hover{
	color: white;
}
.footer{
	background: #343537;
	color: white;
	font-size: 13px;
	line-height: 18px;
	padding: 35px 0 25px;
}
.footer a{
	color: white;
}
.footer li{
	margin-top: 5px;
}
.footer td{
	line-height: 20px;
}
.footer td:first-child{
	width: 22%;
}
.footer img{
	display: block;
	margin: 0 auto 0px;
}
.footer .widget-title{
	color: #b1a47a;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.copyright{
	margin-top: 35px;
	text-align: center;
	font-size: 12px;
}
.copyright a{
	text-decoration: none;
}
.homepage.primary{
	font-size: 22px;
	line-height: 30px;
	color: #0f155f;
	padding: 70px 0px;
}
#slider_home .item{
	background-size: cover !important;
	background-position: center !important;
}
.slider_seciton{
	position: relative;
}
.scrolldiv{
	position: absolute;
	bottom: 35px;
	z-index: 9999999;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
/*------------------------------------------------end default --------------------------------------*/

.page_title{
	height: 214px;
	background: url(img/bg_inner.jpg) center no-repeat;
	position: relative;
	margin-bottom: 30px;
}
.page_title h1{
	position: absolute;
	bottom: 0px;
	font-size: 47px;
	color: white;
	letter-spacing: 2px;
	line-height: 55px;
}
.defaultpage{
	margin: 50px 0 100px;
}
input[type="submit"]{
	background: #272833;
	color: white;
	border: none;
	padding: 5px 20px;
	text-transform: uppercase;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
}
div.wpcf7-response-output {
    margin: 20px 0;
    padding: 0.2em 1em;
}
table td{
	vertical-align: top;
	padding-bottom: 5px;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
	margin: 0 30px 30px 0;
}
.footer ul{
	padding: 0px;
}
.footer ul li{
	list-style: none;
}
.section1{
	margin-top: 55px;
}
.c1{
	position:relative;
	margin-bottom: 2px;
}
.c1 img{
	display: block;
	width: 100%;
}
.c1 span{
	position: absolute;
	bottom: 8px;
	left: 12px;
	font-size: 29px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.c2{
	font-size: 14px;
	line-height: 19px;
}
.section2{
	background: #3d3e48;
	color: white;
	text-align: center;
	padding: 64px 0 42px;
	font-size: 31px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 40px;
}
.section2 a{
	display: inline-block;
	margin-top: 30px;
	background: #b1a47a;
	color: white;
	padding: 13px 50px;
	font-size: 22px;
}
.section3{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	margin-bottom: 50px;
}
.s1{
	color: #b1a47a;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	display: flex;
	align-items: center;
}
.line{
	background: #3d3e48;
	height: 10px;
}
.slider_home .item .container{
	position: relative;
}
.slider_caption{
	position: absolute;
	top: 50%;
	margin-left: 45px;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.slider_page{
	background-size: cover;
}
.scrolldiv{
	display: none;
}
.callus{
	float: right;
	color: #a8aaad;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 15px;
	font-weight: 500;
}
.callus span{
	display: block;
	text-align: center;
	font-size: 33px;
	color: #00aeef;
	margin-top: 15px;
}
.bot_header{
	background: #00aeef;
}
.slider_caption .text{
	background: #00aeef;
	font-size: 37px;
	line-height: 40px;
	letter-spacing: 1px;
	color: white;
	padding: 20px;
	font-weight: 500;
}
.slider_caption .link{
	font-size: 19px;
	background: #a7a9ac;
	display: table;
	padding: 10px 20px;
	margin-top: 5px;
}
.slider_caption .link a{
	color: white;
	letter-spacing: 1px;
	font-weight: 500;
}
.homecontent{
	padding: 40px 0px;
	text-align: center;
}
.homecontent h1{
	font-size: 40px;
	color: #00aeef;
	letter-spacing: 1px;
	line-height: 40px;
}
.homecontent h4{
	letter-spacing: 1px;
	color: #a7a9ac;
	font-size: 21px;
	margin-bottom: 40px;
	line-height: 25px;
}

.widget_footer .col-md-6 .img{
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top: 20px;
}
.detail{
	float: left;
	width: 75%;
}
.widget_footer h3{
	font-size: 19px;
}
.widget_footer ul{
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.widget_footer span{
	display: block;
}
.social{
	display: inline-block;
	margin-top: 10px;
}
.linkedIn{
	margin-left: 5px;
}
.latest_blog{
	background: #a7a9ac;
	padding: 40px 0 40px;
	text-align: center;
}
.latest_blog h2{
	text-align: center;
	color: white;
	font-size: 32px;
	letter-spacing: 1.5px;
}
.latest_blog h4{
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.5px;
	text-align: left;
}
.latest_blog h4 a{
	color: black;
}
.meta{
	font-size: 13px;
	font-style: italic;
	text-align: left;
}
.meta a{
	color: #323333;
	text-decoration: underline;
}
.latest_blog p{
	margin: 10px 0;
	font-size: 14px;
	color: #323333;
	text-align: left;
}
.readmore{
	background: #424345;
	color: white;
	padding: 6px 10px;
	margin-top: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}
.readmore:hover{
	color: white;
}
.category_page{
	margin-top: 10px;
	margin-bottom: 50px;
}
.wp-pagenavi{
	display: table;
	margin: 0px auto 0;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
	background: #00aeef;
color: white;
padding: 6px 10px;
margin-top: 4px;
display: inline-block;
font-size: 14px;
font-weight: 500;
	border: none;
	border: none;
}
.wp-pagenavi a{
	background: #424345;
	color: white;
	padding: 6px 10px;
	margin-top: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	border: none;
}
.blog_post{
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0 55px;
}
.ctp .blog_post:last-child{
  border: none;
	margin-bottom: 20px;
}
.sidebar .widget{
	background: #a7a9ac;
	padding: 5px 20px;
	margin-bottom: 30px;
}
.sidebar .widget-title{
	color: white;
	text-align: center;
	font-size: 28px;
	letter-spacing: 1.5px;
}

.sidebar ul{
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 15px;
}
.sidebar ul li{
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px dashed #323333;
	padding: 5px 0 0px;
}
.sidebar ul li:last-child{
	border-bottom: 1px dashed #323333;
	padding-bottom: 5px;
}
.sidebar ul li a{
	color: #323333;
}
.single-post .page_title h1{
    font-size: 27px;
}
.mean-container .mean-bar {
   position: relative;
}
.page_title1{
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}
.page_title1 h1{
	margin: 180px auto 160px;
	color: white;
	font-size: 32px;
	text-align: center;
	position: relative;
	background: rgba(68,157,210, 0.8);
	display: inline-block;
	text-align: center;
	padding: 15px 25px;

}
.bg_t{
	background: rgba(68,157,210, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.ft{
	margin-bottom: 5px;
	margin-top: 5px;
}
@media (max-width: 1499px) {
  .page_title1 h1 {
			font-size: 30px;
	}
}
@media (max-width: 768px) {
	.page_title h1{
		line-height: 35px;
		position: relative;
		font-size: 27px;
	}
	.page_title{
		height: auto;
		background: #039ed7;
	}
	.watermark{
		display: none;
	}
	.top_header{
		padding: 15px 0;
		background: none;
	}
	.logo{
			float: none;
			padding: 0;
		text-align: center;
	}
	.callus {
			float: none;
			margin-top: 20px;
		text-align: center;
	}
 	.mean-container a.meanmenu-reveal span{
 		background: white;
 	}
 	.mean-container a.meanmenu-reveal{
 		color: white;
 	}
 	.mean-container .mean-nav {
		background: #00aeef;
	}
	.widget_footer .col-md-3{
		clear: both;
		display: table;
		width: 100%;
	}
}
@media (max-width: 568px) {
  .slider_caption {
			margin: 0px 15px 0 0;
	}
	.slider_caption .text {
			background: #00aeef;
			font-size: 20px;
			line-height: 25px;
			font-weight: bold;
			letter-spacing: 1px;
			color: white;
			padding: 20px;
	}
	.slider_caption .link {
			font-size: 16px;
	}
}