body {
	font-size: 14px;
}
 a:focus, button:focus, input[type"=submit"]:focus {
outline:none;
text-decoration:none;
}
/*=========== 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#header.full-header.sticky-header #logo {
    width: 200px;
    transition: all ease 0.4s;
}
.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;
}
.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: 13px;
	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;
}
.button.button-border.btn-blue {
	border: 2px solid #1ABC9C;
	color: #fff;
	background: #1ABC9C;
}
.button.button-border.btn-blue:hover {
	border: 2px solid #0054a6 !important;
	background-color: #0054a6 !important;
}
.button.button-border.btn-reg {
	border: 2px solid #0054a6;
	color: #fff;
	background: #0054a6;
}
.button.button-border.btn-reg:hover {
	border: 2px solid #1ABC9C!important;
	background-color: #1ABC9C !important;
}
.button.button-border.btn-white {
	border: 2px solid #fff;
	color: #000;
	background: #fff;
}
.button.button-border.btn-white:hover {
	border: 2px solid #0054a6 !important;
	background-color: #0054a6 !important;
	color:#fff;
}
.slider-caption .btn.btn-white {
	border: 1px solid #fff;
	color: #000;
	padding: 10px 15px;
	border-radius: 2px;
	background: #fff;
	font-weight: bold;
}
.slider-caption .btn.btn-white:hover {
	background: #F7D200;
	border-color: #F7D200;
	color: #000;
}
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;
}
.button.button-border.btn-blue.btn-lg {
	font-size: 16px;
	padding: 10px 20px;
	height: auto;
	line-height: normal;
}
.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#rightheader {
	background: #2d378f;
	color: #000;
}
div#rightheader ul {
	margin: 0;
	padding: 0;
}
div#rightheader li {
	display: inline;
}
div#rightheader li a {
	padding-right: 10px;
	color: #000;
	font-size: 15px;
	padding: 10px;
}
div#rightheader li a:hover {
	color:#000;
}
div#logo {
	max-width: 300px;
	margin: 5px 0;
}
.contacts-info a {
	padding-left: 20px;
	color: #000;
}
.contacts-info a:hover {
	color:#fff;
}
.corner .number {
	margin-right: 37px;
	display: none;
}
#testimonials {
	background: #f8f8f8;
	padding: 20px 0;
	float: left;
	width: 100%;
	margin-top: -80px;
	margin-bottom: 50px;
}
.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: 250px;
	margin-top: 0;
	float: left;
	    padding: 0 30px;
	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;
}
.ipost.clearfix .entry-image > a {
	height: 230px;
	overflow: hidden;
}
.testi-content iframe {
	margin: auto;
}
img.payments {
	max-height: 30px;
	margin: 20px 0;
}
.btn {
	border-radius:2px;
}
.btn-blue {
	border: 1px solid #2d368f;
	color: #fff;
	padding:10px 15px;
	border-radius: 2px;
	background: #2d368f;
}
.btn-blue:hover, .btn-blue:focus {
	background: #222;
	border-color: #222;
	color: #fff;
}
.btn-red {
	border: 1px solid #eb2228;
	color: #fff;
	padding: 10px 15px;
	border-radius: 2px;
	background: #eb2228;
	font-weight: bold;
}
.btn-red:hover, .btn-red:focus {
	background: #2d378f;
	border-color: #2d378f;
	color: #fff;
}
.btn-yellow {
	border: 1px solid #F7D200;
	color: #000;
	padding: 10px 15px;
	border-radius: 2px;
	background: #F7D200;
	font-weight: bold;
}
.btn-yellow:hover, .btn-yellow:focus {
	background: #2C3E50;
	border-color: #2C3E50;
	color: #fff;
}
.btn-black {
	border: 1px solid #2C3E50;
	color: #fff;
	padding:10px 15px;
	border-radius:2px;
	background: #2C3E50;
	font-weight: bold;
}
.btn-black:hover, .btn-black:focus {
	background: #F7D200;
	border-color: #F7D200;
	color: #000;
}
.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: #d96f10;
	border-color: #d96f10;
	color: #000 !important;
}
.slider-caption .btn {
	font-size: 14px;
	letter-spacing: 0px;
	padding:10px 20px;
	text-transform:uppercase;
}
.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;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.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: #2d378f;
	position: relative;
	color: #fff;
}
#footer.dark a, .dark #footer a {
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
}
#footer.dark a:hover, .dark #footer a:hover {
	color: #eb2228;
}
.word-break-all {
	word-break: break-all;
}
#copyrights {
	font-size: 14px;
	background:transparent !important;
}
.contacts-info a {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
}
.contacts-info a.bg {
	padding: 5px 15px;
	display: inline-block;
	background: #e87300;
	margin-left: 20px;
}
.contacts-info a:hover {
	background:#fff;
	color:#000;
}
.barfull {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 30px 0 20px;
	font-size: 20px;
	color: #000;
	background: #ebebeb;
	position: relative;
	z-index: 99;/* border-bottom: 1px solid #8c480b; */
}
.testimonialspage .line {
	width: 100%;
	float: left;
	margin: 20px 0 !important;
	padding: 0;
	border-top: 1px dashed #ccc;
}
.barfull a {
	color: #000;
	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: #525258;
	font-weight: 500;
}
.dark #copyrights a:hover {
	color:#fff;
}
.aboutSection {
	background: url(../images/slide1.jpg);
	padding: 60px 0;
	background-size:cover;
	float: left;
	width: 100%;
	color: #fff;
	margin: 60px 0;
	position: relative;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
}
.aboutSection:after {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-weight: 100;
	bottom: 0;
}
.aboutSection h4, .aboutSection h1, .aboutSection h3, .aboutSection p {
	color: #fff;
}
.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: #e87300;
}
.socisl a {
	color: #fff;
	padding: 5px 10px;
	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: #2d378f;
}
.rights a {
	color: #fff;
}
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;
}
 color: #fff;
}
.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: #d96f10;
	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 {
	background: #2d378f;
	float: left;
	width: 100%;
}
.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; */
    width: 100%;
}
.fbox-icon a {
	width: 70px;
	height: 70px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 46px;
	color: #eb2228;
}
.textbox {
	text-align: center;
	float: left;
	margin-left: 0px;
	font-size: 15px;
	font-weight: normal;
	/* border-left: 1px solid #fff; */
    /* padding-left: 20px; */
    width: 100%;
}
.textbox h3 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.footerbox p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}
.footerbox {
	display: block;/* padding: 30px 0; */
}
.clientssection img {
	margin: 0 10px;
	max-height: 100px;
}
.footersocial a {
	padding: 10px;
	font-size: 20px;
}
.itemservice {
	border: 1px solid #ccc;
	padding: 10px;
}
.itemservice h4 {
	margin-bottom: 10px;
}
.btn-sm {
	padding: 5px 10px !important;
}
.linesmall {
	width: 50px;
	display: table;
	margin: auto;
	height: 2px;
	background: #fff;
	margin: 20px auto;
}
.text-bold {
	font-weight:bold;
}
.rightheader a.facebook, .rightheader a.twitter, .rightheader a.instagram {
	border-radius: 100%;
	height: 31px;
	margin: 0 3px;
	text-align: center;
	vertical-align: bottom;
	width: 31px;
	float:left;
	line-height:32px;
}
.rightheader a.facebook .fa, .rightheader a.twitter .fa, .rightheader a.instagram .fa {
	font-size:16px;
}
.rightheader a.facebook {
	background: #2d368f;
}
.rightheader a.twitter {
	background: #2d368f;
}
.rightheader a.instagram {
	background: #2d368f;
}
.rightheader .left-bar-side ul {
	padding:0;
}
.rightheader {
	float: right;
}
ul.socialbar {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
ul.socialbar li a:hover {
	transform: rotate(-360deg);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
ul.socialbar li {
	display: inline-block;
}
ul.socialbar li a {
	color: #fff;
	transition: all ease 0.5s;
}
.contactcall a {
	padding: 0 10px;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	line-height: 34px;
}
.contactcall a:hover {
	color:#fff;
	text-decoration:underline;
}
.contactcall a:last-child {
	padding-right:0;
}
.fonts {
	font-family: 'PT Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
}
.contactcall {
	float: left;
}
#header {
	float: left;
	width: 100%;
}
div#top-header {
	background: #ec2128;
	color: #fff;
	width: 100%;
	float: left;
	padding: 4px 0;
	line-height: 30px;
}

.parallex-image h4 {
    position: relative;
    color: #fff;
    z-index: 9;
    text-align: center;
    top: 50%;
    transform: translateY(-50px);
}
.online-learning-bg {
	    background-image: url(../images/bg_main.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-white {color:#fff;}

.d-flex{ display:flex !important;}
.after-banner .fluid-width-video-wrapper iframe{ position:relative;}

.blue-section{ display:inline-block; width:100%; background:url("../images/blue-sectn-bg.jpg") no-repeat; background-size:cover;}
.blue-section .container{ display:flex;}
.blue-section-image {
    display: flex;
    align-items: center;
    background: url(../images/blue-sectn-img.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    padding: 20px 0;
}
.blue-section-image .title-block {
    background: rgba(255, 255, 255, 0.7);
    padding: 23px 20px;
}
.blue-section-cntnt{ padding:70px 25px 60px;}
.blue-section-cntnt p{ color:#fff !important;}

.right-map-section {
    background: url(../images/canada-map.png) no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-map-section-cntnt{ display:inline-block; background:rgba(255, 255, 255, 0.6); box-shadow:1px 1px 5px 0px #ccc; width:300px; padding:20px; max-width:100%;}
.right-map-section-cntnt h4{ color:#EB2227; margin:0 0 20px 0;}
.right-map-section-cntnt ul lu{ color:#EB2227;}
.points-location .container{ display:flex; align-items:center;}

.pricing-inner .togglenew .toggle.faq {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 4px #ccc;
	-ms-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
}
.pricing-inner .faqs .toggle .togglet i.btn.btn-default, .btn-blue-custm {
    width: auto;
    padding: 5px 10px !important;
    line-height: 1.5;
    top: 0;
    position: relative;
    float: left;
    font-size: 12px;
    background: #2D368F;
    color: #fff;
    border-color: #2D368F;
    margin: 0 10px 0 0;
    font-weight: 600;
}
.pricing-inner .faqs .enrollbtn p{ margin:0;}
.pricing-inner .faqs .toggle .togglec {
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.mr-half{ margin-right:5px;}
section.steps-inner.aboutpage {
     background: url("../images/steps-bg.jpg") no-repeat; background-size:cover;
}
.step-box{ display:inline-block; width:100%; background:#fff; box-shadow:1px 1px 5px -2px #5f5f5f; height:100%;}
.step-box-front {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #ececec;
    margin: 15px 0 0 0;
}
.step-box-front h5{ font-size: 40px; margin:0 0 5px 0; color:#2d378f;}
.step-box-front span{ display: inline-block; width: 100%; font-size:16px; margin:0 0 15px 0; color:#000;}
.steps-inner .title-block{ border-color:#fff;}
.steps-inner .title-block h4, .steps-inner .title-block h4 span{ color:#fff;}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color:#2d378f !important;
}
.step-box-back {
	display: inline-block;
	width: 100%;
	text-align: center;
}
section.steps-inner.aboutpage .row{ display:flex;}

.main-banner {
    display: flex;
	align-items: center;
    width: 100%;
    background: url(../images/banner1.jpg) no-repeat;
    background-position: center center;
    padding: 30px 0;
    background-size: cover;
    min-height: 250px;
}
.main-banner .row{ }
.main-banner .banner-caption{ }
.main-banner .banner-caption span {
    display: inline-block;
    width: auto;
    margin: auto;
    background: #ec2128;
    color: #fff;
    font-size: 25px;
    padding: 7px 26px;
	margin: 0 0 20px 0;
}
.main-banner .banner-cntnt {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
}
.main-banner .banner-cntnt .btnslider	{
    display: inline-block;
    width: 100%;
	z-index: 0;
}
.main-banner .banner-cntnt h4{}
.main-banner .banner-cntnt .register-btn{
    background: #2D368F;
    color: #fff;
}
.main-banner .banner-cntnt .pricing-btn{
    background: #ec2128;
    color: #fff;
}

.banner-schedule li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #717171;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.banner-schedule li:last-child{ border:none;}
.banner-schedule li p {
    margin: 0;
}
.banner-schedule li p i {
    margin: 0 4px 0 0;
    position: relative;
    top: -2px;
}
.miramichi-page .right-map-section-cntnt { width: 400px; margin: 30px 0;}
.miramichi-page .right-map-section-cntnt p {
    color: #000;
    font-weight: 500;
    width: 50%;
    float: left;
}
.last-lnks-box .btn-blue-custm{ padding:10px 26px !important; font-size:16px; line-height:1.42857143;}
.last-lnks-box .btn-blue-custm:hover, .last-lnks-box .btn-blue-custm:active, .last-lnks-box .btn-blue-custm:focus{ color:#fff; background:#eb2228; border-color:#eb2228;}
.last-lnks-box h4{ font-size:22px;}
.red-phn-link{ color:#eb2228;}
section.aboutpage.last-lnks-box {
    border-top: 1px solid #e0e0e0;
    padding: 50px 0 40px 0;
}
.aboutpage.pricing-inner{
    border-top: 1px solid #e0e0e0;
    padding-top: 55px !important;
    margin-top: 5px;
}

.locations-all-box {
    background: url(../images/canada-map.png) no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 430px;

}
.locations-link-inner{ display:inline-block; width:100%; text-align:center; margin:0 0 25px 0; background:#fff; box-shadow:1px 1px 5px 0px #ccc; padding:10px 0 0 0;}
.locations-link-inner h5 {
    color: #333;
    font-size: 20px;
    margin: 10px 0 18px 0;
}
.locations-link-inner a { display:inline-block; width:100%; background:#eb2228; color:#fff; padding:10px 0;}
.locations-link-inner a i{ margin-left:5px;}
.gray-bg{ background:#ebebeb;}
.lisings.text-white ul li  {color:#fff;}
ul.dinline {
    width: 100%;
}
ul.dinline li {
    display: inline-block;
    margin-right: 20px;
}
.heightauto {min-height:100%;}

section.steps-inner.aboutpage.haflix {
    background: url(../images/haflix.png) no-repeat;
    background-size: cover;
}
.section-map {display:block;}
.enrollbtn .btn {
    min-width: 100px;
}
.blogpagepost h1 {
    font-size: 17px;
}
.blogpagepost .entry-image img {
    border-radius: 3px;
    min-height: 230px;
    max-height: 230px;
}

.loginbtn {
    float: right;
    margin-left: 10px;
}
.loginbtn a {
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width:992px){
.points-location {
	display: inline-block;
	width: 100%;
	margin: 50px 0 30px 0;
}	
.step-box-back { display:none}
.step-box-front{ border-top:none; margin:0;}
}

@media (max-width:767px){
	.contactcall {
    text-align: center;
    width: 100%;
}
	.rightheader {
    float: right;
    width: 100%;
}
.loginbtn {
    float: right;
    margin-left: 0;
    width: 100%;
    text-align: center;
}
	.after-banner .d-flex, section.steps-inner.aboutpage .row{ display:inline-block !important;}
	.blue-section .container, .points-location .container{ display:inline-block; padding-top:50px;}
	.blue-section-cntnt{ padding:40px 25px 30px;}
	.points-location{ display:inline-block; width:100%; margin:0 0 0px 0;}
	.step-box-back { display:none}
	.step-box-front{ border-top:none; margin:0;}
	.step-box{ margin:0 0 20px 0;}
	.right-map-section{ min-height:370px;}
	.after-banner{ padding: 60px 0 40px 0;}
	section.aboutpage.pricing-inner, section.aboutpage.steps-inner{ padding:50px 0;}
	.aboutpage.gray-bg .col-md-6.pr-3{ padding-right:0 !important;}
}

