

@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
====================================================================

***/
@import url('https://fonts.cdnfonts.com/css/roboto?styles=14394,14402,14400,14401,14395,14393,14399,14398,14396,14397,14403,14404');
@import url('https://fonts.cdnfonts.com/css/open-sans?styles=17414,20530,169189,17411,169190,17412,17413,17415,17416,17407,17408,17409,17410,20531,20532');

.slider-one{
	position:relative;
	border:25px solid var(--white-color);
}

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

.slider-one .slider-one_pagination .swiper-pagination-bullet{
	position: relative;
	opacity: 1;
	width:auto;
	height:auto;
	display: block;
	background: none;
	font-weight: 600;
	line-height: 36px;
	text-align: right;
	font-size: 26px;
	opacity:0.60;
	padding-right: 0px;
	color: var(--white-color);
	margin: 35px 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;
font-family: 'Roboto', sans-serif;;
}

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

.slider-one .slider-one_pagination .swiper-pagination-bullet::after{
	position: absolute;
	content: '';
	left: -5px;
	top: 14px;
	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: 26px;
}

.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;
	overflow:hidden;
	padding:305px 0px 160px;
}

.slider-one_image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity: 0;
	overflow:hidden;
	border-radius:40px;
	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-one_image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.30;
	background-color: #0000008c;
	/* background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 0) 100%); */
}

.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;
	max-width:820px;
}

.slider-one_content-inner{
	position:relative;
}

.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: rgba(0, 13, 255, 0);
	background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

.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{
	margin-top: 20px;
	font-weight:700;
	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-one_heading span{
	color: transparent;
	font-weight:800;
font-family: 'Roboto', sans-serif;;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.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_arrow{
	position:absolute;
	content:'';
	right:35%;
	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(--main-color);
	background-color: var(--main-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: rgba(0, 13, 255, 1);
	background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

/* Slider Socials Box */

.slider-one_socials{
	position: absolute;
	left: 5px;
	bottom: -15px;
	z-index: 1;
	padding: 25px 30px;
    transform-origin: 8% 45%;
	transform: rotate(-90deg);
	border-radius: 0px 50px 50px 0px;
	background-color: rgba(var(--white-color-rgb), 0.05);
}

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

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

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

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

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

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

.slider-one_options .button a:hover{
	color:var(--main-color);
}

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

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

.slider-one_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-one_reviews{
	position:relative;
	font-weight:800;
	font-size:26px;
	color:var(--main-color);
font-family: 'Roboto', sans-serif;;
}

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

/*** 

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

***/

.clients-one{
	position:relative;
}

.clients-one .auto-container{
	position:relative;
	max-width:1910px;
}

.clients-one .inner-container{
	position:relative;
	padding:40px 80px;
	border-radius:100px 100px;
	background-color:#EEEEEE;
}

.clients-one_title{
	position:relative;
	font-size:16px;
	line-height:24px;
	margin-top: 6px;
	color:var(--black-color);
}

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

.clients-one .client-image img{
	position:relative;
	margin:0 auto;
	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;
}

.clients-one .client-image img:hover{
	opacity:0.50;
}

/*** 

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

***/

.about-one{
	position:relative;
	padding:140px 0px 60px;
}

.about-one_vector{
	position:absolute;
	left:0px;
	top:150px;
	width:459px;
	height:447px;
	background-repeat:no-repeat;
}

.about-one_pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height:1510px;
	background-position:right top;
	background-repeat:no-repeat;
}

.about-one_pattern-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height: 1622px;
	background-position:right center;
	background-repeat:no-repeat;
}

.about-one_years{
	position:relative;
	margin-top:60px;
	margin-left:45px;
}

.about-one_text{
	position:relative;
	font-size:20px;
	line-height:34px;
	color:#666666;
	max-width:440px;
	margin-top:40px;
}

.about-one_text span{
	position:relative;
	font-weight:600;
	color:var(--black-color);
}

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

.about-one_image{
	position:relative;
	border-radius:30px;
	overflow:hidden;
	display:inline-block;
	opacity: 0;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

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

.about-one_image-two{
	position:relative;
	border-radius:30px;
	overflow:hidden;
	margin-left:-172px;
	margin-top:-45px;
	display:inline-block;
}

/* About One Carousel */

.about-one_carousel{
	position:relative;
	margin-left: 60px;
	margin-top: 10px;
	max-width:301px;
}

.review-block_one{
	position:relative;
}

.review-block_one-quote{
	position:relative;
}

.review-block_one-text{
	position:relative;
	margin-top:40px;
	font-size:16px;
	font-weight:500;
	color:#666666;
	line-height:28px;
	max-width:301px;
	margin-bottom:25px;
}

.review-block_one-info{
	position:relative;
	font-size:32px;
	font-weight:500;
	padding-left:90px;
	color:var(--main-color);
}

.review-block_one-info i{
	position:absolute;
	left:0px;
	top:18px;
}

.review-block_one-info strong{
	position:relative;
	font-weight:700;
	font-size:24px;
	line-height: 32px;
	padding-left:30px;
	display:block;
	color:var(--black-color);
	border-left:3px solid var(--white-color);
}

.review-block_one-info span{
	position:relative;
	font-size:16px;
	display:block;
}

/*** 

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

***/

.marketing-one{
	position: relative;
	overflow: hidden;
	padding: 40px 0px 100px;
}

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

.marketing-one h1{
	font-size: 156px;
	line-height: 1em;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	color: rgba(var(--color-three-rgb), 1);
font-family: 'Roboto', sans-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;
}

.marketing-one h1:hover{
	background: linear-gradient(to right, #020dff, #bf15ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marketing-one.style-two{
	padding-top:0px;
}

/*** 

====================================================================
	Achieve One
====================================================================

***/

.achieve-one{
	position: relative;
	padding: 125px 0px 400px;
}

.achieve-one .sec-title{
	margin-left:300px;
}

.achieve-one_vector{
	position:absolute;
	left:15px;
	top:0px;
	right:15px;
	bottom:0px;
	background-position:left center;
	background-repeat:no-repeat;
}

.achieve-one_vector-two{
	position:absolute;
	left:15px;
	top:0px;
	right:15px;
	bottom:20px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.achieve-one_bg{
	position:absolute;
	left:15px;
	top:0px;
	right:15px;
	bottom:0px;
	border-radius: 50px;
	background-size:cover;
}

.achieve-one_counter{
	position:relative;
	margin-left:250px;
	border:1px solid rgba(255, 255, 255, 0.25);
	border-bottom:none;
	border-right:none;
}

.counter-one_column{
	position:relative;
}

.counter-one_column:last-child{
	border-right:none;
}

.counter-one_inner{
	position:relative;
	padding:40px 50px;
	border-right:1px solid rgba(255, 255, 255, 0.25);
	border-bottom:1px solid rgba(255, 255, 255, 0.25);
}

.counter-one_inner:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	height:0%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.counter-one_inner:hover::before{
	top:0px;
	opacity:1;
	height:100%;
}

.counter-one_text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:26px;
	font-weight:700;
	min-height:52px;
	margin-bottom:10px;
}

.counter-one_count{
	position:relative;
	color:#ffffff;
	font-size:80px;
	font-weight:700;
	line-height:1em;
}

/*** 

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

***/

.video-one{
	position:relative;
}

.video-one.style-two{
	margin-top:100px;
}

.video-one.style-two .video-box{
	margin-top:0px;
}

.video-one_bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.video-one .video-box{
	margin-top:-315px;
}

.video-box{
	position:relative;
}

.video-box .video-image{
	position:relative;
	margin:0px;
	overflow: hidden;
	border-radius:60px;
	border:20px solid var(--white-color);
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
	overflow:hidden;
	border-radius:40px;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	line-height: 45px;
	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;
}

.video-box .overlay-box span{
	position: absolute;
	width:230px;
	height: 230px;
	left:150px;
    bottom:-100px;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:50px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	line-height:190px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	border:20px solid var(--white-color);
	background-color: rgba(0, 13, 255, 1);
	box-shadow:0px 20px 20px rgba(0,0,0,0.15);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:230px;
	height: 230px;
    -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, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -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-box .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-box .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);}
}

/*** 

====================================================================
	Process One
====================================================================

***/

.process-one{
	position:relative;
	padding:200px 0px 120px;
}

.process-one.style-two{
	padding-bottom:0px;
}

.process-one .step-block_one:nth-child(2){
	
	top:30px;
}

.process-one .step-block_one:nth-child(2) .step-block_one-inner:before{
	bottom:auto;
	top:20%;
}

.process-one .step-block_one:nth-child(3){
	
	top:-160px;
}

.process-one .step-block_one:nth-child(3) .step-block_one-inner:before{
	bottom:auto;
	top:30%;
}

.process-one .step-block_one:nth-child(4){
	top:-325px;
	
}

.step-block_one:last-child .step-block_one-inner:before{
	display:none;
}

.step-block_one{
	position:relative;
}

.step-block_one-inner{
	position:relative;
	padding:65px 50px;
	border-radius:20px;
	border:2px solid #D9D9D9;
}

.step-block_one-inner:before{
    position: absolute;
    content: '';
    right: -29px;
    bottom: 60px;
    width: 30px;
    height: 90px;
    z-index: 1;
    background: url(../images/icons/curve.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.step-block_one:last-child .step-block_one-inner::before{
	display:none;
}

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

.step-block_one-inner:hover .step-block_one-bg{
	opacity:1;
}

.step-block_one-number{
	position:relative;
	font-size:16px;
}

.step-block_one-number span{
	position:relative;
	line-height:1em;
	font-weight:800;
	font-size:96px;
	background: linear-gradient(to bottom, #020dff, #bf15ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-block_one-inner:hover .step-block_one-number span{
	color:var(--black-color);
	-webkit-text-fill-color: inherit;
}

.step-block_one-inner:hover .step-block_one-heading{
	color:var(--main-color);
}

.step-block_one-heading{
	position:relative;
	font-size:26px;
	font-weight:700;
	margin-top:100px;
	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;
}

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

.process-one_content{
	position:relative;
	text-align:right;
	margin-top:-140px;
}

.process-one_button{
	position:relative;
}

.process-one_content-text{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#666666;
	margin-top:20px;
}

/*** 

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

***/

.offer-one{
	position: relative;
	overflow:hidden;
	padding: 0px 0px 220px;
}

.offer-one.style-two{
	padding-top:120px;
}

.offer-one_color{
	position:absolute;
	left:-40px;
	bottom:0px;
	width:830px;
	height:900px;
	border-radius:45px;
	background-color:#EEEEEE;
}

.offer-one_bg-color{
	position:absolute;
	right:-40px;
	width:80px;
	height:1100px;
	border-radius:50px;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.offer-one .auto-container{
	position: relative;
	max-width:1700px;
}

.step-award_box{
	position:absolute;
	right:115px;
	top:100%;
	width:345px;
	padding:25px 25px;
	border-radius:20px;
	border:10px solid var(--white-color);
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.step-award_box:before{
	position:absolute;
	content:'';
	right:25px;
	top:25px;
	width:76px;
	height:72px;
	background: url(../images/icons/award-vector.png) no-repeat;
}

.step-award_count{
	position:relative;
	font-size:64px;
	line-height:36px;
	font-weight:700;
	color:var(--white-color);
}

.step-award_subtitle{
	position:relative;
	font-size:24px;
	line-height:36px;
	font-weight:600;
	color:var(--white-color);
	text-transform:uppercase;
}

.offer-one_title{
	position: relative;
	padding-left: 120px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom:1px solid #DDDDDD;
}

.offer-one_arrow{
	position:absolute;
	right:30px;
	width:70px;
	height:70px;
	border-radius:50px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	background-color:#EEEEEE;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.offer-one_title:hover .offer-one_arrow{
	color:var(--white-color);
	background-color: rgba(0, 13, 255, 1);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.offer-one_title.active .offer-one_arrow img,
.offer-one_title:hover .offer-one_arrow img{
	fill:#ffffff;
	filter: brightness(200%);
	color:var(--white-color);
}

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

.offer-one_icon-outer{
	position:absolute;
	left:0px;
	top:10px;
}

.offer-one_icon{
	position:relative;
	width:70px;
	height:70px;
	line-height:66px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #999999;
}

.offer-one_icon:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:5px;
	bottom:5px;
	border-radius:50px;
	border:1px solid #DDDDDD;
}

.offer-one_number{
	position: absolute;
	left: 0px;
	top: 0px;
	width:23px;
	height:23px;
	z-index:1;
	font-size:12px;
	line-height:23px;
	font-weight:700;
	text-align:center;
	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:#D9D9D9;
}

.offer-one_title.active .offer-one_number,
.offer-one_title:hover .offer-one_number{
	color:var(--white-color);
	background-color: rgba(0, 13, 255, 1);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.offer-one_heading{
	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;
font-family: 'Roboto', sans-serif;;
}

.offer-one_heading a{
	position: relative;
	color: var(--black-color);
}

.offer-one_title.active .offer-one_arrow,
.offer-one_title:hover .offer-one_arrow{
	color: var(--white-color);
    background-color: rgba(0, 13, 255, 1);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.offer-one_title.active .offer-one_heading a,
.offer-one_title:hover .offer-one_heading a{
	color: var(--main-color);
}

.offer-one_tags{
	position: relative;
	margin-top:15px;
}

.offer-one_tags li{
	position: relative;
	margin-right:8px;
	display:inline-block;
}

.offer-one_tags li a{
	position: relative;
	font-size:12px;
	color:#666666;
	font-weight:600;
	padding:6px 14px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #999999;
}

.offer-one_tags li a:hover{
	color:var(--white-color);
	border-color:var(--main-color);
	background-color:var(--main-color);
}

.offer-one_image-column{
	position: relative;
}

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

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

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

.offer-one_image{
	position: absolute;
	right: 15px;
	top: 0px;
	opacity: 0;
	overflow:hidden;
	border-radius:30px;
	display: inline-block;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-transform: rotate(-5deg) translateX(0px);
    transform: rotate(-5deg) translateX(0px);
}

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

.offer-one_content-column{
	position:relative;
}

.offer-one_content-outer{
	position:relative;
	padding-top:70px;
	max-width: 720px;
	padding-left:70px;
}

/*** 

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

***/

.testimonial-one{
	position:relative;
    padding-top: 5rem;
/* margin-bottom: 3rem;
padding-bottom: 5rem; */
    margin-bottom: 0;
    padding-bottom: 0;
}

.testimonial-one_pattern-layer{
	position:absolute;
	left:0px;
	top:-300px;
	bottom:0px;
	width:732px;
	height:1376px;
	background-repeat:no-repeat;
}

.testimonial-one .sec-title{
	margin-bottom:30px;
}

.testimonial-one_talk{
	position:relative;
	font-size:32px;
	gap:25px;
	font-weight:700;
	color:var(--color-two);
}

.about-one_arrows{
	position:relative;
	width:275px;
	height:130px;
	margin-left:40px;
	margin-top:-40px;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-one_content-column{
	position:relative;
}

.testimonial-one_carousel-column{
	position:relative;
}

.testimonial-one_carousel-content{
	position:relative;
	margin-left:30px;
	border-radius:30px;
	padding:56px 60px 15px;
	background-color:#f5f5f5;
}

.testimonial-one_carousel-content:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:126px;
	height:126px;
	background: url(../images/icons/vector-1.png);
}

.testimonial-one_carousel-content:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:199px;
	height:125px;
	background: url(../images/icons/vector-2.png);
}

.testimonial-one_carousel-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:389px;
	height:238px;
	background: url(../images/icons/vector-2.png);
}

.testimonial-one_carousel-content .swiper-container{
	padding-bottom:60px;
	margin-left:-55px;
}

.testimonial-block_one{
	position:relative;
}

.testimonial-block_one-inner{
	position:relative;
	padding-left: 50px;
}

.testimonial-block_one-author{
	position:relative;
	font-size:30px;
	font-weight:700;
	padding-left:145px;
	padding-top:35px;
	min-height:120px;
	color:var(--main-color);
font-family: 'Roboto', sans-serif;;
}

.testimonial-block_one-author span{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:400;
	margin-top:15px;
	color:var(--black-color);
	font-family: 'Roboto', sans-serif;;
}

.testimonial-block_one-author_image{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:120px;
	overflow:hidden;
	border-radius:150px;
}

.testimonial-block_one-text{
	position:relative;
	font-size:24px;
	line-height:44px;
	margin-top:16px;
	color:var(--black-color);
	text-align: justify;
}

.testimonial-block_one-rating{
	position:relative;
	display:flex;
	gap:4px;
	justify-content: end;
    align-items: center;
	margin-top:70px;
	font-size:32px;
	font-weight:700;
	text-align:right;
	line-height:1em;
	color:var(--black-color);
}

.testimonial-block_one-rating span{
	position:relative;
	font-size:22px;
	color:var(--color-two);
}

.testimonial-one_arrow{
	position:absolute;
	left:0px;
	z-index:99999;
	bottom:0px;
}

.testimonial-one_carousel-prev,
.testimonial-one_carousel-next{
	position:relative;
	width:70px;
	height:70px;
	font-size:20px;
	margin:0px 1px;
	border-radius:50px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	color:var(--white-color);
	background-image: linear-gradient(180deg, #000bff, #c115ec);
	
}

.testimonial-one_carousel-prev:hover,
.testimonial-one_carousel-next:hover{
	color:var(--white-color);
	background-image: linear-gradient(180deg, var(--black-color), var(--black-color));
}

/*** 

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

***/

.team-one{
	position:relative;
	padding-bottom:130px;
}

.team-one.style-two{
	padding-top:100px;
}

.team-one_layer{
	position:absolute;
	left:0px;
	top:-200px;
	right:0px;
	bottom:0px;
	background-position:right top;
	background-repeat:no-repeat;
}

.team-one .team-one_one {
	min-height: 470px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	will-change: flex;
}
.team-one .team-one_one:hover, .team-one .team-one_one.active {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
@media (max-width: 991.98px) {
	.team-one .team-one_one {
	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) {
	.team-one .team-one_one {
	width: 100%;
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
}
}
.team-one_one {
	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);
}
.team-one_one .active .image-box .image:before {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.team-one_one .active .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
}

.team-one_one .active .content-box .cat {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}
.team-one_one .active .content-box .title {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}
.team-one_one .active .content-box .read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.team-one_one .inner-box {
	position: relative;
	overflow: hidden;
	border-radius:20px;
}
.team-one_one .inner-box:hover .image-box .image:before {
	opacity: 0.1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.team-one_one .inner-box:hover .icon {
	background-color: var(--theme-color-light);
	color: var(--theme-color-dark);
}

.team-one_one .inner-box:hover .content-box .cat {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}
.team-one_one .inner-box:hover .content-box .title {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}
.team-one_one .inner-box:hover .content-box .read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.team-one_one .image-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-one_one .image-box .image {
	position: relative;
	margin-bottom: 0;
}
.team-one_one .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;
}

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

.team-one_one .content-box{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	opacity:0;
	padding: 15px 20px;
	border-radius:12px;
	background-color:#FAFAFA;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow:0px 10px 15px rgba(0,0,0,0.20);
}

.team-one_one .inner-box:hover .content-box{
	opacity:1;
}

.team-one_one .content-box .cat {
	position: relative;
	font-weight: 400;
	color: #777777;
	display: inline-block;
	opacity: 0;
	font-size:12px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: capitalize;
}
.team-one_one .content-box .title {
	position: relative;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
	color: var(--black-color);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.team-one_one:hover .team-one_socials{
	opacity:1;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-one_socials{
	position:relative;
	margin-top:10px;
	opacity:0;
}

.team-one_socials a{
	position:relative;
	width:32px;
	height:32px;
	line-height:30px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:var(--black-color);
	background-color:var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.25);
}

.team-one_socials a:hover{
	color:var(--white-color);
	border-color:var(--main-color);
	background-color:var(--main-color);
}

@media (max-width: 991.98px) {
	.team-one_one .content-box .title {
	font-size: 30px;
}
}
.team-one_one .content-box .read-more {
	position: relative;
	width: 51px;
	height: 51px;
	line-height: 53px;
	opacity: 0;
	margin-bottom: 18px;
	border-radius: 0%;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--main-color);
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-one_one .content-box .read-more i {
	font-size: 20px;
}

.team-one_info{
	position:relative;
	font-size:16px;
	color:#666666;
	margin-top:30px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #e4e0e0;
	padding:0px 0px 0px 30px;
}

.team-one_info .team-one_info-button{
	height:54px;
	margin-left:30px;
}

/*** 

====================================================================
	Incredible One
====================================================================

***/

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

.incredible-one .sec-title{
	margin-bottom:25px;
}

.incredible-one_vector{
	position:absolute;
	right:40px;
	/* top:-80px;
	width:578px;
	height:519px; */
		top:-10px;
	width:578px;
	height:519px;
	z-index:1;
	background-repeat:no-repeat;
}

.incredible-one_bg{
	position:absolute;
	left:15px;
	top:0px;
	right:15px;
	bottom:0px;
	border-radius:50px;
	background-color: rgba(0, 13, 255, 0);
    /* background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%); */
	    background: #00022B;
}

.incredible-one_pattern{
	position:absolute;
	left:15px;
	top:0px;
	bottom:0px;
	width:551px;
	background-repeat:no-repeat;
}

.incredible-one_title{
	position:relative;
	font-size:120px;
	line-height:110px;
	font-weight:800;
	opacity:0.8;
	text-transform:uppercase;
	color: transparent;
font-family: 'Roboto', sans-serif;;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

/*** 

====================================================================
	Experiance One
====================================================================

***/

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

.experiance-one .marque-outer{
	position:relative;
	overflow:hidden;
}

.experiance-one .animation_mode{
	position:relative;
	min-height:150px;
}

.experiance-one h1{
	font-size: 158px;
	line-height: 1em;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
	color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h1.light{
	margin:0px 15px;
	font-family: 'Roboto', sans-serif;;
    -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h2{
	position: relative;
	font-size: 158px;
	line-height: 1em;
	font-weight: 800;
	color: #000000;
	margin: 30px 25px 0px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #15C1EC;
font-family: 'Roboto', sans-serif;;
	transition: -webkit-text-fill-color 0.4s ease-in-out;
}

.experiance-one h2:hover{
	-webkit-text-fill-color: #15C1EC; /* Fills the text with the color on hover */
    transition: all 0.3s ease-in-out; /* Smooth transition effect */
}

.experiance-one .animation_mode-two{
	position:relative;
	min-height:150px;
	z-index:1;
}

.experiance-one_years{
	position:relative;
	width:100%;
}

.experiance-one_years-inner{
	position:relative;
	padding:80px 70px;
	margin-top: -700px;
	border-radius:20px;
	background-color:var(--black-color);
}

.experiance-one_text{
	position:relative;
	font-weight:600;
	font-size:48px;
	line-height:60px;
	max-width: 400px;
	margin-bottom:70px;
	color:var(--white-color);
font-family: 'Roboto', sans-serif;;
}
.experiance-one_years-inner .experiance-one_button{
	z-index:9;
}

/*** 

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

***/

.news-one{
	position:relative;
	padding-bottom:90px;
}

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

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

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

.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:25px;
}

.news-block_one-date_outer{
	position: absolute;
	left: 60px;
	top: 0px;
	z-index:9;
	display:inline-block;
}

.news-block_one-date{
	position:relative;
	z-index:10;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 22px 9px;
	border-radius:50px;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: capitalize;
font-family: 'Roboto', sans-serif;;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
	outline: 5px solid var(--white-color);
	outline-offset: 0px;
}

.news-block_one-date span{
	position: relative;
	font-size:14px;
}

.news-block_one-date_outer:before{
	position: absolute;
    content: '';
    left: -37px;
    top: 0px;
    width: 60px;
    z-index: 1;
    height: 38px;
    background: url(../images/icons/shape-3.png);
    background-position: right top;
}

.news-block_one-date_outer:after{
	position:absolute;
	content:'';
	right: -37px;
    top: 0px;
	width:60px;
	height:38px;
	z-index:1;
	background:url(../images/icons/shape-4.png);
}

.news-block_one-meta{
	position: relative;
	padding:24px 30px;
}

.news-block_one-meta:before{
	position: absolute;
	content:'';
	left:0px;
	top: -30px;
	width:410px;
	height:106px;
	background:url(../images/icons/news-one_arrows.png);
}

.news-block_one-meta li{
	position: relative;
	display: inline-block;
	color: #666666;
	font-size:18px;
	padding-left: 30px;
	margin-right: 15px;
}

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

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

.news-block_one-arrow{
	position:relative;
	width:54px;
	height:54px;
	opacity:0;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	transform:rotate(90deg);
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
	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-inner:hover .news-block_one-arrow{
	transform:rotate(0deg);
	opacity:1;
}

.news-block_one-title{
	position: relative;
	text-transform: capitalize;
		font-size: 20px;
			line-height: 2.2rem;
			font-weight: 600;
}

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

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

.news-block_one-text{
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-15);
}

.news-block_one-more{
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	color: var(--color-three);
	text-transform: capitalize;
	margin-top: var(--margin-top-15);
	padding-right: var(--padding-right-25);
}

/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two{
	position:relative;
	background-color:#F5F5F5;
}

.slider-two_bg-color{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:240px;
	background-color: rgba(0, 1, 3, 1);
    background-image: linear-gradient(180deg, rgba(0, 1, 3, 1) 0%, rgba(2, 4, 72, 1) 100%);
}

.slider-two .slider-one_pagination{
	position: absolute;
	z-index: 999;
	right: 40px !important;
	left: auto !important;
	width: 60px !important;
	bottom:300px;
}

.slider-two .slider-one_pagination .swiper-pagination-bullet{
	position: relative;
	opacity: 1;
	width:50px;
	height:50px;
	display: block;
	background: none;
	font-weight: 600;
	line-height: 48px;
	font-size: 18px;
	text-align:center;
	color: var(--white-color);
	margin: 25px 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;
font-family: 'Roboto', sans-serif;;
	border:1px solid var(--white-color);
}

.slider-two .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-two .slider-one_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color:var(--white-color);
	border-color:var(--main-color);
	background-color:var(--main-color);
}

.slider-two .swiper-slide{
	position:relative;
	overflow:hidden;
	padding:320px 0px 0px;
}

.slider-two_title{
	position: relative;
	font-size: 16px;
	opacity:0;
	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: rgba(0, 13, 255, 0);
	background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

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

.slider-two_heading{
	margin-top: 20px;
	font-weight:700;
	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-two_heading span{
	color: transparent;
	font-weight:800;
font-family: 'Roboto', sans-serif;;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-two .swiper-slide-active .slider-two_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-two_content{
	position:relative;
	padding:0px 50px;
}

.slider-two_image{
	position:relative;
	margin-top:50px;
}

.slider-two_image img{
	position:relative;
	border-radius:30px;
	overflow:hidden;
}

.slider-two_socials{
	position:absolute;
	left:40px;
	bottom:530px;
	width:50px;
	height:50px;
	z-index:10;
}

.slider-two_socials a{
	position:relative;
	width:50px;
	height:50px;
	margin:8px 0px;
	font-size:18px;
	line-height:48px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color: var(--white-color);
	border:1px solid var(--white-color);
}

.slider-two_socials a:hover{
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.slider-two_shadow{
	position:absolute;
	left:0px;
	top:-50px;
	right:0px;
	bottom:0px;
	background-position:right top;
	background-repeat:no-repeat;
}

.slider-two_vector{
	position:absolute;
	top:80px;
	right:0px;
	width:459px;
	height:459px;
	background-position:right top;
	background-repeat:no-repeat;
}

.slider-two_circle{
	position:absolute;
	top:30%;
	right:90px;
	width:628px;
	height:628px;
	background-position:right top;
	background-repeat:no-repeat;
}

.slider-two_touch{
	position:absolute;
	right:80px;
	top:-100px;
	width:236px;
	height:236px;
	z-index:10;
}

.slider-two_touch:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background: url(../images/main-slider/slider-two_arrow.png) no-repeat;
}

.slider-two_touch span{
	position:relative;
	display:inline-block;
}

/*** 

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

***/

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

.counter-two_vector{
	position:absolute;
	left:0px;
	top:-150px;
	width:459px;
	height:447px;
	background-repeat:no-repeat;
}

.counter-two_vector-two{
	position:absolute;
	right:0px;
	top:-150px;
	width:459px;
	height:459px;
	background-repeat:no-repeat;
}

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

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

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

.counter-block_two-count sup{
	position: relative;
	font-size: 50px;
	margin-left:5px;
	color: var(--color-two);
}

.counter-block_two-text{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
	font-weight:700;
	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;
}

.counter-block_two-inner:hover .counter-block_two-text{
	color: var(--main-color);
}

/*** 

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

***/

.about-two{
	position:relative;
	overflow:hidden;
	padding:130px 0px 100px;
}

.about-two_shadow{
	position:absolute;
	right:-60px;
	top:-160px;
	left:0px;
	bottom:0px;
	background-position:right top;
	background-repeat:no-repeat;
}

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

.about-two_title-outer{
	position:relative;
	padding-right:10px;
}

.about-two_title{
	position:relative;
	margin-top:25px;
	color:var(--black-color);
	text-transform:capitalize;
}

.about-two_title i{
	position:relative;
	color:#666666;
}

.about-two_title span{
	position:relative;
	color:var(--color-two);
}

.about-two_title strong{
	position:relative;
	font-weight:700;
	color:var(--main-color);
}

.about-two_image-outer{
	position:relative;
	margin-top:20px;
}

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

.about-two_image:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-1px;
	width:162px;
	height:151px;
	z-index:1;
	background: url(../images/icons/vector-4.png);
}

.about-two_video{
	position:absolute;
	right:0px;
	top:-60px;
	z-index:10;
	width:147px;
	height:147px;
	text-align:center;
	border-radius:100px;
	line-height:147px;
	display:inline-block;
	color:var(--white-color);
	background-color: rgba(0, 13, 255, 1);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.about-two_video .ripple,
.about-two_video .ripple:before,
.about-two_video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:147px;
	height: 147px;
    -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,13,255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(0,13,255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(0,13,255, .3);
    -o-box-shadow: 0 0 0 0 rgba(0,13,255, .3);
    box-shadow: 0 0 0 0 rgba(0,13,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;
}

.about-two_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;
}

.about-two_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;
}

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

.about-two_image-two{
	position:relative;
	overflow:hidden;
	border-radius:30px;
	opacity: 0;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

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

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

.about-two_image-column_outer{
	position:relative;
	padding-left:30px;
}

.about-two_text{
	position:relative;
	font-size:20px;
	color:#444444;
	line-height:36px;
	margin-top:35px;
	margin-bottom:35px;
}

/* Skills Section */

.default-skills{
	position:relative;
}

.default-skill-item{
	position:relative;
	margin-bottom:40px;
}

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

.default-skill-title{
	position:relative;
	font-weight:700;
	font-size:22px;
	margin-bottom:15px;
	color:var(--black-color);
	text-transform:capitalize;
font-family: 'Roboto', sans-serif;;
}

.default-skill-bar{
	position:relative;
	width:100%;
	height:16px;
	border-radius:50px;
}

.default-skill-bar:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-8px;
	right:0px;
	height:16px;
	border-radius:50px;
	background-color:#D9D9D9;
}

.default-bar-inner{
	position:relative;
	width:100%;
	height:16px;
	overflow:hidden;
	border-radius:50px;
}

.default-bar{
	position:absolute;
	left:0px;
	top:0px;
	height:16px;
	width:0px;
	border-radius:50px;
	background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
	-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);
}

.about-two_button{
	position:relative;
	margin-top:60px;
}

/*** 

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

***/

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

.services-one .sec-title{
	z-index:99;
	display:inline-block;
}

.services-one .services-carousel_pagination{
	position:absolute;
	right:0px;
	top:20px;
	z-index:99;
	bottom: auto;
	text-align:right;
}

.services-one .services-carousel_pagination .swiper-pagination-bullet{
	position:relative;
	width:20px;
	height:20px;
	opacity:1;
	margin:0px 8px;
	border-radius:50px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:var(--white-color);
}

.services-one .services-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.services-one .services-carousel_pagination .swiper-pagination-bullet:hover{
	background-color:var(--color-two);
}

.services-one .swiper-container{
	overflow:visible;
	padding-top:110px;
	margin-top:-100px;
}

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

.services-one .inner-container:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	bottom:0px;
	width:200%;
	z-index:10;
	background-color:#001e53;
}

.services-one_bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:50px;
	overflow:hidden;
	background-size:cover;
}

.services-one_pattern{
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
	width:459px;
	height:446px;
	background-repeat:no-repeat;
}

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

.service-block_one-inner{
	position:relative;
	border-radius:50px;
	overflow:hidden;
	padding:25px 30px 45px;
	background-color:#002361;
}

.service-block_one-inner:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	opacity:0;
	width:162px;
	height:151px;
	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: url(../images/icons/vector-5.png);
}

.service-block_one-icon{
	position:relative;
	width:100px;
	height:100px;
	text-align:center;
	line-height:105px;
	border-radius:50px;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
       background-color: rgb(73 85 215);
    background-image: linear-gradient(180deg, rgb(86 79 207) 0%, rgb(7 119 252) 100%);
}

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

.service-block_one-heading{
	position:relative;
	margin-top:45px;
	text-transform:capitalize;
}

.service-block_one-heading a{
	position:relative;
	color:var(--white-color);
	    font-size: 20px;
}

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

.service-block_one-arrow{
	position:absolute;
	right:5px;
	top:5px;
	width:88px;
	height:88px;
	z-index:1;
	opacity:0;
	text-align:center;
	line-height:88px;
	border-radius:50px;
	display:inline-block;
	transform: rotate(90deg);
	background-color:var(--white-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block_one-inner:hover .service-block_one-arrow{
	opacity:1;
	transform: rotate(0deg);
}

.service-block_one-inner:hover::before{
	opacity:1;
}

.services-one .services-one_animate-outer{
	position:relative;
	overflow:hidden;
}

.services-one .animation_mode{
	position:relative;
	min-height:150px;
	margin-top:20px;
	overflow:hidden;
}

.services-one .animation_mode h1{
    position: relative;
    font-size: 158px;
    line-height: 1em;
    font-weight: 800;
    color: #000000;
    margin: 30px 25px 0px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #15C1EC;
  font-family: 'Roboto', sans-serif;;
}

.gallery-one_triangle{
	position:absolute;
	right:100px;
	top:-280px;
	width:511px;
	height:511px;
	z-index:10;
	background-repeat:no-repeat;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one{
	position:relative;
	padding:130px 0px 130px;
}

.gallery-one.style-two{
	padding-bottom:0px;
}

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

.gallery-block-one{
	position:relative;
	margin-bottom:30px;
}

.gallery-block-one_inner{
	position:relative;
	overflow:hidden;
}

.gallery-block-one_inner:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:115px;
	height:114px;
	z-index:20;
	background: url(../images/icons/project-vector.png);
}

.gallery-block_one-image{
	position:relative;
	border-radius:40px;
	overflow:hidden;
	background-color:var(--black-color);
}

.gallery-block-one_inner.blank{
	background:none;
	visibility: hidden;
}

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

.gallery-block-one_inner:hover .gallery-block_one-image img{
	opacity:0.80;
	transform:scale(1.05,1.05);
}

.gallery-block-one_inner:hover .gallery-block_one-overlay{
	opacity:1;
}

.gallery-block_one-overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 10;
	opacity:0;
    pointer-events: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block_one-designation{
	position:relative;
	font-size:14px;
	font-weight:600;
	letter-spacing:0.5px;
	display:inline-block;
	color:var(--main-color);
	text-transform:uppercase;
	padding:10px 20px 5px 20px;
	border-radius:15px 15px 0px 0px;
	background-color:var(--white-color);
}

.gallery-block-one_title{
	position:relative;
	font-weight:700;
	text-transform:capitalize;
	font-size: 18px;
}

.gallery-block-one_title a{
	position:relative;
	padding:8px 17px 15px 20px;
	display:inline-block;
	color:var(--black-color);
	border-radius:0px 15px 15px 15px;
	background-color:var(--white-color);
}

.gallery-block-one_title a:hover{
	color:var(--main-color);
}

.gallery-block_one-arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	width:70px;
	height:70px;
	z-index:30;
	border-radius:50px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	background-color:var(--black-color);
}

.gallery-block-one_inner:hover .gallery-block_one-arrow{
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.gallery-block_one-hand{
	position:absolute;
	right:0px;
	top:100px;
}

.gallery-one_button{
	position:relative;
	padding-top:30px;
}

/*** 

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

***/

.faq-one{
	position:relative;
	z-index:1;
	padding:80px 0px 80px;
	    margin-top: 50px;
}

.faq-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:40px;
	background-color:#F8DBFF;
}

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

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

.faq-one_images-outer{
	position:relative;
	text-align:right;
	padding-right:50px;
}

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

.faq-one_image{
	position:relative;
	border-radius:350px;
	display:inline-block;
}

.faq-one_image img{
	position:relative;
	overflow:hidden;
	border-radius:350px;
}

.faq-one_image::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(to bottom, #ffffff, #C115EC);
    border-radius: 360px; /* Slightly larger for a smooth effect */
}

.faq-one_image-two{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
	border-radius:350px;
	display:inline-block;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.faq-one_image-two img{
	position:relative;
	overflow:hidden;
	border-radius:350px;
	height: 350px;
}

.faq-one_image-two::before {
	position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(to bottom, #030fff, #ffffff);
    border-radius: 360px; /* Slightly larger for a smooth effect */
}

/*** 

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

***/

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

.accordion-box .block{
	position: relative;
	border-radius:50px;
	margin-bottom:20px;
	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:500;
	font-size:20px;
	padding:20px 55px 20px 30px;
	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: 'Roboto', sans-serif;;
}

.accordion-box .block .acc-btn.active{
	color:var(--main-color);
}

.accordion-box .block .icon-outer{
	position:absolute;
	right: 12px;
    top: 8px;
	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:48px;
	text-align:center;
	border-radius:50px;
	display: inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	transform:rotate(-90deg);
}

.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:34px;
	font-size:18px;
    color:#444444;
}

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

/*** 

====================================================================
	Offer Two
====================================================================

***/

.offer-two{
	position: relative;
	margin-top:-40px;
	padding: 160px 0px 130px;
	background-color:#00022B;
}

.offer-two.alternate{
	margin-top:0px;
}

.offer-two_bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:no-repeat;
}

.offer-two .inner-container{
	position:relative;
	gap:30px;
	text-align:center;
	justify-content: center;
}

.offer-two .offer-block_one{
	position:relative;
	width:18%;
}

.offer-block_one{
	position:relative;
}

.offer-block_one-inner{
	position:relative;
	padding:75px 30px;
	border-radius:150px;
	text-align:center;
	display:block;
	overflow:hidden;
	background-color:var(--black-color);
}

.offer-block_one-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	transform:scale(0.1,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;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

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

.offer-block_one-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	display:block;
}

.offer-block_one-icon{
	position:relative;
	width:100px;
	height:100px;
	display:block;
	margin:0 auto;
	line-height:100px;
	border-radius:50px;
	background-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;
}
.offer-block_one-inner:hover .offer-block_one-icon{
	transform: rotate(360deg);
}
.offer-block_one-arrow{
	position:relative;
	margin:35px 0px;
}

.offer-block_one-title{
	position:relative;
	color:var(--white-color);
	  font-family: 'Roboto', sans-serif;;
}

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

/*** 

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

***/

.price-one{
	position: relative;
	padding: 130px 0px 130px;
}

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

.price-one .pricing-tabs .price-block_one{
	transform:rotateY(90deg);
}

.price-one .pricing-tabs .tabs-content .tab.active-tab .price-block_one{
	transform:rotateY(0deg);
}

.pricing-tabs{
	position:relative;
	z-index:2;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.pricing-tabs .buttons-outer{
	text-align:center;
}

.pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:50px;
	margin-top:20px;
	display:inline-block;
	border:3px solid var(--color-two);
	background-color:var(--white-color);
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#111111;
	font-size:20px;
	font-weight:700;
	float:left;
	cursor:pointer;
	padding:17px 48px;
	border-radius:0px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color: var(--color-two);
}

.price-block_one{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}

.price-block_one-inner{
	position:relative;
	padding:50px 40px;
	overflow:hidden;
	border-radius:45px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	border:3px solid var(--color-two);
	background-color:var(--white-color);
}

.price-block_one-inner:hover{
	border-color:#00022A;
}

.price-block_one.active .price-block_one-icon img,
.price-block_one-inner:hover .price-block_one-icon img{
	fill: #ffffff;
    filter: invert(100%);
}

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

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

.price-block_one.active .price-block_one-inner{
	border-color:#00022A;
}

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

.price-block_one-bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.price-block_one.active .price-block_one-bg{
	opacity:1;
}

.price-block_one-inner:hover  .price-block_one-bg{
	opacity:1;
}

.price-block_one-icon{
	position:absolute;
	right:35px;
	top:35px;
}

.price-block_one-subtitle{
	position:relative;
	font-size:24px;
	font-weight:700;
	color:var(--main-color);
	text-transform:uppercase;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-subtitle,
.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,
.price-block_one-inner:hover .price-block_one-list li{
	color:var(--white-color);
}

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

.price-block_one-title{
	position:relative;
	font-size:36px;
	font-weight:700;
	margin-top:30px;
	color:var(--black-color);
	text-transform:capitalize;
  font-family: 'Roboto', sans-serif;;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:26px;
	margin-top:20px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-price{
	position:relative;
	font-weight:700;
	margin-top:20px;
	font-size:68px;
	line-height:1em;
	color:var(--black-color);
	text-transform:capitalize;
  font-family: 'Roboto', sans-serif;;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

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

.price-block_one-list li{
	position:relative;
	padding-left:40px;
	font-size:16px;
	color:#666666;
	padding-top:5px;
	margin-bottom:20px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

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

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

.price-block_one-btn{
	position:relative;
	margin-top:40px;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    padding: 18px 40px;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
   font-family: 'Roboto', sans-serif;;
    background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

.price-block_one-btn:hover{
	color: var(--white-color);
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

/*** 

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

***/

.news-two{
	position:relative;
	padding-top: 50px;
	padding-bottom:70px;
}

.news-two_bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:-150px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.news-two_vector{
	position:absolute;
	left:10%;
	bottom:18%;
	width:388px;
	height:376px;
	background-repeat:no-repeat;
}

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

.news-two_images-outer{
	
}

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

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

.news-two_blocks-outer{
	position:relative;
}

/*** 

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

***/

.slider-three{
	position:relative;
}

.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 .swiper-pagination-bullet{
	position: relative;
	opacity: 1;
	width:auto;
	height:auto;
	display: block;
	background: none;
	font-weight: 600;
	line-height: 36px;
	text-align: right;
	font-size: 26px;
	opacity:0.60;
	padding-right: 0px;
	color: var(--white-color);
	margin: 35px 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;
	  font-family: 'Roboto', sans-serif;;
}

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

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

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

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

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

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

.slider-three .swiper-slide{
	position:relative;
	overflow:hidden;
	padding:300px 0px 230px;
}

.slider-three_image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity: 0;
	overflow:hidden;
	border-radius:0px 0px 40px 40px;
	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.10;
	background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

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

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

.slider-three_content-inner{
	position:relative;
}

.slider-three_title{
	position: relative;
	font-size: 72px;
	font-weight: 700;
	margin-bottom:40px;
	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: 'Roboto', sans-serif;;
}

.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:128px;
	margin-top: 20px;
	font-weight:800;
	margin-bottom:20px;
	color: var(--white-color);
	text-transform: uppercase;

	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_heading span{
	color: transparent;
	font-weight:800;
	text-transform:capitalize;
  font-family: 'Roboto', sans-serif;;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.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_subtitle{
	font-size:27px;
	margin-top: 20px;
	font-weight:700;
	margin-bottom:20px;
	line-height:30px;
	color: var(--white-color);
	text-transform: capitalize;
  font-family: 'Roboto', sans-serif;;
	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_subtitle{
	-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_text{
	font-size:16px;
	margin-top: 20px;
	font-weight:400;
	margin-bottom:30px;
	line-height:30px;
	max-width:660px;
	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: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three .slider-three_button{
	position: relative;
	gap: 25px;
	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-three .slider-three_button .theme-btn{
	padding:16px 34px;
}

.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_options{
	position:absolute;
	left:0px;
	bottom:-47px;
	z-index:10;
	border-radius:150px;
	border:2px solid var(--color-two);
}

.slider-three_authors{
	position:relative;
	display:flex;
	gap:25px;
	border-radius:100px;
	padding:20px 20px;
	align-items:center;
	background-color:var(--color-four);
}

.slider-three_authors ul{
	position:relative;
	display:flex;
	margin-left:20px;
}

.slider-three_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-three_reviews{
	position:relative;
	font-weight:800;
	font-size:26px;
	color:var(--black-color);
	  font-family: 'Roboto', sans-serif;;
}

.slider-three_reviews span{
	position:relative;
	font-weight:600;
	font-size:16px;
}

/*** 

====================================================================
	Employer One
====================================================================

***/

.empower-one{
	position:relative;
	padding:70px 0px 100px;
}
.empower-shape-image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}
.empower-one.style-two{
	padding-top:110px;
}

.empower-one .sec-title{
	margin-bottom:0px;
}

.empower-one .auto-container{
	max-width:1500px;
}

.empower-one .empower-block_one{
	position:relative;
	width:19.8%;
	padding:0px 10px;
	display:inline-block;
}

.empower-one .empower-block_one:nth-child(2),
.empower-one .empower-block_one:nth-child(4){
	transform:translateY(70px);
}

.empower-one .empower-block_one:nth-child(3){
	transform:translateY(140px);
}

/* Empower Block One */

.empower-block_one{
	position:relative;
}

.empower-block_one-inner{
	position:relative;
	padding:10px 10px;
	border-radius:30px;
	border:3px solid var(--color-two);
	background-color:#fff;
}
.empower-block_one .empower-block_one-inner:hover{
	background-color:var(--black-color);
}

.empower-block_one-image{
	position:relative;
	overflow:hidden;
	border-radius:25px;
}

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

.empower-block_one-image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:78px;
	height:76px;
	z-index:1;
	background: url(../images/icons/vector-6.png);
}
.empower-block_one-inner:hover .empower-block_one-image:before{
	background: url(../images/icons/vector-6-1.png);
}
.empower-block_one-icon{
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	height:50px;
	z-index:2;
	padding:12px 12px;
	border-radius:50px;
	display:inline-block;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.empower-block_one-content{
	position:relative;
	padding:25px 10px 20px;
}

.empower-block_one-title{
	position:relative;
	font-weight:700;
	text-transform:capitalize;
}

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

.empower-block_one-title a:hover{
	color:var(--main-color);
}

.empower-block_bg{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	height:119px;
}

.empower-one .lower-box{
	position:relative;
	margin-top:180px;
}

.empower-block_one-text{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:var(--black-color);
}
.empower-block_one-inner:hover .empower-block_one-title a,
.empower-block_one-inner:hover .empower-block_one-text{
	color:var(--white-color);
}
.empower-one_button{
	position:relative;
	margin-top:30px;
}

/*** 

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

***/

.about-three{
	position:relative;
	overflow:hidden;
	border-radius:50px;
	padding:5rem 0px 50px;
	background-color:#e6e9f1;
	margin:0px 20px;
	    margin-top: 50px;
}

.about-three_shadow{
	position:absolute;
	left:0px;
	top:-220px;
	right:0px;
	bottom:0px;
	background-position:right top;
	background-repeat:no-repeat;
}

.about-three_title-column{
	position:relative;
}

.about-three_title-outer{
	position:relative;
	padding-right:72px;
}

.about-three_content{
	position:relative;
	padding-left:0;
}
.abouts_contents {
    padding-left: 140px;
}
.about-three_experiance{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height: 260px;
	border-radius:50px;
	text-align:center;
	padding:40px 10px;
	color:var(--white-color);
}

.about-three_experiance strong{
	position:relative;
	display:block;
	font-size:48px;
	line-height:48px;
	  font-family: 'Roboto', sans-serif;;
}

.about-three_experiance span{
	position: relative;
    font-size: 16px;
    line-height: 28px;
    transform: rotate(90deg);
    display: block;
    width: 135px;
    text-align: left;
    font-weight:700;
	transform-origin: 20% 72%;
}

.about-three_title{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:30px;
	color:var(--main-color);
  font-family: 'Roboto', sans-serif;;
}

.about-three_text{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-top: 15px;
    text-align: left;
    font-weight: 500;
}

.about-three_button{
	position:relative;
	margin-top:35px;
}

.about-three_image-column{
	position:relative;
}

.about-three_image-outer{
	position:relative;
	padding-right:20px;
	margin-left:-50px;
}

.about-three_image{
	position:relative;
	overflow:hidden;
	border-radius:40px;
}

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

.about-three_image-two{
	position:absolute;
	right:-80px;
	bottom:0px;
	overflow:hidden;
	border-radius:26px;
}

.about-three_authors{
	position:relative;
	display:flex;
	gap:25px;
	margin-top:50px;
	margin-left:30px;
}

.about-three_authors ul{
	position:relative;
	display:flex;
	margin-left:20px;
}

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

.about-three_reviews{
	position:relative;
	font-weight:800;
	font-size:30px;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

.about-three_reviews span{
	position:relative;
	font-weight:600;
	font-size:16px;
}

.about-three .animation_mode{
	position:relative;
	min-height:150px;
	margin-top:0px;
}

.about-three .animation_mode h1{
    position: relative;
    font-size: 158px;
    line-height: 1em;
    font-weight: 800;
    color: #000000;
    margin: 30px 25px 0px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #15C1EC;
  font-family: 'Roboto', sans-serif;;
}

/*** 

====================================================================
	Gallery Two
====================================================================

***/

.gallery-two{
	position:relative;
	overflow:hidden;
padding-top: 4rem;
    padding-bottom: 2rem;
}

.gallery-two .swiper-container{
	overflow:visible;
}

/*** 

====================================================================
	Inspire One
====================================================================

***/

.inspire-one{
	position:relative;
	overflow:hidden;
	padding:25px 0px;
}

.inspire-one.alternate{
	padding-bottom:120px;
}

.inspire-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:22px;
	right:0px;
	height:100px;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(-90deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.inspire-one .animation_mode{
	position:relative;
	min-height:100px;
	transform:rotate(2deg);
	background-color:var(--black-color);
}

.inspire-one .animation_mode h1{
    position: relative;
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
    margin: 35px 25px 0px;
    display: inline-block;
    text-transform: uppercase;
	color: var(--white-color);
  font-family: 'Roboto', sans-serif;;
}
.inspire-one .animation_mode h1:hover{
	color: var(--main-color);
}

/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two{
	position:relative;
	padding:120px 0px 120px;
}

.clients-two.style-two{
	padding-top:40px;
	    padding-bottom: 50px;
}

.clients-two .inner-container{
	position:relative;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-radius:15px;
	border:1px solid transparent;
	border-bottom:0px;
}

.clients-two .column{
	position:relative;
	width:20%;
	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 #AAAAAA;
	    background: #fff;
	/* border-bottom:1px solid #AAAAAA; */
}

.clients-two .column:nth-child(5n + 0){
	border-right:none;
}

.clients-two .client-image{
	position:relative;
}

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

.clients-two .client-image:hover img{
	opacity:0.50;
}

/*** 

====================================================================
	Business One
====================================================================

***/

.business-one{
	position:relative;
	overflow:hidden;
	padding:130px 0px 85px;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.business-one_vector{
	position:absolute;
	right:1%;
	top:4%;
	width:406px;
	height:365px;
	background-repeat:no-repeat;
}

.business-one_vector-two{
	position:absolute;
	right:1%;
	bottom:4%;
	width:438px;
	height:406px;
	background-repeat:no-repeat;
}

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

.business-one_video-outer{
	position:relative;
	margin-left:-180px;
	margin-right:180px;
}

.business-one_video{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	border:12px solid var(--white-color);
}

.business-one_video img{
	position:relative;
	width:100%;
}

.business-one_play{
	position:absolute;
	right:-80px;
	top:100px;
	z-index:10;
	width:160px;
	height:160px;
	text-align:center;
	border-radius:100px;
	line-height:140px;
	display:inline-block;
	color:var(--white-color);
	border:12px solid var(--white-color);
	background-color: rgba(0, 13, 255, 1);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.business-one_play .ripple,
.business-one_play .ripple:before,
.business-one_play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:160px;
	height: 160px;
    -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,13,255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(0,13,255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(0,13,255, .3);
    -o-box-shadow: 0 0 0 0 rgba(0,13,255, .3);
    box-shadow: 0 0 0 0 rgba(0,13,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;
}

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

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

.business-one_video-bg{
    position: absolute;
    right: -305px;
    top: -162px;
    bottom: -120px;
    width: 200%;
    background: url(../images/background/video-shape.png);
    background-position: right top;
    background-repeat: no-repeat;
}


.business-one_content{
	position:relative;
	padding-left:165px;
	margin-left:100px;
}
.business-one_content-outer .news-one_button{
	margin-left: 140px;
	margin-top: 80px;
}
.business-one_certified{
	position:absolute;
	left:0px;
	top:0px;
}

.business-one_list{
	position:relative;
}

.business-one_list li{
	position:relative;
	display:block;
	font-size:16px;
	list-style:disc;
	margin-bottom:12px;
	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;
}
.business-one_content .business-one_list li:hover{
	font-weight:700;
}

.business-one_video-content{
	position:relative;
	font-size:15px;
	text-align:right;
	margin-top:-80px;
	margin-right:-180px;
	color:var(--white-color);
}

.business-one_video-content div{
	position:relative;
	text-align:left;
	display:inline-block;
}

.business-one_video-content span{
	position:relative;
	display:block;
	font-size:32px;
	font-weight:700;
	margin-top:15px;
	line-height:32px;
}

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

/*** 

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

***/

.testimonial-two{
	position:relative;
	padding:145px 0px 120px;
}

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

.testimonial-two .swiper-container{
	padding-bottom:70px;
}

.testimonial-two_pattern-layer{
	position:absolute;
	left:0px;
	top:-300px;
	bottom:0px;
	width:732px;
	height:1376px;
	background-repeat:no-repeat;
}

.testimonial-two_arrows{
	position:absolute;
	left:120px;
	top:-70px;
	width:168px;
	height:75px;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-two .sec-title .right-box{
	position:relative;
}

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

.testimonial-two_rating-outer{
	position:relative;
	border-radius:30px;
	padding:35px 50px 50px;
	background-color:#FBEDFF;
}

.testimonial-two_rating{
	position:relative;
	font-size:128px;
	font-weight:700;
	line-height:1em;
	text-align:center;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

/* Testimonial Two Authors */

.testimonial-two_authors{
	position:relative;
	display:flex;
	gap:20px;
	margin-top:25px;
	align-items:center;
}

.testimonial-two_authors ul{
	position:relative;
	display:flex;
	margin-left:20px;
}

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

.testimonial-two_reviews{
	position:relative;
	font-weight:600;
	font-size:16px;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

.testimonial-two_title{
	position:relative;
	text-align:center;
	margin-top:30px;
	color:var(--black-color);
}

.testimonial-two_button{
	position:relative;
}

.testimonial-two_title-button{
	position:relative;
	text-align:center;
	margin-top:35px;
}

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

.testimonial-two_carousel-outer{
	position:relative;
	border-radius:30px;
	padding:40px 50px 0px;
	background-color:#F5F5F5;
	background-position:center top;
	background-repeat:repeat-x;
}

.testimonial-two_carousel-outer:before{
	position:absolute;
	content:'';
	left:49%;
	top:40px;
	bottom:0px;
	width:12px;
	height:317px;
	background: url(../images/icons/testimonial-two_devider.png) no-repeat;
}

.testimonial-two_carousel-outer:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:234px;
	height:80px;
	transform:translateX(-50%);
	background: url(../images/background/pattern-24.png) no-repeat;
}

/* Arrows */

.testimonial-two_arrow{
	position:absolute;
	left:50%;
	width:150px;
	z-index:99999;
	bottom:0px;
	transform:translateX(-50%);
}

.testimonial-two_carousel-prev,
.testimonial-two_carousel-next{
	position:relative;
	width:50px;
	height:50px;
	font-size:20px;
	margin:0px 1px;
	border-radius:50px;
	line-height:50px;
	text-align:center;
	display:inline-block;
	color:var(--white-color);
	background-color:rgb(47 99 229);
}

.testimonial-two_carousel-prev:hover,
.testimonial-two_carousel-next:hover{
	color:var(--white-color);
	background-color:var(--main-color);
}

/* Testimonial Block Two */

.testimonial-block_two{
	position:relative;
}

.testimonial-block_two-inner{
	position:relative;
	padding-right:40px;
}

.testimonial-block_two-author{
	position:relative;
	font-size:24px;
	font-weight:700;
	padding-left:120px;
	padding-top:25px;
	min-height:120px;
	margin-top:25px;
	text-align:right;
	color:var(--main-color);
  font-family: 'Roboto', sans-serif;;
}

.testimonial-block_two-author span{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:400;
	margin-top:15px;
	color:var(--black-color);
	  font-family: 'Roboto', sans-serif;;
}

.testimonial-block_two-author_image{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:150px;
}

.testimonial-block_two-text{
	position:relative;
	font-size:19px;
	line-height:36px;
	color:var(--black-color);
}

.testimonial-block_two-rating{
	position:relative;
	display:flex;
	gap:4px;
    margin-top:20px;
	font-size:32px;
	font-weight:700;
	text-align:right;
	line-height:1em;
	align-items: center;
	color:var(--black-color);
}

.testimonial-block_two-rating span{
	position:relative;
	font-size:22px;
	color:var(--color-two);
}

.testimonial-block_two.alternate .testimonial-block_two-inner{
	padding-left:30px;
}

.testimonial-block_two.alternate .testimonial-block_two-author_image{
	left:auto;
	right:0px;
}

.testimonial-block_two.alternate .testimonial-block_two-author{
	text-align:left;
	padding-left:0px;
	padding-right:120px;
}

.testimonial-block_two.alternate .testimonial-block_two-inner{
	padding-right:0px;
}

.testimonial-block_two.alternate .testimonial-block_two-rating{
	display:flex;
	justify-content:end;
}

/*** 

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

***/

/* Arrows */

.gallery_carousel_arrows{
	    position: absolute;
    left: 50%;
    width: 150px;
    z-index: 99999;
    bottom: 0px;
    transform: translateX(-50%);
}

.gallery_carousel_prev-arrow,
.gallery_carousel_next-arrow{
	position:relative;
	    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0px 1px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: rgb(255 255 255);
    background-color: rgb(15 70 230);
    box-shadow: 0 0 3px 2px #ddd;
}
.gallery_carousel_prev-arrow {
    position: absolute;
    /* width: 83%; */
    left: 0%;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    z-index: 999999;
}
.gallery_carousel_next-arrow {
    position: absolute;
    /* top: 0; */
    left: 50%;
    overflow: hidden;
    /* float: right; */
    /* right: 0; */
    bottom: 0px;
}
.gallery_carousel_next-arrow:hover,
.gallery_carousel_prev-arrow:hover{
	color:var(--white-color);
	background-color:var(--main-color);
}
.services_carousel_arrows{
	position:relative;
 left:50%;
	width:150px;
	z-index:99999;
	bottom:45%;
	transform:translateX(-50%);
}
.services-carousel-arrow-prev,
.services-carousel-arrow-next{
	position:relative;
	    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0px 1px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: rgb(255 255 255);
    background-color: transparent;
    box-shadow: 0 0 3px 2px #ddd;
}
.services-carousel-arrow-prev {
      position: absolute;
    /* width: 83%; */
    left: 0%;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    z-index: 999999;
}
.services-carousel-arrow-next {
    position: absolute;
    /* top: 0; */
    left: 50%;
    overflow: hidden;
    /* float: right; */
    /* right: 0; */
    bottom: 0px;
}
.services-carousel-arrow-next:hover,
.services-carousel-arrow-prev:hover{
	color:var(--white-color);
	background-color:var(--main-color);
}
/*****/

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

.team-two.style-two{
	padding-top:200px;
}

.team-two_shadow{
	position:absolute;
	left:0px;
	top:-180px;
	right:0px;
	bottom:0px;
	background-position:right center;
	background-repeat:no-repeat;
}

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

.team-two .inner-container:before{
	position:absolute;
	content:'';
	left: -40px;
    top: -55px;
	width:227px;
	height:484px;
	/* background: url(../images/background/arrow.png) no-repeat; */
}

.team-two_border-layer{
	position:absolute;
	right:200px;
	top:-190px;
	width:160px;
	height:750px;
	border-radius:100px;
	transform:rotate(-45deg);
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

/* Team Block Three */

@media(min-width:1400px){
	.team-block_two{
	position:relative;
	    width: 75%;
    margin: 0 auto;
}
.team-block_two-content {
    position: relative;
    padding-top: 50px;
    max-width: 80%;
}
.team-block_two-inner {
    position: relative;
    min-height: 400px;
    padding-left: 297px;
}
.team-block_two-image {
    max-width: 18rem;
}
}

.team-block_two-inner{
	position:relative;
	min-height:430px;
	padding-left:338px;
}

.team-block_two-inner:before{
	position:absolute;
	content:'';
	left:120px;
	top:30px;
	right:80px;
	bottom:30px;
	border-radius:300px;
	background-color:#00022A;
}

.team-block_two-image{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	padding:15px 15px;
	border-radius:50%;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
	max-width: 20rem;
}

.team-block_two-image img{
	position:relative;
	overflow:hidden;
	border-radius:50%;
}

.team-block_two-content{
	    position: relative;
    padding-top: 50px;
    max-width: 85%;
}

.team-block_two-designation{
	position:relative;
	font-size:16px;
	color:rgb(61 178 248);
}

.team-block_two-title{
	position: relative;
    font-weight: 600;
    margin-top: 0px;
    color: var(--white-color);
    font-size: 20px;
}

.team-block_two-text{
	position: relative;
        font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    color: var(--white-color);
    text-align: left;
}

.team-block_two-socials{
	position:relative;
	margin-top:30px;
	z-index:10;
	display: inline-block;
}

.team-block_two-socials a{
	position:relative;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
}

.team-block_two-socials a:hover{
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.team-two .thumbs-column{
	position:absolute;
	right:0px;
	top:-50px;
	max-width:500px;
	width:100%;
}

.team-two .thumbs-column .testimonial__nav-thumb {
    position: relative;
    max-width: 240px; /* Keep fixed width */
    height: auto;
    overflow: hidden;
    cursor: pointer;
    border-radius: 250px;
    border: 20px solid var(--white-color);
	box-shadow:0px 0px 20px rgba(0,0,0,0.30);
}

.team-two .thumbs-column .testimonial__nav-thumb.swiper-slide-thumb-active{
	z-index:10;
	border-color:var(--color-two);
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(3),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4){
	margin-top:-40px;
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(2),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4){
	margin-left:-40px;
}

.testimonial__nav .swiper-wrapper {
	padding: 20px 0px;
    transform: none !important; /* Stop unwanted movement */
    display: grid !important; /* Force 2x2 grid */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0px; /* Adjust spacing */
    justify-content: center;
    align-items: center;
}

.team-two_title{
	position: absolute;
    font-size: 24px;
	left: 220px;
    top: -50px;
    font-weight: 700;
    color: var(--color-two);
}

.team-two_lower-box{
	position:relative;
	gap:30px;
	margin-top:20px;
	margin-left:170px;
}

.team-two_phone{
	position:relative;
	font-weight:700;
	font-size:18px;
	color: var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

/*** 

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

***/

.contact-one{
	position:relative;
	padding-top:110px;
}

.contact-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:50px;
	background-color:#00022B;
	margin: 0px 20px;
}

.contact-one_shadow{
	position:absolute;
	left:20px;
	top:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	border-radius:50px;
	background-position:left top;
	background-repeat:no-repeat;
}

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

.contact-one_form-outer{
	position:relative;
	padding:40px 80px 150px 40px;
	border-radius:30px 30px 0px 0px;
	background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_form-outer:before{
	position:absolute;
	content:'';
	left:-35px;
	top:-45px;
	right:35px;
	bottom:0px;
	border-radius:30px 30px 0px 0px;
	background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_vector{
	position:absolute;
	right:20px;
	top:20px;
	width:467px;
	height:466px;
	background-repeat:no-repeat;
}

.contact-one_form-title-box{
	position:relative;
	margin-bottom:35px;
}

.contact-one_form-title{
	position:relative;
	font-size:48px;
	line-height:58px;
	color:var(--white-color);
}

.contact-one_form-text{
	position:relative;
	font-size:16px;
	line-height:26px;
	margin-top:15px;
	color:var(--white-color);
}

/* Default Form */

.default-form{
	position:relative;
}

.default-form .form-group{
	margin-bottom:35px;
}

.default-form .form-group label{
	position: relative;
	font-size: 16px;
	display:block;
	font-weight:600;
	margin-bottom: 0px;
	padding-left:25px;
	color: var(--white-color);
}

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

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

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

.default-form .form-group .theme-btn{
	padding:20px 48px;
	margin-top:15px;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:150px;
	resize:none;
	font-size: 16px;
	line-height:26px;
	padding:20px 20px;
	border-radius: 0px;
	color:var(--color-two);
	border:1px solid rgba(var(--black-color-rgb), 0.08);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:var(--white-color);
}

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

.contact-one_info-outer{
	position:relative;
	padding-left:30px;
}

.contact-one_info{
	position:relative;
	z-index:1;
	margin-top: 60px;
}

.contact-one_info li{
	position:relative;
	padding-left:80px;
	font-size:16px;
	margin-bottom:60px;
	color:var(--white-color);
}

.contact-one_info li span{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.contact-one_info li strong{
	position:relative;
	display:block;
	font-size:24px;
	font-weight:600;
	margin-bottom:10px;
	color:var(--white-color);
  font-family: 'Roboto', sans-serif;;
}

.contact-one_info li a{
	position:relative;
	font-size:16px;
	margin:2px 0px;
	display:inline-block;
	color:var(--white-color);
}

.contact-one_side-image{
	position:absolute;
	right:40px;
	bottom:0px;
}

/*** 

====================================================================
	News Three
====================================================================

***/

.news-three{
	position:relative;
	padding-top:110px;
}

.news-three.alternate{
	padding-bottom:110px;
}

.news-three_shadow{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:-80px;
	z-index:-1;
	overflow:hidden;
	background-position:left center;
	background-repeat:no-repeat;
}

.news-block_two{
	position:relative;
	z-index:1;
}

.news-block_two:last-child .news-block_two-inner{
	border-bottom:2px solid rgba(var(--black-color-rgb), 0.20);
}

.news-block_two-inner{
	position:relative;
	padding:20px 30px 20px 30px;
	border-top:2px solid rgba(var(--black-color-rgb), 0.20);
}

.news-block_two-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	bottom:0px;
	opacity: 0;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	transition:all 1200ms ease;
	background-color:var(--white-color);
	border-left:10px solid var(--color-two);
}

.news-block_two-inner:hover::before{
	width:100%;
	opacity:1;
}

.news-block_two-content{
	position:relative;
	z-index:2;
}

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

.news-block_two-meta li{
	position:relative;
	font-weight:700;
	margin-right:20px;
	display:inline-block;
}

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

.news-block_two-meta li a{
	position:relative;
	font-size:16px;
	color:var(--black-color);
}

.news-block_two-meta li:last-child a{
	color:var(--color-two);
}

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

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

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

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

.news-block_two-arrow a{
	position:relative;
	width:80px;
	height:80px;
	border-radius:50px;
	line-height:80px;
	text-align:center;
	display:inline-block;
	background-color:var(--black-color);
}

.news-block_two-inner:hover .news-block_two-arrow a{
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.news-block_two-hover{
	width: 328px;
	height: 456px;
	position: absolute;
	top: -155px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 75%;
	opacity: 0;
	border-radius:30px;
	border:5px solid var(--color-two);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	margin: -100px 0 0 -150px;
	pointer-events: none;
}

.news-block_two-inner:hover .news-block_two-hover {
	opacity:1;
}

/*** 

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

***/

.cta-one{
	position:relative;
	padding-top:120px;
	z-index:10;
}

.cta-one.style-two{
	padding-top:0px;
}

.cta-one .inner-container{
	position:relative;
	padding:50px 95px;
	border-radius:150px;
	border:2px solid var(--color-two);
	background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(223, 248, 255, 1) 100%);
}

.cta-one_title{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:var(--black-color);
}

.cta-one_heading{
	position:relative;
	margin-top:10px;
}

.cta-one .theme-btn{
	padding:20px 50px;
}

/***

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

***/

.page-title{
	position:relative;
	overflow: hidden;
	text-align: center;
	padding:29rem 0px 25px;
}

.page-title_big-title{
	position:absolute;
	left:70px;
	bottom:90px;
	z-index:10;
	color: transparent;
    font-weight: 800;
	font-size:100px;
    text-transform: uppercase;
  font-family: 'Roboto', sans-serif;;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.40);
}

.page-title_bg-image{
	position:absolute;
	left:20px;
	top:20px;
	right:20px;
	bottom:0px;
	overflow:hidden;
	border-radius:50px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.page-title_bg-image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.70;
	background-color:#00022ac2;
}

.page-title h1{
	color:var(--white-color);
	text-transform:capitalize;
	    font-size: 40px;
    position: relative;
    bottom: 110px;
	line-height: 3.5rem;
}

.page-title .bread-crumb{
	position: relative;
	margin-top:110px;
}

.page-title .bread-crumb li{
	position: relative;
	font-weight:500;
	font-size: 18px;
	margin-right: 15px;
	padding-right: 15px;
	display:inline-block;
	color:var(--white-color);
	text-transform:uppercase;
}

.page-title .bread-crumb li:first-child::before{
	position: absolute;
	right: -6px;
	top:-2px;
    content: ":";
	font-size: 22px;
	font-family: 'Font Awesome 6 Free';
}

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

/***

====================================================================
	Error One
====================================================================

***/

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

.error-one_heading{
	position:relative;
	font-weight:800;
	font-size:400px;
	line-height:1em;
	display:inline-block;
  font-family: 'Roboto', sans-serif;;
	background: linear-gradient(to top, #020dff, #bf15ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-one_heading span{
	position:relative;
	font-size:120px;
	line-height:1em;
	display:inline-block;
	transform:rotate(-90deg);
	transform-origin: 36% -15%;
	  font-family: 'Roboto', sans-serif;;
	background: linear-gradient(to top, #020dff, #bf15ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

/*** 

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

***/

.project-detail{
	position:relative;
	padding:130px 0px 0px;
	    padding: 70px 0px 0px;
		    background: #fff;
}

.project-detail_image{
	position:relative;
	overflow:hidden;
	border-radius:50px;
	margin-bottom:30px;
}

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

.project-detail_info{
	position:relative;
	margin-top:80px;
	display:flex;
	margin-bottom:80px;
	border-radius:25px;
	border:1px solid rgba(var(--black-color-rgb), 0.20);
}

.project-detail_info li{
	position:relative;
	padding:25px 25px;
	width:20%;
	font-size:16px;
	flex-wrap:wrap;
	color:#666666;
	border-right:1px solid rgba(var(--black-color-rgb), 0.20);
}

.project-detail_info li span{
	position:relative;
	display:block;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

.project-detail_info li:last-child{
	border:none;
}

/* Project Detail Lists */

.project-detail_lists{
	position:relative;
}

.project-detail_lists li{
	position:relative;
	font-size:24px;
	font-weight:400;
	margin-bottom:40px;
	padding-left:50px;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

.project-detail_lists li:before{
	position:absolute;
	content:'';
	left:0px;
	top:-3px;
	width:32px;
	height:32px;
	background: url(../images/icons/check-1.png);
}

.project-detail_gallery{
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}

.project-detail .no-marging{
	margin-bottom:0px;
}

/***

====================================================================
	Coming Soon
====================================================================

***/

.coming-soon{
	position:relative;
	display:block;
	text-align: center;
}

.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: #00022A;
	margin:0 15px 20px;
	  font-family: 'Roboto', sans-serif;;
}

.time-counter .time-countdown .counter-column:nth-child(2){
	background-color: #C115EC;
}

.time-counter .time-countdown .counter-column:nth-child(3){
	background-color: #000000;
}

.time-counter .time-countdown .counter-column:nth-child(4){
	background-color: #000DFF;
}

.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;	
}
input[type=file]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
  transition: 1s;
}

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
.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(--main-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(--main-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(--main-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(--main-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(--main-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(--main-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(--main-color);
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: var(--main-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(--main-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%;
}

/***

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

***/

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

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

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

/* Sidebar Title */

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

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

/* 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: 17px;
    z-index: 1;
    padding: 10px 10px 10px 10px;
	font-weight:700;
	border-radius:50px;
	color: #000;
	text-transform: capitalize;
  font-family: 'Roboto', sans-serif;;
	background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(-90deg,  rgb(102 89 203) 0%, rgb(52 98 225) 100%);
	/* -webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease; */
}
.category-list li.resp-tab-active a:before {
    content: '';
    background:transparent;
}
.category-list li a:hover::before{
	opacity:0;
}

.category-list li a:before{
	position: absolute;
	content:'';
	left:3px;
	top:3px;
	right:3px;
	bottom:3px;
	z-index:-1;
	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-color:var(--white-color);
}

.category-list li span{
	position: absolute;
	left: 10px;
	top:10px;
	width:50px;
	height:50px;
	padding:12px 12px;
	border-radius:50px;
	display:inline-block;
	background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(-90deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

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

.category-list li a:hover{
	color: var(--white-color) !important;
	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-color:#FBEDFF;
	    font-size: 24px;
    line-height: 2.2rem;
}

.rating-widget_rating{
	position:relative;
	font-size:128px;
	font-weight:700;
	line-height:1em;
	text-align:center;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

/* Rating Widget Authors */

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

.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(--black-color);
  font-family: 'Roboto', sans-serif;;
}

.rating-widget_title{
	position:relative;
	text-align:center;
	margin-top:30px;
	color:var(--black-color);
}

.rating-widget_button{
	position:relative;
}

.rating-widget_title-button{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.service-detail{
	position:relative;
}

.service-detail_inner{
	position:relative;
}

.service-detail_image{
	position:relative;
	overflow:hidden;
	border-radius:30px;
}

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

.service-detail_tag{
	position:absolute;
	left:80px;
	bottom:0px;
	font-size:20px;
	font-weight:700;
	padding:15px 35px;
	border-radius:20px 20px 0px 0px;
  font-family: 'Roboto', sans-serif;;
	background-color:var(--white-color);
}

.service-detail_tag span{
	position:relative;
	background: linear-gradient(to right, #020dff, #bf15ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-detail_title{
	position:relative;
	margin-top:40px;
	margin-bottom:20px;
	color:var(--black-color);
}

.service-detail_text{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:28px;
	margin-bottom:25px;
}

.service-detail_subtitle{
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	color:var(--black-color);
}

.service-detail_list{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:26px;
}

.service-detail_list li{
	position:relative;
	margin-bottom:15px;
	padding-left:45px;
}

.service-detail_list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	width:26px;
	height:26px;
	background: url(../images/icons/service-arrow-2.svg);
}

.service-detail_list-two{
	position:relative;
	margin-bottom:20px;
}

.service-detail_list-two li{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-bottom:12px;
	padding-left:20px;
}

.service-detail_list-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:6px;
	height:6px;
	border-radius:50px;
	background-color: #666666;
}

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

/*** 

====================================================================
	Team Three
====================================================================

***/

.team-three{
	position:relative;
	padding:90px 0px 80px;
}

/* Team Block Three */

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

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

/*.team-block_three-image{*/
/*	position:relative;*/
/*	overflow:hidden;*/
/*	border-radius:50%;*/
/*	padding:25px 25px;*/
/*	outline: 8px solid var(--white-color);*/
/*	outline-offset: -26px;*/
/*	background-color: rgba(0, 13, 255, 1);*/
/*    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);*/
/*	    width: 298px;*/
/*    margin: 0 auto;*/
/*}*/

.team-block_three-image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    padding: 1rem 1rem 1rem 1rem;
    width: 298px;
    padding-left: 1rem;
    margin: 0 auto;
    box-shadow: 0 0 0 2px #2e63e4;
    margin-bottom:1rem;
}

.team-block_three-image img{
	position:relative;
	overflow:hidden;
	width:100%;
	border-radius:50%;
	    height: 268px;
    object-fit: cover;
    object-position: unset;
}

.team-block_three-content {
    position: relative;
    padding: 25px;
    text-align: center;
    background: #f3fdff;
    text-align: justify;
    box-shadow: 3px 1px 7px 4px #f5f5f5;
}

.team-block_three-designation{
	position:relative;
	font-size:16px;
	color:var(--color-two);
}

.team-block_three-title{
	position:relative;
	font-weight:700;
	color:var(--black-color);
	font-size: 23px;
}

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

.team-block_three-title a:hover{
	position:relative;
	color:var(--color-two);
}

.team-block_three-designation{
	position: relative;
    font-size: 16px;
    opacity: 0.60;
    margin-top: 0px;
    color: rgb(19 63 253);
    margin-bottom: 10px;
    font-weight: 800;
}

.team-block_three-socials{
	position:absolute;
	left:0px;
	right:0px;
	bottom:-25px;
	z-index:10;
	opacity:0;
	text-align:center;
	display: block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-socials{
	opacity:1;
	bottom:50px;
}

.team-block_three-socials a{
	position:relative;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
}

.team-block_three-socials a:hover{
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

.team-block_three-layer{
	position:absolute;
	left:17px;
	top:20px;
	right:17px;
	bottom:15px;
	z-index:1;
	opacity:0;
	overflow:hidden;
	border-radius:50%;
	background-position:center bottom;
	background-repeat:repeat-x;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-layer{
	opacity:1;
}

/*** 

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

***/

.team-detail{
	position:relative;
	padding:120px 0px 100px;
}

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

.team-detail_image{
	position:relative;
	border-radius:20px;
	overflow:hidden;
	border:4px solid var(--color-two);
}

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

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

.team-detail_content{
	position:relative;
	padding-left:30px;
}

.team-detail_designation{
	position:relative;
	font-size:20px;
	color:#777777;
	text-transform:capitalize;
}

.team-detail_title{
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
	color:var(--black-color);
}

.team-detail_text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:28px;
	margin-bottom:25px;
}

.team-detail_info{
	position:relative;
}

.team-detail_info li{
	position:relative;
	display:block;
	font-size:16px;
	color:#666666;
	margin-bottom:35px;
}

.team-detail_info li span{
	position:relative;
	display:block;
	font-size:20px;
	margin-bottom:10px;
	font-weight:700;
	color:var(--black-color);
	  font-family: 'Roboto', sans-serif;;
}

.team-detail .lower-box{
	position:relative;
	margin-top:80px;
}

.team-detail .lower-box h3{
	position:relative;
	margin-bottom:25px;
}

/*** 

====================================================================
	Team Tabs Style
====================================================================

***/

.team-tabs{
	position:relative;
	margin-top:30px;
}

.team-tabs .tab-btns{
	position:relative;
}

.team-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	color: #151515;
	line-height:24px;
	cursor:pointer;
	font-weight:500;
	padding:13px 36px;
	font-size:16px;
	margin-right:10px;
	transition:all 500ms ease;
	text-transform:capitalize;
	background-color:#F5F5F5;
	border-radius:50px;
}

.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: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

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

.team-detail_subtext{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:28px;
	margin-top:-15px;
	margin-bottom:25px;
}

/* Contact Form */

.contact-form{
	position:relative;
}

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

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

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	line-height:28px;
	padding:10px 30px;
	font-weight:400;
	font-size: 16px;
	background:none;
	color:#666666;
	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: #fff;
    border: 2px solid rgb(193 21 236 / 16%);
}

.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 .theme-btn{
	padding:20px 48px;
	margin-top:10px;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:130px;
	resize:none;
	color:#666666;
	font-size: 16px;
	line-height:26px;
	padding:20px 20px;
	border-radius: 25px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	    border: 2px solid rgb(193 21 236 / 16%);
}

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

/*** 

====================================================================
	News Four
====================================================================

***/

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

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.news-four .styled-pagination{
	margin-top: 40px;
}

.styled-pagination{
	position:relative;
}

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

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:60px;
	height:60px;
	width:60px;
	font-size:16px;
	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(--white-color);
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	height:60px;
	width:60px;
	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(--main-color);
	background-color:var(--main-color);
}

/* News Block Three */

.news-block_three{
	position: relative;
	z-index: 2;
	margin-bottom: 80px;
}

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

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

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

.news-block_three-date_outer{
	position: absolute;
	right: 60px;
	top: 0px;
	z-index:9;
	display:inline-block;
}

.news-block_three-date{
	position:relative;
	z-index:10;
	font-size: 32px;
	font-weight: 700;
	padding: 15px 22px 9px;
	border-radius:50px;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
	outline: 5px solid var(--white-color);
	outline-offset: 0px;
}

.news-block_three-date span{
	position: relative;
	font-size:14px;
}

.news-block_three-date_outer:before{
	position: absolute;
    content: '';
    left: -37px;
    top: 0px;
    width: 60px;
    z-index: 1;
    height: 38px;
    background: url(../images/icons/shape-3.png);
    background-position: right top;
}

.news-block_three-date_outer:after{
	position:absolute;
	content:'';
	right: -37px;
    top: 0px;
	width:60px;
	height:38px;
	z-index:1;
	background:url(../images/icons/shape-4.png);
}

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

.news-block_three-content:before{
	position: absolute;
	content:'';
	left:0px;
	top: -50px;
	right:0px;
	height:266px;
	background:url(../images/icons/news-three_arrows.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.news-block_three-meta li{
	position: relative;
	display: inline-block;
	color: #666666;
	font-size:18px;
	padding-left: 30px;
	margin-right: 15px;
}

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

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

.news-block_three-arrow{
	position:absolute;
	left:30px;
	bottom:30px;
	width:54px;
	height:54px;
	opacity:0;
	z-index:10;
	padding:15px 0px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	transform:rotate(90deg);
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
	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_three-arrow img{
	width:auto;
	margin:0 auto;
	padding:17px 0px;
}

.news-block_three-inner:hover .news-block_three-arrow{
	transform:rotate(0deg);
	opacity:1;
}

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

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

.news-block_three-title a:hover{
	color: var(--main-color);
}

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

/* Search Widget */

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

.sidebar .search-box .form-group input:focus + button{
	background-color: var(--main-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:#F5F5F5;
}

.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: rgba(0, 13, 255, 1);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
}

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

/* Post Widget */

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

.post-widget .post{
	position: relative;
	margin-bottom: 35px;
	padding-bottom:25px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

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

.post-widget .post .thumb{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius:20px;
}

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

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

.post-widget .post h4{
	position:relative;
	margin-top:15px;
	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(--main-color);
}

.post-widget .post .post-date{
	position: absolute;
	left:25px;
	top:0px;
	display: block;
	font-weight:400;
	font-size: 12px;
	padding:5px 20px;
	display: inline-block;
	color:var(--black-color);
	text-transform:capitalize;
	border-radius:0px 0px 10px 10px;
	background-color:var(--white-color);
}

/* Category List */

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

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

.category-list_two li a{
	position: relative;
	display: block;
	font-size: 18px;
	z-index:1;
	padding:24px 25px 24px 40px;
	font-weight:700;
	border-radius:50px;
	color: var(--black-color);
	text-transform: capitalize;
  font-family: 'Roboto', sans-serif;;
	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;
}

.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: rgba(0, 13, 255, 1);
    background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
	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;
	color: #666666;
	font-weight: 400;
	border-radius: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: capitalize;
	border:1px solid rgba(var(--black-color-rgb), 0.20);
}

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

/* Blog Detail */

.blog-detail{
	position:relative;
	z-index:1;
}

.news-detail_inner{
	position:relative;
}

.news-detail_content{
	position:relative;
}

.blog-detail_image{
	position:relative;
	overflow:hidden;
	border-radius:30px;
	    border: 1px solid #cccccc;
}

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

.news-detail_inner:hover .blog-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);
}

.news-detail_inner:hover .blog-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);
}

.blog-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:20px 30px;
	margin-bottom:30px;
}

.blog-detail_content:before{
	position: absolute;
	content:'';
	left:0px;
	top:-50px;
	right:0px;
	bottom:0px;
	border-radius:15px 15px 15px 15px;
	 border:1px solid #cccccc;
 border-top:none;
}

.blog-detail_date_outer{
	position: absolute;
	right: 60px;
	top: 0px;
	z-index:9;
	display:inline-block;
}

.blog-detail_date{
	position:relative;
	z-index:10;
	font-size: 32px;
	font-weight: 700;
	padding: 15px 22px 9px;
	border-radius:50px;
	letter-spacing: 2px;
	color: var(--white-color);
	text-transform: capitalize;
	  font-family: 'Roboto', sans-serif;;
	background-color: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
	outline: 5px solid var(--white-color);
	outline-offset: 0px;
}

.blog-detail_date span{
	position: relative;
	font-size:14px;
}

.blog-detail_date_outer:before{
	position: absolute;
    content: '';
    left: -37px;
    top: 0px;
    width: 60px;
    z-index: 1;
    height: 38px;
    background: url(../images/icons/shape-3.png);
    background-position: right top;
}

.blog-detail_date_outer:after{
	position:absolute;
	content:'';
	right: -37px;
    top: 0px;
	width:60px;
	height:38px;
	z-index:1;
	background:url(../images/icons/shape-4.png);
}

.blog-detail_meta{
	position: relative;
}

.blog-detail_meta li{
	position: relative;
	display: inline-block;
	color: #666666;
	font-size:18px;
	padding-left: 30px;
	margin-right: 15px;
}

.blog-detail_meta li .icon{
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 1em;
	color: var(--main-color);
}

.blog-detail_meta li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}

.blog-detail_title{
	position: relative;
	margin-top:10px;
	text-transform: capitalize;
}

.blog-detail_title a{
	position: relative;
	color: var(--black-color);
}

.blog-detail_title a:hover{
	color: var(--main-color);
}

.blog-detail_text{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
	color:#000;
	text-align: left;
}

.blog-detail blockquote{
	position:relative;
	padding:34px 30px;
	border-radius:20px;
	margin-top:30px;
	margin-bottom:30px;
	background-color: #f3fdff;
    box-shadow: 2px 1px 6px 6px #ece6e678;
}

.blog-detail blockquote .blockquote-inner{
	position:relative;
	padding-left:0;
	font-size:20px;
	line-height:30px;
	padding-top:5px;
	color:var(--black-color);
  font-family: 'Roboto', sans-serif;;
}

.blog-detail blockquote:before{
	position:absolute;
	content:'';
	left:-6px;
	top:-6px;
	bottom:40px;
	width:60%;
	z-index:-1;
	border-radius:20px;
	    background-image: linear-gradient(90deg, rgb(44 99 228) 0%, rgb(113 87 199) 100%);
}

.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: rgba(0, 13, 255, 1);
    background-image: linear-gradient(90deg, rgba(0, 13, 255, 1) 0%, rgb(62 181 248) 100%);
}

.blog-detail blockquote i{
	position:relative;
	display:block;
	/* text-align:right; */
	font-size:16px;
	font-weight:700;
	color:var(--main-color);
}

.blog-detail_gallery{
	position:relative;
	margin-top:30px;
}

.blog-detail_image-two{
	position:relative;
	overflow:hidden;
	border-radius:20px;
	margin-bottom:25px;
}

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

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

.post-share-options strong{
	position:relative;
	font-size:24px;
	margin-right:20px;
	color:var(--black-color);
	  font-family: 'Roboto', sans-serif;;
}

.post-share-options a{
	position: relative;
    padding: 8px 20px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid rgba(var(--black-color-rgb), 0.20);
}

.post-share-options a:hover{
	color:var(--white-color);
	border-color:var(--main-color);
	background-color:var(--main-color);
}

.social-links_title{
	position:relative;
	font-size:24px;
	margin-right:20px;
	color:var(--black-color);
	font-family: 'Roboto', sans-serif;;
}

.blog-detail .social-links{
	position:relative;
}

.blog-detail .social-links a{
	position:relative;
	font-size:16px;
	margin-left:5px;
	color:var(--black-color);
}

.blog-detail .social-links a:hover{
	color:var(--color-two);
}



.blog-author-post{
	position: relative;
	margin-top: 30px;
}

.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:5px;
}

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

.blog-author-post_socials li a:hover{
	color:var(--main-color);
}

/* More Posts */

.blog-more_posts{
	position: relative;
	margin-top: 60px;
	padding:25px 0px;
	margin-bottom: 30px;
	border-top:1px solid rgba(var(--black-color-rgb), 0.10);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.10);
}

.blog-more_posts .more-posts{
	position: relative;
}

.blog-more_posts .prev-posts{
	position: relative;
	min-height: 120px;
	padding-left: 160px;
}

.blog-more_posts .prev-posts .post-image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	overflow: hidden;
}

.blog-more_posts h6{
	font-weight: 700;
	color: var(--black-color);
}

.blog-more_posts .title{
	position: relative;
	color: var(--black-color);
	text-transform: capitalize;
}

.blog-more_posts .prev-posts .text{
	position: relative;
	font-size: 16px;
	color:#666666;
	line-height:26px;
}

.blog-more_posts .next-posts{
	position: relative;
	text-align: right;
	min-height: 120px;
	padding-right: 160px;
}

.blog-more_posts .next-posts .post-image{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 140px;
	overflow: hidden;
}

.blog-more_posts .date{
	position: relative;
	font-size: 16px;
	color:#666666;
	line-height:26px;
	margin-bottom:10px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

 .sidebar-page-container .comments-area{
	position:relative;
	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: 'Roboto', sans-serif;;
}

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

.sidebar-page-container .comments-area .comment-box .reply-btn:hover{
	color:var(--white-color);
	background-color: var(--main-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: 'Roboto', sans-serif;;
}

.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:54px;
	border-radius:50px;
	font-size:14px;
	color:var(--color-six);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--white-color);
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder{
	color:var(--color-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(--main-color);
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	font-size:14ox;
	color:var(--color-six);
	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);
}

.comment-form .theme-btn{
	padding:17px 40px;
}

/*** 

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

***/

.contact-two{
	position:relative;
	padding:120px 0px 80px;
}

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

.contact-two .inner-container{
	position:relative;
	border-radius:20px;
	padding:100px 100px 50px;
	background-color:var(--white-color);
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.contact-info_box{
	position:relative;
	margin-top:80px;
}

.contact-info_box .contact-info_text{
	position:relative;
	margin-top:15px;
}

.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(--main-color);
	font-family: 'Font Awesome 6 Free';
	border:2px solid var(--main-color);
}

.contact-info_block-inner h4{
	margin:15px 0px 10px;
	color:var(--black-color);
}

/*** 

====================================================================
	Map One
====================================================================

***/

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

.map-one iframe{
	width: 100%;
	height: 450px;
	border-radius: 20px;
}

/*** 

====================================================================
	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(--main-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(--main-color);
}

/*** 

====================================================================
	Contact Three
====================================================================

***/

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

/* 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(--main-color);
}

/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#848484;
	font-size:16px;
	font-weight:400;
	margin-top:10px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
	margin-top:10px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:var(--black-color);
	font-size:16px;
	font-weight:400;
	width:auto;
	text-align:left;
}

.range-slider-one .ui-widget.ui-widget-content{
	height:5px;
	border:none;
	margin-bottom:35px;
	background-color:#cccccc;
	border-radius:0px;
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:5px;
	background:var(--black-color);
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-9px;
	width:22px;
	height:22px;
	border:4px solid var(--white-color);
	background:var(--main-color);
	border-radius:0px;
	cursor:pointer;	
}

.range-slider-one .theme-btn{
	padding:10px 24px;
	border-radius:0px;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
	position:relative;
	padding-top:40px;
	padding-left:150px;
	min-height:155px;
	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(--main-color);
	text-decoration:underline;
}

.sidebar .related-posts .post .price{
	font-size:18px;
	letter-spacing:1px;
	font-weight:400;
	margin-top: 5px;
	color:var(--color-two);
}

/* 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(--main-color);
}

/* Shop Item */

.shop-item{
	position:relative;
	margin-bottom:10px;
}

.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:var(--color-three);
}

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

.shop-item .inner-box .image img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	padding:4px 0px 6px;
}

.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(--main-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 .button-box .theme-btn{
	padding: 14px 30px;
    letter-spacing: 0px;
    font-size: 14px;
}

.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(--color-two);
	background-color: var(--color-two);
}

/*** 

====================================================================
	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(--main-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(--color-two);
}

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

.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: 40px;
}

.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(--main-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(--main-color);
	border-color:var(--main-color);
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:var(--main-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(--main-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(--main-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(--main-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(--main-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;
	padding:20px 44px;
}

.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);
	    background: #ffffffa1; */
}

.register-one h3{
	position: relative;
	margin-bottom: 20px;
	color: var(--black-color);
}

.faq-two{
	position:relative;
	padding-top:110px;
}

/*--style--*/

img.logo.img-fluid{
	    max-width: 7rem;
    padding: 0px !important;
}
ul.last-ul {
    column-count: 2;
}
.slider-one_heading {
    font-size: 50px;
    line-height: 4.4rem;
}
.foot.logo {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white-color);
	line-height: 34px;
    font-size: 30px;

}
.info.footer-three_text {
    margin-bottom: 10px;
}
ul.link.footer-three_list {
    column-count: 2;
}
img.foot.img-fluid
 {
    max-width: 2rem;
	    padding-right: 0.4rem;
}
p.main-footer__copyright {
    color: #fff;
}
.copyright a.tech-footer {
    color: #fff;
}
.across.sec-title_heading {
    font-size: 28px;
    line-height: 2.5rem;
}
.innovation.sec-title_heading {
    font-size: 32px;
    margin-top: 0.1rem;
}
img.ai.img-fluid {
    max-width: 3.5rem;
}
.empower.sec-title_heading
 {
    font-size: 28px;
    line-height: 2.6rem;
}
p.unique {
    padding-top: 0.5rem;
    font-size: 17px;
    color: #000;
    line-height: 2.1rem;
    text-align: left;
	margin-bottom: 0px;
}
.about-two {
    padding-top: 4rem;
    padding-bottom: 2rem;
	background-image: url("../images/tech/pattern.webp");
	background-position: bottom;
}
.footer-style_three{
/* background: linear-gradient(to right, #3e5ada, #7a5bbf); */
/* border-radius: 2rem; */
    background-color: #000;
} 
.copyright a.tech-footer:hover {
    color: #6259cd !important;
}
.expert-serv {
    font-size: 36px;
	line-height: 2.5rem;
}

@media(min-width:310px) and (max-width:680px){
	img.logo.img-fluid {
    max-width: 5rem;
    padding: 0px !important;
}
.main-header .header-lower .logo-box .logo {
    position: relative;
    padding: 10px 0px;
}
}

.testimonial-wrap.style3 .testimonial-slider3 {
    padding: 0px 0px 50px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide {
    margin-right: 24px !important;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.testimonial-card.style3 {
    position: relative;
    max-width: 450px;
    border-radius: 16px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}
.testimonial-card.style3 .star-wrap {
    padding-top: 40px;
    padding-left: 35px !important;
}
.testimonial-card.style3 .text {
    color:#000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
	padding-top: 2rem;
}
.testimonial-card.style3 .profile-box {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.testimonial-card.style3 .profile-box .testi-content .title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
}
.testimonial-card.style3 .profile-box .testi-content .designation {
    text-align: start;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.testimonial-card.style3 .quote {
    position: absolute;
    bottom: 37px;
    right: 45px;
}

.testimonial-card.style3 .quote .darkQuote {
    display: block;
}
.testimonial-card.style3 .quote .whiteQuote {
    display: none;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3{
    background-image: linear-gradient(90deg, rgb(44 99 228) 0%, rgb(113 87 199) 100%);
}
@keyframes img-anim-left {
0% {
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
}	
100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
}

.testimonial-section{
	background-image: url("../images/tech/testimonialBg1_1.png");
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .text{
    color: var(--white-color);
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .profile-box .testi-content .title {
    color: var(--white-color);
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .profile-box .testi-content .designation {
    color: var(--white-color);
}
.testimonial-card.style3 .shape3_1 {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .quote .whiteQuote {
    display: block;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .shape3_1{
    display: block;
}
.section-title .subtitle {
    display: flex;
    align-items: center;
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.testimonial-section {
    padding-top: 3rem;
    padding-bottom: 5rem !important;
}
.test-tech.sec-title_title{
    padding-bottom: 1.8rem;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .quote .darkQuote {
    display: none;
}

/*--tetsimonial--*/

.demo{ background: #bd986b; }
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #bd986b;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}

.test-tech.team-two {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.about-five {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
p.techfruits-digital {
	    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
    margin-top: 5px;
    text-align: left;
    font-weight: 500;
	margin-bottom: 0.8rem;
}
span.it-tomorrow {
    font-size: 16px;
    font-weight: 600;
    color: #4d53d2;
}
.client{
    margin-top: 3rem;
}

.img-box6 {
    position: relative;
    min-width: 680px;
}
.img-box6 .img1 {
    position: relative !important;
    overflow: hidden;
}
.img-box6 .img1 img
 {
    border-radius: 30px;
}
.img-box6 .img2 {
    position: absolute;
    top: 0;
    right: 0px;
    min-width: 328px;
    overflow: hidden;
}
.img-box6 .img2 img{
    border-radius: 30px;
}
.img-box6 .img3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    min-width: 328px;
}
.img-box6 .img3 img {
    border-radius: 30px;
}
.goal-tech.container {
    min-width: 1300px;
}
.position-relative
 {
    position: relative !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.us-about.about-two_shadow {
    right: 0px;
}
.centric-approach.about-area {
    padding-top: 3rem;
    padding-bottom: 4rem;
	background-image: url("../images/tech/pattern.webp");
}
.it-solutions.faq-two {
    padding-top: 4rem;
    padding-bottom: 8rem;
}
.about-three .about-three_title-outer h2.sec-title_heading {
font-size: 23px;
    line-height: 35px;
}
.busnies_exacts
{
	    margin-top: 98px;
    text-align: center;
}

.empower-block_one-content h4.empower-block_one-title {
    font-size: 20px;
    line-height: 25px;
	    text-align: center;
}
.empower-block_one-content .empower-block_one-text {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
}

@media(min-width:991px){
	.ai_solutions {
    width: 63%;
}
}
.experiance-one_button a i {
    font-size: 17px;
    margin-right: 4px;
}
.news-two_blocks-column .blog-detail_content h3.blog-detail_title {
    font-size: 22px;
    line-height: 10px;
}
section.testimonial-one .about-three_image-outer {
    margin-left: 0;
}
.empower-one.style-two .resp-tab-content {
    border: none;
    border-top-color: transparent;
    background: transparent;
}
.empower-one.style-two .resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    clear: left;
}
.empower-one.style-two .resp-tab-active {
    border: 1px solid #3761df !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #3761df !important;
    border-bottom: 0px #fff solid !important;
    background-image: linear-gradient(90deg, rgb(44 99 228) 0%, rgb(113 87 199) 100%);
    color: #fff;
}
.empower-one.style-two .resp-tabs-list li {
    font-weight: 600;
    font-size: 18px;
	    width: 23%;
    margin: 0 auto;
    float: none;
}
.mt-10 {
    margin-top: 10px;
}
.career_forms_sections {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(223, 248, 255, 1) 100%);
}
.career_forms_sections {
    padding: 20px;
    box-shadow: -2px 1px 14px 7px #dddddd73;
}



.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}





    .dropbox {
         width: 90%;
    margin: 0 auto;
    height: 140px;
    border: 3px dashed #4c6fff;
    border-radius: 12px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f0f7ff;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px;
    gap: 0px;
    }

    .dropbox:hover {
      background-color: #e6f0ff;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .dropbox.dragover {
      background-color: #e6f0ff;
      border-color: #3451b2;
      transform: scale(1.02);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .dropbox-icon {
      font-size: 40px;
      color: #4c6fff;
      margin-bottom: 10px;
    }

    .dropbox-text {
          font-size: 16px;
    color: #4c6fff;
    margin-bottom: 0px;
    font-weight: 600;
    }

    .dropbox-subtext {
      font-size: 14px;
      color: #666;
      text-align: center;
    }

    .browse-btn {
      background-color: #4c6fff;
      color: white;
      border: none;
         padding: 7px 10px;
    border-radius: 8px;
    font-size: 12px;
      cursor: pointer;
      transition: background-color 0.3s;
      font-weight: 500;
      margin-top: 5px;
    }

    .browse-btn:hover {
      background-color: #3451b2;
    }

    .file-previews {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 15px;
      width: 100%;
    }

    .file-preview {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      position: relative;
    }

    .file-preview:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .preview-img-container {
      height: 150px;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f9f9f9;
    }

    .preview-img {
      max-width: 100%;
      max-height: 150px;
      object-fit: contain;
    }

    .file-icon {
      font-size: 60px;
      color: #4c6fff;
    }

    .file-info {
      padding: 12px;
    }

    .file-name {
      font-size: 14px;
      color: #333;
      margin-bottom: 5px;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .file-size {
      font-size: 12px;
      color: #666;
    }

    .file-actions {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
    }

    .remove-btn {
      background-color: #ff4d4f;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 12px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .remove-btn:hover {
      background-color: #d9363e;
    }

    .upload-notification {
      position: fixed;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #4c6fff;
      color: white;
      padding: 12px 20px;
      border-radius: 8px;
      font-size: 14px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      z-index: 1000;
      display: flex;
      align-items: center;
      gap: 10px;
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s;
      pointer-events: none;
    }

    .upload-notification.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
      pointer-events: all;
    }

    .upload-notification.success {
      background-color: #52c41a;
    }

    .upload-notification.error {
      background-color: #ff4d4f;
    }

    .notification-progress {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 3s linear;
    }

    .upload-notification.show .notification-progress {
      transform: scaleX(1);
    }

    .upload-stats {
      background-color: white;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      width: 100%;
      margin-top: 10px;
      display: none;
    }

    .stats-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }

    .stats-title {
      font-size: 16px;
      color: #333;
      font-weight: 600;
    }

    .stats-info {
      display: flex;
      gap: 20px;
    }

    .stat-item {
      text-align: center;
    }

    .stat-value {
      font-size: 18px;
      color: #4c6fff;
      font-weight: 600;
    }

    .stat-label {
      font-size: 12px;
      color: #666;
    }

    .progress-bar {
      height: 8px;
      width: 100%;
      background-color: #f0f0f0;
      border-radius: 4px;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      background-color: #4c6fff;
      width: 0;
      transition: width 0.3s ease;
    }

    .empty-state {
      display: none;
      text-align: center;
      padding: 30px;
      color: #666;
    }

    /* Responsive adjustments */
    @media (max-width: 600px) {
      .file-previews {
        grid-template-columns: 1fr;
      }
      
      .dropbox {
        height: 180px;
      }
    }

    input[type="file"] {
      display: none;
    }
.abt_text_sections .about-two_text {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    font-weight: 600;
}
@media(min-width:991px){
	.empower-one.style-two .resp-tab-active {
    width: 27%;
    margin: 0 auto;
}
.clients-two .client-image img {
    padding: 30px;
}
.blog-detail_content {
    height: 200px;
}
.team-block_three-content {
    height: 400px;
}
}
	@media(max-width:767px){
		.page-title h1 {
    font-size: 22px;
    position: relative;
    bottom: 65px;
}
	}

	/* .main-header .main-menu .navigation > li.has-mega-menu a {
    color: #3461e0;
} */
.contact-info_block-inner p a {
    color: #666;
}
.sidebar_blogifc {
    padding-top: 80px;
}
.sidebar_blogifc .blog-detail_content {
    height: auto;
}
.project-detail_lists .column ul.project-detail_list li {
    font-size: 17px;
    margin-bottom: 21px;
}
.project-detail_lists {
    margin-top: 10px;
}
.cart-column .inner-column .cart-outer .table-outer {
    border: 1px solid #ddd;
}

.cart-column .table-item {
    overflow-x: auto;
    white-space: nowrap;
	    width: 100%;
    overflow: hidden;
}

.cart-column .table-item table {
    width: 100%;
    /* min-width: 800px;  */
    border-collapse: collapse;
}

.cart-column .table-item tr {
    flex-wrap: nowrap;
    width: 100%;
}

.cart-column .table-item tr td {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 1%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    /* line-height: 2; */
    text-align: center;
}

.cart-column .table-item td.cell_01 {
    /* width: 20%; */
    text-align: center;
    background: #dff8ff;
    border-left: 1px solid #C6C6C6;
}

.cart-column .table-item td.cell_02 {
    /* width: 20%; */
    border-right: 1px solid #C6C6C6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    text-align: justify;
}

.cart-column .table-item tr.head td {
    border-top: 1px solid #C6C6C6;
}
.blogs_columnss {
    margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
    
   .cart-column .table-item table {
        min-width: 800px;
    }
}

.post-widget .post .thumb a img {
    height: 144px;
    object-fit: cover;
}

@media(max-width:767px){
	.about-three .about-three_title-outer h2.sec-title_heading {
    font-size: 21px;
    line-height: 28px;
}
.sec-title {
    margin-bottom: 20px;
}
.page-title {
    padding: 14rem 0px 10px;
}
.sec-title_heading {
    font-size: 22px;
    line-height: 30px;
}
}
@media(max-width:991px){
	.mobile-menu .menu-box ul.last-ul {
    column-count: 1;
}
}
button.career.theme-btn {
    padding: 1rem !important;
    font-size: 14px ! IMPORTANT;
}

.ca-recent-post-section {
    display: flex;
    align-items: center;
	margin-bottom: 2rem;
}
.ca-recent-post-thumb img {
    height: 100%;
    width: 78%;
    border-radius: 7px;
    margin-right: 15px 	!important;
}
.ca-rec-post-date {
    display: flex;
    align-items: center;
}
.ca-rec-post-date a {
    color: #5A5D63;
    font-size: 18px;
    line-height: 18px;
}
.ca-rec-post-title a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #00060F;
}
.cream-bg-3 {
    background: #F8F9FA;
}
.sidebar-side {
    background-color: #F8F9FA;
}
.sidebar-page-container.alternate {
    padding-bottom: 0px;
    background-color: #fff;
}
.sidebar-title {
    padding-top: 1rem;
}
.ca-recent-post-cntent {
    margin-left: 0.5rem;
}
.compresensive.blog-detail_title {
    line-height: 1.8rem !important;
}
.network.blog-detail_content:before {
    border: none;
}

/*style*/

.solutions.service-block_one-inner {
    min-height: 18rem;
}

.about.page-title_bg-image {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 50px;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    background-repeat: no-repeat;
}
img.event.img-fluid {
    margin-top: 0.5rem;
}


.network.blog-detail_content h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}
.network.blog-detail_content h3 {
    font-size: 19px;
    font-weight: 400;
}
.network.blog-detail_content h4 {
    font-size: 19px;
    font-weight: 400;
}
.network.blog-detail_content h5 {
    font-size: 19px;
    font-weight: 400;
}


/*--blog--*/

/* .ca-recent-post-section .ca-rec-post-title {
  white-space: nowrap;       
  overflow: hidden;         
  text-overflow: ellipsis;    
  width: 190px;               
  display: inline-block;      
} */

.ca-recent-post-section .ca-rec-post-title{
display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Show only 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%;
	/* Optional: control width */
	line-height: 1.4em;
	/* Adjust line spacing as needed */
	height: 2.8em;

}
.ca-recent-post-thumb {
	width: 100%;
}

@media(max-width:991px){
    .slider-one_heading {
            font-size: 21px;
            line-height: 29px;
        }
                .slider-one .swiper-slide {
                    padding-top: 100px !important;
                    padding-bottom: 100px !important;
                }
                                .btn-style-two {
                                    font-size: 13px;
                                    padding: 14px 30px;
                                }
	     .sec-title_title {
              font-size: 13px;
                      }

         .about-three {  padding: 3rem 0px 20px;
         }
}


/*--on page--*/

.team-block_two-designation {
    margin-bottom: 0.5rem !important;
}

@media(min-width:310px) and (max-width:680px){

	.about-three {
    margin-top: 30px;
}
.services-one {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.innovation.sec-title_heading {
    font-size: 22px;
    padding-top: 0.5rem;
}
    .services-one .swiper-container {
        margin-top: 0px;
        padding-top: 1rem;
    }
	.empower.sec-title_heading {
    font-size: 22px;
    line-height: 2.3rem;
}
.test-tech.team-two {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
}

@media(min-width:700px) and (max-width:999px){

	    .slider-one .swiper-slide {
        padding-top: 210px !important;
        padding-bottom: 110px !important;
    }
	    .slider-one_heading {
        font-size: 34px;
        line-height: 2.7rem;
    }
	.team-block_two-inner:before {

    bottom: 0px;
    border-radius: 300px;
    background-color: #00022A;
}
}

@media(min-width:1000px) and (max-width:1199px){

	.mobile-nav-toggler {
    display: block !important;
	    font-size: 30px !important;
}
nav.main-menu {
    display: none;
}
.main-header.header-style-one .header-lower .inner-container {
    position: relative;
    padding: 0px 40px;
}
.collapse:not(.show) {
    display: block;
}
.abouts_contents {
    padding-left: 130px;
    padding-bottom: 2.8rem;
}
.services-one {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.team-block_two-inner:before {
    position: absolute;
    content: '';
    left: 120px;
    top: 30px;
    right: 5px;
    bottom: 30px;
    border-radius: 300px;
    background-color: #00022A;
}

}

@media(min-width:1200px) and (max-width:1800px){

	.main-header .main-menu .navigation > li {
    margin-right: 18px;
}
.main-header .main-menu .navigation > li > a {
    font-size: 15px !important;
    font-weight: 400;
}
}

/*--about--*/

.team-block_three-designation {
    padding-top: 0.4rem;
}
span.innovat-capabilities{
	    line-height: 34px;
    font-size: 26px;
	    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: var(--black-color);
    font-family: 'Roboto', sans-serif;;
	display: block;
}
blockquote.solutions-excell {
    min-height: 19rem;
}
blockquote.goal {
    min-height: 17rem;
}

@media(min-width:310px) and (max-width:680px){

.info.about-two {
    padding-top: 2rem;
    padding-bottom: 2rem!important;
}
.info.about-two .about-two_text {
    margin-top: 1rem !important;
	margin-bottom: 1rem;
}
.team-three {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.centric.about-five {
    padding-top: 2rem;
}
.it-solutions.faq-two {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
span.innovat-capabilities {
    line-height: 34px;
    font-size: 22px;
    position: relative;
}

}
@media(min-width:700px) and (max-width:999px){
	.about-two_text {
    position: relative;
    font-size: 20px;
    color: #444444;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.about-two {
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.about-two_title-column {
    position: relative;
    margin-bottom: 10px;
}
.team-three {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
}
@media(min-width:999px) and (max-width:1199px){

	blockquote.solutions-excell {
    min-height: 23rem;
}
blockquote.first {
    min-height: 21rem;
}
blockquote.goal {
    min-height: 21rem;
}
.it-solutions.faq-two {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
}

/*--ai--*/

.empower-one span.empower-block_one-title {
    font-size: 20px;
	    line-height: 25px;
    text-align: center;
	color:#000;
}

@media(min-width:310px) and (max-width:680px){
	    .page-title h1 {
        font-size: 22px;
        position: relative;
        bottom: 65px;
        line-height: 2rem;
    }
	    .about-three .about-three_title-outer h2.sec-title_heading {
        font-size: 21px;
        line-height: 31px;
    }
	.busnies_exacts {
    margin-top: 26px;
    text-align: center;
}
.empower-one {
    padding-bottom: 2rem !important;
}
.incredible-one {
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
}
.ready.sec-title_heading {
    margin-bottom: 1rem;
}


}

@media(min-width:700px) and (max-width:999px){
	.page-title h1 {
    font-size: 40px;
    position: relative;
    bottom: 110px;
    line-height: 3.5rem;
}
.ready.sec-title_heading {
    font-size: 30px;
}
.incredible-one {
    padding-bottom: 3rem;
}
.sec-title_heading {
    margin-top: 15px;
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 38px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;;
}
.sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.about-three_button {
    position: relative;
    margin-top: 30px;
}
.news-three {
    padding-top: 4rem;
    padding-bottom: 3rem;
}
}
 @media(min-width:1000px) and (max-width:1199px){

	.empower-one {
    padding-bottom: 2rem;
    padding-top: 3rem;
}
.ready.sec-title_heading {
    font-size: 28px;
}
.incredible-one {
    padding-bottom: 2rem;
}

.sec-title_heading {
    margin-top: 15px;
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 30px;
    line-height: 44px;
    font-family: 'Roboto', sans-serif;;
}
.news-three {
    padding-top: 4rem;
}
 }

 @media(min-width:1140px) and (max-width:1483px){

	.empower-one .empower-block_one {
    position: relative;
    width: 18.8%;
    padding: 0px 10px;
    display: inline-block;
}
.empower-block_one-content {
    position: relative;
    padding: 24px 6px 20px;
}
.empower-one span.empower-block_one-title {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #000;
}
.personal.empower-block_one {
    margin-top: 3rem;
}
.quality.empower-block_one {
    padding-top: 3rem;
}
.control.empower-block_one {
    padding-top: 4rem;
}
 }

 /*--amc--*/

 span.proactive.blog-detail_title {
	font-size: 22px;
    line-height: 2rem !important;
	margin: 0px;
    background: none;
    font-weight: 700;
    color: var(--black-color);
    font-family: 'Roboto', sans-serif;;
 }

 @media(min-width:310px) and (max-width:680px){

	.amc.faq-one {
    padding-top: 2rem;
}
.news-two_image-column {
    position: relative;
    margin-bottom: 5px;
}
.news-block_one {
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}
.news-two {
    padding-bottom: 1rem;
}
.news-three {
    padding-top: 3rem;
}
 }

 @media(min-width:1000px) and (max-width:1199px){
.blog-detail_content {
        height: auto;
    }
.scalabilty-data.blog-detail_content {
    min-height: 16rem;
}
.measure.blog-detail_content {
    min-height: 17rem;
}
.proactive.blog-detail_content {
    min-height: 16rem;
}
.uninter.blog-detail_content {
    min-height: 15rem;
}
.Software.blog-detail_content {
    min-height: 15rem;
}
.news-two {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.storytelling.blog-detail_content {
    min-height: 15rem;
}
.page-title h1 {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 40px;
    position: relative;
    bottom: 110px;
}
.threat.blog-detail_content {
    min-height: 14rem;
}
.threat.blog-detail_content {
    min-height: 15rem;
}
.endpoint.blog-detail_content {
    min-height: 13rem;
}
.control.blog-detail_content {
    min-height: 15rem;
}
.optimise.blog-detail_content {
    min-height: 15rem;
}
.efficient.blog-detail_content {
    min-height: 15rem;
}
.disaster.blog-detail_content {
    min-height: 17rem;
}
.alignment.blog-detail_content {
    min-height: 15rem;
}
.decision.blog-detail_content {
    min-height: 15rem;
}
.assess.blog-detail_content {
    min-height: 15rem;
}
.quality.blog-detail_content {
    min-height: 16rem;
}
.vulnerab.blog-detail_content {
    min-height: 15rem;
}
 }


 .ready.sec-title_heading {
    padding-bottom: 1rem;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.job-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.job-card span.job-title-tech {
      font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #002f9e;
	line-height: 2rem;
}

.job-card p {
    font-size: 17px;
    color: #666;	
    line-height: 1.7;
    margin-bottom: 15px;
	text-align: justify;
}

.job-card ul {
    padding-left: 0px;
    margin-bottom: 20px;
}

.job-card ul li {
    font-size: 17px;
    color: #444;
    margin-bottom: 6px;
    position: relative;
}

.job-card ul li::before {
    content: "✔";
    color: #007bff;
    font-size: 12px;
    margin-right: 8px;
}

.apply-btn {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #0056b3, #009adf);
    box-shadow: 0 6px 12px rgba(0, 91, 187, 0.3);
}
 .team-three p.team {
    text-align: left;
}
.sidebar-side {
	padding-bottom: 3rem;
}
.post-widget .widget-content .blog-more_posts {
    margin: 0;
    border: none;
    padding: 10px 0;
}
.post-widget .widget-content .blog-more_posts span a {
    color: #000;
    font-weight: 600;
}

@media(max-width:767px){
	.rating-widget .widget-content {
			position: relative;
			border-radius: 50px;
			padding: 35px 15px 15px;
			background-color: #FBEDFF;
			font-size: 17px;
			line-height: 21px;
		}
}

figure.table tr {
	border: solid 1px;
}
figure.table td {
	border-right: solid 1px;
	padding: 0.5rem;
}
.tech-ibm.content-side tr:nth-child(1) td {
    background-color: #5569da;
    color: #fff;
}
span.main-addres {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}


.blog-detail_content ul {font-size:15px;}

.blog-detail_content ul li { list-style:block !important; }

img.fb.img-fluid {
    max-width: 1.3rem;
}
.footer .other {
    color: #fff;
}
.footer .marquee {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.footer .marquee .other {
    display: inline-block;
    padding-right: 50px; /* space between repeats */
    animation: scroll-left 5s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.footer span.other {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.footer .location-office {
    color: #fff;
    padding-bottom: 1rem;
	font-size: 22px;
}
.footer.location {
    padding-bottom: 2rem;
	padding-left:50px.news-block_one-date
}
.footer span.other {
    padding-right: 2.5rem !important;
}
.footer .name-location {
    padding-left: 3rem;
}


.mainten-under {
    place-self: anchor-center;
}
.construction-investor {
    background-color: #fff;
}

.network.blog-detail_content p {
    padding-bottom: 0.4rem;
}

span.addres-tech {
    color: #fff;
    font-size: 16px;
    line-height: 1.7rem;
}

@media(min-width:310px) and (max-width:680px){
 .footer .name-location {
    padding-left: 3rem;
    display: grid;
}  
.footer-three_title {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white-color);
    font-size: 22px;
} 

.testimonial-two_arrow {
    position: relative;
    left: 50%;
    width: 150px;
    z-index: 99999;
    bottom: 0px;
    transform: translateX(-50%);
    padding-top: 1rem;
}
.footer-style_three .widgets-section {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
}
@media(min-width:310px) and (max-width:400px){
.team-block_two-inner {
    min-height: 58rem !important;
}
}

@media(min-width:401px) and (max-width:500px){
.team-block_two-inner {
    min-height: 52rem;
}
}
@media(min-width:501px) and (max-width:600px){
.team-block_two-inner {
    min-height: 48rem;
}
}
@media(min-width:601px) and (max-width:700px){
.team-block_two-inner {
    min-height: 45rem;
}
.testimonial-two_arrow {
    position: relative;
    left: 50%;
    width: 150px;
    z-index: 99999;
    bottom: 0px;
    transform: translateX(-50%);
    padding-top: 1rem;
}
}
@media(min-width:701px) and (max-width:750px){

    .testimonial-two_arrow {
    position: relative;
       padding-top: 1rem;
}
.team-block_two-inner {
    min-height: 43rem;
}
}
@media(min-width:760px) and (max-width:999px){

    .testimonial-two_arrow {
    position: relative;
       padding-top: 1rem;
}   
}
@media(min-width:700px) and (max-width:999px){
    .footer-three_title {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white-color);
    font-size: 26px;
}
}
@media(min-width:850px) and (max-width:999px){

.team-block_two-inner {
    min-height: 24rem;
}
}
@media(min-width:1000px) and (max-width:1199px){
    .team-block_two-inner {
    min-height: 27rem;
}
}
@media(min-width:1310px) and (max-width:1400px){

    .team-block_two-inner {
    min-height: 22rem;
}
}
@media(min-width:1410px){
    .team-block_two-inner {
    min-height: 24rem;
}
}
.smarter-tech.sec-title_title {
    font-size: 17px;
}
.main-header .main-menu .navigation > li.active a {
    color: #3461e0 !important;
}
@media(min-width:1190px){
    header.main-header.header-style-one ul.it-services.last-ul {
    width: 42rem;
}
}
@media(min-width:310px) and (max-width:680px){
    .sidebar-side {
    order: 2;
    padding-bottom: 1rem;
}
.sidebar_blogifc {
    padding-top: 2rem;
}
.blog-more_posts .prev-posts .post-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 184px;
    overflow: hidden;
}
}
@media(min-width:690px) and (max-width:999px){
    .sidebar-side {
    order: 2;
    padding-bottom: 1rem;
}
}
@media(min-width:980px) and (max-width:1199px){
    .team-block_three-content {
    min-height: 29rem;
}
}

/* Row of galleries */
.gallery-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;           /* remove if you never want wrapping */
}

/* Make each gallery size to its thumbnail and not stretch */
.gallery {
  flex: 0 0 auto;
}

/* Show only the first image per gallery */
.gallery > a:not(:first-child) {
  display: none;
}

/* Thumbnail styling */
.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .3s ease;
}
/* .gallery img:hover { transform: scale(1.05); } */

.gallery-tech {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.gallery {
    max-width: 31.3333% !important;
}
.image-box {
  text-align: center;
  margin-bottom: 20px;
}

.image-box img {
  width: 100%;
  border-radius: 6px;
}

.caption {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #000;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
	margin-right: 0px I;
	margin-top:0px !important;
	
}
p.caption{
 
	color:#fff
}


@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-next:hover,
.lg-prev:hover {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
  height: 30rem;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  display: inline-block;
  width: 100%;
  max-height: 350px;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-rotate-left:after {
  content: '\e900';
}

.lg-rotate-right:after {
  content: '\e901';
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\e903';
}

.lg-flip-hor:after {
  content: '\e902';
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  outline: none;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: max-content;
  height: max-content;
  position: relative;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
  opacity: 1;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer[data-lg-slide-type='video'] .lg-download, .lg-outer[data-lg-slide-type='iframe'] .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.gallery-item {
  position: relative;
  display: inline-block;
}

.gallery-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0.9;
}

span.event-gallery
{
    font-size: 20px;
    font-weight: 700;
    color:#000;
}
.lower-content {
    text-align: -webkit-center;
    background-color: #dfe9fe;
    padding: 0.5rem 0px 0.5rem 0px;
    margin-top: 0.2rem;
    border-radius: 1rem;
    font-size: 16px !important;
}
img.event-tech.img-fluid {
    min-height: 12rem;
}
a.gallery-item:hover {
    text-decoration: none !important;
    color: #3e5ada;
}
a.gallery-item:hover span.event-gallery {
    color: #524fd1;
}
@media(min-width:310px) and (max-width:680px){
	.gallery {
    max-width: 100% !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1;
    height: 50% !important;
}
}
@media(min-width:700px) and (max-width:999px){

	.gallery {
    max-width: 47% !important;
}
}