/*!
 * Common CSS files
 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Mulish', sans-serif;
	color: #3e3e3e;
	font-size:18px;
}
.contentContainer {
	padding: 110px 0 100px 0;
	position: relative;
}
.imgResponsive {
	width: 100%;
}
a {
	color: #141414;
}
a:hover {
	text-decoration: none;
	color: #8d8d8d;
}
.postionRelative {
	position: relative;
}
.clearfix {
	clear: both;
}
canvas {
	display: block;
	vertical-align: bottom;
}

.flexCol {
	display:flex;
}
.paddingLR210 {
	padding-left: 210px;
	padding-right: 210px;
}
.paddingRight30 {
	padding-right: 30px;
}
.right {
    right: 0;
}
.left {
    left: 0;
}
.top {
    top: 0;
}
.bottom {
    bottom: 0;
}
.position-absolute.backgroundImage {
    opacity: 0.4;
	z-index: -1;
}
.m-150 {
	margin-left: 150px;
	margin-right: 150px;
}
/*----------------------------- Color & Backgrounds ------------------------------------------*/
.blueBg {
	background: #27687a !important;
}
.textBlue {
	color: #27687a;
}
.pinkBg {
	background: #f5f7f6;
}
.textOrange {
	color: #ff9709;
}
.darkGreyBg {
	background: #929292 !important;
}
.background01 {
	background: url(../images/background-01.jpg) no-repeat left top;
    background-size: cover;
}
.teamBlock {
	background: url(../images/team.jpg) no-repeat center top;
    background-size: cover;
}
/*----------------------------- Heading & Buttons ------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #27687a;
}

h1 {
	font-size:42px;
	font-weight:700;
	line-height: 50px;
}
h2 {
	font-size: 46px;
	font-weight: 700;
	padding: 0 0 11px 0;
	line-height: 50px;
	font-family: 'Lobster', cursive;
	letter-spacing: 1.5px;
}
h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-left: 3px;
	font-weight:400;
	color: #ff9709;
}
h3 {
	font-size: 29px;
	font-weight: 400;
	padding: 0px 0 7px 0;
	margin: 0;
    color:#27687a;
	font-family: 'Lobster', cursive;
}
h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 800;
	color: #7a7a7a;
}

p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #3e3e3e;
}

.listing01 {
	margin:10px 0 20px 20px;
}
.listing01 li {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	color: #3e3e3e;
	padding: 0 0 9px 0;
}
.customBtn01 {
    background: #0d5903;
    padding: 13px 17px 14px 17px;
    color: #ffffff;
	font-size: 14px;
	font-weight: 700;
    position: relative;
    border-radius: 10px;
	margin: 15px 0 10px 0px;
	min-width: 150px;
	display:inline-block;
	text-align: center;
}
.customBtn01:hover {
	background: #ff9709;
	color: #ffffff;
}
/*----------------------------- Navigation Block ------------------------------------------*/
header {
	padding: 0px 15px 0 15px;
}
/*.navbar-brand {
	padding:0px;
	max-width: 252px;
}*/
.navbar-brand {
    padding: 9px 10px 10px 10px;
    max-width: 135px;
    position: relative;
    background: #fff;
    top: -3px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.navbar {
	padding: 0px;
}
a.nav-link {
	font-size: 18px;
	color: #ffffff;
	margin: 38px 25px;
	padding: 0px !important;
	font-weight: 600;
}
a.nav-link:hover {
	color: #ff9709;
}
.navbar li.nav-item.active a {
	color: #ff9709;
}
.navbar-toggler-icon {
	display: block;
	width: 25px;
	height: 1px;
	border-bottom: 3px solid #ffffff;
	margin: 6px 0px;
}

/*----------------------------- Banner Block ------------------------------------------*/
.topOuter {
    background: url(../images/main-banner.png) no-repeat right bottom #ffffff;
    background-size: cover;
    height: 100vh;
    width: 100%;
    bottom: 0;
    position: relative;
	max-height: 800px;
	overflow: hidden;
	margin-bottom: 0px;
}
.innerOuter {
    background: url(../images/inner-banner.jpg) no-repeat center center #ffffff;
    background-size: cover;
    width: 100%;
    position: relative;
	min-height: 478px;
}
.mapBackground {
    background: url(../images/map-background.jpg) no-repeat center center #ffffff;
    background-size: cover;
    width: 100%;
    position: relative;
}
.bannerInfoHome {
	display: flex;
	padding-top: 81px;
}
.bannerText h1 {
    font-size: 60px;
    line-height: 67px;
    color: #ffffff;
    font-weight: 400;
    max-width: 650px;
    padding: 63px 0 15px 0;
    font-family: 'Lobster', cursive;
}
.bannerText h1 span {
	color: #ff9709
}
.bannerText p {
	font-size: 24px;
	color: #e4e4e4;
	line-height: 36px;
	padding: 0px 0 0px 5px;
}
#bannerImage {
	max-width: 440px;
	border-radius: 12px;
	overflow:hidden;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.40);
	margin: 0 0 90px 98px;
}
#innerBanner .bannerText {
	background: rgba(0,0,0,0.2);
	display: inline-block;
	border-radius: 8px;
	padding: 10px 25px 9px 25px;
	margin-top: 93px;
}
#innerBanner .bannerText h1 {
	padding: 0;
}
.shadowBox {
	border-radius: 12px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
	background-color: #ffffff;
}
.whatweDoBlock {
	padding: 47px 56px 25px 55px;
	margin: 50px 0 10px 0;
}
.whatweDoBlock .iconThumb {
	margin-bottom: 40px;
}
.whatweDoBlock a {
	color: #27687a;
}
.whatweDoBlock p {
	font-size: 16px;
	line-height: 26px;
}
.aboutThumbHome {
	position: relative;
	margin: 0px auto;
	max-width: 450px;
	z-index: 5;
}
.aboutContent {
    padding-top: 34px;
    max-width: 390px;
    margin: 0px;
	z-index: 5;
}
.imageThumb {
	overflow: hidden;
	width: auto;
	border-radius: 8px;
	box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.13);
	display: inline-block;
	max-width: 473px;
	margin-bottom: 20px;
}
.menu {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 16px;
	width: 100%;
	padding-bottom: 10px;
}
.menu p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0.5rem;
    color: #3e3e3e;
    padding-right: 30px;
}
.menuList h2 {
    font-size: 38px;
    padding: 0 0 30px 0;
    line-height: 50px;
}
.menuList {
    margin-bottom: 30px;
}
.menuList h4 {
	color: #7a7a7a;
	font-size: 16px;
    line-height: 19px;
}
.menuList .menu p {
	color: #8e8e8e;
	margin-bottom: 0.5rem;
}
address span {
    width: 48px;
    height: 48px;
    font-size: 23px;
    color: #fff;
    border-radius: 100%;
    padding: 9px 0;
    text-align: center;
    margin-bottom: 20px;
	margin-top: 6px;
	line-height: normal;
	display: inline-block;
    vertical-align: top;
}
.contactInformation address {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.addressIcon {
	background: #ff9709;
	font-size: 24px;
}
.contactIcon {
	background: #27687a;
	padding: 9px 0;
}
.emailIcon {
	background: #68b9cc;
}


/*----------------------------- Footer ------------------------------------------*/
footer {
	padding: 70px 0 70px 0;
	color: #ffffff;
	background: #27687a;
}
.footerLog img {
	width: 100%;
	max-width: 182px;
}
footer .cta {
	padding-bottom:64px;
}
footer .cta p {
	padding-top:0px;
}
footer .cta .customBtn01 {
	margin: 22px 0 10px 0px;
}
.copyRight {
	font-size: 15px;
	color: #ffffff;
	padding-top: 5px;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #ff9709;
}
.footerNav li {
	list-style-type: none;
	font-size: 14.5px;
	margin-top: 0px;
	padding-bottom: 19px;
	font-weight: 400;
}
.socialMediaLinks {
	padding: 34px 0 27px 0;
}
.socialMediaLinks a i {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 18px;
    vertical-align: top;
	margin-right: 19px;
}

/*----------------------------- Responsive ------------------------------------------*/
@media (max-width: 1280px) {
	a.nav-link {
    	margin: 38px 9px;
    	font-size: 16px;
	}
	.navbar-nav li:last-of-type .nav-link {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.navbar .container, .navbar-toggler {
		position: relative;
	}
	.navbar-toggler {
		position: relative;
		min-height: 40px;
	}
    .navbar-collapse {
        position: fixed;
        top: 89px;
        left: 0;
        padding: 0px 0 0 0;
        width: 100%;
        height: 100%;
		background-color: #ff9709;
		z-index: 5;
    }
	.navbar-toggler span {
	   display: block;
	   -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   -o-transform: rotate(0deg);
	   transform: rotate(0deg);
	   position: relative;
	   left: 0;
	   opacity: 1;
	}
	.navbar-toggler span:nth-child(1),
	.navbar-toggler span:nth-child(3) {
	   -webkit-transition: transform .35s ease-in-out;
	   -moz-transition: transform .35s ease-in-out;
	   -o-transition: transform .35s ease-in-out;
	   transition: transform .35s ease-in-out;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(1) {
		position: absolute;
		left: 10px;
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		opacity: 0.9;
		border: 1px solid #ffffff;
		background: #ffffff;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(2) {
		height: 12px;
		visibility: hidden;
		background-color: transparent;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(3) {
		position: absolute;
		left: 10px;
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		opacity: 0.9;
		border: 1px solid #ffffff;
		background: #ffffff;
	}
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	a.nav-link {
		font-size: 21px;
		color: #ffffff;
		font-weight: 700;
		margin: 0px auto;
		display: inline-block;
	}
	a.nav-link {
		margin: 15px 30px !important;
		font-size: 18px;
		display: block;
	}
	ul.navbar-nav.ml-auto {
		margin-top: 19px;
	}
	.navbar-toggler {
		background-color: #ff9709;
		border: 1px solid #ff9709;
	}
}
@media (max-width: 1199px) {

	.bannerText h1 br {
		display: none;
	}
	.bannerText h1 {
		max-width: 523px;
	}
	.innerOuter {
		margin-bottom: 0px;
		min-height: inherit;
	}
	#innerBanner .bannerText {
		margin-bottom: 90px;
	}
}
@media (max-width: 991px) {
	.topOuter {
		height: auto;
	}
	.bannerText h1 {
		padding-top: 0px;
		font-size: 42px;
		line-height: 46px;
	}
	.aboutContent {
		padding-top: 30px;
		max-width: 100%;
	}
	h2 {
		font-size: 36px;
		line-height: 47px;
	}
	.m-150 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.position-absolute.left.bottom.backgroundImage img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.topOuter {
		max-height: inherit;
		overflow: visible;
		padding-bottom: 50px;
		background: url(../images/main-banner.png) no-repeat 50% bottom #ffffff;
	}
	.contentContainer {
		padding: 60px 0 60px 0;
	}
	.bannerText p {
		font-size: 21px;
		line-height: 32px;
	}
	.bannerInfoHome {
		display: block;
		padding-top: 61px;
	}
	br {
		display:none;
	}
	.iconThumb img {
		width: auto;
	}
	.imageThumb, .aboutThumbHome img {
		width: 100%;
	}
	footer .cta {
		padding-bottom: 24px;
	}
	.footerLog {
		margin-top: 10px;
	}
	footer {
		padding: 70px 15px 30px 15px;
		text-align:center;
	}
	footer h4 {
		margin: 8px 0 18px 0px;
	}
	.footerNav li {
		margin-top: 9px;
		padding-bottom: 8px;
	}
	.innerOuter {
		margin-bottom: 0px;
		min-height: inherit;
	}
	#innerBanner .bannerText {
		margin-top: 70px;
		margin-bottom: 80px;
	}
	.location, .contactInfo {
		padding-bottom: 30px;
	}
	address span {
		margin-bottom: 7px;
	}
}
@media (max-width: 575px) {

}
@media (max-width: 574px) {
	
}
