 /*** 

====================================================================
	Attachment Css Files
====================================================================

***/

 @import url('global.css');
 @import url('header.css');
 @import url('footer.css');
 @import url('animate.css');
 @import url('rtl.css');
 @import url('dark-body.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('odometer-theme-default.css');
 @import url('jquery.bootstrap-touchspin.css');

 /*** 

====================================================================
	Main Slider
====================================================================

***/

 .slider-one {
 	position: relative;
 }

 .slider-one .slider-one_pagination {
 	position: absolute;
 	top: 26%;
 	z-index: 999;
 	left: 40px !important;
 	right: auto !important;
 	width: 60px !important;
 	right: 40px !important;
 	left: auto !important;
 }

 .slider-one .slider-one_pagination .swiper-pagination-bullet {
 	position: relative;
 	opacity: 1;
 	width: auto;
 	height: auto;
 	display: block;
 	background: none;
 	font-weight: 500;
 	line-height: 30px;
 	text-align: right;
 	font-size: 19px;
 	opacity: 0.60;
 	padding-right: 0px;
 	color: var(--white-color);
 	margin: 7px 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;
 }

 .slider-one .slider-one_pagination .swiper-pagination-bullet::before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 20px;
 	width: 1px;
 	height: 33px;
 	background-color: var(--white-color);
 }

 .slider-one .slider-one_pagination .swiper-pagination-bullet::after {
 	position: absolute;
 	content: '';
 	left: -5px;
 	top: 10px;
 	width: 10px;
 	height: 10px;
 	outline-offset: 1px;
 	border-radius: 50px;
 	display: inline-block;
 	background-color: var(--white-color);
 }

 .slider-one .slider-one_pagination .swiper-pagination-bullet:last-child::before {
 	display: none;
 }

 .slider-one .slider-one_pagination .swiper-pagination-bullet:hover,
 .slider-one .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 	opacity: 1;
 	font-size: 19px;
 }

 .slider-one .slider-one_pagination .swiper-pagination-bullet:hover::before,
 .slider-one .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
 	opacity: 1;
 }

 .slider-one .swiper-slide {
 	position: relative;
 	padding: 100px 0px 0px;
 	height: 100vh;
 	display: flex;
 	-webkit-box-align: center;
 	align-items: center;
 }

 .slider-one_image-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	z-index: 1;
 	opacity: 0;
 	overflow: hidden;
 	background-size: cover;
 	background-position: top center;
 	clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
 	-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.30;
 	/*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_pattern {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	z-index: 1;
 	width: 306px;
 	height: 306px;
 	background-repeat: no-repeat;
 }

 .slider-one_content {
 	position: relative;
 	z-index: 2;
 	/* text-align: center; */
 	height: 100%;
 	display: flex;
 	/* flex-direction: column; */
 	justify-content: end;
 	/* width: 100%; */
 }

 .slider-one_content-inner {
 	/* position: relative; */

 	display: flex;
 	justify-content: flex-end;
 	margin-top: auto;
 }

 .slider-one_title {
 	position: relative;
 	font-size: 16px;
 	font-weight: 600;
 	padding: 11px 25px;
 	border-radius: 50px;
 	display: inline-block;
 	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;
 	text-transform: capitalize;
 	background-color: var(--theme-color);
 }

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




 .slider-one_heading {
 	/* max-width: 700px; */
 	/* margin: 0; */
 	/* margin-top: 20px; */
 	/* font-weight: 700; */
 	/* margin-bottom: 18px; */
 	/* 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%); */
 	/* line-height: 1.1; */
 	/* font-size: 66px; */
 	/* text-shadow: 0px 5px 20px #040404; */
 	margin-right: 96px;
 	display: flex;
 	flex-direction: column;
 	justify-content: end;
 	height: 100%;
 }

 .slider-one_heading span {
 	display: block
 }

 .slider-one_heading span.hero__text-1 {
 	font-family: var(--title-font);
 	font-size: 26px;
 	font-weight: 400;
 	line-height: 36.4px;
 	text-align: left;
 	color: #fff;
 	margin-bottom: 12px;
 	text-shadow: 0px 5px 20px #04040487;
 }

 .slider-one_heading span.hero__text-2 {
 	font-family: var(--title-font);
 	font-size: 110px;
 	font-style: italic;
 	font-weight: 400;
 	line-height: 90px;
 	text-align: left;
 	color: #fff;
 	margin-left: 70px;
 	margin-bottom: 24px;
 	text-shadow: 0px 5px 20px #04040487;
 }

 .slider-one_heading span.hero__text-3 {
 	font-family: var(--body-font);
 	font-size: 36px;
 	font-weight: 400;
 	line-height: 20px;
 	text-align: left;
 	color: #fff;
 	margin-left: 220px;
 	margin-bottom: 0px;
 	text-shadow: 0px 5px 20px #04040487;

 }

 .slider-one_heading span.hero__text-4 {
 	font-family: var(--body-font);
 	font-size: 74px;
 	font-weight: 300;
 	line-height: 90px;
 	text-align: left;
 	color: #fff;
 	margin-left: 132px;
 	margin-bottom: 7px;
 	text-shadow: 0px 5px 20px #04040487;
 	font-style: italic;
 	margin-right: 10px;
 }

 .slider-one_heading span.hero__text-5 {
 	font-family: var(--title-font);
 	font-size: 35px;
 	font-weight: 500;
 	line-height: 36.4px;
 	text-align: left;
 	color: #fff;
 	margin-left: 271px;
 	text-shadow: 0px 5px 20px #04040487;
 }

 .sider-location {
 	z-index: 100;
 	display: block;
 	position: absolute;
 	margin-left: 100px;
 	bottom: 45px;
 	color: #fff
 }

 .sider-location img.emoji {
 	width: 1em;
 	height: 1em;
 	margin: 0 0.2em;
 	vertical-align: -0.2em;
 }

 .sider-location p {
 	margin-bottom: 0;
 	font-weight: 500;
 	color: #fff;
 	font-size: 17px;
 }

 .sider-location p i {

 	margin-right: 10px
 }

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

 .slider-one_text {
 	margin-top: 20px;
 	font-weight: 600;
 	font-size: 20px;
 	max-width: 600px;
 	margin: 0 auto;
 	text-align: center;
 	line-height: 32px;
 	margin-bottom: 35px;
 	color: var(--white-color);
 	text-transform: capitalize;
 	text-shadow: 0px 5px 20px #040404;
 	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: 1200ms;
 	-moz-transition-delay: 1200ms;
 	-ms-transition-delay: 1200ms;
 	-o-transition-delay: 1200ms;
 	transition-delay: 1200ms;
 	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
 }

 .slider-one_arrow {
 	position: absolute;
 	content: '';
 	right: 0%;
 	bottom: -30px;
 	width: 227px;
 	height: 202px;
 	background-repeat: no-repeat;
 }

 .slider-one .slider-one_button {
 	position: relative;
 	gap: 5px;
 	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;
 	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
 	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
 }

 .slider-one_video {
 	position: relative;
 }

 .slider-one .slider-one_button .slider-one_video:before {
 	position: absolute;
 	content: '';
 	left: -18px;
 	top: 50%;
 	height: 20px;
 	width: 20px;
 	transform: translateY(-50%);
 	background-color: var(--white-color);
 }

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

 /* Play Box */

 .slider-one .play-box {
 	position: relative;
 }

 .slider-one .play-box:hover .fa {
 	color: var(--white-color);
 	border-color: var(--black-color);
 	background-color: var(--theme-color);
 }

 .slider-one .play-box .fa {
 	position: relative;
 	width: 62px;
 	height: 62px;
 	margin-top: 3px;
 	font-size: 18px;
 	line-height: 50px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	text-align: center !important;
 	border: 6px solid var(--white-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(--theme-color);
 }

 /* Slider Socials Box */

 .slider-one_socials {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	z-index: 1;
 	padding: 25px 30px;
 	border-radius: 0px 50px 50px 0px;
 	background-color: rgba(var(--white-color-rgb), 0.15);
 }

 .slider-one_socials a {
 	position: relative;
 	font-size: 14px;
 	margin: 0px 15px;
 	text-transform: capitalize;
 	color: var(--white-color);
 }

 .slider-one_socials a::before {
 	position: absolute;
 	content: '-';
 	right: -20px;
 	font-size: 24px;
 	color: var(--white-color);
 }

 .slider-one_socials a:hover {
 	color: var(--theme-color);
 }

 .slider-one_socials a:last-child::before {
 	display: none;
 }

 .slider-two_options {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	z-index: 10;
 }

 .slider-two_options .button {
 	position: relative;
 	border-radius: 40px 0px 0px 0px;
 	background-color: var(--white-color);
 	border: 10px solid var(--white-color);
 	border-bottom: none;
 	border-right: none;
 }

 .slider-two_options .button a {
 	position: relative;
 	font-weight: 600;
 	font-size: 16px;
 	display: flex;
 	gap: 55px;
 	padding: 15px 30px;
 	color: var(--black-color);
 }

 .slider-two_options .button i {
 	position: relative;
 	font-weight: 700;
 	font-family: 'Font Awesome 6 Free';
 }

 .slider-two_options .button a:hover {
 	color: var(--theme-color);
 }

 .slider-two_authors {
 	position: relative;
 	display: flex;
 	gap: 20px;
 	align-items: center;
 	background-color: var(--white-color);
 	border-left: 10px solid var(--white-color);
 	border-right: 25px solid var(--white-color);
 	border-radius: 0px 0px 0px;
 	padding: 5px 0px 20px;
 }

 .slider-two_authors ul {
 	position: relative;
 	display: flex;
 	margin-left: 40px;
 }

 .slider-two_authors ul li {
 	position: relative;
 	width: 54px;
 	height: 54px;
 	margin-left: -20px;
 	border-radius: 50px;
 	display: inline-block;
 	border: 3px solid var(--white-color);
 }

 .slider-two_reviews {
 	position: relative;
 	font-weight: 800;
 	font-size: 26px;
 	color: var(--theme-color);
 }

 .slider-two_reviews span {
 	position: relative;
 	font-weight: 600;
 	font-size: 16px;
 	color: var(--black-color);
 }

 /*** 

====================================================================
	About One
====================================================================

***/

 .about-one {
 	position: relative;
 	padding: 90px 0px 40px;
 }

 .about-one_pattern-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 70px;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

 .about-one_cap {
 	position: absolute;
 	right: 0px;
 	bottom: 100px;
 	width: 348px;
 	height: 205px;
 }

 @keyframes slideBackground {
 	0% {
 		background-position: 0 0;
 	}

 	100% {
 		background-position: 100% 0;
 	}
 }

 .about-one .sec-title_heading {
 	position: absolute;
 	left: 295px;
 	top: -25px;
 	letter-spacing: 0;
 	line-height: 1.2;
 	font-size: 50px;
 }

 .about-one .sec-title_heading span {
 	display: block
 }

 .about-one_image-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .about-one_image-outer {
 	position: relative;
 }

 .about-one_image-outer .image {
 	position: relative;
 	display: block;
 	opacity: 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;
 	
 }

 .about-one_image-outer .image.now-in-view {
 	opacity: 1;
 	-webkit-transition-delay: 300ms;
 	-moz-transition-delay: 300ms;
 	-ms-transition-delay: 300ms;
 	-o-transition-delay: 300ms;
 	transition-delay: 300ms;
 	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 }

 .about-one_image-outer .image img {
 	position: relative;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 	border-radius: 30px;
 }

 .about-one_image-column .column:nth-child(2) .image {
 	position: relative;
 	margin-top: 110px;
 }

 .about-construction_image {
 	position: absolute;
 	left: 30px;
 	bottom: 110px;
 }

 .about-one_button {
 	position: absolute;
 	margin-top: 0;
 	bottom: 0;
 	left: 0;
 }

 .about-one_content-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .about-one_content-outer {
 	position: relative;
 	margin-top: 110px;
 	padding-left: 20px;
 }

 /* Feature Block One */

 .feature-block_one {
 	position: relative;
 	margin-bottom: 0px;
 }

 .feature-block_one-title {
 	position: relative;
 	font-weight: 700;
 	margin-bottom: 12px;
 	color: var(--black-color);
 }

 .feature-block_one-text {
 	position: relative;
 	font-weight: 400;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 }

 /* Feature Block Two */

 .feature-block_two {
 	position: relative;
 	margin-bottom: 0px;
 }

 .feature-block_two-inner {
 	position: relative;
 	overflow: hidden;
 	border-radius: 25px;
 	padding: 12px 25px 30px;
 	background-image: linear-gradient(to bottom, var(--theme-color));
 }

 .feature-block_two-inner:hover {
 	background-image: linear-gradient(to bottom, var(--theme-color2));
 }

 .feature-block_two-title {
 	position: relative;
 	font-size: 10px;
 	font-weight: 600;
 	margin-bottom: 10px;
 	letter-spacing: 0.40;
 	color: var(--white-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 }

 .feature-block_two-icon {
 	position: relative;
 	display: block;
 	text-align: right;
 	margin-bottom: 30px;
 	border-bottom: 1px solid var(--white-color);
 }

 .feature-block_two-icon i {
 	position: relative;
 	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;
 }

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

 .feature-block_two_count {
 	position: relative;
 	font-weight: 700;
 	font-size: 48px;
 	line-height: 50px;
 	color: var(--white-color);
 	font-family: var(--title-font);
 }

 .feature-block_two_count sup {
 	position: relative;
 	color: var(--white-color);
 }

 .feature-block_two-inner:hover .feature-block_two_count sup {
 	color: var(--white-color);
 }

 .feature-block_two_text {
 	position: relative;
 	font-size: 17px;
 	color: var(--white-color);
 	text-transform: capitalize;
 }

 /*** 

====================================================================
	Offer One
====================================================================

***/

 .service-one {
 	position: relative;
 	overflow: hidden;
 	z-index: 1;
 	padding: 20px 0px 40px;
 }

 .service-one_pattern-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	bottom: 0px;
 	width: 150%;
 	overflow: hidden;
 	border-radius: 40px 40px;
 	background-repeat: repeat;
 }

 .service-one_shadow {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	bottom: 0px;
 	width: 100%;
 	z-index: 1;
 	background-position: right bottom;
 	background-repeat: no-repeat;
 }

 .service-one .auto-container {
 	max-width: 1450px;
 }

 .service-one .inner-container {
 	padding-top: 100px;
 	padding-bottom: 100px;
 }

 .service-one .inner-container:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	bottom: 0px;
 	width: 150%;
 	border-radius: 0px 0px 0px 0px;
 	background-color: var(--black-color);
 }

 .service-one_title {
 	position: relative;
 	margin-bottom: 10px;
 }

 .service-one_title .service-one_arrow {
 	position: absolute;
 	right: 8px;
 	top: 9px;
 	width: 70px;
 	height: 70px;
 	font-size: 24px;
 	text-align: center;
 	line-height: 70px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	transform: rotate(-45deg);
 	background-color: var(--black-color);
 }

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

 .service-one_heading {
 	font-weight: 600;
 	color: var(--white-color);
 	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;
 }

 .service-one_heading a {
 	position: relative;
 	display: block;
 	border-radius: 50px;
 	color: var(--white-color);
 	text-transform: capitalize;
 	background-color: rgba(var(--white-color-rgb), 0.12);
 	padding: 28px 25px 28px 50px;
 }

 .service-one_title.active .service-one_arrow,
 .service-one_title:hover .service-one_arrow {
 	color: var(--black-color);
 	background-color: var(--white-color);
 }

 .service-one_title.active .service-one_heading a,
 .service-one_title:hover .service-one_heading a {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .service-one_image-column {
 	position: relative;
 	z-index: 10;
 }

 .service-one_image-outer {
 	position: relative;
 	height: 100%;
 }

 .service-one_images_outer {
 	position: relative;
 	height: 100%;
 }

 .service-one_title.active .service-one_subtitle,
 .service-one_title:hover .service-one_subtitle {
 	background-color: var(--color-two);
 }

 .service-one_image {
 	position: absolute;
 	right: 15px;
 	top: 0px;
 	opacity: 0;
 	display: block;
 	transition: all 0.5s;
 	-webkit-transition: all 0.5s;
 	-webkit-transform: rotate(-5deg) translateX(0px);
 	transform: rotate(-5deg) translateX(0px);
 }

 .service-one_image>img {
 	position: relative;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 	border-radius: 30px;
 }

 .service-one_image.active {
 	opacity: 1;
 	-webkit-transform: rotate(0deg) translateX(0px);
 	transform: rotate(0deg) translateX(0px);
 }

 .service-one_content-column {
 	position: relative;
 	z-index: 10;
 }

 .service-one_content-outer {
 	position: relative;
 	padding-left: 70px;
 	padding-right: 60px;
 }

 .service-one_content {
 	position: relative;
 	padding-top: 35px;
 }

 .service-one_sub-title {
 	position: relative;
 	font-weight: 600;
 	color: var(--white-color);
 	text-transform: capitalize;
 }

 .service-one_text {
 	position: relative;
 	z-index: 2;
 	margin-bottom: 40px;
 	line-height: 1.2;
 	font-size: 40px;
 }

 .service-one_button {
 	position: absolute;
 	right: 5px;
 	top: -90px;
 	padding: 10px 10px 0px;
 	border-radius: 50px 0px 50px 50px;
 }

 /*** 

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

***/

 .project-one {
 	position: relative;
 	border-radius: 0;
 	padding: 0px 0 0px;
 	background-color: #fff;
 }

 .project-one .container-fluid {
 	padding-left: 0;
 	padding-right: 0;
 	width: 100%
 }

 .project-one .auto-container {
 	max-width: 1320px;
 }

 .project-block_one.style-two .project-block_one-overlay {
 	display: flex;
 	justify-content: end;
 }

 .project-block_one.style-two .project-block_one-image:before {
 	left: -1px;
 	right: auto;
 	background: url(../images/icons/shape-2.html);
 }

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

 }

 /*.project-style-one-items .pin-spacer:first-child .project-block_one{
	position:relative;
	margin-bottom:50px;
}*/
 .project-block_one-inner {
 	position: relative;
 }

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

 .project-block_one-image img {
 	position: relative;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 	border-radius: 0px;
 	object-fit: cover;

 	height: 100vh
 }

 .project-block_one-image:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	top: -1px;
 	width: 393px;
 	height: 111px;
 	z-index: 1;
 	background: url(../images/icons/shape-1.html);
 	background-repeat: no-repeat;
 }

 .project-block_one-overlay {
 	position: absolute;
 	left: 100px;
 	top: 110px;
 	right: 130px;
 	opacity: 1;

 	transition-property: transform;
 	/* only transform will animate */
 	transition-duration: 0.5s;
 	/* duration of the transition */
 	transition-timing-function: ease;

 	animation: glowingmenu1 5s infinite;
 }

 /*.active .project-block_one-overlay{
	 opacity: 1;

}

 */


 .project-block_one-overlay_inner {
 	position: relative;
 	width: 100%;
 	max-width: 478px;
 	min-height: 280px;
 	padding: 42px 45px 42px;
 	background-size: cover;
 }

 .project-block_one-title {
 	position: relative;
 	font-weight: 600;
 	font-size: 18px;
 	color: var(--theme-color);
 	text-transform: capitalize;
 }

 .project-block_one-location {
 	position: relative;
 	font-weight: 600;
 	font-size: 18px;
 	display: flex;
 	gap: 15px;
 	align-items: center;
 	color: var(--black-color);
 	text-transform: capitalize;
 }

 .project-block_one-location .icon {
 	position: relative;
 	width: 24px;
 	display: inline-block;
 }

 .project-block_one-heading {
 	font-weight: 600;
 	margin-top: 0;
 	line-height: 1.2;
 	font-size: 41px;
 	text-transform: capitalize;
 }

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

 .project-block_one-heading a:hover {
 	color: var(--theme-color);
 }

 .project-block_one-text {
 	position: relative;
 	font-weight: 400;
 	font-size: 16px;
 	color: #666666;
 	line-height: 30px;
 	margin-top: 25px;
 	text-transform: capitalize;
 }

 .project-block_one-arrow {
 	position: absolute;
 	right: 66px;
 	bottom: -30px;
 	width: 59px;
 	height: 59px;
 	font-size: 20px;
 	line-height: 59px;
 	text-align: center;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	transform: rotate(-45deg);
 	background-color: var(--theme-color);
 }

 .project-block_one-arrow:hover {
 	background-color: var(--black-color);
 }

 /*** 

====================================================================
	Testimonial One
====================================================================

***/

 .testimonial-one {
 	position: relative;
 	overflow: hidden;
 	padding: 110px 0px 110px;
 	background-color: var(--white-color);
 }

 .testimonial-one_circle {
 	position: absolute;
 	right: -250px;
 	top: 80px;
 	width: 536px;
 	height: 536px;
 	border-radius: 550px;
 	border: 80px solid #f5f5f5;
 }

 .testimonial-one .single-item_carousel-pagination {
 	position: absolute;
 	top: 5%;
 	z-index: 999;
 	right: 0px !important;
 	left: auto !important;
 	width: 20px !important;
 }

 .testimonial-one .single-item_carousel-pagination .swiper-pagination-bullet {
 	position: relative;
 	opacity: 1;
 	width: 10px;
 	height: 10px;
 	display: block;
 	background: none;
 	margin: 30px 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;
 	border-radius: 50px;
 	display: block;
 	background-color: #d9d9d9;
 }

 .testimonial-one .single-item_carousel-pagination .swiper-pagination-bullet::before {
 	position: absolute;
 	content: '';
 	left: -8px;
 	top: -8px;
 	right: -8px;
 	bottom: -8px;
 	opacity: 0;
 	border-radius: 50px;
 	border: 1px solid var(--white-color);
 }

 .testimonial-one .single-item_carousel-pagination .swiper-pagination-bullet:hover,
 .testimonial-one .single-item_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 	opacity: 1;
 	background-color: var(--black-color);
 }

 .testimonial-one .single-item_carousel-pagination .swiper-pagination-bullet:hover::before,
 .testimonial-one .single-item_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
 	opacity: 1;
 	border-color: var(--black-color);
 }

 .testimonial-one_options {
 	position: relative;
 	font-size: 24px;
 	font-weight: 600;
 	color: var(--black-color);
 }

 .testimonial-one_options .rating {
 	position: relative;
 	font-size: 24px;
 	margin-top: 15px;
 	color: var(--theme-color);
 }

 .testimonial-one__authors {
 	position: relative;
 	margin-top: 10px;
 	margin-left: 60px;
 }

 .testimonial-one__authors li {
 	position: relative;
 	width: 74px;
 	height: 74px;
 	margin-left: -30px;
 	border-radius: 50px;
 	display: inline-block;
 	border: 3px solid var(--white-color);
 }

 .testimonial-one__trusted {
 	position: relative;
 	font-size: 24px;
 	color: #666666;
 	font-weight: 700;
 	line-height: 36px;
 	margin-left: 40px;
 }

 .testimonial-one__trusted span {
 	position: relative;
 	display: block;
 	font-size: 22px;
 	font-weight: 400;
 	color: var(--black-color);
 }

 .testimonial-one_carousel {
 	position: relative;
 	margin-top: 50px;
 }

 .testimonial-block_one {
 	position: relative;
 }

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

 .testimonial-block_one-text {
 	position: relative;
 	font-size: 40px;
 	font-weight: 700;
 	line-height: 55px;
 	max-width: 990px;
 	color: var(--black-color);
 }

 .testimonial-block_one-designation {
 	position: relative;
 	font-size: 20px;
 	font-weight: 700;
 	line-height: 30px;
 	margin-top: 30px;
 	color: var(--black-color);
 }

 .testimonial-block_one-designation span {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	color: #666666;
 	font-weight: 400;
 }

 /*** 

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

***/

 .counter-one {
 	position: relative;
 	overflow: hidden;
 	padding: 0px 0px 70px;
 }

 .counter-one_pattern {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

 .counter-one .counter-block_one:nth-child(2n + 1) {
 	transform: translateY(90px);
 }

 .counter-block_one {
 	position: relative;
 	margin-bottom: 120px;
 }

 .counter-block_one-inner {
 	position: relative;
 	padding-left: 40px;
 }

 .counter-block_one-outline {
 	position: absolute;
 	left: 0px;
 	top: 90px;
 	width: 2px;
 	height: 180%;
 	background-image: linear-gradient(to bottom, #999999, #717171, #4c4c4c, #2a2a2a, #060606);
 }

 .counter-block_one-outline:before {
 	position: absolute;
 	content: '';
 	left: -5px;
 	top: 0px;
 	width: 14px;
 	height: 14px;
 	border-radius: 50px;
 	background-color: #999999;
 	outline: 1px dashed var(--black-color);
 	outline-offset: 10px;
 }

 .counter-block_one-count {
 	position: relative;
 	font-size: 64px;
 	font-weight: 700;
 	line-height: 1em;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .counter-block_one-count sup {
 	position: relative;
 	color: var(--theme-color);
 }

 .counter-block_one-text {
 	position: relative;
 	font-size: 24px;
 	font-weight: 700;
 	line-height: 36px;
 	color: var(--black-color);
 	text-transform: capitalize;
 	font-family: var(--title-font);
 }

 /*** 

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

***/

 .faq-one {
 	position: relative;
 	padding: 110px 0px 125px;
 	background-color: #f5f5f5;
 }

 .faq-one.style-two {
 	background-color: inherit;
 	background-position: left top;
 	background-repeat: no-repeat;
 }

 .faq-one.style-two:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 50%;
 	z-index: -1;
 	background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
 }

 .faq-one_pattern {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	bottom: 0px;
 	height: 70px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

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

 .faq-one_image {
 	position: relative;
 	margin-left: -180px;
 }

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

 .faq-one_accordian-outer {
 	position: relative;
 	padding-left: 40px;
 }

 /*** 

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

***/

 .accordion-box {
 	position: relative;
 	z-index: 1;
 }

 .accordion-box .block {
 	position: relative;
 	border-radius: 50px;
 	margin-bottom: 25px;
 	background-color: var(--white-color);
 }

 .accordion-box .block.active-block {
 	border-radius: 35px;
 }

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

 .accordion-box .block .acc-btn {
 	position: relative;
 	cursor: pointer;
 	line-height: 30px;
 	font-weight: 600;
 	font-size: 20px;
 	border-radius: 50px;
 	padding: 22px 55px 22px 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;
 	font-family: var(--title-font);
 	background-image: linear-gradient(to right, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);
 }

 .accordion-box .block .acc-btn.active {
 	background: none;
 }

 .accordion-box .block .icon-outer {
 	position: absolute;
 	right: 12px;
 	top: 10px;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .accordion-box .block .icon-outer .icon {
 	position: relative;
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
 	border-radius: 50px;
 	display: inline-block;
 	transform: rotate(-45deg);
 	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;
 	background-color: var(--theme-color);
 }

 .accordion-box .block .acc-btn.active .icon-outer .icon {
 	transform: rotate(45deg);
 	background-color: var(--black-color);
 }

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

 .accordion-box .block .acc-content {
 	position: relative;
 	display: none;
 }

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

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

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

 .accordion-box .block .content .text {
 	line-height: 32px;
 	font-size: 18px;
 	color: #666666;
 }

 .accordion-box.style-two .block {
 	border: 1px solid rgba(0, 0, 0, 0.60);
 }

 .accordion-box.style-two .block .acc-btn {
 	background: none;
 }

 .accordion-box.style-two .block.active-block {
 	background-color: #eeeeee;
 }

 .clients-box_one {
 	position: relative;
 	margin-top: 0px;
 }

 .clients-box_one.style-two {
 	position: relative;
 	margin-bottom: 100px;
 }

 .clients-box_one .client-image {
 	position: relative;
 	text-align: center;
 	padding: 0px 15px;
 	margin: 0px;
 	margin-bottom: 30px;
 	/*  
    border-radius: 20px;
    box-shadow: 0px 3px 7px 4px #22222259;*/
 }

 .client-one_subtitle {
 	position: relative;
 	padding: 10px 25px;
 	color: #666666;
 	font-size: 16px;
 	font-weight: 700;
 	margin-top: 70px;
 	border-radius: 50px;
 	display: inline-block;
 	text-transform: uppercase;
 	border: 1px solid #666666;
 }

 .Client-sec {
 	padding: 0px 0 60px;
 	position: relative;
 }

 /*** 

====================================================================
	Contact One
====================================================================

***/

 .contact-one {
 	position: relative;
 	padding: 90px 0px 0px;
 }

 .contact-one .sec-title_text {
 	font-weight: 600;
 	font-size: 21px;
 	line-height: 32px;
 	color: var(--black-color);
 }

 .info-block_one {
 	position: relative;
 	margin-bottom: 45px;
 }

 .info-block_one-inner {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	padding-left: 75px;
 }

 .info-block_one-icon {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	font-size: 22px;
 	border-radius: 50px;
 	text-align: center;
 	line-height: 60px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .info-block_one-inner strong {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 30px;
 	margin-bottom: 5px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 /* Contact Form */

 .contact-form {
 	position: relative;
 	z-index: 10;
 }

 .contact-form .form-group {
 	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 input[type="number"],
 .contact-form .form-group select {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 50px;
 	line-height: 28px;
 	padding: 10px 20px;
 	font-weight: 400;
 	font-size: 16px;
 	background: none;
 	color: var(--black-color);
 	border-radius: 50px;
 	-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: #f5f5f5;
 	background-color: transparent;
 	border: 1px solid #dfdfdf;
 }

 .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 {}

 .contact-form .form-group textarea {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 120px;
 	resize: none;
 	font-size: 16px;
 	line-height: 26px;
 	padding: 20px 20px;
 	border-radius: 25px;
 	color: var(--black-color);
 	background-color: #f5f5f5;
 	-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: transparent;
 	border: 1px solid #dfdfdf;
 }

 .contact-form input:focus,
 .contact-form select:focus,
 .contact-form textarea:focus {}

 .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_text {
 	position: relative;
 	font-weight: 600;
 	font-size: 18px;
 	line-height: 32px;
 	color: var(--black-color);
 }

 .contact-one .video-image {
 	position: relative;
 	margin-top: -70px;
 	z-index: 1;
 }

 .contact-one .video-image img {
 	position: relative;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 	border-radius: 40px;
 }

 .contact-one .video-image:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	top: 0px;
 	z-index: 1;
 	width: 724px;
 	height: 156px;
 	background: url(../images/background/pattern-5.png);
 	background-repeat: no-repeat;
 }

 .contact-one_video {
 	position: absolute;
 	right: 41%;
 	bottom: 28%;
 	width: 117px;
 	height: 117px;
 	font-size: 40px;
 	text-align: center;
 	border-radius: 100px;
 	line-height: 117px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .contact-one_video:before {
 	position: absolute;
 	content: '';
 	right: 7px;
 	top: 7px;
 	left: -7px;
 	bottom: -7px;
 	z-index: -1;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 }

 .contact-one_video .ripple,
 .contact-one_video .ripple:before,
 .contact-one_video .ripple:after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 176px;
 	height: 176px;
 	-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%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
 	-webkit-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-moz-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-ms-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-o-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-webkit-animation: ripple 3s infinite;
 	-moz-animation: ripple 3s infinite;
 	-ms-animation: ripple 3s infinite;
 	-o-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 }

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

 .contact-one_video .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);
 	}
 }

 /*** 

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

***/

 .marketing-one {
 	position: relative;
 	z-index: 1;
 	overflow: hidden;
 }

 .marketing-one .animation_mode {
 	position: relative;
 	min-height: 100px;
 	margin-left: -10px;
 }

 .marketing-one .animation_mode h1 {
 	font-weight: 800;
 	font-size: 64px;
 	line-height: 1em;
 	padding: 20px 0px 6px;
 	display: inline-block;
 	text-transform: uppercase;
 	color: var(--black-color);
 }

 .marketing-one .animation_mode h1.light {
 	color: transparent;
 	font-weight: 800;
 	opacity: 0.70;
 	-webkit-text-stroke-width: 2px;
 	font-family: "Raleway", serif;
 	-webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
 }

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

 .marketing-one .animation_mode-two {
 	position: relative;
 	min-height: 100px;
 	top: 0px;
 	margin-left: -10px;
 	transform: rotate(0deg);
 	background-color: var(--color-five);
 }

 .marketing-one .animation_mode-two::before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 8px;
 	right: 0px;
 	bottom: 8px;
 	background-color: var(--theme-color);
 }

 .marketing-one .animation_mode-two h1 {
 	font-weight: 800;
 	font-size: 36px;
 	line-height: 1em;
 	padding: 30px 0px 15px;
 	display: inline-block;
 	text-transform: uppercase;
 	color: var(--white-color);
 }

 .marketing-one .animation_mode-two .marketing-one_icon {
 	position: relative;
 	top: -8px;
 	line-height: 1em;
 	margin: 0px 15px;
 }

 /*** 

====================================================================
	Blog One
====================================================================

***/

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

 .news-one.style-two {
 	padding-top: 110px;
 }

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

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

 .news-block_one-image_outer {
 	position: relative;
 }

 .news-block_one-image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 30px;
 }

 .news-block_one-image:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	bottom: 0px;
 	width: 174px;
 	height: 66px;
 	z-index: 9;
 	background: url(../images/icons/shape-3.html);
 	background-repeat: no-repeat;
 }

 .news-block_one-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-block_one-inner:hover .news-block_one-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-block_one-inner:hover .news-block_one-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-block_one-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-block_one-content {
 	position: relative;
 	padding-top: 30px;
 }

 .news-block_one-date {
 	position: absolute;
 	right: 10px;
 	bottom: 0px;
 	z-index: 10;
 	font-size: 16px;
 	font-weight: 600;
 	padding: 9px 35px;
 	border-radius: 50px;
 	letter-spacing: 1px;
 	color: var(--white-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 	background-color: var(--black-color);
 }

 .news-block_one-meta {
 	position: relative;
 }

 .news-block_one-meta li {
 	position: relative;
 	font-size: 16px;
 	padding-left: 30px;
 	margin-right: 15px;
 	display: inline-block;
 	color: var(--black-color);
 }

 .news-block_one-meta li .icon {
 	position: absolute;
 	left: 0px;
 	top: 2px;
 	line-height: 1em;
 	color: var(--theme-color);
 }

 .news-block_one-meta li:last-child {
 	margin-right: 0px;
 	padding-right: 0px;
 }

 .news-block_one-title {
 	position: relative;
 	margin-top: 0;
 	text-transform: capitalize;
 	line-height: 1.4;
 	font-size: 21px;
 }

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

 .news-block_one-title a:hover {
 	color: var(--theme-color);
 }

 .news-block_one-text {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 	margin-top: 15px;
 }

 .news-block_one-button {
 	position: relative;
 	margin-top: 25px;
 }

 .news-block_one-button:before {
 	position: absolute;
 	content: '';
 	left: 25px;
 	bottom: 0px;
 	right: 0px;
 	border-bottom: 2px solid #f5f5f5;
 	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_one-button:after {
 	position: absolute;
 	content: '\f0da';
 	right: 0px;
 	bottom: -10px;
 	color: #f5f5f5;
 	font-size: 20px;
 	font-weight: 800;
 	font-family: 'Font Awesome 6 Free';
 	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_one-more {
 	position: relative;
 	font-weight: 700;
 	letter-spacing: 1px;
 	padding: 17px 35px;
 	border-radius: 50px 50px 0px 50px;
 	display: inline-block;
 	background-color: #f5f5f5;
 	color: var(--black-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 }

 .news-block_one-inner:hover .news-block_one-button:after {
 	color: var(--theme-color);
 }

 .news-block_one-inner:hover .news-block_one-button:before {
 	border-color: var(--theme-color);
 }

 .news-block_one-inner:hover .news-block_one-more {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 /*** 

====================================================================
	Banner One
====================================================================

***/

 .banner-one {
 	position: relative;
 	overflow: hidden;
 	padding: 270px 0px 70px;
 }

 .banner-one_image {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	width: 50%;
 	bottom: 0px;
 	overflow: hidden;
 	border-radius: 0px 0px 0px 75px;
 }

 .banner-one_content {
 	position: relative;
 }

 .banner-one_text {
 	position: relative;
 	font-weight: 600;
 	font-size: 20px;
 	line-height: 34px;
 	margin-bottom: 45px;
 	color: var(--black-color);
 }

 .banner-one_title {
 	position: relative;
 	font-size: 100px;
 	line-height: 1em;
 	text-transform: uppercase;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .banner-one_subtitle {
 	position: relative;
 	font-size: 276px;
 	font-weight: 800;
 	line-height: 1em;
 	text-transform: uppercase;
 	color: var(--theme-color);
 	font-family: "Alumni Sans", sans-serif;
 }

 .banner-one_subtitle span {
 	position: relative;
 	color: var(--white-color);
 }

 .banner-one_button {
 	position: relative;
 }

 .banner-one_video {
 	position: absolute;
 	left: 46%;
 	top: 10%;
 	width: 126px;
 	height: 126px;
 	font-size: 30px;
 	text-align: center;
 	border-radius: 100px;
 	line-height: 126px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .banner-one_video:before {
 	position: absolute;
 	content: '';
 	right: 7px;
 	top: 7px;
 	left: -7px;
 	bottom: -7px;
 	z-index: -1;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 }

 .banner-one_video .ripple,
 .banner-one_video .ripple:before,
 .banner-one_video .ripple:after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 126px;
 	height: 126px;
 	-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%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
 	-webkit-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-moz-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-ms-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-o-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-webkit-animation: ripple 3s infinite;
 	-moz-animation: ripple 3s infinite;
 	-ms-animation: ripple 3s infinite;
 	-o-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 }

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

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

 /*** 

====================================================================
	Service Two
====================================================================

***/

 .service-two {
 	position: relative;
 	overflow: hidden;
 	padding: 110px 0px 140px;
 	background-position: right bottom;
 	background-repeat: no-repeat;
 }

 .service-two .auto-container {
 	max-width: 1650px;
 }

 .service-two .service-block_one {
 	width: 20%;
 	padding: 0px 15px;
 }

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

 .service-block_one-inner {
 	position: relative;
 	padding: 35px 35px;
 	border-radius: 15px;
 	border: 1px solid rgba(0, 0, 0, 0.10)
 }

 .service-block_one-icon {
 	position: relative;
 	width: 80px;
 	height: 80px;
 	line-height: 80px;
 	border-radius: 50px;
 	text-align: center;
 	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(--theme-color);
 }

 .service-block_one-inner:hover .service-block_one-icon {
 	transform: rotateY(180deg);
 }

 .service-block_one-heading {
 	position: relative;
 	margin-top: 40px;
 }

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

 .service-block_one-text {
 	position: relative;
 	font-size: 15px;
 	color: #666666;
 	line-height: 27px;
 	margin-top: 20px;
 	margin-bottom: 28px;
 }

 .service-block_one-more {
 	position: relative;
 	font-size: 15px;
 	margin-top: 20px;
 	font-weight: 700;
 	color: var(--theme-color);
 	font-family: var(--title-font);
 }

 .service-block_one_image {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	opacity: 0;
 	overflow: hidden;
 	border-radius: 15px;
 	background-size: cover;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transform: scale(0.2, 1);
 }

 .service-block_one-inner:hover .service-block_one_image {
 	opacity: 1;
 	transform: scale(1, 1);
 }

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

 .service-block_one_hover-image {
 	position: absolute;
 	right: -30px;
 	top: 40px;
 	z-index: 1;
 	opacity: 0;
 	width: 210px;
 	height: 100px;
 	border-radius: 15px;
 	transform: scale(1, 0.2);
 	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_one-inner:hover .service-block_one_hover-image {
 	opacity: 1;
 	transform: scale(1, 1);
 }

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

 /*** 

====================================================================
	Fluid One
====================================================================

***/

 .fluid-one {
 	position: relative;
 }

 .fluid-one:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	top: 90px;
 	bottom: 0px;
 	left: 0px;
 	background-color: #F5F5F5;
 }

 .fluid-one .outer-container {
 	position: relative;
 }

 .fluid-one .left-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 50%;
 	height: 100%;
 	background-size: cover;
 	border-radius: 0px 50px 50px 0px;
 }

 .fluid-one_image {
 	position: relative;
 	display: none;
 }

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


 .fluid-one .right-box {
 	position: relative;
 	float: right;
 	width: 50%;
 	padding: 210px 15px 40px 80px;
 }

 .fluid-one .right-box_inner {
 	position: relative;
 	max-width: 650px;
 }

 .fluid-one .sec-title_text {
 	max-width: 550px;
 }

 .fluid-one_list {
 	position: relative;
 	margin-bottom: 50px;
 }

 .fluid-one_list li {
 	position: relative;
 	font-size: 18px;
 	font-weight: 700;
 	margin-bottom: 20px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .fluid-one_list li i {
 	position: relative;
 	margin-right: 20px;
 	color: var(--theme-color);
 }

 .fluid-one_list li:last-child {
 	margin-bottom: 0px;
 }

 .fluid-one_experiance {
 	position: relative;
 	line-height: 1em;
 	font-size: 120px;
 	font-weight: 700;

 	color: #ffffff;
 	-webkit-text-stroke-width: 2px;
 	font-family: "Raleway", serif;
 	-webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
 }

 .fluid-one_experiance span {
 	position: relative;
 	font-size: 16px;
 	font-weight: 300 !important;
 	margin-left: -30px;
 	letter-spacing: 2px;
 	color: var(--black-color);
 	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
 }

 .fluid-one_author {
 	position: relative;
 }

 .fluid-one_author-inner {
 	position: relative;
 	font-size: 20px;
 	min-height: 98px;
 	font-weight: 700;
 	padding-top: 22px;
 	padding-left: 125px;
 	color: var(--theme-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 }

 .fluid-one_author-image {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 98px;
 	height: 98px;
 	border-radius: 150px;
 	border: 3px solid var(--white-color);
 }

 .fluid-one_author-inner span {
 	position: relative;
 	color: #666666;
 	font-size: 14px;
 	display: block;
 	margin-top: 5px;
 	text-transform: capitalize;
 }

 .fluid-one_video {
 	position: relative;
 	padding: 8px 8px;
 	border-radius: 200px;
 	background-color: var(--theme-color);
 }

 .fluid-one_video-text {
 	position: relative;
 	font-size: 16px;
 	color: var(--white-color);
 	text-transform: capitalize;
 	font-family: var(--title-font);
 }

 .fluid-one_author {
 	position: relative;
 	display: inline-block;
 }

 .fluid-one_video-play {
 	position: relative;
 	width: 80px;
 	height: 80px;
 	font-size: 22px;
 	text-align: center;
 	border-radius: 100px;
 	line-height: 80px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .fluid-one_video-play:before {
 	position: absolute;
 	content: '';
 	right: 7px;
 	top: 7px;
 	left: -7px;
 	bottom: -7px;
 	z-index: -1;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 }

 .fluid-one_video-play .ripple,
 .fluid-one_video-play .ripple:before,
 .fluid-one_video-play .ripple:after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 80px;
 	height: 80px;
 	-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%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
 	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
 	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
 	-ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
 	-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
 	box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
 	-webkit-animation: ripple 3s infinite;
 	-moz-animation: ripple 3s infinite;
 	-ms-animation: ripple 3s infinite;
 	-o-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 }

 .fluid-one_video-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;
 }

 .fluid-one_video-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;
 }

 /*** 

====================================================================
	Counter Two
====================================================================

***/

 .counter-two {
 	position: relative;
 	padding: 100px 0px 120px;
 	background-color: #F5F5F5;
 }

 .counter-two_pattern {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	bottom: 0px;
 	height: 70px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

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

 .counter-block_two-inner {
 	position: relative;
 	padding: 35px 30px 30px;
 	border-radius: 25px;
 	background-color: rgba(0, 0, 0, 0.05);
 }

 .counter-block_two-count {
 	position: relative;
 	font-size: 60px;
 	font-weight: 600;
 	line-height: 1em;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .counter-block_two-count sup {
 	position: relative;
 	color: var(--theme-color);
 }

 .counter-block_two-text {
 	position: relative;
 	font-size: 15px;
 	font-weight: 500;
 	line-height: 28px;
 	margin-bottom: 100px;
 	padding-bottom: 10px;
 	color: var(--black-color);
 	text-transform: uppercase;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
 	font-family: var(--title-font);
 }

 .counter-block_two-icon {
 	position: relative;
 	margin-bottom: 20px;
 }

 /*** 

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

***/

 .project-two {
 	position: relative;
 	border-radius: 0px 0px 50px 50px;
 	padding: 110px 0px 110px;
 }

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

 .project-two .outer-box {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: nowrap;
 	flex-wrap: nowrap;
 	margin-left: -150px;
 	margin-right: -150px;
 	overflow: hidden;
 }

 @media only screen and (max-width: 1699px) {
 	.project-two .outer-box {
 		margin: 0 -50px;
 		padding: 0 10px;
 	}
 }

 @media (max-width: 1399.98px) {

 	.project-two .outer-box {
 		margin: 0;
 	}
 }

 @media (max-width: 991.98px) {
 	.project-two .outer-box {
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		padding: 0;
 	}
 }

 .project-two .project-block-four {
 	min-height: 470px;
 	margin-right: 5px;
 	margin-left: 5px;
 	-webkit-box-flex: 1;
 	-ms-flex: 1;
 	flex: 1;
 	will-change: flex;
 }

 .project-two .project-block-four:hover,
 .project-two .project-block-four.active {
 	-webkit-box-flex: 2;
 	-ms-flex: 2;
 	flex: 2;
 }

 @media (max-width: 991.98px) {
 	.project-two .project-block-four {
 		width: 50%;
 		-webkit-box-flex: 0 !important;
 		-ms-flex: 0 0 50% !important;
 		flex: 0 0 50% !important;
 		padding: 0 15px;
 		margin-left: 0;
 		margin-right: 0;
 	}
 }

 @media (max-width: 767.98px) {
 	.project-two .project-block-four {
 		width: 100%;
 		-webkit-box-flex: 0 !important;
 		-ms-flex: 0 0 100% !important;
 		flex: 0 0 100% !important;
 	}
 }

 .project-block-four {
 	position: relative;
 	margin-bottom: 30px;
 	-webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
 	transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
 }

 .project-block-four .active .image-box .image:before {
 	opacity: 0.3;
 	-webkit-transform: scale(1);
 	transform: scale(1);
 }

 .project-block-four .active .icon {
 	background-color: var(--theme-color-light);
 	color: var(--theme-color-dark);
 }

 .project-block-four .active .content-box .float-text {
 	opacity: 1;
 }

 .project-block-four .active .content-box .cat {
 	opacity: 1;
 	-webkit-transform: translate(0);
 	transform: translate(0);
 	-webkit-transition-delay: 600ms;
 	transition-delay: 600ms;
 }

 .project-block-four .active .content-box .title {
 	opacity: 1;
 	-webkit-transform: translate(0);
 	transform: translate(0);
 	-webkit-transition-delay: 900ms;
 	transition-delay: 900ms;
 }

 .project-block-four .active .content-box .button {
 	opacity: 1;
 	-webkit-transform: scale(1);
 	transform: scale(1);
 	-webkit-transition-delay: 1200ms;
 	transition-delay: 1200ms;
 }

 .project-block-four .active .content-box-hover .title {
 	opacity: 0;
 	-webkit-transform: translateY(100);
 	transform: translateY(100);
 	-webkit-transition-delay: 200ms;
 	transition-delay: 200ms;
 }

 .project-block-four .inner-box {
 	position: relative;
 	overflow: hidden;
 	border-radius: 30px;
 }

 .project-block-four .inner-box:hover .image-box .image:before {
 	opacity: 0.3;
 	-webkit-transform: scale(1);
 	transform: scale(1);
 }

 .project-block-four .inner-box:hover .icon {
 	background-color: var(--theme-color-light);
 	color: var(--theme-color-dark);
 }

 .project-block-four .inner-box:hover .content-box .float-text {
 	opacity: 1;
 }

 .project-block-four .inner-box:hover .content-box .cat {
 	opacity: 1;
 	-webkit-transform: translate(0);
 	transform: translate(0);
 	-webkit-transition-delay: 600ms;
 	transition-delay: 600ms;
 }

 .project-block-four .inner-box:hover .content-box .title {
 	opacity: 1;
 	-webkit-transform: translate(0);
 	transform: translate(0);
 	-webkit-transition-delay: 900ms;
 	transition-delay: 900ms;
 }

 .project-block-four .inner-box:hover .content-box .button {
 	opacity: 1;
 	-webkit-transform: scale(1);
 	transform: scale(1);
 	-webkit-transition-delay: 1200ms;
 	transition-delay: 1200ms;
 }

 .project-block-four .inner-box:hover .content-box-hover .title {
 	opacity: 0;
 	-webkit-transform: translateY(100);
 	transform: translateY(100);
 	-webkit-transition-delay: 200ms;
 	transition-delay: 200ms;
 }

 .project-block-four .image-box {
 	position: relative;
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .project-block-four .image-box .image {
 	position: relative;
 	margin-bottom: 0;
 }

 .project-block-four .image-box .image::before {
 	content: "";
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	width: 100%;
 	height: 100%;
 	pointer-events: none;
 	background: #1d1d29;
 	opacity: 0;
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 	z-index: 2;
 }

 .project-block-four .image-box .image::after {
 	content: "";
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	width: 100%;
 	height: 100%;
 	pointer-events: none;
 	background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 41, 0)), color-stop(75%, rgba(29, 29, 41, 0.75)));
 	background: linear-gradient(to bottom, rgba(29, 29, 41, 0) 0%, rgba(29, 29, 41, 0.75) 75%);
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 	z-index: 2;
 }

 .project-block-four .image-box .image img {
 	width: 100%;
 	height: 470px;
 	-o-object-fit: cover;
 	object-fit: cover;
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .project-block-four .content-box-hover {
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 100%;
 	width: 100%;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-align: end;
 	-ms-flex-align: end;
 	align-items: end;
 	-webkit-box-pack: end;
 	-ms-flex-pack: end;
 	justify-content: end;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	text-align: center;
 	z-index: 2;
 	padding: 30px 30px;
 }

 .project-block-four .content-box-hover .title {
 	-webkit-transform: rotate(180deg);
 	-khtml-transform: rotate(180deg);
 	transform: rotate(180deg);
 	-webkit-writing-mode: vertical-rl;
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
 	text-align: start;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	margin-bottom: 0;
 	color: var(--white-color);
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .project-block-four .content-box-hover .title span {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	color: var(--white-color);
 }

 .project-block-four .content-box-hover .title a {
 	color: var(--white-color);
 }

 .project-block-four .content-box {
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 100%;
 	width: 100%;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	-ms-flex-direction: column;
 	flex-direction: column;
 	z-index: 3;
 	padding: 30px 40px;
 }

 .project-block-four .content-box .float-text {
 	position: relative;
 	font-size: 16px;
 	text-transform: capitalize;
 	letter-spacing: 0.02em;
 	font-weight: 600;
 	opacity: 0;
 	color: var(--white-color);
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .project-block-four .content-box .cat {
 	position: relative;
 	font-weight: 700;
 	color: var(--white-color);
 	display: inline-block;
 	opacity: 0;
 	font-size: 20px;
 	-webkit-transform: translateY(20px);
 	transform: translateY(20px);
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 	text-transform: capitalize;
 	padding-bottom: 15px;
 	margin-top: 18px;
 	border-bottom: 1px solid var(--white-color);
 }

 .project-block-four .content-box .cat:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	bottom: -5px;
 	width: 10px;
 	height: 10px;
 	border-radius: 50px;
 	background-color: var(--white-color);
 }

 .project-block-four .content-box .cat .icon {
 	position: relative;
 	margin-right: 10px;
 }

 .project-block-four .content-box .title {
 	position: relative;
 	font-weight: 600;
 	margin-bottom: 0;
 	color: var(--white-color);
 	-webkit-transform: translateY(20px);
 	transform: translateY(20px);
 	opacity: 0;
 	margin-top: 15px;
 	margin-bottom: 15px;
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .project-block-four .content-box .title a {
 	position: relative;
 	color: var(--white-color);
 }

 @media (max-width: 991.98px) {
 	.project-block-four .content-box .title {
 		font-size: 30px;
 	}
 }

 .project-block-four .button {
 	position: relative;
 	margin-top: 15px;
 	opacity: 0;
 	-webkit-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 /*** 

====================================================================
	Price One
====================================================================

***/

 .price-one {
 	position: relative;
 	overflow: hidden;
 	padding: 110px 0px 80px;
 }

 .price-one .auto-container {
 	max-width: 1100px;
 }

 .price-one_circle {
 	position: absolute;
 	right: -250px;
 	top: 25%;
 	width: 536px;
 	height: 536px;
 	border-radius: 550px;
 	border: 80px solid #f5f5f5;
 	-webkit-animation: icon-bounce 0.8s ease-out infinite;
 	animation: icon-bounce 0.8s ease-out infinite;
 }

 .price-one_shadow {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	background-position: left center;
 	background-repeat: no-repeat;
 }

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

 .price-block_one-inner {
 	position: relative;
 	padding: 55px 35px;
 	overflow: hidden;
 	border-radius: 30px;
 	background-color: #f5f5f5;
 }

 .price-block_one-inner:before {
 	position: absolute;
 	content: '';
 	top: 0px;
 	left: 0px;
 	right: 0px;
 	bottom: 0px;
 	opacity: 0;
 	background-color: #121212;
 	transform: scale(1, 0.2);
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .price-block_one-inner:hover::before {
 	opacity: 1;
 	transform: scale(1, 1);
 }

 .price-block_one.active .price-block_one-list li,
 .price-block_one.active .price-block_one-title,
 .price-block_one.active .price-block_one-text,
 .price-block_one.active .price-block_one-price {
 	color: var(--white-color);
 }

 .price-block_one.active .price-block_one-inner:before {
 	opacity: 1;
 	transform: scale(1, 1);
 }

 .price-block_one-featured {
 	position: absolute;
 	left: 15px;
 	top: 15px;
 	font-weight: 600;
 	padding: 7px 20px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--theme-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 	background-color: var(--white-color);
 }

 .price-block_one-shadow {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	right: 0px;
 	bottom: 0px;
 	background-position: left bottom;
 	background-repeat: no-repeat;
 }

 .price-block_one-title {
 	position: relative;
 	font-weight: 700;
 	margin-top: 40px;
 	color: var(--black-color);
 	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;
 }

 .price-block_one-text {
 	position: relative;
 	font-weight: 600;
 	font-size: 16px;
 	line-height: 28px;
 	margin-top: 10px;
 	color: var(--black-color);
 	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;
 }

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

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

 .price-block_one-list li {
 	position: relative;
 	font-weight: 600;
 	font-size: 16px;
 	padding-left: 30px;
 	margin-bottom: 18px;
 	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;
 }

 .price-block_one-list li:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	width: 15px;
 	height: 17px;
 	background: url(../images/icons/price-tag.html) no-repeat;
 }

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

 .price-block_one-price {
 	position: relative;
 	font-size: 48px;
 	font-weight: 700;
 	line-height: 42px;
 	text-align: center;
 	margin-bottom: 15px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .price-block_one-price span {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	font-weight: 500;
 }

 .price-block_one-inner .theme-btn {
 	text-transform: uppercase;
 }

 /*** 

====================================================================
	Marketing Two
====================================================================

***/

 .marketing-two {
 	position: relative;
 	z-index: 1;
 	overflow: hidden;
 	padding-bottom: 100px;
 }

 .marketing-two.style-two {
 	margin-top: 110px;
 }

 .marketing-two .brands-mode {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .marketing-two .brand-conetnt {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	animation: slide-left 50s linear infinite;
 }

 .marketing-two .brand-conetnt.two {
 	animation: slide-right 50s linear infinite;
 }

 .marketing-two .brand-conetnt.two h1 {
 	color: var(--black-color);
 }

 .marketing-two .brand-conetnt h1 {
 	font-weight: 800;
 	font-size: 96px;
 	line-height: 1em;
 	padding: 0px 0px 6px;
 	display: inline-block;
 	text-transform: uppercase;

 	color: transparent;
 	font-weight: 800;

 	-webkit-text-stroke-width: 2px;
 	font-family: "Raleway", serif;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	-webkit-text-stroke-color: rgba(var(-rgb), 1);
 }

 .marketing-two .brand-conetnt .marketing-two_icon {
 	position: relative;
 	top: 0px;
 	width: 20px;
 	height: 20px;
 	line-height: 1em;
 	margin: 0px 15px;
 	border-radius: 50px;
 	display: inline-block;
 	border: 2px solid var(--theme-color);
 }

 .marketing-two .brand-conetnt .animation_mode-two {
 	position: relative;
 	min-height: 100px;
 	top: 0px;
 	margin-left: -10px;
 }

 .marketing-two .brand-conetnt h1:hover {
 	color: #000000;
 }

 .marketing-two .brand-conetnt h1 {
 	font-weight: 800;
 	font-size: 96px;
 	line-height: 1em;
 	padding: 0px 0px 6px;
 	display: inline-block;
 	text-transform: uppercase;

 	color: transparent;
 	font-weight: 800;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	-webkit-text-stroke-width: 2px;
 	font-family: "Raleway", serif;
 	-webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
 }

 .marketing-two .brand-conetnt .marketing-two_icon {
 	position: relative;
 	top: 0px;
 	width: 20px;
 	height: 20px;
 	line-height: 1em;
 	margin: 0px 15px;
 	border-radius: 50px;
 	display: inline-block;
 	border: 2px solid var(--theme-color);
 }

 @-webkit-keyframes slide-left {
 	0% {
 		-webkit-transform: translateX(0%);
 		transform: translateX(0%);
 	}

 	100% {
 		-webkit-transform: translateX(-100%);
 		transform: translateX(-100%);
 	}
 }

 @keyframes slide-right {
 	0% {
 		-webkit-transform: translateX(-90%);
 		transform: translateX(-90%);
 	}

 	100% {
 		-webkit-transform: translateX(90%);
 		transform: translateX(90%);
 	}
 }

 /*** 

====================================================================
	Award One
====================================================================

***/

 .award-one {
 	position: relative;
 	overflow: hidden;
 	padding: 140px 15px 130px;
 	background-color: #F5F5F5;
 }

 .award-one .auto-container {
 	position: relative;
 	max-width: 1750px;
 }

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

 .award-one_pattern {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	top: 0px;
 	height: 70px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

 .award-one .animation_mode {
 	min-height: 70px;
 }

 .award-one .animation_mode-two {
 	min-height: 70px;
 	margin-top: 30px;
 }

 .award-block_one {
 	position: relative;
 	display: inline-block;
 	margin-bottom: 30px;
 	margin: 0px 10px;
 }

 .award-block_one-inner {
 	position: relative;
 	padding: 10px 10px;
 	align-items: center;
 	border-radius: 50px;
 	display: inline-block;
 	background-color: var(--white-color);
 }

 .award-block_one-icon {
 	position: relative;
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
 	font-size: 18px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-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;
 }

 .award-block_one-title {
 	position: relative;
 	font-weight: 700;
 	font-size: 20px;
 	margin: 0px 15px;
 	display: inline-block;
 	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: var(--title-font);
 }

 .award-block_one-title i {
 	position: relative;
 	font-weight: 400;
 	color: #666666;
 	font-size: 16px;
 	margin-right: 10px;
 	margin-left: 10px;
 	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: var(--body-font);
 }

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

 .award-block_one-inner:hover .award-block_one-icon {
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .award-block_one-inner:hover {
 	background-color: var(--theme-color);
 }

 /*** 

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

***/

 .team-one {
 	position: relative;
 	overflow: hidden;
 	padding: 110px 0px 110px;
 }

 .team-one.style-two {
 	background-position: left top;
 	background-repeat: no-repeat;
 }

 .team-one.style-two:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 50%;
 	z-index: -1;
 	background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
 }

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

 .team-one_pattern {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	right: 0px;
 	height: 266px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

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

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

 .team-block_one-image {
 	position: relative;
 	padding-top: 15px;
 	padding-right: 15px;
 }

 .team-block_one-image:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	top: 0px;
 	left: 20px;
 	bottom: 20px;
 	border-radius: 25px;
 	border: 1px solid rgba(0, 0, 0, 0.10);
 }

 .team-block_one-image:after {
 	position: absolute;
 	content: '';
 	right: 15px;
 	top: 15px;
 	width: 97px;
 	height: 97px;
 	background: url(../images/icons/team-shape.html) no-repeat;
 }

 .team-block_one-image img {
 	position: relative;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 	border-radius: 25px 0px 25px 25px;
 }

 .team-block_one-content {
 	position: absolute;
 	left: 30px;
 	bottom: 30px;
 	right: 50px;
 	padding: 20px 15px;
 	text-align: center;
 	overflow: hidden;
 	border-radius: 15px;
 }

 .team-block_one-content:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	-webkit-filter: blur(10px);
 	filter: blur(10px);
 	background-color: rgba(0, 0, 0, 0.50);
 }

 .team-block_one-title {
 	position: relative;
 	font-size: 28px;
 }

 .team-block_one-title a {
 	position: relative;
 	color: var(--white-color);
 }

 .team-block_one-title a:hover {
 	color: var(--theme-color);
 }

 .team-block_one-designation {
 	position: relative;
 	font-size: 16px;
 	margin-top: 8px;
 	color: var(--white-color);
 }

 .team-block_one-shares {
 	position: absolute;
 	right: 18px;
 	top: 17px;
 }

 .team-block_one-inner:hover .team-block_one-share_icon {
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .team-block_one-share_icon {
 	position: relative;
 	width: 54px;
 	height: 54px;
 	z-index: 10;
 	font-size: 24px;
 	line-height: 54px;
 	border-radius: 50px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

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

 .team-block_one-socials {
 	position: absolute;
 	right: 2px;
 	top: -150%;
 	width: 50px;
 	z-index: 1;
 	opacity: 0;
 	padding: 10px 0px;
 	text-align: center;
 	border-radius: 50px;
 	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);
 }

 .team-block_one-socials a {
 	position: relative;
 	font-size: 16px;
 	display: block;
 	width: 40px;
 	height: 40px;
 	margin: 1px 0px;
 	margin: 0 auto;
 	line-height: 40px;
 	border-radius: 50px;
 	color: var(--black-color);
 }

 .team-block_one-socials a:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-one .three-item_carousel-prev {
 	position: absolute;
 	top: 50%;
 	z-index: 1;
 	left: -80px;
 	width: 60px;
 	height: 60px;
 	cursor: pointer;
 	font-size: 18px;
 	line-height: 58px;
 	text-align: center;
 	display: inline-block;
 	border-radius: 50px 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .team-one .three-item_carousel-prev:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-one .three-item_carousel-prev.swiper-button-disabled {
 	opacity: 0;
 	visibility: hidden;
 }

 .team-one .three-item_carousel-next.swiper-button-disabled {
 	opacity: 0;
 	visibility: hidden;
 }

 .team-one .three-item_carousel-next:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-one .three-item_carousel-next::after,
 .team-one .three-item_carousel-next::after {
 	display: none;
 }

 .team-one .three-item_carousel-next {
 	position: absolute;
 	right: -80px;
 	top: 50%;
 	z-index: 1;
 	width: 60px;
 	height: 60px;
 	cursor: pointer;
 	font-size: 18px;
 	line-height: 58px;
 	text-align: center;
 	display: inline-block;
 	border-radius: 50px 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .team-one .lower-box {
 	position: relative;
 	margin-top: 20px;
 }

 .team-one_text {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 }

 /*** 

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

***/

 .testimonial-two {
 	position: relative;
 	padding: 110px 0px 180px;
 	background-color: var(--black-color);
 }

 .testimonial-two_circle-image {
 	position: absolute;
 	left: 50%;
 	bottom: -105px;
 	width: 487px;
 	height: 192px;
 	transform: translateX(-50%);
 	background-repeat: no-repeat;
 }

 .testimonial-two .sec-title {
 	display: inline-block;
 }

 .testimonial-two .swiper-container {
 	margin-top: -100px;
 	padding-top: 120px;
 	padding-bottom: 30px;
 }

 .testimonial-two_arrow {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	z-index: 1;
 }

 .testimonial-two_arrow .four-item_carousel-next,
 .testimonial-two_arrow .four-item_carousel-prev {
 	position: relative;
 	width: 60px;
 	height: 60px;
 	font-size: 22px;
 	line-height: 58px;
 	text-align: center;
 	margin-left: 10px;
 	border-radius: 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .testimonial-two_arrow .four-item_carousel-next:hover,
 .testimonial-two_arrow .four-item_carousel-prev:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .testimonial-two .auto-container {
 	max-width: 1780px;
 }

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

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

 .testimonial-block_two-inner {
 	position: relative;
 	padding: 40px 40px;
 	border-radius: 30px;
 	background-color: rgba(255, 255, 255, 0.07);
 }

 .testimonial-block_two-rating {
 	position: relative;
 	font-size: 16px;
 	color: var(--theme-color);
 }

 .testimonial-block_two-text {
 	position: relative;
 	font-size: 20px;
 	line-height: 34px;
 	margin-top: 35px;
 	margin-bottom: 35px;
 	color: var(--white-color);
 }

 .testimonial-block_two-author {
 	position: relative;
 	font-weight: 700;
 	font-size: 24px;
 	line-height: 34px;
 	color: var(--theme-color);
 	font-family: var(--title-font);
 }

 .testimonial-block_two-author span {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	font-weight: 400;
 	color: var(--white-color);
 }

 .testimonial-block_two-image {
 	position: absolute;
 	right: 50px;
 	bottom: -33px;
 	width: 80px;
 	height: 80px;
 	border-radius: 50px;
 }

 /*** 

====================================================================
	About Two
====================================================================

***/

 .about-two {
 	position: relative;
 	padding: 190px 0px 90px;
 }

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

 .about-two_image-outer {
 	position: relative;
 	padding-right: 40px;
 }

 .about-two_image:before {
 	position: absolute;
 	content: '';
 	right: -1px;
 	top: 0px;
 	z-index: 1;
 	width: 267px;
 	height: 85px;
 	background: url(../images/icons/about-1.html) no-repeat;

 }

 .about-two_image {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	border-radius: 30px;
 }

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

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

 .about-two_content-outer {
 	position: relative;
 	padding-left: 30px;
 }

 /* Feature Block One */

 .feature-block_three {
 	position: relative;
 	margin-bottom: 40px;
 }

 .feature-block_three-inner {
 	position: relative;
 	padding-left: 100px;
 }

 .feature-block_three-icon {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	line-height: 1em;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .feature-block_three-inner:hover .feature-block_three-icon {
 	transform: rotateY(180deg);
 }

 .feature-block_three-title {
 	position: relative;
 	font-weight: 700;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .feature-block_three-text {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 	margin-top: 10px;
 }

 /*** 

====================================================================
	Blog Two
====================================================================

***/

 .news-two {
 	position: relative;
 	padding: 0px 0px 90px;
 	background-color: var(--white-color);
 }

 .news-two.style-two {
 	padding-top: 110px;
 }

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

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

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

 .news-block_two-image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 20px;
 }

 .news-block_two-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-block_two-inner:hover .news-block_two-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-block_two-inner:hover .news-block_two-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-block_two-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-block_two-content {
 	position: relative;
 	padding-top: 30px;
 }

 .news-block_two-date {
 	position: absolute;
 	right: 20px;
 	bottom: 20px;
 	width: 65px;
 	height: 65px;
 	z-index: 10;
 	padding-top: 8px;
 	line-height: 28px;
 	font-size: 28px;
 	font-weight: 600;
 	text-align: center;
 	color: var(--white-color);
 	text-transform: uppercase;
 	border-radius: 8px 8px 8px 0px;
 	background-color: var(--theme-color);
 	font-family: var(--title-font);
 }

 .news-block_two-date span {
 	position: relative;
 	display: block;
 	font-size: 16px;
 }

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

 .news-block_two-meta li {
 	position: relative;
 	font-size: 16px;
 	padding-left: 30px;
 	margin-right: 15px;
 	display: inline-block;
 	color: var(--black-color);
 }

 .news-block_two-meta li .icon {
 	position: absolute;
 	left: 0px;
 	top: 2px;
 	line-height: 1em;
 	color: var(--theme-color);
 }

 .news-block_two-meta li:last-child {
 	margin-right: 0px;
 	padding-right: 0px;
 }

 .news-block_two-title {
 	position: relative;
 	margin-top: 15px;
 	text-transform: capitalize;
 }

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

 .news-block_two-title a:hover {
 	color: var(--theme-color);
 }

 .news-block_two-text {
 	position: relative;
 	margin-top: 15px;
 	color: #666666;
 	display: block;
 	font-size: 16px;
 	line-height: 28px;
 	text-transform: capitalize;
 }

 .news-block_two-more {
 	position: relative;
 	margin-top: 25px;
 	font-size: 14px;
 	font-weight: 700;
 	display: flex;
 	padding: 15px 25px;
 	border-radius: 50px;
 	justify-content: space-between;
 	align-items: center;
 	color: var(--black-color);
 	text-transform: uppercase;
 	background-color: rgba(0, 0, 0, 0.06);
 	font-family: var(--title-font);
 }

 .news-block_two-more:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 /*** 

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

***/

 .slider-three {
 	position: relative;
 	margin: 15px 15px 0px;
 }

 .slider-three_big-title {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	top: 260px;
 	z-index: 10;
 	opacity: 0.10;
 	font-size: 182px;
 	color: transparent;
 	font-weight: 800;
 	text-align: center;
 	text-transform: uppercase;
 	font-family: "Raleway", serif;
 	-webkit-text-stroke-width: 2px;
 	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
 }

 .slider-three .slider-one_pagination {
 	position: absolute;
 	top: 40%;
 	z-index: 999;
 	left: 40px !important;
 	right: auto !important;
 	width: 60px !important;
 }

 .slider-three .slider-one_pagination {
 	position: absolute;
 	top: 46%;
 	z-index: 999;
 	padding: 15px 0px;
 	padding-left: 25px;
 	left: auto !important;
 	right: 0px !important;
 	bottom: auto !important;
 	width: 60px !important;
 	border-radius: 30px 0px 0px 30px;
 	background-color: var(--white-color);
 }

 .slider-three .slider-one_pagination .swiper-pagination-bullet {
 	position: relative;
 	opacity: 1;
 	width: 10px;
 	height: 10px;
 	display: block;
 	font-size: 0px;
 	background: none;
 	color: var(--white-color);
 	margin: 30px 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;
 	border-radius: 50px;
 	display: block;
 	background-color: #bbbbbb;
 }

 .slider-three .slider-one_pagination .swiper-pagination-bullet::before {
 	position: absolute;
 	content: '';
 	left: -8px;
 	top: -8px;
 	right: -8px;
 	bottom: -8px;
 	opacity: 0;
 	border-radius: 50px;
 	border: 1px solid var(--white-color);
 }

 .slider-three .slider-one_pagination .swiper-pagination-bullet:hover,
 .slider-three .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 	opacity: 1;
 	background-color: var(--theme-color);
 }

 .slider-three .slider-one_pagination .swiper-pagination-bullet:hover::before,
 .slider-three .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
 	opacity: 1;
 	border-color: var(--theme-color);
 }


 .slider-three .swiper-slide {
 	position: relative;
 	overflow: hidden;
 	border-radius: 25px 25px 0px 0px;
 	padding: 380px 0px 170px;
 }

 .slider-three .swiper-slide:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 100%;
 	z-index: 10;
 	background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
 }

 .slider-three_image-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	z-index: 1;
 	opacity: 0;
 	overflow: hidden;
 	background-size: cover;
 	background-position: center center;
 	clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
 	-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.30;
 	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_color-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	z-index: 1;
 	opacity: 0.30;
 	background-color: var(--black-color);
 }

 .slider-three_button {
 	position: relative;
 }

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

 .slider-three_content {
 	position: relative;
 	z-index: 20;
 }

 .slider-three_content-inner {
 	position: relative;
 	display: inline-block;
 	padding: 90px 60px 55px;
 	border-radius: 36px 36px;
 	border-left: 6px solid var(--white-color);
 	background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.50), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
 }

 .slider-three_title {
 	position: relative;
 	font-size: 76px;
 	display: block;
 	z-index: 1;
 	font-weight: 600;
 	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;
 	text-transform: capitalize;
 	font-family: var(--title-font);
 }

 .slider-three_title span {
 	position: relative;
 	font-weight: 700;
 }

 .slider-three_title span:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	width: 452px;
 	height: 109px;
 	z-index: -1;
 	background: url(../images/main-slider/slider-three_vector.html) no-repeat;
 }

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

 .slider-three_heading {
 	font-size: 116px;
 	line-height: 166px;
 	margin-top: 10px;
 	font-weight: 700;
 	margin-bottom: 25px;
 	color: var(--theme-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: 800ms;
 	-moz-transition-delay: 800ms;
 	-ms-transition-delay: 800ms;
 	-o-transition-delay: 800ms;
 	transition-delay: 800ms;
 	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
 }

 .slider-three_text {
 	font-weight: 400;
 	font-size: 16px;
 	max-width: 600px;
 	line-height: 30px;
 	max-width: 520px;
 	margin-bottom: 35px;
 	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_text {
 	-webkit-transition-delay: 1200ms;
 	-moz-transition-delay: 1200ms;
 	-ms-transition-delay: 1200ms;
 	-o-transition-delay: 1200ms;
 	transition-delay: 1200ms;
 	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
 }

 .slider-three_arrow {
 	position: absolute;
 	content: '';
 	left: 95%;
 	bottom: 80px;
 	width: 211px;
 	height: 115px;
 	background-repeat: no-repeat;
 }

 .slider-three .slider-three_button {
 	position: relative;
 	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 .slider-three_button .theme-btn {
 	text-transform: uppercase;
 }

 /* Play Box */

 .slider-three .play-box {
 	position: absolute;
 	right: 0px;
 	top: 75px;
 	display: inline-block;
 }

 .slider-three .play-box:before {
 	position: absolute;
 	content: '';
 	right: -6px;
 	top: -6px;
 	bottom: 6px;
 	left: 6px;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 }

 .slider-three .play-box:hover::before {
 	background-color: var(--black-color);
 }

 .slider-three .play-box:hover .fa {
 	color: var(--white-color);
 	border-color: var(--black-color);
 	background-color: var(--theme-color);
 }

 .slider-three .play-box .fa {
 	position: relative;
 	width: 126px;
 	height: 126px;
 	font-size: 32px;
 	line-height: 126px;
 	border-radius: 150px;
 	display: inline-block;
 	color: var(--white-color);
 	text-align: center !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(--black-color);
 }

 .slider-three_video .ripple,
 .slider-three_video .ripple:before,
 .slider-three_video .ripple:after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 126px;
 	height: 126px;
 	-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%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
 	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
 	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
 	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
 	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
 	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
 	-webkit-animation: ripple 3s infinite;
 	-moz-animation: ripple 3s infinite;
 	-ms-animation: ripple 3s infinite;
 	-o-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 }

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

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

 .slider-three_construction {
 	position: absolute;
 	right: 70px;
 	z-index: 1;
 	bottom: -60px;
 	-webkit-animation: icon-bounce 0.8s ease-out infinite;
 	animation: icon-bounce 0.8s ease-out infinite;
 }

 /*** 

====================================================================
	Counter Three
====================================================================

***/

 .counter-three {
 	position: relative;
 	overflow: hidden;
 	padding: 90px 0px 20px;
 	background-color: #fff;
 	text-align: center;
 }

 .counter-three_pattern {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	bottom: 0px;
 	height: 70px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

 .co-iimm {
 	margin: 0px auto 15px;
 	height: 80px
 }

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

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

 .counter-block_three-count {
 	position: relative;
 	font-size: 56px;
 	font-weight: 600;
 	line-height: 1;
 	color: transparent;
 	padding-bottom: 0px;
 	-webkit-text-stroke-width: 2px;
 	border-bottom: 2px solid rgba(0, 0, 0, 0.10);
 	-webkit-text-stroke-color: var(--theme-color);
 }

 .counter-block_three-inner:hover .counter-block_three-count {
 	border-color: var(--theme-color);
 }

 .counter-block_three-title {
 	position: relative;
 	font-weight: 600;
 	font-size: 22px;
 	margin-top: 13px;
 	color: var(--title-color);
 	text-transform: capitalize;
 	font-family: var(--title-font);
 }

 .counter-block_three-text {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	font-weight: 400;
 	line-height: 28px;
 	margin-top: 10px;
 	text-transform: capitalize;
 }

 /*** 

====================================================================
	About Three
====================================================================

***/

 .about-three {
 	position: relative;
 	overflow: hidden;
 	padding: 70px 0px 0px;
 }

 .about-three_pattern {
 	position: absolute;
 	right: 80px;
 	top: 80px;
 	width: 395px;
 	height: 286px;
 	background-repeat: no-repeat;
 }

 .about-three_big-title {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	font-size: 182px;
 	font-weight: 800;
 	text-transform: uppercase;

 	line-height: 1em;
 	transform: rotate(-90deg);
 	transform-origin: 37% 230%;
 	color: transparent;
 	letter-spacing: 1px;
 	font-family: "Raleway", serif;
 	-webkit-text-stroke-width: 2px;
 	-webkit-text-stroke-color: rgba(var(--black-color-rgb), 0.30);
 }

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

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

 .about-three_content-outer {
 	position: relative;
 	margin-right: -60px;
 }

 .about-three_list {
 	position: relative;
 	margin-bottom: 50px;
 }

 .about-three_list li {
 	position: relative;
 	font-size: 18px;
 	font-weight: 700;
 	margin-bottom: 20px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .about-three_list li i {
 	position: relative;
 	margin-right: 20px;
 	color: var(--theme-color);
 }

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

 .about-three_info {
 	position: relative;
 	padding: 15px 40px;
 	border-radius: 25px;
 	background-color: #f5f5f5;
 	border: 1px solid var(--black-color);
 }

 .about-three_text {
 	position: relative;
 	font-size: 18px;
 	font-weight: 700;
 	line-height: 34px;
 	max-width: 365px;
 	color: var(--black-color);
 }

 .about-three_author {
 	position: relative;
 	font-size: 18px;
 	top: 40px;
 	font-weight: 700;
 	text-align: center;
 	color: var(--theme-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 }

 .about-three_author i {
 	position: relative;
 	font-size: 14px;
 	display: block;
 	color: #666666;
 	font-weight: 500;
 	margin-top: 5px;
 	text-transform: capitalize;
 }

 .about-three_author span {
 	position: relative;
 	width: 92px;
 	height: 92px;
 	display: block;
 	margin: 0 auto;
 	margin-top: 15px;
 	border-radius: 150px;
 }

 .about-three .lower-box {
 	position: relative;
 	margin-top: 50px;
 	gap: 30px;
 }

 .about-three_button {
 	position: relative;
 }

 .about-three_phone {
 	position: relative;
 }

 .about-three_phone-inner {
 	position: relative;
 	padding-left: 75px;
 	font-size: 16px;
 	color: #666666;
 	line-height: 30px;
 }

 .about-three_phone-icon {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	font-size: 22px;
 	line-height: 60px;
 	text-align: center;
 	border-radius: 50px;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .about-three_phone a {
 	position: relative;
 	font-weight: 700;
 	font-size: 24px;
 	color: var(--theme-color2);
 	font-family: var(--title-font);
 }

 .about-three_phone a:hover {
 	color: var(--theme-color);
 }

 .about-three_images-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .about-three_images-outer {
 	position: relative;
 	padding-left: 120px;
 	padding-bottom: 0px;
 }

 .about-three_image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 280px;
 	display: inline-block;
 	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;
 	
 }

 .about-three_image.now-in-view {
 	opacity: 1;
 	-webkit-transition-delay: 300ms;
 	-moz-transition-delay: 300ms;
 	-ms-transition-delay: 300ms;
 	-o-transition-delay: 300ms;
 	transition-delay: 300ms;
 	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 }

 .about-three_image-two {
 	position: absolute;
 	right: -120px;
 	top: 0px;
 	overflow: hidden;
 	border-radius: 280px;
 	display: inline-block;
 	border: 10px solid var(--white-color);

 	-webkit-animation: icon-bounce 0.8s ease-out infinite;
 	animation: icon-bounce 0.8s ease-out infinite;
 }

 .about-three_image-three {
 	position: absolute;
 	right: -120px;
 	bottom: 0px;
 	overflow: hidden;
 	border-radius: 280px;
 	display: inline-block;
 	border: 10px solid var(--white-color);
 }

 .about-three_award {
 	position: relative;
 	padding-left: 100px;
 	font-weight: 700;
 	font-size: 20px;
 	line-height: 30px;
 	padding-top: 22px;
 	margin-top: 20px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .about-three_award span {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	line-height: 1em;
 }

 /*** 

====================================================================
	Service Three
====================================================================

***/

 .service-three {
 	position: relative;
 	overflow: hidden;
 	padding: 0px 0px 0px;
 }

 .service-three.style-two {
 	padding-top: 0px;
 }

 .service-three .outer-container {
 	position: relative;
 	max-width: 100%;
 	padding: 110px 0px 110px;
 	background-color: #F5F5F5;
 	background-position: left top;
 	background-repeat: no-repeat;
 }

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

 .service-block_three-inner {
 	position: relative;
 	padding: 40px 35px;
 	border-radius: 15px;
 	background-color: var(--white-color);
 	border: 1px solid rgba(0, 0, 0, 0.10)
 }

 .service-block_three-icon {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 80px;
 	height: 80px;
 	line-height: 80px;
 	border-radius: 50px;
 	text-align: center;
 	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(--theme-color);
 }

 .service-block_three-inner:hover .service-block_three-icon {
 	transform: rotateY(180deg);
 }

 .service-block_three-heading {
 	position: relative;
 }

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

 .service-block_three-text {
 	position: relative;
 	font-size: 15px;
 	color: #666666;
 	line-height: 27px;
 	margin-top: 20px;
 	margin-bottom: 28px;
 }

 .service-block_three-more {
 	position: relative;
 	font-size: 15px;
 	margin-top: 20px;
 	font-weight: 700;
 	color: var(--theme-color);
 	font-family: var(--title-font);
 }

 .service-block_three-pattern {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	opacity: 0;
 	overflow: hidden;
 	border-radius: 15px;
 	background-size: cover;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transform: scale(0.2, 1);
 }

 .service-block_three-inner:hover .service-block_three-pattern {
 	opacity: 1;
 	transform: scale(1, 1);
 }

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

 .service-block_three-upper {
 	position: relative;
 	padding-left: 105px;
 	min-height: 80px;
 }

 .service-block_three_hover-image {
 	position: absolute;
 	right: -30px;
 	bottom: -10px;
 	z-index: 1;
 	opacity: 0;
 	width: 288px;
 	height: 184px;
 	border-radius: 15px;
 	transform: scale(1, 0.2);
 	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_three-inner:hover .service-block_three_hover-image {
 	opacity: 1;
 	transform: scale(1, 1) rotate(-20deg);
 }

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

 /*** 

====================================================================
	Choose One
====================================================================

***/

 .choose-one {
 	position: relative;
 }

 .choose-one .outer-container {
 	position: relative;
 	max-width: 100%;
 	padding: 70px 0px 30px;
 	background-position: left top;
 	background-repeat: repeat;
 }

 .choose-one_pattern {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	width: 438px;
 	height: 597px;
 	background-position: left bottom;
 	background-repeat: no-repeat;
 }

 .choose-one_image-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .choose-one_image-outer {
 	position: relative;
 	text-align: right;
 }

 .choose-one_image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 30px;
 	display: inline-block;

 	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;
 	clip-path: polygon(0 0, 15% 0, 15% 100%, 0% 100%);
 }

 .choose-one_image.now-in-view {
 	opacity: 1;
 	-webkit-transition-delay: 300ms;
 	-moz-transition-delay: 300ms;
 	-ms-transition-delay: 300ms;
 	-o-transition-delay: 300ms;
 	transition-delay: 300ms;
 	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 }

 .choose-one_image-two {
 	position: relative;
 	overflow: hidden;
 	margin-left: 50px;
 	margin-top: -120px;
 	border-radius: 35px;
 	display: inline-block;
 	border: 8px solid var(--black-color);

 	-webkit-animation: icon-bounce 0.8s ease-out infinite;
 	animation: icon-bounce 0.8s ease-out infinite;
 }

 .choose-one_content-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .choose-one_content-outer {
 	position: relative;
 	padding-left: 40px;
 }

 .choose-block_one {
 	position: relative;
 	margin-bottom: 20px;
 }

 .choose-block_one:last-child {
 	margin-bottom: 0px;
 }

 .choose-block_one-inner {
 	position: relative;
 	padding-left: 85px;
 	min-height: 64px;
 	display: flex;
 	align-items: center;
 }

 .choose-block_one-icon {
 	position: absolute;
 	left: 0px;
 	top: 5px;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .choose-block_one-inner:hover .choose-block_one-icon {
 	transform: rotateY(180deg);
 }

 .choose-block_one-title {
 	position: relative;
 	color: var(--white-color);
 }

 .choose-block_one-text {
 	position: relative;
 	font-size: 15px;
 	line-height: 27px;
 	margin-top: 12px;
 	color: var(--white-color);
 }

 .choose-block_one-number {
 	position: absolute;
 	right: -120px;
 	top: 0px;
 	line-height: 1em;
 	font-size: 96px;
 	font-weight: 800;
 	color: transparent;
 	font-family: "Raleway", serif;
 	-webkit-text-stroke-width: 2px;
 	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.20);
 }

 /*** 

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

***/

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

 .project-three_pattern {
 	position: absolute;
 	left: 50px;
 	bottom: 25%;
 	width: 50px;
 	height: 132px;
 	background-repeat: no-repeat;
 }

 .project-one_circle {
 	position: absolute;
 	right: -250px;
 	top: -150px;
 	width: 536px;
 	height: 536px;
 	border-radius: 550px;
 	border: 80px solid #f5f5f5;
 }

 .project-block_two {
 	position: relative;
 	margin-bottom: 50px;
 }

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

 .project-block_two-image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 20px 20px 50px 20px;
 }

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

 .project-block_two-content {
 	position: relative;
 	margin-right: 50px;
 	margin-top: -96.5px;
 	padding: 0px 80px 40px 50px;
 	border-radius: 0px 150px 150px 50px;
 	background-image: linear-gradient(to right, #020202, #0d0d0d, #151515, #1b1b1b, #212121);
 }

 .project-block_two-tag {
 	position: relative;
 	font-size: 14px;
 	top: -20px;
 	padding: 10px 20px;
 	letter-spacing: 0.5px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .project-block_two-title {
 	position: relative;
 	margin: 0px 0px 20px;
 	padding-bottom: 20px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.80);
 }

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

 .project-block_two-title:before {
 	position: absolute;
 	content: '\f105';
 	right: 0px;
 	bottom: -7px;
 	font-size: 14px;
 	line-height: 1em;
 	color: var(--white-color);
 	font-family: 'Font Awesome 6 Free';
 }

 .project-block_two-title a:hover {
 	color: var(--theme-color);
 }

 .project-block_two-meta {
 	position: relative;
 	margin-top: 25px;
 }

 .project-block_two-meta li {
 	position: relative;
 	margin-right: 40px;
 	font-weight: 500;
 	font-size: 16px;
 	display: inline-block;
 	color: var(--white-color);
 	font-family: var(--title-font);
 }

 .project-block_two-meta li span {
 	position: relative;
 	color: var(--theme-color);
 }

 .project-block_two-meta li {
 	margin-right: 15px;
 }

 .project-block_two-meta li:last-child {
 	margin-right: 0px;
 }

 /*** 

====================================================================
	Customer One
====================================================================

***/

 .customer-one {
 	position: relative;
 }

 .customer-one.style-two {
 	position: relative;
 	margin-bottom: 110px;
 }

 .customer-one .inner-container {
 	position: relative;
 	border-radius: 30px;
 	overflow: hidden;
 	padding: 140px 15px 110px;
 }

 .customer-one_bg {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	overflow: hidden;
 	border-radius: 0px;
 	background-color: #F5F5F5;
 }

 .customer-one_pattern {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	top: 0px;
 	height: 70px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }

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

 .customer-block_one-inner {
 	position: relative;
 	padding: 70px 35px;
 	overflow: hidden;
 	border-radius: 25px;
 	background-color: var(--white-color);
 	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
 }

 .customer-block_one-bg {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	opacity: 0;
 	background-size: cover;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transform: scale(0.2, 1);
 }

 .customer-block_one-inner:hover .customer-block_one-bg {
 	opacity: 1;
 	transform: scale(1, 1);
 }

 .customer-block_one-icon {
 	position: relative;
 	line-height: 1em;
 }

 .customer-block_one-number {
 	position: absolute;
 	right: 40px;
 	top: 65px;
 	font-size: 110px;
 	line-height: 1em;

 	font-weight: 800;
 	color: transparent;
 	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: "Raleway", serif;
 	-webkit-text-stroke-width: 2px;
 	-webkit-text-stroke-color: rgba(var(--main-color-rgb), 1);
 }

 .customer-block_one-inner:hover .customer-block_one-number {
 	opacity: 0.40;
 	-webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
 }

 .customer-block_one-title {
 	position: relative;
 	font-weight: 700;
 	margin: 35px 0px 25px;
 }

 .customer-block_one-title a {
 	position: relative;
 	color: var(--black-color);
 }

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

 .customer-block_one-text {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .customer-block_one-more {
 	position: relative;
 	font-weight: 700;
 	font-size: 18px;
 	margin-top: 30px;
 	display: inline-block;
 	color: var(--theme-color);
 	font-family: var(--title-font);
 }

 .customer-block_one-more i {
 	position: relative;
 	font-size: 16px;
 }

 /*** 

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

***/

 .testimonial-three {
 	position: relative;
 	padding: 0px 0 0px;
 }

 .testimonial-three.style-two {
 	/* margin-top:110px; */
 	margin-bottom: 110px;
 }

 .testimonial-three.style-two .testimonial-block_three {
 	margin-bottom: 80px;
 }

 .testimonial-three .inner-container {
 	position: relative;
 	border-radius: 0;
 	overflow: hidden;
 	padding: 0;
 }

 .testimonial-three_bg {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	overflow: hidden;
 	border-radius: 0px;
 }

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

 .testimonial-three .sec-title {
 	display: inline-block;
 }

 .testimonial-three .swiper-container {

 	margin-top: -100px;
 	padding-top: 120px;
 	padding-bottom: 30px;

 }

 .testimonial-block_three {
 	position: relative;

 	box-shadow: 0px -3px 12px 0px #22222214;
 	margin: 15px;
 	border-radius: 20px;
 	margin-bottom: 30px;
 }

 .testimonial-block_three-inner {
 	position: relative;
 	padding: 40px 40px;
 	border-radius: 25px;
 	background-size: cover;
 	background-color: var(--white-color);
 }

 .testimonial-block_three-rating {
 	position: relative;
 	font-size: 16px;
 	color: #e89d19;
 	margin-top: 9px;
 }

 .testimonial-block_three-title {
 	position: relative;
 	margin-top: 25px;
 	margin-bottom: 15px;
 }

 .testimonial-block_three-text {
 	position: relative;
 	margin-top: 18px;
 	margin-bottom: 18px;
 	border-bottom: 1px solid #9992;

 	padding-bottom: 5px
 }




 /* Handle */




 .testimonial-block_three-text ::-webkit-scrollbar {
 	width: 4px;

 }

 .testimonial-block_three-text ::-webkit-scrollbar-track {
 	background: #fff;
 }

 .testimonial-block_three-text ::-webkit-scrollbar-thumb {
 	background-color: #fff;
 	background: #fff;
 }

 /* Handle */
 .testimonial-block_three-text:hover ::-webkit-scrollbar-thumb {
 	background: #000;
 }

 /* Handle on hover */
 .testimonial-block_three-text ::-webkit-scrollbar-thumb:hover {
 	background: #000;
 }

 .testimonial-block_three-text p {
 	height: 172px;
 	overflow-y: auto;
 	padding: 0px 5px 0 0;

 }

 .testimonial-block_three-author {
 	position: relative;
 	font-weight: 600;
 	font-size: 24px;
 	line-height: 34px;
 	padding-left: 100px;
 	min-height: 82px;
 	padding-top: 7px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .testimonial-block_three-author span {
 	position: relative;
 	display: block;
 	font-size: 15px;
 	font-weight: 400;
 	color: var(--theme-color);
 	font-family: var(--body-font);
 }

 .testimonial-block_three-image {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 82px;
 	height: 82px;
 	overflow: hidden;
 	border-radius: 50%;
 	border: 3px solid var(--theme-color);
 }

 .testimonial-block_three-image img {
 	object-fit: cover;
 	height: 100%;
 	width: 100%;
 	border-radius: 50%;
 }

 .testimonial-block_three-quote {
 	position: absolute;
 	left: 50px;
 	top: -53px;
 	width: 88px;
 	height: 88px;
 	overflow: hidden;
 	text-align: center;
 	line-height: 74px;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 	border: 8px solid rgb(255 255 255);
 }

 .testimonial-three_arrow {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	z-index: 1;
 }

 .testimonial-three_arrow .two-item_carousel-next,
 .testimonial-three_arrow .two-item_carousel-prev {
 	position: relative;
 	width: 60px;
 	height: 60px;
 	font-size: 22px;
 	line-height: 58px;
 	text-align: center;
 	margin-left: 10px;
 	border-radius: 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .testimonial-three_arrow .two-item_carousel-next:hover,
 .testimonial-three_arrow .two-item_carousel-prev:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 /*** 

====================================================================
	Team Two
====================================================================

***/

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

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

 .team-two_pattern {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	right: 0px;
 	height: 266px;
 	background-position: center bottom;
 	background-repeat: repeat-x;
 	animation: slideBackground 10s linear infinite;
 }


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

 .team-block_two-inner {
 	position: relative;
 	padding: 15px 15px 15px;
 	border-radius: 30px;
 	overflow: hidden;
 	border: 1px solid rgba(0, 0, 0, 0.10);
 }

 .team-block_two-inner:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	bottom: 0px;
 	right: 0px;
 	height: 50px;
 	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-radius: 0px 0px 25px 25px;
 	border-bottom: 10px solid transparent;
 }

 .team-block_two-inner:after {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 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-image: linear-gradient(to bottom, var(--theme-color), var(--white-color));
 }

 .team-block_two-inner:hover::after {
 	height: 250px;
 	opacity: 1;
 }

 .team-block_two-inner:hover::before {
 	border-bottom-color: var(--theme-color);
 }

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

 .team-block_two-image img {
 	position: relative;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 	border-radius: 25px 0px 25px 25px;
 }

 .team-block_two-content {
 	position: relative;
 	padding: 40px 15px 20px;
 }

 .team-block_two-title {
 	position: relative;
 	font-size: 28px;
 }

 .team-block_two-title a {
 	position: relative;
 	color: var(--black-color);
 }

 .team-block_two-title a:hover {
 	color: var(--theme-color);
 }

 .team-block_two-designation {
 	position: relative;
 	font-size: 16px;
 	margin-top: 8px;
 	color: #666666;
 }

 .team-block_two-shares {
 	position: absolute;
 	right: 40px;
 	bottom: -30px;
 }

 .team-block_two-inner:hover .team-block_two-share_icon {
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .team-block_two-share_icon {
 	position: relative;
 	width: 54px;
 	height: 54px;
 	z-index: 10;
 	font-size: 24px;
 	line-height: 54px;
 	border-radius: 50px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-block_two-inner:hover .team-block_two-socials {
 	bottom: 140%;
 	opacity: 1;
 }

 .team-block_two-socials {
 	position: absolute;
 	right: 2px;
 	bottom: -150%;
 	width: 50px;
 	z-index: 1;
 	opacity: 0;
 	padding: 10px 0px;
 	text-align: center;
 	border-radius: 50px;
 	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);
 }

 .team-block_two-socials a {
 	position: relative;
 	font-size: 16px;
 	display: block;
 	width: 40px;
 	height: 40px;
 	margin: 1px 0px;
 	margin: 0 auto;
 	line-height: 40px;
 	border-radius: 50px;
 	color: var(--black-color);
 }

 .team-block_two-socials a:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-two .three-item_carousel-prev {
 	position: absolute;
 	top: 55%;
 	z-index: 1;
 	left: -80px;
 	width: 60px;
 	height: 60px;
 	cursor: pointer;
 	font-size: 18px;
 	line-height: 58px;
 	text-align: center;
 	display: inline-block;
 	border-radius: 50px 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .team-two .three-item_carousel-prev:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-two .three-item_carousel-prev.swiper-button-disabled {
 	opacity: 0;
 	visibility: hidden;
 }

 .team-two .three-item_carousel-next.swiper-button-disabled {
 	opacity: 0;
 	visibility: hidden;
 }

 .team-two .three-item_carousel-next:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-two .three-item_carousel-next::after,
 .team-two .three-item_carousel-next::after {
 	display: none;
 }

 .team-two .three-item_carousel-next {
 	position: absolute;
 	right: -80px;
 	top: 55%;
 	z-index: 1;
 	width: 60px;
 	height: 60px;
 	cursor: pointer;
 	font-size: 18px;
 	line-height: 58px;
 	text-align: center;
 	display: inline-block;
 	border-radius: 50px 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .team-two .lower-box {
 	position: relative;
 	margin-top: 20px;
 }

 .team-two_text {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 }

 /*** 

====================================================================
	Video One
====================================================================

***/

 .video-one {
 	position: relative;
 	z-index: 1;
 	overflow: hidden;
 	padding: 260px 0px 50px;
 	background-attachment: fixed;
 	background-size: cover;
 	border-radius: 0px 0px 35px 35px;
 }

 .video-one_play {
 	position: relative;
 	width: 176px;
 	height: 176px;
 	font-size: 50px;
 	text-align: center;
 	border-radius: 100px;
 	line-height: 176px;
 	display: block;
 	margin: 0 auto;
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .video-one_play:before {
 	position: absolute;
 	content: '';
 	right: 7px;
 	top: 7px;
 	left: -7px;
 	bottom: -7px;
 	z-index: -1;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 }

 .video-one_play:after {
 	position: absolute;
 	content: '';
 	right: 14px;
 	top: 10px;
 	left: -16px;
 	bottom: -10px;
 	z-index: -10;
 	border-radius: 150px;
 	background-color: var(--white-color);
 }

 .video-one_play .ripple,
 .video-one_play .ripple:before,
 .video-one_play .ripple:after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 176px;
 	height: 176px;
 	-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%;
 	-moz-border-radius: 50%;
 	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
 	-webkit-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-moz-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-ms-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-o-box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	box-shadow: 0 0 0 0 rgba(255, 101, 12, .3);
 	-webkit-animation: ripple 3s infinite;
 	-moz-animation: ripple 3s infinite;
 	-ms-animation: ripple 3s infinite;
 	-o-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 }

 .video-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;
 }

 .video-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;
 }

 .video-one h1 {
 	position: relative;
 	font-size: 260px;
 	line-height: 1em;
 	font-weight: 800;
 	color: #ffffff;
 	opacity: 0.40;
 	margin: 150px 25px 0px;
 	display: inline-block;
 	text-transform: uppercase;
 	-webkit-text-fill-color: transparent;
 	-webkit-text-stroke-width: 2px;
 	-webkit-text-stroke-color: #ffffff;
 	font-family: "Raleway", serif;
 }

 /*** 

====================================================================
	Contact Two
====================================================================

***/

 .contact-two {
 	position: relative;
 	z-index: 1;
 }

 .contact-two .auto-container {
 	position: relative;
 	max-width: 1650px;
 }

 .contact-two .inner-container {
 	position: relative;
 	margin-top: -70px;
 	border-radius: 50px 50px;
 	padding: 90px 40px 0px 160px;
 	background-size: cover;
 	background-color: var(--black-color);
 }

 .contact-two_form-column {
 	position: relative;
 }

 .contact-two_form-outer {
 	position: relative;
 	padding: 45px 60px 100px;
 	border-radius: 30px 30px 0px 0px;
 	background-position: right bottom;
 	background-repeat: no-repeat;
 	background-color: rgba(var(--white-color-rgb), 0.05);
 }

 .contact-two_form-outer .title-box {
 	position: relative;
 	margin-bottom: 30px;
 }

 .contact-two_form-outer .title-box h2 {
 	position: relative;
 	color: var(--white-color);
 }

 .contact-two_form-outer .title-box .text {
 	position: relative;
 	font-size: 16px;
 	line-height: 28px;
 	margin-top: 15px;
 	color: var(--white-color);
 }

 /* Contact Form */

 .contact-form_two {
 	position: relative;
 	z-index: 10;
 }

 .contact-form_two .form-group {
 	margin-bottom: 30px;
 }

 .contact-form_two .form-group label {
 	position: relative;
 	font-size: 16px;
 	color: var(--white-color);
 }

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

 .contact-form_two .form-group input[type="text"],
 .contact-form_two .form-group input[type="password"],
 .contact-form_two .form-group input[type="tel"],
 .contact-form_two .form-group input[type="email"],
 .contact-form_two .form-group select {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	line-height: 28px;
 	padding: 10px 15px;
 	font-weight: 400;
 	font-size: 16px;
 	background: none;
 	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-bottom: 1px solid rgba(var(--white-color-rgb), 0.20);
 }

 .contact-form_two .form-group input[type="text"]:focus,
 .contact-form_two .form-group input[type="password"]:focus,
 .contact-form_two .form-group input[type="tel"]:focus,
 .contact-form_two .form-group input[type="email"]:focus,
 .contact-form_two .form-group select:focus,
 .contact-form_two .form-group textarea:focus {}

 .contact-form_two .form-group textarea {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 130px;
 	resize: none;
 	font-size: 16px;
 	line-height: 26px;
 	padding: 20px 20px;
 	border-radius: 25px;
 	color: var(--black-color);
 	background-color: #f5f5f5;
 	-webkit-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .contact-form_two input:focus,
 .contact-form_two select:focus,
 .contact-form_two textarea:focus {}

 .contact-two_info-column {
 	position: relative;
 }

 .contact-two_info-outer {
 	position: relative;
 	z-index: 1;
 	padding-left: 30px;
 }

 .info-block_two {
 	position: relative;
 	margin-bottom: 45px;
 }

 .info-block_two-inner {
 	position: relative;
 	font-size: 16px;
 	padding-left: 75px;
 	color: var(--white-color);
 }

 .info-block_two-icon {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	font-size: 22px;
 	border-radius: 50px;
 	text-align: center;
 	line-height: 60px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .info-block_two-inner strong {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 30px;
 	margin-bottom: 5px;
 	color: var(--white-color);
 	font-family: var(--title-font);
 }

 .contact-two_image {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 }

 /***

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

***/

 .page-title {
 	position: relative;
 	background-size: cover;
 	padding: 184px 0px 103px;
 	width: 100%;

 	text-align: center;
 	background-position: top center;
 }

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

 .page-title h2 {
 	font-weight: 700;
 	margin-bottom: 13px;
 	text-transform: capitalize;
 	color: var(--white-color);
 	text-align: center;
 	text-shadow: 0px 5px 20px #040404;
 	font-size: 60px;
 	line-height: 1.2;
 }

 .page-title .bread-crumb {
 	position: relative;
 	display: inline-block;
 	text-align: center;
 }

 .page-title .bread-crumb li {
 	position: relative;
 	font-weight: 600;
 	display: inline-block;
 	font-size: 16px;
 	color: var(--white-color);
 	text-transform: capitalize;
 	margin-right: 15px;
 	padding-right: 15px;
 	text-shadow: 0px 5px 20px #040404;
 }

 .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(--theme-color);
 }

 .page-title_text {
 	position: relative;
 	font-size: 16px;
 	line-height: 28px;
 	max-width: 320px;
 	color: var(--white-color);
 }

 /***

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

***/

 .project-detail {
 	position: relative;
 	padding: 110px 0px 110px;
 	background-position: left top;
 	background-repeat: no-repeat;
 }

 .project-detail:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 50%;
 	z-index: -1;
 	background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
 }

 .project-detail_location {
 	position: relative;
 	font-size: 16px;
 	display: flex;
 	gap: 10px;
 	font-weight: 500;
 	color: var(--black-color);
 }

 .project-detail_heading {
 	position: relative;
 	font-weight: 700;
 	margin-top: 15px;
 	margin-bottom: 35px;
 	color: var(--black-color);
 }

 .project-detail_image {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	border-radius: 25px;
 }

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

 .project-detail_list {
 	position: relative;
 	margin-top: 60px;
 	margin-bottom: 20px;
 }

 .project-detail_list li {
 	position: relative;
 	padding-left: 80px;
 	color: #1E1E1E;
 	min-height: 62px;
 	font-size: 16px;
 	margin-right: 45px;
 	margin-bottom: 25px;
 	display: inline-block;
 }

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

 .project-detail_list li .icon {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 62px;
 	height: 62px;
 	line-height: 60px;
 	text-align: center;
 	border-radius: 50px;
 	border: 1px solid rgba(0, 0, 0, 0.50);
 }

 .project-detail_list li strong {
 	position: relative;
 	display: block;
 	font-weight: 600;
 	margin-top: 5px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .project-detail h3 {
 	position: relative;
 	margin-bottom: 20px;
 	text-transform: capitalize;
 }

 .project-detail p {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 	margin-bottom: 15px;
 }

 .project-detail_list-two {
 	position: relative;
 }

 .project-detail_list-two li {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 	margin-bottom: 15px;
 }

 .project-detail_list-two li span {
 	position: relative;
 	font-weight: 700;
 	color: var(--black-color);
 }

 .project-detail .middle-box {
 	position: relative;
 	margin-top: 35px;
 	margin-bottom: 40px;
 }

 .more-projects {
 	position: relative;
 	margin-top: 40px;
 	border-radius: 50px;
 	border: 1px solid rgba(0, 0, 0, 0.20);
 }

 .more-projects:before {
 	position: absolute;
 	content: '';
 	left: 50%;
 	top: 0px;
 	width: 1px;
 	opacity: 0.20;
 	bottom: 0px;
 	background-color: var(--black-color);
 }

 .more-projects a {
 	position: relative;
 	display: block;
 	font-weight: 600;
 	padding: 22px 30px;
 	text-transform: uppercase;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .more-projects i {
 	position: relative;
 	color: var(--theme-color);
 }

 .more-projects a:hover {
 	color: var(--theme-color);
 }



 /***

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

***/

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

 .sidebar-page-container.alternate {
 	padding-bottom: 100px;
 }

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

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

 /* Sidebar Title */

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

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

 .sidebar-title h4 {
 	position: relative;
 	color: var(--black-color);
 }

 /* Category List */

 .category-list {
 	position: relative;
 	z-index: 1;
 }

 .category-list li {
 	position: relative;
 	z-index: 1;
 	margin-bottom: 15px;
 }

 .category-list li a {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	z-index: 1;
 	font-weight: 600;
 	border-radius: 50px;
 	color: var(--black-color);
 	text-transform: capitalize;
 	padding: 22px 15px 22px 30px;
 	font-family: var(--title-font);

 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 	border: 1px solid rgba(0, 0, 0, 0.50);
 }

 .category-list li a:hover::before {
 	opacity: 1;
 }

 .category-list li a:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	z-index: -1;
 	opacity: 0;
 	border-radius: 50px;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 	background-image: linear-gradient(to right, #f9630c, #b54c0f, #773610, #3e1f0d, #040201);
 }

 .category-list li span {
 	position: absolute;
 	right: 6px;
 	top: 6px;
 	width: 55px;
 	height: 55px;
 	padding: 0px 0px;
 	line-height: 55px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .category-list li a:hover span {
 	color: var(--black-color);
 	background-color: var(--white-color);
 }

 .category-list li a:hover {
 	color: var(--white-color);
 	transform: rotate(2deg);
 }

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


 .rating-widget .widget-content {
 	position: relative;
 	border-radius: 50px;
 	padding: 35px 50px 50px;
 	background-position: center top;
 	background-repeat: no-repeat;
 	background-color: var(--black-color);
 }

 .rating-widget_rating {
 	position: relative;
 	font-size: 128px;
 	font-weight: 700;
 	line-height: 1em;
 	text-align: center;
 	color: var(--white-color);
 }

 /* Rating Widget Authors */

 .rating-widget_authors {
 	position: relative;
 	display: flex;
 	gap: 20px;
 	margin-top: 25px;
 	align-items: center;
 	justify-content: center;
 	flex-wrap: wrap;
 }

 .rating-widget_authors ul {
 	position: relative;
 	display: flex;
 	margin-left: 20px;
 }

 .rating-widget_authors ul li {
 	position: relative;
 	width: 54px;
 	height: 54px;
 	margin-left: -20px;
 	border-radius: 50px;
 	display: inline-block;
 	border: 3px solid var(--white-color);
 }

 .rating-widget_reviews {
 	position: relative;
 	font-weight: 600;
 	font-size: 16px;
 	color: var(--white-color);
 }

 .rating-widget .company-logo {
 	position: relative;
 	text-align: center;
 	margin-top: 40px;
 }

 .rating-widget_phone {
 	position: relative;
 	text-align: center;
 	margin-top: 30px;
 	font-size: 16px;
 	line-height: 40px;
 	color: var(--white-color);
 }

 .rating-widget_phone a {
 	position: relative;
 	display: block;
 	font-weight: 700;
 	font-size: 32px;
 	color: var(--white-color);
 	font-family: var(--title-font);
 }

 .rating-widget_title-button {
 	position: relative;
 	text-align: center;
 	margin-top: 35px;
 }

 .rating-widget_title-button .theme-btn {
 	position: relative;
 	text-transform: uppercase;
 }

 .service-detail {
 	position: relative;
 }

 .service-detail_inner {
 	position: relative;
 }

 .service-detail_image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 25px;
 }

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

 .service-detail_tag {
 	position: absolute;
 	right: 0px;
 	bottom: 60px;
 	font-size: 18px;
 	font-weight: 600;
 	padding: 18px 30px;
 	display: inline-block;
 	color: var(--theme-color);
 	border-radius: 50px 0px 0px 50px;
 	background-color: var(--white-color);
 	font-family: var(--title-font);
 }

 .service-detail_tag:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	top: -48px;
 	width: 57px;
 	height: 49px;
 	background: url(../images/icons/shape-8.html) no-repeat;
 }

 .service-detail_tag:after {
 	position: absolute;
 	content: '';
 	right: -2px;
 	bottom: -50px;
 	width: 68px;
 	height: 54px;
 	background: url(../images/icons/shape-9.html) no-repeat;
 }

 .service-detail_title {
 	position: relative;
 	margin-top: 30px;
 	margin-bottom: 20px;
 	text-transform: capitalize;
 }

 .service-detail p {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 }

 .service-detail_subtitle {
 	position: relative;
 	margin-bottom: 15px;
 	text-transform: capitalize;
 }

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

 .service-block_two-inner {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 	padding-left: 105px;
 }

 .service-block_two-number {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 80px;
 	height: 80px;
 	font-size: 24px;
 	font-weight: 600;
 	border-radius: 50px;
 	text-align: center;
 	line-height: 80px;
 	color: var(--white-color);
 	font-family: var(--title-font);
 	background-image: linear-gradient(to bottom, #f7620c, #e0590b, #ca510a, #b44809, #9f4008);
 }

 .service-block_two strong {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	padding-bottom: 15px;
 	margin-bottom: 15px;
 	color: var(--black-color);
 	text-transform: capitalize;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
 	font-family: var(--title-font);
 }

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

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

 .service-detail_image-two {
 	position: relative;
 	overflow: hidden;
 	border-radius: 25px;
 	margin-bottom: 30px;
 }

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

 .service-detail_list {
 	position: relative;
 }

 .service-detail_list li {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 	padding-left: 35px;
 	margin-bottom: 25px;
 }

 .service-detail_list li i {
 	position: absolute;
 	left: 0px;
 	top: 7px;
 	font-size: 20px;
 	line-height: 1em;
 	color: var(--theme-color);
 }

 .service-detail_list li span {
 	position: relative;
 	font-weight: 700;
 	font-size: 18px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

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

 /***

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

***/

 .project-four {
 	position: relative;
 	padding: 110px 0px 110px;
 	background-position: left top;
 	background-repeat: no-repeat;
 }

 .project-four:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 50%;
 	z-index: -1;
 	background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
 }

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

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

 .project-block_three-image::before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 30%;
 	right: 0px;
 	bottom: 0px;
 	z-index: 1;
 	background: rgba(var(--black-color-rgb), 0);
 	background: linear-gradient(to top, rgba(var(--black-color-rgb), 1) 0%, rgba(var(--white-color-rgb), 0) 100%);
 }

 .project-block_three-image {
 	position: relative;
 	border-radius: 25px;
 	overflow: hidden;
 }

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

 .project-block_three-overlay {
 	position: absolute;
 	left: 35px;
 	bottom: -65px;
 	right: 35px;
 	z-index: 2;
 	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_three-inner:hover .project-block_three-overlay {
 	bottom: 35px;
 }

 .project-block_three-inner:hover .project-block_three_button {
 	opacity: 1;
 }

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

 .project-block_three-title a {
 	position: relative;
 	color: var(--white-color);
 }

 .project-block_three-designation {
 	position: relative;
 	font-size: 16px;
 	margin-bottom: 20px;
 	letter-spacing: 0.5px;
 	color: var(--white-color);
 }

 .project-block_three-location {
 	position: relative;
 	font-size: 16px;
 	display: flex;
 	gap: 10px;
 	margin-bottom: 15px;
 	align-items: center;
 	color: var(--white-color);
 }

 .project-block_three-location>i {
 	position: relative;
 	width: 20px;
 	display: inline-block;
 }

 .project-block_three_button {
 	position: relative;
 	margin-top: 30px;
 	opacity: 0;
 }

 .project-block_three_button .theme-btn {
 	position: relative;
 	text-transform: uppercase;
 }

 /*** 

====================================================================
	Styled Pagination
====================================================================

***/

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

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

 .styled-pagination li a {
 	position: relative;
 	display: inline-block;
 	line-height: 58px;
 	height: 60px;
 	width: 60px;
 	font-size: 20px;
 	min-width: 50px;
 	font-weight: 600;
 	text-align: center;
 	border-radius: 50px;
 	text-transform: capitalize;
 	transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	color: var(--black-color);
 	border: 1px solid rgba(0, 0, 0, 0.40);
 }

 .styled-pagination li.prev a,
 .styled-pagination li.next a {
 	height: 60px;
 	width: 60px;
 	color: var(--white-color);
 	background-image: none;
 	background-color: var(--black-color);
 }

 .styled-pagination li a:hover,
 .styled-pagination li a.active {
 	color: var(--white-color);
 	border-color: var(--theme-color);
 	background-color: var(--theme-color);
 }

 /*** 

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

***/

 .team-detail {
 	position: relative;
 	padding: 110px 0px 90px;
 	background-position: left top;
 	background-repeat: no-repeat;
 }

 .team-detail:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 50%;
 	z-index: -1;
 	background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
 }

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

 .team-detail_image-outer {
 	position: relative;
 }

 .team-detail_image {
 	position: relative;
 	padding-top: 20px;
 	padding-right: 20px;
 }

 .team-detail_image:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	top: 0px;
 	left: 30px;
 	bottom: 30px;
 	border-radius: 25px;
 	background-color: var(--white-color);
 	border: 1px solid rgba(0, 0, 0, 0.10);
 }

 .team-detail_image img {
 	position: relative;
 	width: 100%;
 	overflow: hidden;
 	border-radius: 25px;
 }

 .team-detail_image:after {
 	position: absolute;
 	content: '';
 	right: 15px;
 	top: 15px;
 	width: 97px;
 	height: 97px;
 	background: url(../images/icons/team-shape.html) no-repeat;
 }



 .team-block_detail-shares {
 	position: absolute;
 	right: 18px;
 	top: 17px;
 }

 .team-detail_image:hover .team-block_detail-share_icon {
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .team-block_detail-share_icon {
 	position: relative;
 	width: 54px;
 	height: 54px;
 	z-index: 10;
 	font-size: 24px;
 	line-height: 54px;
 	border-radius: 50px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-detail_image:hover .team-block_detail-socials {
 	top: 140%;
 	opacity: 1;
 }

 .team-block_detail-socials {
 	position: absolute;
 	right: 7px;
 	top: -150%;
 	width: 50px;
 	z-index: 1;
 	opacity: 0;
 	padding: 10px 0px;
 	text-align: center;
 	border-radius: 50px;
 	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);
 }

 .team-block_detail-socials a {
 	position: relative;
 	font-size: 16px;
 	display: block;
 	width: 40px;
 	height: 40px;
 	margin: 1px 0px;
 	margin: 0 auto;
 	line-height: 40px;
 	border-radius: 50px;
 	color: var(--black-color);
 }

 .team-block_detail-socials a:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-detail_tag {
 	position: relative;
 	font-size: 16px;
 	padding: 8px 20px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-detail_title {
 	position: relative;
 	font-weight: 700;
 	margin-top: 20px;
 	margin-bottom: 20px;
 	color: var(--black-color);
 }

 .team-detail p {
 	position: relative;
 	font-size: 16px;
 	color: #666666;
 	line-height: 28px;
 	margin-bottom: 15px;
 }

 .team-detail_info-outer {
 	position: relative;
 	margin-top: 30px;
 }

 .team-detail_info {
 	position: relative;
 }

 .team-detail_info li {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	color: #666666;
 	line-height: 26px;
 	margin-bottom: 30px;
 }

 .team-detail_info li span {
 	position: relative;
 	display: block;
 	font-size: 20px;
 	margin-bottom: 10px;
 	font-weight: 700;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .team-detail .lower-box {
 	position: relative;
 	margin-top: 40px;
 }

 .team-detail .lower-box h3 {
 	position: relative;
 	margin-bottom: 20px;
 }

 /*** 

====================================================================
	Team Tabs Style
====================================================================

***/

 .team-tabs {
 	position: relative;
 	margin-top: 30px;
 }

 .team-tabs .tab-btns {
 	position: relative;
 }

 .team-tabs .tab-btns .tab-btn {
 	position: relative;
 	line-height: 24px;
 	cursor: pointer;
 	font-weight: 500;
 	padding: 13px 36px;
 	font-size: 16px;
 	margin-right: 10px;
 	border-radius: 50px;
 	display: inline-block;
 	transition: all 500ms ease;
 	text-transform: capitalize;
 	background-color: #F5F5F5;
 	color: var(--black-color);
 }

 .team-tabs .tab-btns .tab-btn:last-child {
 	margin-right: 0px;
 }

 .team-tabs .tab-btns .tab-btn:hover,
 .team-tabs .tab-btns .tab-btn.active-btn {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .team-tabs .tabs-content {
 	position: relative;
 	padding: 30px 0px 0px;
 }

 .team-tabs .tabs-content .tab {
 	position: relative;
 	display: none;
 	border-top: 0px;
 }

 .team-tabs .tabs-content .tab.active-tab {
 	display: block;
 }

 .team-detail_contact {
 	position: relative;
 	margin-top: 60px;
 	border-radius: 30px;
 	padding: 35px 35px 50px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.15);
 }

 /* Skills Section */

 .default-skills {
 	position: relative;
 }

 .default-skill-item {
 	position: relative;
 	margin-bottom: 25px;
 }

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

 .default-skill-title {
 	position: relative;
 	font-weight: 700;
 	font-size: 18px;
 	margin-bottom: 10px;
 	color: var(--black-color);
 	text-transform: capitalize;
 	font-family: var(--title-font);
 }

 .default-skill-bar {
 	position: relative;
 	width: 100%;
 	height: 12px;
 	border-radius: 50px;
 }

 .default-skill-bar:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	bottom: 0px;
 	right: 0px;
 	height: 12px;
 	border-radius: 50px;
 	background-color: #dddddd;
 }

 .default-bar-inner {
 	position: relative;
 	width: 100%;
 	height: 12px;
 	overflow: hidden;
 	border-radius: 50px;
 }

 .default-bar {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	height: 12px;
 	width: 0px;
 	border-radius: 50px;
 	background-color: var(--theme-color);
 	-webkit-transition: all 2000ms ease;
 	-ms-transition: all 2000ms ease;
 	-o-transition: all 2000ms ease;
 	-moz-transition: all 2000ms ease;
 	transition: all 2000ms ease;
 }

 .default-count-box {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	font-weight: 700;
 	font-size: 18px;
 	color: var(--black-color);
 }

 .team-detail_subtext {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 	margin-top: -10px;
 	margin-bottom: 25px;
 }

 /* Search Widget */

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

 .sidebar .search-box .form-group input:focus+button {
 	background-color: var(--theme-color);
 }

 .sidebar .search-box .form-group input[type="text"],
 .sidebar .search-box .form-group input[type="search"] {
 	position: relative;
 	line-height: 28px;
 	font-size: 14px;
 	padding: 10px 50px 10px 25px;
 	background: none;
 	display: block;
 	width: 100%;
 	height: 64px;
 	border-radius: 50px;
 	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;
 	background-color: var(--white-color);
 }

 .sidebar .search-box .form-group input::placeholder,
 .sidebar .search-box .form-group textarea::placeholder {
 	color: #666666;
 }

 .sidebar .search-box .form-group button {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	bottom: 0px;
 	width: 64px;
 	width: 64px;
 	display: block;
 	cursor: pointer;
 	line-height: 50px;
 	font-weight: normal;
 	border-radius: 50px;
 	font-size: 16px;
 	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;
 	background-color: var(--theme-color);
 }

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

 .page-top_pattern {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 100%;
 	background-position: left top;
 	background-repeat: no-repeat;
 }

 .page-top_pattern:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	height: 50%;
 	z-index: -1;
 	background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
 }

 /* Post Widget */

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

 .post-widget .post {
 	position: relative;
 	min-height: 160px;
 	padding-left: 160px;
 	margin-bottom: 32px;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
 }

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

 .post-widget .post .thumb {
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 120px;
 	width: 141px;
 	overflow: hidden;
 	border-radius: 6px;
 }

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

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

 .post-widget .post h4 {
 	text-transform: capitalize;
 }

 .post-widget .post h4 a {
 	color: var(--black-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;
 }

 .post-widget .post h4 a:hover {
 	color: var(--theme-color);
 }

 .post-widget .post .post-date {
 	position: relative;
 	display: block;
 	font-weight: 400;
 	font-size: 14px;
 	color: #666666;
 	margin-bottom: 5px;
 	display: inline-block;
 	text-transform: capitalize;
 }

 /* Category List */

 .category-list_two {
 	position: relative;
 	z-index: 1;
 }

 .category-list_two li {
 	position: relative;
 	z-index: 1;
 	margin-bottom: 10px;
 }

 .category-list_two li a {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	z-index: 1;
 	font-weight: 700;
 	border-radius: 50px;
 	color: var(--black-color);
 	padding: 24px 25px 24px 40px;
 	text-transform: capitalize;
 	background-color: #F5F5F5;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 	font-family: var(--title-font);
 }

 .category-list_two li a:hover::before {
 	color: var(--white-color);
 }

 .category-list_two li a:before {
 	position: absolute;
 	content: '\f105';
 	right: 35px;
 	top: 22px;
 	z-index: 98;
 	color: var(--black-color);
 	font-family: 'Font Awesome 6 Free';
 }

 .category-list_two li a:hover {
 	background-color: var(--theme-color);
 	color: var(--white-color);
 }

 .category-list_two li:last-child {
 	margin-bottom: 0px;
 }

 /* Tags */

 .popular-tags a {
 	position: relative;
 	padding: 10px 25px;
 	font-size: 14px;
 	font-weight: 400;
 	border-radius: 50px;
 	margin-right: 5px;
 	margin-bottom: 10px;
 	display: inline-block;
 	color: var(--black-color);
 	text-transform: capitalize;
 	border: 1px solid rgba(var(--black-color-rgb), 0.50);
 }

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



 .blog-detail {
 	position: relative;
 }

 .blog-detail_inner {
 	position: relative;
 }

 .blog-detail_image-outer {
 	position: relative;
 }

 .news-detail_image {
 	position: relative;
 	overflow: hidden;
 	border-radius: 30px;
 }

 .news-detail_image:before {
 	position: absolute;
 	content: '';
 	right: 0px;
 	bottom: 0px;
 	width: 174px;
 	height: 66px;
 	z-index: 9;
 	background: url(../images/icons/shape-3.html);
 	background-repeat: no-repeat;
 }

 .news-detail_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);
 }

 .blog-detail_inner:hover .news-detail_image img:first-child {
 	-webkit-transform: translatex(0) scalex(1);
 	transform: translatex(0) scalex(1);
 	opacity: 1;
 	-webkit-filter: blur(0);
 	filter: blur(0);
 }

 .blog-detail_inner:hover .news-detail_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_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;
 }

 .blog-detail_content {
 	position: relative;
 	padding-top: 30px;
 }

 .blog-detail_date {
 	position: absolute;
 	right: 10px;
 	bottom: 0px;
 	z-index: 10;
 	font-size: 16px;
 	font-weight: 600;
 	padding: 9px 35px;
 	border-radius: 50px;
 	letter-spacing: 1px;
 	color: var(--white-color);
 	text-transform: uppercase;
 	font-family: var(--title-font);
 	background-color: var(--black-color);
 }

 .blog-detail_meta {
 	position: relative;
 }

 .blog-detail_meta li {
 	position: relative;
 	font-size: 16px;
 	padding-left: 30px;
 	margin-right: 15px;
 	display: inline-block;
 	color: var(--black-color);
 }

 .blog-detail_meta li .icon {
 	position: absolute;
 	left: 0px;
 	top: 2px;
 	line-height: 1em;
 	color: var(--theme-color);
 }

 .blog-detail_meta li:last-child {
 	margin-right: 0px;
 	padding-right: 0px;
 }

 .blog-detail_title {
 	position: relative;
 	margin-top: 15px;
 	color: var(--black-color);
 	text-transform: capitalize;
 }

 .blog-detail p {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 28px;
 	margin-top: 15px;
 }

 .blog-detail_list {
 	position: relative;
 	margin-left: 15px;
 }

 .blog-detail_list li {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	margin-bottom: 15px;
 	padding-left: 15px;
 }

 .blog-detail_list li:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 8px;
 	width: 6px;
 	height: 6px;
 	border-radius: 50px;
 	background-color: #000000;
 }

 .blog-detail blockquote {
 	position: relative;
 	padding: 34px 30px;
 	border-radius: 20px;
 	margin-top: 30px;
 	margin-bottom: 30px;
 	background-color: #f5f5f5;
 }

 .blog-detail blockquote .blockquote-inner {
 	position: relative;
 	padding-left: 95px;
 	font-size: 18px;
 	line-height: 30px;
 	padding-top: 5px;
 	font-weight: 500;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .blog-detail blockquote:before {
 	position: absolute;
 	content: '';
 	left: -6px;
 	top: -6px;
 	bottom: 40px;
 	width: 60%;
 	z-index: -1;
 	border-radius: 20px;
 	background-color: var(--black-color);
 }

 .blog-detail blockquote .quote {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 68px;
 	height: 68px;
 	line-height: 68px;
 	border-radius: 10px;
 	text-align: center;
 	display: inline-block;
 	background-color: var(--theme-color);
 }

 .blog-detail blockquote i {
 	position: relative;
 	display: block;
 	text-align: right;
 	font-size: 16px;
 	font-weight: 700;
 	color: var(--theme-color);
 	font-family: var(--title-font);
 }

 .news-detail_image-two {
 	position: relative;
 	margin-top: 30px;
 	overflow: hidden;
 	margin-bottom: 25px;
 }

 .news-detail_image-two img {
 	position: relative;
 	border-radius: 25px;
 }

 .post-share-options {
 	position: relative;
 	padding-top: 20px;
 	margin-top: 30px;
 	margin-bottom: 50px;
 	border-top: 1px solid rgba(0, 0, 0, 0.20);
 }

 .post-share-options .post-tags {
 	position: relative;
 	display: flex;
 	gap: 20px;
 	flex-wrap: wrap;
 	align-items: center;
 }

 .post-share-options .post-tags strong {
 	position: relative;
 	font-weight: 700;
 	font-size: 24px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .post-share-options .post-tags a {
 	position: relative;
 	font-size: 16px;
 	padding: 12px 22px;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--black-color);
 	border: 1px solid rgba(0, 0, 0, 0.20);
 }

 .post-share-options .post-tags a:hover {
 	color: var(--white-color);
 	border-color: var(--theme-color);
 	background-color: var(--theme-color);
 }

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

 .post-share-options .social-links span {
 	position: relative;
 	font-weight: 700;
 	font-size: 20px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .post-share-options .social-links a {
 	position: relative;
 	font-size: 18px;
 	margin-left: 10px;
 	color: var(--black-color);
 }

 .post-share-options .social-links a:hover {
 	color: var(--black-color);
 }

 /* Blog Author Post */

 .blog-author-post {
 	position: relative;
 	margin-top: 30px;
 	padding-bottom: 60px;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
 }

 .blog-author-post_inner {
 	position: relative;
 	padding-left: 300px;
 }

 .blog-detail_author-image {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 266px;
 	overflow: hidden;
 	border-radius: 15px;
 }

 .blog-author-post h5 {
 	font-weight: 700;
 	color: var(--black-color);
 }

 .blog-author-post .text {
 	position: relative;
 	line-height: 30px;
 	font-size: 16px;
 	margin-top: 10px;
 	color: #666666;
 }

 .blog-author-post_socials {
 	position: relative;
 	margin-top: 15px;
 }

 .blog-author-post_socials li {
 	position: relative;
 	margin-right: 5px;
 	display: inline-block;
 }

 .blog-author-post_socials li a {
 	position: relative;
 	font-size: 16px;
 	font-weight: 600;
 	color: var(--theme-color);
 }

 .blog-author-post_socials li a:hover {
 	color: var(--theme-color);
 }

 /*** 

====================================================================
	Comments Area
====================================================================

 ***/

 .sidebar-page-container .comments-area {
 	position: relative;
 	margin-top: 50px;
 	margin-bottom: 50px;
 	border-radius: 20px
 }

 .sidebar-page-container .group-title {
 	position: relative;
 	margin-bottom: 30px;
 }

 .sidebar-page-container .group-title h4 {
 	font-weight: 700;
 	color: var(--black-color);
 }

 .sidebar-page-container .group-title .text {
 	position: relative;
 	font-size: 16px;
 	color: var(--color-five);
 	margin-top: 5px;
 }

 .sidebar-page-container .comments-area .comment-box {
 	position: relative;
 	margin-bottom: 40px;
 	border-radius: 20px;
 	-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: 20px;
 }

 .sidebar-page-container .comments-area .comment {
 	position: relative;
 	font-size: 14px;
 	padding: 0px 0px 0px 120px;
 }

 .sidebar-page-container .comments-area .reply-comment {
 	margin-left: 120px;
 }

 .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 {
 	gap: 15px;
 	margin-bottom: 15px;
 }

 .sidebar-page-container .comments-area .comment-box strong {
 	position: relative;
 	font-weight: 700;
 	display: block;
 	font-size: 18px;
 	color: var(--black-color);
 	text-transform: capitalize;
 	font-family: var(--title-font);
 }

 .sidebar-page-container .comments-area .comment-box .text {
 	line-height: 28px;
 	font-size: 16px;
 	color: #666666;
 	margin-bottom: 15px;
 }

 .sidebar-page-container .comments-area .comment-info .comment-time {
 	position: relative;
 	font-weight: 500;
 	display: block;
 	font-size: 14px;
 	color: var(--theme-color);
 	text-transform: capitalize;
 }

 .sidebar-page-container .comments-area .comment-box .reply-btn {
 	position: absolute;
 	right: 0px;
 	top: -20px;
 	padding: 7px 20px;
 	font-weight: 500;
 	font-size: 14px;
 	border-radius: 50px;
 	text-transform: uppercase;
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .sidebar-page-container .comments-area .comment-box .reply-btn:hover {
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 /*** 

====================================================================
	Comment Form
====================================================================

***/

 .comment-form-outer {
 	position: relative;
 }

 .comment-form-outer .rating {
 	position: relative;
 }

 .comment-form-outer .rating strong {
 	position: relative;
 	font-weight: 600;
 	font-size: 18px;
 	margin-left: 25px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .comment-form-outer .rating span {
 	position: relative;
 	color: #FECE50;
 }

 .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: 50px;
 	border-radius: 50px;
 	font-size: 16px;
 	color: #666666;
 	-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);
 	background-color: transparent;
 	border: 1px solid #e4e4e4;
 }

 .comment-form .form-group textarea::-webkit-input-placeholder,
 .comment-form .form-group input::-webkit-input-placeholder {
 	color: var(--color-five);
 }

 .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(--theme-color);
 }

 .comment-form .form-group textarea {
 	position: relative;
 	display: block;
 	width: 100%;
 	line-height: 24px;
 	padding: 15px 25px 25px;
 	font-size: 16px;
 	color: #666666;
 	height: 120px;
 	resize: none;
 	border-radius: 25px;
 	-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);
 	background-color: transparent;
 	border: 1px solid #e4e4e4;
 }

 .comment-form .theme-btn {
 	padding: 17px 40px;
 }

 /*** 

====================================================================
	Contact Three
====================================================================

***/

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

 .contact-three_form-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .contact-three_form-outer {
 	position: relative;
 	background: #fff;
 	padding: 30px 30px;
 	border-radius: 30px;

 }

 .contact-three_info-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .contact-three_info-outer {
 	position: relative;
 	padding-left: 50px;
 }

 .contact-three.style-two .contact-three_info-outer {
 	padding-left: 0px;
 }

 .contact-info_text {
 	position: relative;
 	color: #666666;
 	font-size: 16px;
 	line-height: 26px;
 	margin-top: 15px;
 	margin-bottom: 30px;
 }


 .contact-info_block {
 	position: relative;
 }

 .contact-info_block-inner {
 	position: relative;
 }

 .contact-info_block-icon {
 	position: relative;
 	width: 50px;
 	height: 50px;
 	font-size: 20px;
 	line-height: 52px;
 	font-weight: 700;
 	text-align: center;
 	border-radius: 50px;
 	display: inline-block;
 	color: var(--theme-color);
 	font-family: 'Font Awesome 6 Free';
 	border: 2px solid var(--theme-color);
 }

 .contact-info_block-inner h4 {
 	margin: 15px 0px 10px;
 	color: var(--black-color);
 }

 /*** 

====================================================================
	Map One
====================================================================

***/

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

 .map-one iframe {
 	width: 100%;
 	height: 450px;
 	border-radius: 20px;
 }

 /***

====================================================================
	Coming Soon
====================================================================

***/

 .coming-soon {
 	position: relative;
 	display: block;
 	text-align: center;
 	padding-bottom: 100px;
 }

 .coming-soon .content {
 	position: relative;
 }

 .coming-soon .content .content-inner {
 	position: relative;
 	padding: 110px 15px 0px;
 }

 .coming-soon .content .content-inner .logo {
 	position: relative;
 	z-index: 1;
 	margin-bottom: 60px;
 }

 .time-counter {
 	position: relative;
 }

 .time-counter .time-countdown {
 	position: relative;
 	margin-bottom: 150px;
 }

 .time-counter .time-countdown .counter-column {
 	position: relative;
 	display: inline-block;
 	width: 180px;
 	height: 180px;
 	line-height: 1em;
 	color: var(--white-color);
 	text-transform: uppercase;
 	font-size: 20px;
 	font-weight: 700;
 	text-align: center;
 	z-index: 7;
 	border-radius: 20px;
 	background-color: var(--theme-color);
 	margin: 0 15px 20px;
 	font-family: var(--title-font);
 }

 .time-counter .time-countdown .counter-column:nth-child(2) {
 	background-color: #f5f5f5;
 	color: var(--black-color);
 	border: 2px solid rgba(0, 0, 0, 0.20);
 }

 .time-counter .time-countdown .counter-column:nth-child(2) .count {
 	color: var(--black-color);
 }

 .time-counter .time-countdown .counter-column:nth-child(3) {
 	background-color: #000000;
 }

 .time-counter .time-countdown .counter-column:nth-child(4) {
 	background-color: var(--theme-color);
 }

 .time-counter .time-countdown .counter-column .count {
 	position: relative;
 	display: block;
 	font-size: 70px;
 	line-height: 30px;
 	padding: 60px 0px 30px;
 	color: var(--white-color);
 	font-weight: 600;
 }

 .coming-soon .emailed-form {
 	position: relative;
 }

 .coming-soon .emailed-form h3 {
 	color: var(--black-color);
 	margin-bottom: 20px;
 }

 .coming-soon .emailed-form .text {
 	display: block;
 	color: var(--black-color);
 	font-size: 18px;
 	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;
 	color: var(--black-color);
 	font-size: 16px;
 	overflow: hidden;
 	border-radius: 50px;
 	padding: 15px 50px 15px 25px;
 	background: var(--white-color);
 	border: 1px solid rgba(var(--black-color-rgb), 0.15);
 	-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 {
 	border-color: var(--theme-color);
 }

 .coming-soon .emailed-form .form-group input[type="submit"],
 .coming-soon .emailed-form button {
 	position: absolute;
 	right: 10px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	line-height: 40px;
 	font-size: 18px;
 	color: var(--theme-color);
 	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: var(--color-two);
 }

 .coming-soon .copyright-text {
 	position: relative;
 	font-size: 18px;
 	line-height: 26px;
 	color: var(--white-color);
 	font-weight: 400;
 }

 .coming-soon .copyright-text a {
 	color: var(--theme-color);
 }

 .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(var(--black-color-rgb), 0.20);
 	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: #00022A;
 	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: var(--theme-color);
 }

 .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: var(--theme-color);
 }

 .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: var(--theme-color);
 }

 .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: var(--theme-color);
 }

 .clock-hour {
 	position: absolute;
 	z-index: 2;
 	top: 75px;
 	left: 123px;
 	width: 4px;
 	height: 65px;
 	background-color: var(--theme-color);
 	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: var(--theme-color);
 	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: var(--black-color);
 	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: var(--black-color);
 	border: solid 2px var(--black-color);
 	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: var(--black-color); */
 	border-radius: 50%;
 }

 /***

====================================================================
	Error One
====================================================================

***/

 .error-one {
 	position: relative;
 	overflow: hidden;
 	text-align: center;
 	padding: 120px 0px 80px;
 }

 .error-one_image {
 	position: relative;
 	margin-top: 0px;
 }

 .error-one_content {
 	position: relative;
 	text-align: center;
 	margin-top: 30px;
 }

 .error-one h2 {
 	line-height: 1em;
 }

 .error-one_text {
 	position: relative;
 	margin-top: 30px;
 	color: #666666;
 	font-size: 18px;
 }

 .error-one_button {
 	position: relative;
 	margin-top: 30px;
 }


 /*** 

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

***/

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

 .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 {
 	color: var(--black-color);
 	margin-bottom: 20px;
 }

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

 .privacy-section .date {
 	position: relative;
 	font-weight: 500;
 	font-size: 18px;
 	margin-bottom: 15px;
 	color: var(--theme-color);
 }

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

 .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;
 	margin-bottom: 10px;
 	color: var(--black-color);
 }

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





 /* Shop Cat */

 .shop-cat {
 	position: relative;
 }

 .shop-cat li {
 	position: relative;
 	margin-bottom: 15px;
 }

 .shop-cat li a {
 	position: relative;
 	font-size: 17px;
 	display: block;
 	color: var(--black-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;
 	padding: 15px 50px 15px 20px;
 	margin-bottom: 2px;
 	border: 1px solid #eee;
 	display: block;
 	border-radius: 8px;
 }

 .shop-cat li a span {
 	position: absolute;
 	right: 20px;
 }

 .shop-cat li a:hover {
 	color: var(--theme-color);
 }

 /*Sidebar Realated Posts */

 .sidebar .related-posts .post {
 	position: relative;
 	padding-top: 40px;
 	min-height: 156px;
 	padding-left: 150px;
 	margin-bottom: 20px;
 }

 .sidebar .related-posts .post:last-child {
 	margin-bottom: 0px;
 	min-height: inherit;
 }

 .sidebar .related-posts .post .post-thumb {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 130px;
 	background-color: rgba(0, 0, 0, 0.05);
 }

 .sidebar .related-posts .post .post-thumb img {
 	display: block;
 	width: 100%;
 }

 .sidebar .related-posts .post h4 {
 	top: -2px;
 	font-size: 22px;
 	font-weight: 500;
 	line-height: 1.3em;
 	color: var(--black-color);
 	text-transform: capitalize;
 }

 .sidebar .related-posts .post h4 a {
 	color: var(--black-color);
 	transition: all 300ms ease;
 	-webkit-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 }

 .sidebar .related-posts .post h4 a:hover {
 	opacity: 1;
 	color: var(--theme-color);
 	text-decoration: underline;
 }

 .sidebar .related-posts .post .price {
 	font-size: 18px;
 	letter-spacing: 1px;
 	font-weight: 400;
 	margin-top: 5px;
 	color: var(--theme-color);
 }

 /* Shop Section */

 .shop-section {
 	position: relative;
 }

 .shop-section .items-sorting {
 	position: relative;
 	margin-bottom: 30px;
 }

 .shop-section .items-sorting .total-items {
 	position: relative;
 	font-size: 18px;
 	color: var(--black-color);
 }

 .shop-section .items-sorting .total-items span {
 	color: var(--theme-color);
 }

 /* Shop Item */

 .shop-item {
 	position: relative;
 	margin-bottom: 40px;
 }

 .shop-item .inner-box {
 	position: relative;
 	transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
 	-webkit-transition: all 0.3s ease;
 	-ms-transition: all 0.3s ease;
 	-o-transition: all 0.3s ease;
 }

 .shop-item .inner-box:hover .image .overlay-box {
 	opacity: 1;
 }

 .shop-item .inner-box .image {
 	position: relative;
 	text-align: center;
 	background-color: rgba(0, 0, 0, 0.04);
 }

 .shop-item .inner-box .image .overlay-link {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	display: block;
 	z-index: 1;
 }

 .shop-item .inner-box .image .sale {
 	position: absolute;
 	right: 10px;
 	top: 10px;
 	z-index: 2;
 	padding: 8px 20px;
 	display: inline-block;
 	color: var(--white-color);
 	text-transform: uppercase;
 	background-color: var(--black-color);
 }

 .shop-item .inner-box .image .overlay-box {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	opacity: 0;
 	text-align: center;
 	background-color: rgba(0, 0, 0, 0.50);
 	transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
 	-webkit-transition: all 0.3s ease;
 	-ms-transition: all 0.3s ease;
 	-o-transition: all 0.3s ease;
 }

 .shop-item .inner-box .image .overlay-box .cart-option {
 	position: relative;
 	top: 50%;
 	margin-top: -25px;
 }

 .shop-item .inner-box .image .overlay-box .cart-option li {
 	position: relative;
 	margin: 0px 3px;
 	color: var(--black-color);
 	display: inline-block;
 }

 .shop-item .inner-box .image .overlay-box .cart-option li a {
 	position: relative;
 	color: var(--black-color);
 	font-size: 56px;
 	font-weight: 700;
 	display: block;
 	transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
 	-webkit-transition: all 0.3s ease;
 	-ms-transition: all 0.3s ease;
 	-o-transition: all 0.3s ease;
 }

 .shop-item .inner-box .image .overlay-box .cart-option li a .fa {
 	margin-bottom: 8px;
 	display: inline-block;
 }

 .shop-item .inner-box .image .overlay-box .cart-option li a:hover {
 	color: var(--theme-color);
 }

 .shop-item .inner-box .image img {
 	width: 100%;
 	display: inline-block;
 }

 .shop-item .inner-box .lower-content {
 	position: relative;
 	padding: 20px 0px 0px;
 }

 .shop-item .inner-box .lower-content h3 {
 	position: relative;
 	font-size: 22px;
 	font-weight: 500;
 	margin-bottom: 6px;
 }

 .shop-item .inner-box .lower-content h3 a {
 	color: var(--black-color);
 	transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
 	-webkit-transition: all 0.3s ease;
 	-ms-transition: all 0.3s ease;
 	-o-transition: all 0.3s ease;
 }

 .shop-item .inner-box .lower-content h3 a:hover {
 	color: var(--theme-color);
 }

 .shop-item .inner-box .lower-content .price {
 	position: relative;
 	font-size: 18px;
 	font-weight: 300;
 	opacity: 0.9;
 	color: var(--black-color);
 }

 .shop-item .inner-box .lower-content .cart {
 	position: relative;
 	display: inline-block;
 	font-size: 28px;
 	width: 40px;
 	color: var(--black-color);
 }

 .shop-section .lower-text {
 	position: relative;
 	margin-top: 30px;
 }

 .shop-section .lower-text .products {
 	position: relative;
 	color: var(--black-color);
 	font-size: 16px;
 	font-weight: 600;
 	z-index: 1;
 	padding-bottom: 4px;
 	letter-spacing: 2px;
 	display: inline-block;
 	text-transform: uppercase;
 	border-bottom: 1px solid var(--black-color);
 	-webkit-transition: -webkit-transform 0.4s ease;
 	transition: -webkit-transform 0.4s ease;
 	transition: transform 0.4s ease;
 	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
 }

 .shop-section .lower-text .products:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	display: block;
 	z-index: -1;
 	background-color: var(--black-color);
 	-webkit-transition: -webkit-transform 0.4s ease;
 	transition: -webkit-transform 0.4s ease;
 	transition: transform 0.4s ease;
 	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
 	-webkit-transform: scale(0, 1);
 	-ms-transform: scale(0, 1);
 	transform: scale(0, 1);
 	-webkit-transform-origin: right center;
 	-ms-transform-origin: right center;
 	transform-origin: right center;
 }

 .shop-section .lower-text .products:hover::before {
 	-webkit-transform: scale(1, 1);
 	-ms-transform: scale(1, 1);
 	transform: scale(1, 1);
 	-webkit-transform-origin: left center;
 	-ms-transform-origin: left center;
 	transform-origin: left center;
 }

 .shop-section .lower-text .products:hover {
 	color: var(--white-color);
 }




 /*** 

====================================================================
	Shop Detail
====================================================================

***/

 .shop-detail {
 	position: relative;
 	padding: 100px 0px 70px;
 }

 .shop-detail_gallery-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .shop-detail_gallery-column .image {
 	position: relative;
 	overflow: hidden;
 	text-align: center;
 	border-radius: 10px;
 	margin-bottom: 30px;
 	background-color: rgba(var(--color-two-rgb), 0.03);
 }

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

 .shop-detail_gallery-column .thumb {
 	position: relative;
 	cursor: pointer;
 	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 rgba(var(--black-color-rgb), 0.05);
 }

 .shop-detail_gallery-column .thumb img {
 	width: 100%;
 	display: block;
 }

 .shop-detail_gallery-column .thumb:hover {
 	border-color: rgba(var(--black-color-rgb), 0.01);
 	background-color: rgba(var(--black-color-rgb), 0.05);
 }

 .shop-detail_content-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .shop-detail_content-column .inner-column {
 	position: relative;
 	padding-left: 20px;
 }

 .shop-detail_title {
 	font-weight: 700;
 	line-height: 1em;
 	font-size: 40px;
 	color: var(--black-color);
 	text-transform: uppercase;
 }

 .shop-detail_rating {
 	position: relative;
 	margin-top: 20px;
 }

 .shop-detail_rating .fa-star {
 	position: relative;
 	font-size: 14px;
 	color: var(--black-color);
 }

 .shop-detail_rating .fa-star.light {
 	opacity: 0.40;
 	color: var(--black-color);
 }

 .shop-detail_rating i {
 	position: relative;
 	font-size: 18px;
 	margin-left: 10px;
 	color: var(--black-color);
 }

 .shop-detail_price {
 	position: relative;
 	font-weight: 600;
 	font-size: 24px;
 	margin-top: 20px;
 	color: var(--black-color);
 }

 .shop-detail_text {
 	position: relative;
 	line-height: 28px;
 	font-size: 16px;
 	opacity: 0.80;
 	margin-top: 20px;
 	margin-bottom: 30px;
 	color: var(--black-color);
 }

 /* Item Quantity */

 .item-quantity {
 	position: relative;
 	width: 100%;
 	max-width: 115px;
 	padding: 0px 45px;
 	border-radius: 5px;
 	display: inline-block;
 	margin-right: 30px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.05);
 }

 .quantity-box .item-quantity .input-group {
 	position: relative;
 	display: table;
 	border-collapse: separate;
 	max-width: 144px;
 	width: 100%;
 	height: 42px;
 }

 .quantity-box .item-quantity input.qty-spinner {
 	line-height: 40px;
 	height: 40px;
 	width: 20px !important;
 	padding: 0px !important;
 	box-shadow: none !important;
 	border: none;
 	text-align: center;
 	font-size: 16px;
 	font-weight: 500;
 	color: var(--black-color);
 	border: none;
 	border-radius: 0;
 	background: none;
 	margin-right: 0px;
 }

 .quantity-box .item-quantity input.qty-spinner:focus {
 	background: none;
 }

 .quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
 	position: absolute;
 	height: 44px;
 	width: 44px;
 	background: none;
 	padding: 6px 0px !important;
 	line-height: 30px;
 	left: -40px;
 	top: -40px;
 	border: none !important;
 	border-radius: 0px;
 }

 .quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
 	position: absolute;
 	height: 44px;
 	width: 44px;
 	background: none;
 	padding: 6px 0px !important;
 	line-height: 30px;
 	right: -25px;
 	top: -40px;
 	border: none !important;
 	border-radius: 0px;
 	margin-top: 0px;
 }

 .quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:hover,
 .quantity-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:hover {}

 .quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
 	content: "\2b";
 	color: var(--black-color);
 	font-weight: 700;
 	font-style: normal;
 	font-size: 12px;
 	font-family: 'Font Awesome 6 Free';
 }

 .quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
 	content: "\f068";
 	color: var(--black-color);
 	font-weight: 700;
 	font-style: normal;
 	font-size: 12px;
 	font-family: 'Font Awesome 6 Free';
 }

 .quantity-box .bootstrap-touchspin .input-group-btn-vertical {
 	position: absolute;
 	width: 100%;
 }

 .quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
 	top: 6px;
 	left: 14px;
 	font-size: inherit !important;
 }

 .quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
 	margin-top: 0px;
 }

 .shop-detail_list {
 	position: relative;
 	margin-top: 25px;
 }

 .shop-detail_list li {
 	position: relative;
 	font-weight: 500;
 	font-size: 16px;
 	margin-bottom: 15px;
 	color: var(--black-color);
 }

 .shop-detail_list li span {
 	position: relative;
 	font-weight: 500;
 	color: var(--black-color);
 	text-transform: uppercase;
 	margin-right: 10px;
 }

 .shop-detail_socials {
 	position: relative;
 }

 .shop-detail_socials .share {
 	position: relative;
 	font-weight: 600;
 	display: inline-block;
 	color: var(--black-color);
 	font-size: 16px;
 }

 .shop-detail_socials {
 	position: relative;
 	margin-top: 30px;
 }

 .shop-detail_socials li {
 	position: relative;
 	display: inline-block;
 	margin-right: 5px;
 }

 .shop-detail_socials li a {
 	position: relative;
 	width: 40px;
 	height: 40px;
 	line-height: 38px;
 	text-align: center;
 	border-radius: 5px;
 	display: inline-block;
 	color: var(--black-color);
 	font-size: 16px;
 	font-family: 'Font Awesome 5 Brands';
 	border: 1px solid rgba(var(--black-color-rgb), 0.05);
 }

 .shop-detail_socials li a:hover {
 	color: var(--white-color);
 	border-color: var(--theme-color);
 	background-color: var(--theme-color);
 }

 /*** 

====================================================================
	Product Tabs Style
====================================================================

***/

 .shop-detail .prod-tabs {
 	position: relative;
 	margin-top: 30px;
 }

 .shop-detail .prod-tabs .tab-btns {
 	position: relative;
 }

 .shop-detail .prod-tabs .tab-btns::before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 30px;
 	right: 0px;
 	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.10);
 }

 .shop-detail .prod-tabs .tab-btns .tab-btn {
 	position: relative;
 	display: inline-block;
 	color: var(--black-color);
 	line-height: 24px;
 	cursor: pointer;
 	font-weight: 500;
 	padding: 16px 30px;
 	font-size: 20px;
 	margin-right: 20px;
 	transition: all 500ms ease;
 	text-transform: capitalize;
 	background: var(--white-color);
 	border: 1px solid rgba(var(--black-color-rgb), 0.10);
 }

 .shop-detail .prod-tabs .tab-btns .tab-btn:last-child {
 	margin-right: 0px;
 }

 .shop-detail .prod-tabs .tab-btns .tab-btn:hover,
 .shop-detail .prod-tabs .tab-btns .tab-btn.active-btn {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 .shop-detail .prod-tabs .tabs-content {
 	position: relative;
 	padding: 40px 0px 0px;
 }

 .shop-detail .prod-tabs .tabs-content .tab {
 	position: relative;
 	display: none;
 	border-top: 0px;
 }

 .shop-detail .prod-tabs .tabs-content .tab.active-tab {
 	display: block;
 }

 .prod-tabs .tabs-content p {
 	line-height: 28px;
 	font-size: 16px;
 	color: var(--black-color);
 	margin-bottom: 20px;
 }

 .prod-tabs .tabs-content .tab .title {
 	position: relative;
 	font-weight: 400;
 	margin-bottom: 25px;
 	color: var(--black-color);
 }

 /* Comments Area */

 .comments-area {
 	position: relative;
 	padding: 40px 40px;
 	background-color: rgba(var(--black-color-rgb), 0.03);
 }

 .comments-area .group-title {
 	position: relative;
 	margin-bottom: 25px;
 }

 .comments-area .group-title h4 {
 	position: relative;
 	font-weight: 700;
 	color: var(--black-color);
 }

 .comments-content {
 	position: relative;
 	padding: 45px 40px;
 	margin-bottom: 30px;
 	background-color: var(--black-color);
 }

 .comment-box {
 	position: relative;
 	margin-bottom: 25px;
 }

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

 .comment-box .comment {
 	position: relative;
 	padding-left: 80px;
 }

 .comment-box .author-thumb {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	overflow: hidden;
 }

 .comment-options {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	z-index: 1;
 }

 .comment-options li {
 	position: relative;
 	display: inline-block;
 	margin-left: 15px;
 }

 .comment-options li a {
 	position: relative;
 	font-size: 14px;
 	color: var(--color-two);
 }

 .comment-options li a:hover {
 	color: var(--black-color);
 }

 .comment-box .comment-info {
 	position: relative;
 	font-size: 18px;
 	padding-bottom: 5px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .comment-box .comment-time {
 	position: relative;
 	font-size: 14px;
 	margin-top: 5px;
 	color: var(--black-color);
 }

 .comment-box .text {
 	position: relative;
 	line-height: 28px;
 	font-size: 16px;
 	opacity: 0.70;
 	color: var(--black-color);
 	margin-top: 15px;
 	margin-bottom: 15px;
 }

 .likes-option {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 }

 .likes-option li {
 	position: relative;
 	display: inline-block;
 	color: var(--black-color);
 	margin-left: 15px;
 	padding-left: 25px;
 }

 .likes-option li span {
 	position: absolute;
 	left: 0px;
 	font-family: 'Font Awesome 5 Pro';
 }

 .comment-reply {
 	position: relative;
 	font-size: 14px;
 	color: var(--black-color);
 }

 .comment-reply span {
 	position: relative;
 	font-family: 'Font Awesome 5 Pro';
 	margin-right: 10px;
 }

 .reply-comment {
 	position: relative;
 	margin-left: 40px;
 	padding: 30px 30px;
 	background-color: var(--white-color);
 }

 .related-products {
 	position: relative;
 	margin-top: 70px;
 }

 .related-products h3 {
 	position: relative;
 	margin-bottom: 25px;
 	color: var(--black-color);
 	text-transform: uppercase;
 }



 /*** 

====================================================================
	Cart Section
====================================================================

***/

 .shoping-cart-section {
 	position: relative;
 	padding: 110px 0px 50px;
 }

 .shoping-cart-section .cart-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .shoping-cart-section .cart-column .inner-column {
 	position: relative;
 }

 .shoping-cart-section .cart-table {
 	width: 100%;
 	min-width: 740px;
 }

 .cart-total-outer {
 	position: relative;
 }

 .cart-section .cart-table {
 	width: 100%;
 	min-width: 900px;
 }

 .cart-table .cart-header {
 	position: relative;
 	width: 100%;
 	border-radius: 0px;
 	font-size: 16px;
 	text-transform: capitalize;
 	color: var(--color-two);
 }

 .cart-table thead tr th {
 	line-height: 24px;
 	padding: 0px 15px 20px;
 	min-width: 120px;
 	font-weight: 500;
 	font-size: 18px;
 	color: var(--black-color);
 }

 .cart-table thead tr th.prod-column {
 	text-align: left;
 	padding-left: 40px;
 }

 .cart-table tbody tr td {
 	line-height: 24px;
 	min-width: 100px;
 	vertical-align: middle;
 	padding: 20px 10px 5px;
 }

 .cart-table .prod-title {
 	font-weight: 500;
 	font-size: 16px;
 	color: var(--black-color);
 }

 .cart-table .prod-text {
 	font-weight: 400;
 	font-size: 16px;
 	color: rgba(var(--black-color-rgb), 0.80);
 }

 .cart-table tbody tr .prod-column .column-box {
 	position: relative;
 	min-height: 90px;
 	padding-left: 90px;
 	text-align: left;
 }

 .cart-table tbody tr .prod-column .column-box .prod-thumb {
 	position: absolute;
 	width: 70px;
 	left: 0px;
 	top: 0px;
 	padding: 10px 10px;
 	border: 1px solid #f0f0f0;
 }

 .cart-table .cross-icon {
 	position: absolute;
 	right: -8px;
 	top: -8px;
 	width: 16px;
 	height: 16px;
 	font-size: 6px;
 	font-weight: 700;
 	cursor: pointer;
 	line-height: 16px;
 	text-align: center;
 	border-radius: 50px;
 	color: var(--white-color);
 	font-family: 'Font Awesome 6 Free';
 	background-color: var(--theme-color);
 }

 .cart-table tbody tr .prod-column .column-box .prod-thumb img {
 	display: block;
 	max-width: 100%;
 }

 .cart-table tbody tr .prod-column .column-box h3 {
 	margin-bottom: 10px;
 }

 .cart-table tbody tr .remove-btn {
 	position: relative;
 	font-size: 18px;
 	color: var(--color-two);
 	width: 34px;
 	height: 34px;
 	text-align: center;
 	line-height: 30px;
 	display: inline-block;
 	border: 2px solid #ececec;
 	-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: 14px;
 	line-height: 14px;
 	width: 14px;
 	height: 14px;
 	margin-right: 5px;
 	background: #f0f0f0;
 	color: var(--white-color);
 	text-align: center;
 	overflow: hidden;
 	text-indent: 100px;
 }

 .cart-table tbody tr .remove {
 	text-align: center;
 }

 .cart-table tbody tr .remove-btn:hover {
 	color: var(--theme-color);
 	border-color: var(--theme-color);
 }

 .cart-table tbody tr .remove-btn:hover .fa {
 	text-indent: 0px;
 	background: var(--theme-color);
 }

 .cart-table tbody tr {
 	border-bottom: 1px solid #f0f0f0;
 }

 .cart-table tbody tr td.price {
 	font-weight: 500;
 	font-size: 15px;
 	color: var(--black-color);
 }

 .cart-table tbody tr td.sub-total {
 	font-weight: 500;
 	font-size: 15px;
 	color: var(--black-color);
 }

 .shoping-cart-section .total-column {
 	position: relative;
 	margin-bottom: 25px;
 }

 .shoping-cart-section .total-column .inner-column {
 	position: relative;

 }

 .shoping-cart-section .total-column .title-box {
 	position: relative;
 	text-align: center;
 	margin-bottom: 20px;
 	color: var(--black-color);
 }

 .shoping-cart-section .total-column .title-box h6 {
 	color: var(--black-color);
 }

 .cart-total-box {
 	position: relative;
 	padding: 30px 30px;
 	margin-bottom: 30px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.06);
 }

 /* Cart Totals */

 .cart-totals {
 	position: relative;
 }

 .cart-totals li {
 	position: relative;
 	padding: 15px 0px;
 	font-size: 18px;
 	color: var(--black-color);
 	margin-bottom: 5px;
 	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
 }

 .cart-totals li span {
 	position: absolute;
 	right: 0px;
 }

 .shoping-cart-section .check-box {
 	position: relative;
 	margin-bottom: 25px;
 	margin-top: 20px;
 }

 .shoping-cart-section .check-box label {
 	color: #2b2b2b;
 }

 .shoping-cart-section .check-box label {
 	position: relative;
 	display: block;
 	width: 100%;
 	cursor: pointer;
 	margin-bottom: 0;
 	font-weight: 400;
 	line-height: 22px;
 	padding: 4px 10px 0px;
 	padding-left: 30px;
 	font-size: 16px;
 	color: var(--black-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;
 }

 .shoping-cart-section .check-box input[type="checkbox"]:checked+label {
 	border-color: 0px;
 }

 .shoping-cart-section .form-group .check-box label {
 	padding-left: 30px;
 	padding-top: 1px;
 	cursor: pointer;
 }

 .shoping-cart-section .check-box label:before {
 	position: absolute;
 	left: 0;
 	top: 6px;
 	height: 20px;
 	width: 20px;
 	background: #ffffff;
 	content: "";
 	border-radius: 0px;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 	border: 1px solid rgba(var(--black-color-rgb), 0.10);
 }

 .shoping-cart-section .check-box label:after {
 	position: absolute;
 	left: 0px;
 	top: 0;
 	height: 15px;
 	line-height: 15px;
 	max-width: 0;
 	font-size: 14px;
 	color: #ffffff;
 	font-weight: 800;
 	overflow: hidden;
 	background: transparent;
 	text-align: center;
 	font-family: 'FontAwesome';
 	-webkit-transition: max-width 500ms ease;
 	-moz-transition: max-width 500ms ease;
 	-ms-transition: max-width 500ms ease;
 	-o-transition: max-width 500ms ease;
 	transition: max-width 500ms ease;
 }

 .shoping-cart-section .check-box input[type="checkbox"] {
 	display: none;
 }

 .shoping-cart-section .check-box input[type="checkbox"]:checked+label:before {
 	border: 8px solid var(--theme-color);
 	background-color: var(--white-color);
 }

 .shoping-cart-section .check-box input[type="checkbox"]:checked+label:after {
 	max-width: 20px;
 	opacity: 1;
 }

 /* Shipping Outer */

 .shipping-outer {
 	position: relative;
 }

 .shipping-outer .cart-shipping-box {
 	position: relative;
 	padding: 20px 30px 20px;
 	margin-bottom: 30px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.06);
 }

 /* Cart Totals */

 .shipping-list {
 	position: relative;
 }

 .shipping-list li {
 	position: relative;
 	padding: 15px 0px;
 	font-size: 16px;
 	margin-bottom: 5px;
 	color: var(--black-color);
 	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
 }

 .shipping-outer .buttons-box {
 	position: relative;
 	margin-top: 25px;
 }

 /* Checkout Section */

 .checkout-section {
 	position: relative;
 	padding: 100px 0px 80px;
 }

 .checkout-section h4 {
 	margin-bottom: 25px;
 	color: var(--black-color);
 }

 .checkout-section .form-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .checkout-section .form-column .inner-column {
 	position: relative;
 }

 .checkout-section .order-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .checkout-section .order-column .inner-column {
 	position: relative;
 }


 /*** 

====================================================================
	Shipping Form
====================================================================

***/

 .shipping-form .form-group {
 	margin-bottom: 30px;
 }

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

 .shipping-form .form-group input[type="text"],
 .shipping-form .form-group input[type="password"],
 .shipping-form .form-group input[type="tel"],
 .shipping-form .form-group input[type="email"],
 .shipping-form .form-group select,
 .shipping-form .form-group .ui-selectmenu-button.ui-button {
 	position: relative;
 	display: block;
 	width: 100%;
 	line-height: 45px;
 	padding: 10px 25px;
 	height: 70px;
 	border-radius: 0px;
 	font-size: 16px;
 	color: var(--black-color);
 	background: 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;
 	border: 1px solid rgba(var(--black-color-rgb), 0.06);
 }

 .shipping-form .form-group .ui-button .ui-icon {
 	top: 11px;
 }

 .shipping-form .form-group textarea::-webkit-input-placeholder,
 .shipping-form .form-group input::-webkit-input-placeholder {
 	color: var(--black-color);
 }

 .shipping-form .form-group input[type="text"]:focus,
 .shipping-form .form-group input[type="password"]:focus,
 .shipping-form .form-group input[type="tel"]:focus,
 .shipping-form .form-group input[type="email"]:focus,
 .shipping-form .form-group select:focus,
 .shipping-form .form-group textarea:focus {
 	border-color: var(--theme-color);
 }

 .shipping-form .form-group textarea {
 	position: relative;
 	display: block;
 	width: 100%;
 	line-height: 24px;
 	font-size: 16px;
 	height: 200px;
 	resize: none;
 	font-size: 16px;
 	border-radius: 0px;
 	padding: 20px 25px 25px;
 	color: var(--black-color);
 	background: 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;
 	border: 1px solid rgba(var(--black-color-rgb), 0.06);
 }

 .shipping-form .check-box {
 	position: relative;
 }

 .shipping-form .check-box label {
 	color: var(--black-color);
 }

 .shipping-form .check-box label {
 	position: relative;
 	display: block;
 	width: 100%;
 	cursor: pointer;
 	margin-bottom: 0;
 	font-weight: 400;
 	line-height: 22px;
 	padding: 4px 10px 0px;
 	padding-left: 30px;
 	font-size: 18px;
 	display: inline;
 	color: var(--black-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;
 }

 .shipping-form .check-box input[type="checkbox"]:checked+label {
 	border-color: var(--theme-color);
 }

 .shipping-form .check-box label {
 	padding-left: 30px;
 	padding-top: 1px;
 	cursor: pointer;
 }

 .shipping-form .check-box label:before {
 	position: absolute;
 	left: 0;
 	top: 2px;
 	height: 20px;
 	width: 20px;
 	background: #ffffff;
 	content: "";
 	border-radius: 0px;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 	border: 1px solid rgba(var(--black-color-rgb), 0.10);
 }

 .shipping-form .check-box label:after {
 	position: absolute;
 	left: 0px;
 	top: 0;
 	height: 15px;
 	line-height: 15px;
 	max-width: 0;
 	font-size: 14px;
 	color: #ffffff;
 	font-weight: 800;
 	overflow: hidden;
 	background: transparent;
 	text-align: center;
 	font-family: 'FontAwesome';
 	-webkit-transition: max-width 500ms ease;
 	-moz-transition: max-width 500ms ease;
 	-ms-transition: max-width 500ms ease;
 	-o-transition: max-width 500ms ease;
 	transition: max-width 500ms ease;
 }

 .shipping-form .check-box input[type="checkbox"] {
 	display: none;
 }

 .shipping-form .check-box input[type="checkbox"]:checked+label:before {
 	border: 8px solid var(--theme-color);
 	background-color: var(--white-color);
 }

 .shipping-form .check-box input[type="checkbox"]:checked+label:after {
 	max-width: 20px;
 	opacity: 1;
 }

 .shipping-form .theme-btn {
 	cursor: pointer;
 }

 .order-box {
 	position: relative;
 	padding: 25px 25px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.10);
 }

 .order-totals {
 	position: relative;
 }

 .order-totals li {
 	position: relative;
 	font-weight: 600;
 	padding: 18px 25px;
 	border-radius: 3px;
 	font-size: 14px;
 	text-transform: uppercase;
 	margin-bottom: 30px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.07);
 }

 .order-totals li span {
 	position: absolute;
 	right: 25px;
 	font-weight: 500;
 	color: var(--black-color);
 }

 .order-totals li:last-child {
 	color: var(--white-color);
 	background-color: var(--black-color);
 }

 .order-totals li:last-child span {
 	color: var(--white-color);
 }

 /* Voucher Box */

 .voucher-box {
 	position: relative;
 }

 .voucher-box .form-group {
 	position: relative;
 	margin: 0px;
 	width: 100%;
 	max-width: 100%;
 	padding-right: 100px;
 }

 .voucher-box .form-group input[type="text"],
 .voucher-box .form-group input[type="email"] {
 	position: relative;
 	line-height: 38px;
 	display: block;
 	height: 54px;
 	width: 100%;
 	font-weight: 500;
 	border-radius: 0px;
 	box-shadow: inherit;
 	font-size: 14px;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	padding: 10px 15px 10px 25px;
 	color: var(--black-color);
 	background-color: rgba(var(--white-color-rgb), 1);
 	border: 1px solid rgba(var(--black-color-rgb), 0.07);
 }

 .voucher-box .form-group input::placeholder,
 .voucher-box .form-group textarea::placeholder {
 	color: var(--black-color);
 }

 .voucher-box .form-group button {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	font-weight: 500;
 	padding: 16px 24px;
 	font-size: 14px;
 	color: var(--white-color);
 	text-transform: capitalize;
 	background-color: var(--black-color);
 }

 .order-box .order-total {
 	position: relative;
 	font-weight: 500;
 	font-size: 18px;
 	color: var(--black-color);
 	margin-top: 30px;
 }

 .order-box .order-total span {
 	position: absolute;
 	right: 0px;
 }

 .order-box .button-box {
 	position: relative;
 	margin-top: 30px;
 }

 .order-box .pay-btn {
 	position: relative;
 	width: 100%;
 	text-align: center;
 	padding: 17px 15px;
 	border-radius: 6px;
 	font-weight: 600;
 	color: var(--white-color);
 	text-transform: uppercase;
 	background-color: var(--black-color);
 }

 .order-box .pay-btn:hover {
 	letter-spacing: 2px;
 	background-color: var(--black-color);
 }

 /*** 

====================================================================
	Register One
====================================================================

***/

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

 .register-one .form-column {
 	position: relative;
 	margin-bottom: 30px;
 }

 .register-one .form-column .inner-column {
 	position: relative;
 	padding: 30px 30px;
 	border-radius: 5px;
 	border: 1px solid rgba(var(--black-color-rgb), 0.10);
 }

 .register-one h3 {
 	position: relative;
 	margin-bottom: 20px;
 	color: var(--black-color);
 }

 .expand-section2,
 .expand-section3,
 .expand-section4,
 .expand-section5,
 .expand-section6,
 .expand-section7,
 .expand-section8,
 .expand-section9,
 .expand-section10 {
 	width: 0%;
 	margin: 0 auto;
 	margin-top: 0px;
 	border-radius: 0px;


 }

 .expand-isection2,
 .expand-isection3,
 .expand-isection4,
 .expand-isection5,
 .expand-isection6,
 .expand-isection7,
 .expand-isection8,
 .expand-isection9,
 .expand-isection10 {
 	opacity: 0
 }


 .expand-section {
 	width: 80%;
 	margin: 0 auto;
 	margin-top: 0px;
 	border-radius: 72px;
 }

 .expand-sectionnew {
 	width: 70%;
 	margin: 0 auto;
 	margin-top: 0px;
 	border-radius: 72px;
 }

 .Gallery-sec {}


 /**********/



 .home-three .single-offer-box {
 	text-align: center;
 	position: relative;
 	overflow: hidden;
 	transition: 0.5s;
 	margin: 0 0px;
 	margin-bottom: 50px;
 	width: 100%;
 }

 .service-cc-row {}

 .service-cc-row .col-lg-6 {}

 .home-three .single-offer-thumb img {
 	width: 100%;
 	height: 26.7vw;
 	object-fit: cover;
 	border-radius: 20px 20px 0 0;
 	transition: all .3s ease;
 }

 .home-three .single-offer-box:hover .single-offer-thumb img {
 	transition: all .5s;
 	transform: scale(1.1);
 }

 .home-three .single-offer-thumb {
 	width: 100%;
 	position: relative;
 	overflow: hidden;
 	border-radius: 20px 20px 0 0;
 }

 .home-three .offer {
 	position: absolute;
 	top: 37px;
 	left: 23px;
 }

 .home-three .offer-content {
 	position: relative;
 	width: calc(100% - 81px);
 	margin: -35px auto 0;
 	padding: 20px 21px 20px;
 	transition: 0.6s;
 	background: var(--theme-color);
 	border-radius: 50px;
 }

 .home-three .service-cc-row .col-lg-6:nth-child(2) .offer-content,
 .home-three .service-cc-row .col-lg-6:nth-child(4) .offer-content,
 .home-three .service-cc-row .col-lg-6:nth-child(6) .offer-content {
 	background: var(--theme-color2);
 }

 .home-three .single-offer-box .offer-content:hover {
 	background: #000 !important
 }

 .home-three .single-offer-thumb {
 	position: relative
 }

 .home-three .offer span {
 	display: inline-block;
 	background-color: var(--title-color);
 	padding: 6px 28px;
 	font-size: 16px;
 	color: #ffffff;
 	font-weight: 700;
 	font-family: var(--body-font);
 }

 .home-three .offer-content h4 {
 	color: var(--white-color);
 	font-size: 23px;
 	font-weight: 700;
 	margin-bottom: 0px;
 	line-height: 1.2;

 	display: flex;
 	align-items: center;
 	justify-content: center;
 }



 .home-three .offer-content p {
 	width: 100%;
 	margin: auto;
 	padding: 0 0;
 	height: 54px;
 	margin-bottom: 8px;
 	overflow: hidden;
 	color: #fff;
 	display: block;
 }

 .home-three .offer-content a {
 	display: block;
 	width: 100%;

 	color: var(--white-color);

 }

 .home-three .offer-content a:hover {

 	color: var(--white-color);

 }

 .home-three .offer-bottom-title {

 	padding: 25px 15px 0px;
 	position: absolute;
 	bottom: -1px;
 	left: 30px;
 	right: 30px;
 	width: calc(100% - 60px);
 	background: var(--theme-color);
 	border-radius: 10px 10px 0 0;
 }

 .home-three .single-offer-box:hover .offer-bottom-title {}

 .home-three .offer-bottom-title h4 {

 	color: var(--white-color);
 	font-size: 25px;

 	font-weight: 700;
 	margin-bottom: 0;
 	line-height: 1.2;

 }

 .home-three .offer-bottom-title h4 a {
 	color: var(--white-color);
 }

 .home-three .offer-bottom-title h4 a:hover {
 	color: var(--white-color);
 }

 .home-three .offer-content a.resdh-btn {
 	position: absolute;
 	background: #fff;
 	padding: 13px 30px;
 	bottom: 0;
 	border-radius: 50px;
 	left: 0;
 	right: 0;
 	font-size: 16px;

 	font-weight: 600;
 	color: var(--theme-color);
 	border: 2px solid var(--theme-color);
 }

 .home-three .service-cc-row .col-lg-6:nth-child(2) .offer-content a.resdh-btn,
 .home-three .service-cc-row .col-lg-6:nth-child(4) .offer-content a.resdh-btn,
 .home-three .service-cc-row .col-lg-6:nth-child(6) .offer-content a.resdh-btn {
 	color: var(--theme-color2);
 	border: 2px solid var(--theme-color2);
 }

 .home-three .single-offer-box .offer-content:hover a.resdh-btn {
 	color: #000 !important;
 	border: 2px solid #000 !important;
 }

 /*****************/
 .service-area-sec {
 	padding: 20px 0 20px;
 	position: relative
 }

 /***********/

 /****************/

 .Work-sec {
 	position: relative;
 	padding: 21px 0 0px;
 	position: relative;
 	Background: #fff;
 	overflow: hidden;

 }

 .Work-sec .container-fluid {
 	padding-left: 0;
 	padding-right: 0
 }

 .Work-sec .container-fluid .row {
 	margin-left: 3px;
 	margin-right: 3px;
 }

 .Work-sec .container-fluid .col-lg-4 {
 	padding-left: 3px;
 	padding-right: 3px
 }

 .Work-sec .container-fluid .col-lg-3,
 .Work-sec .container-fluid .col-lg-12 {
 	padding-left: 3px;
 	padding-right: 3px
 }

 /***********/

 /************************************/

 .prod-box1 {
 	margin-bottom: 0px;
 	border-radius: 0px;
 	position: relative;
 	overflow: hidden;
 	background: transparent;
 	display: block;

 	transition: all .2s ease-in-out;

 	z-index: 1;
 	text-align: center;
 	margin-bottom: 6px
 }

 .prod-box1-ov {
 	position: relative;
 	cursor: pointer;
 	padding: 0px;
 	width: 100%;
 	display: block;
 	overflow: hidden;
 }

 .prod-box1 img {
 	width: 100%;
 	-webkit-transition: 0.4s ease-in-out;
 	transition: 0.4s ease-in-out;
 	height: 20vw;
 	transition: .5s;
 	object-fit: cover;
 }

 .view-portfolio {
 	color: #fff;
 	border: 2px solid #fff;
 	display: block;
 	padding: 2px 15px;
 	font-size: 13px;
 	margin-top: 10px;
 	font-weight: 400;
 }

 .view-portfolio:hover {
 	color: #fff;
 	border: 2px solid var(--theme-color);
 	Background: var(--theme-color);
 }

 .auccd {
 	height: calc(100% - 10px);
 	left: 5px;
 	right: 5px;
 	top: 5px;
 	bottom: 5px;
 	opacity: 1;
 	width: calc(100% - 10px);
 	position: absolute;
 	z-index: 2;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	border: 1px solid var(--white-color);
 	-webkit-transition: 0.4s ease;
 	transition: 0.4s ease;
 	border-radius: 10px;
 }

 .prod-box1:hover .auccd {
 	height: calc(100% - 30px);
 	left: 15px;
 	right: 15px;
 	top: 15px;
 	bottom: 15px;
 	width: calc(100% - 30px);
 	border: 3px solid #ffffff;

 }

 .prod-box1:hover img {
 	-webkit-transform: scale(1.1);
 	-ms-transform: scale(1.1);
 	transform: scale(1.1);
 }

 .projec-content {
 	position: absolute;
 	padding-top: 0;
 	bottom: 0;
 	text-align: center;
 	width: 100%;
 	left: 0;
 	right: 0;
 	display: none
 }

 .prod-box1:hover .projec-content {
 	display: block !important
 }

 .projec-content h2 {
 	width: 100%;
 	display: block;
 	font-size: 20px;
 	color: var(--white-color);
 	margin-bottom: 0;
 	margin-bottom: 10px;

 }

 .projec-content h2 a {
 	color: var(--white-color);
 }

 .projec-content h2 a:hover {
 	color: var(--theme-color);
 }

 .prod-box1 .icon-content {
 	padding: 0px 40px;
 	z-index: 99;
 	position: relative;
 	width: 100%;
 	position: absolute;
 	left: 40px;
 	right: 40px;
 	bottom: 5px;
 	opacity: 1;
 	width: calc(100% - 80px);
 	text-align: center;
 	-webkit-transition: 0.4s ease;
 	transition: 0.4s ease;
 }

 .prod-box1:hover .icon-content {
 	left: 30px;
 	right: 30px;
 	bottom: 30px;
 	width: calc(100% - 60px);
 }

 .prod-box1 .dlab-tilte {
 	font-size: 22px;
 	margin-bottom: 10px;
 	text-align: center;
 	background: var(--theme-color);
 	padding: 20px;
 	color: #fff;
 }

 .prod-box1:hover .dlab-tilte {
 	background: var(--theme-color);
 }

 .prod-box1 ul {
 	position: relative;
 	display: block;
 	padding: 0px;
 	margin: 0px;
 	margin-bottom: 15px;
 	columns: 2;
 	-webkit-columns: 2;
 	-moz-columns: 2;
 	-webkit-column-gap: 60px;
 	-moz-column-gap: 60px;
 	column-gap: 40px;
 }

 .prod-box1 ul li {
 	position: relative;
 	display: block;
 	color: #fff;
 	padding-left: 20px;
 }

 .prod-box1 ul li:before {
 	font-family: var(--icon-font);
 	font-weight: 900;
 	color: var(--theme-color);
 	position: absolute;
 	left: 0;
 	-webkit-transition: 0.3s ease-in-out;
 	transition: 0.3s ease-in-out;
 	content: "\f336";

 }

 .prod-box1 p {

 	margin-bottom: 15px;

 }

 .prod-box1 .dlab-separator {
 	margin-bottom: 25px;
 	margin-bottom: 25px;
 	background-color: var(--theme-color) !important;
 	margin-left: auto;
 	margin-right: auto;
 	width: 60px;
 	height: 4px;
 	display: block;
 }

 .prod-box1 .icon-content .btn {
 	background-color: var(--theme-color);
 	color: #fff;

 }

 .pd-le-title {
 	font-size: 25px;
 	margin-top: 0px;
 	font-weight: 700
 }

 .pd-le-title a {
 	color: var(--white-color)
 }

 .prod-box1 .pd-le-title a {
 	color: var(--white-color)
 }

 /******************/
 .prod-box1 p {
 	color: #fff;
 	text-align: left;
 }

 .Se-content {
 	background: linear-gradient(to right, var(--theme-color), var(--theme-color2));
 	position: relative;
 	margin: -63px 40px 0;
 	padding: 30px;
 	z-index: 10;
 }


 .prod-box1 .overlay {
 	position: absolute;
 	left: 4px;
 	right: 4px;
 	top: 4px;
 	bottom: 4px;
 	background: rgb(255 255 255 / 69%);
 	display: flex;
 	justify-content: center;
 	flex-direction: column;
 	align-items: center;
 	opacity: 0;
 	transition: .5s;
 	height: calc(100% - 8px);
 	width: calc(100% - 8px);
 	z-index: 10;

 }

 .prod-box1:hover .overlay {
 	opacity: 1;
 }

 .prod-box1 .overlay p {
 	color: #fff;
 	margin-bottom: 0;
 	text-align: center;
 }

 .prod-box1 .overlay h3 {
 	color: #fff;
 	font-size: 40px;
 	text-align: center;
 	margin-bottom: 5px;
 }

 .prod-box1 .overlay h3 a {
 	color: var(--title-color);
 }

 .prod-box1 .overlay h3 a:hover {
 	color: var(--theme-color);
 }

 .prod-box1 .overlay svg {
 	transition: .5s;
 }

 .prod-box1 .overlay svg:hover,
 .prod-box1:hover img {
 	transform: scale(1.1);
 }

 /*********/
 .ptoodff:before {

 	border-block-end-width: 0;
 	border-block-start-width: 0;
 	border-color: initial;
 	border-inline-end-width: 0;
 	border-inline-start-width: 0;
 	border-radius: 0;
 	border-style: initial;
 	content: var(--background-overlay);
 	display: block;
 	mix-blend-mode: initial;
 	opacity: 1;
 }

 .ptoodff::before,
 .ptoodff::after {
 	content: '';
 	position: absolute;
 	width: 0;
 	height: 0;
 	border: 4px solid transparent;
 	box-sizing: border-box;
 }

 .ptoodff::before {
 	top: 0;
 	left: 0;
 	border-top-color: var(--theme-color);
 	border-left-color: var(--theme-color);
 	transition: width 1s 0s, height 1s;
 	z-index: 1;
 }

 .prod-box1:hover .ptoodff:before {
 	width: 100%;
 	height: 100%;
 	transition: width 1s 0s, height 1s;
 }



 .ptoodff::after {
 	bottom: 0;
 	right: 0;
 	border-bottom-color: var(--theme-color);
 	border-right-color: var(--theme-color);
 	transition: height 1s 0s, width 1s;
 	z-index: 2;
 }

 .prod-box1:hover .ptoodff:after {
 	width: 100%;
 	height: 100%;
 	transition: height 1s 0s, width 1s;
 }


 /**************************/

 /***********/

 /***********************FIXED_BTN***********************/
 .fixedRit {
 	position: fixed;
 	bottom: 0px;
 	z-index: 5;
 	border-radius: 0px;
 	overflow: hidden;
 	left: unset;
 	background: transparent;
 	border-radius: 3px;
 	box-shadow: unset;
 	right: 0px;
 	z-index: 10;
 	opacity: 0;
 	visibility: hidden;

 }

 .fixedRit-sticky {
 	opacity: 1;
 	visibility: visible;
 	bottom: 140px;
 }

 .fixedRit ul {
 	margin: 0px;
 	padding-left: 0px;
 }

 .fixedRit ul li {
 	list-style: none;
 }

 .fixedRit ul a {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	text-align: center;
 	padding: 5px;
 	height: 40px;
 	width: 40px;
 	transition: all .3s;
 	height: 60px;
 	width: 50px;
 	font-size: 32px;
 }

 .fixedRit ul a.call {

 	color: #fff;
 	background: #0075e9;
 	border-bottom-left-radius: 10px;
 	border-bottom-right-radius: 0;
 }

 .fixedRit ul a.mail {

 	color: #fff;
 	background: #17ebf7;
 }

 .fixedRit ul a.whatsapp {
 	border-top-left-radius: 10px;
 	border-top-right-radius: 0;
 	color: #fff;
 	background: #0cd602;
 }

 .fixedRit ul a span {
 	text-transform: uppercase;
 	font-size: 10px;
 	display: none;
 	color: #fff;
 	transition: all .3s;
 	color: #fff;
 	transition: all .3s;
 	line-height: 19px;
 }

 @media only screen and (min-width: 768px) {
 	.fixedRit ul a span {
 		display: block
 	}
 }


 .fixedRit ul a:hover {
 	background: var(--theme-color)
 }

 .fixedRit ul a:hover span {
 	color: #fff
 }

 .fixedRit ul a:hover svg {
 	fill: #fff
 }

 .fixedRit ul a:hover i {
 	color: #fff;
 }

 /*****/

 .whhu-test {
 	padding-top: 20px
 }

 .whhu-test p {
 	color: #fff
 }


 .inner-pagesconatct-sec {
 	position: relative;
 	padding: 168px 0 80px;
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: center center;
 }

 .Contactpage-form {
 	background: #fff;
 	margin-top: 0px;
 	padding: 35px 40px;
 	border: 1px solid var(--theme-color2);
 	position: relative;
 	margin-bottom: 50px;
 	border-radius: 20px;
 	box-shadow: 0 5px 15px rgba(0, 0, 0, .08) !important;
 }

 .Contactpage-form .form-control {
 	width: 100%;
 	margin-bottom: 18px;
 	border: none;
 	border-bottom: 1px solid #1123a07d;
 	background: transparent;
 	padding-left: 0px;
 	font-size: 16px;
 	border-radius: 0;
 	font-weight: 500;
 	outline: unset !important;
 	text-decoration: unset !important;

 }

 .Contactpage-form textarea.form-control {
 	min-height: 130px;
 }

 .Contactpage-form .form-group {
 	margin-bottom: 15px;
 	position: relative;
 }

 .mapsec {
 	position: relative;

 }

 .mapsec iframe {
 	margin-bottom: -10px;
 }

 /**************/

 .contact-feature {
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	gap: 30px;
 	border-radius: 10px;
 	border: unset;
 	background: transparent;
 	box-shadow: unset;
 	padding: 0;
 	background: var(--theme-color);
 	box-shadow: unset;
 	text-align: left;
 	padding: 27px 30px;
 	background-image: linear-gradient(209deg, #00ddf6 0%, #1de294 100%);
 }

 .contact-feature:not(:last-child) {
 	margin-bottom: 30px
 }

 .contact-feature:hover {
 	background: var(--theme-color2);
 }

 .contact-feature .contact-feature-icon {
 	height: 70px;
 	width: 70px;
 	-webkit-box-flex: 0;
 	-webkit-flex: none;
 	-ms-flex: none;
 	flex: none;
 	border-radius: 10px;
 	line-height: 70px;
 	background: rgba(13, 94, 244, 0.07);
 	font-size: 30px;
 	text-align: center;
 	color: var(--theme-color);
 	-webkit-transition: 0.4s;
 	transition: 0.4s;
 	background: #fff;
 	color: var(--theme-color2);
 }

 .contact-feature .media-body {
 	margin-bottom: -0.4em
 }

 .contact-feature .contact-feature_label {
 	font-size: 20px;
 	font-family: var(--title-font);
 	color: #fff;
 	font-weight: 600;
 	margin-top: 0;
 	margin-bottom: 0px;
 	line-height: 1.4;
 	text-transform: uppercase;
 }

 .contact-feature:hover .contact-feature_label {
 	color: #fff;
 }

 .contact-feature span {
 	font-family: var(--font-2);
 	color: #fff;
 	line-height: 30px;
 	display: block;
 	font-size: 15px;
 }

 .contact-feature .contact-feature_link {
 	font-family: var(--font-2);
 	color: #FFF;
 	line-height: 30px;
 	display: block;
 	font-size: 15px;
 }

 .contact-feature .contact-feature_link span {
 	font-family: var(--font-2);
 	color: #fff;
 	line-height: 30px;
 	display: block;
 	font-size: 15px;
 }

 .contact-feature .contact-feature_link span:hover {
 	color: var(--theme-color);
 }

 .contact-feature:hover .contact-feature-icon {
 	background: var(--theme-color);
 	color: #fff
 }

 /***************/
 /***************/


 /**********/


 /************/

 /*-------------------------------
         Contact CSS
-------------------------------*/
 .contact-item {
 	padding: 0;
 	border-radius: 0;
 	margin: 0 0 30px;
 	position: relative;
 	z-index: 1;
 	border-radius: 5px;
 	transition: 0.4s;
 	box-shadow: unset;
 	width: 100%;
 	background: transparent;
 }

 .contact-item .contact-icon {
 	width: 80px;
 	height: 80px;
 	border-radius: 50%;
 	text-align: center;
 	background-color: transparent;
 	border: 1px dashed var(--theme-color2);
 	transition: 0.4s;
 }

 .contact-item .contact-icon i {
 	color: var(--theme-color2);
 	line-height: 0.8;
 	font-size: 36px;
 	position: relative;
 	transition: 0.34s;
 }

 .contact-item .contact-info {
 	width: 100%;
 	margin-left: 0;
 	transition: 0.3s;
 	position: relative;
 }

 .contact-item .contact-info h3 {
 	font-size: 22px;
 	margin: 0 0 2px;
 	font-weight: 600;
 	transition: 0.3s;

 	color: #fff
 }

 .contact-item .contact-info a,
 .contact-item .contact-info p {
 	display: block;
 	margin: 0;
 	line-height: 1.7;
 	color: #fff;
 	transition: 0.3s;
 	font-size: 15px;
 	font-weight: 500;

 }

 .contact-item:hover {
 	transform: translateY(-5px);
 }

 .contact-item:hover .contact-icon {
 	background-color: #fff;
 }

 .contact-item:hover .contact-icon i {
 	color: #fff;
 }



 .contact-item {
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	-ms-grid-row-align: center;
 	align-items: center;
 	display: block;
 	flex-wrap: wrap;

 	border-radius: 10px;
 }

 .contact-item .contact-icon {
 	display: flex;
 	flex-wrap: wrap;
 	flex-direction: column;
 	justify-content: center;
 }

 .mapsecs-inn {
 	padding: 100px 0;
 	position: relative;
 }

 .mapsecs-inn iframe {
 	margin-bottom: -10px;
 	border-radius: 20px
 }


 /***************/

 .img-hover-wrap {
 	-webkit-transition: transform .3s ease;
 	-o-transition: transform .3s ease;
 	transition: transform .3s ease;
 	-moz-transform-style: flat !important;
 	-webkit-backface-visibility: hidden;

 	margin-top: 10px;
 }

 .img-hover-wrap:hover {

 	z-index: 2;
 }

 .img-hover-card>a::after {
 	content: " ";
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;

 	z-index: 0;
 	-webkit-transition: background-color .3s ease;
 	-o-transition: background-color .3s ease;
 	transition: background-color .3s ease;
 }

 .img-hover-wrap:hover .img-hover-card>a::after {
 	background-color: rgba(0, 0, 0, 0.6);
 }

 .img-hover-card {
 	position: relative;
 	display: block;
 	will-change: transform;
 	transition: all .3s ease;
 	border: none;
 	margin-bottom: 20px;
 	border-radius: 10px;
 }

 .img-hover-card a {
 	width: 100%;
 	max-width: 100%;
 	display: block;
 	z-index: 99;
 	overflow: hidden;
 	border-radius: 10px;
 }

 .img-hover-card a img {
 	width: 100%;

 	-webkit-transition: transform .3s ease;
 	-o-transition: transform .3s ease;
 	transition: transform .3s ease;
 	-moz-transform-style: flat !important;
 	-webkit-backface-visibility: hidden;
 	border-radius: 10px;
 }

 .img-hover-card:hover a img {
 	-webkit-transform: scale(1.06);
 	-ms-transform: scale(1.06);
 	-o-transform: scale(1.06);
 	transform: scale(1.06);
 }

 .img-hover-card.hover-in {
 	transition: -webkit-transform .2s ease-out;
 	transition: transform .2s ease-out;
 	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
 }

 .img-hover-card.hover-3d {
 	z-index: 2;
 }

 .img-hover-card.hover-out {
 	transition: -webkit-transform .2s ease-in;
 	transition: transform .2s ease-in;
 	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
 }

 .img-hover-wrap:hover .img-hover-card {
 	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
 }

 .img-hover-wrap .img-hover-detail {
 	position: absolute;

 	top: auto;
 	left: 0;
 	bottom: 0;
 	pointer-events: none;
 	-webkit-backface-visibility: hidden;
 	-webkit-transition: transform .2s ease;
 	-o-transition: transform .2s ease;
 	transition: transform .2s ease;
 	opacity: 0;
 	text-align: center;
 	width: 100%;

 }

 .img-hover-wrap:hover .img-hover-detail {
 	opacity: 1;
 	-webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
 	-ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
 	-o-transform: scale(1.06) translateY(-5px) translateZ(50px);
 	transform: scale(1.06) translateY(-5px) translateZ(50px);
 }

 .img-hover-wrap .img-hover-title {
 	margin: 0 0 0px 0;
 	font-size: 20px;
 	font-weight: 500;
 	text-align: center;
 	z-index: 9;
 	padding: 10px
 }

 .img-hover-wrap .img-link {
 	opacity: 0;
 	width: 20px;
 	height: 20px;
 	border: 1px solid #FFF;
 	border-radius: 50%;
 	text-align: center;
 	line-height: 18px;
 	font-size: 11px;
 	-webkit-transition: opacity .3s ease;
 	-o-transition: opacity .3s ease;
 	transition: opacity .3s ease;
 }

 .img-hover-wrap:hover .img-link {
 	opacity: 1;
 }

 .img-hover-detail a {
 	color: #fff;
 }


 /*************/

 .Restaurants-sec {
 	padding: 60px 0 30px;
 	position: relative
 }

 /**************/

 /***********/

 .services {
 	padding: 40px 0 50px;
 	position: relative
 }

 .services .service_list {
 	background: #fff;
 	margin-bottom: 0px;
 	overflow: hidden;
 }

 .services .service_list .content {
 	padding: 40px;
 	display: flex;
 	justify-content: center;
 	flex-direction: column;
 	overflow: hidden;
 	border-radius: 10px;
 	border: 1px solid #ebe6de;
 	background-color: #fff;
 	transition: all 500ms ease;
 	box-shadow: 0px 2px 4px 0px #0d0d0d33;
 }

 .services .service_list .content h5 {
 	color: var(--theme-color);
 	font-size: 30px;
 	font-weight: 700;
 	margin-bottom: 20px;
 	position: relative;
 	width: fit-content;
 	position: relative;
 	line-height: 1.2;
 }

 .services .service_list .content ul {
 	position: relative;
 	padding: 0;
 	margin: 0
 }

 .services .service_list .content li {
 	margin-bottom: 8px;
 	font-size: 16px;
 	line-height: 28px;
 	padding-left: 15px;
 	display: block;
 	list-style: none;
 	position: relative;
 	color: var(--body-color);
 }

 .services .service_list .content li:before {
 	content: "";
 	position: absolute;
 	left: 0;
 	top: 9px;
 	width: 8px;

 	height: 8px;
 	border-radius: 50%;
 	Background: var(--theme-color2)
 }

 .services .service_list .content p {
 	font-size: 16px;
 }

 .services .service_list .imgsec img {
 	width: 100%;
 	height: 100%;
 	max-width: 100%;
 	max-height: 100%;
 	object-fit: cover;
 	height: 100%;
 	object-fit: cover;
 }

 .services .service_list .imgsec {
 	padding-left: 0;
 	padding-right: 0;
 }

 .services .service_list a {
 	color: var(--theme-color) !important;
 }

 .services .service_list .content a.lernss {
 	color: var(--theme-color) !important;
 	text-transform: capitalize;
 	text-decoration: underline !important;
 	display: inline-block;
 	margin-top: 10px;
 	font-weight: 600;
 	font-size: 16px;
 }

 .sser-row {
 	margin-left: 0;
 	margin-right: 0
 }

 .ser-dd {
 	text-align: center;
 }

 .ser-dd h3 {
 	font-size: 50px;
 	text-transform: uppercase;
 	font-weight: 800
 }

 .ser-dd p {
 	text-align: center;
 }

 /*************/
 .Ser-mnner {
 	padding: 50px 0 40px;
 	position: relative
 }

 .ser-rr {
 	margin-top: 25px;
 	position: relative
 }

 /**********/

 .Servi-innn {

 	padding: 60px 0 20px;
 	position: relative;
 }


 /************/

 .inneras-tour-boxs {
 	position: relative;
 	padding: 0px 0px 5px;
 	margin-bottom: 30px;
 	/* border-top: 7px solid var(--theme-color1); */
 	background: #fff;
 	width: 100%;
 	text-align: center;
 	border-radius: 10px;

 	background: transparent;
 }

 .innerAsian-tourr {
 	position: relative;
 }

 .innerAsian-tourr a {
 	position: relative;
 	overflow: hidden;
 	width: 100%;
 	display: block;
 	border-radius: 10px;
 	border: 2px solid #ffffff
 }

 .inneras-tour-boxs:hover .innerAsian-tourr a {

 	border: 2px solid var(--theme-color2);
 }

 .innerAsian-tourr a img {
 	transition: all .55s ease-in-out;
 	width: 100%;
 	height: 21vw;
 	object-fit: cover
 }

 .inneras-tour-boxs:hover .innerAsian-tourr a img {
 	transform: scale(1.1);
 }

 .inneras-tour-boxs .inna-tour-content {
 	position: relative;
 	padding: 15px 0px 0px;
 }

 .inneras-tour-boxs .inna-tour-content h2 {
 	line-height: 27px;
 	font-size: 18px;
 	color: #000
 }

 .inneras-tour-boxs .inna-tour-content h2 a {
 	color: #fff;
 	margin-bottom: 0px;
 	font-weight: 600;
 	font-size: 18px;

 }

 .inneras-tour-boxs:hover .inna-tour-content h2 a {
 	color: var(--theme-color2)
 }

 @media only screen and (min-width: 992px) {
 	.innerasia-toi-row .col-lg-2 {
 		width: 20%
 	}
 }


 /**************/
 .single_about_thumb_inner img.ab2 {
 	width: 100%;
 	margin-bottom: 30px;
 }

 .single_about_thumb_inner img {
 	border-radius: 20px
 }

 .aa-bb-inner {}

 .aa-bb-inner .about-three_content-outer {
 	position: relative;
 	margin-right: 15px;
 }

 .Mis-sses {
 	position: relative;
 	overflow: hidden;
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: center center;
 	border-bottom: 5px solid #fff;
 }

 .Misson-sec {
 	Background: var(--theme-color2);
 	position: relative;
 	padding: 60px 30px 60px 0px;
 	text-align: center;
 	width: 100%
 }

 .Misson-sec:before {
 	background: var(--theme-color2);
 	position: absolute;
 	content: "";
 	height: 100%;
 	width: 156%;
 	right: 0;
 	top: 0;
 }

 .vision-sec {
 	Background: var(--theme-color);
 	position: relative;
 	padding: 60px 0 60px 30px;
 	text-align: center;
 	width: 100%
 }

 .vision-sec:before {
 	Background: var(--theme-color);
 	position: absolute;
 	content: "";
 	height: 100%;
 	width: 156%;
 	left: 0;
 	top: 0;
 }

 .ss-right {
 	position: relative
 }




 .ss-right p {
 	font-size: 17px;
 	font-weight: 500
 }

 .ss-right a {
 	font-size: 17px;
 	font-weight: 500;
 	color: var(--theme-color)
 }



 /*****************/

 .vi-ss {
 	position: relative;

 	width: 100%;

 }

 .vi-ss1 {}

 .vi-ss2 {}

 .vi-ss p {
 	color: #fff;

 }

 .media-icon {
 	margin-bottom: 10px
 }

 .media-body h4 {
 	margin-bottom: 10px !important
 }

 .aa-bb-inner {
 	padding: 60px 0px 0px;
 }

 /*************/


 .scroll-btn {
 	position: absolute;
 	width: 189px;
 	right: 130px;
 	bottom: 80px;
 	z-index: 11;
 	right: 50px;
 	bottom: 21px;
 }

 .scroll-btn span {
 	color: #fff;
 	font-size: 18px;
 	margin-bottom: 30px;
 	display: block;
 }

 .scroll-btn .scroll-befor {
 	position: absolute;
 	right: 0;
 	bottom: 30px;
 }

 .scroll-btn .scroll-befor::before {
 	position: absolute;
 	right: -30px;
 	bottom: -30px;
 	content: "";
 	width: 80px;
 	height: 80px;
 	border-radius: 80px;
 	border: 1px solid #686868;
 	z-index: -1;
 }

 /************/


 /************/
 .proo-innersec {
 	padding: 0px 0 50px;
 	position: relative
 }


 .ppproject-card {
 	position: relative;
 	overflow: hidden;
 	width: 100%;
 	margin-bottom: 40px;
 	border-radius: 20px;
 }



 .ppproject-card .ppcontent {
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	z-index: 1;
 	left: 0;
 	right: 0;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	height: 100%;
 	top: 0;
 }

 .ppproject-card .ppcontent .ppcontent-inner {

 	padding: 28px 30px;


 	position: relative
 }

 .ppproject-card .ppcontent .ppcontent-inner:before {
 	filter: blur(5px);
 	-webkit-filter: blur(5px);
 	content: "";
 	inset: 0;
 	position: absolute;
 	background: rgb(0 0 0 / 49%);

 }

 .ppproject-card .ppcontent h2 {
 	margin-bottom: 0;
 	line-height: 1.2;
 	font-size: 22px;
 	font-weight: 600;
 }

 .ppproject-card .ppcontent h2 a {
 	color: #fff;
 	font-family: var(--title-font);
 	font-size: 22px;
 	font-weight: 600;
 	line-height: 1.2;
 }

 .ppproject-card .ppcontent h2 a:hover {
 	color: var(--theme-color);
 }

 .ppproject-card img {
 	width: 100%;
 	border-radius: 0;
 	height: 100%;
 	position: relative;
 	display: block;
 	-o-object-fit: cover;
 	object-fit: cover;
 	transition: all 500ms ease;
 	height: 30vw !important;
 	border-radius: 20px;
 }

 .ppproject-card img:first-child {
 	position: absolute;
 	left: 0;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	transform: translateX(50%) scaleX(2);
 	opacity: 0;
 	filter: blur(10px);
 	transition: all 0.4s ease-in-out;
 }

 .ppproject-card:hover img:first-child {
 	transform: translateX(0) scaleX(1);
 	opacity: 1;
 	filter: blur(0);
 }

 .ppproject-card:hover img:nth-child(2) {
 	transform: translateX(-50%) scaleX(2);
 	opacity: 0;
 	filter: blur(10px);
 }

 /**********/


 /********/

 .Facility-inn-sec {
 	position: relative;
 	padding: 0px 0 40px
 }



 .Infacility-single {
 	border: 1px dashed #5e5e5e;
 	padding: 25px 20px;
 	display: block;
 	justify-content: center;
 	gap: 20px;
 	transition: all .55sease;
 	background: #00000085;
 	margin-bottom: 30px;
 	width: 100%;
 	background: #fff;
 	text-align: center;
 	border-radius: 20px;
 }

 .Infacility-single:hover img {
 	-webkit-filter: brightness(0) invert(1);
 	filter: brightness(0) invert(1);
 }

 .Infacility-single:hover {
 	background: var(--theme-color);
 	border: 1px dashed transparent
 }

 @media(max-width:767px) {
 	.Infacility-single {
 		gap: 15px
 	}
 }

 .Infacility-single .text h4 {
 	font-size: 22px;
 	line-height: 1.4;
 	font-weight: 600;
 	color: var(--title-color);
 	margin-bottom Shorthand property to set values for the thickness of the margin area. If left is omitted,
 	it is the same as right. If bottom is omitted it is the same as top,
 	if right is omitted it is the same as top. Negative values for margin properties are allowed,
 	but there may be implementation-specific limits.. Learn more Don't show
: 6px;
 	margin-top: 10px;
 }

 .Infacility-single:hover .text h4 {

 	color: #fff;

 }

 .Infacility-single .text p {
 	font-size: 17px;
 	font-weight: 400;


 	margin-bottom: 0
 }

 .Infacility-single:hover .text p,
 .Infacility-single .text .info-single .info-text a,
 .info-single .info-text .facility-single .text a {
 	font-size: 17px;
 	font-weight: 400;
 	color: #fff;
 	font-family: var(--font-work-sans);
 	margin-bottom: 0
 }

 .Infacility-single:hover .text p {
 	color: #fff
 }

 /*********/

 .meetus-one_slider {}


 .meetus-box_one {
 	position: relative;
 	margin-top: 0px;
 }


 .meetus-box_one .meetus-image {
 	position: relative;
 	text-align: center;
 	padding: 0px 25px;
 	margin: 0px;
 	margin-bottom: 30px;
 	/*  
    border-radius: 20px;
    box-shadow: 0px 3px 7px 4px #22222259;*/
 }

 .meetus-sec {
 	padding: 50px 0 30px;
 	position: relative
 }

 .desticontent-one {
 	position: relative;
 	border-radius: 0;
 	padding: 0px 0 30px;
 	background-color: #fff;
 }

 .main-header .main-menu .navigation>li>a.agent-login-btn {

 	border: 1px solid #fff;
 	padding: 10px 15px;
 	margin-left: 15px;
 }

 .main-header .main-menu .navigation>li>a.agent-login-btn:hover {
 	Background: #fff;
 	color: var(--title-color)
 }

 .main-header.header-color .main-menu .navigation>li>a.agent-login-btn,
 .main-header.fixed-header .main-menu .navigation>li>a.agent-login-btn {
 	color: var(--black-color);
 	border: 1px solid var(--black-color);
 }

 .main-header.header-color .main-menu .navigation>li>a.agent-login-btn:hover,
 .main-header.fixed-header .main-menu .navigation>li>a.agent-login-btn:hover {
 	Background: var(--theme-color);
 	color: var(--white-color);
 	border: 1px solid var(--theme-color);
 }

 /*********/

 .About-innersec1 {
 	position: relative;
 	padding: 30px 0 0
 }

 .About-innersec1-content {
 	position: relative;
 	max-width: 750px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 80px;
 }

 .About-innersec1-content h3 {
 	font-weight: 500;
 	font-size: 26px;
 	line-height: 1.3;
 	font-style: italic;
 	margin-bottom: 20px;

 }

 .About-innersec1 .sec-title {
 	margin-bottom: 20px
 }

 /***********/

 .About-innersec2 {
 	position: relative;
 	padding: 100px 0 100px
 }

 .About-innersec2-content {
 	position: relative;
 	max-width: 750px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 50px;
 }

 .About-innersec2-content p {
 	font-size: 20px;
 	font-family: var(--title-font);

 }

 .About-innersec2-content p strong {
 	color: var(--theme-color)
 }

 .About-innersec2-cleft {
 	position: relative
 }

 .About-innersec2-cleft-p {
 	max-width: 682px;
 	margin-top: 54px;
 }

 .About-innersec2-cleft-p p {
 	font-size: 17px;
 }

 .About-innersec2-cleft img {
 	border-radius: 30px
 }

 .About-innersec2-clright {
 	position: relative
 }

 .About-innersec2-clright img {
 	border-radius: 30px
 }

 /******************/


 .About-innersec3 {
 	position: relative;
 	padding: 0 0 100px
 }

 .About-innersec3 .row {
 	margin-left: 0;
 	margin-right: 0
 }

 .About-innersec3 .row .col-lg-4 {
 	padding-left: 0;
 	padding-right: 0
 }

 .About-innersec3 img {
 	width: 100%;
 	border-radius: 30px;
 }


 .About-innersec3-inner {}

 .About-innersec3-inner {
 	position: relative;
 	max-width: 750px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .About-innersec3-inner p {
 	font-size: 20px;
 	font-family: var(--title-font);
 }

 .About-innersec3-inner .sec-title {
 	margin-bottom: 20px
 }

 .About-innersec3-inner-left {}

 .About-innersec3-inner-right {}

 /*************/


 .About-innersec4 {
 	position: relative;
 	padding: 0 0 100px
 }

 .About-innersec4-inner {
 	max-width: 682px;
 	padding-left: 20px
 }

 .About-innersec4-inner .sec-title {

 	margin-bottom: 20px
 }

 .About-innersec4-inner p {}

 .About-innersec4-inner-left {}

 .About-innersec4-inner-left img {
 	border-radius: 30px;
 }

 /****************/
 .About-innersec4 {
 	position: relative;

 	padding: 0 0 70px
 }

 .ferr-sebox {
 	position: relative;
 	padding: 20px 15px 20px;
 	text-align: left;
 	width: 100%;
 	margin: 0px auto 30px;
 	border-radius: 16px;
 	Background: #fff;
 	box-shadow: 0px 3px 7px 4px #22222259;
 	text-align: center;
 }

 .ferr-sebox:hover {}

 .ferr-sebox-icon {}

 .ferr-sebox-icon:before {}

 .ferr-sebox-icon img {
 	width: 74px;
 	margin-bottom: 17px;

 }

 .ferr-sebox-content {}


 .ferr-sebox-content h3 {
 	font-size: 21px;
 	margin-bottom: 10px;
 	font-weight: 600;
 	line-height: 1.3;
 }

 .ferr-sebox-content h3 a {
 	color: var(--title-color)
 }

 .ferr-sebox-content h3 a:hover {
 	color: var(--theme-color)
 }

 .ferr-sebox:hover .ferr-sebox-content h3 a {
 	color: var(--theme-color)
 }

 .ferr-sebox-content p {}

 .ferr-sebox-p {

 	margin-bottom: 10px;
 }

 .se-read-btn {
 	color: var(--theme-color2);
 	font-weight: 600;
 	font-size: 16px
 }

 .se-read-btn:hover {

 	color: var(--theme-color);
 }

 /*************/

 .About-innersec5 {
 	position: relative;
 	padding: 0 0 100px
 }

 .About-innersec5 img {
 	border-radius: 30px;

 }

 .About-innersec5-content {
 	position: relative;
 	max-width: 750px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 55px;
 }

 .About-innersec5-content h3 {
 	font-weight: 500;
 	font-size: 26px;
 	line-height: 1.3;
 	font-style: italic;
 	margin-bottom: 20px;
 }

 .About-innersec5-content .sec-title {
 	margin-bottom: 20px;
 }

 /**********/
 .About-innersec6 {
 	position: relative;
 	padding: 0 0 100px
 }


 .About-innersec6-content {
 	position: relative;
 	max-width: 750px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 55px;
 }

 .About-innersec6-content h3 {
 	font-weight: 500;
 	font-size: 26px;
 	line-height: 1.3;
 	font-style: italic;
 	margin-bottom: 20px;
 }

 .About-innersec6-content .sec-title {
 	margin-bottom: 20px;
 }

 .About-innersec6 img {
 	border-radius: 30px;

 }

 /*********/

 .About-innersec7 {
 	position: relative;
 	padding: 0 0 20px
 }


 .About-innersec7-content {
 	position: relative;
 	max-width: 750px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 55px;
 }

 .About-innersec7-content h3 {
 	font-weight: 500;
 	font-size: 26px;
 	line-height: 1.3;
 	font-style: italic;
 	margin-bottom: 20px;
 }

 .About-innersec7-content .sec-title {
 	margin-bottom: 20px;
 }

 .About-innersec8 {
 	padding: 0 0px 100px;
 	position: relative
 }

 .About-innersec8-img {
 	padding: 0 83px 0px;
 	position: relative;
 }

 .About-innersec8-img img {
 	border-radius: 30px
 }

 .About-innersec8 .row {

 	margin-bottom: 0px;
 	margin-left: 0;
 	margin-right: 0
 }

 .About-innersec8 .row .col-lg-6 {
 	padding-left: 0;
 	padding-right: 0
 }

 .About-innersec8-centent {
 	max-width: 500px;
 	margin: 0px auto;
 	text-align: center;
 }

 .About-innersec8-centent h3 {
 	font-weight: 500;
 	font-size: 38px;
 	line-height: 1.2;
 	margin-bottom: 20px;
 	color: var(--theme-color);
 }

 .About-innersec8-centent p {
 	max-width: 408px;
 	text-align: center;

 	margin: 0px auto 15px
 }

 .About-innersec1 .sec-title_heading,
 .About-innersec2 .sec-title_heading,
 .About-innersec3 .sec-title_heading,
 .About-innersec4 .sec-title_heading,
 .About-innersec5 .sec-title_heading,
 .About-innersec6 .sec-title_heading,
 .About-innersec7 .sec-title_heading,
 .About-innersec4 .sec-title_heading {
 	margin-top: 0;

 }


 .About-innersec8left .About-innersec8-centent {

 	padding-right: 80px;
 }

 .About-innersec8right .About-innersec8-centent {

 	padding-left: 80px;
 }

 /**********/

 .Desti-innersec {
 	position: relative;
 	padding: 30px 0 60px;
 }

 /************/

 .destimations-three .single-offer-box {
 	text-align: center;
 	position: relative;
 	overflow: hidden;
 	transition: 0.5s;
 	margin: 0 0px;
 	margin-bottom: 30px;
 	width: 100%;
 	display: block;
 }

 .destimations-three .single-offer-box:before {
 	content: "";
 	position: absolute;
 	left: 0;
 	right: 0;
 	height: 37%;
 	width: 100%;
 	border-radius: 1.5rem;
 	bottom: 0;
 	background-image: linear-gradient(0deg, #0000008a, rgba(0, 24, 23, 0.0));
 }

 .destimations-three .single-offer-box:hover:before {
 	height: 100%;
 }

 .destimations-three .single-offer-thumb {
 	/*	position:relative;
	overflow:hidden*/
 }

 .destimations-three .single-offer-thumb img {
 	width: 100%;
 	height: 43vw;
 	object-fit: cover;
 	border-radius: 10px;
 	-webkit-transition: 0.4s ease-in-out;
 	transition: 0.4s ease-in-out;
 }

 .desti-othersec.destimations-three .single-offer-thumb img {

 	height: 30vw;

 }

 .destimations-three .single-offer-box:hover .single-offer-thumb img {
 	/*  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
 }

 .destimations-three .offer {
 	position: absolute;
 	top: 37px;
 	left: 23px;
 }

 .destimations-three .offer-content {
 	background: transparent;
 	position: absolute;
 	width: 100%;
 	bottom: -150%;
 	left: 0;
 	right: 0;
 	margin: auto;
 	padding: 6px 0 0px;
 	transition: 0.6s;
 }

 .destimations-three .single-offer-box:hover .offer-content {
 	bottom: 0;
 }

 .destimations-three .offer span {
 	display: inline-block;
 	background-color: var(--title-color);
 	padding: 6px 28px;
 	font-size: 16px;
 	color: #ffffff;
 	font-weight: 700;
 	font-family: var(--body-font);
 }

 .destimations-three .offer-content h4 {
 	font-size: 19px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 600;
 	position: relative;
 	margin-bottom: 10px;
 }

 .destimations-three .offer-content h4:before {
 	position: absolute;
 	content: "";
 	width: 60px;
 	height: 2px;
 	top: 37px;
 	left: 0;
 	right: 0;
 	background: var(--theme-color);
 	margin: auto;
 }

 .destimations-three .offer-content p {
 	width: 100%;
 	margin: auto;
 	padding: 4px 15px 15px;
 	color: #fff
 }

 .destimations-three .offer-content a {
 	display: inline-block;
 	background-color: var(--theme-color);
 	width: 100%;
 	padding: 12px 0;
 	font-size: 16px;
 	color: #ffffff;
 	font-weight: 500;
 	text-transform: capitalize;
 	font-family: var(--body-font);
 	background-image: linear-gradient(to right, #9ec656, #8ec367, #76c085, #63bc9e, #43b7c4, #36bece, #2fb5da);
 }

 .destimations-three .offer-bottom-title {
 	border-top: transparent;
 	padding: 7px 0 13px;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	right: 0;
 	width: 100%;
 	background: transparent;
 }

 .destimations-three .single-offer-box:hover .offer-bottom-title {
 	bottom: 20px;

 }

 .destimations-three .offer-bottom-title h4 {
 	font-size: 27px;
 	color: #fff;
 	font-weight: 500;
 	margin-bottom: 10px;
 	transition: all 0.5s ease-in-out;
 }

 .destimations-three .offer-bottom-title p {
 	color: #fff;
 	transition: all 0.5s ease-in-out;
 }

 .destimations-three .single-offer-box:hover .offer-bottom-title h4 {
 	font-size: 30px;
 }

 .destimations-three .single-offer-box:hover .offer-bottom-title p {}

 .destimations-three .offer-bottom-title span {
 	position: relative;

 	font-size: 15px;
 	line-height: 1.2;
 	font-weight: 400;
 	color: #fff;

 	display: inline-block;
 	padding: 0 0 8px;
 	transition: all 0.5s ease-in-out;
 	opacity: 0;
 	visibility: hidden;
 }

 .destimations-three .offer-bottom-title span i {
 	margin-left: 5px
 }

 .destimations-three .single-offer-box:hover .offer-bottom-title span {
 	opacity: 1;
 	visibility: visible;
 	color: #fff
 }

 .destimations-three .offer-bottom-title span:after {
 	position: absolute;
 	bottom: 0;
 	left: 50%;
 	transform: translateX(-50%);
 	content: "";
 	background: #fff;
 	width: 100%;
 	height: 2px;
 	transition: all 0.5s ease-in-out;
 }

 .sec-colorr {
 	color: var(--theme-color)
 }

 /*******************/

 .service-main-img {
 	position: relative
 }

 .service-main-img img {}

 /*************/

 .service-main-img {
 	position: relative;
 	padding: 30px 0 100px
 }

 .Service-innersec1 {

 	position: relative;
 	padding: 0px 0 90px;
 }

 .Service-innersec1-content {
 	position: relative;
 	max-width: 680px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .Service-innersec1 img {
 	border-radius: 30px
 }

 .Service-innersec1 .sec-title {
 	margin-bottom: 20px;
 }

 .Service-innersec1 .sec-title_heading,
 .Service-innersec2 .sec-title_heading,
 .Service-innersec3 .sec-title_heading,
 .Service-innersec4 .sec-title_heading,
 .Service-innersec5 .sec-title_heading,
 .Service-innersec6 .sec-title_heading,
 .Service-innersec7 .sec-title_heading {
 	margin-top: 0;
 }

 /*************/
 .Service-innersec2 {

 	position: relative;
 	padding: 0px 0 90px;
 }

 .Service-innersec2-content {
 	position: relative;
 	max-width: 680px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .Service-innersec2 img {
 	border-radius: 30px
 }

 .Service-innersec2 .sec-title {
 	margin-bottom: 20px;
 }

 .Service-innersec2-img1 {}

 .Service-innersec2-img2 {}

 /******************/


 /*************/
 .Service-innersec3 {

 	position: relative;
 	padding: 0px 0 90px;
 }

 .Service-innersec3-content-main {
 	display: flex;
 	gap: 20px;
 	justify-content: space-between;
 	flex-direction: column;
 }

 .Service-innersec3-content {
 	position: relative;
 	max-width: 680px;
 	margin: 0px 0 0;

 	margin-bottom: 20px;
 }

 .Service-innersec3 img {
 	border-radius: 30px
 }

 .Service-innersec3 .sec-title {
 	margin-bottom: 20px;
 }

 .Service-innersec3-img1 {}

 .Service-innersec3-img2 {}

 /******************/

 /*************/
 .Service-innersec4 {

 	position: relative;
 	padding: 0px 0 90px;
 }

 .Service-innersec4-content-main {
 	display: flex;
 	gap: 20px;
 	justify-content: space-between;
 	flex-direction: column;
 }

 .Service-innersec4-content {
 	position: relative;
 	max-width: 580px;
 	margin: 0px 0 0;

 	margin-bottom: 60px;
 }

 .Service-innersec4 img {
 	border-radius: 30px
 }

 .Service-innersec4 .sec-title {
 	margin-bottom: 30px;
 }

 .Service-innersec4-img1 {}

 .Service-innersec4-img2 {}

 @media only screen and (min-width: 576px) {
 	.Service-innersec4 .col-lg-4 {
 		width: 35%;
 	}

 	.Service-innersec4 .col-lg-8 {
 		width: 65%;
 	}

 }

 /******************/


 /*************/
 .Service-innersec5 {

 	position: relative;
 	padding: 0px 0 90px;
 }

 .Service-innersec5-content {
 	position: relative;
 	max-width: 682px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .Service-innersec5 img {
 	border-radius: 30px
 }

 .Service-innersec5 .sec-title {
 	margin-bottom: 20px;
 }

 .Service-innersec5-img1 {}

 .Service-innersec5-img2 {}


 .Service-innersec5-img3 {}

 /******************/


 /*************/
 .Service-innersec6 {

 	position: relative;
 	padding: 0px 0 90px;
 }

 .Service-innersec6-content-main {
 	display: flex;
 	gap: 20px;
 	justify-content: space-between;
 	flex-direction: column;
 }

 .Service-innersec6-content {
 	position: relative;
 	max-width: 580px;
 	margin: 0px 0 0;

 	margin-bottom: 60px;
 }

 .Service-innersec6 img {
 	border-radius: 30px
 }

 .Service-innersec6 .sec-title {
 	margin-bottom: 30px;
 }

 .Service-innersec6-img1 {}

 .Service-innersec6-img2 {}

 @media only screen and (min-width: 576px) {
 	.Service-innersec6 .col-lg-4 {
 		width: 29%;
 	}

 	.Service-innersec6 .col-lg-8 {
 		width: 71%;
 	}

 }

 /******************/



 /*******************/

 .service-main-img {
 	position: relative
 }

 .service-main-img img {}

 /*************/

 .service-main-img {
 	position: relative;
 	padding: 30px 0 100px
 }

 .Destii-innersec1 {

 	position: relative;
 	padding: 30px 0 90px;
 }

 .Destii-innersec1-content {
 	position: relative;
 	max-width: 680px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .Destii-innersec1 img {
 	border-radius: 30px
 }

 .Destii-innersec1 .sec-title {
 	margin-bottom: 20px;
 }

 .Destii-innersec1 .sec-title_heading,
 .Destii-innersec2 .sec-title_heading {
 	margin-top: 0;
 }

 /*************/


 /*************/
 .Destii-innersec2 {

 	position: relative;
 	padding: 0px 0 60px;
 }

 .Destii-innersec2-content {
 	position: relative;
 	max-width: 745px;
 	margin: 0px auto 0;
 	text-align: center;
 	margin-bottom: 60px;
 }

 .Destii-innersec2 img {
 	border-radius: 30px
 }

 .Destii-innersec2 .sec-title {
 	margin-bottom: 20px;
 }

 .Destii-innersec2-img1 {
 	margin-bottom: 30px
 }

 .Destii-innersec2-img2 {
 	margin-bottom: 30px
 }


 .Destii-innersec2-img3 {
 	margin-bottom: 30px
 }

 .Destii-innersec2-Desc {
 	position: relative;
 	margin-top: 30px
 }

 .Destii-innersec2-Desc h3 {
 	font-weight: 500;
 	font-size: 33px;
 	line-height: 1.2;
 	margin-bottom: 20px;
 	color: var(--theme-color);
 }

 .Destii-innersec2-Desc p {
 	margin-bottom: 30px
 }

 /******************/
 .destis-three {
 	padding-bottom: 30px;
 	position: relative;
 	overflow: hidden;
 }

 .destis-three .swiper-container {
 	margin-top: -55px;
 	padding-top: 80px;
 	padding-bottom: 30px;
 }

 .destis-block_three-quote {
 	position: absolute;
 	left: 50px;
 	top: -53px;
 	width: 88px;
 	height: 88px;
 	overflow: hidden;
 	text-align: center;
 	line-height: 74px;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 	border: 8px solid rgb(255 255 255);
 }

 .destis-three_arrow {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	z-index: 1;
 }

 .destis-three_arrow .destii-item_carousel-next,
 .destis-three_arrow .destii-item_carousel-prev {
 	position: relative;
 	width: 45px;
 	height: 45px;
 	font-size: 22px;
 	line-height: 45px;
 	text-align: center;
 	margin-left: 10px;
 	border-radius: 50px;
 	color: var(--theme-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;
 	border: 1px solid var(--theme-color);
 }

 .destis-three_arrow .destii-item_carousel-next:hover,
 .destis-three_arrow .destii-item_carousel-prev:hover {
 	color: var(--white-color);
 	background-color: var(--theme-color);
 }

 /****************/

 .Testimonial-innersec {
 	padding: 30px 0 60px;
 	position: relative
 }

 .Testimonial-innersec .testimonial-block_three {
 	position: relative;
 	box-shadow: 0px -3px 12px 0px #22222214;
 	margin: 15px 0;
 	border-radius: 20px;
 	margin-bottom: 30px;
 }

 .Testimonial-innersec .testimonial-block_three-inner {
 	position: relative;
 	padding: 40px 40px 20px;
 	border-radius: 25px;
 	background-size: cover;
 	background-color: var(--white-color);
 	width: 100%;
 	text-align: center;

 }

 .Testimonial-innersec .testimonial-block_three-rating {
 	position: relative;
 	font-size: 16px;
 	color: #e89d19;
 	margin-top: 16px;
 	text-align: center;
 }

 .Testimonial-innersec .testimonial-block_three-quote {
 	position: absolute;
 	right: 50px;
 	bottom: -44px;
 	width: 88px;
 	height: 88px;
 	overflow: hidden;
 	text-align: center;
 	line-height: 74px;
 	border-radius: 150px;
 	background-color: var(--theme-color);
 	border: 8px solid rgb(255 255 255);
 	top: unset;
 	left: unset
 }

 .testimonial-block_three-textnew {

 	position: relative;
 	margin-top: 18px;
 	margin-bottom: 0;
 	border-top: 1px solid #9992;
 	padding-top: 20px;

 }

 .Testimonial-innersec .testimonial-block_three-author {
 	position: relative;
 	font-weight: 600;
 	font-size: 24px;
 	line-height: 34px;
 	padding-left: 0;
 	min-height: unset;
 	text-align: center;
 	padding-top: 7px;
 	color: var(--black-color);
 	font-family: var(--title-font);
 }

 .Testimonial-innersec .testimonial-block_three-image {
 	position: relative;
 	left: unset;
 	top: unset;
 	width: 82px;
 	height: 82px;
 	overflow: hidden;
 	border-radius: 150px;
 	border: 3px solid var(--theme-color);
 	margin: 0px auto;
 }

 .tess-img {

 	width: 100%;
 	border-radius: 30px 30px 0 0;
 	margin-bottom: 10px
 }

 /*********/

 .AgentLogin-innersec {
 	position: relative;
 	padding: 30px 0 0
 }

 /********/

 .coleft-main {
 	display: flex;
 	gap: 20px;
 	justify-content: space-between;
 	flex-direction: column;
 }

 .coleft-main .sec-title_heading {
 	margin-top: 0;

 }

 .coleft-main .sec-title {

 	margin-bottom: 20px;

 }

 .coleft-1 {
 	position: relative;
 	width: 100%;
 	display: block
 }

 .coleft-1 p {
 	color: #fff
 }

 .coleft-2 {
 	position: relative;
 	width: 100%;
 	display: block
 }

 .contact-three_form-outer .sec-title {

 	margin-bottom: 20px;

 }

 .contact-three_form-outer .sec-title_heading {
 	margin-top: 0;

 }

 .nertt {
 	padding-left: 20px
 }

 /**********/

 .Reviewsecc {

 	position: relative;
 	padding: 30px 0 100px
 }

 .rating-select label {
 	margin: 0;
 	margin-right: 10px;
 	display: block;
 	width: 100%;
 	font-weight: 500;
 	font-size: 17px;
 	margin-bottom: 10px
 }

 .rating-select p.stars a {
 	position: relative;
 	height: 33px;
 	width: 44px;
 	text-indent: -999em;
 	display: inline-block;
 	text-decoration: none;
 	font-size: 25px;
 }

 .rehr {
 	width: 100%;
 	border-bottom: 1px solid #0000003b;
 	position: relative;
 	display: block;
 	margin-top: 30px;
 	margin-bottom: 20px;
 }



 .rating-select p.stars a::before {
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 18px;
 	height: 14px;
 	line-height: 1;
 	font-family: var(--icon-font);
 	content: "\e28b";
 	font-weight: 400;
 	text-indent: 0;

 	color: #ffb539;
 	content: "\f005";

 	font-family: var(--fa-style-family, "Font Awesome 6 Free");
 	font-weight: var(--fa-style, 900);
 }

 .rating-select p.stars a.active::before {
 	color: #ffb539;
 }

 .rating-select p.stars a.inactive::before {
 	color: #000;
 }

 /************/

 .contact-formneww input {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 50px;
 	line-height: 28px;
 	padding: 10px 20px;
 	font-weight: 400;
 	font-size: 16px;
 	background: none;
 	color: var(--black-color);
 	border-radius: 50px;
 	-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: #f5f5f5;
 	background-color: transparent;
 	border: 1px solid #dfdfdf;
 }

 .contact-formneww .form-group {
 	margin-bottom: 30px;
 }

 .contact-formneww label {
 	color: #000;
 	font-weight: 500;
 	font-family: var(--title-font);
 	font-size: 19px;
 	margin-bottom: 9px;
 }

 .contact-formneww h3 {
 	line-height: 1.2;
 	font-size: 26px;
 	margin-bottom: 15px;
 	font-weight: 500;

 }

 .contact-formneww textarea {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 120px;
 	resize: none;
 	font-size: 16px;
 	line-height: 26px;
 	padding: 20px 20px;
 	border-radius: 25px;
 	color: var(--black-color);
 	background-color: #f5f5f5;
 	-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: transparent;
 	border: 1px solid #dfdfdf;
 }

 .contact-three_testi {
 	position: relative;
 	padding: 40px 40px 20px;
 	border-radius: 25px;
 	background-size: cover;
 	background-color: var(--white-color);
 	width: 100%;
 	box-shadow: 0px -3px 12px 0px #22222214;

 	border-radius: 20px;

 }

 /************/

 .rating {
 	display: inline-block;
 	position: relative;
 	height: 50px;
 	line-height: 50px;
 	font-size: 50px;
 }

 .rating label {
 	position: absolute;
 	top: 0;
 	left: 0;
 	height: 100%;
 	cursor: pointer;
 }

 .rating label:last-child {
 	position: static;
 }

 .rating label:nth-child(1) {
 	z-index: 5;
 }

 .rating label:nth-child(2) {
 	z-index: 4;
 }

 .rating label:nth-child(3) {
 	z-index: 3;
 }

 .rating label:nth-child(4) {
 	z-index: 2;
 }

 .rating label:nth-child(5) {
 	z-index: 1;
 }

 .rating label input {
 	position: absolute;
 	top: 0;
 	left: 0;
 	opacity: 0;
 }

 .rating label .icon {
 	float: left;
 	color: transparent;
 }

 .rating label:last-child .icon {
 	color: #000;
 }

 .rating:not(:hover) label input:checked~.icon,
 .rating:hover label:hover input~.icon {
 	color: #09f;
 }

 .rating label input:focus:not(:checked)~.icon:last-child {
 	color: #000;
 	text-shadow: 0 0 5px #09f;
 }

 .main-e_socials {
 	position: relative;
 }


 .contact-item .contact-info .main-e_socials a {
 	position: relative !important;
 	font-size: 18px;
 	margin-right: 3px;
 	color: var(--white-color);
 	border: 1px solid #fff;
 	border-radius: 50%;
 	width: 35px;
 	height: 35px;
 	line-height: 35px;
 	display: inline-block;
 	text-align: center;
 }






 .custom-alert {
 	border-radius: 12px;
 	font-size: 16px;
 	padding: 15px 20px;
 	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
 	animation: fadeIn 0.5s ease-in-out;
 }

 ul.footer-three_contacts li p {
 	color: white;
 }