@charset "utf-8";
/* CSS Document */

body {
	overflow-x:hidden;
	color:#555;	
}
img {
	max-width:100%;	
}
a,a:active,a:visited {
	color:#B6B6B6;	
}
.tel_link {
	color:#000;	
}

@media (min-width: 1024px) {
	.container {
		width:98%;	
	}
}
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #2562b3;
	z-index: 9999999;
	text-align: center;
}
.preloader .icon{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	font-size: 36px;
}
/*** MENU ***/
.top-bar,header {
	display:none;	
}

@media (min-width: 1024px) {
	.top-bar,header {
		display:block;	
	}
}

.mainmenu-area .search-box {
	background:none;
	width:100%;
	max-width:230px;	
}
@media (min-width: 1024px) {
	.mainmenu-area .search-box {
		width:20%;	
	}
}
.navigation .nav-header {
	height:auto;	
}
@media (min-width: 1024px) {
	.navigation .nav-header {
		display:block;	
	}
}
/*** TOP HEADER (PAGE TITLE) ***/
.inner-header {
	padding-top:0;
	padding-bottom:0;	
}
.sec-padding {
    padding: 20px;
}
.sec-title {
    margin-bottom: 20px;
}
.full-sec p {
	line-height: 1.2;
    text-align: justify;
	color:#000;
}
/*** SLIDER ***/
.tp-caption {
	display:block !important;
}	
.rev_slider_wrapper .thm-banner-h1.blue-bg {
	margin-left: 10%!important;	
	width: 100%;
}
.rev_slider_wrapper .thm-banner-h1.black-bg {
	margin-left: 5%!important;
	width: 100%;
}
/*** RECIPE BOX ***/
.home-one {
	position:relative;	
}
.recipe_form {
	width: 95%;
    position: absolute;
    z-index: 100;
    background-color: #FFF;
    top: 60px;
    left: 2.5%;
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;	
}
@media (min-width: 600px) {
	.recipe_form {
		top: 40px;
	}
}
@media (min-width: 1200px) {
	.recipe_form {
		width: 50%;
		left:25%;
	}
}
.call-to-action-corner {
	min-height:200px;
	width: 33.333333%;
    float: left;	
}
.call-to-action-center {
	background-color:#0081e8;
	text-align:center;
	min-height:200px;
	width: 33.333333%;
    float: left;
}
.call-to-action-center h5 {
	font-family:'Poppins', sans-serif;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
.fileUpload_con {
	padding: 0;border: 1px solid #555;margin-bottom: 20px;	
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 29px;
    border-radius: 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uploadFile {
	height: 30px;
    margin-bottom: 0;
    border: none;
	text-align: center;
    padding: 0;
}
/*** ICONS ***/
.address_text {
	margin-top:500px;
	color:#000;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
@media (min-width: 993px) { 
	.address_text {
		margin-top:200px;
	}

}
.single-specialize .icon-box {
	border:none;
}
.single-specialize:hover .icon-box {
	background:none;
    border-color:transparent;
    color: #186AAB;
	border:none;
}
.icon-box {
	cursor:pointer;	
}
.single-specialize p {
	font-family:'Poppins', sans-serif;
	font-weight:normal;
	line-height:1;	
}
a.thm-btn {
	color:#FFF;	
}
/*** PERSONNEL IMAGES ***/
.single-team-member p {
	line-height:1;
		
}
/*** MAP & FOOTER ***/
.footer-call-to-action {
	padding:0;
	height:50px;	
}
/*** PAGE CONTENTS ***/

.contact-content .contact-info li .content-box p {
	color:#555;		
}
.contact-content .contact-form textarea, .contact-content .contact-form input {
	border: 1px solid #555;	
}
.content-box a {
	color:#555;	
}
.contact-content .contact-form textarea {
	height:140px;	
}
.instr_bullets li {
	font-weight:normal;	
}
.decor2 {
    width: 6px;
    height: 6px;
    background: #2562B3;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.decor2:before,.decor2:after {
	background: #2562B3;
	content: '';
    position: absolute;
    top: 5px;
    width: 50px;
    height: 2px;
    z-index: -1;
}
.decor2:before {	
	left:14px;	
}
.decor2:after {
	roght:14px;	
}
