@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('global.css');
@import url('header.css');
@import url('footer.css');
@import url('owl.css');
@import url('animate.css');
@import url('preloader.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('flaticon_afbd3404a2e1104832d0.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Main Slider Section
====================================================================

***/

.slider-one {
	position: relative;
}

.slider-one .auto-container {
	position: relative;
}

.slider-one-arrow {
	position: absolute;
	left: 20px;
	bottom: 110px;
	right: 0px;
	max-width: 1320px;
	margin: 0 auto;
	z-index: 1;
}

.slider-one .main-slider-prev {
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin-right: 15px;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.slider-one .main-slider-prev:hover {}

.slider-one .main-slider-prev.swiper-button-disabled {}

.slider-one .main-slider-next.swiper-button-disabled {}

.slider-one .main-slider-next:hover {}

.slider-one .main-slider-next {
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-slider_pagination {
	position: absolute;
	right: -50px;
	bottom: 0px;
}

.main-slider_pagination .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 2px;
	opacity: 1;
	display: block;
	margin: 15px 0px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: var(--white-color);
}

.main-slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	background-color: #ffb700;
}

.slider-one .swiper-slide {
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding: 280px 0px 0px;
}

.slider-one_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 70px;
	z-index: 1;
	opacity: 0;
	background-size: cover;
	background-position: center center;

	clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);

	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.slider-one_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.90;
	background-color: var(--black-color);
}

.slider-one .swiper-slide-active .slider-one_image-layer {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slider-one .upper-box {
	position: relative;
	z-index: 1;
}

.slider-one .lower-box {
	position: relative;
	z-index: 1;
	margin-top: 60px;
}

.slider-one_heading {
	font-weight: 400;
	color: var(--white-color);
	text-transform: capitalize;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_heading {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_text {
	position: relative;
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
	padding-top: 70px;
	color: var(--white-color);

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_text {

	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

}

.slider-one_button {
	position: relative;
	margin-top: 30px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_button {

	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

}

.slider-one_button .discover-btn {
	position: relative;
	font-size: 16px;
	padding-left: 25px;
	color: var(--white-color);
}

.slider-one_button .discover-btn:hover {
	color: #ffb700;
}

.slider-one_button .discover-btn:hover::before {
	background-color: #ffb700;
}

.slider-one_button .discover-btn::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #ffb700;
}

.slider-one .slider-one_button {
	display: inline-block;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.slider-one .swiper-slide-active .slider-one_button {
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.slider-one_image {
	position: relative;
	opacity: 0;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0 48%, 100% 48%, 100% 50%, 0 50%);
}

.slider-one_image img {
	position: relative;
	width: 100%;
	display: block;
}

.slider-one .swiper-slide-active .slider-one_image {
	opacity: 1;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

/*** 

====================================================================
	Welcome One
====================================================================

***/

.welcome-one {
	position: relative;
	padding: 110px 0px 70px;
}

.welcome-one_circle {
	position: absolute;
	right: -20px;
	top: -500px;
	width: 865px;
	height: 865px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.welcome-one_subtitle {
	font-weight: 700;
	margin-bottom: 20px;
	padding-right: 50px;
	display: inline-block;
	text-transform: uppercase;
}

.welcome-one_subtitle::before {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 10px;
	width: 40px;
	height: 1px;
	background-color: var(--black-color);
}

.welcome-one .middle-box {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.welcome-one_counter {
	position: relative;
	padding-top: 20px;
}

.welcome-one_counter-count {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--black-color);
}

.welcome-one_counter-count span {
	position: relative;
	font-size: 60px;
	font-weight: 700;
}

.welcome-one_options {
	position: relative;
	gap: 30px;
}

.welcome-one_phone {
	position: relative;
	display: flex;
	gap: 15px;
	margin-top: -6px;
	font-size: 16px;
	align-items: center;
}

.welcome-one_phone span {
	position: relative;
	width: 66px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: var(--white-color);
	background-color: var(--black-color);
}

.welcome-one_phone a {
	position: relative;
	color: var(--black-color);
}

.welcome-one .blocks_outer {
	position: relative;
}

/* Welcome Block One */

.welcome-block_one {
	position: relative;
	margin-bottom: 30px;
}

.welcome-block_one:last-child .welcome-block_one-inner {
	border: none;
	padding-bottom: 0px;
}

.welcome-block_one-inner {
	position: relative;
	padding-left: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.welcome-block_one-icon::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 75px;
	height: 75px;
	z-index: -1;
	border-radius: 150px;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.welcome-block_one-icon {
	position: absolute;
	right: 0px;
	width: 90px;
	line-height: 1em;
	font-size: 60px;
	color: var(--black-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-block_one-inner:hover .welcome-block_one-icon {
	animation: icon-bounce 0.8s ease-out;
	-webkit-animation: icon-bounce 0.8s ease-out;
}

.welcome-block_one-number {
	position: absolute;
	left: 0px;
	top: 5px;
	font-weight: 800;
	font-size: 18px;
	color: #ffb700;
}

.welcome-block_one-heading {
	position: relative;
}

.welcome-block_one-heading a {
	position: relative;
	color: var(--black-color);
}

.welcome-block_one-heading a:hover {
	color: #ffb700;
}

.welcome-block_one-text {
	position: relative;
	margin-top: 5px;
	font-size: 16px;
	line-height: 28px;
	max-width: 400px;
	color: var(--color-two);
}

/*** 

====================================================================
	Marketing One
====================================================================

***/

.marketing-one {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.marketing-one.style-two {
	border: none;
}

.marketing-one .animation_mode {
	position: relative;
	min-height: 115px;
}

.marketing-one h1 {
	font-size: 96px;
	line-height: 1em;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
	color: var(--color-four);
}

.marketing-one h1.light {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(10, 10, 10, 1);
}

.marketing-one .marketing-one_icon {
	position: relative;
	margin: 0px 20px;
	line-height: 1em;
	top: -32px;
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one {
	position: relative;
	padding: 60px 0px 100px;
}

.team-one_button {
	position: relative;
	margin-top: 10px;
}

.team-one .swiper-container {
	padding-top: 35px;
}

.team-one .swiper-slide.swiper-slide-active .team-block_one-image img {
	transform: translateY(-35px);
}

.team-one .swiper-slide.swiper-slide-active .team-block_one-image::before {
	background-color: var(--black-color);
	border-color: var(--black-color);
}

.team-one .swiper-slide.swiper-slide-active .team-block_one-socials {
	opacity: 1;
}

.team-block_one {
	position: relative;
	margin-bottom: 30px;
}

.team-block_one-inner {
	position: relative;
}

.team-block_one-image {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}

.team-block_one-image::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 20px;
	bottom: 0px;
	left: 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.team-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-image img {
	transform: translateY(-35px);
}

.team-block_one-socials {
	position: absolute;
	right: 30px;
	bottom: 15px;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-image::before {
	background-color: var(--black-color);
	border-color: var(--black-color);
}

.team-block_one-inner:hover .team-block_one-socials {
	opacity: 1;
}

.team-block_one-socials a {
	position: relative;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	color: var(--white-color);
	border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.team-block_one-socials a:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border: none;
}

.team-block_one-content {
	position: relative;
	padding-top: 25px;
}

.team-block_one-heading {
	position: relative;
	font-weight: 400;
}

.team-block_one-heading a {
	position: relative;
	color: var(--black-color);
}

.team-block_one-heading a:hover {
	color: #ffb700;
}

.team-block_one-designation {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
	padding-left: 25px;
	color: var(--black-color);
}

.team-block_one-designation::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	border: 2px solid #ffb700;
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 80px;
}

.services-one .inner-container {
	position: relative;
}

.services-one_circle-color {
	position: absolute;
	right: -80px;
	top: -60px;
	width: 750px;
	height: 750px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.services-one_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.services-one .sec-title_text {
	max-width: 400px;
}

.services-one_blocks-column {
	position: relative;
	margin-bottom: 30px;
}

.services-one_blocks-outer {
	position: relative;
	padding-top: 30px;
}

.service-block_one {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.service-block_one-inner {
	position: relative;
	padding: 30px 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: var(--white-color);
}

.service-block_one-inner:hover {
	border-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block_one-inner::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #ffb700;
}

.service-block_one-inner:hover::before {
	opacity: 1;
	left: 10px;
	top: 10px;
	right: -10px;
	bottom: -10px;
}

.service-block_one-upper {
	position: relative;
	padding-left: 100px;
	min-height: 100px;
}

.service-block_one-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 20px 20px;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #ffb700;
	font-size: var(--font-40);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-top: 1px solid #ffb700;
	border-left: 1px solid #ffb700;

	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.service-block_one-inner:hover .service-block_one-icon {
	border-top-color: var(--white-color);
	border-left-color: var(--white-color);
	border-right-color: 1px solid #ffb700;
	border-bottom-color: 1px solid #ffb700;
}

.service-block_one-heading {
	position: relative;
	font-weight: 700;
	padding: 20px 0px 20px 20px;
	text-transform: capitalize;
	border-bottom: 1px solid #ffb700;
}

.service-block_one-heading a {
	position: relative;
	color: var(--black-color);
}

.service-block_one-heading a:hover {
	color: #ffb700;
}

.service-block_one-text {
	position: relative;
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
	color: var(--color-two);
}

/* Video One Play */

.services-one_play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 130px;
	height: 130px;
	text-align: center;
	border-radius: 50%;
	line-height: 130px;
	transform: translateX(-50%) translateY(-50%);
}

.services-one_play span {
	position: relative;
	width: 110px;
	height: 110px;
	z-index: 10;
	text-align: center;
	display: block;
	line-height: 110px;
	border-radius: 50%;
	font-size: 24px;
	color: var(--white-color);
	padding-left: var(--padding-left-5);
	background-color: var(--black-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one_play span:hover {
	color: var(--white-color);
	background-color: #ffb700;
}

.services-one_play .ripple,
.services-one_play .ripple:before,
.services-one_play .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.services-one_play .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.services-one_play .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

.services-one_video-column {
	position: relative;
	margin-bottom: 30px;
}

.services-one_video-outer {
	position: relative;
	margin-left: -70px;
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.clients-one {
	position: relative;
	padding: 80px 0px 0px;
}

.clients-one_arrow {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top: -20px;
}

.clients-one_slider_button-prev {
	position: absolute;
	left: 0px;
	z-index: 1;
}

.clients-one_slider_button-next {
	position: absolute;
	right: 0px;
	z-index: 1;
}

.client-image {
	position: relative;
	text-align: center;
}

.client-image img {
	position: relative;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.client-image img:hover {
	opacity: 0.70;
}

/*** 

====================================================================
	Project One
====================================================================

***/

.project-one {
	position: relative;
	padding: 110px 0px 110px;
	background: #edddf6;
}

.project-block_one {
	position: relative;
	margin-bottom: 30px;
}

.project-block_one-inner {
	position: relative;
}

.project-block_one-image {
	position: relative;
	overflow: hidden;
	padding-right: 20px;
	padding-bottom: 20px;
}

.project-block_one-image:after {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.project-block_one-inner:hover .project-block_one-image::after {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.project-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-block_one-image::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 20px;
	bottom: 0px;
	left: 20px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.project-block_one-inner:hover .project-block_one-image::before {
	border-color: #ffb700;
	background-color: #ffb700;
}

.project-block_one-content {
	position: absolute;
	bottom: 30px;
	left: 20px;
	background: #ffb803;
	padding: 10px;
}

.project-block_one-heading {
	position: relative;
	font-weight: 700;
	font-size: 25px;
}

.project-block_one-heading a {
	position: relative;
	color: #fff;
}

.project-block_one-heading a:hover {
	color:#000;
}

.project-block_one-designation {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	padding-left: 25px;
	color: var(--black-color);
}

.project-block_one-designation::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	border: 2px solid #ffb700;
}

.project-one_button {
	position: relative;
	margin-top: 10px;
}

/*** 

====================================================================
	Progress One
====================================================================

***/

.progress-one {
	position: relative;
	padding: 110px 0px 0px;
}

.progress-one_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 150px;
	background-size: cover;
}

.progress-one .sec-title {
	margin-bottom: 50px;
}

.progress-one_content-column {
	position: relative;
	margin-bottom: 40px;
}

.progress-one_content-outer .skills {
	position: relative;
	padding-right: 30px;
}

/* Skills Section */

.skills {
	position: relative;
	margin-top: 40px;
}

.skills .skill-item {
	position: relative;
	margin-bottom: 45px;
	padding-left: 250px;
}

.skills .skill-item:last-child {
	margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 0px;
	border: 1px solid #ffb700;
}

.skills .skill-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
	background-color: #eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	border-radius: 0px;
	border-bottom: 6px solid #ffb700;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
	position: absolute;
	left: 0px;
	top: -6px;
}

.skills .skill-item .skill-header .skill-title {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	color: var(--white-color);
	text-transform: capitalize;
}

.skills .count-box {
	position: absolute;
	left: -60px;
	top: -8px;
	z-index: 1;
	text-align: center;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 20px;
	font-weight: 400;
	color: var(--white-color);
}

.progress-one_images-column {
	position: relative;
}

.progress-one_images-outer {
	position: relative;
	padding-top: 140px;
}

.progress-one_image {
	position: relative;
}

.progress-one_image img {
	position: relative;
	width: 100%;
	display: block;
}

.progress-one_image:nth-child(2) {
	position: relative;
	margin-top: 60px;
}

/*** 

====================================================================
	News One
====================================================================

***/

.news-one {
	position: relative;
	padding: 100px 0px 100px;
}

.news-block_one {
	position: relative;
	margin-bottom: 30px;
}

.news-block_one-inner {
	position: relative;
	padding-bottom: 30px;
}

.news-block_one-inner::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 70px;
	right: 0px;
	bottom: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.news-block_one-inner:hover:before {
	border-color: #ffb700;
}

.news-block_one-image {
	position: relative;
	margin-left: 130px;
}

.news-block_one-image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block_one-content {
	position: relative;
	padding-left: 30px;
	margin-top: -120px;
}

.news-block_one-date {
	position: relative;
	width: 70px;
	height: 80px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
	color: var(--white-color);
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--black-color);
}

.news-block_one-inner:hover .news-block_one-date {
	background-color: #ffb700;
}

.news-block_one-date span {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
}

.news-block_one-title {
	position: relative;
	font-size: 14px;
	margin-top: 35px;
	font-weight: 600;
	color: var(--color-three);
}

.news-block_one-heading {
	position: relative;
	font-weight: 700;
	margin-top: 10px;
}

.news-block_one-heading a {
	position: relative;
	color: var(--black-color);
}

.news-block_one-heading a:hover {
	color: #ffb700;
}

.news-block_one-more {
	position: relative;
	font-size: 16px;
	padding-left: 25px;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	color: var(--black-color);
}

.news-block_one-more:hover {
	color: #ffb700;
}

.news-block_one-more:hover::before {
	background-color: #ffb700;
}

.news-block_one-more::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #ffb700;
}

.news-one_button {
	position: relative;
	margin-top: 10px;
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one {
	position: relative;
	text-align: center;
	padding: 100px 0px 100px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cta-one.style-two {
	border: none;
}

.cta-one_pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.20;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.cta-one_heading {
	position: relative;
	font-weight: 400;
	line-height: 1em;
	font-size: 110px;
	color: var(--black-color);
}

.cta-one_text {
	position: relative;
	font-size: 16px;
	margin-top: 25px;
	color: var(--black-color);
}

.cta-one_button {
	position: relative;
	margin-top: 40px;
}

.cta-one_community {
	position: relative;
	width: 210px;
	height: 210px;
	font-size: 18px;
	font-weight: 800;
	margin: 0 auto;
	text-align: center;
	border-radius: 250px;
	line-height: 30px;
	overflow: hidden;
	padding: 70px 15px;
	display: block;
	color: var(--black-color);
	text-transform: capitalize;
	border: 1px solid var(--black-color);
}

.cta-one_community:hover {
	color: #ffffff;
	border-color: #ffb700;
}

.cta-one_community:hover .content {
	color: #ffffff;
}

.cta-one_community:hover span {
	width: 500px;
	height: 500px;
}

.cta-one_community span {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 100%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	background-color: #ffb700;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*** 

====================================================================
	Slider Two Section
====================================================================

***/

.slider-two {
	position: relative;
}

.slider-two .auto-container {
	position: relative;
}

.slider-two_circle {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.80;
	width: 990px;
	height: 990px;
	border-radius: 50%;
	background: #FFE6AF;
	transform: translateX(-50%) translateY(-50%);
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.slider-two_content {
	position: relative;
	z-index: 1;
	padding: 270px 30px 270px;
}

.slider-two-arrow {
	position: absolute;
	left: 20px;
	bottom: 70px;
	right: 0px;
	max-width: 1320px;
	margin: 0 auto;
	z-index: 1;
}

.slider-two .slider-two_prev {
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin-right: 15px;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.slider-two .slider-two_prev:hover {}

.slider-two .slider-two_prev.swiper-button-disabled {}

.slider-two .slider-two_next.swiper-button-disabled {}

.slider-two .slider-two_next:hover {}

.slider-two .slider-two_next {
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.slider-two_pagination {
	position: absolute;
	right: -50px;
	bottom: 0px;
}

.slider-two_pagination .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 2px;
	opacity: 1;
	display: block;
	margin: 15px 0px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: var(--white-color);
}

.slider-two_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	background-color: #ffb700;
}

.slider-two .swiper-slide {
	position: relative;
	overflow: hidden;
}

.slider-two_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	background-size: cover;
	background-position: center center;

	clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);

	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.slider-two_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.60;
	background-color: var(--black-color);
}

.slider-two .swiper-slide-active .slider-two_image-layer {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slider-two_heading {
	font-weight: 400;
	color: var(--black-color);
	text-transform: capitalize;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_heading {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_text {
	position: relative;
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;
	color: var(--black-color);

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_text {

	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

}

.slider-two_button {
	position: relative;
	margin-top: 40px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_button {

	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

}

.slider-two .slider-two_button {
	display: inline-block;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.slider-two .swiper-slide-active .slider-two_button {
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.slider-two_image {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 270px;
	height: 270px;
	opacity: 0;
	overflow: hidden;
	border-radius: 50%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0 48%, 100% 48%, 100% 50%, 0 50%);
}

.slider-two_image img {
	position: relative;
	width: 100%;
	display: block;
}

.slider-two .swiper-slide-active .slider-two_image {
	opacity: 1;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.slider-two_image-two {
	position: absolute;
	right: 60px;
	bottom: 60px;
	width: 270px;
	height: 270px;
	opacity: 0;
	overflow: hidden;
	border-radius: 50%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0 48%, 100% 48%, 100% 50%, 0 50%);
}

.slider-two_image-two img {
	position: relative;
	width: 100%;
	display: block;
}

.slider-two .swiper-slide-active .slider-two_image-two {
	opacity: 1;
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/*** 

====================================================================
	Welcome Two
====================================================================

***/

.welcome-two {
	position: relative;
	padding: 90px 0px 70px;
}

.welcome-two_content-column {
	position: relative;
	margin-bottom: 30px;
}

.welcome-two_content-column {
	position: relative;
}

.welcome-two_list {
	position: relative;
	margin-top: 30px;
}

.welcome-two_list li {
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--color-two);
}

.welcome-two_list li::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #ffb700;
}

.welcome-two_list li:last-child {
	margin-bottom: 0px;
}

.welcome-two_author {
	position: relative;
	font-weight: 700;
	font-size: 27px;
	margin-top: 45px;
	color: var(--black-color);
}

.welcome-two_author span {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
}

.welcome-two_signature {
	position: relative;
	margin-top: 15px;
}

.welcome-two_image-column {
	position: relative;
	margin-bottom: 30px;
}

.welcome-two_image-outer {
	position: relative;
}

.welcome-two_image {
	position: relative;
}

.welcome-two_image img {
	position: relative;
	width: 100%;
	display: block;
}

.welcome-two_experiance {
	position: absolute;
	left: -150px;
	bottom: 0px;
	text-align: center;
}

.welcome-two_experiance::before {
	position: absolute;
	content: '';
	left: 8px;
	top: 8px;
	right: 8px;
	bottom: 8px;
	background-color: var(--white-color);
}

.welcome-two_experiance-count {
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	z-index: 1;
	line-height: 1em;
	font-size: 134px;
	font-weight: 400;

}

.welcome-two_experiance-count .count-box {
	position: relative;
	background: url(../images/resource/welcome-4.jpg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.welcome-two_experiance-count sub {
	position: relative;
	margin-left: 10px;
	line-height: 1em;
	font-weight: 400;
	bottom: -10px;
	background: url(../images/resource/welcome-4.jpg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.welcome-two_experiance i {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	margin-left: 60px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--black-color);
}

/*** 

====================================================================
	Services Two
====================================================================

***/

.services-two {
	position: relative;
	padding: 50px 0px 100px;
}

.services-two_color-layer {
	position: absolute;
	left: -220px;
	top: 60px;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #edddf6 0%, #cfcad1 100%);
}

.service-block_two {
	position: relative;
	margin-bottom: 30px;
}

.service-block_two-inner {
	position: relative;
	padding: 45px 50px 0px;
}

.service-block_two-inner::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 45px;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.service-block_two-heading {
	position: relative;
	font-weight: 600;
	text-transform: capitalize;
}

.service-block_two-heading a {
	position: relative;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_two-inner:hover .service-block_two-list li,
.service-block_two-inner:hover .service-block_two-text,
.service-block_two-inner:hover .service-block_two-heading a {
	color: var(--white-color);
}

.service-block_two-heading a:hover {
	color: #ffb700;
}

.service-block_two-text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	color: var(--color-two);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_two-list {
	position: relative;
	margin-top: 20px;
}

.service-block_two-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	color: var(--color-two);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_two-list li::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #ffb700;
}

.service-block_two-icon {
	position: relative;
	width: 140px;
	height: 160px;
	margin-top: 40px;
	padding: 40px 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.service-block_two-icon img {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_two-inner:hover .service-block_two-icon img {
	filter: invert(100%);
}

.service-block_two-inner:hover .service-block_two-icon {
	animation: icon-bounce 0.8s ease-out;
	-webkit-animation: icon-bounce 0.8s ease-out;
	border-color: #ffb700;
	background-color: #ffb700;
}

.service-block_two_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 45px;
	opacity: 0;
	transform: scale(0.2, 1);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block_two_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	background-color: var(--color-four);
}

.service-block_two-inner:hover .service-block_two_image-layer {
	opacity: 1;
	transform: scale(1, 1);
}

.services-two_arrow {
	position: relative;
	text-align: center;
	margin-top: 25px;
}

.services-two_arrow .services-two_slider-prev,
.services-two_arrow .services-two_slider-next {
	position: relative;
	margin: 0px 10px;
	display: inline-block;
}

/*** 

====================================================================
	Project Two
====================================================================

***/

.project-two {
	position: relative;
	padding: 100px 0px 60px;
}

.project-two_vector-layer {
	position: absolute;
	right: 450px;
	top: 0px;
	bottom: -60px;
	width: 100%;
}

.project-two_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-attachment: fixed;
	background-size: cover;
}

.project-two_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: .70;
	background-color: rgb(0 0 0);
}

.project-two .inner-container {
	position: relative;
	padding-top: 55px;
}

.project-block_two {
	position: relative;
}

.project-block_two-content-column {
	position: relative;
}

.project-block_two-content-outer {
	position: relative;
	padding-top: 30px;
}

.project-block_two-heading {
	position: relative;
	color: var(--white-color);
}

.project-block_two-heading span {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
}

.project-block_two-text {
	position: relative;
	font-size: 16px;
	padding-top: 25px;
	margin-top: 20px;
	line-height: 26px;
	color: var(--white-color);
	border-top: 1px solid var(--white-color);
}

.project-block_two-author {
	position: relative;
	padding-left: 75px;
	margin-top: 30px;
	color: #ffffff;
	font-size: 16px;
	padding-top: 5px;
}

.project-block_two-author_image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50px;
	display: inline-block;
}

.project-block_two-author strong {
	position: relative;
	display: block;
	font-weight: 700;
	margin-top: 5px;
}

.project-block_two-image-column {
	position: relative;
}

.project-block_two-image-outer {
	position: relative;
}

.project-block_two-image {
	position: relative;
}

.project-block_two-image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-two_arrows {
	position: relative;
	margin-top: -60px;
	z-index: 1;
}

.project-two_arrows .project-two_slider-prev,
.project-two_arrows .project-two_slider-next {
	position: relative;
	margin-right: 10px;
	display: inline-block;
}

/*** 

====================================================================
	Steps One
====================================================================

***/

.steps-one {
	position: relative;
	padding: 110px 0px 80px;
}

.steps-one .sec-title {
	margin-bottom: 90px;
}

.step-block_two {
	position: relative;
	margin-bottom: 60px;
}

.step-block_two-inner {
	position: relative;
}

.step-block_two-number {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	color: #ffb700;
}

.step-block_two-icon {
	position: absolute;
	right: -50px;
	top: 0px;
	z-index: 1;
	width: 120px;
	height: 120px;
	padding: 30px 30px;
	text-align: center;
	border-radius: 150px;
	background: #FFE6AF;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background: linear-gradient(to right, #ffb700 0%, #f6b40d 100%);
}

.step-block_two-inner:hover .step-block_two-icon {
	transform: rotateY(180deg);
}

.step-block_two-heading {
	position: relative;
	color: rgb(255 255 255);
}

.step-block_two-text {
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	line-height: 26px;
	max-width: 275px;
	color: rgb(255 255 255);
}

.step-block_two.style-two .step-block_two-inner {
	padding-left: 110px;
}

.step-block_two.style-two .step-block_two-icon {
	right: auto;
	left: -50px;
}

.step-block_two-image {
	position: relative;
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -50px;
	border-radius: 50%;
	display: inline-block;

	-webkit-animation: border-transform 10s linear infinite alternate forwards;
	animation: border-transform 10s linear infinite alternate forwards;
}

.step-block_two-image_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--white-color);
	transform: translateX(-50%) translateY(-50%);
}

/*** 

====================================================================
	Default One
====================================================================

***/

.default-one {
	position: relative;
	padding: 0px 0px 80px;
}

.default-one .client-column {
	position: relative;
	margin-bottom: 30px;
}

.default-one .client-image {
	position: relative;
	margin-bottom: 15px;
	text-align: center;
}

.default-one .counter-column {
	position: relative;
	margin-bottom: 30px;
}

.default-one .counter-column .counter-outer {
	position: relative;
	padding: 50px 30px;
	background-size: cover;
}

.default-one .counter-column .counter-outer::before {
	position: absolute;
	content: '';
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, .7);
}

.default-one_counter-count {
	position: relative;
	padding: 30px 50px;
	font-size: 70px;
	line-height: 1em;
	color: var(--black-color);
}

.default-one_counter-count sup {
	position: relative;
	font-size: 30px;
	top: -30px;
	margin-left: 5px;
}

.default-one_counter-count i {
	position: relative;
	font-size: 20px;
	display: block;
	line-height: 1em;
}

.default-one .counter-divider {
	position: absolute;
	left: 80px;
	top: 50%;
	right: 80px;
	height: 140px;
	transform: translateY(-50%);
}

.default-one .counter-divider::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 50%;
	right: 0px;
	height: 1px;
	background-color: var(--black-color);
}

.default-one .counter-divider::after {
	position: absolute;
	content: '';
	left: 48%;
	top: 0%;
	bottom: 0px;
	width: 1px;
	background-color: var(--black-color);
}

/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 0px;
}

.testimonial-two_color-layer {
	position: absolute;
	right: -50px;
	top: -100px;
	width: 860px;
	height: 860px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.testimonial-two_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 35px;
	background-size: cover;
}

.testimonial-two .auto-container {
	position: relative;
}

/* Testimonial Nav */

.testimonial-two .testimonial__nav {
	position: absolute;
	right: 15px;
	bottom: -40px;
	z-index: 1;
	max-width: 610px;
	margin: 0 auto;
}

.testimonial-two .testimonial__nav-thumb {
	position: relative;
	cursor: pointer;
	width: 306px;
	height: 407px;
	overflow: hidden;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonial-two .testimonial__nav-thumb.swiper-slide-thumb-active {}

.testimonial-two .testimonial__nav-thumb:hover {}

.testimonial-two .testimonial__nav-thumb img {
	position: relative;
	overflow: hidden;
}

/* Testimonial Block One */

.testimonial-block_one {
	position: relative;
}

.testimonial-block_one-inner {
	position: relative;
	padding: 50px 45px;
	max-width: 630px;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.testimonial-block_one-text {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: var(--color-two);
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.testimonial-block_one-author {
	position: relative;
	font-weight: 700;
	font-size: 24px;
	color: var(--black-color);
}

.testimonial-block_one-author span {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
}

.testimonial-block_one-rating {
	position: relative;
	color: #ffb700;
}

.testimonial__nav-arrow {
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 10;
}

.testimonial__nav-arrow .testimonial__nav-slider-prev,
.testimonial__nav-arrow .testimonial__nav_slider-next {
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.news-block_two {
	position: relative;
	margin-bottom: 30px;
}

.news-block_two-inner {
	position: relative;
}

.news-block_two-image {
	position: relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.news-block_two-image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-block_two-inner:hover .news-block_two-image img {
	opacity: 0.60;
	transform: scale(1.04, 1.04);
}

.news-block_two-arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: var(--white-color);
}

.news-block_two-inner:hover .news-block_two-arrow {
	color: var(--white-color);
	background-color: #ffb700;
}

.news-block_two-content {
	position: relative;
	padding-top: 25px;
}

.news-block_two-title {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-three);
}

.news-block_two-heading {
	position: relative;
	font-weight: 700;
	margin-top: 10px;
}

.news-block_two-heading a {
	position: relative;
	color: var(--black-color);
}

.news-block_two-heading a:hover {
	color: #ffb700;
}

.news-block_two-text {
	position: relative;
	font-weight: 400;
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
	color: var(--color-two);
}

.news-block_two-meta {
	position: relative;
	margin-top: 20px;
	display: flex;
	padding: 15px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.news-block_two-meta li {
	position: relative;
	display: flex;
	gap: 5px;
	color: var(--color-two);
	margin-right: 30px;
}

.news-block_two-meta li .icon {
	position: relative;
	line-height: 1em;
	top: 3px;
}

.news-two_button {
	position: relative;
	margin-top: 20px;
}

/*** 

====================================================================
	CTA Two
====================================================================

***/

.cta-two {
	position: relative;
	padding: 100px 0px 100px;
}

.cta-two .inner-container {
	position: relative;
}

.cta-two_image-layer {
	position: absolute;
	left: 0px;
	top: -100px;
	bottom: -100px;
	width: 120%;
}

.cta-two_content {
	position: relative;
	max-width: 790px;
	padding: 110px 0px 110px 0px;
}

.cta-two_vector-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 140%;
	bottom: 0px;
	background-position: right bottom;
}

.cta-two .sec-title_title {
	color: var(--white-color);
}

.cta-two_button {
	position: relative;
	margin-top: 30px;
}

/*** 

====================================================================
	Slider Three
====================================================================

***/

.slider-three {
	position: relative;
}

.slider-three .auto-container {
	position: relative;
}

.slider-three_content {
	position: relative;
	z-index: 1;
	padding: 150px 75px 150px;
}

.slider-three-arrow {
	position: absolute;
	left: 80px;
	bottom: 70px;
	right: 15px;
	max-width: 1230px;
	margin: 0 auto;
	z-index: 1;
	text-align: right;
}

.slider-three .slider-three_prev {
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin-right: 15px;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.slider-three .slider-three_prev:hover {}

.slider-three .slider-three_prev.swiper-button-disabled {}

.slider-three .slider-three_next.swiper-button-disabled {}

.slider-three .slider-three_next:hover {}

.slider-three .slider-three_next {
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.slider-three_pagination {
	position: absolute;
	left: 60px !important;
	top: 50%;
	bottom: auto !important;
	z-index: 10;
	text-align: right !important;
}

.slider-three_pagination .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 2px;
	opacity: 1;
	display: block;
	margin: 15px 0px !important;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: var(--white-color);
}

.slider-three_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	background-color: #ffb700;
}

.slider-three .swiper-slide {
	position: relative;
	overflow: hidden;
}

.slider-three_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
	background-size: cover;
	background-position: center center;

	clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);

	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.slider-three_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.40;
	background-color: var(--black-color);
}

.slider-three .swiper-slide-active .slider-three_image-layer {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.slider-three_heading {
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_heading {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
	position: relative;
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;
	color: var(--white-color);

	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {

	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

}

.slider-three_button {
	position: relative;
	margin-top: 40px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_button {

	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

}

.slider-three .slider-three_button {
	display: inline-block;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.slider-three .swiper-slide-active .slider-three_button {
	-webkit-transition-delay: 1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

/*** 

====================================================================
	Welcome Three
====================================================================

***/

.welcome-three {
	position: relative;
	padding: 110px 0px 80px;
}

.welcome-three_content-column {
	position: relative;
	margin-bottom: 30px;
}

.welcome-three_content-outer {
	position: relative;
}

.welcome-three_image {
	position: relative;
}

.welcome-three_image img {
	position: relative;
	width: 100%;
	display: block;
}

.welcome-three_content {
	position: relative;
	padding-top: 75px;
}

.welcome-three_image-two {
	position: absolute;
	right: 40px;
	top: -180px;
	display: inline-block;
	border: 15px solid var(--white-color);
}

.welcome-three_title {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	color: #ffb700;
	text-transform: uppercase;
}

.welcome-three_heading {
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.welcome-three_list {
	position: relative;
	z-index: 1;
}

.welcome-three_list li {
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--color-two);
}

.welcome-three_list li::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #ffb700;
}

.welcome-three_list li:last-child {
	margin-bottom: 0px;
}

.welcome-three_author {
	position: relative;
	font-weight: 700;
	font-size: 27px;
	margin-top: 20px;
	color: var(--black-color);
}

.welcome-three_author span {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
}

.welcome-three_signature {
	position: relative;
	margin-top: 15px;
}

.welcome-three_image-column {
	position: relative;
	margin-bottom: 30px;
}

.welcome-three_image-outer {
	position: relative;
	text-align: center;
}

.welcome-three_image-three {
	position: relative;
	margin-top: 180px;
}

.welcome-three_color_circle {
	position: absolute;
	right: -80px;
	bottom: -180px;
	width: 660px;
	height: 660px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

/*** 

====================================================================
	Counter One
====================================================================

***/

.counter-one {
	position: relative;
}

.counter-one_counter-column {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.counter-one_counter-count {
	position: relative;
	padding: 40px 40px;
	font-size: 130px;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(34, 34, 34, 1);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.counter-one_counter-count sup {
	position: relative;
	font-size: 60px;
	top: -45px;
	margin-left: 10px;
}

.counter-one_counter-count i {
	position: relative;
	font-size: 18px;
	display: block;
	margin-top: -5px;
	line-height: 1em;
	font-weight: 600;
	color: var(--black-color);
	text-transform: capitalize;
}

/*** 

====================================================================
	Project Three
====================================================================

***/

.project-three {
	position: relative;
	padding: 80px 0px 60px;
}

.project-three .upper-box {
	position: relative;
}

.project-three .upper-box .project-block_three {
	display: flex;
	align-items: flex-end;
}

.project-block_three {
	position: relative;
	margin-bottom: 30px;
}

.project-block_three-inner {
	position: relative;
}

.project-block_three-image {
	position: relative;
}

.project-block_three-image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-block_three-inner:hover .project-block_three-overlay {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

.project-block_three-overlay {
	position: absolute;
	left: 7px;
	top: 7px;
	right: 7px;
	bottom: 7px;
	background-color: var(--white-color);

	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(45deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(45deg) scaleY(0.5);
	transform: perspective(400px) rotateX(45deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.project-block_three-content {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
	z-index: 1;
}

.project-block_three-title {
	position: relative;
	font-size: 16px;
	color: var(--black-color);
}

.project-block_three-heading {
	position: relative;
	font-weight: 700;
	margin-top: 12px;
}

.project-block_three-heading a {
	position: relative;
	color: var(--black-color);
}

.project-block_three-heading a:hover {
	color: #ffb700;
}

.project-block_three-date {
	position: relative;
	padding-top: 15px;
	font-size: 16px;
	margin-top: 15px;
	color: var(--black-color);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/*** 

====================================================================
	Project Four
====================================================================

***/

.project-four {
	position: relative;
	padding: 110px 0px 80px;
}

.project-four_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.project-four .sec-title_text {
	max-width: 420px;
}

.project-four .inner-container {
	position: relative;
	background-color: var(--white-color);
}

.project-four .project-block_four {
	padding: 0px;
}

/*** 

====================================================================
	Project Block Four
====================================================================

***/

.project-block_four {
	position: relative;
}

.project-block_four-inner {
	position: relative;
	padding: 50px 50px 50px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.project-block_four:last-child .project-block_four-inner {
	border: none;
}

.project-block_four-icon {
	position: relative;
	width: 120px;
	z-index: 1;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-block_four-inner:hover .project-block_four-icon {
	animation: icon-bounce 0.8s ease-out;
	-webkit-animation: icon-bounce 0.8s ease-out;
}

.project-block_four-icon::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 20px;
	width: 75px;
	height: 75px;
	z-index: -1;
	border-radius: 150px;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.project-block_four-heading {
	position: relative;
	font-weight: 700;
	margin-top: 10px;
}

.project-block_four-heading a {
	position: relative;
	color: var(--black-color);
}

.project-block_four-heading a:hover {
	color: #ffb700;
}

.project-block_four-image {
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	background-color: #ffb700;
}

.project-block_four-image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.project-block_four-inner:hover .project-block_four-image img {
	opacity: 0.70;
	transform: scale(1.05, 1.05);
}

.project-block_four-text {
	position: relative;
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
	color: var(--color-two);
}

.project-block_four-plus {
	position: relative;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	margin-top: 20px;
	color: var(--white-color);
	background-color: #ffb700;
}

.project-block_four-plus:hover {
	color: var(--white-color);
	background-color: var(--color-two);
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-three {
	position: relative;
	text-align: center;
	padding: 120px 0px 120px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cta-three_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.cta-three_image-layer::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.50;
	background-color: var(--black-color);
}

.cta-three_heading {
	position: relative;
	font-weight: 400;
	line-height: 1em;
	font-size: 110px;
	color: var(--white-color);
}

.cta-three_text {
	position: relative;
	font-size: 16px;
	margin-top: 25px;
	color: var(--white-color);
}

.cta-three_button {
	position: relative;
	margin-top: 40px;
}

.cta-three_circle {
	position: absolute;
	right: 100px;
	z-index: 1;
	bottom: -110px;
}

/*** 

====================================================================
	Testimonial Three
====================================================================

***/

.testimonial-three {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 100px;
}

.testimonial-three_color-layer {
	position: absolute;
	left: -50px;
	top: -50px;
	width: 660px;
	height: 660px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.testimonial-three .testimonial__slider-wrap {
	position: relative;
}

/* Testimonial Nav */

.testimonial__nav_two {
	position: absolute;
	right: 15px;
	top: 50px;
	z-index: 1;
	max-width: 400px;
	margin: 0 auto;
}

.testimonial-three .testimonial__nav-thumb {
	position: relative;
	cursor: pointer;
	width: 182px;
	height: 371px;
	overflow: hidden;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonial-three .testimonial__nav-thumb.swiper-slide-thumb-active {}

.testimonial-three .testimonial__nav-thumb:hover {}

.testimonial-three .testimonial__nav-thumb img {
	position: relative;
	overflow: hidden;
}

.testimonial-three .testimonial-block_two {
	max-width: 800px;
}

.testimonial-block_two {
	position: relative;
}

.testimonial-block_two-inner {
	position: relative;
	padding: 30px 0px;
}

.testimonial-block_two-inner::before {
	position: absolute;
	content: '';
	left: 30px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.testimonial-block_two-content {
	position: relative;
	min-height: 407px;
	padding-left: 340px;
	padding-right: 30px;
	padding-top: 50px;
}

.testimonial-block_two-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 306px;
	min-height: 407px;
}

.testimonial-block_two-text {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: var(--color-two);
}

.testimonial-block_two-rating {
	position: relative;
	font-size: 16px;
	margin-top: 60px;
	color: #ffb700;
}

.testimonial-block_two-author {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	margin-top: 15px;
	color: var(--black-color);
}

.testimonial-block_two-author span {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
}

.testimonial__nav-two-arrow {
	position: absolute;
	right: 360px;
	left: -50px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50px);
}

.testimonial__nav-two-arrow .testimonial__nav-two-slider-prev {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-left: 10px;
	line-height: 100px;
	border-radius: 100px;
	display: inline-block;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.testimonial__nav-two-arrow .testimonial__nav_two-slider-next {
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-right: 10px;
	line-height: 100px;
	border-radius: 100px;
	display: inline-block;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.testimonial__nav-two-arrow .testimonial__nav_two-slider-next.swiper-button-disabled,
.testimonial__nav-two-arrow .testimonial__nav-two-slider-prev.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 80px;
}

.faq-one_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.faq-one_image-layer-two {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 674px;
}

.faq-one_accordian-column {
	position: relative;
	margin-bottom: 30px;
}

.faq-one_accordian-outer {
	position: relative;
}

.faq-one_form-column {
	position: relative;
	margin-bottom: 30px;
}

.faq-one_form-outer {
	position: relative;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	cursor: pointer;
	font-weight: 500;
	font-size: 20px;
	overflow: hidden;
	line-height: 30px;
	padding: 20px 35px;
	color: var(--black-color);
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 12px;
	top: 13px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Font Awesome 5 Pro';
}

.accordion-box .block .icon-outer::before {
	position: absolute;
	content: '';
	right: -55px;
	top: -60px;
	width: 120px;
	height: 120px;
	transform: rotate(60deg);
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	right: 0px;
	width: 44px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	color: var(--color-two);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .acc-btn.active .icon-outer::before {
	border-color: #ffb700;
	background-color: #ffb700;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: var(--white-color);
}

.accordion-box .block.active-block .acc-content {}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.accordion-box .block .acc-content .content-text {}

.accordion-box .block.active-block {}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	padding: 0px 40px 30px 35px;
}

.accordion-box .block .content .text {
	color: var(--color-two);
	line-height: 28px;
	font-size: 16px;
}

.accordion-box .block.active-block .text {}

.faq-one_form-column {
	position: relative;
}

.faq-one_form-outer {
	position: relative;
	padding: 42px 50px;
	margin-left: 30px;
	background-size: cover;
	background-color: var(--black-color);
}

.faq-one_form-vector {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.faq-one_form-column h5 {
	opacity: 0.90;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: var(--white-color);
	text-transform: uppercase;
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.default-form .form-group::before {
	position: absolute;
	content: '';
	left: -2px;
	top: 6px;
	width: 6px;
	bottom: 6px;
	z-index: 1;
	background-color: var(--black-color);
}

.default-form .form-group:nth-child(5)::before {
	top: 30px;
	bottom: 30px;
}

.default-form .form-group:last-child {
	margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	border-radius: 0px;
	font-weight: 400;
	font-size: 14px;
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background: none;
	border: 1px solid rgba(255, 255, 255, .4);
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
	opacity: 0.80;
	color: var(--white-color);
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: #ffb700;
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: 14px;
	color: var(--white-color);
	height: 120px;
	resize: none;
	border-radius: 0px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background: none;
	border: 1px solid rgba(255, 255, 255, .4);
}

.default-form.contact-form .form-group input,
.default-form.contact-form .form-group textarea {
	border-radius: 0px;
	border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.default-form .form-group button {
	margin-top: var(--margin-top-10);
}

/*** 

====================================================================
	News Two
====================================================================

***/

.news-two {
	position: relative;
	padding: 100px 0px 100px;
}

.news-two .auto-container {
	position: relative;
	overflow: hidden;
}

.news-block_three {
	position: relative;
	margin-bottom: 30px;
}

.news-block_three-inner {
	position: relative;
}

.news-block_three-image {
	position: relative;
}

.news-block_three-image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block_three-content {
	position: relative;
	margin-left: 50px;
	padding: 30px 30px;
	max-width: 380px;
	margin-top: -150px;
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.news-block_three-number {
	position: relative;
	font-size: 38px;
	font-weight: 700;
	line-height: 1em;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(34, 34, 34, 1);
}

.news-block_three-title {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
	color: var(--color-three);
}

.news-block_three-heading {
	position: relative;
	font-weight: 700;
	margin-top: 10px;
}

.news-block_three-heading a {
	position: relative;
	color: var(--black-color);
}

.news-block_three-heading a:hover {
	color: #ffb700;
}

.news-block_three-meta {
	position: relative;
	margin-top: 20px;
	display: flex;
	padding: 15px 0px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.news-block_three-meta li {
	position: relative;
	display: flex;
	gap: 5px;
	color: var(--color-two);
	margin-right: 30px;
}

.news-block_three-meta li .icon {
	position: relative;
	line-height: 1em;
	top: 3px;
}

.news-two_thumbs-outer {
	position: absolute;
	right: 12px;
	bottom: 0px;
	overflow: hidden;
	max-width: 650px;
}

.news-two_thumbs-outer img {
	cursor: pointer;
}

/*** 

====================================================================
	Info One
====================================================================

***/

.info-one {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.info-one .info-block_one:last-child .info-block_one-inner {
	border: none;
}

.info-block_one {
	position: relative;
}

.info-block_one-inner {
	position: relative;
	padding: 40px 35px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.info-block_one-content {
	position: relative;
	font-size: 18px;
	min-height: 80px;
	line-height: 28px;
	padding-left: 100px;
	padding-top: 12px;
	color: var(--color-two);
}

.info-block_one-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	color: var(--white-color);
	background-color: #ffb700;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	background-size: cover;
	padding: 60px 0px 60px;
	background-attachment: fixed;
	background-position: center center;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.70;
	background-color: var(--black-color);
}

.page-title h2 {
	font-weight: 400;
	text-transform: capitalize;
	color: var(--white-color);
}

.page-title .bread-crumb {
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
	display: inline-block;
}

.page-title .bread-crumb::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: 2px solid #ffb700;
}

.page-title .bread-crumb li {
	position: relative;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 18px;
	color: #ffb700;
	text-transform: uppercase;
	margin-right: 15px;
	padding-right: 15px;
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -6px;
	top: 0px;
	content: "-";
	color: var(--white-color);
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
	color: var(--color-fourtyfour);
}

/***

====================================================================
	History One
====================================================================

***/

.history-one {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 0px;
}

.years-one_arrow {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top: -20px;
}

.history_years {
	max-width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}

.years-one_button-prev {
	position: absolute;
	left: 0px;
	z-index: 1;
	background-color: var(--white-color);
}

.years-one_button-next {
	position: absolute;
	right: 0px;
	z-index: 1;
	background-color: var(--white-color);
}

.history_years {
	position: relative;
	text-align: center;
	padding: 30px 30px;
}

.history-one>.swiper-container-pointer-events {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.history_years .slider-one_year {
	position: static;
	font-weight: 700;
	font-size: 30px;
	cursor: pointer;
	line-height: 1em;
	color: var(--black-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.history_years .slider-one_year::before {
	position: absolute;
	content: '';
	left: -15px;
	top: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid #ffb700;
}

.history_years .slider-one_year:hover {
	color: #ffb700;
}

.history_years .slider-one_year:hover::before {
	background-color: #ffb700;
}

.history_years .swiper-slide.swiper-slide-thumb-active .slider-one_year {
	color: #ffb700;
}

.history_years .swiper-slide.swiper-slide-thumb-active .slider-one_year::before {
	background-color: #ffb700;
}

.history-image {
	position: relative;
	display: flex;
	padding: 120px 0px 120px;
	justify-content: center;
	align-items: center;
}

.history-image img {
	position: relative;
	width: 100%;
	display: block;
}

.history-one_content {
	position: relative;
	padding: 50px 50px;
	width: 580px;
	background-color: var(--black-color);
}

.history-one_content::before {
	position: absolute;
	content: '';
	left: 50%;
	top: -30px;
	margin-left: -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 30px solid var(--black-color);
}

.history-one_content h4 {
	position: relative;
	margin-bottom: 15px;
	color: var(--white-color);
	text-transform: uppercase;
}

.history-one_content p {
	position: relative;
	opacity: 0.90;
	font-size: 16px;
	color: var(--white-color);
}

/***

====================================================================
	Service Detail
====================================================================

***/

.service-detail {
	position: relative;
	padding: 50px 0px 50px;
}

.service-detail_content-column {
	position: relative;
	/* margin-bottom: 50px; */
}

.service-detail_content {
	position: relative;
}

.feature-block {
	position: relative;
	/* margin-bottom: 70px; */
}

.feature-block_inner {
	position: relative;
}

.feature-block_icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 160px;
	padding: 30px 25px;
	background-color: #ffb700;
}

.feature-block_icon img {
	filter: invert(100%);
}

.feature-block h3 {
	margin-bottom: 10px;
}

.feature-block p {
	max-width: 550px;
}

.service-detail_image {
	position: relative;
}

.service-detail_image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-detail .inner-container {
	position: relative;
}

.service-detail_image-two {
	position: relative;
	text-align: center;
}

.service-detail_color-circle {
	position: absolute;
	right: 80px;
	top: 100px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background: #FFE6AF;
	background: linear-gradient(to right, #FFE6AF 0%, #ebb542 100%);
}

.service-detail p {
	/* margin-bottom: 30px; */
}

.service-detail_list {
	position: relative;
	margin-top: 30px;
}

.service-detail_list li {
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--color-two);
}

.service-detail_list li::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #ffb700;
}

.service-detail_list li:last-child {
	margin-bottom: 0px;
}

.service-detail .services-outer {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}

.service-detail h3 {
	position: relative;
	margin-bottom: 25px;
}

.service-detail_video {
	position: relative;
	margin-bottom: 50px;
}

.service-detail_video img {
	position: relative;
	width: 100%;
	display: block;
}

.service-detail .accordion-box {
	max-width: 1050px;
}

/***

====================================================================
	Project Detail
====================================================================

***/

.project-detail {
	position: relative;
	padding: 110px 0px 110px;
}

.project-detail .upper-box {
	position: relative;
	padding: 0px 80px 80px;
}

.project-detail_title {
	position: relative;
	font-size: 16px;
	color: var(--color-two);
	text-transform: capitalize;
}

.project-detail_heading {
	position: relative;
	margin-top: 10px;
}


.project-detail-author {
	position: relative;
	padding-left: 75px;
	margin-top: 30px;
	font-size: 16px;
	padding-top: 5px;
	color: var(--color-two);
}

.project-detail-author_image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50px;
	display: inline-block;
}

.project-detail-author strong {
	position: relative;
	display: block;
	font-weight: 700;
	margin-top: 5px;
	font-size: 20px;
	color: var(--black-color);
}

/* Header Socials */

.project-detail_socials {
	position: relative;
	display: flex;
	gap: 10px;
}

.project-detail_socials a {
	position: relative;
	font-size: 14px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 50px;
	display: inline-block;
	color: var(--black-color);
	border: 1px solid var(--black-color);
}

.project-detail_socials a:hover {
	color: var(--white-color);
	border-color: #ffb700;
	background-color: #ffb700;
}

.project-detail_image {
	position: relative;
}

.project-detail_image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-detail_image .content {
	position: absolute;
	left: 80px;
	bottom: 80px;
	max-width: 390px;
	width: 100%;
	padding: 30px 30px;
	background-color: var(--white-color);
}

.project-detail_image .content ul {
	position: relative;
}

.project-detail_image .content ul li {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	padding-left: 130px;
	margin-bottom: 15px;
	color: var(--black-color);
	text-transform: uppercase;
}

.project-detail_image .content ul li span {
	position: absolute;
	left: 0px;
}

.project-detail_image .content ul li:last-child {
	margin-bottom: 0px;
}

.project-detail .middle-box {
	position: relative;
	padding: 80px 80px 80px;
}

/* Project Detail List */

.project-detail_list {
	position: relative;
	margin-top: 30px;
}

.project-detail_list li {
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--color-two);
}

.project-detail_list li::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-block;
	border: 2px solid #ffb700;
}

.project-detail_list li:last-child {
	margin-bottom: 0px;
}

.project-detail_gallery {
	position: relative;
}

.project-detail_gallery-image {
	position: relative;
	margin-bottom: 25px;
}

.project-detail_gallery-image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-detail_new-posts {
	position: relative;
	padding: 20px 0px;
	margin-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.project-detail_new-posts a {
	position: relative;
	font-size: 16px;
	color: var(--color-two);
}

.project-detail_new-posts a:hover {
	color: #ffb700;
}

/*** 

====================================================================
	Faq Two
====================================================================

***/

.faq-two {
	position: relative;
	padding: 100px 0px 100px;
}

.faq-two .inner-container {
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
}

/*** 

====================================================================
	Pricing One
====================================================================

***/

.pricing-one {
	position: relative;
	padding: 100px 0px 100px;
}

.price-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.price-block_one-inner {
	position: relative;
	padding: 15px 10px;
	background-color: var(--color-five);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-icon {
	position: absolute;
	right: 10px;
	top: -55px;
	width: 80px;
	height: 80px;
	line-height: 64px;
	text-align: center;
	border-radius: 50px;
	font-size: 30px;
	color: var(--white-color);
	background-color: #ffb700;
	border: 8px solid rgba(0, 0, 0, 0.10);
}

.price-block_one-title {
	position: relative;
	font-weight: 900;
	font-size: 20px;
	color: var(--black-color);
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 40px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-price {
	position: relative;
	font-weight: 900;
	line-height: 1em;
	color: var(--black-color);
	font-size: 55px;
	margin-top: 20px;
	margin-left: 40px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.price-block_one-price sup {
	position: relative;
	top: -20px;
	font-size: 30px;
}

.price-block_one-price span {
	position: relative;
	display: block;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 5px;
}

.price-block_one-inner:hover {
	background-color: #ffb700;
}

.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-title {
	color: var(--white-color);
}

.price-block_one-content {
	position: relative;
	padding: 40px 40px;
	margin-top: 40px;
	background-color: var(--white-color);
}

.price-block_one-list {
	position: relative;
}

.price-block_one-list li {
	position: relative;
	font-size: 18px;
	color: var(--black-color);
	padding-left: 35px;
	margin-bottom: 25px;
}

.price-block_one-list li::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 21px;
	height: 19px;
	background: url(../images/icons/check.png) no-repeat;
}

.price-block_one-list li:last-child {
	margin-bottom: 0px;
}

.price-block_one-button {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

/*** 

====================================================================
	Testimonial Four
====================================================================

***/

.testimonial-four {
	position: relative;
	overflow: hidden;
	padding: 110px 0px 100px;
}

.testimonial-block_three {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block_three-inner {
	position: relative;
	padding: 35px 35px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.testimonial-block_three-inner:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 60px;
	width: 2px;
	bottom: 0px;
	border-right: 2px dashed #ffb700;
}

.testimonial-block_three-inner:after {
	position: absolute;
	content: '';
	left: 60px;
	height: 2px;
	right: 0px;
	bottom: 0px;
	border-bottom: 2px dashed #ffb700;
}

.testimonial-block_three-author {
	position: relative;
	display: inline-block;
}

.testimonial-block_three-author img {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-block_three-quote {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 70px;
	height: 70px;
	line-height: 68px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: 36px;
	color: var(--white-color);
	background-color: #ffb700;
}

.testimonial-block_three-content {
	position: relative;
	text-align: right;
	margin-top: -50px;
}

.testimonial-block_three-rating {
	position: relative;
	color: var(--color-two);
}

.testimonial-block_three-designation {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	color: var(--color-three);
	margin-top: 10px;
}

.testimonial-block_three-heading {
	color: var(--black-color);
	margin-top: 5px;
}

.testimonial-block_three-text {
	position: relative;
	line-height: 30px;
	color: var(--color-three);
	font-size: 16px;
	margin-top: 20px;
}



.testimonial-four .pagination-outer {
	margin-top: 10px;
}

.pagination-outer {
	position: relative;
}

.pagination-outer .pagination {
	position: relative;
	display: inline-block;
}

.pagination-outer .pagination li {
	position: relative;
	margin: 0px 5px;
	display: inline-block;
}

.pagination-outer .pagination li a span {
	font-size: var(--font-16);
}

.pagination-outer .pagination li a {
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
	color: var(--black-color);
	background-color: var(--color-five);
}

.pagination-outer .pagination li a:hover,
.pagination-outer .pagination li.active a {
	color: var(--white-color);
	background-color: #ffb700;
}

/*** 

====================================================================
	Privacy Section
====================================================================

***/

.privacy-section {
	position: relative;
	padding: 110px 0px 80px;
}

.privacy-section .privacy-content {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}

.privacy-section .privacy-content:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}

.privacy-section h3 {
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--color-four);
}

.privacy-section p {
	margin-bottom: 15px;
}

.privacy-section .date {
	position: relative;
	font-weight: 500;
	color: #ffb700;
	font-size: 18px;
	margin-bottom: 15px;
}

.privacy-section h4 {
	margin-bottom: 20px;
	color: var(--color-four);
}

.privacy-section .privacy-list {
	position: relative;
	margin-left: 20px;
}

.privacy-section .privacy-list li {
	position: relative;
	font-weight: 400;
	padding-left: 26px;
	line-height: 1.7em;
	font-size: 18px;
	color: var(--color-three);
	margin-bottom: 10px;
}

.privacy-section .privacy-list li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background-color: #ffb700;
}

/*** 

====================================================================
	Team Detail
====================================================================

***/

.team-detail {
	position: relative;
	padding: 110px 0px 70px;
}

.team-detail_info-column {
	position: relative;
	margin-bottom: 30px;
}

.team-detail_info-inner {
	position: relative;
}

.team-detail_author {
	position: relative;
	width: 275px;
	height: 275px;
	overflow: hidden;
	border-radius: 50%;
}

.team-detail_author-info {
	position: relative;
	margin-top: 35px;
}

.team-detail_author-info li {
	position: relative;
	font-weight: 400;
	color: var(--color-two);
	font-size: 18px;
	margin-bottom: 20px;
}

.team-detail_author-info li span {
	position: relative;
	font-weight: 600;
	color: #ffb700;
}

.team-detail_author-info li a {
	position: relative;
	color: var(--main-two);
}

.team-detail_author-info li a:hover {
	color: #ffb700;
}

.team-detail_content-column {
	position: relative;
}

.team-detail_content-inner {
	position: relative;
}

.team-detail_title {
	position: relative;
	font-weight: 800;
	color: var(--color-four);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.team-detail p {
	line-height: 28px;
	font-size: 16px;
	color: var(--color-two);
	margin-bottom: 30px;
}

.team-detail_subtitle {
	position: relative;
	font-weight: 800;
	color: var(--color-four);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.alternate-team {
	position: relative;
	padding-bottom: 80px;
}

/*** 

====================================================================
	Services Three
====================================================================

***/

.services-three {
	position: relative;
	padding: 110px 0px 90px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 110px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 30px;
}

.sidebar-page-container .sidebar-inner {
	position: relative;
}

/* Sidebar Title */

.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-widget:last-child {
	margin-bottom: 0px;
}

/* Search Widget */

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	padding: 10px 50px 10px 25px;
	background: none;
	display: block;
	width: 100%;
	height: 56px;
	border-radius: 0px;
	font-size: 14px;
	color: var(--color-four);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
	color: var(--color-four);
	opacity: 0.80;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 56px;
	width: 56px;
	display: block;
	cursor: pointer;
	line-height: 58px;
	font-weight: normal;
	border-radius: 0px;
	font-size: 16px;
	color: var(--color-four);
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
	background-color: #ffb700;
	color: var(--white-color);
}

/* Sidebar Title */

.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h5 {
	font-weight: 800;
}

/* Popular List */

.popular-list {
	position: relative;
}

.popular-list li {
	position: relative;
	margin-bottom: 15px;
}

.popular-list li a {
	position: relative;
	font-weight: 400;
	display: block;
	letter-spacing: 1px;
	color: var(--color-four);
	font-size: 16px;
}

.popular-list li a:hover {
	color: #ffb700;
}

.popular-list li:last-child {
	margin-bottom: 0px;
}

/* Post Widget */

.post-widget .widget-content {
	position: relative;
}

.post-widget .post {
	position: relative;
	min-height: 70px;
	padding-left: 95px;
	margin-bottom: 20px;
}

.post-widget .post:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-widget .post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb a {
	display: block;
}

.post-widget .post .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.post-widget .post h6 {
	top: -5px;
	line-height: 24px;
	font-weight: 500;
}

.post-widget .post h6 a {
	color: var(--color-four);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h6 a:hover {
	color: #ffb700;
}

.post-widget .post .post-date {
	position: relative;
	display: block;
	font-weight: 600;
	color: var(--color-four);
	font-size: 14px;
	text-transform: capitalize;
}

/* Popular Tags */

.popular-tags a {
	position: relative;
	padding: 10px 15px;
	display: inline-block;
	color: var(--color-four);
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	border: 1px solid rgba(0, 0, 0, 0.07);
}

.popular-tags a:hover {
	color: var(--white-color);
	border-color: #ffb700;
	background-color: #ffb700;
}

/* Social Widget */

.social-widget .social-list {
	position: relative;
}

.social-widget .social-list a {
	position: relative;
	display: block;
	color: var(--color-four);
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.social-widget .social-list a:hover {
	color: #ffb700;
}

.social-widget .social-list a:last-child {
	margin-bottom: 0px;
}

.sticky-top {
	top: 110px;
	z-index: 1;
}

/* News Detail */

.news-detail {
	position: relative;
}

.news-detail .inner-box {
	position: relative;
}

.news-detail .upper-image {
	position: relative;
	overflow: hidden;
}

.news-detail .upper-image img:first-child {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transform: translatex(50%) scalex(2);
	transform: translatex(50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-detail .inner-box:hover .upper-image img:first-child {
	-webkit-transform: translatex(0) scalex(1);
	transform: translatex(0) scalex(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.news-detail .inner-box:hover .upper-image img:nth-child(2) {
	-webkit-transform: translatex(-50%) scalex(2);
	transform: translatex(-50%) scalex(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.news-detail .upper-image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-detail .post-info {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 3;
	padding: 9px 15px 9px 7px;
	border-radius: 50px;
}

.news-detail .post-info:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 40px;
	height: 42px;
	border-radius: 50px;
	background-color: var(--white-color);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.news-detail .inner-box:hover .post-info:before {
	width: 100%;
}

.news-detail .post-info .post-inner {
	position: relative;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--color-four);
	padding-left: 45px;
}

.news-detail .post-info .post-inner span {
	color: #ffb700;
}

.news-detail .post-info .post-inner .post-image {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 24px;
	height: 24px;
}

.news-detail .post-info .post-inner .post-image:before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50px;
	border: 1px solid #ffb700;
}

.news-detail .post-info .post-inner .post-image img {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.news-detail .lower-content {
	position: relative;
	padding: 35px 0px 0px;
	margin: 0px;
}

.news-detail .post-meta {
	position: relative;
	margin-bottom: 25px;
}

.news-detail .post-meta li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding-left: 30px;
	margin-right: 20px;
	color: rgba(var(--black-color-rgb), 0.60);
}

.news-detail .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffb700;
}

.news-detail .post-meta li:last-child {
	margin-right: 0px;
}

.news-detail h3 {
	font-weight: 600;
	line-height: 40px;
	color: var(--color-four);
	margin-bottom: 20px;
}

.news-detail p {
	line-height: 30px;
	color: var(--color-four);
	font-size: 18px;
	margin-bottom: 15px;
}

.news-detail .gallery-outer {
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}

.news-detail .image {
	position: relative;
	margin-bottom: 30px;
}

.news-detail .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-detail blockquote {
	position: relative;
	line-height: 32px;
	font-weight: 600;
	max-width: 780px;
	font-size: 20px;
	color: var(--color-four);
	margin-top: 35px;
	padding-left: 30px;
	margin-bottom: 30px;
	border-left: 3px solid #ffb700;
}

/* Post Share Options */

.post-share-options {
	position: relative;
	margin-top: 30px;
}

.post-share-options .tags span {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	color: var(--black-color);
	margin-right: 20px;
}

.post-share-options .tags a {
	position: relative;
	color: var(--color-four);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: var(--color-four);
	margin-right: 15px;
}

.post-share-options .tags a:last-child {
	margin-right: 0px;
}

.post-share-options .tags a:hover {
	color: #ffb700;
}

.post-share-options .social-box {
	position: relative;
}

.post-share-options .social-box span {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: var(--black-color);
	margin-right: 20px;
}

.post-share-options .social-box li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.post-share-options .social-box li:last-child {
	margin-right: 0px;
}

.post-share-options .social-box li a {
	position: relative;
	color: var(--color-four);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: var(--color-four);
}

.post-share-options .social-box li a:hover {
	color: #ffb700;
}

.news-detail .two-column {
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}

/* Author Box */

.blog-author-box {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 50px;
	margin-top: 60px;
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.blog-author-box .author-inner {
	position: relative;
	min-height: 156px;
	padding-top: 10px;
	padding-left: 190px;
}

.blog-author-box .thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	border-radius: 50%;
}

.blog-author-box .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-author-box .name {
	display: block;
	font-weight: 600;
	font-size: 22px;
	color: var(--color-four);
	margin-bottom: 15px;
}

.blog-author-box .text {
	line-height: 30px;
	color: var(--color-four);
	font-size: 16px;
	margin-bottom: 15px;
}

.blog-author-box .social-box {
	position: relative;
}

.blog-author-box .social-box li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.blog-author-box .social-box li:last-child {
	margin-right: 0px;
}

.blog-author-box .social-box li a {
	position: relative;
	font-weight: 400;
	line-height: 1em;
	color: var(--color-four);
	font-size: 16px;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: var(--color-four);
}

.blog-author-box .social-box li a:hover {
	color: #ffb700;
}

/***

====================================================================
	Blog More Posts
====================================================================

***/

.blog-more-posts {
	position: relative;
	padding: 45px 0px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.blog-more-posts a span {}

.blog-more-posts a {
	position: relative;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 18px;
	text-transform: capitalize;
	color: var(--color-four);
}

.blog-more-posts a:hover {
	color: #ffb700;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	padding-top: 20px;
	margin-bottom: 50px;
}

.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .group-title h4 {
	font-weight: 700;
	color: var(--color-four);
}

.sidebar-page-container .group-title .text {
	position: relative;
	font-size: 16px;
	color: var(--color-four);
	margin-top: 5px;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	min-height: 120px;
	font-size: 14px;
	padding: 0px 0px 0px 120px;
}

.sidebar-page-container .comments-area .reply-comment {}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
	position: relative;
	font-weight: 500;
	display: block;
	font-size: 20px;
	color: var(--black-color);
}

.sidebar-page-container .comments-area .comment-box .text {
	line-height: 30px;
	font-size: 18px;
	color: var(--color-four);
	margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
	position: relative;
	font-weight: 500;
	display: block;
	font-size: 15px;
	color: var(--color-four);
	margin-top: 10px;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	color: #ffb700;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
	color: var(--black-color);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form-outer {
	position: relative;
}

.comment-form .form-group {
	margin-bottom: 25px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	border-radius: 0px;
	font-size: 15px;
	color: var(--color-four);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
	color: var(--color-four);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: var(--black-color);
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: 15px;
	color: var(--color-four);
	height: 190px;
	resize: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .theme-btn {
	position: relative;
	font-weight: 500;
	background: none;
	display: inline-block;
	font-size: 18px;
	color: var(--black-color);
	text-transform: capitalize;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--black-color);
}

.comment-form .theme-btn:hover {
	color: #ffb700;
	border-color: #ffb700;
}

.comment-form .theme-btn:hover::before {
	transform: rotate(0deg);
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 110px 0px 80px;
}

.error-section .content {
	position: relative;
}

.error-section h1 {
	line-height: 1em;
	font-size: 340px;
	font-weight: 700;
	color: rgba(var(--black-color-rgb), 0.15);
}

.error-section h2 {
	margin-top: 10px;
}

.error-section .text {
	line-height: 1.8em;
	font-size: 16px;
	color: var(--color-four);
	margin-top: 35px;
}

.error-section .button-box {
	margin-top: 35px;
}

.error-section .button-box .theme-btn {
	border-radius: 0px;
	padding: 18px 40px;
}



/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
	position: relative;
	padding: 110px 0px 80px;
}

.contact-info-block {
	position: relative;
	margin-bottom: 30px;
}

.contact-info-block_inner {
	position: relative;
	padding: 40px 30px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.contact-info-block_icon {
	position: relative;
	line-height: 1em;
	color: #ffb700;
	font-size: 60px;
}

.contact-info-block_heading {
	position: relative;
	font-weight: 700;
	color: var(--black-color);
	margin-top: 20px;
}

.contact-info-block_text {
	position: relative;
	line-height: 28px;
	color: var(--color-four);
	font-size: 16px;
	margin-top: 15px;
}

.contact-info-block_text a {
	position: relative;
	color: var(--color-four);
}

/*** 

====================================================================
	Map One
====================================================================

***/

.map-one {
	position: relative;
}

.map-one iframe {
	position: relative;
	height: 700px;
	width: 100%;
}

/*** 

====================================================================
	Contact Form One
====================================================================

***/

.contact-form-one {
	position: relative;
	/* padding:110px 0px 110px; */
}

.contact-form-one .inner-container {
	position: relative;
	padding: 60px 60px;
	background-color: var(--color-five);
}

.contact-form-one .default-form .check-box label {
	color: var(--color-three);
	font-size: var(--font-16);
}

.contact-form-one button {
	padding: 17px 44px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 25px;
	height: 60px;
	border-radius: 0px;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-four);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background: none;
	border: 1px solid rgba(0, 0, 0, .4);
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	color: var(--black-color);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #ffb700;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 25px 25px;
	font-size: 14px;
	color: var(--color-four);
	height: 120px;
	resize: none;
	border-radius: 0px;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background: none;
	border: 1px solid rgba(0, 0, 0, .4);
}

.contact-form .form-group button {
	margin-top: 15px;
}



/*Item Sorting*/

.our-shop .items-sorting {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}

.our-shop .items-sorting .results-column,
.our-shop .items-sorting .select-column {
	margin-bottom: 20px;
}

.our-shop .items-sorting .results-column h5 {
	color: var(--color-four);
	line-height: 24px;
	padding: 13px 0px;
}

.our-shop .items-sorting .form-group {
	margin-bottom: 0px;
}

.our-shop .items-sorting select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 8px 15px 8px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0px;
	background: url(../images/icons/arrow-right.jpg) right center no-repeat;
	color: #999999;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.our-shop .items-sorting select option {
	text-indent: 15px;
}

/* Shop Item */

.shop-item {
	position: relative;
	margin-bottom: 40px;
}

.shop-item .inner-box {
	position: relative;
	border: 1px solid #f2f2f2;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item .inner-box:hover {
	box-shadow: 0px 0px 40px rgba(243, 243, 243, 1);
}

.shop-item .inner-box .image {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.shop-item .inner-box .image .options {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -60px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item .inner-box:hover .image .options {
	bottom: 0px;
}

.shop-item .inner-box .image .options li {
	position: relative;
	width: 50%;
	float: left;
}

.shop-item .inner-box .image .options li a {
	position: relative;
	padding: 11px 5px;
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	background-color: #191b1d;
}

.shop-item .inner-box .image .options li:last-child a {
	background-color: #ffb700;
	font-weight: 400;
	font-size: 20px;
}

.shop-item .inner-box .lower-box {
	position: relative;
	padding: 25px 30px 15px;
}

.shop-item .inner-box .lower-box .content {
	position: relative;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 10px;
	border-top: 1px solid #f2f2f2;
}

.shop-item .inner-box .lower-box .content h5 {
	position: relative;
	color: #303030;
	font-weight: 500;
	margin-bottom: 3px;
}

.shop-item .inner-box .lower-box .content h5 a {
	position: relative;
	color: #303030;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item .inner-box .lower-box .content h5 a:hover {
	color: #ffb700;
}

.shop-item .inner-box .lower-box .content .price {
	position: relative;
	color: #ffb700;
	font-size: 16px;
	margin-top: 10px;
}

/* Sidebar Range slider */

.range-slider-one {
	position: relative;
	min-height: 48px;
}

.range-slider-one .title {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin-top: 4px;
	color: var(--color-four);
}

.range-slider-one .title:before {
	position: absolute;
	content: '$';
	right: -14px;
	top: 0px;
	font-size: 16px;
	font-weight: 300;
	color: var(--color-four);
}

.range-slider-one .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 4px;
	position: relative;
}

.range-slider-one .input input {
	background: none;
	font-size: 16px;
	font-weight: 400;
	width: auto;
	text-align: left;
	color: var(--color-four);
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 3px;
	border: none;
	margin-bottom: 35px;
	background: #e6e6e6;
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 3px;
	background-color: #ffb700;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -3px;
	width: 10px;
	height: 10px;
	border: 1px solid #ffb700;
	background-color: #ffb700;
	border-radius: 50%;
	cursor: pointer;
}

.range-slider-one .theme-btn {
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 0px;
	margin-bottom: 10px;
	color: var(--white-color);
	background-color: #ffb700;
}

.range-slider-one .theme-btn:hover {
	color: #ffffff;
	border-color: #ffb700;
	background-color: #ffb700;
}


/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
	position: relative;
	margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #eeeeee;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 16px;
	background: #f7f7f7;
	color: #303030;
	border: 1px solid #f4f4f4;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	padding: 12px 18px 10px;
	transition: all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #ffb700;
	background: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
	position: relative;
	padding: 30px 30px 40px;
	border: 1px solid #f0f0f0;
	border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	color: #303030;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
}

.shop-comment-form h2 {
	position: relative;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.shop-comment-form .group-title {
	margin-bottom: 20px;
}

.shop-comment-form .rating-box {
	position: relative;
	margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #848484;
	margin-bottom: 10px;
}

.shop-comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
	border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 2px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 12px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
	color: #ffb700;
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.shop-comment-form .form-group label {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
	border-color: #ffb700;
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: #ffffff;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form button {
	margin-top: 20px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
	border-color: #ffb700;
}

.related-products {
	position: relative;
}

.related-products h2 {
	position: relative;
	color: #303030;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.product-details .basic-details {
	position: relative;
	margin-bottom: 30px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #f2f2f2;
	background-color: #f7f7f7;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
	font-size: 30px;
	font-weight: 500;
	margin: -5px 0px 6px;
	line-height: 1.4em;
	color: #303030;
}

.product-details .basic-details .details-header h4 a {
	color: #333333;
}

.product-details .basic-details .details-header .rating {
	font-size: 14px;
	color: #ffb700;
	margin-bottom: 18px;
}

.product-details .basic-details .details-header .rating .fa {
	display: inline-block;
	margin-right: 2px;
}

.product-details .basic-details .details-header .rating .txt {
	font-size: 14px;
	padding-left: 10px;
	color: #777777;
}

.product-details .basic-details .details-header .item-price {
	font-size: 22px;
	font-weight: 400;
	color: #848484;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.product-details .basic-details .prod-info {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 13px;
}

.product-details .basic-details .prod-info strong {
	font-weight: 700;
	color: #111111;
}

.product-details .basic-details .text {
	margin-bottom: 25px;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
}

.product-details .basic-details .location {
	position: relative;
	color: #020e28;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 46px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 11px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 85px;
	margin-bottom: 25px;
	margin-right: 20px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px !important;
	height: 50px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 11.5px 10px;
	background: #f4f5f6;
	border-radius: 0px;
	color: #000000;
	right: 21px;
	top: 1px;
	line-height: 7px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f0d8";
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f0d7";
	font-size: 17px;
	font-style: normal;
	font-weight: 800;
	font-family: 'Font Awesome 5 Free';
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {}

.product-details .basic-details .expired {
	position: relative;
	color: #ffb700;
	font-size: 16px;
	margin-bottom: 40px;
}

/*Pincode Form*/

.pincode-form {
	position: relative;
	margin-bottom: 15px;
}

.pincode-form .form-group {
	margin-bottom: 10px;
}

.pincode-form .form-group input[type="text"] {
	position: relative;
	line-height: 14px;
	padding: 4px 10px 4px 15px;
	border: 1px solid #f7f7f7;
	background: none;
	font-size: 16px;
	width: 170px;
	height: 40px;
	border-radius: 4px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.pincode-form .form-group button {
	position: relative;
	height: 40px;
	width: 100px;
	font-size: 15px;
	color: #020e28;
	font-weight: 600;
	line-height: 100%;
	background: #f7f7f7;
	margin-left: 8px;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #eb5310;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
	margin-left: 30px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px solid #f4f4f4;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #ffb700;
	font-size: 14px;
}

.sidebar-page-container .comments-area .comment-info {
	position: relative;
	color: #303030;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
}

.sidebar-page-container .comments-area .comment-info a {
	position: relative;
	color: #ffb700;
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #848484;
	font-size: 16px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0px;
}


/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 90px 0px 90px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .cart-outer .group-title {
	position: relative;
	margin-bottom: 20px;
}

.cart-section .cart-outer .group-title h2 {
	position: relative;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	background-color: #ffb700;
	color: #1f1f1f;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 16px 15px;
	min-width: 120px;
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 30px;
}

.cart-table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 10px 20px;
	min-width: 100px;
}

.cart-table tbody tr .qty {
	width: 90px;
	padding-right: 40px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #f5f5f5;
}

.column.default-column .cart-table tbody tr .qty {
	width: 110px;
	padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 70px;
	padding-left: 100px;
	padding-top: 28px;
	text-align: left;
	min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
	border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 16px;
	color: #020e28;
	font-weight: 600;
	margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #ffb700;
	font-size: 20px;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 18px;
	color: var(--color-two);
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border: 2px solid var(--color-two);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	font-size: 10px;
	line-height: 14px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: #f0f0f0;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-indent: 100px;
}

.cart-table tbody tr .remove {
	text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
	color: #ffb700;
	border-color: #ffb700;
}

.cart-table tbody tr .remove-btn:hover .fa {
	text-indent: 0px;
	background: #fa9928;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td.price {
	font-size: 20px;
	font-weight: 400;
	color: #848484;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #848484;
	font-size: 16px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #ffb700;
	border-radius: 50%;
}

.cart-section .coupon-outer {
	position: relative;
	margin: 30px 30px 70px;
}

.cart-section .coupon-outer .cart-btn {
	color: #222222;
	font-size: 14px;
	padding: 11px 33px;
	font-weight: 700;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #f6f6f6;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-section .coupon-outer .cart-btn:hover {
	color: #ffffff;
	background-color: #ffb700;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 26px;
	padding: 12px 20px;
	border: 2px solid #f7f7f7;
	height: 50px;
	width: 230px;
	background: none;
	border-radius: 5px;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section .sec-title {
	margin-bottom: 25px;
}

.cart-section .sec-title h2 {
	font-size: 24px;
	color: #020e28;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 30px;
}

.cart-section .totals-table {
	position: relative;
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	margin-bottom: 30px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 15px 15px;
	line-height: 24px;
	width: 50%;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
}

.cart-section .totals-table .col-title {
	font-size: 16px;
	color: #020e28;
	font-weight: 600;
	border-right: 2px solid #f0f0f0;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .cart-note {
	position: relative;
	margin-bottom: 50px;
	padding: 16px 20px;
	text-align: center;
	border: 1px dashed #b2dd4c;
	background: #f4f4f4;
	line-height: 1.7em;
}

/*Shipping Form*/

.shipping-form .form-group {
	position: relative;
	margin-bottom: 30px;
	padding: 0px 15px;
}

.shipping-form .form-group .ui-selectmenu-button.ui-button {
	background-color: #ffffff;
	height: 48px;
	width: 100%;
	line-height: 26px;
	z-index: 10;
	padding: 8px 15px;
	color: #000000;
	border-radius: 5px;
	border: 2px solid #f2f2f2;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/icons/arrow-right.jpg);
}

.shipping-form .form-group .ui-selectmenu-button.ui-button:active {
	color: #000000;
}

.shipping-form .form-group .ui-button .ui-icon {
	opacity: 0;
}

.shipping-form .form-group input,
.shipping-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 20px;
	height: 48px;
	color: #848484;
	font-size: 14px;
	border-radius: 5px;
	background: #ffffff;
	border: 2px solid #f2f2f2;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shipping-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	height: 120px;
	resize: none;
	font-size: 16px;
	font-weight: 300;
	background: #f7f7f7;
	border: 1px solid #f4f4f4;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus {
	border-color: #ffb700;
}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page {
	position: relative;
	padding: 90px 0px 0px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 50px;
}

.checkout-page .default-links li {
	margin-bottom: 20px;
	line-height: 24px;
	padding: 18px 30px;
	background: #f4f4f4;
	color: #303030;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	border-left: 2px solid #ffb700;
}

.checkout-page .default-links li a {
	color: #ffb700;
}

.checkout-form {
	position: relative;
}

.checkout-form .checkout-title {
	position: relative;
	margin-bottom: 20px;
}

.checkout-form .checkout-title h2 {
	position: relative;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.checkout-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 6px;
	text-transform: capitalize;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
}

.checkout-form .form-group .field-label sup {
	top: -1px;
	font-size: 16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 22px;
	padding: 12px 15px;
	height: 48px;
	border-radius: 5px;
	border: 2px solid #f2f2f2;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.checkout-form textarea {
	resize: none;
	height: 120px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
	border-color: #ffb700;
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: 500;
	padding: 0px;
	font-size: 16px;
	cursor: pointer;
	color: #0f1954;
}

.checkout-page .lower-content {
	position: relative;
	margin-top: 60px;
	padding: 80px 0px;
	box-shadow: 0px -6px 5px #f5f5f5;
}

.checkout-page .lower-content .order-column {
	margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
	position: relative;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.checkout-page .lower-content .checkout-title {
	margin-bottom: 25px;
}

/*Total Table*/

.checkout-page .lower-content .totals-table {
	position: relative;
	margin-bottom: 40px;
	border: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col {
	padding: 12px 20px;
}

.checkout-page .lower-content .totals-table li {
	line-height: 24px;
	border-bottom: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col.title {
	font-weight: 600;
	color: #303030;
	font-size: 16px;
	border-right: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.checkout-page .lower-content .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #848484;
	font-weight: 400;
	font-size: 16px;
}

/*Payment Option*/

.checkout-page .payment-options {
	position: relative;
	padding: 30px 20px 40px;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 500 !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #333333;
	cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 600;
	color: #303030;
	font-size: 16px;
}

.checkout-page .payment-options li .radio-option label strong a {
	font-size: 16px;
	color: #020e28;
	margin-left: 30px;
	text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-size: 16px;
	color: #848484;
	font-weight: 400;
	line-height: 1.7em;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}

.checkout-page .payment-options .theme-btn {
	margin-top: 10px;
}

/*cart outer*/

.cart-outer {
	position: relative;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-outer {
	overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-table {
	width: 100%;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 18px;
	background-color: #ffb700;
	color: #222222;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 13px 30px;
	font-weight: 500;
}

.cart-table thead tr th .fa {
	font-size: 18px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 0px 30px 30px;
}

.cart-table tbody tr .qty input {
	width: 45px;
	height: 50px;
	color: #222222;
	font-size: 18px;
	line-height: 50px;
	background: #f7f7f7;
	text-align: center;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 70px;
	padding-left: 100px;
	padding-top: 20px;
	text-align: left;
	min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
	border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 16px;
	color: #0f1341;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.cart-table tbody tr .price {
	font-weight: 700;
	font-size: 14px;
	color: #777777;
}


/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section {
	position: relative;
	padding: 90px 0px 40px;
}

.register-section .form-column {
	margin-bottom: 40px;
}

.register-section .form-column h5 {
	color: #303030;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.styled-form {
	position: relative;
}

.styled-form .form-group.submit-text {
	font-size: 14px;
	color: #808080;
	font-weight: 400;
	margin-top: 10px;
}

.styled-form .form-group {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	color: #848484;
}

.checkout-section .styled-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.styled-form .form-group .check-box {
	line-height: 24px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 5px;
	color: #272727;
}

.styled-form .form-group .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 15px;
	cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
	cursor: pointer;
}

.styled-form .form-group .adon-icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #999999;
	z-index: 2;
}

.styled-form .form-group .field-label {
	display: block;
	color: #272727;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 30px;
	padding: 8px 20px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #f4f4f4;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
	border-color: #ffb700;
}

.styled-form .form-group .theme-btn {}

.styled-form .remember-me {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
}

.styled-form .social-links a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	background: #fc721e;
	margin: 0px 0px 0px 5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.styled-form .social-links a:hover {
	opacity: 0.80;
}

.styled-form .social-links .facebook {
	background: #3b5998;
}

.styled-form .social-links .twitter {
	background: #33ccfe;
}

.styled-form .social-links .google-plus {
	background: #dd4b39;
}

/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	overflow-y: auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.coming-soon .content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.coming-soon .content:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .30;
}

.coming-soon .content .content-inner {
	position: relative;
	padding: 90px 15px;
	display: table-cell;
	vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
	position: relative;
	margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title {
	display: none;
	margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2em;
	padding-bottom: 0;
	font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after {
	display: none;
}

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
	margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
	background-color: rgba(54, 54, 54, .40);
	margin: 0 15px 20px;
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 30px;
	padding: 60px 0px 30px;
	color: #ffffff;
	font-weight: 600;
}

.coming-soon .emailed-form {
	position: relative;
	margin-bottom: 40px;
}

.coming-soon .emailed-form h3 {
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.8em;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	height: 60px;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
	padding: 15px 25px 15px 20px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 40px;
	font-size: 18px;
	color: #ffb700;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
	color: #353535;
}

.coming-soon .copyright-text {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
}

.coming-soon .copyright-text a {
	color: #ff9600;
}

.coming-soon .copyright-text a:hover {
	text-decoration: underline;
}

.clock-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 250px;
	height: 250px;
	margin: auto;
	margin-top: -145px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	background-color: rgba(0, 0, 0, .40);
	transform: scale(2);
}

.clock-base {
	width: 250px;
	height: 250px;
	border-radius: 50%;

}

.click-indicator {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 230px;
	height: 230px;
}

.click-indicator div {
	position: absolute;
	width: 2px;
	height: 4px;
	margin: 113px 114px;
}

.click-indicator div>span {
	height: 5px;
	width: 5px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
	transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
	transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
	transform: rotate(90deg) translateY(-120px);
	background-color: #ffb700;
}

.click-indicator div:nth-child(4) {
	transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
	transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
	transform: rotate(180deg) translateY(-120px);
	background-color: #ffb700;
}

.click-indicator div:nth-child(7) {
	transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
	transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
	transform: rotate(270deg) translateY(-120px);
	background-color: #ffb700;
}

.click-indicator div:nth-child(10) {
	transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
	transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
	transform: rotate(360deg) translateY(-120px);
	background-color: #ffb700;
}

.clock-hour {
	position: absolute;
	z-index: 2;
	top: 75px;
	left: 123px;
	width: 4px;
	height: 65px;
	background-color: #ffb700;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 2px 50px;
	transition: .5s;
	-webkit-animation: rotate-hour 43200s linear infinite;
	-moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
	position: absolute;
	z-index: 3;
	top: 55px;
	left: 123px;
	width: 4px;
	height: 85px;
	background-color: #ffb700;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 2px 70px;
	transition: .5s;
	-webkit-animation: rotate-minute 3600s linear infinite;
	-moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
	position: absolute;
	z-index: 4;
	top: 15px;
	left: 124px;
	width: 2px;
	height: 130px;
	background-color: #ffffff;
	opacity: .9;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	transform-origin: 1px 110px;
	transition: .5s;
	-webkit-animation: rotate-second 60s linear infinite;
	-moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	background-color: #222222;
	border: solid 2px #222222;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 150px;
	top: 50px;
	left: 50px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	border-radius: 50%;
}

.clock-center:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 65px;
	background-color: #ddd;
	border-radius: 50%;
}

/* Social Icon One */

.social-icon-one {
	position: relative;
	display: block;
}

.social-icon-one .title {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li {
	position: relative;
	margin: 0px 8px;
	display: inline-block;
}

.social-icon-one li:last-child {
	margin-right: 0;
}

.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #ffb700;
}

.whatsapp i {
	position: fixed;
	bottom: 120px;
	left: 30px;
	background: green;
	color: #fff;
	font-size: 30px;
	padding: 10px 12px;
	border-radius: 50%;
	border: 3px solid #ddd;
	z-index: 99;
}
.call i {
	position: fixed;
	bottom: 40px;
	left: 30px;
	background: #ffba0d;
	color: #fff;
	font-size: 28px;
	padding: 10px 11px;
	border-radius: 50%;
	border: 3px solid #ddd;
	z-index: 99;
}
.gallery-img{
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
}
.gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.logo-size
{
	height: auto;
    width: 221px!important;
}
.pd-detail{
	padding-top: 50px;
}
.pd-detail h3{
	margin-bottom: 20px;
}
.product-details{
	margin-bottom: 20px;
}


.ad-image {
    height: 350px;
    width: 100%;
    border-radius:5px;
    object-fit: cover;
}
