/*=== TOP BANNER ===*/
.banner {
	position: relative;
	min-height: 580px;
	text-align: center;
}
.banner .top-slider {
	height: 100%;
    z-index: 1;
}
.banner .single-banner {
	position: relative;
	height: 100%;
	color: #fff;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
.banner .single-banner:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(54, 46, 48, 0.6);
}
*/
.banner .container {
	padding: 25px 0;
	z-index: 2;
}
.banner .single-banner .cell{
	padding-top: 100px;
}
.banner-text {
	display: inline-block;
    max-width: 810px;
    width: 100%;
    font-size: 24px;
    color: #fff;
}
.banner .banner-text > p:first-child,
.sub-banner p{
	font: 18px/24px 'Georgia-Italic';
	color: #83bd47;
}
.banner  .banner-text > p:first-child:after{
	content: "";
	display: block;
	width: 86px;
	height: 2px;
	background: #fff;
	margin: 20px auto 0;
}
.banner-text .large-text {
	font: 52px/60px 'Brandon-Medium';
	margin-bottom: 0;
}
.banner-text .large-text span {
	font: 160px/100px 'IslandStyle';
	display: block;
	margin-left: -65px;
}
.banner-content {
    margin-bottom: 35px;
}
.banner .btn{
/* 	min-width: 218px; */
}
.banner .slick-list,
.banner .slick-track {
	height: 100%;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner .slick-dots{
	bottom: 72px;
	z-index: 8;
}
.banner .slick-dots li{
	width: 60px;
	height: 4px;
	margin: 0 4.5px;
	background: #fff;
}
.banner .slick-dots li.slick-active{
	background: #83bd47;
}
.banner .slick-dots li button{
	display: none;
}
.banner-logo {
	margin: auto;
}
.bg-dim {
	background-color: rgba(0,0,0,0.5);
}
.our-team {
	background-color: #001231;
}
.our-team > div {
	width: 50%;
}
.our-team > div:first-child {
	text-align: right;
}
.our-team > div:first-child img {
	position: relative;
	top: 80px;
}
.our-team > div:last-child {
	padding-left: 50px;
}
.our-team > div:last-child > * {
	position: relative;
	top: 90px;
}
.our-team > div:last-child p {
	max-width: 500px;
}

.btn, a.btn, input[type="submit"].btn {
    padding: 12px 42px;
    background-color: #001231;
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.home-contact-form {
	display: flex;
}
.home-contact-form > div:first-child {
	background: transparent url(/images/layout/comheader.png) no-repeat left center scroll;
	background-size: cover;
	width: 40%;
}
.home-contact-form > div:last-child {
	padding: 50px 25px;
	flex-grow: 1;
}

.modal-popup {
	background-color: #fff;
	padding: 25px;
}

.comm-res {
	padding: 60px 50px;
}
.comm-res > div {
	border: solid 2px #070909;
	border-left: none;
	border-right: none;
	text-align: center;
	padding: 50px 15px;
	flex-grow: 1;
}
.comm-res > div:first-child {
	border-right: solid 2px #070909;
}
.comm-res > div > * {
	margin: auto;
	max-width: 500px;
}
.comm-res p {
	color: #080A0A;
}

.program {
	background: transparent url(/images/layout/newheader1.png) no-repeat center center scroll;
	background-size: cover;
	color: #080A0A;
	padding: 100px;
	text-align: center;
	position: relative;
}
.program:before {
	content: '';
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.program > * {
	position: relative;
	z-index: 1;
}