.hero-wrap {
	position: relative;
	height: 700px;
	background: #0f3661;
}
	.hero-wrap .forth {
		width: 20%;
		height: 700px;
	}
 @media (max-width: 767.98px) {
	 .hero-wrap .forth {
		 width: 0%;
	}
}
 .hero-wrap .forth .bg-after {
	 position: relative;
	 width: 100%;
	 height: 100%;
}
 @media (min-width: 992px) {
	.hero-wrap .forth .bg-after:after {
		position: absolute;
		top: -100%;
		left: 0;
		right: 0;
		width: 100%;
		content: '';
		background: #0f3661;
	}
}
 .hero-wrap .forth .text {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 right: 0;
	 width: 100%;
	 padding: 0 15px;
	 margin: 0 auto;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 color: #fff;
	 z-index: 1;
}
 @media (min-width: 768px) {
	 .hero-wrap .forth .text {
		 padding-left: 3em;
	}
}
 .hero-wrap .forth .text .desc {
	 width: 40%;
}
 @media (max-width: 767.98px) {
	 .hero-wrap .forth .text .desc {
		 width: 100%;
	}
	 .hero-wrap .forth .text .desc .subheading {
		 color: #fff;
	}
	 .hero-wrap .forth .text .desc h1, .hero-wrap .forth .text .desc h2 {
		 color: #fff;
	}
}
 .hero-wrap .forth .text .subheading {
	 font-size: 14px;
	 font-weight: 600;
	 color: white;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 display: inline-block;
	 margin-bottom: 10px;
	 position: relative;
	 z-index: 0;
}
 .hero-wrap .forth .text .subheading:after {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 height: 10px;
	 width: 100%;
	 content: '';
	 background: #fcd307;
	 z-index: -1;
}
.hero-wrap .forth .text h1 {
	font-weight: 800;
	font-size: 90px;
	color: #f0c11b;
	line-height: 1.2;
}
 @media (max-width: 991.98px) {
	 .hero-wrap .forth .text h1 {
		 font-size: 50px;
	}
}
 .hero-wrap .forth .text h2 {
	 font-size: 28px;
	 font-weight: 600;
	 color: #fff;
}
 .hero-wrap .forth .text .btn-custom {
	 position: relative;
	 border: none;
	 color: #fff;
	 z-index: 0;
	 letter-spacing: 1px;
}
	.hero-wrap .forth .text .btn-custom:after {
		position: absolute;
		top: 0;
		right: -40px;
		bottom: 0;
		content: '';
		width: 100%;
		background: #f0c11b;
		z-index: -1;
	}
 .hero-wrap .forth .text .btn-custom:before {
	 position: absolute;
	 top: 50%;
	 right: -30px;
	 width: 30px;
	 height: 2px;
	 content: '';
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 background: rgba(255, 255, 255, 0.8);
}
.hero-wrap .third {
	width: 80%;
	position: relative;
	height: 700px;
}
 @media (max-width: 767.98px) {
	 .hero-wrap .third {
		 width: 100%;
	}
}
 .hero-wrap .third .icon {
	 position: absolute;
	 top: 65%;
	 left: 0;
	 width: 100px;
	 height: 100px;
	 background: #fff;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 margin-left: -50px;
	 z-index: 1;
	 -webkit-animation: pulse 2s infinite;
	 animation: pulse 2s infinite;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 border-radius: 50%;
}
 @media (max-width: 767.98px) {
	 .hero-wrap .third .icon {
		 top: 80%;
	}
}
 .hero-wrap .third .icon span {
	 color: #fcd307;
}
 .hero-wrap-2 {
	 height: 650px;
	 background-position: center center;
	 position: relative;
}
 .hero-wrap-2 .overlay {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background: #000;
	 opacity: 0.2;
}
 .text-bread {
	 height: 650px;
}
 .text-bread .text .bread {
	 font-weight: 800;
	 font-size: 60px;
	 color: #fff;
}
 .text-bread .text .breadcrumbs {
	 font-weight: 500;
}
 .text-bread .text .breadcrumbs span {
	 color: #fff;
}
 .text-bread .text .breadcrumbs span a {
	 color: #fff;
}
.video-hero {
	height: 700px;
}
 .owl-carousel {
	 position: relative;
}
 .owl-carousel .owl-item {
	 opacity: 0.4;
}
 .owl-carousel .owl-item.active {
	 opacity: 1;
}
 .owl-carousel .owl-nav {
	 position: absolute;
	 top: 50%;
	 width: 100%;
}
 .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	 position: absolute;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 margin-top: -10px;
	 color: #fcd307 !important;
	 -moz-transition: all 0.7s ease;
	 -o-transition: all 0.7s ease;
	 -webkit-transition: all 0.7s ease;
	 -ms-transition: all 0.7s ease;
	 transition: all 0.7s ease;
	 opacity: 0;
}
 .owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
	 font-size: 30px;
}
 .owl-carousel .owl-nav .owl-prev {
	 left: 0;
}
 .owl-carousel .owl-nav .owl-next {
	 right: 0;
}
 .owl-carousel .owl-dots {
	 text-align: center;
}
 .owl-carousel .owl-dots .owl-dot {
	 width: 10px;
	 height: 10px;
	 margin: 5px;
	 border-radius: 50%;
	 background: #e6e6e6;
	 position: relative;
}
 .owl-carousel .owl-dots .owl-dot:after {
	 position: absolute;
	 top: -2px;
	 left: -2px;
	 right: 0;
	 bottom: 0;
	 width: 14px;
	 height: 14px;
	 content: '';
	 border: 1px solid #e6e6e6;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 border-radius: 50%;
}
 .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
	 outline: none !important;
}
 .owl-carousel .owl-dots .owl-dot.active {
	 background: #b3b3b3;
}
 .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
	 opacity: 1;
}
 .owl-carousel:hover .owl-nav .owl-prev {
	 left: -25px;
}
 .owl-carousel:hover .owl-nav .owl-next {
	 right: -25px;
}







.ftco-section {
	padding: 7em 0;
	position: relative;
}
.ftco-faqs .img-faqs {
	position: relative;
	height: 700px;
	z-index: 0;
}

.ftco-faqs .img {
	height: 400px;
	width: 80%;
	border-radius: 4px;
	-webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
	box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	.ftco-faqs .img.img-2 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 80%;
		z-index: -1;
	}

.ftco-faqs .myaccordion {
	margin: 0 auto;
	overflow: hidden;
}

	.ftco-faqs .myaccordion .card,
	.ftco-faqs .myaccordion .card:last-child .card-header {
		border: none;
		background: transparent;
	}

	.ftco-faqs .myaccordion .card-header {
		border: none;
		background: transparent;
	}

		.ftco-faqs .myaccordion .card-header p {
			position: relative;
			font-weight: 500;
			font-size: 18px;
			text-align: left;
		}

	.ftco-faqs .myaccordion .fa {
		font-size: 16px;
		color: rgba(0, 0, 0, 0.3);
	}

	.ftco-faqs .myaccordion .btn {
		width: 100%;
		font-weight: 600;
		color: black;
		padding: 0;
		text-transform: capitalize;
		letter-spacing: 0;
		border-radius: 0 !important;
		margin-bottom: 10px;
		border-radius: 40px !important;
		-webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
		-moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
		box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	}

	.ftco-faqs .myaccordion .btn-link:hover,
	.ftco-faqs .myaccordion .btn-link:focus {
		text-decoration: none;
	}

.ftco-faqs [data-toggle="collapse"] .fa:before {
	content: "\f078";
	font-family: "FontAwesome";
	font-style: normal;
}

.ftco-faqs [data-toggle="collapse"].collapsed .fa:before {
	content: "\f077";
	font-family: "FontAwesome";
	font-style: normal;
}

.ftco-faqs button[aria-expanded="true"] {
	background-color: #1ba12d;
	color: #fff !important;
}

	.ftco-faqs button[aria-expanded="true"] .fa {
		color: #fff !important;
	}

.ftco-faqs button[aria-expanded="false"] {
	background-color: #fff;
}

.ftco-faqs .card-body ol li {
	margin-bottom: 10px;
	padding-left: 10px;
	color: rgba(0, 0, 0, 0.8);
}

	.ftco-faqs .card-body ol li:last-child {
		margin-bottom: 0;
	}

	.breadcrumbContainer{background:#FFF;padding: 10px 0;}
	.breadcrumbContainer .breadcrumbs li a{color:#000;font-weight: 700;font-size: 16px;}
	.breadcrumbContainer .breadcrumbs li i{color:#000;font-weight: 700;font-size: 16px;}
	.breadcrumbContainer .breadcrumbs li{color:#000;font-weight: 700;font-size: 16px;}
	.breadcrumbContainer .breadcrumbs ul li:before{color:#000;font-weight: 700;font-size: 16px;}
	.legalImg {width:100%;border-top-right-radius: 10px;border-top-left-radius: 10px;margin-bottom:15px}


	.contactusSection{background: #FBFBFB;padding:100px 0 0 0;}
.contactusSection.contactusNoBG{background: none}
.contactusNoBG .contactusform input,.contactusNoBG .contactusform textarea{background: none}
.contactusform {width: 100%;}
.contactusform input{width: 100%;height: 45px;background: #fbfbfb;border: none;border-bottom: 1.5px solid #95989A;margin-bottom: 20px;outline: none;padding:0 15px 0 5px;;font-size: 12px;}
.contactusform textarea{width: 100%;height: 140px;background: #fbfbfb;border: 1.5px solid #95989A;resize: none;margin-bottom: 20px;outline: none;padding:10px;;font-size: 12px;}

.contactusform button{width:100%;max-width: 250px;outline:none;border:none;border-radius:3px;height:73px;margin-top: 60px;background:#676766;color:#fff;font-size:16px}
.PrePlanningBlock img{width: 100%;}
.socialMediaIcons a i{font-size: 20px;color: #9E9E9E;}



.services-2 {
	width: 100%;
	margin-bottom: 20px;
}

	.services-2 .icon {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background: #0f3661;
		-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	}

		.services-2 .icon span {
			font-size: 40px;
			color: #fff;
		}

	.services-2 .textBlack {
		width: calc(100% - 70px);
	}

		
.textBlack h3{color:#000;font-weight:500;line-height:1.7}
.textBlack h4{font-weight:normal;}