body {
	font-size: 14px;
}
 a:focus, button:focus, input[type"=submit"]:focus {
outline:none;
text-decoration:none;
}

.fonts {
	font-family: 'Crimson Text', serif;
font-family: 'Open Sans', sans-serif;
}
/*=========== Margin Helper============= */
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 1em !important;
}
.m-2 {
	margin: 2em !important;
}
.m-3 {
	margin: 3em !important;
}
.m-4 {
	margin: 4em !important;
}
.mt-0 {
	margin-top: 0em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mt-4 {
	margin-top: 4em !important;
}
.mb-0 {
	margin-bottom: 0em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
.ml-0 {
	margin-left: 0em !important;
}
.ml-1 {
	margin-left: 1em !important;
}
.ml-2 {
	margin-left: 2em !important;
}
.ml-3 {
	margin-left: 3em !important;
}
.ml-4 {
	margin-left: 4em !important;
}
.mr-0 {
	margin-right: 0em !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mr-2 {
	margin-right: 2em !important;
}
.mr-3 {
	margin-right: 3em !important;
}
.mr-4 {
	margin-right: 4em !important;
}
.mlr-0 {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.mlr-1 {
	margin-right: 1em !important;
	margin-left: 1em !important;
}
.mlr-2 {
	margin-right: 2em !important;
	margin-left: 2em !important;
}
.mlr-3 {
	margin-right: 3em !important;
	margin-left: 3em !important;
}
.mlr-4 {
	margin-right: 4em !important;
	margin-left: 4em !important;
}
.mtb-0 {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}
.mtb-1 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.mtb-2 {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.mtb-3 {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}
.mtb-4 {
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}
/*=========== Padding Helper============= */

.p-0 {
	padding: 0 !important
}
.p-1 {
	padding: 1em !important
}
.p-2 {
	padding: 2em !important
}
.p-3 {
	padding: 3em !important
}
.p-4 {
	padding: 4em !important
}
.pt-0 {
	padding-top: 0em !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pt-4 {
	padding-top: 4em !important;
}
.pt-5 {
	padding-top: 5em !important;
}
.pb-0 {
	padding-bottom: 0em !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pb-4 {
	padding-bottom: 4em !important;
}
.pb-5 {
	padding-bottom: 5em !important;
}
.pl-0 {
	padding-left: 0em !important;
}
.pl-1 {
	padding-left: 1em !important;
}
.pl-2 {
	padding-left: 2em !important;
}
.pl-3 {
	padding-left: 3em !important;
}
.pl-4 {
	padding-left: 4em !important;
}
.pr-0 {
	padding-right: 0em !important;
}
.pr-1 {
	padding-right: 1em !important;
}
.pr-2 {
	padding-right: 2em !important;
}
.pr-3 {
	padding-right: 3em !important;
}
.pr-4 {
	padding-right: 4em !important;
}
.plr-0 {
	padding-left: 0em !important;
	padding-right: 0em !important;
}
.plr-1 {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.plr-2 {
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.plr-3 {
	padding-left: 3em !important;
	padding-right: 3em !important;
}
.plr-4 {
	padding-left: 4em !important;
	padding-right: 4em !important;
}
.ptb-0 {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}
.ptb-1 {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.ptb-2 {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.ptb-3 {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}
.ptb-4 {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}
/*=========== Text color Helper============= */

.text-primary {
	color: #007bff !important;
}
.text-secondary {
	color: #868e96 !important;
}
.text-success {
	color: #28a745 !important;
}
.text-danger {
	color: #dc3545 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-info {
	color: #17a2b8 !important;
}
.text-light {
	color: #f8f9fa !important;
}
.text-white {
	color: #fff !important;
}
/*=========== Background Color Helper============= */

.bg-dark {
	background-color: #343a40 !important;
}
.bg-primary {
	background-color: #007bff !important;
}
.bg-secondary {
	background-color: #868e96 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
.bg-white {
	background-color: #fff !important;
}
.hide {
	display: none !important;
}
/*=========== Border-radius Helper============= */
.radius-2 {
	border-radius: 2px !important;
}
.radius-t-2 {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}
.radius-r-2 {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}
.radius-b-2 {
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.radius-l-2 {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.radius-4 {
	border-radius: 4px !important;
}
.radius-t-4 {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.radius-r-4 {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.radius-b-4 {
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.radius-l-4 {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.radius-6 {
	border-radius: 6px !important;
}
.radius-t-6 {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
}
.radius-r-6 {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
.radius-b-6 {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.radius-l-6 {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.radius-10 {
	border-radius: 10px !important;
}
.radius-t-10 {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.radius-r-10 {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.radius-b-10 {
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.radius-l-10 {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.radius-20 {
	border-radius: 20px !important;
}
.radius-t-20 {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}
.radius-r-20 {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.radius-b-20 {
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.radius-l-20 {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.radius-circle {
	border-radius: 100% !important;
}
/*=========== Font Size Helper============= */


.font-small {
	font-size: 90%;
}
.font-smaller {
	font-size: 80%;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-32 {
	font-size: 32px;
}
.font-34 {
	font-size: 34px;
}
.font-36 {
	font-size: 36px;
}
.font-38 {
	font-size: 38px;
}
.font-40 {
	font-size: 40px;
}
.logo-mobile {
	display:none;
}

/*=========== Responsive  Helper============= */

 @media only screen and (min-width:1025px) and (max-width:1200px) {
}
/* =======================================
Start (min-width:1025px) media query 
=========================================*/

@media only screen and (min-width:1025px) {
 .col-lg-custom {
width:20%;
}
.lg-pull-left {
 float: left !important;
}
.lg-pull-right {
 float: right !important;
}
.lg-text-center {
 text-align: center !important;
}
.lg-text-left {
 text-align: left !important;
}
.lg-text-right {
 text-align: right !important;
}
.lg-show {
 display: block !important;
}
.lg-hide {
 display: none !important;
}
}



/* =======================================
Start (min-width:992px)  and (max-width:1024px) media query 
=========================================*/
@media only screen and (min-width:992px) and (max-width:1024px) {
.md-pull-left {
 float: left !important;
}
.md-pull-right {
 float: right !important;
}
.md-text-center {
 text-align: center !important;
}
.md-text-left {
 text-align: left !important;
}
.md-text-right {
 text-align: right !important;
}
.md-show {
 display: block !important;
}
.md-hide {
 display: none !important;
}
.md-font-small {
 font-size: 90%;
}
.md-font-smaller {
 font-size: 80%;
}
.md-font-10 {
 font-size: 10px!important;
}
.md-font-12 {
 font-size: 12px!important;
}
.md-font-14 {
 font-size: 14px!important;
}
.md-font-16 {
 font-size: 16px!important;
}
.md-font-18 {
 font-size: 18px!important;
}
.md-font-20 {
 font-size: 20px!important;
}
.md-font-22 {
 font-size: 22px!important;
}
.md-font-24 {
 font-size: 24px!important;
}
.md-font-26 {
 font-size: 26px!important;
}
.md-font-28 {
 font-size: 28px!important;
}
.md-font-30 {
 font-size: 30px!important;
}
.md-font-32 {
 font-size: 32px!important;
}
.md-font-34 {
 font-size: 34px!important;
}
.md-font-36 {
 font-size: 36px!important;
}
.md-font-38 {
 font-size: 38px!important;
}
.md-font-40 {
 font-size: 40px!important;
}
}

/* =======================================
Start (min-width:576px)  and (max-width:991px) media query 
=========================================*/
@media only screen and (min-width:576px) and (max-width:991px) {
.sm-pull-left {
 float: left !important;
}
.sm-pull-right {
 float: right !important;
}
.sm-text-center {
 text-align: center !important;
}
.sm-text-left {
 text-align: left !important;
}
.sm-text-right {
 text-align: right !important;
}
.sm-show {
 display: block !important;
}
.sm-hide {
 display: none !important;
}
 .sm-font-small {
 font-size: 90%;
}
.sm-font-smaller {
 font-size: 80%;
}
.sm-font-10 {
 font-size: 10px!important;
}
.sm-font-12 {
 font-size: 12px!important;
}
.sm-font-14 {
 font-size: 14px!important;
}
.sm-font-16 {
 font-size: 16px!important;
}
.sm-font-18 {
 font-size: 18px!important;
}
.sm-font-20 {
 font-size: 20px!important;
}
.sm-font-22 {
 font-size: 22px!important;
}
.sm-font-24 {
 font-size: 24px!important;
}
.sm-font-26 {
 font-size: 26px!important;
}
.sm-font-28 {
 font-size: 28px!important;
}
.sm-font-30 {
 font-size: 30px!important;
}
.sm-font-32 {
 font-size: 32px!important;
}
.sm-font-34 {
 font-size: 34px!important;
}
.sm-font-36 {
 font-size: 36px!important;
}
.sm-font-38 {
 font-size: 38px!important;
}
.sm-font-40 {
 font-size: 40px!important;
}
}
/* =======================================
Start 575 media query 
=========================================*/

@media only screen and (max-width:575px) {
.xs-pull-left {
 float: left !important;
}
.xs-pull-right {
 float: right !important;
}
.xs-text-center {
 text-align: center !important;
}
.xs-text-left {
 text-align: left !important;
}
.xs-text-right {
 text-align: right !important;
}
.xs-show {
 display: block !important;
}
.xs-hide {
 display: none !important;
}
 .xs-font-small {
 font-size: 90%;
}
.xs-font-smaller {
 font-size: 80%;
}
.xs-font-10 {
 font-size: 10px!important;
}
.xs-font-12 {
 font-size: 12px!important;
}
.xs-font-14 {
 font-size: 14px!important;
}
.xs-font-16 {
 font-size: 16px!important;
}
.xs-font-18 {
 font-size: 18px!important;
}
.xs-font-20 {
 font-size: 20px!important;
}
.xs-font-22 {
 font-size: 22px!important;
}
.xs-font-24 {
 font-size: 24px!important;
}
.xs-font-26 {
 font-size: 26px!important;
}
.xs-font-28 {
 font-size: 28px!important;
}
.xs-font-30 {
 font-size: 30px!important;
}
.xs-font-32 {
 font-size: 32px!important;
}
.xs-font-34 {
 font-size: 34px!important;
}
.xs-font-36 {
 font-size: 36px!important;
}
.xs-font-38 {
 font-size: 38px!important;
}
.xs-font-40 {
 font-size: 40px!important;
}
/* End 575 mwdia query */
}
/*custom website css starts*/
 
.header-extras, #logo img {
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.btn-primary {
	background:#293162;
}
.swiper-slide:before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display:none;
}
.btn-white {
	background:#fff;
	color:#000;
	text-decoration:none;
}
.btn-white:hover {
	background:#444;
	color:#fff;
	text-decoration:none;
}
.btn-white-border {
	background:transparent;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff
}
.btn-white-border:hover {
	background:#ea961a;
	color:#fff !important;
	text-decoration:none;
	border:1px solid #ea961a
}
ul.social_footer {
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 20px;
}
ul.social_footer li {
	display: inline-block;
}
ul.social_footer li a {
	color: #a2a4a4;
	padding: 0px 15px 0 0;
	font-size: 20px;
	display: inline-block;
}
ul.fnav {
	margin: 0;
	padding: 0;
}
ul.fnav li {
	list-style: none;
	float: left;
	width: 100%;
}
ul.fnav li a {
	color: #bfbfbf;
	    font-size: 15px;
	padding: 5px 0;
	float: left;
	width: 100%;
}
ul.fnav li:first-child a {
	border-top: 0;
}
ul.fnav li:last-child a {
	border-bottom: 0;
}
ul.fnav li a:hover {
	color: #fff;
}
.contact-details a {
	color:#fff;
}
footer#footer {
	padding: 10px 0 20px;
}
ul.fnav li a i {
	margin-right: 6px;
}
#copyrights a {
	color:#fff;
}
.articles {
	width:100%;
	float:left;
	padding:50px 0;
}
section.testi {
	float: left;
	width: 100%;
	padding:  0px 0 50px;
}
.corner {
	float: right;
	padding-top: 28px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.corner .number {
	margin-right: 37px;
}
.sticky-header .corner {
	padding-top: 8px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.corner a.button.button-small.button-3d.header-button {
	color: #fff;
	background: #1ABC9C !important;
}
.corner a.button.button-small.button-3d.header-button:hover {
	color: #fff;
	background: #0054a6 !important;
}
section#map .fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0 !important;
	height: 400px;
}
section#map {
	float: left;
	width: 100%;
	height: 400px;
	margin-top: -80px;
}
#contact_info {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.sidebar-address p {
	margin-bottom: 10px;
}
.imgsrc {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.imgsrc img {
	visibility:hidden
}
.padded {
	padding:50px 0;
	float:left;
	width:100%;
}
.lisings ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lisings ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #000;
}
.bold {
	font-weight:bold;
}
.lisings ul li:before {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 5px;
}
a:hover {
	color: #0054a6;
}
.text-orange {
	color: #0054a6;
}
.listingss ul {
	list-style:none;
}
.pricing-tenure-switcher {
	position: relative;
}
.pricing-tenure-switcher .pts-left, .pricing-tenure-switcher .pts-right, .pricing-tenure-switcher .pts-switcher {
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	overflow: hidden;
}
.pricing-tenure-switcher .pts-left, .pricing-tenure-switcher .pts-right {
	font-size: 16px;
	font-weight: 600;
	color: #AAA;
	line-height: 30px;
}
.pricing-tenure-switcher .pts-switch-active {
	color: #333;
}
.pricing-tenure-switcher .pts-switcher label {
	margin-bottom: 0;
}
.testimonial .flex-control-nav li {
	margin: 0 5px;
	width: 12px;
	height: 12px;
}
.testimonial .flex-control-nav li a {
	width: 12px !important;
	height: 12px !important;
}
div#top-header {
    background: #000000;
    color: #fff;
    border-bottom: 1px solid #232324;
}
div#top-header ul {
	margin: 0;
	padding: 0;
}
div#top-header li {
	display: inline;
}
div#top-header li a {
	padding-right: 10px;
	color: #000;
	font-size: 15px;
	padding: 10px;
}
div#top-header li a:hover {
	color:#000;
}
div#logo {

    color: #c4ac97;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 48px;
    font-weight: normal;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left,#c4ac97 0,#d2bfaf 50%,#c4ac97 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
}
.contacts-info a {
	padding-left: 20px;
	color: #000;
}
.contacts-info a:hover {
	color:#fff;
	background: #000869;
}
.corner .number {
	margin-right: 37px;
	display: none;
}
#testimonials {
	background: #f8f8f8;
	padding: 20px 0;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.aboutSection {
	background: #f8f8f8;
	padding: 60px 0;
	float: left;
	width: 100%;
	margin:60px 0;
}
.graysection {
	background: #f8f8f8;
	padding: 60px 0;
	float: left;
	width: 100%;
}
#slider p {
	letter-spacing: 2px;
}
#slider h2, #slider h4 {
	letter-spacing: 5px;
}
.parallex-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	margin-top: 0;
	float: left;
	width: 100%;
	position:relative;
}
.parallex-image:after {
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0);
}
.captionBG:after {
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/*background:rgba(0, 0, 0, 0.7);*/
	border-radius:10px;
}
.captionBG p, .captionBG h4, .captionBG h2 {
	position: relative;
	z-index: 99;
}
.captionBG {
	padding:20px;
}
.aboutpage {
	padding: 60px 0;
	float: left;
	width: 100%;
}
.title-block > span {
	display: inline;
	margin-top: 4px;
	color: #0054a6;
	font-weight: normal;
}
.bggray {
	background:#f8f8f8 !important;
}
.maps, .gmaps {
	position:relative;
}
.maps .fluid-width-video-wrapper {
	height: 350px;
}
.maps .fluid-width-video-wrapper iframe {
	position: static;
	height: 100%;
}
.gmaps .fluid-width-video-wrapper {
	height: 280px;
}
.gmaps .fluid-width-video-wrapper iframe {
	position: static;
	height: 100%;
}
.d-block {
	display:block;
}
.bg-transparent {
	background-color:transparent !important;
}
.gmaps {
	border: 5px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.portfolio-image {
	max-height: 240px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	border: 5px solid #fff;
}
.btn-lg, .btn-group-lg > .btn {
	border-radius: 2px;
	padding: 10px 26px;
	line-height: 1.42857143;
	font-size: 16px;
}
.dark .slider-caption.slider-caption-center .button.button-border:not(.button-light) {
 border:1px solid transparent;
 color: rgba(255, 255, 255, 1);
}
.dark .slider-caption.slider-caption-center .button.button-border:not(.button-light):hover {
border:1px solid transparent !important;
}
.testi-content iframe {
	margin: auto;
}
img.payments {
	max-height: 30px;
	margin: 20px 0;
}
.btn {
	border-radius:2px;
}
.btn-blue {
	border: 1px solid #000869;
	padding:10px 15px;
	border-radius: 2px;
	background: #000869;
	color: #fff;
	font-weight:bold;
}
.btn-blue:hover, .btn-blue:focus {
	background: #222;
	border-color: #222;
	color: #fff;
}

.btn-gold {
	border: 1px solid #000869;
	padding:10px 15px;
	border-radius: 2px;
	background: #FFEB3B;
	color: #000;
	font-weight:bold;
}
.btn-gold:hover, .btn-gold:focus {
	background: #222;
	border-color: #222;
	color: #fff;
}


.btn-white {
	border: 1px solid #fff;
	padding:10px 15px;
	border-radius: 2px;
	background: #fff;
	color: #222;
	font-weight:bold;
}
.btn-white:hover, .btn-white:focus {
	background: #000869;
	border-color: #000869;
	color: #fff !important;
}
.btn-red {
	border: 1px solid #0054a5;
	color: #fff;
	padding: 10px 15px;
	border-radius: 2px;
	background: #0054a5;
	font-weight: bold;
}
.btn-red:hover, .btn-red:focus {
	background: #000;
	border-color: #fff;
	color: #fff;
}
.btn-black {
	border: 1px solid #222;
	color: #fff;
	padding:10px 15px;
	border-radius:2px;
	background: #222;
	font-weight: bold;
}
.btn-black:hover, .btn-black:focus {
	background: #000869;
	border-color: #000869;
	color: #fff;
}
.btn-green {
	border: 1px solid #066937;
	color: #fff;
	padding:10px 15px;
	border-radius:2px;
	font-weight: bold;
	text-transform:uppercase;
	background: #066937;
}
.btn-green:hover, .btn-green:focus {
	background: #c94220;
	border-color: #fff;
	color: #fff !important;
}
.btn-yellow {
	border: 1px solid #fae042;
	color: #000;
	padding:10px 15px;
	border-radius:2px;
	font-weight: bold;
	text-transform:uppercase;
	background: #fae042;
}
.btn-yellow:hover, .btn-white-black:focus {
	background: #000;
	border-color: #fae042;
	color: #fae042 !important;
}
.btn-white-black {
	border: 1px solid #fff;
	color: #000;
	padding:10px 15px;
	border-radius:2px;
	font-weight: bold;
	text-transform:uppercase;
	background: #fff;
}
.btn-white-black:hover, .btn-white-black:focus {
	background: #0054a5;
	border-color: #0054a5;
	color: #000 !important;
}
.slider-caption .btn {
	font-size: 14px;
	letter-spacing: 0px;
}
.btn-default {
	background:#e5e5e5;
}
.btn-default:hover {
	background: #0054a6;
	border: 1px solid #0054a6;
	color: #fff;
}
.testmonialr-right .owl-nav {
	display: none;
}
.testmonialr-right {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
}
.togglet span {
	color: #0054a6;
}
.infor {
	padding: 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.separate address {
	margin-bottom:0;
}
.separate .maps .fluid-width-video-wrapper, .separate .gmaps .fluid-width-video-wrapper {
	height: 312px;
}
.separate .mapItem {
	border:0;
}
#slider h4 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 23px;
}
a.more {
	color: #0054a6;
	font-weight: bold;
	float: left;
}
a.more:hover {
	color:#0054a6
}
.iframe {
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.iframe iframe {
	position: static !important;
}
.iframe .fluid-width-video-wrapper {
	height: 320px !important
}
.shadow img {
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contacts {
	padding:0 2%;
}
.map-container {
	height: 535px !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	border: 10px solid #fff;
}
.contactForm {
	padding: 20px;  
   box-shadow: 0 0 4px #ccc;
   -webkit-box-shadow: 0 0 4px #ccc;
}
.sidebar-address {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.sidebar-address h4 {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
.resorses a {
	color: #ea961a;
	display:block
}
div#faqs.resorses {
	line-height: 30px;
}
div#faqs.resorses i.fa {
	color: #121d6c;
	margin-right: 5px;
}
div#faqs.resorses a:hover {
	color:#0054a6
}
.mark {
	word-wrap: break-word;
}
.lisings ul ul li:before {

	position: absolute;
	content: "-";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 5px;
}
.btnslider {
	position:relative;
	z-index:99999;
}
.upperfooter {
	float: left;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #1f69a9;
	border-radius: 2px;
}
.infofooter.infoclock {
	padding-top: 5px;
}
.upperfooter p {
	margin-bottom:0
}
.upperfooter span {
	float: left;
	width: 20%;
	margin: 5px 0;
	text-align: center;
}
.infofooter {
	width: 80%;
	text-align: left;
	float:left;
	vertical-align: middle;
}
.infofooter.infomobile {
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
}
.infofooter.infomobile a {
	color:#fff;
}
.infofooter.infomail {
	padding-top: 0;
	font-size: 15px;
	font-weight: bold;
}
ul.navfooter {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	text-align: center;
}
ul.navfooter li {
	text-align: center;
	display:inline-block;
	padding:10px 0px;
}
ul.navfooter li a {
	color:rgba(255, 255, 255, 0.6);
}
ul.navfooter li a {
	font-size: 13px;
	padding: 0 5px;
}
ul.navfooter li a:hover {
	color:#fff;
}
.ccards span {
	font-size: 35px;
	margin: 05px;
}
.shadow {
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	border:4px solid #fff;
}
.swiper_wrapper {
	height: 500px !important;
}
.section.parallax.dark.nobottommargin {
	position: relative;
}
.section.parallax.dark.nobottommargin:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
}
.float-full {
	float:left;
	width:100%;
}
.section.parallax.dark.nobottommargin.float-full {
	background-position:center center !important;
}
.title-block.mt-2 {
	margin-bottom:10px;
}
#footer.dark, .dark #footer {
	border: 0;
	float: left;
	width: 100%;
}
#footer.dark, .dark #footer {
	background: #c94220;
	position: relative;
	color: rgba(255, 255, 255, 1);
}
#footer.dark a, .dark #footer a {
	color: rgba(255, 255, 255, 1);
}
#footer.dark a:hover, .dark #footer a:hover {
	color: #fff;
}
.word-break-all {
	word-break: break-all;
}
#copyrights {
	font-size: 13px;
	background:transparent !important;
}
.contacts-info a {
	padding: 5px 14px;
	display: inline-block;
	color: #fff;
	/* font-size: 18px; */
}
.togglerclose {
	display:none;
}
.contacts-info a.bg {
	padding: 5px 5px;
	display: inline-block;
	background: #c94220;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
}
table.table.table-custom thead th {
    background: #000;
    color: #ffeb3b;
}

 

table.table.table-custom tbody a:hover {
    color: #000;
    text-decoration: underline;
}
.barfull {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 30px 0 20px;
	font-size: 20px;
	color: #fff;
	background: #0e0e0e;
	position: relative;
	z-index: 99;
	/* background: url(../images/slide1.jpg); */
}
.testimonialspage .line {
	width: 100%;
	float: left;
	margin: 20px 0 !important;
	padding: 0;
	border-top: 1px dashed #ccc;
}
.barfull a {
	color: #fff;
	word-break: break-all;
}
.swiper-container.swiper-parent.swiper-container-horizontal {
	cursor: pointer !important;
}
.owl-stage-outer.owl-height {
	height: auto !important;
}
.toggle {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;
}
#content p {
	color: #000;
	font-weight: 500;
}
.dark #copyrights a:hover {
	color:#fff;
}
 
.aboutSection {
	
	padding: 60px 0;
	float: left;
	width: 100%;
	color: #000;
	position: relative; 
 background-attachment: fixed;
background:url(../images/bgroad.jpg) center center no-repeat;

}
.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 300px;
}
.video-wrap iframe {
	position: static !important;
}
.fluid-width-video-wrapper {
	height: 100%;
}
#content .aboutSection .container {
	position: relative;
	z-index: 1;
}
.aboutSection h4, .aboutSection h1, .aboutSection h3 {
	color: #fff;
}
#content .aboutSection .container p {
	color:#fff;
}
.text-red {
	color: #c94220;
}
.socisl a {
	color: #fff;
	padding: 5px 5px;
	display: inline-block;
}
#content {
	float: left;
	width: 100%;
}
.socisl a:hover {
	background: #fff;
	color: #000;
}
.rights {
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #000000;
    border-top: 1px solid #232529;
}
.mapborder {
	border:1px solid #ccc;
	box-shadow:none;
}
.rights a {
	color: #fff;
}
.othetlogo {
	text-align:center;
}
.othetlogo img {
	max-height: 81px;
}
.rights a:hover {
	color: #ffffff;
	text-decoration: underline !important;
}
footer#footer h4 {
	padding-bottom: 10px;
	position:relative;
}
footer#footer h4:after {
	width: 75px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
}
.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 0;
	margin: auto;
	right: 0;
}
.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 68px 5px 30px;
	background-color: transparent;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}
.feature-box h3 span.subtitle {
	text-transform: none;
}
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
	background-color: #0054a5;
	border-radius: 50%;
	width: 75px !important;
	height: 75px !important;
	vertical-align: middle;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 70px;
}
.feature-box.fbox-center.fbox-plain .fbox-icon i {
	font-size: 50px;
	line-height: 74px !important;
	color: #fff;
}
.feature-box h3 span.subtitle, .feature-box h3 {
	color: #fff;
}
.list ul {
	list-style:none;
	margin:0;
	padding:0;
}
.list ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #000;
}
.prices {
	margin:10px 0 !important;
	color: #bf0000;
}
.menubar {
	float: right;
	width: 100%;
	background: #000869;
	/* color: #000; */
}
.homeservices .ipost.clearfix {
	border: 1px solid #ccc;
	padding: 5px;
}
.servicetown ul {
	margin-bottom:25px;
}
.servicetown p {
	margin-bottom:5px;
}
.blogpagepost h3 {
	font-size: 20px;
}
/**/

 .fbox-icon {
	float: left;/* font-size: 55px; */
}
.fbox-icon a {
	width: 70px;
	height: 70px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 46px;
	color: #c94220;
}
.textbox {
	text-align: left;
	float: left;
	margin-left: 20px;
	font-size: 15px;
	font-weight: normal;/* border-left: 1px solid #fff; *//* padding-left: 20px; */
}
.textbox h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.button.button-full.bggray {
	background: #000765!important;
	color: #fff;
	padding: 20px 11px;
	font-size: 22px;
}
.shadow {
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	border: 4px solid #fff;
}
.button.button-full.bggray:hover {
	opacity:0.8;
}
.footerbox p {

	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.gmaps p {
	margin-bottom: 2px;
}
.gmaps address {
	margin-bottom: 0px;
}
.footerbox {
	display: block;/* padding: 30px 0; */
}
.clientssection img {
	margin: 0 10px;
	max-height: 100px;
}
.footersocial a {
	padding: 10px;
	font-size: 20px;
}
.excerpt p {
	border-bottom: 1px dashed #ccc;
	padding: 8px 0 8px 5px;
	margin-bottom: 0;
}
.excerpt p:hover {
	background: #eee;
}
span.cardsarea {
	color: #fff;
	font-size: 12px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	text-align: left;
}
span.cardsarea span {
	padding: 0 2px;
	font-size: 31px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.wellblock {
	border-radius:0;
	min-height: 20px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 5px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.wellblock a {
	margin:10px 5px;
}
.wellblock .btn-lg {
	border-radius: 2px;
	padding: 10px 18px;
}
.titlebar {
	text-align:center;
}
.titlebar h4 {
	font-size:16px;
	margin-bottom:15px;
}
.col-padding {
	padding: 36px;
}
.lisings ul.customlist li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
}
.section {
	float: left;
	width: 100%;
}
.bg-paralex {
	background-attachment: fixed !important;
	background-size: cover !important;
	color: #fff;
	position: relative;
}
#content .bg-paralex:after {
	content:"";
	background:rgba(0, 0, 0, 0.7);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	opacity:0;
	height:100%;
}
#content .bg-paralex p, #content .bg-paralex h2 {
	color:#000;
}
#content .bg-paralex p {
	font-size:14px;
}
.button.button-full {
	padding: 20px 0;
}
section.bg-white {
	background:#fff;
}
.eqWrap {
	display: flex;
}
.colequal {
	padding:30px;
}
.captionBG {
	background: rgba(0, 0, 0, 0.5);
}
.fancy-title h2 {
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
}
.author-image {
	float: none;
	width: 84px;
	height: 84px;
	margin-right: 15px;
	margin: auto;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}
.title-block h1, .title-block h2, .title-block h3, .title-block h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #000;
}
.heading_wrapper {
	margin-top:30px;
}
.heading_wrapper h1 {
	font-size:25px;
	margin-bottom:14px;
}
.heading_wrapper h3 {
	margin-bottom:10px;
	margin-top:0;
	font-size:20px;
}
.schoollogo h4 {
	font-size: 15px;
	text-align: center;
	margin: 10px;
}
div#logo {
	width: 100%;
	text-align: center;
	max-width: 100%;
	padding: 10px 0;
}

.imagebox {
    float: left; 
}

.infobox {float: left;}
.infobox h4 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: normal;
}
.form-group.mb-1 {
    float: left;
    width: 100%;
}
.iteminstruct {margin-bottom:15px;}
.address-title {
    color: #c94220;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.btn-black.btn-sm, .btn-gold.btn-sm, .btn-sm.btn-white  {
   font-size: 12px;  
        padding: 5px 10px !important;
}

table.table.table-custom thead th, table.table.table-custom tbody td {
    text-align: left !important;
}

table.table.table-custom tr:nth-child(odd) {
    background: #f9f9f9;
}
table.table.table-custom tr td {border:0;}
table.table.table-custom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 4px #ccc;
	table-layout: fixed;
}
table.table.table-custom tr td a span:hover {
    color: blue !important;
}
.btn-sm {
    padding: 5px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.centeralign {
    margin: auto;
    width: auto;
    display: table;
}
.slider-caption {
    background: rgb(63 81 181 / 0.9);
    padding: 10px 20px;
    border-radius: 10px;
}
.lisings ul {
	list-style:none;
	margin:0;
	padding:0
}
.lisings ul li {
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
	font-weight:500;
	color:#000
}
.bold {
	font-weight:700!important
}
.lisings ul li:before {
	position:absolute;
	content:"\f00c";
	font:normal normal normal 14px/1 FontAwesome;
	left:0;
	top:5px
}
#content p {
    line-height: 1.8;
    font-size: 15px;
}

.testimonials-grid li {
    width: 50%;
    padding: 25px;
    height: auto !important;
}

.contactsidebar {
	padding:20px;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
}
#primary-menu ul ul ul li > a {color:#fff;}