* {
	padding:0;margin: 0;
}
html {max-width: 100%;overflow-x: hidden;height: 100%;}
body {font-family: 'Poppins', sans-serif;font-size: 16px;color: #333;line-height: 26px;box-sizing: border-box;height: 100%;}
@media screen and (min-width:1400px) {
	.container {max-width: 1327px;padding: 0 15px;}
}
ul, li {list-style-type: none;margin: 0;padding: 0;}
p {color: #5b5a5a;line-height: 24px;margin-bottom: 10px;}
a:hover {text-decoration: none;}
a, button, img {transition: all 0.3s ease-in-out;}
figure {margin: 0;}

/*font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;*/

/*common css*/

.page_wrapper {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.common_heading h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
}
.common_heading.white_heading h2 {
	color: #fff;
}
.about_video img, .product_box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.common_pagination .swiper-pagination-bullet {
	height: 3px;
	width: 26px;
	border-radius: 0;
	background: #a8a8a8;
	opacity: 1;
}
.common_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff7f15;
}
.common_btn {
	background: #ff7f15;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	height: 47px;
	line-height: 47px;
	padding: 0 34px;
	color: #fff;
	border: none;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
}
.common_btn:hover, .common_btn:focus {
	outline: none;
	box-shadow: none;
	background: #333;
	color: #fff;
}
.common_heading h2 span, .head_info li i, .head_info li a:hover, .social_link li a:hover, .banner_block h1 span, .thankyou_block h1 span {
	color: #ff7f15;
}

/*capability css*/
.capability_box {
	padding: 40px 25px;
	transition: all 0.3s ease-in-out;
	border-bottom: 5px solid transparent;
	background: #fff;
	box-shadow: 0 0 20px rgba(110,110,110,0.2);
	border-bottom: 5px solid #ff7f15;
	height: 100%;
}
/*.capability_box:hover {*/
/*	background: #fff;*/
/*	box-shadow: 0 0 20px rgba(110,110,110,0.2);*/
/*	padding: 30px 25px 50px;*/
/*	border-bottom: 5px solid #ff7f15;*/
/*}*/
.capability_swiper .swiper-slide {
	display: flex;
	height: auto;
}
.capability_box img {
	margin-bottom: 30px;
	max-width: 120px;
}
.capability_box h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 18px;
}
.capability_box p {
	font-size: 15px;
}

/*about css*/
.about_block::before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 382px;
	width: 180px;
	content: '';
	background: url('../images/about-left.png') no-repeat;
	background-size: 100%;
}
.about_block::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 183px;
	width: 232px;
	content: '';
	background: url('../images/about-right.png') no-repeat;
	background-size: 100%;
	z-index: -1;
}
.about_video {
	position: absolute;
	top: 52%;
	width: 265px;
	height: 225px;
	left: 20%;
	transform: translateX(-20%);
	border: 2px solid #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.about_video .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ff7f15;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

/*count block css*/
.count_section {
	background: linear-gradient(to right, #f8c422 , #ff7f15, #ff7f15);
}
.count_box h4 {
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #fff;
}
.count_box h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
}

/*product css*/
.product_box {
	background: #fff;
	box-shadow: 0 0 29px rgba(110,110,110,0.14);
	position: relative;
}
.product_text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.96) 100%);
	padding: 20px;
}
.product_text h3 {
	font-size: 17px;
	margin: 0;
}
.product_swiper_btn {
	top: 0 !important;
	right: 15px !important;
	left: inherit !important;
	background: #fff;
	height: 40px !important;
	width: 40px !important;
	border-radius: 2px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin-top: -40px !important;
	border: 1px solid #eaeaea;
	color: #333 !important;
}
.product_swiper_btn.swiper-button-prev {
	right: 63px !important;
}
.common_swipbtn::after {
	display: none;
}

/*footer css*/
footer {
	margin-top: auto;
}
.footer_top {
	background: #fafafa;
}
.ft_copyright {
	background: #171717;
	color: #fff;
}
.social_link li {
	margin: 0 10px 0 0;
}
.social_link li:last-child {
	margin: 0;
}
.social_link li a {
	font-size: 30px;
	color: #333;
}

/*business block css*/
.business_section {
	background: url('../images/business.jpg') no-repeat;
}
.business_section::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.785);
	content: '';
}
.business_swiper .swiper-slide {
	display: flex;
	height: auto;
}
.business_box {
	padding: 30px 20px;
	transition: all 0.3s ease-in-out;
}
.business_box:hover {
	background: rgba(0,0,0,0.4);
}
.business_box h4 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding: 17px 0 90px;
}
.business_box p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}
.business_box h4::after {
	position: absolute;
	content: "\f105";
	left: 0;
	right: 0;
	width: 48px;
	height: 48px;
	border: 3px solid #ff7f15;
	border-radius: 50%;
	top: 47%;
	transform: translateY(-10%);
	text-align: center;
	margin: 0 auto;
	font-family: "Font Awesome 5 free";
	line-height: 40px;
	font-size: 21px;
	color: #000;
	background: #fff;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.business_box:hover h4::after {
	background: #ff7f15;
	color: #fff;
}
.business_box h4::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px dashed rgba(255,127,21,.5);
	top: 52%;
}
.business_box.first_child h4::before {
	width: 50%;
	left: auto;
	right: 0;
}
.business_box.last_child h4::before {
	width: 50%;
	left: 0;
	right: auto;
}
.capability_pdf {
    display: inline-block;
    font-weight: 500;
  text-transform: uppercase;
  color: #ff7f15;
  font-family: 'Oswald', sans-serif;
  text-decoration: underline;
}
.capability_pdf:hover, .capability_pdf:focus {
    color: #333;
    text-decoration: underline;
}


/*package css*/
.package_section {
	padding: 48px 0 400px;
	background: url('../images/package-back.jpg') no-repeat;
	background-position: bottom;
	background-size: cover;
}
.package_box {
	background: #fff;
	box-shadow: 0 0 29px rgba(110, 110, 110, 0.15);
	padding: 10px;
}
.package_box img {
	max-width: 120px;
}
.package_content {
	width: calc(100% - 140px);
	padding-left: 20px;
}
.package_content h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: capitalize;
}
.package_content ul li {
	width: 33.33%;
}
.package_pagination.common_pagination {
	bottom: 0;
}

/*capacity css*/
.capacity_table thead img{
	display: block;
}
.capacity_table table {
	width: 100%;
}
.capacity_table tbody td {
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
	white-space: nowrap;
}
.capacity_table tbody tr:nth-child(2n) {
	background: #f1f1f1;
}
.capacity_table thead th {
	background: #f1f1f1;
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
	font-weight: 600;
	vertical-align: bottom;
}

/*client css*/
.client_box img {
	max-width: 200px;
	width: 100%;
}

/*banner css*/
.banner_block {
	background: url('../images/banner.png') no-repeat;
	background-size: auto;
	padding: 150px 0 0;
	height: 928px;
	background-size: cover;
	background-position: right;
}
.banner_block h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	line-height: 65px;
	font-weight: 300;
	margin: 0 0 25px;
}
.banner_form {
	background: rgba(255,255,255,0.65);
	padding: 30px 34px;
}
.banner_form .form-control {
	border-radius: 0;
	border: 1px solid #ddd;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
}
.banner_form .form-control::placeholder {
  color: #555;
}
.banner_form .form-control:focus {
	box-shadow: none;
	border: 1px solid #ffdbbc;
}
.banner_form textarea.form-control {
    resize: none;
}
.banner_form h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.banner_form .row {
	margin: 0 -8px;
}
.banner_form .form-group {
	padding: 0 8px;
	margin: 0 0 10px;
}

/*header css*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 24px 0 0;
}
.header.fixed_header {
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.head_info li a {
	color: #333;
}
.header.fixed_header .header_logo img {
	max-width: 150px;
}
.header_logo a {
	display: inline-block;
}
.header.inner_header {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 24px 0;
}


/*video popup*/
.video_popup .modal-body {
	position: relative;
	padding: 5px;
}
.video_popup .close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
.video_popup .modal-dialog {
	max-width: 700px;
}
.video_popup video {
	width: 100%;
	height: 100%;
}


/*thank you pgae css*/
.inner_pageblock {
	padding: 120px 0 0;
}
.thankyou_block img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
}
.thankyou_block h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
}
.video_popup iframe {
    height: 400px;
    width: 100%;
}