@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
	background: #000;
	font-family: 'Jost', sans-serif;
}
ul {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
/* Smooth scroll stuff */
html {
    overflow-y: scroll;
}    

/* Smooth scroll stuff */
/*cursor*/
 .cursor {
	 position: fixed;
	 z-index: 10;
	 top: 0;
	 left: 0;
	 --size: 40px;
	 width: var(--size);
	 height: var(--size);
	 border-radius: 50%;
	 border: 1px solid #d5ff0f;
	 margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
	 transition: transform 0.85s cubic-bezier(0, 0.02, 0, 1);
	 display: none;
	 pointer-events: none;
}
 @media (pointer: fine) {
	 .cursor {
		 display: block;
	}
}
 .cursor2 {
	 --size: 2px;
	 transition-duration: 0.7s;
}

/* -- Blob effect -- */


/* Blob Effect - https://codepen.io/Hyperplexed/pen/vYzgeYE */

/*banner Section Css Start*/
.banner_sction {
	margin-bottom: 90px;
}
.custom1.owl-carousel.owl-theme {
	position: relative;
}
.custom1.owl-carousel.owl-theme::after {
	position: absolute;
	content: '';
	background: #000;
	bottom: 0;
	right: -1px;
	width: 30%;
	height: 100px;
}
.banner_text .creative_title {
	font-size: 72px;
	font-weight: 600;
	color: #FFF;
	line-height: 90px;
}
.banner_text p {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	line-height: 34px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
/*
.banner_text p::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 4px;
}
*/
/*Button Css*/
.top_cont_now_btn a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.top_cont_now_btn a {
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: 0.2s;
	transform: scale(1);
	background: #d5ff0f;
	color: #191919;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 30px;
	transition: all 0.5s ease;
	border: 1px solid #d5ff0f;
}
.top_cont_now_btn a span {
	position: relative;
	z-index: 0;
	color: #FFF;
}
.top_cont_now_btn a .liquid {
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	height: 200px;
	background: #d5ff0f;
	box-shadow: inset 0 0 50px rgba(213, 255,13, 0.9);
	z-index: -1;
	transition: 0.9s;
}
.top_cont_now_btn a .liquid::after,
.top_cont_now_btn a .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}
.top_cont_now_btn a .liquid::after {
	border-radius: 45%;
	background: #000;
	box-shadow: 0 0 10px 5px #000, inset 0 0 5px #000;
	animation: animate 5s linear infinite;
	opacity: 0.8;
}
.top_cont_now_btn a .liquid::before {
	border-radius: 40%;
	box-shadow: 0 0 10px rgba(213, 255,13, 0.9), inset 0 0 5px rgba(213, 255, 13, 0.9);
	background: #000;
	animation: animate 7s linear infinite;
}
@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
.top_cont_now_btn a:hover .liquid {
    top: -120px;
}
.top_cont_now_btn a:hover span {
    color: #000;
}
.top_cont_now_btn a:hover {
    color: #000 !important;
    box-shadow: 0 0 5px #d5ff0f, inset 0 0 5px #d5ff0f;
    transition-delay: 0.2s;
}
/*Button Css*/
.custom1 .owl-dots {
	display: none;
}
.custom1 .owl-nav {
	position: absolute;
	right: 10%;
	margin: 0 !important;
	bottom: 5%;
	z-index: 1;
}
.owl-carousel {
	display: block !important;
}
.owl-carousel {
	display: block !important;
	z-index: inherit !important;
}
.custom1 .owl-nav span {
	display: none;
}
.custom1 .owl-prev {
	background: url('../images/arrow.png') !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	width: 50px;
	height: 26px;
	transition: all 0.5s ease;
}
.custom1 .owl-next {
	background: url('../images/arrow_01.png') !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	width: 50px;
	height: 26px;
	transition: all 0.5s ease;
}
.custom1 .owl-next:hover {
	background-image: url('../images/arrow01_h.png') !important;
}
.custom1 .owl-prev:hover {
	background-image: url('../images/arrow_h.png') !important;
}
/*banner Section Css End*/
/*/ start count stats /*/
.what_we_sec {
	margin-bottom: 90px;
}
.what_title {
	font-size: 20px;
	font-weight: 400;
	color: #868686;
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
}
.what_title::after {
	position: absolute;
	content: '';
	background: #868686;
	right: -140px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 126px;
	height: 1px;
}
.stats {
  text-align: center;
}
.stats .fa {
	color: #d5ff0f;
	font-size: 40px;
	margin-bottom: 20px;
}
.stats .counting {
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
}
.stats p {
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0;
}
/*/ end count stats /*/

/*Our Services */
.our_sec {
	margin: 0 auto 30px;
	text-align: center;
}
.our_sec .our_title {
	font-size: 20px;
	font-weight: 500;
	color: #868686;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.our_sec .our_title::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	width: 47px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.our_sec .it_title {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
}

.carousel-item {
	display: block;
}

.carousel {
	position: relative;
	z-index: 1;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	margin-bottom: 50px;
}
 .carousel-item {
	 --items: 10;
	 --width: clamp(150px, 30vw, 300px);
	 --height: clamp(200px, 40vw, 400px);
	 --x: calc(var(--active) * 800%);
	 --y: calc(var(--active) * 200%);
	 --rot: calc(var(--active) * 120deg);
	 --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
	 overflow: hidden;
	 position: absolute;
	 z-index: var(--zIndex);
	 width: var(--width);
	 height: var(--height);
	 margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
	 border-radius: 10px;
	 top: 50%;
	 left: 50%;
	 user-select: none;
	 transform-origin: 0% 100%;
	 box-shadow: 0 10px 50px 10px rgba(0, 0, 0, .5);
	 background: black;
	 pointer-events: all;
	 transform: translate(var(--x), var(--y)) rotate(var(--rot));
	 transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}
 .carousel-item .carousel-box {
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
	 opacity: var(--opacity); 
}
 .carousel-item .carousel-box:before {
	 content: '';
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
}
 .carousel-item .title {
	 position: absolute;
	 z-index: 1;
	 color: #FFF;
	 bottom: 20px;
	 left: 20px;
	 transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
	 font-size: 40px;
	 text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}
.carousel-item:focus .num {
	color: #d5ff0f;
}	
 .carousel-item .num {
	 position: absolute;
	 z-index: 1;
	 color: #fff;
	 top: 10px;
	 left: 20px;
	 transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
	 font-size: clamp(20px, 10vw, 80px);
}
 .carousel-item img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 pointer-events: none;
}
 .layout {
	 position: absolute;
	 z-index: 0;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
}
 .layout:before {
	 content: '';
	 position: absolute;
	 z-index: 1;
	 top: 0;
	 left: 90px;
	 width: 10px;
	 height: 100%;
	 border: 1px solid #fff;
	 border-top: none;
	 border-bottom: none;
	 opacity: 0.15;
}
 .layout .box {
	 position: absolute;
	 bottom: 0;
	 left: 30px;
	 color: #fff;
	 transform-origin: 0% 10%;
	 transform: rotate(-90deg);
	 font-size: 9px;
	 line-height: 1.4;
	 text-transform: uppercase;
	 opacity: 0.4;
}

/*Our Services */
/*Our Latest Pojects Section*/
.project_sec {
	margin-bottom: 80px;
}
.our_p_text {
	margin: 0 auto;
	text-align: center;
}
.our_p_text .project_title {
	font-size: 20px;
	font-weight: 500;
	color: #868686;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.our_p_text .project_title::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	width: 47px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.our_p_text .our_title {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
}
.project_box {
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}
.project_box.our_box_01 {
	background-clip: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: all 3s ease-in-out 0s;
	-webkit-transition: all 3s ease-in-out 0s;
	-moz-transition: all 3s ease-in-out 0s;
	-o-transition: all 3s ease-in-out 0s;
	-ms-transition: all 3s ease-in-out 0s;
	background-image: url("../images/project_01.jpg");
}
.project_box.our_box_01:hover {
	background-position: center bottom;
}
.project_box.our_box_02 {
	background-clip: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: all 3s ease-in-out 0s;
	-webkit-transition: all 3s ease-in-out 0s;
	-moz-transition: all 3s ease-in-out 0s;
	-o-transition: all 3s ease-in-out 0s;
	-ms-transition: all 3s ease-in-out 0s;
	background-image: url("../images/project_02.jpg");
}
.project_box.our_box_02:hover {
	background-position: center bottom;
}
.project_box.our_box_03 {
	background-clip: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: all 3s ease-in-out 0s;
	-webkit-transition: all 3s ease-in-out 0s;
	-moz-transition: all 3s ease-in-out 0s;
	-o-transition: all 3s ease-in-out 0s;
	-ms-transition: all 3s ease-in-out 0s;
	background-image: url("../images/project_03.jpg");
}
.project_box.our_box_03:hover {
	background-position: center bottom;
}
.project_box.our_box_02.sec_project {
	margin-top: 50px;
}
.view_all_btn {
	margin: 50px auto 0;
	text-align: center;
}
.view_all_btn a {
	background: #d5ff0f;
	color: #191919;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 30px;
	transition: all 0.5s ease;
}
.view_all_btn a:hover {
	background: #FFF;
}
/*Our Latest Pojects Section*/

/*Why Choose Us Section*/
.why_section {
	margin-bottom: 80px;
}
.why_text {
	margin: 0 auto 80px;
	text-align: center;
}
.why_text .why_title {
	font-size: 20px;
	font-weight: 500;
	color: #868686;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.why_text .why_title::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	width: 47px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.why_text .shree_title {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
}
.work_text .work_title {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
}
.work_box .work_text:nth-child(1) {
	margin-bottom: 60px;
	max-height: 130px;
}
.work_box .work_img:nth-child(1) {
	margin-bottom: 20px;
}
.work_text p {
	font-size: 16px;
	font-weight: 500;
	color: #868686;
	line-height: 24px;
}
/*Why Choose Us Section*/
/*What our clients say*/
.testi_text {
	margin: 0 auto 50px;
	text-align: center;
}
.testi_text .testi_title {
	font-size: 20px;
	font-weight: 500;
	color: #868686;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.testi_text .testi_title::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	width: 47px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.testi_text .say_title {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
}
.testimonials_sec {
	margin-bottom: 80px;
}
 .swiper {
	 padding: 1.5em;
}
 .swiper .content-wrapper {
	 position: relative;
	 display: grid;
	 grid-template-columns: 1fr;
	 grid-template-rows: 1fr;
	 grid-template-areas: ".";
	 width: 100%;
	 justify-items: center;
	 align-items: center;
}
 .swiper .content-wrapper .content {
	 padding: 3em 1.5em;
	 text-align: center;
	 display: grid;
	 justify-items: center;
	 align-items: center;
	 margin: 0 auto;
	 color: #000;
}
 .swiper .content-wrapper .content :first-child {
	 margin: 0;
}
.swiper .content-wrapper .content .swiper-avatar {
	width: 100%;
	max-width: 125px;
	height: auto;
	margin-bottom: 30px;
}
 .swiper .content-wrapper .content .swiper-avatar img {
	 border-radius: 500px;
}
.swiper .content-wrapper .content .cite {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
 .swiper .swiper-slide {
	 margin: 0;
	 height: auto;
	 width: 100%;
	 padding: 0;
	 opacity: 0.2;
	 background: rgba(255, 255, 255, .5);
/*	 border-radius: 6px;*/
	 transition: all 0.5s ease-in-out;
}
.swiper .swiper-slide.swiper-slide-active {
	background: rgba(213, 255, 15);
	opacity: 1;
	transform: scale(1.1);
}
 .swiper .swiper-nav-wrapper {
	 bottom: 0;
	 left: 0;
	 right: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin: 0 auto;
	 width: auto;
	 padding-top: 3em;
}
 .swiper .swiper-nav-wrapper .swiper-button-next, .swiper .swiper-nav-wrapper .swiper-button-prev {
	 top: 0;
	 top: auto;
	 left: auto;
	 right: auto;
	 position: relative !important;
	 left: 0;
}
 .swiper .swiper-nav-wrapper .swiper-button-next:after, .swiper .swiper-nav-wrapper .swiper-button-prev:after {
	 display: none;
}
 .swiper .swiper-nav-wrapper .swiper-button-next, .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
	 background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
	 width: 20px;
	 height: 20px;
	 background-size: 20px 20px;
	 background-repeat: no-repeat;
	 margin: 0;
	 padding: 0;
}
 .swiper .swiper-nav-wrapper .swiper-button-prev, .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
	 background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
	 width: 20px;
	 height: 20px;
	 background-size: 20px 20px;
	 background-repeat: no-repeat;
	 margin: 0;
	 padding: 0;
}
 .swiper-pagination {
	 margin: 0;
	 padding: 0;
	 width: auto;
	 position: relative !important;
	 display: block;
	 width: auto;
}
 .swiper-pagination .swiper-pagination-bullets {
	 margin: 0;
}
 .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
	 margin: 0;
	 background: #fff !important;
}
 .swiper-pagination-bullet {
	 background: #fff !important;
	 transition: all 0.2s ease-in-out;
}
 .swiper-pagination-bullets.swiper-pagination-horizontal {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 bottom: 0;
	 top: 0;
	 bottom: 0;
	 width: auto !important;
	 padding: 0 1.5em;
}
 .swiper-pagination-bullet-active {
	 transform: scale(1.5);
}
.swiper .content-wrapper .content p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 0;
}
/*What our clients say*/
/* Meet Our Crative Team*/
.our_slider {
	margin-bottom: 50px;
}
.our_text {
	margin: 0 auto 50px;
	text-align: center;
}
.our_text .team_title {
	font-size: 20px;
	font-weight: 500;
	color: #868686;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.our_text .team_title::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	width: 47px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.our_text .meet_title {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
}

.profile-card {
	position: relative;
	width: 260px;
	height: 260px;
	background: #1c1c1c;
	padding: 30px;
	border-radius: 50%;
	box-shadow: 0 0 22px rgba(55,55,55,0.8) inset;
	transition: .6s;
	/* margin: 0 25px; */
}
.profile-card:hover {
	border-radius: 10px;
	height: 320px;
}
.profile-card .img {
	position: relative;
	width: 100%;
	height: 96%;
	transition: .6s;
	z-index: 99;
}
.profile-card:hover .img {
	/* transform: translateY(-60px); */
}
.img img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 0 22px #3336;
	transition: .6s;
}
.profile-card:hover img{
    border-radius: 10px;
}
.caption {
	text-align: center;
	transform: translateY(-30px);
	opacity: 0;
	transition: .6s;
}
.profile-card:hover .caption{
    opacity: 1;
}
.caption h3 {
	font-size: 20px;
	color: #FDFDFD;
}
.caption p {
	font-size: 15px;
	color: #FFF;
	margin: 0;
}
.main.owl-carousel.owl-theme.our_slide.owl-loaded.owl-drag .owl-stage-outer {
	margin-bottom: 40px;
}
.owl-item {
	display: flex;
	justify-content: center;
}
.owl-nav.disabled {
	display: block !important;
	text-align: right !important;
}
.main .owl-nav span {
	display: none;
}
.our_slide .owl-dots {
	display: none;
}
.main .owl-prev {
	background: url('../images/arrow.png') !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	width: 50px;
	height: 26px;
	transition: all 0.5s ease;
}
.main .owl-prev:hover {
	background-image: url('../images/arrow_h.png') !important;
}
.main .owl-next {
	background: url('../images/arrow_01.png') !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	width: 50px;
	height: 26px;
	transition: all 0.5s ease;
}
.main .owl-next:hover {
	background-image: url('../images/arrow01_h.png') !important;
}
.owl-nav {
	text-align: right !important;
}
/*Meet Our Crative Team*/
/*Contact Us Section*/
.contact_us {
	margin-bottom: 50px;
}
.contact_text {
	margin: 0 auto 50px;
	text-align: center;
}
.contact_text .contact_title {
	font-size: 20px;
	font-weight: 500;
	color: #868686;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.contact_text .contact_title::after {
	position: absolute;
	content: '';
	background: #d5ff0f;
	width: 47px;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.contact_text .soon_title {
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
}
.contact_us .form-control {
	background: transparent;
	border: 1px solid #1c1c1c;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 30px;
	outline: none;
	box-shadow: none;
}
.contact_us .form-control::placeholder {
	color: #FFF;
}
.shop_now_btn {
	margin: 0 auto;
	text-align: center;
}
.shop_now_btn .contct_btn {
	background: #d5ff0f;
	color: #000;
	border: 0;
	padding: 12px 40px;
	border-radius: 30px;
	font-size: 18px;
	transition: all 0.5s ease;
	font-family: 'Jost', sans-serif;
}
.shop_now_btn .contct_btn:hover {
	background: #FFF;
}
input:-webkit-autofill{
    -webkit-background-color: #000 !important;
}
/*Contact Us Section*/
/*Footer SEction Css Start*/
.footer-section {
	background: #151414;
	position: relative;
	padding: 60px 0px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
	font-size: 16px;
	color: #FFF;
	line-height: 28px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
	font-size: 30px;
	color: #d5ff0f;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #d5ff0f;
}
.footer-widget ul li {
	margin-bottom: 12px;
	list-style: none;
}
.footer-widget ul li a:hover{
  color: #d5ff0f;
}
.footer-widget ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.footer_links ul li {
	color: #FFF;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	list-style: none;
	margin-bottom: 15px;
}
.footer_links ul li i {
	color: #d5ff0f;
	font-size: 20px;
	position: absolute;
	left: 0px;
}
.footer_links ul li a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #868686;
}
.copyright-text p span {
	color: #d5ff0f;
	font-weight: 500;
	text-transform: uppercase;
}
.copyright-text {
	border-top: 1px solid #333;
	padding: 20px 0px;
}
.copyright-area {
	background: #151414;
	text-align: center;
}
/*Footer Section Css End*/


/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #868686ab;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #d5ff0f;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background:#d5ff0f;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #d5ff0f;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,1);
}
body.light .progress-wrap::after {
	color: blue;
}
body.light .progress-wrap svg.progress-circle path {
	stroke: green;
}
.switch,
.circle {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.switch {
	width: 80px;
	height: 4px;
	border-radius: 27px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	position: fixed;
	right: 50px;
	top: 75px;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
  z-index: 33333;
    transition: all 300ms linear;
}
.circle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: green;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,1), 0 0 0 1px rgba(26,53,71,1);
}
.circle:before {
	position: absolute;
	font-family: 'unicons';
	content: '\eac1';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	opacity: 1;
	color: red;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.circle:after {
	position: absolute;
	font-family: 'unicons';
	content: '\eb8f';
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	color: red;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
	left: 45px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: var(--black-blue);
}
.switched .circle:hover {
	box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
	opacity: 0;
}
.switched .circle:after {
	opacity: 1;
}
/* #Progress
================================================== */

/*---------------------------------------------------------------------
                        Mouse Effect
-----------------------------------------------------------------------*/



.slider_container {
	height: 144px;
	overflow: hidden;
	text-align: center;
	
}
 .slider_container ul.v-slides {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 transform: translateY(-200%);
     animation: change 11s infinite;
    
}
@keyframes change {
  0% {
    transform: translateY(-200%);
  }
  3% {
    transform: translateY(-80%);
  }
  6% {
    transform: translateY(-105%);
  }
  9% {
    transform: translateY(-91%);
  }
  12% {
    transform: translateY(-99%);
  }
  15%, 30% {
    transform: translateY(-95%);
  }
  37% {
    transform: translateY(-15%);
  }
  40% {
    transform: translateY(-40%);
  }
  43% {
    transform: translateY(-26%);
  }
  46% {
    transform: translateY(-34%);
  }
  49%, 64% {
    transform: translateY(-30%);
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.v-slide {
	font-size: 48px;
	color: #161617;
	letter-spacing: 1px;
	width: 69%;
	margin: auto;
	line-height: 76px;
	
}

/* code #6 */

/* common */
.loading {
	 font-size: 84px;
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 800;
	 text-align: center;
}
 .loading span {
	 display: inline-block;
	 margin: 0 -0.05em;
}
 
.loading06 span {
	 position: relative;
	 color: rgba(0, 0, 0, .2);
}
 .loading06 span::after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 content: attr(data-text);
	 color: #fff;
	 opacity: 0;
	 transform: rotateY(-90deg);
	 animation: loading06 4s infinite;
}
 .loading06 span:nth-child(2)::after {
	 animation-delay: 0.2s;
}
 .loading06 span:nth-child(3)::after {
	 animation-delay: 0.4s;
}
 .loading06 span:nth-child(4)::after {
	 animation-delay: 0.6s;
}
 .loading06 span:nth-child(5)::after {
	 animation-delay: 0.8s;
}
 .loading06 span:nth-child(6)::after {
	 animation-delay: 1s;
}
 .loading06 span:nth-child(7)::after {
	 animation-delay: 1.2s;
}
 
@keyframes loading06 {
  0%, 75%, 100% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    transform: rotateY(0);
    opacity: 1;
  }
}


/*---------------------------------------------------------------------
                               Loader
-----------------------------------------------------------------------*/

.reload {
	 position: absolute;
	 font-family: 'Roboto', sans-serif;
	 top: 25px;
	 right: 25px;
	 color: #171717;
	 background-color: #f3f3f3;
	 padding: 15px 25px;
	 border-radius: 8px;
	 cursor: pointer;
}
 .loding_text .logo {
	 width: 100%;
	 height: auto;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 padding: 25px;
}
 .loding_text .logo .icon {
	 width: 50%;
	 max-width: 300px;
}
 .loding_text .logo .icon path {
	 color: #d5ff0f;
	 stroke-width: 3px;
	 stroke-dashoffset: -3000;
	 stroke-dasharray: 3000;
}
 .loding_text .logo .icon path.is-active {
	 animation-name: icon;
	 animation-duration: 4s;
	 animation-iteration-count: 1;
	 animation-fill-mode: forwards;
}
.loding_text .logo .text {
	max-width: 830px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
 .loding_text .logo .text text {
	 color: #d5ff0f;
	 stroke-width: 1px;
	 stroke-dashoffset: -800;
	 stroke-dasharray: 800;
}
 .loding_text .logo .text text.is-active {
	 animation-name: text;
	 animation-duration: 4s;
	 animation-iteration-count: 1;
	 animation-fill-mode: forwards;
}
 @keyframes icon {
	 50% {
		 stroke-dashoffset: 0;
		 fill: transparent;
	}
	 75% {
		 fill: transparent;
		 stroke-width: 3px;
	}
	 100% {
		 stroke-dashoffset: 0;
		 fill: #d5ff0f;
		 stroke-width: 0px;
	}
}
 @keyframes text {
	 50% {
		 fill: transparent;
	}
	 75% {
		 fill: transparent;
		 stroke-dashoffset: 0;
		 stroke-width: 1px;
	}
	 100% {
		 stroke-dashoffset: 0;
		 fill: #d5ff0f;
		 stroke-width: 0px;
	}
}

#loading { 
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background: #000; 
	z-index: 9999; 
}
.loading-text ul { 
	margin: 0 auto; 
	padding: 0; 
	text-align: center; 
	width: 100%; 
	-webkit-animation: fade-in 1.2s ease-in-out both; 
	animation: fade-in 1.2s ease-in-out both; 

}
.loading-text ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #f7941d;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 125px;
	
}

/*---------------------------------------------------------------------
                               Loader
-----------------------------------------------------------------------*/

