@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&amp;display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&amp;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 #d51116;
	 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;
}
/*cursor*/
/* Blob Effect - https://codepen.io/Hyperplexed/pen/vYzgeYE */

/*
.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-image: linear-gradient(#d51116 10%, #d51116);
    filter: blur(350px);
    transition: all 450ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: -1;
}
*/

/* -- Blob effect -- */

@keyframes rotate {
  from {
    rotate: 0deg;
  }
  
  50% {
    scale: 1 1.5;
  }
  
  to {
    rotate: 360deg;
  }
}

#blob {
  background-color: white;
  height: 34vmax;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  background: linear-gradient(to right, var(--blob-color-1), var(--blob-color-2));
  animation: rotate 20s infinite;
  opacity: 0.5;
}

#blur {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(12vmax);
}


/* 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%;
	border-radius: 10px 0 0 0;
	height: 80px;
}
.banner_text .creative_title {
	font-size: 72px;
	font-weight: 600;
	color: #FFF;
	line-height: 90px;
}
.main-section{
	text-align: center;
    padding: 103px 0px;
    background: #d51116;
	position: relative;
}
.main-part{
	position: relative;
}
.main-part::before{
	position: absolute;
    left: 435px;
	opacity: 0.8;
    bottom: 45px;
    background-repeat: no-repeat;
    content: "";
    background-image: url(https://wedigitalhub.com/wp-content/uploads/2023/04/banner-icon02.png);
    height: 44px;
    width: 44px;
}
.main-part::after{
	position: absolute;
    right: 360px;
    top: 0;
	opacity: 0.8;
    background-repeat: no-repeat;
    content: "";
    background-image: url(https://wedigitalhub.com/wp-content/uploads/2023/04/banner-icon03.png);
    height: 36px;
    width: 49px;
}
.main-section::before{
	position: absolute;
	opacity: 0.5;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url(https://wedigitalhub.com/wp-content/uploads/2023/04/price-banner-icon-01.png);
    background-repeat: no-repeat;
    width: 163px;
    height: 164px;
}
.banner_text span {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    line-height: 34px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.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: #d51116;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 4px;
}
.contact_btn a {
	background: #d51116;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 30px;
	transition: all 0.5s ease;
}
.contact_btn a:hover {
	background: #fff;
	color: #d51116;
}
.custom1 .owl-dots {
	display: none;
}
.custom1 .owl-nav {
	position: absolute;
	right: 10%;
	margin: 0 !important;
	bottom: 2%;
	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: #d51116;
	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: #d51116;
	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: 700;
	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: 37px;
	 text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}
.carousel-item:focus .num {
	color: #d51116;
}	
 .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: #d51116;
	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: 700;
	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/travelbooking.png");
}
.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/delhi.png");
}
.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/trip.png");
}
.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: #d51116;
	color: #FFFfff;
	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;
	color: #d51116;
}
/*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: #d51116;
	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: 700;
	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: #d51116;
	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: #d51116;
	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); */
}
.w-card{
	width: 570px !important;
	height: fit-content;
}
.taxt-c{
	padding: 20px;
	text-align: left;
}
.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: #d51116;
	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: 700;
	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;
}
.get_btn a:hover{
	background: #d51116 !important;
    border: 2px solid #d51116 !important;
    color: #FFF !important;
}
.shop_now_btn .contct_btn {
	background: #d51116;
	color: #FFFFFF;
	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;
	color: #d51116;
}
/*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: #d51116;
}
.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: #d51116;
}
.footer-widget ul li {
	margin-bottom: 12px;
	list-style: none;
}
.footer-widget ul li a:hover{
  color: #d51116;
}
.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: #d51116;
	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: #d51116;
	font-weight: 500;
	text-transform: uppercase;
}
.copyright-text {
	border-top: 1px solid #333;
	padding: 20px 0px;
}
.copyright-area {
	background: #151414;
	text-align: center;
}


.tab-btn {
	background: none;
	font-family: 'Jost', sans-serif;
    border: 1px solid #ddd;
	font-weight: 500;
	text-transform: uppercase;
    padding: 21px 48px;
    transition: all 0.3s ease;
    border-radius: 40px;
    color:#fff;
  }
  .tab-btn:hover{
	background-color: #d51116;
	color: #fff;
  }
  .tab-btn.active {
	background-color: #d51116;
	color: #fff;
	border: 1px solid #d51116;
	border-radius: 50px;
  }
  .content-section {
	display: none;
  }
  .content-section.active {
	display: block;
  }




/*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: #d51116;
	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:#d51116;
	-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: #d51116;
	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;
}
@media only screen and (max-width: 600px) {
	.carousel-item .title{
		font-size: 16px;
	}
  }
/* #Progress
================================================== */