/*============================
    General CSS Starts Here   
=============================*/

*,
*:focus,
input:focus,
textarea:focus,
form-control:focus {
	/*outline: 0px auto -webkit-focus-ring-color;*/
	/*cursor: none;*/
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

a {
	cursor: none;
}

button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: none;
}

@media (min-width: 2560px) {
	body {
		font-size: 18px;
	}
	.my_container {
		max-width: 1640px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1920px) {
	body {
		font-size: 16px;
	}
	.my_container {
		max-width: 1640px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1919px) {
	body {
		font-size: 13px;
		/* font-size: 12px; */
	}
	.my_container {
		max-width: 1298px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1440px) {
	body {
		font-size: 14px;
	}
	.my_container {
		max-width: 1230px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1366px) {
	body {
		font-size: 13px;
	}
	.my_container {
		max-width: 1168px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1280px) {
	body {
		font-size: 12px;
	}
	.my_container {
		max-width: 1094px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1194px) {
	body {
		font-size: 10px;
	}
	.my_container {
		max-width: 1019px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: 10px;
	}
	.my_container {
		max-width: 834px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 834px) {
	body {
		font-size: 11.5px;
	}
	.my_container {
		max-width: 712px;
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 10px;
	}
}

body {
	cursor: none;
	background: #000000;
}

.img-circle {
	border-radius: 100%;
}

.Oswald {
	font-family: "Oswald", sans-serif;
}

.Roboto {
	font-family: "Roboto", sans-serif;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
}

body .swiper-container {
	padding-bottom: 4em;
}

body
	.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 0.875em;
}

body .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

body .swiper-pagination-bullet {
	opacity: 1;
	background: #7E4724;
	border: 5px solid #000;
	padding: 5px;
	border-radius: 100%;
	/* box-shadow: 0px 0px 0px 0px #7E4724; */
	box-shadow: none;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s ease;
}

body .swiper-pagination-bullet-active {
	box-shadow: 0px 0px 0px 2px #7E4724;
}

@media (min-width: 1280px) {
	.mouse-pointer {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
		width: 0.938em;
		height: 0.938em;
		background-color: #ba910c;
		border-radius: 50%;
		pointer-events: none;
		transform: translate(-50%, -50%);
	}
	.mouse-background {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		border-radius: 50%;
		transition: 0.3s;
		height: 4.125em;
		width: 4.125em;
		pointer-events: none;
		border: 2px solid #c64c00;
		transform: translate(-50%, -50%);
	}
}

/*============================
    General CSS Ends Here    
============================*/

/*===================================
    Header/Footer CSS Starts Here    
===================================*/

header {
	display: block;
	background: #000000;
}

header .navbar.navbar-expand-xl {
	padding: 0.5em 0;
}

header .navbar-nav {
	max-width: 34.375em;
	width: 100%;
}

header .navbar-brand {
	margin: 0 3.472em;
	padding: 0;
	padding-left: 0.444em;
	cursor: inherit;
}

header .navbar-expand-xl .navbar-nav .nav-link {
	font-size: 1.125em;
	font-family: Roboto;
	letter-spacing: 0.5px;
	color: #BFB542;
	padding: 0;
	margin: 0 3.4em;
	cursor: inherit;
}

header .nav-item a {
	position: relative;
}

header .nav-item a:before,
header .nav-item a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.5em;
	height: 2.5em;
	/*border: 4px solid #0277bd;*/
	transform: translateX(-50%) translateY(-50%) scale(0.8);
	border-radius: 50%;
	background: transparent;
	content: "";
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}

header .nav-item a:after {
	border-width: 2px;
	transition: all 0.4s;
}

header .nav-item a.active:before,
header .nav-item a:hover:before {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
	background: rgba(210, 164, 32, 0.3);
}

header .nav-item a.active:after,
header .nav-item a:hover:after {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1.4);
	background: rgba(210, 164, 32, 0.2);
}

.vertical_lines_box {
	position: absolute;
	top: -50%;
	transform: translateY(50%);
	z-index: -1;
	display: none !important;
}

.vertical_line:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 1px;
	height: 100%;
	background: rgba(191, 158, 85, 0.3);
}

.static_vertical_lines_box {
	position: relative;
	z-index: 1;
}

.static_vertical_lines {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.static_vertical_line:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 1px;
	height: 100%;
	background: rgba(191, 158, 85, 0.3);
}

footer {
	background: #181818;
	padding: 2.813em 0;
}

.footer_contact_person {
	font-size: 1.25em;
	font-family: Oswald;
	letter-spacing: 0.2px;
	color: #7E4724;
	margin-bottom: 0.5em;
}

.footer_contact_mobile,
.footer_contact_email {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 1.25em;
}

.footer_contact_mobile_number,
.footer_contact_email_number {
	font-size: 1.125em;
	font-family: Roboto;
	letter-spacing: 0.2px;
	color: #e0e0e0;
	margin-left: 1.111em;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer_contact_mobile_number:hover,
.footer_contact_email_number:hover {
	color: #7E4724;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer_links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer_links a {
	font-size: 1.125em;
	font-family: Oswald;
	color: #e0e0e0;
	letter-spacing: 0.2px;
	margin-bottom: 2.5em;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer_links li:last-child a {
	margin-bottom: 0;
}

.footer_links a:hover {
	color: #7E4724;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer_disclaimer {
	font-size: 1em;
	font-family: Roboto;
	font-weight: 300;
	color: #e0e0e0;
	line-height: 1.75em;
	letter-spacing: 0.2px;
}

.footer_sm a {
	font-size: 2em;
	color: #e0e0e0;
	margin: 1.25em;
	margin-left: 0;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer_sm a:last-child {
	margin: 0;
}

.footer_sm a:hover {
	color: #7E4724;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer_copyright {
	font-size: 0.75em;
	font-family: Roboto;
	font-weight: 300;
	color: #e0e0e0;
	letter-spacing: 0.2px;
	line-height: 1.667em;
}

.footer_copyright span {
	display: block;
}

.footer_copyright span a {
	color: #e0e0e0;
	transition: 0.3s ease;
	text-decoration: none;
}

.footer_copyright span a:hover {
	color: #7E4724;
	transition: 0.3s ease;
	text-decoration: none;
}

/*===================================
    Header/Footer CSS Ends Here    
===================================*/

/*===============================
    Home Page CSS Starts Here    
================================*/

#ytbg {
	background-image: url("../images/images-thumbnailhome.jpg") !important;
}
.content {
	display: flex;
	width: 100%;
	/*min-height: 500px;*/
	min-height: 100vh;
	z-index: 1;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

.content .inner h1 {
	font-size: 6.25em;
	color: #e0e0e0;
	font-family: Oswald;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

.video-background-controls button {
	font-size: 32px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	line-height: 32px;
	border: none;
	background: none;
	-webkit-appearance: none;
	color: white;
	filter: drop-shadow(0px 0px 1px black);
	cursor: pointer;
	opacity: 1;
	transition: all 250ms ease-in-out;
	margin-left: 10px;
}

.video-background-controls button:hover {
	opacity: 0.5;
}

iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}

#pp-nav.right {
	display: none;
}

.homepage_effect_video_box video {
	max-width: 80em;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.homepage_effect_title {
	font-size: 3.75em;
	font-family: Oswald;
	letter-spacing: 0.5px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7E4724;
	color: #7E4724;
	text-decoration: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(
		to right,
		#7E4724,
		#7E4724 50%,
		#000000 50%
	);
	background-size: 200% 100%;
	background-position: 100%;
	transition: all 5s cubic-bezier(0, 0, 0.23, 1);
	margin-top: 1em;
}

.pp-section.active .homepage_effect_title {
	transition: all 5s cubic-bezier(0, 0, 0.23, 0.2);
	background-position: 0%;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7E4724;
}

.home_abt_img {
	position: relative;
	padding-left: 1.25em;
}

.home_abt_swiper .swiper-slide.swiper-slide-active .home_abt_img:before {
	content: "";
	position: absolute;
	top: 1.25em;
	left: -1.25em;
	width: 100%;
	height: 100%;
	background: #181818;
	z-index: -1;
	transition: 0.3s ease;
}

.section_title {
	font-size: 3.75em;
	font-family: Oswald;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #7E4724;
	line-height: 1;
	margin-bottom: 1em;
}

#section2 {
	margin-top: 4em;
}

.home_abt_desc {
	font-size: 1.25em;
	font-family: Roboto;
	line-height: 1.7em;
	letter-spacing: 0.2px;
	color: #e0e0e0;
	padding-bottom: 2.75em;
}

.home_abt_slider {
	position: relative;
}

.home_abt_slider:before {
	content: url(../fonts/images-since2018.svg);
	-moz-animation: spin 10s linear infinite;
	-webkit-animation: spin 10s linear infinite;
	-ms-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
	position: absolute;
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
	}
	100% {
		-moz-transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
		-ms-transform: rotateZ(-360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
	}
	100% {
		-moz-transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
		-ms-transform: rotateZ(-360deg);
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
	}
	100% {
		-moz-transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
		-ms-transform: rotateZ(-360deg);
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-o-transform: rotateZ(0);
		-ms-transform: rotateZ(0);
	}
	100% {
		-moz-transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
		-ms-transform: rotateZ(-360deg);
	}
}

.home_abt_slider:before {
	position: absolute;
	top: -67px;
	right: -67px;
	z-index: 0;
}

.section_desc {
	text-align: center;
	font-size: 1.25em;
	font-family: Roboto;
	line-height: 1.5em;
	letter-spacing: 0.2px;
	color: #e0e0e0;
	max-width: 75.5%;
	width: 100%;
	margin: 0 auto;
	margin-top: 2em;
}

.section3_desc {
	position: relative;
}

.section3_desc:after {
	content: "";
	position: absolute;
	top: 11em;
	left: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 0em;
	/*height: 7.600em;*/
	background: #e0e0e0;
	margin-left: -1px;
}

.section.pp-section.active .section3_desc:after {
	-webkit-animation: 3s ease 0.5s forwards;
	-moz-animation: 3s ease 0.5s forwards;
	animation: lines 3s ease 0.5s forwards;
}

@keyframes lines {
	0% {
		height: 0em;
		top: 11em;
	}
	100% {
		height: 7.6em;
		top: 11em;
	}
}

#section3 .homepage_effect_title {
	font-size: 6.25em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-top: 0;
}

.homepage_effects_box {
	position: relative;
	/*background: #000000;*/
}

.homepage_effect_video_box {
	position: relative;
	max-width: 70em;
	width: 100%;
	margin: 0 auto;
}

.amfw_cta {
	font-size: 1.125em;
	letter-spacing: 0.3px;
	font-family: Oswald;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	border: 1px solid #7E4724;
	display: inline-block;
	padding: 1.222em 3.575em;
	transition: 0.3s ease;
	text-transform: uppercase;
	transition: 0.3s ease;
	position: relative;
	cursor: none;
}

.amfw_cta:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(191, 158, 85);
	background: linear-gradient(
		180deg,
		rgba(191, 158, 85, 1) 0%,
		rgba(131, 106, 1, 1) 100%
	);
	/*border-radius: 15px;*/
	z-index: 0;
	transition: 0.75s ease;
}

.amfw_cta:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(191, 158, 85);
	background: linear-gradient(
		180deg,
		rgba(191, 158, 85, 1) 0%,
		rgba(131, 106, 1, 1) 100%
	);
	/*border-radius: 15px;*/
	z-index: 0;
	transition: 0.75s ease;
}

.amfw_cta:hover {
	color: #000000;
	text-decoration: none;
	transition: 0.3s ease;
}

.amfw_cta span {
	position: relative;
}

.effects_km {
	position: absolute;
	top: 9.063em;
	left: 0;
}

.homepage_effect_video_box:before {
	position: absolute;
	top: 2.143em;
	right: -95px;
	font-size: 2.188em;
	font-family: Roboto;
	display: inline-block;
	color: #7E4724;
}

.pp-section.pp-table:nth-child(4) .homepage_effect_video_box:before {
	content: "01";
}

.pp-section.pp-table:nth-child(5) .homepage_effect_video_box:before {
	content: "02";
}

.pp-section.pp-table:nth-child(6) .homepage_effect_video_box:before {
	content: "03";
}

.pp-section.pp-table:nth-child(7) .homepage_effect_video_box:before {
	content: "04";
}

.pp-section.pp-table:nth-child(8) .homepage_effect_video_box:before {
	content: "05";
}

.pp-section.pp-table:nth-child(9) .homepage_effect_video_box:before {
	content: "06";
}

.homepage_effect_video_box:after {
	content: "";
	position: absolute;
	top: 8.438em;
	right: -75px;
	display: inline-block;
	background: #ffffff;
	width: 1px;
	height: 0em;
	transition: 0.3s ease;
}

.section.pp-section.active .homepage_effect_video_box:after {
	-webkit-animation: 3s ease 0.5s forwards;
	-moz-animation: 3s ease 0.5s forwards;
	animation: line 3s ease 0.5s forwards;
}

@keyframes line {
	0% {
		height: 0em;
	}
	100% {
		height: 27em;
	}
}

.effects_scroll_btn,
.effects_scroll_btn:hover {
	font-size: 1.125em;
	font-family: Roboto;
	color: #7E4724;
	letter-spacing: 0.2px;
	border-bottom: 1px solid #7E4724;
	text-decoration: none;
	transition: 0.3s ease;
	margin-top: 1.944em;
	display: inline-block;
}

.best_display_swiper {
	padding-top: 2.813em;
	padding-bottom: 3em;
}

.best_display_swiper .swiper-slide {
	text-align: center;
	transform: scale(0.88);
	transition: 0.3s ease;
}

.best_display_swiper .swiper-slide-active {
	transform: scale(1);
	transition: 0.3s ease;
}

.best_display_name a {
	display: none;
}

.best_display_swiper .swiper-slide-active .best_display_name a {
	font-size: 1.875em;
	font-family: Roboto;
	text-transform: uppercase;
	color: #e0e0e0;
	display: inline-block;
	margin-top: 1.167em;
	text-decoration: none;
	transition: 0.3s ease;
}

.best_display_swiper .swiper-slide-active .best_display_name a:hover {
	color: #7E4724;
	text-decoration: none;
	transition: 0.3s ease;
}

#section10 {
	padding-top: 12em;
}

.ocd_box {
	padding: 10.313em 0;
}

.ocd_box .section_desc {
	text-align: left;
	margin-left: 0;
	margin-bottom: 2em;
}

.ocd_detail_box {
	margin-top: 5.625em;
}

.ocd_name_box {
	text-align: center;
}

.ocd_name_box a {
	font-size: 1.875em;
	font-family: Roboto;
	letter-spacing: 0.5px;
	color: #e0e0e0;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0.833em;
	text-decoration: none;
	transition: 0.3s ease;
	display: inline-block;
}

.ocd_img_box {
	position: relative;
	transition: 0.5s ease;
}

.ocd_img_box img {
	filter: gray;
	/* IE5+ */
	-webkit-filter: grayscale(1);
	transition: 0.3s ease;
}

.ocd_detail_box:hover .ocd_img_box img {
	filter: none;
	/* IE5+ */
	-webkit-filter: grayscale(0);
	transition: 0.3s ease;
}

/*.ocd_img_box:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      display: block;
      opacity: 0.8;
      transition: 0.5s ease;
    }

    .ocd_detail_box:hover .ocd_img_box:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      display: block;
      opacity: 0.8;
      transition: 0.5s ease;
       opacity: 0;
    }*/

.ocd_detail_box:hover .ocd_name_box a {
	/*color: #7E4724;*/
	border-bottom: 1px solid;
	transition: 0.3s ease;
}

.ocd_box_2 {
	text-align: right;
}

.wgf_box {
	padding-top: 1.25em;
}

.wgf_slider {
	padding-left: 4.375em;
}

.wgf_swiper {
	padding-top: 1.875em;
	margin-top: 2.813em;
}

.wgf_slide {
	max-width: 31.563em;
	width: 100%;
	display: block;
	background: #ffffff;
	text-decoration: none;
	margin-top: 0;
	transition: 0.3s ease;
	cursor: pointer;
}

.wgf_slide:hover {
	text-decoration: none;
	background: #7E4724;
	margin-top: -1.875em;
	transition: 0.3s ease;
}

.wgf_name {
	text-align: center;
	font-size: 1.875em;
	font-family: Oswald;
	color: #000000;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding: 1em 0;
	line-height: 1;
}

.wgf_img {
	text-align: center;
	padding: 0 1.875em;
}

.wgf_details {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.875em;
}

.wgt_date_box {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	font-size: 1.375em;
	font-family: Oswald;
	color: #000000;
	padding: 0.909em 1.136em;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
	background: #ffffff;
}

.wgt_date_box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 1px;
	display: inline-block;
	background: #000000;
}

.wgf_date {
	padding-bottom: 0.625em;
}

.wgf_month {
	padding-top: 0.625em;
}

.wgf_desc {
	padding: 1em;
	padding-right: 0;
	font-size: 1.25em;
	color: #000000;
	font-family: Roboto;
	letter-spacing: 0.2px;
	line-height: 1.5em;
}

.wgf_desc b {
	color: #c29715;
	font-weight: bold;
	transition: 0.3s ease;
}

.wgf_slide:hover .wgf_desc b {
	color: #ffffff;
	transition: 0.3s ease;
}

.wft_a {
	text-align: right;
}

.wft_a a {
	font-family: Roboto;
	font-size: 1.25em;
	color: #e0e0e0;
	letter-spacing: 0.2px;
	border-bottom: 1px solid;
	text-decoration: none;
	transition: 0.3s ease;
	display: inline-block;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.wft_a a:hover {
	color: #7E4724;
	transition: 0.3s ease;
}

.git_box {
	background: url(../firework/bac.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 13.125em 0 6.25em;
}

.git_box .section_desc {
	max-width: 100%;
	padding-bottom: 2em;
	text-align: center;
}

.git_box .section_desc a {
	color: #7E4724;
	transition: 0.3s ease;
	text-transform: uppercase;
	border-bottom: 1px solid;
	display: inline-block;
	text-decoration: none;
}

.git_box .section_desc a:hover {
	color: #ffffff;
	transition: 0.3s ease;
	text-transform: uppercase;
	border-bottom: 1px solid;
	display: inline-block;
	text-decoration: none;
}

.git_box .section_desc a {
	color: #7E4724;
	transition: 0.3s ease;
	cursor: pointer;
}

.git_form_box {
	max-width: 82%;
	width: 100%;
	margin: 0 auto;
}

.form-group {
	position: relative;
	margin-bottom: 2.5em;
	margin-bottom: 3.5em;
}

.form-control {
	color: #e0e0e0;
	background: transparent;
	border: none;
	font-size: 1.125em;
	font-family: Roboto;
	letter-spacing: 0.2px;
	padding: 1.389em 1.111em;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	transition: 0.3s ease;
}

.form-control:focus,
.form-control:valid,
.form-control:visited {
	color: #7E4724;
	background: #262626;
	transition: 0.3s ease;
	box-shadow: none;
	outline: none;
}

.form-group label {
	position: absolute;
	pointer-events: none;
	left: 0;
	/* top: 10px; */
	top: 50%;
	width: 100%;
	display: block;
	transform: translateY(-50%);
	padding: 1.389em 1.111em;
	font-size: 1.125em;
	font-family: Roboto;
	letter-spacing: 0.2px;
	color: #e0e0e0;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	transition: 0.3s ease;
}

.form-control:focus ~ label,
.form-control:valid ~ label,
.form-control:visited ~ label {
	/* top: -15px; */
	top: -0.938em;
	font-size: 0.778em;
	transition: 0.3s ease;
	padding: 0.389em 1.111em;
}

.git_submit {
	margin-top: 1.111em;
}

.juoi_box {
	/* padding-top: 8.938em; */
}

.juoi_slider img {
	max-width: 100%;
	height: auto;
}

.error {
	position: absolute;
	bottom: -1.875em;
	color: red;
	font-size: 1.1em;
	margin-top: 3.125em;
}

.ajaxsuccess {
	text-align: center;
	font-size: 1.25em;
	font-family: Roboto;
	line-height: 1.5em;
	letter-spacing: 0.2px;
	color: #ffffff !important;
	max-width: 75.5%;
	width: 100%;
	margin: 0 auto;
	margin-top: 2em;
}

/*===============================
    Home Page CSS Ends Here    
================================*/

/*===============================
    Responsive CSS Starts Here    
================================*/

/* vijay css start */
@media (max-width: 1600px) {
	/* .homepage_effect_video_box {
		text-align: center;
	}
  .homepage_effect_video_box img{
    max-width: 88%;
  } */
	.homepage_effect_title {
		margin-top: 1.9em;
	}
}
/* vijay css end */
@media (max-width: 1520px) {
	/*===================================
      Header/Footer CSS Starts Here    
  ===================================*/
	header .navbar-nav {
		max-width: 34.575em;
	}
	/*===================================
      Header/Footer CSS Ends Here    
  ===================================*/
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	.homepage_effect_video_box video {
		max-width: 62em;
	}
	#section10 {
		/* padding-top: 5.5em; */
	}
	.homepage_effect_video_box:after {
		right: -78px;
	}
	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (max-width: 1440px) {
	/*===================================
      Header/Footer CSS Starts Here    
  ===================================*/
	.footer_sm a {
		margin: 1.143em;
		margin-left: 0;
	}
	/*===================================
      Header/Footer CSS Ends Here    
  ===================================*/
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	.content .inner h1 {
		font-size: 5.25em;
	}
	.homepage_effect_video_box video {
		max-width: 80em;
	}

	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (width: 1440px) {
	.homepage_effect_title {
		margin-top: 1.25em;
	}
}

@media (max-width: 1366px) {
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	#section2 .pp-tableCell,
	#section3 .pp-tableCell {
		vertical-align: middle;
	}
	.pp-tableCell {
		vertical-align: bottom;
	}
	#section2 .my_container .row {
		align-items: flex-end;
	}
	.content .inner h1 {
		font-size: 5.25em;
	}
	.homepage_effect_video_box video {
		max-width: 58em;
	}
	.homepage_effect_video_box:after {
		right: -80px;
	}

	.git_box {
		background-position: center;
	}

	@keyframes line {
		0% {
			height: 0em;
		}
		100% {
			height: 22em;
		}
	}
	.effects_scroll_btn,
	.effects_scroll_btn:hover {
		margin-bottom: 0.25em;
	}

	.homepage_effect_video_box {
		position: relative;
		max-width: 53em;
		width: 100%;
		margin: 0 auto;
	}
	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (max-width: 1280px) {
	/*===================================
      Header/Footer CSS Starts Here    
  ===================================*/
	header .navbar-nav {
		max-width: 34.775em;
	}
	/*===================================
      Header/Footer CSS Ends Here    
  ===================================*/
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	.homepage_effect_video_box video {
		max-width: 68.5em;
	}
	@keyframes line {
		0% {
			height: 0em;
		}
		100% {
			height: 27em;
		}
	}
	#section10 {
		padding-top: 10.5em;
	}
	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (max-width: 1194px) {
	/*============================
      General CSS Starts Here   
  =============================*/
	body {
		background: #000000;
	}
	body .swiper-pagination-bullet {
		padding: 3px;
	}
	/*============================
      General CSS Ends Here    
  ============================*/
	/*===================================
      Header/Footer CSS Starts Here    
  ===================================*/
	header .navbar-brand {
		margin: 0 2em;
		padding: 0;
		padding-left: 0;
		max-width: 5em;
		font-size: 1em;
	}
	header #nav-icon1 {
		width: 1.5em;
		height: 1.25em;
		position: relative;
		/*margin: 1.500em auto;*/
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
		outline: none;
		padding: 0;
		margin: 0 1em;
	}
	header #nav-icon1 span {
		display: block;
		position: absolute;
		height: 0.1em;
		width: 100%;
		background: #7E4724;
		background: rgb(191, 158, 85);
		background: linear-gradient(
			180deg,
			rgba(191, 158, 85, 1) 0%,
			rgba(131, 106, 1, 1) 100%
		);
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	header #nav-icon1 span:nth-child(1) {
		top: 0px;
	}
	header #nav-icon1 span:nth-child(2) {
		top: 9px;
	}
	header #nav-icon1 span:nth-child(3) {
		top: 18px;
	}
	header #nav-icon1.open span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	header #nav-icon1.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}
	header #nav-icon1.open span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	header .navbar-nav {
		max-width: 100%;
	}
	header .navbar-expand-xl .navbar-nav .nav-item {
		text-align: center;
	}
	header .navbar-expand-xl .navbar-nav .nav-link {
		font-size: 1.5em;
		margin: 1em 0;
		display: inline-block;
	}
	footer .col-xl-3 {
		order: 1;
	}
	footer .col-xl-4 {
		order: 2;
	}
	footer .col-xl-2 {
		order: 3;
	}
	.footer_logo {
		display: none;
	}
	.footer_contact_title,
	.footer_links_title {
		font-size: 1.6em;
		font-family: Oswald;
		color: #7E4724;
		letter-spacing: 0.2px;
		position: relative;
		margin-bottom: 0.875em;
		text-transform: uppercase;
		margin-top: 1em;
	}
	.footer_contact_title.active:after,
	.footer_links_title.active:after {
		content: "\2212";
		transition: 0.3s ease;
	}
	.footer_contact_title:after,
	.footer_links_title:after {
		content: "\002B";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		font-size: 1.6em;
		font-family: Roboto;
		transition: 0.3s ease;
	}
	.footer_contact,
	.footer_links {
		display: none;
		/*padding: 0 1em;*/
	}
	.footer_contact_person {
		font-size: 1.4em;
	}
	.footer_contact_mobile_number,
	.footer_contact_email_number {
		font-size: 1.2em;
	}
	.footer_links a {
		font-size: 1.4em;
		margin-bottom: 0.944em;
	}
	.footer_disclaimer {
		font-size: 1.2em;
		line-height: 1.667em;
		text-align: center;
		margin-top: 1.167em;
	}
	.footer_sm {
		text-align: center;
	}
	.footer_sm a {
		margin: 1.25em 1.5em;
		margin-left: 0;
	}
	.footer_copyright {
		font-size: 1em;
		text-align: center;
	}
	.footer_copyright span {
		display: inline-block;
	}
	/*===================================
      Header/Footer CSS Ends Here    
  ===================================*/
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	.content .inner h1 {
		font-size: 3.5em;
		color: #e0e0e0;
		font-family: Oswald;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: normal;
		line-height: 1.222em;
		margin-bottom: 1.778em;
		text-align: center;
	}
	#section2 {
		overflow: hidden;
		margin-top: 7.5em;
		text-align: center;
	}
	#section2 .col-xl-6:first-child {
		order: 2;
	}
	.home_abt_swiper {
		max-width: 95%;
		width: 100%;
		margin-bottom: 2em;
	}
	.home_abt_img {
		padding-left: 0;
	}
	.home_abt_slider:before {
		right: -47px;
		top: -60px;
	}
	.home_abt_swiper .swiper-slide.swiper-slide-active .home_abt_img:before {
		content: none;
	}
	.home_abt_desc {
		font-size: 1.8em;
		line-height: 1.556em;
		padding-bottom: 1.556em;
	}
	.amfw_cta {
		position: relative;
		left: 0;
		top: 0;
		font-size: 1.6em;
		letter-spacing: 0.3px;
		font-family: Oswald;
		text-decoration: none;
		background: transparent;
		color: #ffffff;
		display: inline-block;
		padding: 0.938em 6.25em;
		transition: 0.3s ease;
		text-transform: uppercase;
		border: 1px solid #7E4724;
		/*margin: 1em 0;*/
	}
	#section3 .homepage_effect_title {
		font-size: 3em;
		padding: 1.667em 0 0.667em;
		max-width: 100%;
	}
	.section_title {
		font-size: 3em;
		text-align: center;
	}
	.section_desc {
		text-align: center;
		font-size: 1.4em;
		font-family: Roboto;
		line-height: 1.5em;
		letter-spacing: 0.2px;
		color: #e0e0e0;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		margin-top: 0;
	}
	.section3_desc:after {
		content: none;
	}
	.homepage_effect_title {
		font-size: 2.4em;
		font-family: Oswald;
		line-height: 35px;
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding: 1em 0;
		text-align: center;
	}
	.effects_scroll_btn {
		display: none;
	}
	.effects_swiper {
		padding-bottom: 4em;
	}
	.homepage_effects_box {
		text-align: center;
	}
	.homepage_effect_video_box:before {
		position: absolute;
		top: 0;
		right: 1.125em;
	}
	.home .section:nth-child(4) .homepage_effect_video_box:before {
		content: "01";
	}
	.home .section:nth-child(5) .homepage_effect_video_box:before {
		content: "02";
	}
	.home .section:nth-child(6) .homepage_effect_video_box:before {
		content: "03";
	}
	.home .section:nth-child(7) .homepage_effect_video_box:before {
		content: "04";
	}
	.home .section:nth-child(8) .homepage_effect_video_box:before {
		content: "05";
	}
	.homepage_effect_video_box:after {
		content: "";
		position: absolute;
		top: 45px;
		right: 36px;
		display: inline-block;
		background: #7E4724;
		width: 1px;
		height: 12.5em;
		height: 0;
		z-index: 1;
	}
	.visible_section .homepage_effect_video_box:after {
		-webkit-animation: 1.5s ease 0.5s forwards;
		-moz-animation: 1.5s ease 0.5s forwards;
		animation: line 1.5s ease 0.5s forwards;
	}
	@keyframes line {
		0% {
			height: 0em;
		}
		100% {
			height: 31.5em;
		}
	}
	.visible_section .homepage_effect_title {
		transition: all 3s cubic-bezier(0, 0, 0.23, 0.2);
		background-position: 0%;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #7E4724;
	}
	.homepage_effects_box .amfw_cta {
		margin: 1.5em 0 1em;
	}
	#section9 {
		padding-top: 6.5em;
	}
	.static_vertical_lines {
		display: none;
	}
	.soobd_box .section_title {
		line-height: 1.5em;
	}
	.best_display_swiper .swiper-slide-active .best_display_name a {
		font-size: 2em;
		font-family: Roboto;
		text-transform: uppercase;
		color: #e0e0e0;
		display: inline-block;
		margin-top: 0.75em;
	}
	.ocd_box {
		padding: 6.5em 0;
		text-align: center;
	}
	.ocd_box .section_desc {
		text-align: center;
	}
	.ocd_detail_box {
		margin-top: 0;
	}
	.ocd_detail_swiper .swiper-slide .ocd_img_box img {
		filter: gray;
		-webkit-filter: grayscale(1);
		transition: 0.3s ease;
	}
	.ocd_detail_swiper .swiper-slide-active .ocd_img_box img {
		filter: gray;
		-webkit-filter: grayscale(0);
		transition: 0.3s ease;
	}
	/*.ocd_detail_swiper .swiper-slide-active .ocd_img_box:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        display: block;
        opacity: 0.8;
        transition: 0.5s ease;
        opacity: 0; 
      }*/
	.ocd_detail_swiper {
		margin-bottom: 3em;
	}
	.wgf_slider {
		padding-left: 2em;
	}
	.wgf_slide {
		max-width: 100%;
	}
	.wgf_slide:hover {
		margin-top: 0;
	}
	.wgf_swiper .swiper-slide .wgf_slide {
		background: #7E4724;
	}
	.wgf_swiper .swiper-slide-active .wgf_slide {
		text-decoration: none;
		background: #7E4724;
		margin-top: 0em;
		transition: 0.3s ease;
	}
	.wgf_swiper .swiper-slide .wgf_slide .wgf_desc b {
		color: #ffffff;
		transition: 0.3s ease;
	}
	.wgf_swiper .swiper-slide-active .wgf_slide .wgf_desc b {
		color: #ffffff;
		transition: 0.3s ease;
	}
	.wft_a {
		text-align: center;
	}
	.git_box {
		padding: 8.25em 0;
		background: url(../images/images-getintouch_mob.jpg);
		background-size: cover;
	}
	.wgf_name {
		font-size: 1.8em;
	}
	.wgt_date_box {
		font-size: 1.4em;
	}
	.wft_a a {
		margin-top: 1.5em;
	}
	.git_form_box {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.form-group label,
	.form-control {
		font-size: 1.6em;
		padding: 0.938em 0.688em;
		line-height: 1;
	}
	.form-control:focus ~ label,
	.form-control:valid ~ label,
	.form-control:visited ~ label {
		top: -10px;
		font-size: 1.2em;
		transition: 0.3s ease;
		padding: 0.389em 1.111em;
	}
	.juoi_box {
		padding-top: 1.2em;
	}
	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (max-width: 834px) {
	/*============================
      General CSS Starts Here   
  =============================*/
	body {
		background: #000000;
	}
	body .swiper-pagination-bullet {
		padding: 3px;
	}
	/*============================
      General CSS Ends Here    
  ============================*/
	/*===================================
      Header/Footer CSS Starts Here    
  ===================================*/
	header .navbar-brand {
		margin: 0 2em;
		padding: 0;
		padding-left: 0;
		max-width: 5em;
		font-size: 1em;
	}
	header #nav-icon1 {
		width: 1.5em;
		height: 1.25em;
		position: relative;
		/*margin: 1.500em auto;*/
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
		outline: none;
		padding: 0;
		margin: 0 1em;
	}
	header #nav-icon1 span {
		display: block;
		position: absolute;
		height: 0.1em;
		width: 100%;
		background: #7E4724;
		background: rgb(191, 158, 85);
		background: linear-gradient(
			180deg,
			rgba(191, 158, 85, 1) 0%,
			rgba(131, 106, 1, 1) 100%
		);
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	header #nav-icon1 span:nth-child(1) {
		top: 0px;
	}
	header #nav-icon1 span:nth-child(2) {
		top: 9px;
	}
	header #nav-icon1 span:nth-child(3) {
		top: 18px;
	}
	header #nav-icon1.open span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	header #nav-icon1.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}
	header #nav-icon1.open span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	header .navbar-nav {
		max-width: 100%;
	}
	header .navbar-expand-xl .navbar-nav .nav-item {
		text-align: center;
	}
	header .navbar-expand-xl .navbar-nav .nav-link {
		font-size: 1.5em;
		margin: 1em 0;
		display: inline-block;
	}
	footer .col-xl-3 {
		order: 1;
	}
	footer .col-xl-4 {
		order: 2;
	}
	footer .col-xl-2 {
		order: 3;
	}
	.footer_logo {
		display: none;
	}
	.footer_contact_title,
	.footer_links_title {
		font-size: 1.6em;
		font-family: Oswald;
		color: #7E4724;
		letter-spacing: 0.2px;
		position: relative;
		margin-bottom: 0.875em;
		text-transform: uppercase;
	}
	.footer_contact_title.active:after,
	.footer_links_title.active:after {
		content: "\2212";
		transition: 0.3s ease;
	}
	.footer_contact_title:after,
	.footer_links_title:after {
		content: "\002B";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		font-size: 1.6em;
		font-family: Roboto;
		transition: 0.3s ease;
	}
	.footer_contact,
	.footer_links {
		display: none;
		/*padding: 0 1em;*/
	}
	.footer_contact_person {
		font-size: 1.4em;
	}
	.footer_contact_mobile_number,
	.footer_contact_email_number {
		font-size: 1.2em;
	}
	.footer_links a {
		font-size: 1.4em;
		margin-bottom: 0.944em;
	}
	.footer_links li:last-child a {
		margin-bottom: 0.944em;
	}
	.footer_disclaimer {
		font-size: 1.2em;
		line-height: 1.667em;
		text-align: center;
		margin-top: 1.167em;
	}
	.footer_sm {
		text-align: center;
	}
	.footer_sm a {
		margin: 1.25em 1.5em;
		margin-left: 0;
	}
	.footer_copyright {
		font-size: 1em;
		text-align: center;
	}
	.footer_copyright span {
		display: inline-block;
	}
	/*===================================
      Header/Footer CSS Ends Here    
  ===================================*/
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	.content .inner h1 {
		font-size: 3.5em;
		color: #e0e0e0;
		font-family: Oswald;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: normal;
		line-height: 1.222em;
		margin-bottom: 1.778em;
		text-align: center;
	}
	#section2 {
		overflow: hidden;
		margin-top: 7.5em;
		text-align: center;
	}
	#section2 .col-xl-6:first-child {
		order: 2;
	}
	.home_abt_swiper {
		max-width: 95%;
		width: 100%;
		margin-bottom: 2em;
	}
	.home_abt_img {
		padding-left: 0;
	}
	.home_abt_slider:before {
		right: -47px;
		top: -67px;
	}
	.home_abt_swiper .swiper-slide.swiper-slide-active .home_abt_img:before {
		content: none;
	}
	.home_abt_desc {
		font-size: 1.8em;
		line-height: 1.556em;
		padding-bottom: 1.556em;
	}
	.amfw_cta {
		position: relative;
		left: 0;
		top: 0;
		font-size: 1.6em;
		letter-spacing: 0.3px;
		font-family: Oswald;
		text-decoration: none;
		background: black;
		color: #ffffff;
		display: inline-block;
		padding: 0.938em 6.25em;
		transition: 0.3s ease;
		text-transform: uppercase;
		border: 1px solid #7E4724;
		/*margin: 1em 0;*/
	}
	#section3 .homepage_effect_title {
		font-size: 3em;
		padding: 1.667em 0 0.667em;
		max-width: 100%;
	}
	.section_title {
		font-size: 3em;
		text-align: center;
	}
	.section_desc {
		text-align: center;
		font-size: 1.4em;
		font-family: Roboto;
		line-height: 1.5em;
		letter-spacing: 0.2px;
		color: #e0e0e0;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		margin-top: 0;
	}
	.section3_desc:after {
		content: none;
	}
	.homepage_effect_title {
		font-size: 2.4em;
		font-family: Oswald;
		line-height: 35px;
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding: 1em 0;
		text-align: center;
	}
	.effects_scroll_btn {
		display: none;
	}
	.effects_swiper {
		padding-bottom: 4em;
	}
	.homepage_effects_box {
		text-align: center;
	}
	.homepage_effect_video_box:before {
		position: absolute;
		top: 0;
		right: 1.125em;
	}
	.home .section:nth-child(4) .homepage_effect_video_box:before {
		content: "01";
	}
	.home .section:nth-child(5) .homepage_effect_video_box:before {
		content: "02";
	}
	.home .section:nth-child(6) .homepage_effect_video_box:before {
		content: "03";
	}
	.home .section:nth-child(7) .homepage_effect_video_box:before {
		content: "04";
	}
	.home .section:nth-child(8) .homepage_effect_video_box:before {
		content: "05";
	}
	.homepage_effect_video_box:after {
		content: "";
		position: absolute;
		top: 45px;
		right: 41px;
		display: inline-block;
		background: #7E4724;
		width: 1px;
		height: 12.5em;
		height: 0;
		z-index: 1;
	}
	.visible_section .homepage_effect_video_box:after {
		-webkit-animation: 1.5s ease 0.5s forwards;
		-moz-animation: 1.5s ease 0.5s forwards;
		animation: line 1.5s ease 0.5s forwards;
	}
	@keyframes line {
		0% {
			height: 0em;
		}
		100% {
			height: 27.5em;
		}
	}
	.visible_section .homepage_effect_title {
		transition: all 3s cubic-bezier(0, 0, 0.23, 0.2);
		background-position: 0%;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #7E4724;
	}
	.homepage_effects_box .amfw_cta {
		margin: 1.5em 0 1em;
	}
	#section9 {
		padding-top: 6.5em;
		padding-top: 0;
	}
	.static_vertical_lines {
		display: none;
	}
	.soobd_box .section_title {
		line-height: 1.5em;
	}
	.best_display_swiper .swiper-slide-active .best_display_name a {
		font-size: 2em;
		font-family: Roboto;
		text-transform: uppercase;
		color: #e0e0e0;
		display: inline-block;
		margin-top: 0.75em;
	}
	.ocd_box {
		padding: 6.5em 0;
		text-align: center;
	}
	.ocd_box .section_desc {
		text-align: center;
	}
	.ocd_detail_box {
		margin-top: 0;
	}
	.ocd_detail_swiper .swiper-slide .ocd_img_box img {
		filter: gray;
		-webkit-filter: grayscale(1);
		transition: 0.3s ease;
	}
	.ocd_detail_swiper .swiper-slide-active .ocd_img_box img {
		filter: gray;
		-webkit-filter: grayscale(0);
		transition: 0.3s ease;
	}
	/*.ocd_detail_swiper .swiper-slide-active .ocd_img_box:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        display: block;
        opacity: 0.8;
        transition: 0.5s ease;
        opacity: 0; 
      }*/
	.ocd_detail_swiper {
		margin-bottom: 3em;
	}
	.wgf_slider {
		padding-left: 2em;
	}
	.wgf_slide {
		max-width: 100%;
	}
	.wgf_slide:hover {
		margin-top: 0;
	}
	.wgf_swiper .swiper-slide .wgf_slide {
		background: #7E4724;
	}
	.wgf_swiper .swiper-slide-active .wgf_slide {
		text-decoration: none;
		background: #7E4724;
		margin-top: 0em;
		transition: 0.3s ease;
	}
	.wgf_swiper .swiper-slide .wgf_slide .wgf_desc b {
		color: #ffffff;
		transition: 0.3s ease;
	}
	.wgf_swiper .swiper-slide-active .wgf_slide .wgf_desc b {
		color: #ffffff;
		transition: 0.3s ease;
	}
	.wft_a {
		text-align: center;
	}
	.git_box {
		padding: 8.25em 0;
		background: url(../images/images-getintouch_mob.jpg);
		background-size: cover;
	}
	.wgf_name {
		font-size: 1.8em;
	}
	.wgt_date_box {
		font-size: 1.4em;
	}
	.wft_a a {
		margin-top: 1.5em;
	}
	.git_form_box {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.form-group label,
	.form-control {
		font-size: 1.6em;
		padding: 0.938em 0.688em;
		line-height: 1;
	}
	.form-control:focus ~ label,
	.form-control:valid ~ label,
	.form-control:visited ~ label {
		top: -10px;
		font-size: 1.2em;
		transition: 0.3s ease;
		padding: 0.389em 1.111em;
	}
	.juoi_box {
		padding-top: 1.2em;
	}
	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (max-width: 767px) {
	/*===============================
      Home Page CSS Starts Here    
  ================================*/
	.content .inner h1 {
		font-size: 3.5em;
		font-size: 3.25em;
		color: #e0e0e0;
		padding: 0 15px;
		font-family: Oswald;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: normal;
		line-height: 1.222em;
		margin-bottom: 0;
		text-align: center;
		display: none;
	}

	.content1 .inner h1 {
		font-size: 3.5em;
		font-size: 3.25em;
		color: #e0e0e0;
		padding: 0 15px;
		font-family: Oswald;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: normal;
		line-height: 1.222em;
		margin-bottom: 0;
		margin-top: 1em;
		text-align: center;
	}
	.home_abt_slider:before {
		content: url(../fonts/images-since1937_mob.svg);
		top: -26.5px;
		right: -15.5px;
	}
	.homepage_effect_video_box:after {
		content: "";
		position: absolute;
		top: 45px;
		right: 37px;
	}
	@keyframes line {
		0% {
			height: 0em;
		}
		100% {
			height: 12.5em;
		}
	}

	.error {
		bottom: -1.5em;
		color: red;
		font-size: 1.5em;
		margin-top: 3.125em;
	}

	.content {
		min-height: 500px;
	}

	#section10 {
		padding-top: 3em;
	}

	.ajaxsuccess {
		font-size: 1.2em;
		color: #ffffff !important;
		max-width: 100%;
	}
	/*===============================
      Home Page CSS Ends Here    
  ================================*/
}

@media (max-width: 834px) {
	#pagepiling .content1 {
		display: none;
	}
}

@media (max-width: 767px) {
	#pagepiling .content1 {
		display: block;
	}
}
/*===============================
    Responsive CSS Ends Here    
================================*/
