@charset "UTF-8";
/*----------------------------------------------------

CSS Table of content:-

1. Global Area
2. Header Section
3. Feature Section
4. About Section
5. Counter Section
=====================================================================*/

/*=========
Color Code
===========*/
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fadeFromLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeFromLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeFromRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeFromRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeFromTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeFromTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeFromRight {
	-webkit-animation-name: fadeFromRight;
	animation-name: fadeFromRight;
}

.fadeFromLeft {
	-webkit-animation-name: fadeFromLeft;
	animation-name: fadeFromLeft;
}

.fadeFromTop {
	-webkit-animation-name: fadeFromTop;
	animation-name: fadeFromTop;
}
#blod_slide .owl-nav,
.news_post_item .video_play_btn,
.portfolio-details-section .portfolio-details-video-play {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#blod_slide .owl-nav,
.news_post_item .video_play_btn,
.portfolio-details-section .portfolio-details-video-play a {
	display: block;
	width: 100%;
}

.footer-bottom-area .footer-bottom-menu a,
.footer-widget-content .footer-widget .widget-title {
	position: relative;
}
.footer-bottom-area .footer-bottom-menu a:after,
.footer-widget-content .footer-widget .widget-title:after {
	top: 0;
	right: -6px;
	content: ".";
	color: #ffaea1;
	position: absolute;
}

.widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta,
.blog-img-text-innerbox .blog-text-wrap .blog-post-meta,
.blog-feed-wrap .blog-img-text .blog-text-wrap .blog-post-meta {
	padding-bottom: 10px;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta a,
.blog-img-text-innerbox .blog-text-wrap .blog-post-meta a,
.blog-feed-wrap .blog-img-text .blog-text-wrap .blog-post-meta a {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-right: 25px;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta a:before,
.blog-img-text-innerbox .blog-text-wrap .blog-post-meta a:before,
.blog-feed-wrap .blog-img-text .blog-text-wrap .blog-post-meta a:before {
	top: -2px;
	right: 2px;
	content: "/";
	color: #fff;
	position: absolute;
}
.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	.blog-meta
	a:last-child:before,
.blog-img-text-innerbox .blog-text-wrap .blog-post-meta a:last-child:before,
.blog-feed-wrap
	.blog-img-text
	.blog-text-wrap
	.blog-post-meta
	a:last-child:before {
	display: none;
}

#blod_slide .owl-nav,
.news_post_item .video_play_btn,
.portfolio-details-section .portfolio-details-video-play {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg_img_post:before,
.news_qoute:before {
	top: 0;
	opacity: 0.95;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
}

.twitter_update .tw_feed,
.single_widget .latest-blog-widget .blog-img-content {
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e6ff;
}
.twitter_update .tw_feed:last-child,
.single_widget .latest-blog-widget .blog-img-content:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.blog_pagination .pagination {
	display: inherit;
	margin-top: 20px;
}
.blog_pagination .pagination li {
	margin: 0px 4px;
	display: inline-block;
}
.blog_pagination .pagination li a {
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	font-size: 14px;
	line-height: 50px;
	font-weight: 700;
	color: #343434;
	border: none;
}
.blog_pagination .pagination li a:hover {
	color: #fff;
	background-color: #ffbf00;
}
.blog_pagination .pagination .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.blog_pagination .pagination .page-item:first-child .page-link,
.blog_pagination .pagination .page-item:last-child .page-link {
	border-radius: 0;
}

.news_post_item .video_play_btn {
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #ffaea1;
}
.news_post_item .video_play_btn i {
	color: #fff;
	font-size: 20px;
}

.widget-recent-blog .widget-blog-img-text .widget-blog-text h4,
.blog-img-text-innerbox .blog-text-wrap h3,
.blog-feed-wrap .blog-img-text .blog-text-wrap h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.417;
}

.footer-section-4 .footer-bottom-area .footer-bottom-menu a:before,
.intro-video-form form .taeled-btn button,
.intro-video-form form .taeled-btn,
.team-member-innerbox .team-member-img:before,
.team-member-innerbox .team-member-img:after,
.join-team-btn .taeled-btn,
.testimonial-inner-wrapper:after,
.portfolio-slider-inner-area
	.portfolio-img-innerbox
	.portfolio-btn-box
	.taeled-btn,
.portfolio-slider-4 .owl-nav,
.about-content-wrapper-4 .about-text-wrapper .taeled-btn,
.feature-video-img-text .feature-video-text .f-video-play,
.gradiant-border h2:after {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0160e7),
		to(#04bdef)
	);
	background: -o-linear-gradient(left, #0160e7 0%, #04bdef 100%);
	background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
}

/*global area*/
/*----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.625;
	color: #121e2d;
	font-family: "Roboto", sans-serif;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	color: #ffffff;
	background-color: #ffaea1;
}

::selection {
	color: #ffffff;
	background-color: #ffaea1;
}

::-moz-selection {
	color: #ffffff;
	background-color: #ffaea1;
}

.container {
	max-width: 1200px;
}

.ul-li ul {
	margin: 0;
	padding: 0;
}
.ul-li ul li {
	list-style: none;
	display: inline-block;
}

.ul-li-block ul {
	margin: 0;
	padding: 0;
}
.ul-li-block ul li {
	display: block;
	list-style: none;
}

#preloader {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9000;
	cursor: default;
	position: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#preloader.loaded {
	visibility: hidden;
}

#preloader .taeled-preloader {
	z-index: 10000;
}

#preloader .loader {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 0;
	position: fixed;
	pointer-events: none;
}

#preloader .preloader-wrap {
	padding: 0px;
}

.loader-area {
	height: 100vh;
}

#preloader .loader-bg {
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

#preloader.loaded .taeled-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

#preloader.loaded .preloader-wrap .loader-bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.relative-position {
	position: relative;
}

.pera-content p {
	margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
	margin: 0;
	font-family: "Oswald", sans-serif;
}

.background_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.scrollup {
	width: 55px;
	right: 20px;
	z-index: 5;
	height: 55px;
	bottom: 20px;
	display: none;
	position: fixed;
	border-radius: 100%;
	line-height: 55px;
	background-color: #ffbf00;
}
.scrollup i {
	color: #fff;
}

.section-title span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #ffbf00;
}
.section-title h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.208;
	text-transform: uppercase;
}

.title-border h2 {
	padding-bottom: 60px;
	position: relative;
}
.title-border h2:after {
	left: 0;
	bottom: 25px;
	content: "";
	height: 2px;
	width: 90px;
	position: absolute;
	background-color: #ffaea1;
}

.taeled-btn {
	z-index: 1;
	height: 60px;
	width: 190px;
	font-weight: 600;
	line-height: 60px;
	padding-right: 35px;
	position: relative;
	font-family: "Oswald", sans-serif;
	background-color: #eef2f5;
}
.taeled-btn:after {
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	-ms-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background-color: #ff5f63;
}
.taeled-btn i {
	top: 10px;
	right: 10px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	background-color: #ffaea1;
}
.taeled-btn a,
.taeled-btn button {
	width: 100%;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.taeled-btn button:hover {
	background-color: #ff5f63 !important;
}
.taeled-btn:hover {
	color: #fff;
}
.taeled-btn:hover:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.gradiant-border span {
	color: #00c3ff;
}

.taeled-side-inner {
	top: 0;
	z-index: 99;
	width: 420px;
	right: -420px;
	height: 100vh;
	position: fixed;
	padding: 60px 50px;
	background-color: #0d1723;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.taeled-side-inner .sidebar-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	z-index: 9;
	z-index: -1;
	height: 110vh;
	visibility: hidden;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.taeled-side-inner.sidebar-on {
	right: 0;
}
.taeled-side-inner.sidebar-on .sidebar-overlay {
	opacity: 1;
	visibility: visible;
}
.taeled-side-inner .siderbar-off-btn {
	top: 30px;
	left: 30px;
	cursor: pointer;
	color: #ffaea1;
	position: absolute;
}
.taeled-side-inner .side-inner-logo {
	padding-bottom: 50px;
}
.taeled-side-inner .side-inner-text h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.taeled-side-inner .side-inner-text p {
	color: #acb9c8;
	max-width: 330px;
	padding-bottom: 35px;
}
.taeled-side-inner .side-inner-text .side-contact-wrap {
	padding-bottom: 30px;
}
.taeled-side-inner .side-inner-text .side-contact-wrap a {
	color: #acb9c8;
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.taeled-side-inner .side-inner-text .side-contact-wrap a i {
	margin-right: 5px;
	color: #ffaea1;
}
.taeled-side-inner .side-inner-text .side-follow-icon a {
	color: #acb9c8;
	margin: 0px 3px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.taeled-side-inner .side-inner-text .side-follow-icon a:hover {
	color: #ffaea1;
}

.cart-dropdown-wrapper {
	top: 75px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.cart-dropdown-wrapper .cart-dropdown-product {
	width: 300px;
	padding: 40px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
		0 29px 45px 4px rgba(0, 0, 0, 0.08),
		0 11px 55px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
		0 29px 45px 4px rgba(0, 0, 0, 0.08),
		0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-cart-top h2,
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-cart-top h3 {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.cart-dropdown-wrapper .cart-dropdown-product .cart-bottom-wrap span {
	font-size: 14px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}
.cart-dropdown-wrapper .cart-dropdown-product .dropdown-product-inner {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c5c5c5;
}
.cart-dropdown-wrapper
	.cart-dropdown-product
	.dropdown-product-inner
	.inner-product-img {
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.cart-dropdown-wrapper
	.cart-dropdown-product
	.dropdown-product-inner
	.inner-product-img
	.product-remove-btn {
	top: -5px;
	left: -5px;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: absolute;
	line-height: 20px;
	border-radius: 100%;
	background-color: #ffaea1;
}
.cart-dropdown-wrapper
	.cart-dropdown-product
	.dropdown-product-inner
	.inner-product-text {
	padding-top: 10px;
}
.cart-dropdown-wrapper
	.cart-dropdown-product
	.dropdown-product-inner
	.inner-product-text
	h4 {
	font-size: 14px;
}
.cart-dropdown-wrapper
	.cart-dropdown-product
	.dropdown-product-inner
	.inner-product-text
	span {
	font-weight: 600;
}
.cart-dropdown-wrapper .dropdown-checkout {
	width: 100%;
	color: #fff;
	height: 50px;
	font-size: 16px;
	margin-top: 30px;
	font-weight: 600;
	line-height: 50px;
	font-family: "Oswald", sans-serif;
	background-color: #ffaea1;
}

.tel-head-cart.cart-on .cart-dropdown-wrapper {
	opacity: 1;
	top: 58px;
	visibility: visible;
}

/*Search popup Page*/
/*-------------------*/
.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../img/shape/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #ffaea1;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span {
	position: relative;
	display: block;
	height: 70px;
	font-size: 25px;
	line-height: 65px;
	color: #ffffff;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	border: none;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
	color: #000000;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
	color: #000000;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
	color: #000000;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
	font-size: 20px;
	color: #ffffff;
}

/*404 Page*/
/*-------------------*/
.error-section {
	padding: 50px 0px 120px;
}

.error-content-area {
	margin: 0 auto;
	max-width: 1005px;
}
.error-content-area .error-title {
	z-index: 1;
	margin-bottom: 30px;
}
.error-content-area .error-title h2,
.error-content-area .error-title span {
	line-height: 1;
	font-weight: 700;
	font-size: 500px;
}
.error-content-area .error-title span {
	top: 30px;
	right: 75px;
	z-index: -1;
	position: absolute;
	font-family: "Oswald", sans-serif;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffbf00;
}
.error-content-area h3 {
	font-size: 60px;
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.error-content-area p {
	font-size: 20px;
	padding-bottom: 40px;
}
.error-content-area .taeled-btn {
	color: #fff;
	margin: 0 auto;
	background-color: #ffbf00;
}
.error-content-area .taeled-btn i {
	color: #121e2d;
	background-color: #fff;
}

.section-title-style-2 h3 {
	color: #f23345;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.section-title-style-2 h2 {
	font-size: 48px;
	font-weight: 600;
	padding-bottom: 35px;
	text-transform: uppercase;
}
.section-title-style-2.title-middle {
	margin: 0 auto;
	max-width: 560px;
}
.section-title-style-2.title-middle h3 {
	color: #111111;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}
.section-title-style-2.title-middle h3:after {
	left: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	background-color: #f23345;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.main-header {
	top: 0;
	z-index: 9;
	width: 100%;
	position: absolute;
}
.main-header .container {
	max-width: 1320px;
	position: relative;
}
.main-header .brand-logo {
	margin-right: 125px;
}
.main-header .menu-navigation {
	padding-top: 10px;
}
.main-header .menu-navigation li {
	margin: 0px 26px;
}
.main-header .menu-navigation li a {
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main-header .menu-navigation li a:after {
	bottom: 27px;
	right: -6px;
	content: ".";
	position: absolute;
	color: #ffaea1;
}
.main-header .menu-side-option {
	margin-top: 5px;
}
.main-header .menu-side-option button {
	padding: 0;
	color: #fff;
	height: 40px;
	width: 40px;
	border: none;
	margin-left: 15px;
	background-color: transparent;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.main-header .menu-side-option button:hover {
	background-color: #ffaea1;
}
.main-header .menu-item-has-children {
	position: relative;
}
.main-header .dropdown:hover .sub-menu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.main-header .sub-menu {
	left: 0;
	top: 70px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-width: 250px;
	display: block;
	border: none;
	border-radius: 0;
	position: absolute;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	background-color: #fff;
	background-clip: inherit;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-origin: center top 0;
	-ms-transform-origin: center top 0;
	transform-origin: center top 0;
	-webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
		0 29px 45px 4px rgba(0, 0, 0, 0.08),
		0 11px 55px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
		0 29px 45px 4px rgba(0, 0, 0, 0.08),
		0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.main-header .sub-menu .sub-menu {
	top: 20px;
	opacity: 0;
	left: 250px;
}
.main-header .sub-menu .sub-menu a {
	color: #121e2d !important;
}
.main-header .sub-menu li {
	display: block;
	margin: 0 !important;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .sub-menu li:last-child {
	border-bottom: none;
}
.main-header .sub-menu li:hover .sub-menu {
	top: 0;
	opacity: 1;
}
.main-header .sub-menu li:hover {
	background-color: #ffbf00;
	padding-left: 15px;
}
.main-header li:hover > a {
	color: #ffc102 !important;
}
.main-header .sub-menu a {
	width: 100%;
	display: block;
	padding: 10px 20px 10px !important;
	color: #121e2d !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.main-header .sub-menu a:after {
	display: none;
}
.main-header .sub-menu a:hover {
	color: #fff !important;
}

.sticky-on {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	position: fixed !important;
	z-index: 9;
	width: 100%;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-transition: 0.7s all ease-in-out;
	-o-transition: 0.7s all ease-in-out;
	transition: 0.7s all ease-in-out;
}

.header-style-one,
.header-style-four {
	padding-top: 40px;
}
.header-style-one.sticky-on,
.header-style-four.sticky-on {
	padding: 15px 0px 20px;
	background-color: #000000;
}

.header-style-two .header-top-wrapper,
.header-style-three .header-top-wrapper,
.header-style-five .header-top-wrapper {
	padding: 7px 0px;
	background-color: #fff;
}
.header-style-two .header-top-wrapper .header-top-contact,
.header-style-two .header-top-wrapper .header-top-location,
.header-style-three .header-top-wrapper .header-top-contact,
.header-style-three .header-top-wrapper .header-top-location,
.header-style-five .header-top-wrapper .header-top-contact,
.header-style-five .header-top-wrapper .header-top-location {
	float: left;
}
.header-style-two .header-top-wrapper .header-top-contact a,
.header-style-two .header-top-wrapper .header-top-location a,
.header-style-three .header-top-wrapper .header-top-contact a,
.header-style-three .header-top-wrapper .header-top-location a,
.header-style-five .header-top-wrapper .header-top-contact a,
.header-style-five .header-top-wrapper .header-top-location a {
	font-size: 14px;
	margin-right: 30px;
}
.header-style-two .header-top-wrapper .header-top-contact a i,
.header-style-two .header-top-wrapper .header-top-location a i,
.header-style-three .header-top-wrapper .header-top-contact a i,
.header-style-three .header-top-wrapper .header-top-location a i,
.header-style-five .header-top-wrapper .header-top-contact a i,
.header-style-five .header-top-wrapper .header-top-location a i {
	color: #ffaea1;
	margin-right: 8px;
}
.header-style-two .header-top-wrapper .header-top-contact a span,
.header-style-two .header-top-wrapper .header-top-location a span,
.header-style-three .header-top-wrapper .header-top-contact a span,
.header-style-three .header-top-wrapper .header-top-location a span,
.header-style-five .header-top-wrapper .header-top-contact a span,
.header-style-five .header-top-wrapper .header-top-location a span {
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.header-style-two .header-top-wrapper .header-top-location,
.header-style-three .header-top-wrapper .header-top-location,
.header-style-five .header-top-wrapper .header-top-location {
	float: right;
}
.header-style-two .header-top-wrapper .header-top-location a,
.header-style-three .header-top-wrapper .header-top-location a,
.header-style-five .header-top-wrapper .header-top-location a {
	margin-right: 0;
}
.header-style-two .header-menu-wrap,
.header-style-three .header-menu-wrap,
.header-style-five .header-menu-wrap {
	padding-top: 40px;
}
.header-style-two .menu-navigation li a,
.header-style-three .menu-navigation li a,
.header-style-five .menu-navigation li a {
	color: #121e2d;
}
.header-style-two .menu-side-option button,
.header-style-three .menu-side-option button,
.header-style-five .menu-side-option button {
	color: #121e2d;
}
.header-style-two .menu-side-option button:hover,
.header-style-three .menu-side-option button:hover,
.header-style-five .menu-side-option button:hover {
	color: #fff;
}
.header-style-two.sticky-on,
.header-style-three.sticky-on,
.header-style-five.sticky-on {
	top: 0px;
	padding-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.header-style-two.sticky-on .header-top-wrapper,
.header-style-three.sticky-on .header-top-wrapper,
.header-style-five.sticky-on .header-top-wrapper {
	display: none;
}
.header-style-two.sticky-on,
.header-style-three.sticky-on,
.header-style-five.sticky-on {
}
.header-style-three .menu-navigation li a,
.header-style-three .menu-side-option button {
	color: #fff;
}
.header-style-three .menu-side-option button:hover {
	background-color: #ffbf00;
}
.header-style-three.sticky-on {
	background-color: #000;
}

.header-style-five .header-menu-wrap {
	padding: 38px 0;
	background-color: #ffbf00;
}
.header-style-five .sub-menu {
	top: 65px;
}
.header-style-five .main-header .menu-navigation {
	padding-top: 13px;
}
.header-style-five .menu-navigation li a {
	color: #fff;
	padding-bottom: 40px;
}
.header-style-five .menu-navigation li a:after {
	bottom: 38px;
}
.header-style-five .menu-side-option button {
	color: #fff;
}
.header-style-five .menu-side-option button:hover {
	background-color: #121e2d;
}
.header-style-five.sticky-on {
	padding-bottom: 0;
}
.header-style-five.sticky-on .sub-menu {
	top: 58px;
}
.header-style-five.sticky-on .header-menu-wrap {
	padding: 25px 0px;
}

.header-style-two.sticky-on .search-popup,
.header-style-three.sticky-on .search-popup,
.header-style-five.sticky-on .search-popup {
	top: 0px;
}
.header-style-two.sticky-on .taeled-side-inner,
.header-style-three.sticky-on .taeled-side-inner,
.header-style-five.sticky-on .taeled-side-inner {
	top: 0px;
}

.header-style-six {
	z-index: 10;
	padding-top: 45px;
}
.header-style-six .container {
	max-width: 1200px;
}
.header-style-six .menu-navigation li {
	margin-left: 40px;
	margin-right: 0;
}
.header-style-six .menu-navigation li a:after {
	display: none;
}
.header-style-six.sticky-on {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000000;
}

.header-cta-btn {
	font-weight: 600;
	margin-left: 50px;
	font-family: "Oswald", sans-serif;
}
.header-cta-btn a {
	color: #fff;
	font-size: 20px;
}
.header-cta-btn i {
	width: 50px;
	color: #fff;
	height: 50px;
	float: left;
	font-size: 18px;
	margin-right: 20px;
	line-height: 45px;
	border-radius: 100%;
	border: 2px solid #fff568;
}
.header-cta-btn span {
	padding-top: 12px;
	display: inline-block;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.slider-wrapper {
	margin: 0 auto;
	max-width: 1920px;
}

.slider-main-wrap .slider-text-wrap {
	max-width: 850px;
}
.slider-main-wrap .slider-text-wrap .slider-tag-item {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}
.slider-main-wrap .slider-text-wrap .slider-tag-item span {
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-right: 40px;
}
.slider-main-wrap .slider-text-wrap .slider-tag-item span:after {
	top: 5px;
	width: 2px;
	right: 15px;
	content: "";
	height: 15px;
	position: absolute;
	background-color: #293c53;
}
.slider-main-wrap .slider-text-wrap .slider-tag-item span:last-child:after {
	display: none;
}
.slider-main-wrap .slider-text-wrap h1 {
	opacity: 0;
	color: #fff;
	font-size: 100px;
	font-weight: 700;
	line-height: 1.1;
	padding: 15px 0px 30px;
	text-transform: uppercase;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
.slider-main-wrap .slider-text-wrap p {
	opacity: 0;
	font-size: 18px;
	max-width: 630px;
	padding-bottom: 35px;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}
.slider-main-wrap .slider-text-wrap .slider-btn {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.slider-main-wrap .slider-text-wrap .slider-btn .taeled-btn {
	margin-right: 18px;
	display: inline-block;
}

.slider-bg-text {
	left: 0;
	color: #fff;
	bottom: 0px;
	line-height: 1;
	font-size: 440px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.slider-deco1 {
	top: 250px;
	left: 105px;
}

.slider-deco2 {
	z-index: 1;
	top: 180px;
	right: 45%;
}

.slider-deco3 {
	left: 45%;
	bottom: 80px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-style-one {
	padding: 380px 0px 260px;
	background-color: #121e2d;
}
.slider-style-one .slider-img-wrap {
	top: -90px;
	right: 230px;
	position: absolute;
	-webkit-animation: fadeInRight 0.9s both 1s;
	animation: fadeInRight 0.9s both 1s;
}
.slider-style-one .slider-img-wrap span {
	top: 55px;
	z-index: -1;
	position: absolute;
}
.slider-style-one .slider-img-wrap span.img-circle-shape1 {
	right: -80px;
}
.slider-style-one .slider-img-wrap span.img-circle-shape2 {
	top: 30px;
	right: -50px;
}
.slider-style-one .slider-deco4 {
	top: 0;
	right: 0;
	-webkit-animation: slideInRight 1.8s both 1s;
	animation: slideInRight 1.8s both 1s;
}
.slider-style-one .slider-deco5 {
	left: -50px;
	bottom: -80px;
	-webkit-animation: zoomIn 1.7s both 0.3s;
	animation: zoomIn 1.7s both 0.3s;
}

.slider-style-two {
	padding: 380px 0px 260px;
	background-color: #eef2f5;
}
.slider-style-two .slider-main-wrap .slider-text-wrap .slider-tag-item span {
	color: #121e2d;
}
.slider-style-two
	.slider-main-wrap
	.slider-text-wrap
	.slider-tag-item
	span:after {
	background-color: #ffaea1;
}
.slider-style-two .slider-main-wrap .slider-text-wrap h1 {
	color: #121e2d;
	padding-bottom: 10px;
}
.slider-style-two .slider-main-wrap .slider-text-wrap .slider-btn .taeled-btn {
	background-color: #121e2d;
}
.slider-style-two
	.slider-main-wrap
	.slider-text-wrap
	.slider-btn
	.taeled-btn
	a {
	color: #fff;
}
.slider-style-two
	.slider-main-wrap
	.slider-text-wrap
	.slider-btn
	.taeled-btn
	i {
	background-color: #fff;
	color: #121e2d;
}
.slider-style-two .slider-main-img {
	top: 0;
	right: 70px;
	position: absolute;
	-webkit-animation: zoomIn 1.7s both 0.3s;
	animation: zoomIn 1.7s both 0.3s;
}

.slider-style-three {
	z-index: 1;
	background-color: #ffbf00;
}
.slider-style-three .slider-wrapper-three {
	margin: 0 auto;
	max-width: 1920px;
	padding: 370px 0px 240px;
}
.slider-style-three .slider-bg-text {
	left: -100px;
	color: #ef4211;
	z-index: -1;
	font-size: 300px;
}
.slider-style-three .slider-banner-img {
	right: 0;
	top: 40px;
	z-index: -1;
}
.slider-style-three .slider-banner-img:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider-style-three
	.slider-main-wrap
	.slider-text-wrap
	.slider-tag-item
	span:after {
	background-color: #fff;
}
.slider-style-three .slider-main-wrap .slider-text-wrap p {
	color: #fff;
}
.slider-style-three .slider-main-wrap .slider-text-wrap p span {
	display: inline-block;
	padding: 0px 10px 5px 0px;
	background-color: #ffbf00;
}
.slider-style-three .slider-main-wrap .slider-text-wrap h1 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px 15px 20px 0px;
	background-color: #ffbf00;
}

.slider-style-four {
	padding: 290px 0px 360px;
}
.slider-style-four .slider-main-wrap .slider-text-wrap {
	margin: 0 auto;
}
.slider-style-four .slider-main-wrap .slider-text-wrap p {
	color: #fff;
	margin: 0 auto;
}

#slider-main .owl-item.active .slider-tag-item {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
#slider-main .owl-item.active p {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
#slider-main .owl-item.active h1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
#slider-main .owl-item.active .slider-btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
	-webkit-transition-delay: 2100ms;
	-o-transition-delay: 2100ms;
	transition-delay: 2100ms;
}

.taeled-btn-2 {
	width: 200px;
	background-color: #42b885;
}
.taeled-btn-2 i {
	background-color: #00746b;
}

.slider-style-six {
	padding: 320px 0px;
}
.slider-style-six .banner-slider-text {
	color: #fff;
	max-width: 530px;
}
.slider-style-six .banner-slider-text h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 5px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.slider-style-six .banner-slider-text h2:after {
	left: 0;
	bottom: -2px;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	background-color: #fff568;
}
.slider-style-six .banner-slider-text h1 {
	font-size: 72px;
	font-weight: 600;
	padding: 5px 0px 40px;
	text-transform: uppercase;
}
.slider-style-six .banner-slider-text p {
	font-size: 24px;
	padding-bottom: 50px;
}
.slider-style-six .banner-slider-img {
	top: 0;
	right: -220px;
	position: absolute;
	-webkit-mask-image: url(../img/banner/img-mask.png);
	mask-image: url(../img/banner/img-mask.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@keyframes icon-bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.feature-section {
	padding: 120px 0px 0px;
	background-color: #eef2f5;
}
.feature-section .feature-banner {
	padding-top: 80px;
}
.feature-section .feature-inner-box {
	width: 50%;
	float: left;
	padding: 40px;
	max-width: 360px;
	margin-bottom: 40px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.feature-section .feature-inner-box:hover .feature-icon {
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
	animation: icon-bounce 0.8s ease-out infinite;
}
.feature-section .feature-inner-box:nth-child(2),
.feature-section .feature-inner-box:nth-child(3) {
	background-color: #fff;
}
.feature-section .feature-inner-box .feature-icon {
	z-index: 1;
	margin-right: 20px;
}
.feature-section .feature-inner-box .feature-icon i {
	line-height: 1;
	font-size: 50px;
}
.feature-section .feature-inner-box .feature-icon:before {
	left: 0;
	top: 3px;
	width: 33px;
	content: "";
	z-index: -1;
	height: 33px;
	position: absolute;
	background-color: #ffaea1;
}
.feature-section .feature-inner-box .feature-text h3 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: "Oswald", sans-serif;
}
.feature-section .feature-inner-box .feature-text p {
	font-size: 14px;
}
.feature-section .feature-text-area {
	padding-top: 30px;
}
.feature-section .feature-text-area .taeled-btn {
	background-color: #fff;
}
.feature-section .feature-text-area .feature-text-details {
	margin-bottom: 40px;
}

.feature-section-2 {
	padding: 30px;
}

.feature-innerbox-area {
	z-index: 1;
	padding: 50px 40px;
	background-color: #eef2f5;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .icon-bg {
	top: 30px;
	right: 30px;
	z-index: -1;
	line-height: 1;
}
.feature-innerbox-area .icon-bg i {
	color: #e4eaee;
	font-size: 160px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-icon {
	z-index: 1;
	margin-bottom: 5px;
}
.feature-innerbox-area .feature-box-icon i {
	line-height: 1;
	font-size: 70px;
	color: #ffaea1;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-icon:after {
	top: 0;
	content: "";
	z-index: -1;
	right: -35px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: absolute;
	background-color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-text {
	font-size: 18px;
	line-height: 1.556;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.feature-innerbox-area .feature-box-text a {
	font-weight: 700;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.feature-innerbox-area:hover {
	background-color: #05297e;
}
.feature-innerbox-area:hover .feature-box-text {
	color: #fff;
}
.feature-innerbox-area:hover .feature-box-icon i {
	color: #fff;
}
.feature-innerbox-area:hover .feature-box-icon:after {
	background-color: #143686;
}
.feature-innerbox-area:hover .icon-bg i {
	color: #143686;
}

.feature-content-3 .feature-innerbox-area .feature-box-icon i {
	color: #ffbf00;
}
.feature-content-3 .feature-innerbox-area:hover {
	background-color: #ffbf00;
}
.feature-content-3 .feature-innerbox-area:hover .feature-box-icon i {
	color: #fff;
}
.feature-content-3 .feature-innerbox-area:hover .feature-box-icon:after {
	background-color: #ff6337;
}
.feature-content-3 .feature-innerbox-area:hover .icon-bg i {
	color: #ff5525;
}

.feature-video-section {
	top: -95px;
	z-index: 5;
	overflow: visible;
}

.feature-video-img-text .feature-video-text {
	width: 90%;
	top: -50px;
	margin: 0 auto;
	padding: 30px 35px;
	background-color: #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
}
.feature-video-img-text .feature-video-text span {
	font-size: 18px;
	color: #00c3ff;
}
.feature-video-img-text .feature-video-text h3 {
	font-size: 24px;
	font-weight: 600;
}
.feature-video-img-text .feature-video-text .f-video-play {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.feature-video-img-text .feature-video-text .f-video-play a {
	color: #fff;
	width: 100%;
	display: block;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.about-section {
	padding: 120px 0px 65px;
}

.about-left-text .about-text-details {
	max-width: 460px;
	padding-bottom: 32px;
}

.about-right-img:after {
	top: 50px;
	width: 0;
	height: 0;
	right: 80px;
	content: "";
	position: absolute;
	border-bottom: 155px solid #ffaea1;
	border-right: 155px solid transparent;
}
.about-right-img .about-top-img {
	left: -65px;
}
.about-right-img .about-bottom-img {
	top: -55px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.1);
}

.about-mission-vission {
	margin-bottom: 40px;
}
.about-mission-vission .ab-mission-vission-area {
	width: 50%;
	float: left;
	padding-left: 25px;
}
.about-mission-vission .ab-mission-vission-area h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
}
.about-mission-vission .ab-mission-vission-area h3:before {
	top: 10px;
	left: -25px;
	width: 6px;
	content: "";
	height: 6px;
	position: absolute;
	background-color: #e1e7ef;
}

.about-section-3 {
	padding: 120px 0px;
}

.about-content-3 .about-img-wrap {
	z-index: 1;
}
.about-content-3 .about-img-wrap .img-shape {
	z-index: -1;
}
.about-content-3 .about-img-wrap .img-shape:nth-child(1) {
	top: 50%;
	left: -60px;
}
.about-content-3 .about-img-wrap .img-shape:nth-child(2) {
	top: 60px;
	right: 110px;
}
.about-content-3 .about-img-bottom {
	right: 0;
	bottom: -70px;
	position: absolute;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
}
.about-content-3 .about-text-wrapper {
	padding: 50px 0px 0px 40px;
}
.about-content-3 .about-text-wrapper .about-text-details {
	padding: 25px 0px 45px;
}
.about-content-3 .about-mission-vission {
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap {
	width: 50%;
	float: left;
	padding: 30px;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap:after,
.about-content-3 .about-mission-vission .ab-mission-vission-wrap:before {
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap:before {
	right: 0;
	width: 0px;
	z-index: 2;
	left: auto;
	background-color: #ffbf00;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap:after {
	z-index: 1;
	background-color: #121e2d;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap .icon-bg {
	top: 15px;
	right: 15px;
	z-index: -1;
	line-height: 1;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap .icon-bg i {
	color: #f0f0f0;
	font-size: 80px;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap h3 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 18px;
}
.about-content-3 .about-mission-vission .ab-mission-vission-wrap p {
	max-width: 205px;
}

.about-section-4 {
	padding-bottom: 120px;
}

.about-content-wrapper-4 .about-text-wrapper {
	padding-top: 45px;
}
.about-content-wrapper-4 .about-text-wrapper .section-title span {
	color: #00c3ff;
}
.about-content-wrapper-4 .about-text-wrapper .about-text-details {
	padding-bottom: 30px;
}
.about-content-wrapper-4
	.about-text-wrapper
	.about-mission-vission
	.ab-mission-vission-area
	h3:before {
	background-color: #00c3ff;
}
.about-content-wrapper-4 .about-text-wrapper .taeled-btn a {
	color: #fff;
}
.about-content-wrapper-4 .about-text-wrapper .taeled-btn i {
	color: #121e2d;
	background-color: #fff;
}

/*About Page*/
/*---------------*/
.about-page-about-section {
	padding: 120px 0px;
}
.about-page-about-section .about-page-about-img .about-page-img2 {
	right: 0;
	top: 220px;
	position: absolute;
}
.about-page-about-section .about-page-text-wrapper {
	padding-top: 35px;
	padding-left: 30px;
}
.about-page-about-section .about-page-text-wrapper .about-page-text {
	margin-top: 25px;
}
.about-page-about-section .about-page-text-wrapper .about-page-text p {
	padding-bottom: 30px;
}
.about-page-about-section .about-page-text-wrapper .about-award-icon-text {
	width: 50%;
	float: left;
	margin-top: 10px;
	position: relative;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text:after {
	top: 10px;
	right: 25px;
	width: 2px;
	content: "";
	height: 70px;
	position: absolute;
	background-color: #fcf5f5;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text:last-child:after {
	display: none;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text:last-child
	.about-award-icon:after {
	top: -10px;
	left: auto;
	right: -10px;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text
	.about-award-icon {
	margin-right: 20px;
	position: relative;
	z-index: 1;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text
	.about-award-icon:after {
	left: -10px;
	bottom: 10px;
	width: 80px;
	content: "";
	height: 80px;
	z-index: -1;
	position: absolute;
	border-radius: 100%;
	background-color: #c3e0ff;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text
	.about-award-icon
	i {
	line-height: 1;
	font-size: 100px;
	color: #ffbf00;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text
	.about-award-text {
	padding-top: 22px;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text
	.about-award-text
	h4 {
	font-size: 30px;
	font-weight: 700;
	color: #ffbf00;
}
.about-page-about-section
	.about-page-text-wrapper
	.about-award-icon-text
	.about-award-text
	p {
	font-weight: 500;
}

.app-taeled-about-section-6 {
	padding-bottom: 160px;
}

.app-taeled-about-text-6 {
	padding-left: 100px;
}

.app-taeled-about-feature {
	margin: 25px 0px 30px;
}

.app-td-about-mission-vission {
	margin-bottom: 25px;
}
.app-td-about-mission-vission h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.counter-section {
	padding: 120px 0px 110px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eef2f5),
		to(white)
	);
	background-image: -o-linear-gradient(top, #eef2f5 0%, white 100%);
	background-image: linear-gradient(-180deg, #eef2f5 0%, white 100%);
}

.counter-boxed {
	padding-right: 90px;
	display: inline-block;
}
.counter-boxed:after {
	top: 40%;
	right: 45px;
	width: 2px;
	content: "";
	height: 100px;
	position: absolute;
	background-color: #d6e0e7;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.counter-boxed:nth-child(2) {
	padding-right: 0;
}
.counter-boxed:nth-child(2):after {
	display: none;
}

.counter-boxed .graph-outer {
	width: 200px;
	height: 200px;
	text-align: center;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: #ffffff;
}

.counter-boxed .graph-outer h3 {
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
}

.counter-boxed .count-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: 16px;
	color: #19274d;
	font-weight: 700;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.counter-boxed .count-box .count-text {
	position: relative;
	font-size: 60px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}

.counter-text-item {
	margin-top: 15px;
}
.counter-text-item h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.333;
	text-transform: uppercase;
}
.counter-text-item .counter-author .counter-author-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 30px;
}
.counter-text-item .counter-author .counter-author-text {
	margin-top: 35px;
}
.counter-text-item .counter-author .counter-author-text h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
}
.counter-text-item .counter-author .counter-author-text span {
	font-size: 16px;
	font-weight: 600;
	color: #ffaea1;
	font-family: "Oswald", sans-serif;
}

.counter-section-2 {
	padding: 115px 0px;
	background-color: #eff3f6;
}
.counter-section-2 .section-title span {
	color: #00c3ff;
}
.counter-section-2 .counter-content {
	padding-top: 75px;
}
.counter-section-2 .counter-content .counter-boxed {
	display: inherit;
	text-align: center;
	padding-right: 0;
}
.counter-section-2 .counter-content .counter-boxed:after {
	right: -10px;
}
.counter-section-2 .counter-content .col-lg-3:last-child .counter-boxed:after {
	display: none;
}

.app-td-counter-section {
	padding-top: 150px;
	overflow: visible;
}
.app-td-counter-section .countdown-bg {
	top: -80px;
	right: 0px;
	width: 55%;
	height: 100%;
	position: absolute;
}

.app-td-counter-wrapper {
	max-width: 380px;
}
.app-td-counter-wrapper .app-td-counter-inner {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e2e0e0;
}
.app-td-counter-wrapper .app-td-counter-inner h2 {
	line-height: 1;
	color: #3fb97a;
	font-size: 72px;
	font-weight: 600;
	max-width: 150px;
	margin-right: 15px;
}
.app-td-counter-wrapper .app-td-counter-inner h3 {
	color: #111111;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}
.app-td-counter-wrapper .app-td-counter-inner:last-child {
	border-bottom: none;
}
.app-td-counter-wrapper .app-td-counter-inner:nth-child(2) h2 {
	color: #78d2ce;
}
.app-td-counter-wrapper .app-td-counter-inner:nth-child(3) h2 {
	color: #e3ca18;
}

/*---------------------------------------------------- */
/*Gallery area*/
/*----------------------------------------------------*/
.gallery-section {
	margin: 0 auto;
	max-width: 1920px;
}

.gallery-content {
	margin: 0px -75px;
}

.gallery-play-btn {
	left: 0;
	top: 50%;
	right: 0;
	height: 0;
	opacity: 0;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.gallery-play-btn a {
	width: 100%;
	display: block;
}
.gallery-play-btn h3 {
	font-size: 16px;
	font-weight: 600;
}

.gallery-img-text {
	width: 25%;
	float: left;
	padding: 0px 25px;
}
.gallery-img-text:hover .gallery-play-btn {
	opacity: 1;
	height: 100px;
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.pricing-plan-section {
	padding: 120px 0px;
}
.pricing-plan-section .pricing-plan-text {
	max-width: 400px;
	padding-top: 130px;
}
.pricing-plan-section .pricing-plan-text .section-title h2 {
	font-size: 42px;
}
.pricing-plan-section .pricing-plan-text .pricing-details {
	padding-top: 15px;
}
.pricing-plan-section .pricing-plan-tab-btn {
	margin-top: 35px;
}
.pricing-plan-section .pricing-plan-tab-btn .nav-tabs {
	border: none;
}
.pricing-plan-section .pricing-plan-tab-btn .nav-tabs .nav-link.active {
	background-color: transparent;
}
.pricing-plan-section .pricing-plan-tab-btn .nav {
	display: inherit;
}
.pricing-plan-section .pricing-plan-tab-btn .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.pricing-plan-section .pricing-plan-tab-btn li {
	font-size: 18px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	margin-bottom: 18px;
}
.pricing-plan-section .pricing-plan-tab-btn li a {
	padding-left: 45px;
	position: relative;
}
.pricing-plan-section .pricing-plan-tab-btn li a:before {
	top: 0;
	left: 0;
	width: 24px;
	content: "";
	height: 24px;
	position: absolute;
	border: 2px solid #eaf0f7;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.pricing-plan-section .pricing-plan-tab-btn li a:after {
	top: 8px;
	left: 8px;
	width: 8px;
	content: "";
	height: 8px;
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background-color: #ffaea1;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.pricing-plan-section .pricing-plan-tab-btn li a.active:before {
	border: 2px solid #ffaea1;
}
.pricing-plan-section .pricing-plan-tab-btn li a.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pricing-table-inner {
	float: left;
	width: 360px;
	position: relative;
	padding: 55px 50px 60px;
	background-color: #121e2d;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.pricing-table-inner .pricing-value .package-plan {
	color: #fff;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}
.pricing-table-inner .pricing-value .currency-sign {
	color: #ffaea1;
}
.pricing-table-inner .pricing-value h3 {
	color: #fff;
	line-height: 1;
	font-size: 120px;
	font-weight: 700;
	display: inline-block;
}
.pricing-table-inner .pricing-value h3 span {
	color: #6a798c;
	font-size: 16px;
}
.pricing-table-inner .pricing-service-list {
	margin: 45px 0px 50px;
}
.pricing-table-inner .pricing-service-list li {
	color: #fff;
	font-size: 18px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 25px;
}
.pricing-table-inner .pricing-service-list li:before {
	left: 0;
	top: 0;
	width: 30px;
	content: "";
	height: 30px;
	position: absolute;
	background-color: #182637;
}
.pricing-table-inner .pricing-service-list li:after {
	top: 0px;
	left: 7px;
	font-size: 16px;
	content: "";
	position: absolute;
	color: #ffaea1;
	font-family: Flaticon;
}
.pricing-table-inner .taeled-btn {
	width: 210px;
	margin: 0 auto;
}
.pricing-table-inner:nth-child(1) {
	z-index: 2;
	-webkit-animation: slideInRight 0.5s both 0.3s;
	animation: slideInRight 0.5s both 0.3s;
}
.pricing-table-inner:nth-child(2) {
	z-index: 1;
	width: 340px;
	margin-top: 25px;
	background-color: #eef2f5;
	padding: 55px 50px 60px 25px;
	-webkit-animation: slideInLeft 0.5s both 0.3s;
	animation: slideInLeft 0.5s both 0.3s;
}
.pricing-table-inner:nth-child(2) .pricing-value .package-plan {
	color: #121e2d;
}
.pricing-table-inner:nth-child(2) .pricing-value h3 {
	color: #121e2d;
}
.pricing-table-inner:nth-child(2) .pricing-service-list li {
	color: #121e2d;
}
.pricing-table-inner:nth-child(2) .taeled-btn {
	background-color: #fff;
}

.pricing-table-wrapper {
	padding-left: 50px;
}
.pricing-table-wrapper .tab-content .active {
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.pricing-table-wrapper .tab-content .active .pricing-table-inner {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.pricing-table-wrapper .tab-content .active .pricing-table-inner:nth-child(2) {
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.portfolio-section .portfolio-img-item .portfolio-text {
	left: 0;
	top: 50%;
	right: 0;
	width: 80%;
	opacity: 0;
	height: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #121e2d;
	-webkit-transition: all 700ms ease-out 0s;
	-o-transition: all 700ms ease-out 0s;
	transition: all 700ms ease-out 0s;
	-webkit-transform: translateY(-50%) rotateY(180deg) scale(0.5, 0.5);
	transform: translateY(-50%) rotateY(180deg) scale(0.5, 0.5);
}
.portfolio-section .portfolio-img-item .portfolio-text span {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #ffaea1;
}
.portfolio-section .portfolio-img-item .portfolio-text h3 {
	width: 100%;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	padding-top: 10px;
}
.portfolio-section .portfolio-img-item:hover .portfolio-text {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotateY(0deg) scale(1, 1);
	transform: translateY(-50%) rotateY(0deg) scale(1, 1);
}
.portfolio-section .grid-sizer {
	width: 25%;
}
.portfolio-section .grid-sizer,
.portfolio-section .grid-item {
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.portfolio-section .grid-sizer img,
.portfolio-section .grid-item img {
	width: 100%;
}
.portfolio-section .grid-size-25 {
	width: 25%;
}
.portfolio-section .grid-size-25 .portfolio-text h3 {
	font-size: 30px;
}
.portfolio-section .grid-size-50 {
	width: 50%;
}
.portfolio-section .grid-size-75 {
	width: 75%;
}

.portfolio-section-2 {
	padding: 120px 0px;
	background-color: #eef2f5;
}
.portfolio-section-2 .portfolio-slider-item .owl-dots {
	top: 50%;
	left: -165px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-section-2 .portfolio-slider-item .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 8px 0px;
	background-color: #fff;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.portfolio-section-2 .portfolio-slider-item .owl-dots .owl-dot.active {
	height: 24px;
	background-color: #ffaea1;
}
.portfolio-section-2 .portfolio-text-2 {
	padding: 95px 0px 0px 35px;
}
.portfolio-section-2 .portfolio-text-2 .portfolio-logo {
	margin-bottom: 38px;
}
.portfolio-section-2 .portfolio-text-2 .portfolio-text-details {
	font-size: 18px;
	padding: 25px 0px 35px 0px;
}
.portfolio-section-2 .portfolio-text-2 .taeled-btn {
	background-color: #fff;
}

.portfolio-section-4 {
	z-index: 1;
}
.portfolio-section-4:after {
	bottom: 0;
	content: "";
	width: 100%;
	z-index: -1;
	height: 215px;
	position: absolute;
	background-color: #eff3f6;
}
.portfolio-section-4 .title-border h2 {
	padding-bottom: 40px;
}

.portfolio-slider-area {
	background-color: #fff;
	padding: 100px 0px 100px 100px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.08);
}

.portfolio-slider-4 .owl-nav {
	left: -36%;
	height: 60px;
	width: 110px;
	bottom: 0px;
	position: absolute;
	padding: 10px 5px;
}
.portfolio-slider-4 .owl-nav .owl-prev,
.portfolio-slider-4 .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	color: #fff;
	margin: 0px 5px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border: 2px solid #91bbda;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.portfolio-slider-4 .owl-nav .owl-prev:hover,
.portfolio-slider-4 .owl-nav .owl-next:hover {
	color: #121e2d;
	background-color: #fff;
	border: 2px solid #fff;
}

.portfolio-slider-inner-area {
	position: relative;
	margin-right: -625px;
}
.portfolio-slider-inner-area .portfolio-img-innerbox .portfolio-btn-box {
	top: 40%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.portfolio-slider-inner-area
	.portfolio-img-innerbox
	.portfolio-btn-box
	.taeled-btn {
	margin: 0 auto;
	color: #fff;
}
.portfolio-slider-inner-area
	.portfolio-img-innerbox
	.portfolio-btn-box
	.taeled-btn
	i {
	color: #121e2d;
	background-color: #fff;
}
.portfolio-slider-inner-area .portfolio-img-innerbox:hover .portfolio-btn-box {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.portfolio-text-4 {
	padding-right: 55px;
}
.portfolio-text-4 .section-title h2 {
	font-size: 36px;
}

/*Portfolio Page*/
/*---------------*/
.case-study-section {
	padding: 120px 0px;
}

.case-study-img-text {
	margin-bottom: 35px;
}
.case-study-img-text .case-study-img {
	margin-bottom: 25px;
}
.case-study-img-text .case-study-img:after {
	top: 0;
	left: 0;
	height: 0%;
	opacity: 0;
	content: "";
	width: 100%;
	visibility: hidden;
	position: absolute;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	background-color: #121e2d;
}
.case-study-img-text .case-study-img .taeled-btn {
	top: 60%;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	color: #fff;
	margin: 0 auto;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffbf00;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
.case-study-img-text .case-study-img .taeled-btn i {
	color: #121e2d;
	background-color: #fff;
}
.case-study-img-text .case-study-text span a {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	display: inline-block;
}
.case-study-img-text .case-study-text h3 {
	font-size: 24px;
	font-weight: 700;
	max-width: 340px;
	line-height: 1.417;
	text-transform: uppercase;
}
.case-study-img-text .case-study-text h3:hover {
	color: #ffbf00;
}
.case-study-img-text:hover .case-study-img:after {
	height: 100%;
	opacity: 0.902;
	visibility: visible;
}
.case-study-img-text:hover .taeled-btn {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.portfolio-pagination {
	margin-top: 20px;
	font-family: "Oswald", sans-serif;
}
.portfolio-pagination li {
	width: 70px;
	height: 70px;
	font-size: 14px;
	font-weight: 700;
	line-height: 70px;
	margin: 0px 4px;
	background-color: #f5f8f9;
}
.portfolio-pagination li a {
	width: 100%;
	display: block;
}
.portfolio-pagination li a:hover {
	color: #fff;
	background-color: #ffbf00;
}

.case-history-section {
	z-index: 1;
	padding: 120px 0px 180px;
}
.case-history-section .section-title span,
.case-history-section .section-title h2 {
	color: #fff;
}
.case-history-section .background_overlay {
	z-index: -1;
	background-color: rgba(255, 75, 26, 0.8);
}
.case-history-section .case-history-content {
	margin-top: 75px;
	padding: 0px 160px;
	position: relative;
}
.case-history-section .case-history-content:after {
	top: 61%;
	left: 0;
	content: "";
	right: 0;
	height: 5px;
	width: 85%;
	margin: 0 auto;
	position: absolute;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.case-history-section .case-history-innerbox {
	max-width: 300px;
	margin: 0px 45px;
	display: inline-block;
}
.case-history-section .case-history-innerbox .case-history-timeline {
	margin-bottom: 80px;
}
.case-history-section .case-history-innerbox .case-history-timeline h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.case-history-section .case-history-innerbox .case-history-text {
	padding: 30px;
	background-color: #fff;
}
.case-history-section .case-history-innerbox .case-history-text h3 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.case-history-section .case-history-innerbox .case-history-text:after {
	left: 50%;
	top: -10px;
	content: "";
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.case-history-section .case-history-innerbox:nth-child(odd) {
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
}
.case-history-section
	.case-history-innerbox:nth-child(even)
	.case-history-timeline {
	margin-top: 100px;
}
.case-history-section
	.case-history-innerbox:nth-child(even)
	.case-history-text:after {
	top: auto;
	bottom: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: none;
}

/*Portfolio Details Page*/
/*---------------*/
.portfolio-details-section {
	padding: 120px 0px;
}
.portfolio-details-section .portfolio-details-overview {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 50px 50px 45px;
	border: 2px solid #e8eef5;
}
.portfolio-details-section
	.portfolio-details-overview
	.portfolio-overview-filter {
	float: left;
}
.portfolio-details-section
	.portfolio-details-overview
	.portfolio-overview-filter
	li {
	margin-right: 60px;
}
.portfolio-details-section
	.portfolio-details-overview
	.portfolio-overview-filter
	h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.portfolio-details-section
	.portfolio-details-overview
	.portfolio-overview-filter
	span {
	font-weight: 600;
}
.portfolio-details-section .portfolio-details-overview .taeled-btn {
	float: right;
	border: 2px solid #e8eef5;
	background-color: transparent;
}
.portfolio-details-section .portfolio-details-overview .taeled-btn i {
	background-color: #ffbf00;
}
.portfolio-details-section .portfolio-details-text article {
	margin: 15px 0px;
}
.portfolio-details-section .portfolio-details-img,
.portfolio-details-section .portfolio-details-video {
	padding: 30px 0px 15px;
}
.portfolio-details-section .portfolio-details-video-play {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	background-color: #fff;
}
.portfolio-details-section .portfolio-details-video-play i {
	color: #ffbf00;
}
.portfolio-details-section .portfolio-next-prev-post {
	padding: 20px;
	background-color: #eef2f5;
	transition: 500ms all ease;
}
.portfolio-details-section .portfolio-next-prev-post .portfolio-np-img {
	height: 80px;
	width: 130px;
	margin-right: 20px;
}
.portfolio-details-section .portfolio-next-prev-post .portfolio-np-text {
	font-weight: 700;
	padding-top: 10px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	transition: 500ms all ease;
}
.portfolio-details-section .portfolio-next-prev-post .portfolio-np-text span {
	font-size: 14px;
	color: #ffbf00;
	transition: 500ms all ease;
}
.portfolio-details-section .portfolio-next-prev-post .portfolio-np-text h3 {
	margin-top: 5px;
	font-size: 24px;
	transition: 500ms all ease;
}
.portfolio-details-section .portfolio-details-post-area {
	padding-top: 40px;
	margin: 0px 15px;
}
.portfolio-details-section
	.portfolio-details-post-area
	.col-md-6:nth-child(2)
	.portfolio-next-prev-post
	.portfolio-np-img {
	margin-right: 0;
	margin-left: 20px;
}
.portfolio-details-section
	.portfolio-details-post-area
	.portfolio-next-prev-post:hover {
	background-color: #ffbf00;
}
.portfolio-details-section
	.portfolio-details-post-area
	.portfolio-next-prev-post:hover
	.portfolio-np-text
	span {
	color: #fff;
}
.portfolio-details-section
	.portfolio-details-post-area
	.portfolio-next-prev-post:hover
	.portfolio-np-text
	h3 {
	color: #fff;
}

/*---------------------------------------------------- */
/*FAQ area*/
/*----------------------------------------------------*/
.faq-section-1 {
	padding: 120px 0px;
}

.faq-side-img {
	margin-top: 40px;
	overflow: hidden;
}
.faq-side-img:before {
	right: 0;
	top: -15%;
	width: 80%;
	left: -46%;
	content: "";
	opacity: 0.8;
	height: 80%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffaea1;
}
.faq-side-img .faq-exp-box {
	top: 50px;
	left: 50px;
	color: #fff;
	font-weight: 600;
	max-width: 155px;
	position: absolute;
}
.faq-side-img .faq-exp-box h2 {
	line-height: 1;
	font-size: 80px;
	display: inline-block;
}
.faq-side-img .faq-exp-box span {
	font-size: 20px;
}
.faq-side-img .faq-exp-box h3 {
	line-height: 1;
	font-size: 18px;
}

.faq-content-text-inner {
	padding-left: 40px;
}

.faq-ques-ans {
	margin-top: 50px;
	padding: 25px 30px;
}
.faq-ques-ans .td-faq {
	margin-bottom: 10px;
}
.faq-ques-ans .td-faq-header button {
	width: 100%;
	border: none;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	position: relative;
	padding: 20px 30px;
	font-family: "Oswald", sans-serif;
	background-color: #fff;
	text-transform: uppercase;
}
.faq-ques-ans .td-faq-header button:after {
	top: 9px;
	right: 10px;
	width: 50px;
	color: #fff;
	content: "-";
	height: 50px;
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	position: absolute;
	font-family: "Oswald", sans-serif;
	background-color: #121e2d;
}
.faq-ques-ans .td-faq-header button.collapsed:after {
	content: "+";
}
.faq-ques-ans .td-faq-body {
	margin-top: 10px;
}

/*FAQ Page*/
/*---------------*/
.faq-page-ques-section {
	padding: 120px 0px;
}
.faq-page-ques-section .faq-ques-ans {
	margin-top: 0;
}
.faq-page-ques-section .faq-ques-ans .td-faq-header button.collapsed:after {
	background-color: #121e2d;
}
.faq-page-ques-section .faq-ques-ans .td-faq-header button:after {
	background-color: #ffbf00;
}

.faq-page-contact-section {
	padding-bottom: 120px;
}

.no-padding {
	padding: 0;
}

.faq-contact-innerbox {
	padding: 70px 0px 65px;
	background-color: #121e2d;
}
.faq-contact-innerbox .faq-contact-icon {
	margin-bottom: 5px;
}
.faq-contact-innerbox .faq-contact-icon i {
	line-height: 1;
	font-size: 80px;
	color: #ffbf00;
}
.faq-contact-innerbox .faq-contact-text p {
	color: #fff;
}
.faq-contact-innerbox .faq-contact-text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
}

.faq-page-contact-wrapper {
	margin: 0px 15px;
}
.faq-page-contact-wrapper .col-lg-4:nth-child(2) .faq-contact-innerbox {
	background-color: #ffbf00;
}
.faq-page-contact-wrapper
	.col-lg-4:nth-child(2)
	.faq-contact-innerbox
	.faq-contact-icon
	i {
	color: #fff;
}
.faq-page-contact-wrapper .col-lg-4:nth-child(3) .faq-contact-innerbox {
	background-color: #f2f5f8;
}
.faq-page-contact-wrapper
	.col-lg-4:nth-child(3)
	.faq-contact-innerbox
	.faq-contact-text
	p,
.faq-page-contact-wrapper
	.col-lg-4:nth-child(3)
	.faq-contact-innerbox
	.faq-contact-text
	h3 {
	color: #121e2d;
}

.faq-contact-area {
	background-color: #0326de;
}
.faq-contact-area .section-title span,
.faq-contact-area .section-title h2 {
	color: #fff;
}
.faq-contact-area .contact-form-wrapper .contact-info input,
.faq-contact-area .contact-form-wrapper .contact-info textarea {
	background-color: transparent;
	border-bottom: 2px solid #cbcbcb;
}
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	input::-webkit-input-placeholder,
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	textarea::-webkit-input-placeholder {
	color: #fff;
}
.faq-contact-area .contact-form-wrapper .contact-info input::-moz-placeholder,
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	textarea::-moz-placeholder {
	color: #fff;
}
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	input:-ms-input-placeholder,
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	textarea:-ms-input-placeholder {
	color: #fff;
}
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	input::-ms-input-placeholder,
.faq-contact-area
	.contact-form-wrapper
	.contact-info
	textarea::-ms-input-placeholder {
	color: #fff;
}
.faq-contact-area .contact-form-wrapper .contact-info input::placeholder,
.faq-contact-area .contact-form-wrapper .contact-info textarea::placeholder {
	color: #fff;
}
.faq-contact-area .contact-form-wrapper .taeled-btn,
.faq-contact-area .contact-form-wrapper .taeled-btn button {
	background-color: #fff;
}
.faq-contact-area .contact-form-wrapper .taeled-btn button i {
	color: #fff;
	background-color: #ffbf00;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.testimonial-section-1 {
	padding: 120px 0px;
	background-color: #eef2f5;
}

.tst-author-nav {
	width: 100%;
	cursor: pointer;
	margin: 15px 0px;
	display: inline-block;
}
.tst-author-nav .tst-author-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 30px;
}
.tst-author-nav .tst-author-text {
	margin-top: 20px;
	display: inline-block;
}
.tst-author-nav .tst-author-text h3 {
	font-size: 24px;
	font-weight: 600;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.tst-author-nav .tst-author-text h3 .tst-degi {
	font-size: 14px;
	padding-left: 0px;
}

.testimonial-slider-nav {
	max-height: 470px;
	overflow: hidden;
}
.testimonial-slider-nav:before,
.testimonial-slider-nav:after {
	top: 0;
	width: 100%;
	content: "";
	z-index: 2;
	height: 100px;
	position: absolute;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eef2f5),
		to(rgba(238, 242, 245, 0))
	);
	background: -o-linear-gradient(
		top,
		#eef2f5 0%,
		rgba(238, 242, 245, 0) 100%
	);
	background: linear-gradient(
		-180deg,
		#eef2f5 0%,
		rgba(238, 242, 245, 0) 100%
	);
}
.testimonial-slider-nav:after {
	top: auto;
	bottom: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(238, 242, 245, 0)),
		to(#eef2f5)
	);
	background: -o-linear-gradient(
		top,
		rgba(238, 242, 245, 0) 0%,
		#eef2f5 100%
	);
	background: linear-gradient(
		-180deg,
		rgba(238, 242, 245, 0) 0%,
		#eef2f5 100%
	);
}
.testimonial-slider-nav .slick-current.slick-center .tst-author-text h3 {
	color: #ffaea1;
}
.testimonial-slider-nav .slick-vertical .slick-slide {
	outline: none;
}

.testimonial-slider-for {
	padding-top: 100px;
}
.testimonial-slider-for .testimonial-main-img {
	top: 0;
	z-index: 2;
	left: -45px;
}

.testimonial-slider-textinner {
	background-color: #fff;
	padding: 60px 30px 60px 60px;
}
.testimonial-slider-textinner:before {
	top: 20px;
	right: 30px;
	z-index: -1;
	line-height: 1;
	color: #f0f0f0;
	font-size: 170px;
	content: "";
	position: absolute;
	font-family: Flaticon;
}
.testimonial-slider-textinner .testimonial-main-text {
	max-width: 305px;
}
.testimonial-slider-textinner .testimonial-main-text .tst-icon {
	line-height: 1;
	padding-bottom: 5px;
}
.testimonial-slider-textinner .testimonial-main-text .tst-icon i {
	font-size: 60px;
	color: #ffaea1;
}
.testimonial-slider-textinner .testimonial-main-text .tst-details-quot {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.417;
	font-family: "Oswald", sans-serif;
	padding-bottom: 20px;
}
.testimonial-slider-textinner .testimonial-main-text .testimonial-name-degi h4 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}
.testimonial-slider-textinner
	.testimonial-main-text
	.testimonial-name-degi
	span {
	font-size: 14px;
	font-weight: 600;
	color: #ffaea1;
	font-family: "Oswald", sans-serif;
}

.testimonial-section-2 {
	padding: 115px 0px 120px;
	background-color: #eef2f5;
}
.testimonial-section-2 .section-title {
	margin: 0 auto;
	max-width: 410px;
}
.testimonial-section-2 .testimonial-content-wrapper-2 {
	padding-top: 75px;
}
.testimonial-section-2 .testimonial-content-wrapper-2 .carousel-indicators {
	margin: 0;
	display: inherit;
	position: static;
}
.testimonial-section-2 .testimonial-content-wrapper-2 .testimonial-slider-btn2 {
	top: 50%;
	opacity: 1;
	width: 60px;
	height: 60px;
	font-size: 14px;
	font-weight: 700;
	color: #121e2d;
	font-family: "Oswald", sans-serif;
	background-color: #fff;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-slider-btn2:hover,
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-slider-btn2:active,
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-slider-btn2:focus {
	color: #fff;
	background-color: #ffbf00;
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-carousel-indicator
	.carousel-indicators
	li {
	margin: 0;
	width: 70px;
	height: 70px;
	text-indent: 0;
	overflow: hidden;
	position: absolute;
	border-radius: 100%;
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: 50% 1px;
	-ms-transform-origin: 50% 1px;
	transform-origin: 50% 1px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-carousel-indicator
	.carousel-indicators
	li:nth-child(1) {
	top: -220px;
	left: -180px;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-carousel-indicator
	.carousel-indicators
	li:nth-child(2) {
	top: -220px;
	right: -180px;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-carousel-indicator
	.carousel-indicators
	li:nth-child(3) {
	bottom: -60px;
	left: -180px;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-carousel-indicator
	.carousel-indicators
	li:nth-child(4) {
	bottom: -60px;
	right: -180px;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.testimonial-section-2
	.testimonial-content-wrapper-2
	.testimonial-carousel-indicator
	.carousel-indicators
	li.active {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	border: 5px solid #fff;
}

.testimonial-inner-wrap {
	z-index: 1;
	padding: 60px;
	margin: 0 auto;
	max-width: 970px;
	background-color: #fff;
}
.testimonial-inner-wrap:before {
	left: 0;
	right: 0;
	z-index: -1;
	width: 95%;
	content: "";
	bottom: -20px;
	height: 20px;
	margin: 0 auto;
	position: absolute;
	background-color: #f3f6f8;
}
.testimonial-inner-wrap:after {
	right: 40px;
	z-index: -1;
	bottom: 40px;
	line-height: 1;
	color: #f5f5f5;
	font-size: 190px;
	content: "";
	position: absolute;
	font-family: Flaticon;
}
.testimonial-inner-wrap .testimonial-img {
	width: 200px;
	height: 200px;
	margin-right: 50px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
}
.testimonial-inner-wrap .testimonial-text {
	font-family: "Oswald", sans-serif;
}
.testimonial-inner-wrap .testimonial-text span {
	display: block;
	font-size: 30px;
	font-weight: 600;
	max-width: 550px;
	line-height: 1.333;
	margin-bottom: 30px;
}
.testimonial-inner-wrap .testimonial-text .testimonial-author h3 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
}
.testimonial-inner-wrap .testimonial-text .testimonial-author p {
	font-weight: 600;
	color: #ffbf00;
}

.testimonial-section-3 {
	padding: 115px 0px 130px;
	background-color: #eff3f6;
}
.testimonial-section-3 .section-title span {
	color: #00c3ff;
}
.testimonial-section-3 .container {
	max-width: 1310px;
}
.testimonial-section-3 .testimonial-content-wrapper-3 {
	padding-top: 75px;
}

.testimonial-inner-wrapper {
	z-index: 1;
	background-color: #fff;
	padding: 55px 50px 55px 50px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.testimonial-inner-wrapper:after {
	right: 0;
	top: -15px;
	height: 0%;
	z-index: -2;
	width: 105%;
	content: "";
	left: -10px;
	position: absolute;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.testimonial-inner-wrapper:before {
	top: 30px;
	right: 30px;
	z-index: -1;
	color: #f0f0f0;
	line-height: 1;
	content: "";
	font-size: 180px;
	position: absolute;
	font-family: Flaticon;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.testimonial-inner-wrapper .testimonial-inner-content {
	z-index: 1;
}
.testimonial-inner-wrapper .testimonial-icon i {
	line-height: 1.2;
	font-size: 60px;
	display: inline-block;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0160e7),
		to(#04bdef)
	);
	background: -o-linear-gradient(left, #0160e7 0%, #04bdef 100%);
	background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.testimonial-inner-wrapper .testimonial-inner-text span {
	font-family: "Oswald", sans-serif;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.testimonial-inner-wrapper .testimonial-inner-text .testi-qoute {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.417;
}
.testimonial-inner-wrapper .testimonial-inner-text .testimonial-name-degi {
	margin-top: 20px;
}
.testimonial-inner-wrapper .testimonial-inner-text .testimonial-name-degi h3 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 3px;
}
.testimonial-inner-wrapper .testimonial-inner-text .testimonial-name-degi span {
	font-size: 14px;
	font-weight: 600;
	color: #00c3ff;
}
.testimonial-inner-wrapper:hover {
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
}
.testimonial-inner-wrapper:hover:after {
	height: 100%;
}
.testimonial-inner-wrapper:hover:before {
	color: rgba(255, 255, 255, 0.13);
}
.testimonial-inner-wrapper:hover span,
.testimonial-inner-wrapper:hover h3,
.testimonial-inner-wrapper:hover .testimonial-name-degi span {
	color: #fff;
}
.testimonial-inner-wrapper:hover .testimonial-icon i {
	color: #fff;
	-webkit-text-fill-color: inherit;
}

.app-td-testimonial-section {
	padding: 135px 0px 75px;
}

.app-td-testimonial-content {
	padding-top: 100px;
}

.app-td-testimonial-block {
	padding: 70px 40px;
}
.app-td-testimonial-block .app-td-testimonial-img {
	top: 0px;
	left: 35px;
	position: absolute;
}
.app-td-testimonial-block .app-td-testimonial-text {
	margin: 0 auto;
	max-width: 770px;
	padding: 90px 60px 60px 160px;
	-webkit-box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.07);
}
.app-td-testimonial-block .app-td-testimonial-text p {
	color: #999999;
	font-style: italic;
	padding-bottom: 20px;
}
.app-td-testimonial-block .app-td-testimonial-text h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.app-td-testimonial-block .app-td-testimonial-text span {
	color: #999999;
}

.app-td-testimonial_indicator .carousel-indicators {
	top: 105px;
	margin: 0;
	left: auto;
	right: 60px;
	display: inherit;
	z-index: 1;
	position: absolute;
}
.app-td-testimonial_indicator .carousel-indicators li {
	width: 72px;
	height: 72px;
	text-indent: 0;
	color: #202020;
	overflow: hidden;
	display: inherit;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.app-td-testimonial_indicator .carousel-indicators li.active {
	border: 5px solid #f23345;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.blog-section-1 {
	padding: 110px 0px 120px;
}
.blog-section-1 .section-title {
	margin-bottom: 60px;
}

.blog-feed-wrap .blog-img-text .blog-text-wrap {
	z-index: 1;
	margin: 30px 0px;
	position: relative;
	padding: 48px 35px 48px 40px;
}
.blog-feed-wrap .blog-img-text .blog-text-wrap:after {
	right: 20px;
	z-index: -1;
	bottom: 20px;
	line-height: 1;
	content: "";
	font-size: 100px;
	position: absolute;
	font-family: Flaticon;
}
.blog-feed-wrap .blog-img-text .blog-text-wrap .blog-post-meta {
	color: #fff;
}
.blog-feed-wrap .blog-img-text .blog-text-wrap h3 {
	color: #fff;
}

.blog-content-wrap .col-lg-4:nth-child(1) .blog-feed-wrap .blog-text-wrap {
	background-color: #05297e;
}
.blog-content-wrap
	.col-lg-4:nth-child(1)
	.blog-feed-wrap
	.blog-text-wrap:after {
	color: #1e3f8b;
}
.blog-content-wrap .col-lg-4:nth-child(2) .blog-feed-wrap .blog-text-wrap {
	background-color: #121e2d;
}
.blog-content-wrap
	.col-lg-4:nth-child(2)
	.blog-feed-wrap
	.blog-text-wrap:after {
	color: #2a3542;
}
.blog-content-wrap .col-lg-4:nth-child(3) .blog-feed-wrap .blog-text-wrap {
	background-color: #ffaea1;
}
.blog-content-wrap
	.col-lg-4:nth-child(3)
	.blog-feed-wrap
	.blog-text-wrap:after {
	color: #ffb6ab;
}

.blog-section-2 {
	padding: 115px 0px 120px;
}
.blog-section-2 .blog-content-area {
	padding-top: 75px;
}

.blog-img-text-innerbox .blog-feed-img {
	overflow: hidden;
	position: relative;
}
.blog-img-text-innerbox .blog-feed-img img {
	-webkit-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.blog-img-text-innerbox .blog-feed-img:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	background-color: #ffbf00;
}
.blog-img-text-innerbox .blog-text-wrap {
	padding: 40px;
	border: 2px solid #eef2f5;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.blog-img-text-innerbox .blog-text-wrap .blog-post-meta a:before {
	color: #121e2d;
}
.blog-img-text-innerbox .blog-text-wrap .blog-post-meta a:nth-child(2) {
	color: #ffbf00;
}
.blog-img-text-innerbox .blog-text-wrap h3 {
	margin-bottom: 25px;
}
.blog-img-text-innerbox:hover .blog-feed-img:after {
	opacity: 0.8;
}
.blog-img-text-innerbox:hover .blog-feed-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-img-text-innerbox:hover .blog-text-wrap {
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
}

.blog-section-3 {
	padding: 115px 0px 120px;
}
.blog-section-3 .section-title span {
	color: #00c3ff;
}
.blog-section-3 .blog-content-area {
	padding-top: 75px;
}
.blog-section-3
	.blog-img-text-innerbox
	.blog-text-wrap
	.blog-post-meta
	a:nth-child(2) {
	color: #00c3ff;
}
.blog-section-3 .blog-img-text-innerbox .taeled-btn {
	background-color: #eef2f5;
}
.blog-section-3 .blog-img-text-innerbox .taeled-btn i {
	color: #121e2d;
	background-color: #fff;
}

/*Blog Page*/
/*---------------*/
.blog_feed_section {
	padding: 120px 0px 120px;
	background-color: #f9f9f9;
}

.news_post_item {
	margin-bottom: 40px;
}
.news_post_item .post_cat {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	font-weight: 700;
	padding: 5px 15px;
	margin-right: 10px;
	font-family: "Oswald", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ffbf00;
}
.news_post_item .video_play_btn {
	margin: 0 auto;
}
.news_post_item .news_text_area {
	padding: 50px 40px;
	background-color: #fff;
	padding-bottom: 30px;
}
.news_post_item .news_text_area h3 {
	font-size: 38px;
	font-weight: 500;
	line-height: 1.167;
	padding: 20px 0px 15px;
	text-transform: uppercase;
}
.news_post_item .news_text_area p {
	line-height: 1.625;
}
.news_post_item .news_text_area .blog_meta {
	font-weight: 700;
	margin-bottom: 15px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.news_post_item .news_text_area .blog_meta li {
	font-size: 14px;
	margin-right: 25px;
}
.news_post_item .news_text_area .blog_meta li i {
	margin-right: 6px;
}
.news_post_item .news_text_area .blog_meta li a:hover {
	color: #ffbf00;
}
.news_post_item .news_text_area .author_meta {
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.news_post_item .news_text_area .author_img img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	margin-right: 10px;
}
.news_post_item .news_text_area .author_img span {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.news_post_item .author_meta a:hover {
	color: #ffbf00;
}
.news_post_item .news_text_area .news_more {
	margin-top: 5px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.news_post_item .news_text_area .news_more a {
	font-size: 14px;
	font-weight: 700;
	position: relative;
}
.news_post_item .news_text_area .news_more a:before {
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	left: -20px;
	top: 1px;
}
.news_post_item .news_text_area .news_more a:hover {
	color: #ffbf00;
}

.news_qoute {
	z-index: 0;
}
.news_qoute .news_text_area {
	background-color: transparent;
}
.news_qoute:before {
	background-color: #ffbf00;
}
.news_qoute .news_text_area {
	padding-left: 145px;
}
.news_qoute .news_text_area h3 {
	color: #fff;
}
.news_qoute .news_text_area:before {
	top: 55px;
	left: 35px;
	color: #fff;
	font-size: 85px;
	font-weight: 900;
	content: "";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
}
.news_qoute .blog_meta li {
	color: #fff;
}

.bg_img_post {
	z-index: 0;
}
.bg_img_post .news_text_area {
	background-color: transparent;
}
.bg_img_post:before {
	background-color: #fff;
	opacity: 0.9;
}
.bg_img_post .news_text_area {
	border: none;
}

.blog_pagination .pagination {
	margin-top: 60px;
	font-family: "Oswald", sans-serif;
}

.site_sidebar {
	margin-left: 20px;
}
.site_sidebar .single_widget {
	padding: 35px;
	margin-bottom: 40px;
	background-color: #fff;
}
.site_sidebar .single_widget .widget_title,
.site_sidebar .single_widget .wp-block-search__label,
.site_sidebar .single_widget .wp-block-group h2 {
	color: #343434;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding: 0 0 35px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Oswald", sans-serif;
	position: relative;
}
.site_sidebar .single_widget .wp-block-search__label {
	margin-bottom: 0px !important;
}
.site_sidebar .single_widget .widget_title:before,
.site_sidebar .single_widget .wp-block-search__label:before,
.site_sidebar .single_widget .wp-block-group h2:before {
	left: 0;
	top: 3px;
	width: 2px;
	content: "";
	height: 20px;
	position: absolute;
	background-color: #ffbf00;
}
.site_sidebar .single_widget .wp-block-search__label:before {
    top: 7px;
}
.about_widget .ab_widget_img {
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 28px;
}
.about_widget .ab_widget_text h3 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.about_widget .ab_widget_text p {
	font-size: 14px;
	line-height: 1.857;
}
.about_widget .ab_widget_social {
	margin-top: 20px;
}
.about_widget .ab_widget_social li {
	font-size: 14px;
	margin: 0px 7px;
	color: #b3bed3;
}
.about_widget .ab_widget_social li:hover {
	color: #ffbf00;
}

.widget_search .wp-block-search__inside-wrapper {
	position: relative;
}

.single_widget .wp-block-search .wp-block-search__input {
	border: none;
}

.widget_search input,
.search_widget input {
	width: 100%;
	height: 60px;
	border: none;
	padding-left: 30px;
	background-color: #f6f4ff;
	border: none;
}
.widget_search button,
.search_widget button {
	color: #fff;
	width: 60px;
	height: 60px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffbf00;
}

.widget_search .wp-block-search__button {
	background-color: #ff4a17;
	color: #fff;
	width: auto;
}

.single_widget .latest-blog-widget .blog-img-content {
	width: 100%;
}
.single_widget .latest-blog-widget .blog-img {
	width: 80px;
	float: left;
	height: 80px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 20px;
}
.single_widget .latest-blog-widget .blog-text h3 {
	font-size: 16px;
	line-height: 1.375;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.single_widget .latest-blog-widget .blog-text span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.wicat_item li {
	z-index: 1;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 50px;
	font-weight: 700;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
	font-family: "Oswald", sans-serif;
	background-color: #f9f9f9;
	text-transform: uppercase;
}
.wicat_item li:last-child {
	margin-bottom: 0;
}
.wicat_item li .post_counter {
	right: 0;
	z-index: 1;
	width: 50px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	background-color: #ffbf00;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.wicat_item li:after {
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	content: "";
	position: absolute;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	background-color: #ffbf00;
}
.wicat_item li:hover {
	color: #fff;
}
.wicat_item li:hover:after {
	width: 100%;
}
.wicat_item li:hover .post_counter {
	background-color: #ffbf00;
}
.wicat_item li a {
	width: 100%;
	display: block;
}

.social_widget {
	width: 100%;
	display: inline-block;
}
.social_widget li {
	width: 40px;
	color: #343434;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	background-color: #f2f2f2;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.social_widget li a {
	width: 100%;
	display: block;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.social_widget li:hover {
	background-color: #ffbf00;
	color: #fff;
}

.twitter_update .twitter_icon {
	float: left;
	margin-right: 20px;
}
.twitter_update .twitter_icon i {
	color: #ffbf00;
	font-size: 14px;
}
.twitter_update .tw_feed_text {
	overflow: hidden;
}
.twitter_update .tw_feed_text p,
.twitter_update .tw_feed_text a,
.twitter_update .tw_feed_text span {
	font-size: 12px;
	line-height: 2;
	display: block;
}
.twitter_update .tw_feed_text span {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.twitter_update .tw_feed_text a {
	margin-bottom: 5px;
}

.instagram_feed {
	display: inline-block;
	margin: 0 -7px;
}
.instagram_feed li {
	position: relative;
	background-color: #ffbf00;
	margin: 7px 5px;
}
.instagram_feed li:before {
	left: 0;
	right: 0;
	top: 40%;
	content: "";
	opacity: 0;
	color: #fff;
	position: absolute;
	visibility: hidden;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 900;
	z-index: 1;
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.instagram_feed li img {
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.instagram_feed li:hover img {
	opacity: 0.4;
}
.instagram_feed li:hover:before {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

.popular_tag {
	margin: -5px;
	display: inline-block;
}
.popular_tag li a,
.taeled_sidebar .tagcloud a,
.tag-cloud-link {
	margin: 5px 3px;
	font-size: 12px !important;
	font-weight: 700 !important;
	font-family: "Oswald", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	background-color: #f4f4f4;
	padding: 8px 20px;
}
.tagcloud a {
	margin: 5px 3px;
	font-size: 12px !important;
	font-weight: 700 !important;
	font-family: "Oswald", sans-serif;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ffffff;
	padding: 5px 20px;
}
.popular_tag li a:hover,
.taeled_sidebar .tagcloud a:hover,
.tagcloud a:hover,
tag-cloud-link:hover {
	color: #fff;
	background-color: #ffbf00;
}

#blod_slide .owl-nav {
	width: 90%;
	margin: 0 auto;
	position: absolute;
}
#blod_slide .owl-nav .owl-prev,
#blod_slide .owl-nav .owl-next {
	font-size: 30px;
	color: #d4d3d2;
	float: left;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
#blod_slide .owl-nav .owl-prev:hover,
#blod_slide .owl-nav .owl-next:hover {
	color: #fff;
}
#blod_slide .owl-nav .owl-next {
	float: right;
}

/*Blog Details Page*/
/*---------------------*/
.blog_details_area {
	overflow: visible;
	padding: 120px 0px 120px;
	background-color: #f9f9f9;
}
.blog_details_area .blog_details_content {
	padding: 45px;
	background-color: #fff;
}
.blog_details_area .s_blog_tag {
	color: #fff;
	padding: 4px 15px 5px;
	background-color: #ffbf00;
	margin-right: 8px;
}
.blog_details_area .blog-meta a {
	color: #000b22;
	font-size: 14px;
	margin-right: 25px;
}
.blog_details_area .blog-meta a i {
	margin-right: 5px;
}
.blog_details_area .share_tag {
	width: 100%;
	margin-bottom: 45px;
	display: inline-block;
	border-bottom: 1px solid #e1e6ff;
}
.blog_details_area .share_tag .share_post li {
	float: right;
}

.blog_details_text h2 {
	font-weight: 700;
	font-size: 36px;
	padding: 25px 0px 18px;
	text-transform: uppercase;
}
.blog_details_text .blog-meta {
	font-weight: 700;
	margin-bottom: 22px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.blog_details_text .blog-meta a {
	color: #343434;
	font-size: 14px;
}
.blog_details_text .blog-meta a i {
	margin-right: 8px;
}
.blog_details_text article {
	line-height: 1.6;
	padding-bottom: 30px;
}
.blog_details_text h3 {
	font-weight: 700;
	font-size: 30px;
	padding: 40px 0px 25px;
	text-transform: uppercase;
}
.blog_details_text h4 {
	font-weight: 700;
	font-size: 30px;
	padding: 30px 0px 35px 0px;
	border-top: 1px solid #e1e6ff;
	text-transform: uppercase;
}
.blog_details_text .blog_details_list li {
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 8px;
	position: relative;
}
.blog_details_text .blog_details_list li:after {
	left: 0;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #121e2d;
	font-family: "Font Awesome 5 Pro";
}
.blog_details_text blockquote {
	z-index: 1;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	text-align: center;
	font-family: "Oswald", sans-serif;
	border-radius: 10px;
	padding: 50px 85px 60px;
	margin: 40px 0px;
	color: #fff;
	text-transform: uppercase;
	background-color: #ffbf00;
}
.blog_details_text blockquote span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
	font-family: "Roboto", sans-serif;
}
.blog_details_text blockquote:after {
	top: 0;
	right: 50px;
	z-index: -1;
	color: #3b97fb;
	content: "";
	font-weight: 900;
	position: absolute;
	font-size: 200px;
	font-family: "Font Awesome 5 Pro";
}
.blog_details_text .aside_img {
	margin-right: 35px;
}
.blog_details_text .aside_img_text {
	margin-bottom: 20px;
	display: inline-block;
}
.blog_details_text .aside_img_text article {
	padding-bottom: 0;
	padding-top: 15px;
}

.blog_details_extra_text .share_tag {
	margin-top: 20px;
	padding-bottom: 40px;
	display: none;
}
.blog_details_extra_text .share_tag h3 {
	font-weight: 700;
	color: #000b22;
	font-size: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.blog_details_extra_text .share_post li {
	color: #b5becc;
	font-size: 18px;
	margin-left: 25px;
}
.blog_details_extra_text .share_post li a {
	color: #b5becc;
}
.blog_details_extra_text .share_post li a:hover {
	color: #ffbf00;
}
.blog_details_extra_text .next_prev_post {
	margin: 0;
	border: none;
	padding: 0 0 35px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1e6ff;
}
.blog_details_extra_text .next_prev_post a span {
	font-size: 14px;
	font-weight: 700;
	color: #ffbf00;
}
.blog_details_extra_text .next_prev_post a h3 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.blog_details_extra_text .next_prev_post .bar_point {
	line-height: 85px;
	background-color: transparent;
}
.blog_details_extra_text .next_prev_post .bar_point i {
	color: #ffbf00;
	font-size: 40px;
}
.blog_details_extra_text .related_postview h3 {
	font-weight: 700;
	color: #000b22;
	font-size: 28px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.blog_details_extra_text .related_postview .blog-meta {
	font-size: 14px;
	color: #ffbf00;
}
.blog_details_extra_text .related_postview .postitem_text {
	padding: 35px 25px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
	box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
.blog_details_extra_text .related_postview .postitem_text h3 {
	font-weight: 700;
	padding: 5px 0px 15px;
}
.blog_details_extra_text .related_postview .postitem_text h3 a {
	font-size: 20px;
}
.blog_details_extra_text .postby_author {
	padding: 40px;
	margin: 45px 0px;
	display: inline-block;
	background-color: #f9f9f9;
}
.blog_details_extra_text .postby_author .author_img {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 35px;
}
.blog_details_extra_text .postby_author span {
	font-size: 12px;
	font-weight: 700;
	color: #ffbf00;
}
.blog_details_extra_text .postby_author h3 {
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.blog_details_extra_text .postby_author p {
	line-height: 1.85;
}

.comment_element {
	position: relative;
}

.blog_comment_box li {
	margin-bottom: 25px;
	border-bottom: 1px solid #e1e6ff;
}
.blog_comment_box h3 {
	font-weight: 700;
	font-size: 26px;
	color: #000b22;
	padding-bottom: 35px;
	text-transform: uppercase;
}
.blog_comment_box .comment_img {
	float: left;
	height: 100px;
}
.blog_comment_box .comment_img img {
	border-radius: 100%;
	width: 100px;
	margin-right: 30px;
}
.blog_comment_box .comment_content {
	padding-top: 20px;
}
.blog_comment_box .comment_content h4 {
	font-weight: 700;
	font-size: 18px;
	color: #000b22;
	text-transform: uppercase;
}
.blog_comment_box .comment_content span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog_comment_box .comment_content p {
	font-size: 14px;
	overflow: hidden;
	line-height: 1.7;
	margin: 10px 0 25px;
}
.blog_comment_box .reply-btn {
	top: 15px;
	right: 50px;
	font-size: 11px;
	font-weight: 700;
	font-weight: 700;
	position: absolute;
	padding: 10px 30px;
	border-radius: 50px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.blog_comment_box .comment_reply {
	margin-left: 120px;
	padding-top: 25px;
	border-top: 1px solid #e1e6ff;
}

.blog_comment_box .reply-btn a:hover {
	color: #ffbf00;
}

.comment_formfield {
	padding: 50px;
	background-color: #f9f9f9;
}
.comment_formfield .quote_form .contact-info {
	position: relative;
}
.comment_formfield .quote_form .contact-info .icon-bg {
	top: 20px;
	right: 15px;
	position: absolute;
}
.comment_formfield .quote_form .contact-info .icon-bg i {
	color: #ffbf00;
}
.comment_formfield .quote_form input,
.comment_formfield .quote_form textarea {
	width: 100%;
	border: none;
	height: 60px;
	padding-left: 30px;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.comment_formfield .quote_form textarea {
	height: 150px;
	padding-top: 30px;
}
.comment_formfield .quote_form .sub-button button {
	color: #fff;
	border: none;
	font-weight: 700;
	padding: 20px 40px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	background-color: #ffbf00;
}

.app-td-blog-section-6 {
	padding: 140px 0px;
}

.app-td-blog-content {
	padding-top: 30px;
}

.app-td-blog-innerbox:after {
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.42;
	position: absolute;
	background-color: #7781cb;
}
.app-td-blog-innerbox .app-td-blog-text {
	left: 30px;
	z-index: 2;
	color: #fff;
	bottom: 30px;
	font-weight: 600;
	position: absolute;
}
.app-td-blog-innerbox .app-td-blog-text a {
	font-family: "Oswald", sans-serif;
}
.app-td-blog-innerbox .app-td-blog-text h2 {
	font-size: 24px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.service-section {
	padding: 120px 0px;
}
.service-section .service-icon h3 {
	font-size: 20px;
	font-weight: 600;
	padding-top: 35px;
}
.service-section .service-slider-wrapper {
	padding: 0px 120px;
}
.service-section .service-slider-text {
	z-index: 2;
	position: relative;
	padding: 120px 0px;
}
.service-section .service-slider-text h3 {
	font-size: 150px;
	font-weight: 700;
	line-height: 1;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #d1dae5;
}
.service-section .service-slider-img {
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.service-section .service-slider-img img {
	display: inline;
}
.service-section .service-slider-wrapper {
	padding-top: 80px;
}
.service-section
	.service-slider-area
	.owl-item.active.center
	.service-slider-text
	h3 {
	-webkit-text-stroke-color: #fff;
}
.service-section
	.service-slider-area
	.owl-item.active.center
	.service-slider-img {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.service-section .service-cta-text {
	margin: 0 auto;
	max-width: 560px;
	font-weight: 600;
	padding-top: 105px;
}
.service-section .service-cta-text h3 {
	font-size: 60px;
	line-height: 1.167;
	padding-bottom: 20px;
}
.service-section .service-cta-text h4 {
	font-size: 18px;
}
.service-section .service-cta-text h4 a {
	color: #ffaea1;
}

.service-section-3 {
	padding: 115px 0px 90px;
	background-color: #eef2f5;
}
.service-section-3 .section-title {
	margin: 0 auto;
	max-width: 500px;
}

.service-content-3 {
	padding-top: 75px;
}

.service-innerbox-wrap {
	z-index: 1;
	padding: 40px;
	margin-bottom: 30px;
	background-color: #fff;
}
.service-innerbox-wrap .service-serial {
	top: 0;
	right: 0;
	z-index: -1;
	line-height: 1;
	color: #f7fafd;
	font-size: 140px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}
.service-innerbox-wrap:before {
	top: 0;
	left: 0;
	content: "";
	width: 5px;
	height: 0%;
	position: absolute;
	background-color: #ffbf00;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.service-innerbox-wrap .service-inner-icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin-right: 30px;
	background-color: #fff6f4;
}
.service-innerbox-wrap .service-inner-text {
	overflow: hidden;
}
.service-innerbox-wrap .service-inner-text h3 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.service-innerbox-wrap:hover:before {
	height: 100%;
}

/*Service Page*/
/*---------------*/
.service-process-section {
	padding: 130px 0px 115px;
}

.service-process-icon-text .service-process-icon {
	margin-bottom: 35px;
}
.service-process-icon-text .service-process-icon:before {
	top: 50px;
	right: 10px;
	content: "";
	width: 145px;
	position: absolute;
	border: 1px dashed #ffbf00;
}
.service-process-icon-text .service-process-icon:after {
	top: 41px;
	right: 3px;
	font-size: 12px;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #ffbf00;
	font-family: "Font Awesome 5 Pro";
}
.service-process-icon-text .service-process-icon .sp-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background-color: #e5f1ff;
}
.service-process-icon-text .service-process-icon .sp-serial-no {
	top: -12px;
	width: 24px;
	color: #fff;
	right: -12px;
	height: 24px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	font-family: "Oswald", sans-serif;
	background-color: #ffbf00;
}
.service-process-icon-text .service-process-text h3 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.service-process-icon-text .service-process-text p {
	font-size: 14px;
}

.service-page-service-section {
	z-index: 1;
	padding: 115px 0px 120px;
}
.service-page-service-section:after {
	top: 0;
	z-index: -1;
	width: 100%;
	content: "";
	height: 520px;
	position: absolute;
	background-color: #f5f8f9;
}

.service-page-service-section .section-title span {
	color: #ffbf00;
}

.service-page-service-content {
	margin-top: 70px;
}

.service-page-service-inner {
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.service-page-service-inner .service-page-service-icon {
	right: 30px;
	bottom: -30px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	text-align: center;
	background-color: #ffbf00;
}
.service-page-service-inner .service-page-service-icon i {
	color: #fff;
	font-size: 40px;
}
.service-page-service-inner .service-page-service-text {
	padding: 35px;
}
.service-page-service-inner .service-page-service-text h3 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.service-page-service-inner .service-page-service-text p {
	font-size: 14px;
}
.service-page-service-inner:hover {
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.04);
}

.service-about-text-content {
	padding: 40px 0px 150px;
}
.service-about-text-content .service-about-details {
	padding: 25px 0px 45px;
}
.service-about-text-content
	.service-about-progress
	.counter-boxed
	.graph-outer {
	background-color: #f5f8f9;
}

.service-about-img .service-about-bottom-img {
	left: -145px;
	bottom: -100px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.06);
}

.service-page-blog {
	background-color: #f5f8f9;
}

/*Service Details Page*/
/*---------------------*/
.service-tab-section {
	padding: 120px 0px;
}

.service-tab-wrapper {
	max-width: 520px;
}
.service-tab-wrapper .section-title span {
	color: #ffbf00;
}
.service-tab-wrapper .service-tab-area {
	margin-top: 45px;
}
.service-tab-wrapper .nav-tabs .nav-item.show .nav-link,
.service-tab-wrapper .nav-tabs .nav-link.active,
.service-tab-wrapper .nav-tabs .nav-link,
.service-tab-wrapper .nav-tabs {
	border: none;
}
.service-tab-wrapper .nav-tabs .nav-link {
	border-radius: 0;
}
.service-tab-wrapper .nav-link {
	padding: 0;
}
.service-tab-wrapper .service-tab-btn {
	margin-bottom: 25px;
}
.service-tab-wrapper .service-tab-btn li {
	margin-right: 10px;
}
.service-tab-wrapper .service-tab-btn li a {
	width: 150px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	font-family: "Oswald", sans-serif;
}
.service-tab-wrapper .service-tab-btn li a:before,
.service-tab-wrapper .service-tab-btn li a:after {
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 3px;
	position: absolute;
	background-color: #eceef6;
}
.service-tab-wrapper .service-tab-btn li a:after {
	width: 0;
	left: auto;
	right: 0;
	background-color: #ffbf00;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.service-tab-wrapper .service-tab-btn li a.active:after {
	left: 0;
	width: 100%;
	right: auto;
}

.service-pricing .pricing-plan-tab-btn li a:before {
	background-color: #fff;
	border: 2px solid #fff;
}

.app-td-service-section-6 {
	padding: 130px 0px 100px;
}

.app-td-service-content-6 {
	padding-top: 80px;
}

.app-td-service-block {
	padding: 65px 40px;
	margin-bottom: 30px;
	background-color: #f2f3fd;
	-webkit-transition: 500ms all;
	-o-transition: 500ms all;
	transition: 500ms all;
}
.app-td-service-block h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.app-td-service-block .app-td-service-icon {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	margin: 40px auto 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.app-td-service-block:hover {
	-webkit-box-shadow: 0 0 15px rgba(14, 14, 14, 0.1);
	box-shadow: 0 0 15px rgba(14, 14, 14, 0.1);
}
.app-td-service-block:hover .app-td-service-icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
@keyframes floating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}
@-webkit-keyframes floating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}
}
.contact-section {
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
	padding: 85px 0px 120px;
}
.contact-section .contact-bg-img {
	top: 90px;
	right: 30px;
	z-index: -1;
}

.contact-form-wrapper {
	max-width: 580px;
	margin-top: 38px;
}
.contact-form-wrapper .contact-info {
	margin-bottom: 15px;
}
.contact-form-wrapper .contact-info input,
.contact-form-wrapper .contact-info textarea {
	width: 100%;
	border: none;
	height: 50px;
	padding-left: 30px;
	border-bottom: 2px solid #cbcbcb;
}
.contact-form-wrapper .contact-info input::-webkit-input-placeholder,
.contact-form-wrapper .contact-info textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.contact-form-wrapper .contact-info input::-moz-placeholder,
.contact-form-wrapper .contact-info textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.contact-form-wrapper .contact-info input:-ms-input-placeholder,
.contact-form-wrapper .contact-info textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.contact-form-wrapper .contact-info input::-ms-input-placeholder,
.contact-form-wrapper .contact-info textarea::-ms-input-placeholder {
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.contact-form-wrapper .contact-info input::placeholder,
.contact-form-wrapper .contact-info textarea::placeholder {
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.contact-form-wrapper .contact-info textarea {
	height: 120px;
	padding-top: 10px;
}
.contact-form-wrapper .contact-info .icon-bg {
	top: 10px;
	left: 0;
}
.contact-form-wrapper .contact-info .icon-bg i {
	font-size: 14px;
	color: #ffbf00;
}
.contact-form-wrapper .taeled-btn {
	background-color: #ffaea1;
}
.contact-form-wrapper .taeled-btn button {
	padding: 0;
	border: none;
	background-color: #ffaea1;
}
.contact-form-wrapper .taeled-btn button i {
	color: #121e2d;
	background-color: #fff;
}

.contact-floating-img ul li {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	position: absolute;
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: 50% 1px;
	-ms-transform-origin: 50% 1px;
	transform-origin: 50% 1px;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.contact-floating-img ul li:nth-child(1) {
	top: 190px;
	right: 180px;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.contact-floating-img ul li:nth-child(2) {
	top: 150px;
	right: 35%;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.contact-floating-img ul li:nth-child(3) {
	top: 50%;
	right: 22%;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.contact-floating-img ul li:nth-child(4) {
	top: 80%;
	right: 35%;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.contact-section-2 {
	z-index: 1;
	padding-top: 120px;
	background-color: #ffbf00;
}
.contact-section-2 .contact-bg-img {
	top: 90px;
	right: 30px;
	z-index: -1;
}
.contact-section-2 .contact-content-innerbox {
	float: left;
	padding: 60px;
	max-width: 695px;
	background-color: #fff;
}
.contact-section-2
	.contact-content-innerbox
	.contact-form-wrapper
	.taeled-btn
	button,
.contact-section-2 .contact-content-innerbox .contact-form-wrapper .taeled-btn {
	background-color: #ffbf00;
	color: #fff;
}
.contact-section-2
	.contact-content-innerbox
	.contact-form-wrapper
	.contact-info
	.icon-bg
	i {
	color: #ffbf00;
}
.contact-section-2 .contact-content-innerbox .section-title span {
	color: #ffbf00;
}

/*Contact Page*/
/*---------------*/
@-webkit-keyframes borderpls {
	0% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px currentColor;
		box-shadow: 0 0 0 10px currentColor;
		opacity: 0;
	}
	to {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}
@keyframes borderpls {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ffaea1;
		box-shadow: 0 0 0 0 #ffaea1;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px #ffaea1;
		box-shadow: 0 0 0 10px #ffaea1;
		opacity: 0;
	}
	to {
		-webkit-box-shadow: 0 0 0 0 #ffaea1;
		box-shadow: 0 0 0 0 #ffaea1;
		opacity: 0;
	}
}
@-webkit-keyframes borderpls {
	0% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px currentColor;
		box-shadow: 0 0 0 10px currentColor;
		opacity: 0;
	}
	to {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}
@-webkit-keyframes borderpls2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ffbf00;
		box-shadow: 0 0 0 0 #ffbf00;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px #ffbf00;
		box-shadow: 0 0 0 10px #ffbf00;
		opacity: 0;
	}
	to {
		-webkit-box-shadow: 0 0 0 0 #ffbf00;
		box-shadow: 0 0 0 0 #ffbf00;
		opacity: 0;
	}
}
@keyframes borderpls2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ffbf00;
		box-shadow: 0 0 0 0 #ffbf00;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px #ffbf00;
		box-shadow: 0 0 0 10px #ffbf00;
		opacity: 0;
	}
	to {
		-webkit-box-shadow: 0 0 0 0 #ffbf00;
		box-shadow: 0 0 0 0 #ffbf00;
		opacity: 0;
	}
}
.contact-page-contact-section {
	padding: 120px 0px;
}

#taeled_map {
	height: 760px;
}

.contact-location {
	width: 35%;
	float: right;
	position: relative;
}
.contact-location .td-location-iiner {
	opacity: 0;
	top: -130px;
	left: -175px;
	width: 340px;
	position: absolute;
	visibility: hidden;
	display: inline-block;
	background-color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.contact-location .td-location-iiner:after {
	left: 50%;
	content: "";
	bottom: -10px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}
.contact-location .td-location-text {
	padding: 20px 20px 15px;
}
.contact-location .td-location-img-text .td-location-text h3 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.contact-location .td-location-img-text .td-location-text a {
	display: block;
	font-size: 14px;
}
.contact-location .td-location-img-text .td-location-text a i {
	color: #ffbf00;
	margin-right: 5px;
}
.contact-location .td-location-indicatior {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(65, 154, 159, 0.4);
	box-shadow: 0px 3px 6px 0px rgba(65, 154, 159, 0.4);
}
.contact-location .td-indicator-border1,
.contact-location .td-indicator-border1 {
	-webkit-animation: borderpls2 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
	animation: borderpls2 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.contact-location .td-location-indicatior {
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-radius: 100%;
	background-color: #ffff;
}
.contact-location .td-location-indicatior .td-indicator-border1,
.contact-location .td-location-indicatior .td-indicator-border1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: inherit;
	color: inherit;
	-webkit-box-shadow: 0 0 0 2px #ffaea1;
	box-shadow: 0 0 0 2px #ffaea1;
	-webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
	animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.contact-location .td-maplocation {
	position: absolute;
}
.contact-location .td-maplocation:nth-child(1) {
	top: 40px;
	left: 250px;
}
.contact-location .td-maplocation:nth-child(2) {
	top: 250px;
	left: 180px;
}
.contact-location .td-maplocation:nth-child(3) {
	top: 420px;
	left: 415px;
}
.contact-location .td-maplocation:nth-child(4) {
	top: 150px;
	left: 500px;
}
.contact-location .td-maplocation:hover .td-location-iiner {
	opacity: 1;
	top: -140px;
	visibility: visible;
}

.app-cn-shape {
	top: 0;
	right: 0;
}

.app-td-contact-section {
	padding-bottom: 190px;
}
.app-td-contact-section #taeled_map {
	z-index: -1;
	width: 55%;
	height: 870px;
	position: absolute !important;
}

.app-td-contact-form {
	float: right;
	padding: 65px;
	max-width: 670px;
	margin-top: 90px;
	background-color: #d4d8f7;
}

.app-td-form-area input,
.app-td-form-area textarea {
	width: 100%;
	border: none;
	height: 70px;
	margin-bottom: 20px;
	padding-left: 20px;
	background-color: #fff;
}
.app-td-form-area textarea {
	height: 175px;
	padding-top: 20px;
}
.app-td-form-area button {
	width: 100%;
	color: #fff;
	height: 60px;
	font-weight: 600;
	background-color: #7781cb;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

.partner-slider .owl-nav {
	display: none;
}

/*---------------------------------------------------- */
/*Skill area*/
/*----------------------------------------------------*/
.skill-section {
	padding: 120px 0px 90px;
}
.skill-section .skill-progress-text {
	margin-top: 35px;
}
.skill-section .skill-text-details {
	padding-top: 25px;
}

.skill-progress-text {
	max-width: 470px;
}

.skill-progress-bar {
	padding-top: 38px;
}
.skill-progress-bar .skill-set-percent {
	margin-bottom: 38px;
}
.skill-progress-bar .skill-set-percent h4 {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.skill-progress-bar .skill-set-percent .progress {
	height: 8px;
	border-radius: 0;
	position: relative;
	overflow: visible;
	border-top: 3px solid #c0e2f7;
	background-color: transparent;
}
.skill-progress-bar .skill-set-percent .progress span {
	right: 0;
	top: -30px;
	font-weight: 700;
	position: absolute;
	font-family: "Oswald", sans-serif;
}
.skill-progress-bar .skill-set-percent .progress-bar {
	width: 0;
	top: 6px;
	float: left;
	height: 100%;
	position: relative;
	-webkit-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
	background-color: #ffbf00;
}
.skill-progress-bar .skill-set-percent .progress-bar:before {
	top: -10px;
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	background-color: #ffeee9;
}
.skill-progress-bar .skill-set-percent .progress-bar:after {
	top: -10px;
	right: 0;
	width: 2px;
	content: "";
	height: 10px;
	position: absolute;
	background-color: #ffbf00;
}

.app-td-skill-video-section {
	padding: 150px 0px 95px;
}
.app-td-skill-video-section .sk-bg-img {
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	position: absolute;
}
.app-td-skill-video-section .sk-bg-img img {
	height: 100%;
}

.app-td-skill {
	max-width: 470px;
}

.app-td-skill-progress {
	margin-top: 45px;
}
.app-td-skill-progress .skill-set-percent {
	margin-bottom: 28px;
}
.app-td-skill-progress .skill-set-percent h4 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.app-td-skill-progress .skill-set-percent .progress {
	height: 8px;
	border-radius: 0;
	position: relative;
	overflow: visible;
	border-top: 5px solid #c6c6c6;
	background-color: transparent;
}
.app-td-skill-progress .skill-set-percent .progress span {
	right: 0;
	top: -30px;
	font-weight: 700;
	position: absolute;
}
.app-td-skill-progress .skill-set-percent .progress-bar {
	width: 0;
	top: -10px;
	float: left;
	height: 100%;
	position: relative;
	background-color: #46c8c1;
	-webkit-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	transition: 1s all ease-in-out;
}
.app-td-skill-progress .skill-set-percent:nth-child(2) .progress-bar {
	background-color: #7d8ad9;
}
.app-td-skill-progress .skill-set-percent:nth-child(3) .progress-bar {
	background-color: #6dcff6;
}

.app-td-video {
	max-width: 445px;
	float: right;
}

.td-video-pay-icon {
	margin-top: 30px;
}
.td-video-pay-icon a {
	height: 70px;
	width: 70px;
	color: #fff;
	float: left;
	margin-right: 20px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	background-color: #7781cb;
}
.td-video-pay-icon span {
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.team-section {
	padding: 118px 0px 120px;
	background-color: #121e2d;
}
.team-section .section-title {
	margin: 0 auto;
	max-width: 450px;
}
.team-section .section-title span {
	color: #ffbf00;
}
.team-section .section-title h2 {
	color: #fff;
}

.team-content-wrapper {
	padding-top: 75px;
}

.team-img-text-wrapper {
	padding: 48px 0px 45px;
	border: 2px solid #2a3542;
}
.team-img-text-wrapper .team-member-img {
	margin-bottom: 22px;
}
.team-img-text-wrapper .team-member-img img {
	border-radius: 100%;
	width: 180px;
	height: 180px;
}
.team-img-text-wrapper .team-member-img .member-social-btn:before {
	top: -5px;
	right: 50px;
	width: 40px;
	content: "+";
	height: 40px;
	font-size: 24px;
	cursor: pointer;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	font-family: "Oswald", sans-serif;
	background-color: #fff;
	border: 2px solid #121e2d;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.team-img-text-wrapper .team-member-img .member-social-btn .member-social-icon {
	top: 40px;
	opacity: 0;
	right: 40px;
	visibility: hidden;
	position: absolute;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.team-img-text-wrapper
	.team-member-img
	.member-social-btn
	.member-social-icon
	li {
	margin-bottom: 10px;
}
.team-img-text-wrapper
	.team-member-img
	.member-social-btn
	.member-social-icon
	li:nth-child(2) {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	margin-bottom: 5px;
}
.team-img-text-wrapper
	.team-member-img
	.member-social-btn
	.member-social-icon
	li:nth-child(3) {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
}
.team-img-text-wrapper
	.team-member-img
	.member-social-btn
	.member-social-icon
	li
	a {
	width: 40px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	display: inline-block;
	background-color: #ffbf00;
}
.team-img-text-wrapper
	.team-member-img
	.member-social-btn
	.member-social-icon
	li
	a:hover {
	color: #ffbf00;
	background-color: #fff;
}
.team-img-text-wrapper .team-member-img .member-social-btn.current:before {
	content: "";
	font-size: 12px;
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
}
.team-img-text-wrapper
	.team-member-img
	.member-social-btn.current
	.member-social-icon {
	opacity: 1;
	right: 30px;
	visibility: visible;
}
.team-img-text-wrapper .team-member-text .team-degi {
	font-weight: 600;
	color: #ffbf00;
}
.team-img-text-wrapper .team-member-text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding-top: 14px;
}

.team-section-2 {
	padding: 115px 0px 120px;
}
.team-section-2 .section-title span {
	color: #00c3ff;
}
.team-section-2 .team-member-content-2 {
	padding-top: 75px;
}

.join-team-btn {
	margin-top: 50px;
}
.join-team-btn .taeled-btn {
	color: #fff;
}
.join-team-btn .taeled-btn i {
	color: #121e2d;
	background-color: #fff;
}

.team-member-innerbox {
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.team-member-innerbox .team-member-img {
	z-index: 1;
}
.team-member-innerbox .team-member-img:before,
.team-member-innerbox .team-member-img:after {
	width: 26px;
	content: "";
	z-index: -1;
	height: 26px;
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.team-member-innerbox .team-member-img:before {
	top: -12px;
	left: -12px;
}
.team-member-innerbox .team-member-img:after {
	right: -12px;
	bottom: -12px;
}
.team-member-innerbox .team-member-text {
	margin-top: 35px;
}
.team-member-innerbox .team-member-text span {
	font-size: 18px;
	font-weight: 600;
	color: #00c3ff;
}
.team-member-innerbox .team-member-text h3 {
	font-size: 24px;
	font-weight: 600;
	padding: 3px 0px 18px;
	text-transform: uppercase;
}
.team-member-innerbox .team-member-text .team-member-social a {
	width: 30px;
	color: #fff;
	height: 30px;
	font-size: 12px;
	margin: 0px 3px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}
.team-member-innerbox .team-member-text .team-member-social a:nth-child(1) {
	background-color: #3b5999;
}
.team-member-innerbox .team-member-text .team-member-social a:nth-child(2) {
	background-color: #cd201f;
}
.team-member-innerbox .team-member-text .team-member-social a:nth-child(3) {
	background-color: #00aff0;
}
.team-member-innerbox:hover {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
.team-member-innerbox:hover .team-member-img:before,
.team-member-innerbox:hover .team-member-img:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*Team Page*/
/*---------------*/
.team-page-section .team-content-wrapper {
	padding-top: 0px;
}
.team-page-section .team-content-wrapper .team-img-text-wrapper {
	border: none;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}

.team-page-section
	.team-content-wrapper
	.team-img-text-wrapper:hover
	.team-member-text
	h3 {
	color: #fff;
}
.team-page-section
	.team-content-wrapper
	.team-img-text-wrapper
	.team-member-text
	h3 {
	color: #121e2d;
}
.team-page-section
	.team-content-wrapper
	.team-img-text-wrapper
	.team-member-img
	.member-social-btn:before {
	border: none;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(102, 102, 102, 0.2);
}

.team-page-section .team-content-wrapper .team-img-text-wrapper {
	border: 1px solid #e5e5e5;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.team-page-section .team-content-wrapper .row {
	margin-top: -30px;
}

.team-page-section .team-content-wrapper .team-img-text-wrapper::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #121e2d;
	width: 100%;
	transform: translateY(0);
	height: 0;
	transform-origin: transform-origin;
	transform: transform;
	transition: ease-in-out;
	transition-duration: 0.4s;
	z-index: -1;
}

.team-page-section .team-content-wrapper .team-img-text-wrapper:hover::after {
	height: 100%;
	transform: translateY(1);
	transform-origin: center top;
}
.team-page-section
	.team-content-wrapper
	.team-member-img
	.member-social-btn:before {
	top: -10px;
	right: 65px;
	line-height: 40px;
}
.team-page-section
	.team-content-wrapper
	.team-member-img
	.member-social-btn.current
	.member-social-icon {
	right: 35px;
}

.team-service-section .section-title {
	margin: 0 auto;
	max-width: 490px;
}
.team-service-section .section-title span {
	color: #ffbf00;
}
.team-service-section .section-title h2 {
	color: #fff;
}
.team-service-section .team-service-wrapper {
	margin-top: 70px;
	padding: 55px 20px 45px;
	border: 2px solid #26364a;
}
.team-service-section .team-service-innerbox {
	z-index: 1;
	padding-left: 35px;
}
.team-service-section .team-service-innerbox:after {
	opacity: 0;
	top: -55px;
	content: "";
	left: -20px;
	z-index: -1;
	width: 300px;
	height: 354px;
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.team-service-section .team-service-innerbox .team-service-title h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.team-service-section .team-service-innerbox li {
	color: #dce0f4;
	margin-bottom: 10px;
}
.team-service-section .team-service-innerbox li i {
	color: #ffbf00;
	margin-right: 20px;
}
.team-service-section .team-service-innerbox:hover:after {
	opacity: 1;
	visibility: visible;
}
.team-service-section .team-service-innerbox:hover .team-service-title h3 {
	color: #121e2d;
}
.team-service-section .team-service-innerbox:hover li {
	color: #121e2d;
}
.team-service-section .team-service-skill {
	margin-top: 60px;
}
.team-service-section .team-service-skill .skill-set-percent h4 {
	color: #fff;
}
.team-service-section
	.team-service-skill
	.skill-progress-bar
	.skill-set-percent {
	max-width: 550px;
}
.team-service-section
	.team-service-skill
	.skill-progress-bar
	.skill-set-percent
	.progress
	span {
	color: #ffbf00;
}
.team-service-section
	.team-service-skill
	.skill-progress-bar
	.skill-set-percent
	.progress-bar:before {
	display: none;
}
.team-service-section
	.team-service-skill
	.skill-progress-bar
	.skill-set-percent
	.progress {
	border-top: 3px solid #2b3f4c;
}

/*Team Details Page*/
/*-------------------*/
.team-details-section {
	padding: 120px 0px;
}
.team-details-section .team-details-content {
	z-index: 1;
	padding: 40px;
	background-color: #f2f6f9;
}

.team-details-section .team-details-text {
	padding-top: 30px;
}
.team-details-section .team-details-text .section-title span {
	color: #ffbf00;
	padding-bottom: 5px;
}
.team-details-section .team-details-text .team-details-info {
	margin-top: 30px;
}
.team-details-section .team-details-text .team-details-info li {
	margin-bottom: 15px;
}
.team-details-section .team-details-text .team-details-info li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffbf00;
	margin-right: 30px;
	background-color: #fff;
}
.team-details-section .team-details-text .team-details-info li a {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.team-details-section .team-details-text .taeled-btn {
	color: #fff;
	background-color: #ffbf00;
}
.team-details-section .team-details-text .taeled-btn i {
	color: #121e2d;
	background-color: #fff;
}
.team-details-section .team-details-text .team-details-bottom {
	margin-top: 40px;
}
.team-details-section .team-details-text .team-details-social li {
	width: 60px;
	color: #fff;
	float: left;
	height: 60px;
	margin-left: 10px;
	line-height: 60px;
	text-align: center;
}
.team-details-section .team-details-text .team-details-social li a {
	width: 100%;
	display: block;
}
.team-details-section .team-details-text .team-details-social li:nth-child(1) {
	background-color: #3b5999;
}
.team-details-section .team-details-text .team-details-social li:nth-child(2) {
	background-color: #55acee;
}
.team-details-section .team-details-text .team-details-social li:nth-child(3) {
	background-color: #cd201f;
}

.app-td-team-section {
	padding: 140px 0px;
}
.app-td-team-section .section-title-style-2 h2,
.app-td-team-section .section-title-style-2 h3,
.app-td-team-section .section-title-style-2 p {
	color: #fff;
}

.app-td-team-content {
	padding-top: 75px;
}

.app-td-team-img-text {
	padding: 20px;
	z-index: 1;
	background-color: #c61929;
	-webkit-transition: 500ms all;
	-o-transition: 500ms all;
	transition: 500ms all;
}
.app-td-team-img-text:before {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	content: "";
	height: 125px;
	position: absolute;
	background-color: #f23345;
}
.app-td-team-img-text .app-td-team-img {
	margin-bottom: 25px;
}
.app-td-team-img-text .app-td-team-text {
	color: #fff;
}
.app-td-team-img-text .app-td-team-text h3 {
	font-size: 24px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.app-td-team-img-text .app-td-team-text span {
	color: #fff;
	font-size: 14px;
}
.app-td-team-img-text:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.intro-video-section {
	z-index: 1;
	padding: 120px 0px 150px;
}
.intro-video-section .background_overlay {
	z-index: -1;
	background-color: rgba(63, 69, 74, 0.9);
}
.intro-video-section.service-details-intro-video .background_overlay {
	background-color: rgb(0 0 0 / 90%);
}
.intro-video-section.service-details-intro-video
	.intro-video-form
	form
	.taeled-btn
	button,
.intro-video-section.service-details-intro-video
	.intro-video-form
	form
	.taeled-btn {
	background: #07111e;
}
.intro-video-section.service-details-intro-video
	.intro-video-wrap
	.intro-video-play-btn
	a {
	border: 2px solid #eea28d;
}
.intro-video-section.service-details-intro-video .intro-video-wrap {
	padding-top: 100px;
}

.intro-video-form {
	background-color: #fff;
	padding: 60px 60px 50px;
}
.intro-video-form h3 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 38px;
}
.intro-video-form form input,
.intro-video-form form textarea {
	width: 100%;
	height: 70px;
	border: none;
	padding-left: 30px;
	margin-bottom: 10px;
	background-color: #eff3f6;
}
.intro-video-form form input::-webkit-input-placeholder,
.intro-video-form form textarea::-webkit-input-placeholder {
	color: #95a7b4;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.intro-video-form form input::-moz-placeholder,
.intro-video-form form textarea::-moz-placeholder {
	color: #95a7b4;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.intro-video-form form input:-ms-input-placeholder,
.intro-video-form form textarea:-ms-input-placeholder {
	color: #95a7b4;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.intro-video-form form input::-ms-input-placeholder,
.intro-video-form form textarea::-ms-input-placeholder {
	color: #95a7b4;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.intro-video-form form input::placeholder,
.intro-video-form form textarea::placeholder {
	color: #95a7b4;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.intro-video-form form textarea {
	height: 150px;
	padding-top: 20px;
}
.intro-video-form form .contact-info .icon-bg {
	top: 20px;
	right: 20px;
}
.intro-video-form form .contact-info .icon-bg i {
	color: #aec0ce;
	font-size: 14px;
}
.intro-video-form form .taeled-btn {
	bottom: -30px;
	position: absolute;
}
.intro-video-form form .taeled-btn button {
	padding: 0;
	color: #fff;
	border: none;
}
.intro-video-form form .taeled-btn button i {
	color: #121e2d;
	background-color: #fff;
}

.intro-video-wrap {
	padding-top: 15px;
	padding-left: 40px;
}
.intro-video-wrap .section-title h2 {
	color: #fff;
}
.intro-video-wrap .intro-video-text-details {
	color: #fff;
	padding-bottom: 35px;
}
.intro-video-wrap .intro-video-play-btn {
	padding-bottom: 30px;
}
.intro-video-wrap .intro-video-play-btn a {
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-right: 30px;
	display: inline-block;
	border: 2px solid #69757d;
}
.intro-video-wrap .intro-video-play-btn span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.intro-video-wrap .video-counter-innerbox {
	z-index: 1;
	width: 160px;
	height: 160px;
	padding-top: 28px;
	margin-right: 15px;
	background-color: #34393f;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.intro-video-wrap .video-counter-innerbox:after {
	left: 0;
	bottom: 0;
	width: 0%;
	content: "";
	height: 3px;
	position: absolute;
	background-color: #00c3ff;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.intro-video-wrap .video-counter-innerbox h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.intro-video-wrap .video-counter-innerbox .t-unit,
.intro-video-wrap .video-counter-innerbox p {
	color: #fff;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.intro-video-wrap .video-counter-innerbox .icon-bg {
	right: 0;
	bottom: 0;
	z-index: -1;
}
.intro-video-wrap .video-counter-innerbox .icon-bg i {
	color: #40454a;
	line-height: 1;
	font-size: 85px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.intro-video-wrap .video-counter-innerbox:hover {
	background-color: #fff;
}
.intro-video-wrap .video-counter-innerbox:hover h3,
.intro-video-wrap .video-counter-innerbox:hover .t-unit,
.intro-video-wrap .video-counter-innerbox:hover p {
	color: #121e2d;
}
.intro-video-wrap .video-counter-innerbox:hover .icon-bg i {
	color: #f7f7f7;
}
.intro-video-wrap .video-counter-innerbox:hover:after {
	width: 100%;
}
.intro-video-wrap .video-counter-wrapper .video-counter-innerbox:last-child {
	margin-right: 0;
}

/*Partner area*/
/*----------------------------------------------------*/
.partner-section {
	padding: 80px 0px;
	background-color: #f4f8fb;
}
.partner-section .container {
	max-width: 1310px;
}
.partner-section .partner-slider .partner-img img {
	-webkit-filter: grayscale(2);
	filter: grayscale(2);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.partner-section .partner-slider .partner-img:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*---------------------------------------------------- */
/*breadcunb area*/
/*----------------------------------------------------*/
.taeled-bredcrumb-section {
	z-index: 1;
}
.taeled-bredcrumb-section .bredcrumb-content {
	padding: 330px 0px 170px;
}
.taeled-bredcrumb-section .background_overlay {
	z-index: -1;
	opacity: 0.902;
	background-color: #141414;
}
.taeled-bredcrumb-section .bredcrumb-title h2 {
	color: #fff;
	font-size: 72px;
	font-weight: 600;
}
.taeled-bredcrumb-section .breadcrumb-item-wrap .breadcrumb {
	bottom: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	border-radius: 0;
	padding: 0px 45px;
	position: absolute;
	display: inline-block;
	background-color: #fff;
}
.taeled-bredcrumb-section .breadcrumb-item-wrap .breadcrumb .breadcrumb-item {
	font-size: 20px;
	font-weight: 600;
	position: relative;
}
.taeled-bredcrumb-section
	.breadcrumb-item-wrap
	.breadcrumb
	.breadcrumb-item.active {
	color: #ffc102;
}
.taeled-bredcrumb-section
	.breadcrumb-item-wrap
	.breadcrumb-item
	+ .breadcrumb-item {
	position: relative;
	padding-left: 20px;
}
.taeled-bredcrumb-section
	.breadcrumb-item-wrap
	.breadcrumb-item
	+ .breadcrumb-item::before {
	top: 25px;
	left: 9px;
	padding: 0;
	width: 2px;
	content: "";
	height: 13px;
	position: absolute;
	background-color: #121e2d;
}

.app-taeled-intro-section-6 {
	z-index: 3;
	top: -125px;
	overflow: visible;
}

.app-taeled-intro-innerbox-6 {
	padding: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 42px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 42px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: 500ms all;
	-o-transition: 500ms all;
	transition: 500ms all;
}
.app-taeled-intro-innerbox-6 .app-taeled-intro-icon {
	margin-right: 30px;
}
.app-taeled-intro-innerbox-6 .app-taeled-intro-icon i {
	color: #f23345;
	font-size: 40px;
}
.app-taeled-intro-innerbox-6 .app-taeled-intro-text {
	overflow: hidden;
}
.app-taeled-intro-innerbox-6 .app-taeled-intro-text h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.app-taeled-intro-innerbox-6:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

/*---------------------------------------------------- */
/*Shop area*/
/*----------------------------------------------------*/
.shop-showcase-section {
	padding: 120px 0px 75px;
}
.shop-showcase-section .shop-showcase-top {
	margin-bottom: 38px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e6e6e6;
}
.shop-showcase-section .shop-showcase-top .shop-showcase-result,
.shop-showcase-section .shop-showcase-top .shop-showcase-filter {
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.shop-showcase-section .shop-showcase-top .shop-showcase-filter i {
	margin-left: 8px;
}

.taeled-product .hover-content {
	left: 0;
	top: 45%;
	right: 0;
	z-index: 1;
	opacity: 0;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

.taeled-product .hover-content li {
	width: 40px;
	color: #fff;
	height: 40px;
	margin: 0px 10px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	position: relative;
	background-color: #ffbf00;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.taeled-product .hover-content li a {
	width: 100%;
	display: block;
}

.taeled-product {
	margin: 0 auto;
	max-width: 270px;
	margin-bottom: 30px;
}
.taeled-product .taeled-product-img:after {
	top: 0;
	left: 0;
	opacity: 0;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #121e2d;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.taeled-product:hover .taeled-product-img:after {
	opacity: 0.8;
}

.taeled-product .hover-content li:hover {
	background-color: #121e2d;
}

.taeled-product:hover .hover-content {
	top: 50%;
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.taeled-product {
	margin-bottom: 35px;
}
.taeled-product .taeled-product-img {
	margin-bottom: 18px;
}
.taeled-product .taeled-product-text h3 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.taeled-product .taeled-product-text .product-price {
	font-family: "Oswald", sans-serif;
}
.taeled-product .taeled-product-text .product-price strong {
	font-size: 18px;
	margin-right: 10px;
	color: #ffbf00;
}
.taeled-product .taeled-product-text .product-price del {
	color: #999999;
	font-size: 14px;
}

.shop-sidebar-widget {
	padding: 35px;
	margin-bottom: 30px;
	border: 2px solid #efefef;
}
.shop-sidebar-widget .shop-widget-title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 25px;
}

.shop-color-widget .shop-color-option {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.shop-color-widget .color-value {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding-left: 35px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.shop-color-widget .color-value:after {
	top: 0;
	left: 0;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border: 1px solid #cccccc;
}
.shop-color-widget .color-value:before {
	top: 1px;
	left: 5px;
	display: none;
	font-size: 10px;
	content: "";
	position: absolute;
	font-family: Flaticon;
}
.shop-color-widget .shop-color-pick {
	display: none;
}
.shop-color-widget .shop-color-pick:checked ~ .color-value:before {
	display: block;
	color: #ffbf00;
}
.shop-color-widget .shop-color-pick:checked ~ .color-value:after {
	border: 1px solid #ffbf00;
}

.shop-size-widget .shop-size-option {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.shop-size-widget .shop-size-pick {
	display: none;
}
.shop-size-widget .size-value {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	padding-left: 15px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.shop-size-widget .size-value:before {
	left: 0;
	top: -2px;
	content: ">";
	position: absolute;
}
.shop-size-widget .shop-size-pick:checked ~ .size-value:before,
.shop-size-widget .shop-size-pick:checked ~ .size-value {
	color: #ffbf00;
}

.price-filter-widget .fliter-range-bar {
	-webkit-appearance: none;
	width: 100%;
	height: 2px;
	outline: none;
	background: #ffbf00;
}
.price-filter-widget .fliter-range-bar::-webkit-slider-thumb {
	width: 10px;
	height: 10px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background: #ffbf00;
}
.price-filter-widget .fliter-range-bar::-moz-range-thumb {
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #ffbf00;
}
.price-filter-widget .price-range-amount {
	color: #999999;
	font-size: 14px;
	font-weight: 700;
}
.price-filter-widget .filter-btn {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.price-range-slider {
	width: 100%;
}
.price-range-slider .range-value {
	margin: 0;
}
.price-range-slider .range-value input {
	width: 50%;
	padding: 0;
	float: left;
	border: none;
	color: #999999;
	background: none;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffbf00;
	font-family: "Oswald", sans-serif;
}
.price-range-slider .range-value .filter-price-btn {
	margin-top: 20px;
	color: #434343;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.price-range-slider .range-bar {
	border: none;
	background: #cbcbcb;
	height: 3px;
	width: 96%;
}
.price-range-slider .range-bar .ui-slider-range {
	background: #ffbf00;
}
.price-range-slider .range-bar .ui-slider-handle {
	top: -4px;
	border: none;
	height: 10px;
	width: 10px;
	cursor: pointer;
	border-radius: 0;
	background: #ffbf00;
}
.price-range-slider .range-bar .ui-slider-handle:focus {
	outline: none;
}
.price-range-slider .range-bar .ui-slider-handle + span {
	background: #ffbf00;
}

.tag-filter-widget li a {
	color: #999999;
	font-size: 13px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

/*Shop Details Page (Shop Details)*/
/*----------------------------------------------------*/
.td-product-show {
	margin-top: 10px;
}
.td-product-show .owl-thumb-item {
	cursor: pointer;
	margin: 10px;
}
.td-product-show .owl-thumb-item:focus {
	outline: none;
}
.td-product-show .slick-prev:before,
.td-product-show .slick-next:before {
	opacity: 1;
	font-size: 30px;
	color: #ffaea1;
}
.td-product-show .slick-prev {
	left: -5px;
}
.td-product-show .slick-next {
	right: 5px;
}

.product-details-section {
	padding: 120px 0px 0px;
}

.product-details-text {
	padding-left: 20px;
}
.product-details-text .product-details-title {
	font-weight: 700;
	margin-bottom: 30px;
}
.product-details-text .product-details-title h4 {
	font-size: 14px;
	color: #ffbf00;
	padding-bottom: 10px;
}
.product-details-text .product-details-title h3 {
	font-size: 30px;
}

.product-details-price {
	border: 2px solid #dddddd;
	border-right: none;
	border-left: none;
	padding: 20px 0px;
}
.product-details-price h3 {
	font-size: 24px;
	font-weight: 700;
	color: #ffbf00;
	padding-bottom: 10px;
}
.product-details-price h3 del {
	color: #b2bfce;
	font-size: 18px;
}
.product-details-price .product-rating ul {
	display: inline-block;
}
.product-details-price .product-rating ul li {
	color: #ffbf00;
}
.product-details-price .product-rating span {
	color: #d7d7d7;
	font-size: 14px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.product-details-desc {
	padding: 25px 0px 15px;
}

.product-info {
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 2px solid #dddddd;
}
.product-info li span {
	font-weight: 700;
}

.product-choose-option {
	margin-bottom: 35px;
}

.item-choose-option {
	margin-right: 20px;
	display: inline-block;
}
.item-choose-option:after {
	top: 43px;
	right: 10px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
}
.item-choose-option.product-quantity:after {
	display: none;
}
.item-choose-option h4 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
}
.item-choose-option select {
	color: #999999;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 35px 10px 10px;
	font-family: "Oswald", sans-serif;
	-webkit-appearance: none;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
}
.item-choose-option input {
	width: 35px;
	height: 35px;
	color: #999999;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	font-family: "Oswald", sans-serif;
	border: 1px solid #e5e5e5;
}
.item-choose-option .b-minus,
.item-choose-option .b-plus {
	width: 35px;
	height: 18px;
	line-height: 12px;
	position: absolute;
	background-color: transparent;
}
.item-choose-option .b-plus {
	bottom: 0px;
}

.refresh-shop-option {
	margin-left: 40px;
}
.refresh-shop-option a {
	font-weight: 700;
	color: #ffbf00;
	font-family: "Oswald", sans-serif;
}

.shop-details-s-btn {
	margin-bottom: 25px;
}
.shop-details-s-btn a {
	padding: 15px 30px;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	margin-right: 20px;
	border: 2px solid #dddddd;
}
.shop-details-s-btn a i {
	margin-right: 5px;
}
.shop-details-s-btn a:hover {
	color: #fff;
	border: 2px solid #ffbf00;
	background-color: #ffbf00;
}

.share-product-area {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.share-product-area a {
	margin-left: 25px;
}
.share-product-area a:hover {
	color: #ffbf00;
}

.product-review-area {
	margin-top: 90px;
	padding: 90px 0px;
	background-color: #eef2f5;
}

.product-review-tab-btn .nav {
	display: inherit;
}
.product-review-tab-btn .nav-tabs .nav-link {
	border: none;
	font-weight: 700;
	border-radius: 0;
	font-weight: 700;
	position: relative;
	padding: 15px 40px;
	font-family: "Oswald", sans-serif;
}
.product-review-tab-btn .nav-tabs .nav-link:after {
	left: 40px;
	bottom: -1px;
	height: 3px;
	content: "";
	width: 0;
	position: absolute;
	background-color: #ffbf00;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.product-review-tab-btn .nav-tabs .nav-link.active {
	color: #ffbf00;
	background-color: transparent;
}
.product-review-tab-btn .nav-tabs .nav-link.active:after {
	width: 65%;
}
.product-review-tab-btn .nav-tabs {
	border: none;
}

.review-tab-content-inner {
	padding: 50px;
	background-color: #fff;
}

.review-comment-area .buyer-review-inner {
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.review-comment-area .buyer-review-pic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%;
}
.review-comment-area .buyer-review-text {
	overflow: hidden;
}
.review-comment-area .buyer-review-text h4 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.review-comment-area .buyer-review-text span {
	display: block;
}
.review-comment-area .buyer-review-text .buyer-review-rate {
	margin-top: 5px;
}
.review-comment-area .buyer-review-text .buyer-review-rate a {
	font-size: 14px;
	color: #ffbf00;
}
.review-comment-area .buyer-review-text .buyer-review-date {
	font-weight: 500;
	color: #69696999;
	font-weight: 700;
	padding-left: 30px;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.review-comment-area .buyer-review-text .buyer-review-date:before {
	top: 5px;
	left: 10px;
	width: 2px;
	content: "";
	height: 15px;
	position: absolute;
	background-color: #69696999;
}
.review-comment-area .buyer-review-comment-box {
	max-width: 800px;
	margin: 0 auto;
}
.review-comment-area .buyer-review-comment-box .customer-rate-option {
	margin: 4px 0px 20px;
}
.review-comment-area .buyer-review-comment-box .customer-rate-option li {
	width: 16px;
}
.review-comment-area
	.buyer-review-comment-box
	.customer-rate-option
	.customer-rate {
	display: none;
}
.review-comment-area
	.buyer-review-comment-box
	.customer-rate-option
	.rate-value {
	position: relative;
}
.review-comment-area
	.buyer-review-comment-box
	.customer-rate-option
	.rate-value:before {
	left: 0;
	top: -10px;
	content: "";
	cursor: pointer;
	position: absolute;
	font-family: Flaticon;
}
.review-comment-area
	.buyer-review-comment-box
	.customer-rate-option
	.customer-rate:checked
	~ .rate-value:before {
	content: "";
	color: #ffbf00;
}
.review-comment-area .buyer-review-comment-box h4 {
	font-size: 18px;
	padding-right: 40px;
}
.review-comment-area .buyer-review-comment-box textarea,
.review-comment-area .buyer-review-comment-box input {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #e5e5e5;
}
.review-comment-area .buyer-review-comment-box textarea {
	height: 200px;
	padding-top: 30px;
	margin-bottom: 15px;
}
.review-comment-area .buyer-review-comment-box button {
	color: #fff;
	border: none;
	font-weight: 500;
	padding: 15px 50px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #ffbf00;
}

.product-description-text table {
	margin-top: 40px;
}

.product-description-text th,
.product-description-text td {
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.product-description-text tr {
	width: 100%;
}

.product-description-text .desc-title {
	width: 240px;
}

.product-description-text .desc-value {
	width: 77%;
}

/*Shop Cart Page (Cart Area)*/
/*----------------------------------------------------*/
.cart-area-section {
	padding: 120px 0px;
}
.cart-area-section .item-choose-option:after {
	display: none;
}

.cart-added-product table {
	width: 870px;
}
.cart-added-product .table td,
.cart-added-product .table th {
	vertical-align: middle;
}
.cart-added-product thead {
	background-color: #323232;
}
.cart-added-product thead tr th {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 30px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.cart-added-product tbody .product-price {
	padding-right: 40px;
}
.cart-added-product tbody tr {
	margin-top: 30px;
	border-bottom: 2px solid #eeeeee;
}
.cart-added-product tbody .cart-title-img {
	padding: 30px 50px 30px 0px;
}
.cart-added-product tbody .cart-title-img .product-delete {
	color: #dedede;
	font-family: "Oswald", sans-serif;
}
.cart-added-product tbody .cart-title-img .pro-cart-img {
	margin: 0 15px 0px 30px;
}
.cart-added-product tbody .cart-title-img h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.cart-added-product .price-amount {
	font-size: 20px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}

.taeled-cart-coupon {
	margin-top: 70px;
}
.taeled-cart-coupon .taeled-coupon-code {
	width: 100%;
	max-width: 500px;
}
.taeled-cart-coupon .taeled-coupon-code input {
	width: 100%;
	height: 70px;
	border: none;
	padding-left: 30px;
	background-color: #f9f9f9;
}
.taeled-cart-coupon .taeled-coupon-code input::-webkit-input-placeholder {
	font-weight: 600;
}
.taeled-cart-coupon .taeled-coupon-code input::-moz-placeholder {
	font-weight: 600;
}
.taeled-cart-coupon .taeled-coupon-code input:-ms-input-placeholder {
	font-weight: 600;
}
.taeled-cart-coupon .taeled-coupon-code input::-ms-input-placeholder {
	font-weight: 600;
}
.taeled-cart-coupon .taeled-coupon-code input::placeholder {
	font-weight: 600;
}
.taeled-cart-coupon .taeled-coupon-code button {
	top: 0;
	right: 0;
	color: #fff;
	height: 70px;
	border: none;
	width: 200px;
	font-weight: 700;
	position: absolute;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	background-color: #ffbf00;
}

.cart-update-btn a {
	height: 70px;
	color: #fff;
	width: 200px;
	display: block;
	font-weight: 700;
	line-height: 70px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	background-color: #121e2d;
}

.taeled-cart-total-area h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	padding: 18px 0px 19px 40px;
	background-color: #121e2d;
}
.taeled-cart-total-area .cart-total-price table {
	width: 100%;
}
.taeled-cart-total-area .cart-total-price table tr {
	border-bottom: 1px solid #eeeeee;
}
.taeled-cart-total-area .cart-total-price table tr:last-child {
	border-bottom: none;
}
.taeled-cart-total-area .cart-total-price .v-title {
	font-size: 14px;
	font-weight: 700;
	padding: 30px 0px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.taeled-cart-total-area .cart-total-price .v-price {
	font-size: 20px;
	font-weight: 700;
	color: #ffbf00;
}
.taeled-cart-total-area .taeled-checkout-btn a {
	width: 100%;
	color: #fff;
	height: 60px;
	display: block;
	font-weight: 700;
	line-height: 60px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	background-color: #121e2d;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer-section-1 .footer-top-area,
.footer-section-3 .footer-top-area {
	padding: 30px 0px;
	background-color: #141414;
}
.footer-section-1 .footer-top-area .footer-copyright,
.footer-section-3 .footer-top-area .footer-copyright {
	padding-top: 30px;
}
.footer-section-1 .footer-top-area .footer-copyright h3,
.footer-section-3 .footer-top-area .footer-copyright h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.footer-section-1 .footer-top-area .footer-social,
.footer-section-3 .footer-top-area .footer-social {
	float: right;
	padding-top: 20px;
}
.footer-section-1 .footer-top-area .footer-social a,
.footer-section-3 .footer-top-area .footer-social a {
	color: #fff;
	font-weight: 600;
	margin-left: 40px;
	font-family: "Oswald", sans-serif;
}
.footer-section-1 .footer-top-area .footer-social a:hover,
.footer-section-3 .footer-top-area .footer-social a:hover {
	color: #ffaea1;
}
.footer-section-1 .footer-widget-content .col-md-4:nth-child(2) .footer-widget,
.footer-section-3 .footer-widget-content .col-md-4:nth-child(2) .footer-widget {
	padding-left: 55px;
}

.footer-widget-wrapper {
	padding: 75px 0px;
	background-color: #0d1723;
}

.footer-widget-content .footer-widget .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
.footer-widget-content .footer-widget .footer-menu li {
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.footer-widget-content .footer-widget .footer-menu li a {
	position: relative;
}
.footer-widget-content .footer-widget .footer-menu li a:before {
	bottom: -2px;
	left: auto;
	right: 0;
	height: 1px;
	width: 0%;
	content: "";
	position: absolute;
	background-color: #fff;
	transition: 500ms all ease;
}
.footer-widget-content .footer-widget .footer-menu li a:hover::before {
	left: 0;
	right: auto;
	width: 100%;
}
.footer-widget-content .footer-widget .footer-menu li a {
	color: #acb9c8;
	font-size: 18px;
}
.footer-widget-content .footer-widget .footer-menu li a:hover {
	color: #fff;
}
.footer-widget-content .footer-widget .contact-icon-text {
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-widget-content .footer-widget .contact-icon-text .w-contact-icon {
	margin-right: 25px;
}
.footer-widget-content .footer-widget .contact-icon-text .w-contact-icon i {
	color: #ffaea1;
}
.footer-widget-content .footer-widget .contact-icon-text .w-contact-text {
	color: rgba(255, 255, 255, 0.79);
	overflow: hidden;
	max-width: 190px;
}

.footer-bottom-area {
	background-color: #ffc200;
	padding: 5px;
}
.footer-bottom-area .footer-bottom-menu {
	float: left;
}
.footer-bottom-area .footer-bottom-menu a {
	color: #fff;
	font-weight: 600;
	padding: 38px 25px;
	font-family: "Oswald", sans-serif;
	display: inline-block;
}
.footer-bottom-area .footer-bottom-menu a:after {
	top: 38px;
	right: 20px;
}
.footer-bottom-area .footer-bottom-menu a:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	content: "";
	position: absolute;
	background-color: #ffaea1;
	-webkit-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.footer-bottom-area .footer-bottom-menu a:hover {
	background-color: #0d1723;
}
.footer-bottom-area .footer-bottom-menu a:hover:before {
	height: 3px;
}

.footer-bottom-area .footer-bottom-copyright h4 {
	text-align: center;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 600;
}
.footer-bottom-area .footer-bottom-copyright h4 a {
	color: #1e1e1e!important;
}

.footer-section-2 {
	background-color: #121e2d;
}
.footer-section-2 .footer-bottom-wrap .footer-copyright-text {
	margin-top: 35px;
}
.footer-section-2 .footer-bottom-wrap .footer-copyright-text h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.footer-section-2 .footer-bottom-wrap .footer-copyright-text h4 a {
	color: #ffaea1;
}
.footer-section-2 .footer-bottom-wrap .footer-bottom-social {
	padding: 30px;
	background-color: #ffaea1;
}
.footer-section-2 .footer-bottom-wrap .footer-bottom-social a {
	color: #fff;
	font-weight: 600;
	margin: 0px 10px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.footer-section-2
	.footer-bottom-wrap
	.col-md-4:nth-child(1)
	.footer-copyright-text {
	text-align: left;
}
.footer-section-2
	.footer-bottom-wrap
	.col-md-4:nth-child(3)
	.footer-copyright-text {
	text-align: right;
}

.footer-widget-inner {
	padding: 110px 0px 90px;
}
.footer-widget-inner .footer-widget .footer-logo-widget p {
	color: #eef2f5;
	font-size: 18px;
	max-width: 385px;
	padding-top: 20px;
}
.footer-widget-inner .footer-widget .contact-widget-2 p {
	color: #eef2f5;
	font-size: 30px;
	line-height: 1.4;
}
.footer-widget-inner .footer-widget .contact-widget-2 .contact-widget-item {
	padding-top: 75px;
}
.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content {
	width: 50%;
	float: left;
}
.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content h4 {
	color: #eef2f5;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content a {
	padding-bottom: 5px;
}
.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content a,
.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content span {
	display: block;
	color: #eef2f5;
}
.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content span {
	max-width: 185px;
}

.footer-section-3 .footer-widget-content .footer-widget .widget-title:after,
.footer-section-3
	.footer-widget-content
	.footer-widget
	.contact-icon-text
	.w-contact-icon
	i,
.footer-section-3 .footer-bottom-area .footer-bottom-menu a:after,
.footer-section-3 .footer-bottom-area  h4 a {
	color: #ffbf00;
}
.footer-section-3 .footer-bottom-area .footer-bottom-menu a:hover:before {
	background-color: #ffbf00;
}

.widget-recent-blog .widget-blog-img-text {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-img {
	height: 80px;
	width: 110px;
	margin-right: 20px;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-text {
	overflow: hidden;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta {
	padding-bottom: 5px;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta a {
	font-size: 12px;
	padding-right: 10px;
}
.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	.blog-meta
	a:nth-child(1) {
	color: #9eaec1;
}
.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	.blog-meta
	a:nth-child(2) {
	color: #ffbf00;
}
.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	.blog-meta
	a:before {
	color: #9eaec1;
}
.widget-recent-blog .widget-blog-img-text .widget-blog-text h4 {
	font-size: 18px;
	color: #fff;
}

.footer-section-4 .footer-bottom-area {
	background-color: #ffffff;
}
.footer-section-4 .footer-widget-wrapper {
	background-color: #eef2f5;
}
.footer-section-4 .footer-widget-content .footer-widget .widget-title,
.footer-section-4 .footer-widget-content .footer-widget .footer-menu li a,
.footer-section-4
	.footer-widget-content
	.footer-widget
	.contact-icon-text
	.w-contact-text,
.footer-section-4
	.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	h4,
.footer-section-4
	.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	.blog-meta
	a:nth-child(1),
.footer-section-4 .footer-bottom-area .footer-bottom-menu a,
.footer-section-4 .footer-bottom-area .footer-bottom-copyright h4 {
	color: #121e2d;
}
.footer-section-4
	.footer-widget-content
	.footer-widget
	.contact-icon-text
	.w-contact-icon
	i,
.footer-section-4
	.widget-recent-blog
	.widget-blog-img-text
	.widget-blog-text
	.blog-meta
	a:nth-child(2),
.footer-section-4 .footer-bottom-area .footer-bottom-copyright h4 a {
	color: #ffbf00;
}
.footer-section-4 .footer-bottom-area .footer-bottom-menu a:after,
.footer-section-4 .footer-widget-content .footer-widget .widget-title:after {
	color: #ffbf00;
}
.footer-section-4 .footer-bottom-area .footer-bottom-menu a:hover {
	background-color: transparent;
}
.app-td-footer-section {
	padding: 90px 0px 40px;
	background-color: #102d41;
}

.app-td-footer-widget .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
	padding-bottom: 40px;
}
.app-td-footer-widget .widget-title:before {
	left: 0;
	top: 7px;
	color: #fff200;
	content: "";
	font-size: 14px;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
.app-td-footer-widget .about-widget p {
	color: #fff;
	padding-bottom: 22px;
}
.app-td-footer-widget .menu-widget {
	padding-left: 90px;
}
.app-td-footer-widget .menu-widget ul li {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.app-td-footer-widget .contact-widget .contact-icon-text {
	color: #fff;
	margin-bottom: 15px;
}
.app-td-footer-widget .contact-widget .contact-icon-text .w-contact-icon {
	margin-right: 12px;
}
.app-td-footer-widget .contact-widget .contact-icon-text .w-contact-text {
	overflow: hidden;
}
.app-td-footer-widget .nwl-widget p {
	color: #fff;
	padding-bottom: 25px;
}
.app-td-footer-widget .nwl-widget form {
	position: relative;
}
.app-td-footer-widget .nwl-widget input {
	height: 50px;
	width: 100%;
}
.app-td-footer-widget .nwl-widget button {
	top: 11px;
	right: 20px;
	border: none;
	position: absolute;
	background-color: transparent;
}

.app-td-footer-content {
	padding-bottom: 110px;
}

.app-td-copyright-logo {
	float: left;
}
.app-td-copyright-logo p {
	padding-top: 20px;
	color: #fff;
}
.app-td-copyright-logo p a {
	font-weight: 700;
}

.app-td-copyright-menu-social {
	text-align: right;
	color: #fff;
	float: right;
}
.app-td-copyright-menu-social .app-td-copyright-social {
	padding-bottom: 15px;
}
.app-td-copyright-menu-social .app-td-copyright-social a {
	margin-left: 15px;
}
.app-td-copyright-menu-social .app-td-copyright-menu li {
	margin-left: 35px;
}

/*---------------------------------------------------- */
/*Split area*/
/*----------------------------------------------------*/
@-webkit-keyframes line_animation {
	0% {
		top: 0px;
		opacity: 1;
	}
	50% {
		top: 50%;
	}
	100% {
		top: 100%;
		opacity: 1;
	}
}
@keyframes line_animation {
	0% {
		top: 0px;
		opacity: 1;
	}
	50% {
		top: 50%;
	}
	100% {
		top: 100%;
		opacity: 1;
	}
}
@-webkit-keyframes line_animation_2 {
	0% {
		opacity: 1;
		bottom: 0px;
	}
	50% {
		bottom: 50%;
	}
	100% {
		bottom: 100%;
		opacity: 1;
	}
}
@keyframes line_animation_2 {
	0% {
		opacity: 1;
		bottom: 0px;
	}
	50% {
		bottom: 50%;
	}
	100% {
		bottom: 100%;
		opacity: 1;
	}
}
.line_animation {
	top: 0px;
	left: 50%;
	width: 80%;
	bottom: 0px;
	z-index: -1;
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 1px solid #182637;
}
.line_animation:before {
	width: 7px;
	left: -4px;
	content: "";
	height: 36px;
	position: absolute;
	-webkit-animation: line_animation 15s ease-out infinite;
	animation: line_animation 15s ease-out infinite;
	background-color: #ffbf00;
}
.line_animation .line_area {
	width: 20%;
	float: left;
	height: 100%;
	position: relative;
	display: inline-block;
	border-right: 1px solid #182637;
}
.line_animation .line_area:before {
	width: 7px;
	right: -4px;
	content: "";
	height: 36px;
	position: absolute;
	background-color: #ffbf00;
}

.line_animation .line_area:nth-child(even):before {
	-webkit-animation: line_animation 15s ease-out infinite;
	animation: line_animation 15s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
	-webkit-animation: line_animation_2 15s ease-out infinite;
	animation: line_animation_2 15s ease-out infinite;
}

.pp-easing {
	-webkit-transition: all 3000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	-o-transition: all 3000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	transition: all 3000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

.split-home {
	background-color: #121e2d;
}

.split-header-area {
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding: 40px 80px;
	position: absolute;
	background-color: #0e1926;
}
.split-header-area .split-logo {
	margin-right: 120px;
}
.split-header-area .split-header-menu li {
	margin-right: 40px;
}
.split-header-area .split-header-menu li a {
	color: #fff;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.split-header-area .split-header-share {
	top: 0;
	right: 0;
	color: #fff;
	width: 120px;
	height: 120px;
	position: absolute;
	background-color: #ffbf00;
}
.split-header-area .split-header-share h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 120px;
}
.split-header-area .split-header-menu {
	padding-top: 14px;
}

.split-header-top-section {
	top: 0;
	width: 100%;
	z-index: 5;
	position: absolute;
}
.split-header-top-section .header-top-search button,
.split-header-top-section .header-top-mail button {
	padding: 0;
	width: 120px;
	border: none;
	height: 120px;
	background-color: #0e1926;
}
.split-header-top-section .header-top-search button i,
.split-header-top-section .header-top-mail button i {
	color: #fff;
	font-size: 30px;
}

.split-side-info {
	top: 50%;
	left: 40px;
	z-index: 5;
	position: absolute;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.split-side-info li {
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.split-side-info2 {
	top: 50%;
	right: 40px;
	z-index: 5;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.split-side-info2 h3 {
	color: #fff;
	font-size: 16px;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-transform: uppercase;
}

.split-text-wrap {
	max-width: 750px;
	-webkit-animation: zoomIn 0.9s both 0.9s;
	animation: zoomIn 0.9s both 0.9s;
}
.split-text-wrap .slider-tag-item span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.split-text-wrap h1 {
	color: #fff;
	font-size: 100px;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.split-text-wrap p {
	color: #fff;
	font-size: 18px;
	max-width: 700px;
	padding-bottom: 35px;
}
.split-text-wrap .slider-btn .taeled-btn {
	color: #fff;
	margin-right: 15px;
	display: inline-block;
}
.split-text-wrap .slider-btn .taeled-btn:nth-child(1) {
	background-color: #ffbf00;
}
.split-text-wrap .slider-btn .taeled-btn:nth-child(1) i {
	color: #fff;
	background-color: #121e2d;
}
.split-text-wrap .slider-btn .taeled-btn:nth-child(2) {
	border: 2px solid #434d5a;
	background-color: transparent;
}
.split-text-wrap .slider-btn .taeled-btn:nth-child(2) i {
	color: #121e2d;
	background-color: #fff;
}

.taeled-split-section .section-title {
	margin: 0 auto;
	max-width: 650px;
}
.taeled-split-section .section-title span {
	color: #ffbf00;
}
.taeled-split-section .section-title h2 {
	color: #fff;
}
.taeled-split-section .title-border h2:after {
	background-color: #ffbf00;
}
.taeled-split-section .intro-video-form form .taeled-btn,
.taeled-split-section .intro-video-form form .taeled-btn button {
	background: #ffbf00;
}
.taeled-split-section .about-text-details {
	margin-bottom: 25px;
}
.taeled-split-section .about-mission-vission .ab-mission-vission-area h3,
.taeled-split-section .about-mission-vission .ab-mission-vission-area p,
.taeled-split-section .about-text-details {
	color: #fff;
}

/*---------------------------------------------------- */
/*dark area*/
/*----------------------------------------------------*/
.dark-version .header-style-three .header-top-wrapper {
	background-color: #121e2d;
}
.dark-version .header-style-three .header-top-wrapper .header-top-contact a,
.dark-version .header-style-three .header-top-wrapper .header-top-location a {
	color: #fff;
}
.dark-version .slider-style-three .slider-bg-text {
	left: 0;
	font-size: 440px;
}
.dark-version .slider-style-three .slider-main-wrap .slider-text-wrap h1,
.dark-version .slider-style-three .slider-main-wrap .slider-text-wrap p span {
	background-color: transparent;
}
.dark-version .slider-style-three .slider-banner-img2 {
	top: -120px;
	right: 120px;
}
.dark-version .slider-style-three .slider-banner-img3 {
	top: -120px;
	right: -105px;
}
.dark-version .about-section-3 {
	background-color: #121e2d;
}
.dark-version .section-title span {
	color: #ffbf00;
}
.dark-version .section-title h2 {
	color: #fff;
}
.dark-version .about-content-3 .about-img-bottom {
	border: 10px solid #1b2b3f;
}
.dark-version .about-content-3 .about-text-wrapper .about-text-details,
.dark-version
	.about-content-3
	.about-mission-vission
	.ab-mission-vission-wrap
	h3,
.dark-version
	.about-content-3
	.about-mission-vission
	.ab-mission-vission-wrap
	p,
.dark-version .service-innerbox-wrap .service-inner-text h3,
.dark-version .skill-text-details,
.dark-version .skill-progress-bar .skill-set-percent h4,
.dark-version .skill-progress-bar .skill-set-percent .progress span,
.dark-version .feature-innerbox-area .feature-box-text {
	color: #fff;
}
.dark-version .service-innerbox-wrap .service-inner-text p {
	color: #aebcce;
}
.dark-version .service-innerbox-wrap .service-serial {
	color: #15212f;
}
.dark-version .about-content-3 .about-mission-vission .ab-mission-vission-wrap {
	background-color: #1b2b3f;
	z-index: 1;
}
.dark-version
	.about-content-3
	.about-mission-vission
	.ab-mission-vission-wrap
	.icon-bg
	i {
	color: #28374a;
}
.dark-version .service-section-3 {
	background-color: #0d1723;
}
.dark-version .service-innerbox-wrap {
	background-color: #121e2d;
}
.dark-version .service-innerbox-wrap .service-inner-icon {
	background-color: #0d1723;
}
.dark-version .skill-section {
	background-color: #121e2d;
}
.dark-version .skill-progress-bar .skill-set-percent .progress {
	border-top: 3px solid #223449;
}
.dark-version .feature-section-2 {
	background-color: #121e2d;
}
.dark-version .feature-innerbox-area {
	background-color: #0d1723;
}
.dark-version .feature-innerbox-area .icon-bg i {
	color: #111c29;
}
.dark-version .feature-innerbox-area .feature-box-icon:after {
	background-color: #16202c;
}
.dark-version .team-section {
	background-color: #0d1723;
}
.dark-version .testimonial-section-2 {
	background-color: #121e2d;
}
.dark-version .blog-section-2 {
	background-color: #0d1723;
}
.dark-version .blog-img-text-innerbox .blog-text-wrap {
	background-color: #ffffff;
}

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.mobile_menu_content {
	top: 0px;
	bottom: 0;
	left: -350px;
	height: 100vh;
	z-index: 101;
	position: fixed;
	width: 310px;
	overflow-y: scroll;
	background-color: #121e2d;
	padding: 20px 35px 35px 35px;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
	width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
	width: 100%;
}
.mobile_menu_content .dropdown:after {
	display: none;
}
.header-style-six .mobile_menu_content .sub-menu,
.mobile_menu_content .navbar-nav .sub-menu {
	position: static !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.header-style-six .mobile_menu_content .mobile-main-navigation li,
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
	width: 100%;
	display: block;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.header-style-six .mobile_menu_content .mobile-main-navigation li a,
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
	padding: 0;
	width: 100%;
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	padding: 10px 30px 10px 0;
	border-bottom: 1px solid rgba(245, 245, 245, 0.17);
}
.mobile_menu_content .m-brand-logo {
	width: 90px;
	margin-bottom: 50px;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
	left: 0px;
	-webkit-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	right: 0%;
	height: 120vh;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
	overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
	opacity: 1;
	visibility: visible;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
	display: none;
}
.header-style-six .mobile_menu_content .menu-item-has-children > .sub-menu,
.mobile_menu .mobile-main-navigation .menu-item-has-children > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.header-style-six .mobile_menu_content .menu-item-has-children .sub-menu,
.mobile_menu
	.mobile_menu_content
	.mobile-main-navigation
	.navbar-nav
	.sub-menu {
	border: none;
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 0px;
	width: 100%;
	background-color: transparent;
}
.header-style-six .mobile_menu_content .menu-item-has-children .sub-menu li,
.mobile_menu
	.mobile_menu_content
	.mobile-main-navigation
	.navbar-nav
	.sub-menu
	li {
	border: none;
	padding: 0 10px;
	line-height: 1;
}
.header-style-six .mobile_menu_content .menu-item-has-children .sub-menu li:hover,
.mobile_menu
	.mobile_menu_content
	.mobile-main-navigation
	.navbar-nav
	.sub-menu
	li:hover {
	background-color: transparent;
}
.header-style-six .mobile_menu_content .menu-item-has-children .sub-menu li a,
.mobile_menu
	.mobile_menu_content
	.mobile-main-navigation
	.navbar-nav
	.sub-menu
	li
	a {
	color: #fff !important;
}
.header-style-six .mobile_menu_content .menu-item-has-children .sub-menu li a:hover,
.mobile_menu
	.mobile_menu_content
	.mobile-main-navigation
	.navbar-nav
	.sub-menu
	li
	a:hover {
	color: #ffaea1;
	background-color: transparent;
}
.mobile_menu .menu-item-has-children {
	position: relative;
}
.mobile_menu .menu-item-has-children .dropdown-btn {
	color: #9397a7;
	position: absolute;
	top: 3px;
	right: 0;
	height: 30px;
	padding: 5px 10px;
}
.mobile_menu .menu-item-has-children .dropdown-btn.toggle-open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
	color: #d60606;
	cursor: pointer;
	top: 25px;
	right: 25px;
	font-size: 20px;
	position: absolute;
}

.header-style-two .mobile_menu_button {
	color: #121e2d;
}

.header-style-two.sticky-on .mobile_menu_content,
.header-style-three.sticky-on .mobile_menu_content,
.header-style-five.sticky-on .mobile_menu_content {
	top: 60px;
}

/*---------------------------------------------------- */
/*Resposive area*/
/*----------------------------------------------------*/
/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
	.slider-style-one .slider-img-wrap {
		right: 120px;
	}

	.about-right-img:after {
		right: 95px;
	}

	.gallery-img-text {
		padding: 0px 15px;
	}

	.slider-style-two .slider-main-img {
		right: -200px;
	}

	.service-section .service-slider-text h3 {
		font-size: 100px;
	}

	.portfolio-section-2 .portfolio-slider-item .owl-dots {
		left: -50px;
	}

	.slider-wrapper-three .slider-banner-img {
		right: -250px;
	}

	.contact-location .td-maplocation:nth-child(3) {
		left: 315px;
	}

	.case-history-section .case-history-content {
		padding: 0px 20px;
	}

	.case-history-section .case-history-innerbox {
		max-width: 250px;
	}

	.case-history-section .case-history-innerbox {
		margin: 0px 15px;
	}
	.td-sv-service-section .td-sv-service-bg1 {
		width: 57.5%;
	}
}
@media screen and (max-width: 1199px) {
	.slider-style-two .slider-main-img {
		right: -250px;
	}

	.service-section .service-slider-text h3 {
		font-size: 70px;
	}

	.portfolio-section-2 .portfolio-slider-item .owl-dots {
		position: static;
		margin-top: 50px;
		text-align: center;
	}

	.portfolio-section-2 .portfolio-slider-item .owl-dots .owl-dot {
		display: inline-block;
		margin: 0px 5px;
	}

	.portfolio-section-2 .portfolio-slider-item .owl-dots .owl-dot.active {
		height: 10px;
		width: 24px;
	}

	.contact-location {
		display: none;
	}
	.main-header .menu-navigation li:first-child {
		margin-left: 0;
	}

	.main-header .menu-navigation li {
		margin: 0px 16px !important;
	}
	.main-header .brand-logo {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 1024px) {
	.main-header .menu-navigation li {
		margin: 0px 20px;
	}

	.slider-style-one .slider-img-wrap {
		position: static;
		text-align: center;
		margin-top: 40px;
	}

	.slider-style-one .slider-img-wrap span {
		display: none;
	}

	.feature-section .feature-inner-box {
		padding: 30px;
	}

	.section-title h2 {
		font-size: 40px;
	}

	.about-right-img:after {
		display: none;
	}

	.about-right-img .about-top-img {
		left: 0;
	}

	.counter-boxed {
		padding-right: 60px;
	}

	.counter-boxed:after {
		right: 30px;
	}

	.pricing-table-inner {
		width: 300px;
		padding: 55px 25px 60px;
	}

	.pricing-table-inner:nth-child(2) {
		width: 280px;
		padding: 55px 15px 60px 15px;
	}

	.portfolio-section .grid-size-25 .portfolio-text h3 {
		font-size: 24px;
	}

	.tst-author-nav .tst-author-img {
		margin-right: 10px;
	}

	.slider-style-two .slider-main-img {
		position: static;
		margin-top: 50px;
		text-align: center;
		padding: 0px 15px;
	}

	.slider-style-two {
		padding: 275px 0px 200px;
	}

	.slider-bg-text {
		font-size: 300px;
	}

	.portfolio-slider-area {
		padding: 100px 0px 100px 30px;
	}

	.portfolio-slider-4 .owl-nav {
		bottom: -25px;
	}

	.intro-video-wrap {
		padding-left: 0;
	}

	.intro-video-wrap .video-counter-innerbox {
		margin-right: 5px;
		height: 150px;
		width: 150px;
	}

	.team-service-section .team-service-innerbox .team-service-title h3 {
		font-size: 20px;
	}

	.team-service-section .team-service-innerbox {
		z-index: 1;
		padding-left: 25px;
	}

	.team-service-section .team-service-innerbox:after {
		width: 260px;
	}

	.widget-recent-blog .widget-blog-img-text .widget-blog-text .blog-meta a {
		padding-right: 10px;
	}

	.widget-recent-blog .widget-blog-img-text .widget-blog-text h4 {
		font-size: 15px;
	}

	.widget-recent-blog
		.widget-blog-img-text
		.widget-blog-text
		.blog-meta
		a:before {
		right: 2px;
	}

	.service-about-img .service-about-bottom-img {
		left: 0;
		display: inline-block;
		margin: 10px;
		position: static !important;
	}

	.case-history-section .case-history-content:after {
		display: none;
	}

	.case-history-section .case-history-innerbox:nth-child(odd) {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.case-history-section .case-history-innerbox .case-history-timeline {
		margin-bottom: 30px;
	}

	.case-history-section .case-history-innerbox {
		max-width: 40%;
	}

	.portfolio-details-section
		.portfolio-details-overview
		.portfolio-overview-filter
		li {
		margin-right: 40px;
	}

	.product-details-text {
		padding-left: 0;
	}

	.shop-details-s-btn a {
		padding: 15px 20px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.main-header .brand-logo {
		margin-right: 40px;
	}

	.main-header .menu-navigation li {
		margin: 0px 10px;
	}

	.slider-main-wrap .slider-text-wrap h1 {
		font-size: 80px;
	}

	.slider-style-one {
		padding: 210px 0px 140px;
	}

	.about-right-img {
		margin-top: 40px;
	}

	.about-right-img .about-bottom-img {
		top: 0;
		margin-top: 20px;
		float: left !important;
	}

	.gallery-img-text {
		width: 50%;
		margin-bottom: 30px;
	}

	.gallery-content {
		margin: 0;
	}

	.counter-text-item {
		margin-top: 40px;
	}

	.pricing-plan-section .pricing-plan-text {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.pricing-table-wrapper {
		padding-left: 0;
	}

	.pricing-table-wrapper
		.tab-content
		.active
		.pricing-table-inner:nth-child(2) {
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.portfolio-section .grid-size-25 .portfolio-text h3 {
		font-size: 18px;
	}

	.portfolio-section .portfolio-img-item .portfolio-text h3 {
		font-size: 24px;
	}

	.faq-side-img {
		margin: 0 auto;
		max-width: 570px;
		margin-bottom: 40px;
	}

	.footer-section-1 .footer-top-area .footer-social a {
		margin-left: 20px;
	}

	.feature-innerbox-area {
		margin-bottom: 30px;
	}

	.contact-floating-img {
		display: none;
	}

	.footer-section-2 .footer-bottom-wrap .footer-bottom-social a {
		margin: 0px 2px;
	}

	.slider-wrapper-three .slider-banner-img {
		display: none;
	}

	.about-content-3 .about-img-wrap {
		margin: 0 auto;
		max-width: 570px;
	}

	.about-content-3 .about-text-wrapper {
		padding: 110px 0px 0px;
	}

	.team-img-text-wrapper {
		margin: 0 auto;
		max-width: 270px;
		margin-bottom: 30px;
	}

	.testimonial-btn-2 {
		margin-top: 30px;
		text-align: center;
	}

	.testimonial-section-2
		.testimonial-content-wrapper-2
		.testimonial-slider-btn2 {
		position: static;
		height: 40px;
		width: 40px;
		line-height: 40px;
		display: inline-block;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.blog-img-text-innerbox {
		margin-bottom: 30px;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.feature-video-img-text {
		margin: 0 auto;
		max-width: 370px;
		margin-bottom: 30px;
	}

	.feature-video-section {
		top: 0;
		padding-top: 60px;
	}

	.portfolio-slider-area {
		padding: 50px 0px 50px 30px;
	}

	.portfolio-slider-inner-area {
		margin-left: 0;
	}

	.portfolio-slider-4 {
		margin-top: 40px;
	}

	.portfolio-slider-4 .owl-nav {
		position: static;
		margin-top: 30px;
	}

	.counter-section-2 .counter-content .counter-boxed:after {
		display: none;
	}

	.counter-section-2 .counter-content .counter-boxed {
		margin-bottom: 30px;
	}

	.intro-video-form form .taeled-btn {
		bottom: 0;
		position: static;
	}

	.team-member-innerbox {
		margin: 0 auto;
		max-width: 270px;
		margin-bottom: 40px;
	}

	.testimonial-inner-wrapper {
		margin-bottom: 30px;
	}

	.blog-img-text-innerbox {
		max-width: 370px;
	}

	.dark-version .slider-style-three .slider-banner-img2,
	.dark-version .slider-style-three .slider-banner-img3 {
		display: none;
	}

	.about-page-about-section .about-page-about-img .about-page-img2,
	.about-page-about-section .about-page-about-img .about-page-img1 {
		position: static;
		display: inline-block;
	}

	.team-service-section .team-service-innerbox {
		margin-bottom: 30px;
	}

	.team-service-section .team-service-innerbox:after {
		display: none;
	}

	.team-service-section .team-service-innerbox:hover .team-service-title h3 {
		color: #fff;
	}

	.team-service-section .team-service-innerbox:hover li {
		color: #9aa9bb;
	}

	.service-process-icon-text {
		margin-bottom: 40px;
	}

	.service-page-service-inner {
		margin: 0 auto;
		max-width: 370px;
		margin-bottom: 40px;
	}

	.service-about-img {
		text-align: center;
		float: none !important;
	}

	.service-page-service-section {
		padding-bottom: 50px;
	}

	.service-details-img {
		margin-top: 30px;
		text-align: center;
	}

	.team-details-section .team-details-content:after {
		display: none;
	}

	.team-details-section .team-details-text {
		padding-top: 40px;
	}

	.portfolio-details-section
		.portfolio-details-overview
		.portfolio-overview-filter
		li {
		margin-right: 25px;
	}

	.portfolio-details-section .portfolio-details-overview .taeled-btn {
		float: none;
		margin-top: 20px;
		display: inline-block;
	}

	.portfolio-details-section .portfolio-next-prev-post .portfolio-np-text h3 {
		font-size: 20px;
	}

	.product-details-text {
		margin-top: 30px;
	}

	.taeled-cart-total-area {
		margin-top: 40px;
	}

	.faq-contact-innerbox {
		margin-bottom: 30px;
	}

	.error-content-area .error-title h2,
	.error-content-area .error-title span {
		font-size: 320px;
	}

	.about-right-img .about-top-img {
		display: inline-block;
	}

	.pricing-plan-section .pricing-plan-text {
		max-width: 100%;
	}

	.pricing-plan-section .pricing-plan-tab-btn li {
		display: inline-block;
	}

	.pricing-table-inner,
	.pricing-table-wrapper
		.tab-content
		.active
		.pricing-table-inner:nth-child(2) {
		width: 50%;
	}

	.testimonial-slider-nav {
		max-width: 500px;
		margin: 0 auto;
	}

	.testimonial-slider-for {
		margin: 0 auto;
		max-width: 670px;
		position: relative;
	}

	.blog-feed-wrap {
		max-width: 370px;
		margin: 0 auto;
	}

	.portfolio-slider-item {
		margin: 0 auto;
		max-width: 570px;
	}

	.skill-progress-text {
		margin: 0 auto;
	}

	.skill-side-img {
		text-align: center;
	}

	.about-page-about-img {
		text-align: center;
	}

	.team-details-section .team-details-content {
		margin: 0 auto;
		max-width: 570px;
	}

	.service-tab-wrapper {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.main-navigation-area {
		display: none !important;
	}

	.tel-head-sidebar {
		display: none;
	}

	.main-header .menu-side-option {
		margin-right: 40px;
	}

	.main-header .menu-side-option button {
		width: 30px;
		height: 30px;
		font-size: 14px;
		margin-left: 10px;
	}

	.mobile_menu_button {
		display: block;
	}

	.header-style-one.sticky-on .menu-side-option,
	.header-style-four.sticky-on .menu-side-option {
		margin-top: 15px;
	}

	.header-style-one.sticky-on .mobile_menu_button,
	.header-style-four.sticky-on .mobile_menu_button {
		top: 10px;
	}

	.footer-section-2
		.footer-bottom-wrap
		.col-md-4:nth-child(1)
		.footer-copyright-text,
	.footer-section-2
		.footer-bottom-wrap
		.col-md-4:nth-child(3)
		.footer-copyright-text {
		text-align: center;
	}

	.footer-section-2 .footer-bottom-wrap .footer-bottom-social {
		background-color: transparent;
		padding: 5px 0px;
	}

	.footer-section-2 .footer-bottom-wrap .footer-copyright-text {
		margin-top: 0;
		padding-bottom: 10px;
	}

	.testimonial-inner-wrap .testimonial-text span {
		font-size: 24px;
	}

	.testimonial-inner-wrap .testimonial-img {
		height: 150px;
		width: 150px;
		margin-bottom: 30px;
	}

	.slider-style-four {
		padding: 250px 0px 170px;
	}

	.join-team-btn {
		float: none !important;
	}

	.header-style-five .header-menu-wrap {
		padding: 20px 0px;
	}

	.header-style-five.sticky-on .header-menu-wrap {
		padding-bottom: 20px;
	}

	.header-style-five.sticky-on .mobile_menu_content,
	.header-style-five.sticky-on .search-popup {
		top: 45px;
	}

	.taeled-bredcrumb-section .bredcrumb-content {
		padding: 230px 0px 120px;
	}

	.taeled-bredcrumb-section .slider-deco1 {
		display: none;
	}

	.taeled-bredcrumb-section .bredcrumb-title h2 {
		font-size: 50px;
	}

	.about-page-about-section .about-page-text-wrapper {
		padding-left: 0;
	}

	.service-about-img .service-about-bottom-img {
		position: static !important;
		margin-top: 30px;
	}
}
@media screen and (max-width: 680px) {
	.slider-main-wrap .slider-text-wrap h1 {
		font-size: 70px;
	}

	.section-title h2 {
		font-size: 36px;
	}

	.portfolio-section .grid-size-25 {
		width: 50%;
	}

	.footer-section-1 .footer-logo {
		text-align: center;
	}

	.footer-section-1 .footer-top-area .footer-social {
		float: none;
		text-align: center;
	}

	.footer-widget {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 580px) {
	.slider-main-wrap .slider-text-wrap h1 {
		font-size: 60px;
	}

	.feature-section .feature-inner-box {
		width: 100%;
		background-color: #fff;
	}

	.portfolio-section .grid-size-25,
	.portfolio-section .grid-size-50 {
		width: 100%;
	}

	.pricing-table-inner,
	.pricing-table-wrapper
		.tab-content
		.active
		.pricing-table-inner:nth-child(2) {
		width: 100%;
	}

	.testimonial-slider-for .testimonial-main-img {
		display: none;
	}

	.testimonial-slider-textinner .testimonial-main-text {
		max-width: 100%;
	}

	.blog-feed-wrap {
		margin-bottom: 30px;
	}

	.footer-bottom-area {
		padding: 10px 0px;
	}

	.footer-bottom-area .footer-bottom-copyright {
		float: none;
		margin-top: 0;
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.footer-bottom-area .footer-bottom-menu {
		text-align: center;
		float: none;
	}

	.footer-bottom-area .footer-bottom-menu a {
		padding: 10px 5px;
	}
	.footer-bottom-area .footer-bottom-menu a:after {
		display: none;
	}

	.intro-video-form {
		padding: 40px 30px 35px;
	}

	.intro-video-wrap .video-counter-innerbox {
		width: 100px;
		height: 100px;
		padding-top: 15px;
	}

	.intro-video-wrap .video-counter-innerbox h3 {
		font-size: 30px;
	}

	.team-member-innerbox .team-member-text {
		margin-top: 15px;
	}

	.taeled-bredcrumb-section .slider-deco2 {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	.header-top-wrapper .header-top-location {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.slider-main-wrap .slider-text-wrap h1 {
		font-size: 40px;
	}

	.slider-main-wrap .slider-text-wrap .slider-tag-item span {
		padding-right: 10px;
	}

	.slider-main-wrap .slider-text-wrap .slider-tag-item span:after {
		right: 0;
	}

	.taeled-btn {
		height: 50px;
		width: 150px;
		font-size: 14px;
		line-height: 50px;
	}
	.taeled-btn i {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}

	.slider-style-one {
		padding: 210px 0px 100px;
	}

	.section-title h2 {
		font-size: 28px;
	}

	.feature-section,
	.about-section,
	.counter-section,
	.pricing-plan-section,
	.faq-section-1,
	.testimonial-section-1,
	.blog-section-1,
	.service-section,
	.portfolio-section-2,
	.contact-section,
	.about-section-3,
	.team-section,
	.testimonial-section-2,
	.blog-section-2,
	.counter-section-2,
	.intro-video-section,
	.team-section-2,
	.testimonial-section-3,
	.blog-section-3,
	.about-page-about-section,
	.team-service-section,
	.service-process-section,
	.service-page-service-section,
	.service-tab-section,
	.team-page-section,
	.team-details-section,
	.portfolio-details-section,
	.shop-showcase-section,
	.product-details-section,
	.blog_feed_section,
	.blog_details_area,
	.contact-page-contact-section,
	.faq-page-ques-section {
		padding: 60px 0px;
	}

	.service-page-service-section {
		padding-bottom: 10px;
	}

	.service-tab-wrapper {
		padding-top: 0;
	}

	.service-section-3,
	.skill-section {
		padding: 50px 0px 20px;
	}

	.contact-section {
		padding-top: 20px;
	}

	.footer-widget-inner {
		padding: 60px 0px 20px;
	}

	.footer-widget-inner
		.footer-widget
		.contact-widget-2
		.cn-widget-content
		h4 {
		padding-bottom: 15px;
	}

	.pricing-plan-section .pricing-plan-text .section-title h2 {
		font-size: 30px;
	}

	.about-mission-vission .ab-mission-vission-area {
		width: 100%;
		margin-bottom: 30px;
	}

	.about-mission-vission {
		margin-bottom: 10px;
	}

	.counter-boxed .graph-outer {
		height: 120px;
		width: 120px;
	}
	.counter-boxed .graph-outer canvas {
		width: 120px !important;
		height: 120px !important;
	}

	.counter-boxed .graph-outer h3 {
		font-size: 16px;
	}

	.counter-boxed .count-box .count-text {
		font-size: 40px;
	}

	.counter-text-item h2 {
		font-size: 20px;
	}

	.counter-text-item .counter-author .counter-author-text h3 {
		font-size: 18px;
	}

	.counter-text-item .counter-author .counter-author-text span {
		font-size: 14px;
	}

	.gallery-img-text {
		width: 100%;
	}

	.faq-content-text-inner {
		padding-left: 0;
	}

	.faq-ques-ans {
		padding: 25px 10px;
	}

	.faq-ques-ans .td-faq-header button {
		font-size: 14px;
	}

	.tst-author-nav .tst-author-text h3 {
		font-size: 16px;
	}

	.testimonial-slider-textinner .testimonial-main-text .tst-details-quot {
		font-size: 20px;
	}

	.testimonial-slider-for {
		padding-top: 40px;
	}

	.footer-widget-content .footer-widget .widget-title {
		font-size: 20px;
	}

	.footer-widget-wrapper {
		padding: 50px 0px;
	}

	.main-header .brand-logo,
	.footer-section-1 .footer-logo {
		width: 100px;
		margin-top: 5px;
	}

	.footer-section-1 .footer-logo {
		margin: 0 auto;
	}

	.footer-bottom-area .footer-bottom-menu a,
	.footer-bottom-area .footer-bottom-copyright h4 {
		font-size: 14px;
		font-weight: normal;
	}

	.pricing-table-inner .pricing-value h3 {
		font-size: 70px;
	}

	.feature-section .feature-inner-box .feature-text p {
		overflow: hidden;
	}

	.feature-section .feature-inner-box .feature-text h3 {
		font-size: 18px;
	}

	.header-style-two .header-top-wrapper .header-top-contact a,
	.header-style-two .header-top-wrapper .header-top-location a,
	.header-style-three .header-top-wrapper .header-top-contact a,
	.header-style-three .header-top-wrapper .header-top-location a,
	.header-style-five .header-top-wrapper .header-top-contact a,
	.header-style-five .header-top-wrapper .header-top-location a {
		font-size: 12px;
		margin-right: 5px;
	}
	.header-style-two .header-top-wrapper .header-top-contact a i,
	.header-style-two .header-top-wrapper .header-top-location a i,
	.header-style-three .header-top-wrapper .header-top-contact a i,
	.header-style-three .header-top-wrapper .header-top-location a i,
	.header-style-five .header-top-wrapper .header-top-contact a i,
	.header-style-five .header-top-wrapper .header-top-location a i {
		margin-right: 2px;
	}
	.header-style-two .header-top-wrapper .header-top-contact a span,
	.header-style-two .header-top-wrapper .header-top-location a span,
	.header-style-three .header-top-wrapper .header-top-contact a span,
	.header-style-three .header-top-wrapper .header-top-location a span,
	.header-style-five .header-top-wrapper .header-top-contact a span,
	.header-style-five .header-top-wrapper .header-top-location a span {
		font-weight: 400;
	}

	.slider-style-two {
		padding: 200px 0px 100px;
	}

	.slider-bg-text {
		left: 0;
		font-size: 115px;
	}

	.service-section .service-slider-wrapper {
		padding: 50px 0px 0px;
	}

	.service-section .service-cta-text h3 {
		font-size: 40px;
	}

	.service-section .service-cta-text {
		padding-top: 50px;
	}

	.portfolio-section-2 .portfolio-text-2 {
		padding-top: 30px;
		padding-left: 0;
	}

	.footer-widget-inner .footer-widget .contact-widget-2 p {
		font-size: 20px;
	}

	.footer-widget-inner .footer-widget .contact-widget-2 .cn-widget-content {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer-section-2 .footer-bottom-wrap .footer-copyright-text h4,
	.footer-section-2 .footer-bottom-wrap .footer-bottom-social a {
		font-size: 14px;
		font-weight: normal;
	}

	.slider-style-three .slider-wrapper-three {
		padding: 220px 0px 100px;
	}

	.service-content-3,
	.testimonial-section-2 .testimonial-content-wrapper-2,
	.blog-section-2 .blog-content-area,
	.counter-section-2 .counter-content,
	.team-section-2 .team-member-content-2,
	.testimonial-section-3 .testimonial-content-wrapper-3,
	.blog-section-3 .blog-content-area {
		padding-top: 40px;
	}

	.team-service-section .team-service-wrapper {
		margin-top: 40px;
	}

	.testimonial-inner-wrap {
		padding: 30px;
	}

	.contact-section-2 {
		padding-top: 60px;
	}

	.service-innerbox-wrap {
		padding: 30px 15px;
	}

	.header-style-two.main-header .brand-logo,
	.header-style-three.main-header .brand-logo,
	.header-style-five.main-header .brand-logo {
		margin-top: 0;
	}

	.contact-section-2 .contact-content-innerbox {
		padding: 40px 15px;
	}

	.about-content-3 .about-mission-vission .ab-mission-vission-wrap {
		width: 100%;
	}

	.blog-img-text-innerbox .blog-text-wrap h3 {
		font-size: 20px;
	}

	.widget-recent-blog .widget-blog-img-text .widget-blog-text h4 {
		font-size: 16px;
	}

	.slider-style-four {
		padding: 220px 0px 140px;
	}

	.about-section-4 {
		padding-bottom: 40px;
	}

	.portfolio-slider-area {
		padding: 20px 0px 50px 20px;
	}

	.portfolio-slider-inner-area .portfolio-img-innerbox {
		max-width: 370px;
	}

	.join-team-btn {
		margin-top: 20px;
	}

	.testimonial-inner-wrapper .testimonial-inner-text .testi-qoute {
		font-size: 20px;
	}

	.testimonial-inner-wrapper {
		padding: 30px;
	}

	.taeled-bredcrumb-section .bredcrumb-title h2 {
		font-size: 40px;
	}

	.taeled-bredcrumb-section .bredcrumb-content {
		padding: 200px 0px 110px;
	}

	.taeled-bredcrumb-section .breadcrumb-item-wrap .breadcrumb {
		height: 45px;
		padding: 0px 25px;
	}

	.about-page-about-section .about-page-about-img .about-page-img1 {
		margin-bottom: 20px;
	}

	.about-page-about-section .about-page-text-wrapper .about-award-icon-text {
		width: 100%;
	}

	.about-page-about-section
		.about-page-text-wrapper
		.about-award-icon-text:after {
		display: none;
	}

	.service-about-text-content {
		padding: 0px 0px 30px;
	}

	.service-tab-wrapper .service-tab-btn li a {
		width: 100px;
		font-size: 16px;
	}

	.team-details-section .team-details-img {
		padding-left: 0;
	}

	.team-details-section .team-details-text {
		padding-left: 0;
	}

	.team-details-section .team-details-text .team-details-social li {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}

	.case-history-section .case-history-innerbox {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.case-history-section
		.case-history-innerbox:nth-child(even)
		.case-history-timeline {
		margin-top: 30px;
	}

	.case-history-section {
		padding: 60px 0px 20px;
	}

	.portfolio-details-section
		.portfolio-details-overview
		.portfolio-overview-filter
		h3 {
		font-size: 20px;
	}

	.portfolio-details-section .portfolio-next-prev-post .portfolio-np-text h3 {
		font-size: 18px;
	}

	.refresh-shop-option {
		margin-left: 0;
		margin-top: 20px;
	}

	.shop-details-s-btn a {
		font-size: 14px;
		font-weight: normal;
		padding: 10px 10px;
		margin-bottom: 10px;
	}

	.product-review-tab-btn .nav-tabs .nav-link {
		padding: 10px 10px;
	}

	.product-review-tab-btn .nav-tabs .nav-link:after {
		display: none;
	}

	.review-comment-area .buyer-review-text .buyer-review-date {
		padding-left: 15px;
	}

	.review-tab-content-inner {
		padding: 30px 0px;
	}

	.review-comment-area .buyer-review-text .buyer-review-date:before {
		left: 5px;
	}

	.review-tab-content-inner {
		background-color: transparent;
	}

	.product-review-area {
		padding: 50px 0px;
	}

	.cart-added-product tbody .cart-title-img h4 {
		font-size: 16px;
	}

	.taeled-cart-coupon .taeled-coupon-code button {
		width: 135px;
	}

	.cart-update-btn {
		float: none !important;
	}

	.cart-update-btn a {
		width: 130px;
		height: 50px;
		line-height: 50px;
		margin-top: 20px;
		display: inline-block;
	}

	.cart-added-product .price-amount {
		font-size: 18px;
	}

	.news_post_item .news_text_area h3 {
		font-size: 24px;
	}

	.news_post_item .news_text_area {
		padding: 40px 30px;
	}

	.news_qoute .news_text_area:before,
	.blog_details_extra_text .next_prev_post .bar_point {
		display: none;
	}

	.blog_details_text h2 {
		font-size: 28px;
	}

	.blog_details_area .blog_details_content {
		padding: 30px 15px;
	}

	.blog_details_text h3,
	.blog_details_text h4 {
		font-size: 20px;
	}

	.blog_details_text blockquote {
		font-size: 18px;
		padding: 50px 15px 60px;
	}

	.share_post {
		width: 100%;
		margin-top: 20px;
		display: inline-block;
		float: none !important;
		text-align: left !important;
	}

	.blog_details_area .share_tag .share_post li {
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}

	.blog_details_extra_text .share_tag h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.blog_details_extra_text .next_prev_post a h3 {
		font-size: 16px;
	}

	.blog_details_extra_text .related_postview h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.blog_details_extra_text .postby_author h3 {
		font-size: 20px;
	}

	.blog_comment_box .comment_reply {
		margin-left: 20px;
	}

	.blog_comment_box .reply-btn {
		position: static;
	}

	.blog_comment_box .comment_img {
		height: 70px;
		width: 70px;
		margin-right: 10px;
	}

	.comment_formfield {
		padding: 25px;
	}

	.social_widget li {
		margin-right: 3px;
	}

	.error-content-area .error-title h2,
	.error-content-area .error-title span {
		font-size: 120px;
	}

	.error-content-area h3 {
		font-size: 30px;
	}

	.header-style-two .header-top-wrapper .header-top-location,
	.header-style-three .header-top-wrapper .header-top-location,
	.header-style-five .header-top-wrapper .header-top-location {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	.testimonial-slider-textinner {
		padding: 40px;
	}

	.service-innerbox-wrap .service-inner-text h3 {
		font-size: 18px;
	}

	.service-innerbox-wrap .service-inner-icon {
		height: 80px;
		width: 80px;
	}
}
@media screen and (max-width: 360px) {
	.slider-main-wrap .slider-text-wrap .slider-btn .taeled-btn {
		margin-right: 5px;
	}
}
@media screen and (max-width: 320px) {
	.slider-main-wrap .slider-text-wrap h1 {
		font-size: 35px;
	}

	.taeled-btn {
		width: 135px;
	}

	.counter-boxed {
		padding-right: 35px;
	}

	.counter-boxed:after {
		display: none;
	}

	.footer-widget-content .footer-widget .footer-menu li {
		width: 100%;
	}
}
@media screen and (max-width: 1440px) {
	.app-cn-shape {
		right: -105px;
	}
}
@media screen and (max-width: 1100px) {
	.slider-style-six .banner-slider-img {
		position: static;
	}

	.slider-style-six .banner-slider-text {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 50px;
	}
	.slider-style-six .banner-slider-text .taeled-btn-2 {
		margin: 0 auto;
	}

	.slider-style-six {
		padding: 250px 0px 150px;
	}

	.app-taeled-intro-section-6 {
		top: 0;
		padding-bottom: 100px;
	}

	.app-taeled-intro-innerbox-6 {
		padding: 30px;
	}

	.app-td-service-block {
		padding: 40px 30px;
	}
}
@media screen and (max-width: 1024px) {
	.header-style-six .menu-navigation li {
		margin-left: 30px;
	}

	.taeled-btn-2 {
		width: 160px;
	}
}
@media screen and (max-width: 991px) {
	.slider-style-six .banner-slider-text h1 {
		font-size: 60px;
		padding-bottom: 15px;
	}

	.slider-style-six .banner-slider-text h2 {
		font-size: 24px;
	}

	.slider-style-six .banner-slider-text p {
		font-size: 18px;
		padding-bottom: 30px;
	}

	.slider-style-six .banner-slider-img {
		display: none;
	}

	.app-taeled-about-img-6 {
		text-align: center;
	}

	.app-taeled-intro-innerbox-6 {
		margin-bottom: 30px;
	}

	.app-taeled-about-text-6 {
		margin: 0 auto;
		padding-left: 0;
		max-width: 570px;
	}

	.app-td-skill-video-section .sk-bg-img {
		display: none;
	}

	.app-td-video {
		float: left;
	}

	.app-td-counter-section .countdown-bg {
		width: 100%;
		position: static;
		display: inline-block;
		margin-bottom: 30px;
	}
	.app-td-counter-section .countdown-bg img {
		height: auto;
	}

	.app-td-service-block .app-td-service-icon {
		height: 90px;
		width: 90px;
		margin: 20px auto;
	}

	.app-td-team-img-text {
		margin-bottom: 30px;
	}

	.app-td-testimonial_indicator .carousel-indicators {
		position: static;
		text-align: center;
	}

	.app-td-testimonial_indicator .carousel-indicators li {
		display: inline-block;
	}

	.app-cn-shape {
		display: none;
	}

	.app-td-contact-section #taeled_map {
		display: none;
	}

	.app-td-contact-form {
		float: left;
		max-width: 100%;
		margin-top: 0;
	}

	.app-td-blog-innerbox {
		max-width: 570px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.app-td-blog-innerbox.type-2 {
		max-width: 270px;
	}

	.app-td-footer-widget .menu-widget {
		padding-left: 0;
	}

	.app-td-footer-widget {
		padding-bottom: 30px;
	}

	.app-td-skill {
		margin: 0 auto;
	}

	.app-td-video {
		float: none;
		margin: 0 auto;
		max-width: 450px;
		margin-top: 30px;
	}

	.app-td-counter-section {
		padding-top: 50px;
	}

	.app-td-service-section-6 {
		padding: 30px 0px 40px;
	}

	.app-td-team-section {
		padding: 60px 0px;
	}

	.app-td-testimonial-block .app-td-testimonial-img {
		display: none;
	}

	.app-td-testimonial-block .app-td-testimonial-text {
		padding-left: 60px;
	}

	.app-td-testimonial-content {
		padding-top: 0px;
	}

	.app-td-testimonial-section {
		padding: 50px 0px 60px;
	}

	.app-td-contact-section {
		padding-bottom: 60px;
	}

	.app-td-blog-section-6 {
		padding: 60px 0px;
	}

	.header-cta-btn {
		display: none;
	}

	.header-style-six .main-navigation-area {
		display: none;
	}

	.header-style-six .mobile_menu_button {
		display: block;
	}
	.portfolio-details-img-area {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.app-taeled-about-section-6 {
		padding-bottom: 40px;
	}

	.app-taeled-intro-section-6 {
		padding-bottom: 20px;
	}

	.app-taeled-about-text-6 {
		margin-top: 40px;
	}

	.app-td-skill-video-section {
		padding: 40px 0px 30px;
	}
}
@media screen and (max-width: 480px) {
	.slider-style-six .banner-slider-text h1 {
		font-size: 45px;
	}

	.slider-style-six {
		padding: 200px 0px 100px;
	}

	.slider-style-six .banner-slider-text {
		margin-bottom: 0;
	}

	.section-title-style-2 h2 {
		font-size: 36px;
	}

	.app-td-testimonial-block {
		padding: 30px 15px;
	}

	.app-td-contact-form {
		padding: 40px 15px;
	}

	.app-td-blog-innerbox .app-td-blog-text h2 {
		font-size: 22px;
	}

	.app-td-copyright-menu-social {
		text-align: left;
		margin-top: 30px;
		float: left;
	}

	.app-td-copyright-menu-social .app-td-copyright-social a {
		margin-left: 0;
		margin-right: 15px;
	}

	.app-td-copyright-menu-social .app-td-copyright-menu li {
		margin-left: 0;
		font-size: 14px;
		margin-right: 5px;
	}

	.app-td-footer-content {
		padding-bottom: 40px;
	}
}
/*---------------------------------------------------- */
/* Custom CSS*/
.blog_pagination .pagination li span {
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	font-size: 14px;
	line-height: 50px;
	font-weight: 700;
	border: none;
	color: #343434;
}
.blog_pagination .pagination li span.current {
	color: #fff;
	background-color: #ffbf00;
}
.blog_comment_box li li {
	border: none;
}

.td-sv-section-title span {
	color: #ffbf00;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.td-sv-section-title span:after {
	top: 12px;
	width: 33px;
	height: 2px;
	right: -45px;
	display: none;
	content: "";
	position: absolute;
	background-color: #ffbf00;
}
.td-sv-section-title h2 {
	color: #000320;
	font-size: 48px;
	font-weight: 700;
	padding: 5px 0px 20px;
}
.td-sv-section-title p {
	max-width: 565px;
}
.td-sv-section-title.center-align-title {
	margin: 0 auto;
	max-width: 700px;
}

.td-sv-btn {
	z-index: 1;
	height: 50px;
	width: 190px;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	padding-right: 35px;
	border-radius: 30px;
	position: relative;
	font-family: "Oswald", sans-serif;
	background: linear-gradient(27deg, #0219db 1%, #00b0fc 100%);
}
.td-sv-btn:after {
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: absolute;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
	background-color: #ffbf00;
}
.td-sv-btn i {
	top: 10px;
	right: 10px;
	color: #000;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	position: absolute;
	border-radius: 100%;
	text-align: center;
	background-color: #fff;
}
.td-sv-btn a,
.td-sv-btn button {
	width: 100%;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.td-sv-btn button:hover {
	background-color: #ff5f63 !important;
}
.td-sv-btn:hover {
	color: #fff;
}
.td-sv-btn:hover:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.main-header {
	top: 0;
	z-index: 9;
	width: 100%;
	position: absolute;
}
.main-header .brand-logo {
	margin-right: 125px;
}
.main-header .menu-navigation {
	padding-top: 10px;
}
.main-header .menu-navigation li {
	margin: 0px 26px;
}
.main-header .menu-navigation li a {
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main-header .menu-navigation li a:after {
	bottom: 27px;
	right: -6px;
	content: ".";
	position: absolute;
	color: #ffbf00;
}
.main-header .menu-side-option {
	margin-top: 5px;
}
.main-header .menu-side-option button {
	padding: 0;
	color: #fff;
	height: 40px;
	width: 40px;
	border: none;
	margin-left: 15px;
	background-color: transparent;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.main-header .menu-side-option button:hover {
	background-color: #ffbf00;
}
.main-header .menu-item-has-children {
	position: relative;
}
.main-header .dropdown:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.main-header .sub-menu {
	left: 0;
	top: 70px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-width: 250px;
	display: block;
	border: none;
	border-radius: 0;
	position: absolute;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	background-color: #fff;
	background-clip: inherit;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-origin: center top 0;
	transform-origin: center top 0;
	-webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
		0 29px 45px 4px rgba(0, 0, 0, 0.08),
		0 11px 55px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15),
		0 29px 45px 4px rgba(0, 0, 0, 0.08),
		0 11px 55px 10px rgba(0, 0, 0, 0.07);
}
.main-header .sub-menu .sub-menu {
	top: 20px;
	opacity: 0;
	left: 250px;
}
.main-header .sub-menu .sub-menu a {
	color: #666666 !important;
}
.main-header .sub-menu li {
	display: block;
	margin: 0 !important;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .sub-menu li:last-child {
	border-bottom: none;
}
.main-header .sub-menu li:hover .sub-menu {
	top: 0;
	opacity: 1;
}
.main-header .sub-menu li:hover {
	background-color: #ffbf00;
}
.main-header .sub-menu li:hover a {
	color: #fff;
}
.main-header .sub-menu a {
	width: 100%;
	display: block;
	padding: 10px 20px 10px !important;
	color: #666666 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.main-header .sub-menu a:after {
	display: none;
}
.main-header .sub-menu a:hover {
	color: #fff !important;
}
.main-header.header-style-seven {
	z-index: 10;
}
.main-header.header-style-seven:after {
	top: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	content: "";
	height: 95px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
}
.main-header.header-style-seven.sticky-on.main-header.header-style-seven:after {
	background-color: black;
}

.sticky-on {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	position: fixed !important;
	z-index: 9;
	width: 100%;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-transition: 0.7s all ease-in-out;
	transition: 0.7s all ease-in-out;
}

.header-style-seven {
	padding: 26px 0px;
}
.header-style-seven .main-header .menu-navigation {
	padding-top: 8px;
}
.header-style-seven .tel-head-sidebar {
	top: 00px;
	right: 00px;
	position: absolute;
}
.header-style-seven .tel-head-sidebar button {
	color: #fff;
	width: 40px;
	border: none;
	height: 40px;
	border-radius: 100%;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(1%, #feb18f),
		to(#cd00fa)
	);
	background: linear-gradient(-90deg, #feb18f 1%, #cd00fa 100%);
}
.header-style-seven .main-navigation-area li a:before {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 5px;
	width: 0px;
	content: "";
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(1%, #feb18f),
		to(#cd00fa)
	);
	background: linear-gradient(-90deg, #feb18f 1%, #cd00fa 100%);
}
.header-style-seven .main-navigation-area li:hover a:before {
	width: 100%;
}
.header-style-seven .main-navigation-area .sub-menu li a:before {
	display: none;
}
.main-header.header-style-seven .sub-menu {
	top: 55px;
}
/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

#rev_slider_8_1_wrapper .hesperiden.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 8px;
}

#rev_slider_8_1_wrapper .hesperiden .tp-bullet {
	width: 10px;
	height: 10px;
	position: absolute;
	background: #999999;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#999999),
		to(#cd00fa)
	);
	background: linear-gradient(to bottom, #999999 0%, #cd00fa 100%);
	-webkit-filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#999999",endcolorstr="#cd00fa",gradienttype=0 );
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#999999",endcolorstr="#cd00fa",gradienttype=0 );
	border: 1px solid #cd00fa;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#rev_slider_8_1_wrapper .hesperiden .tp-bullet:hover,
#rev_slider_8_1_wrapper .hesperiden .tp-bullet.selected {
	background: #d418ec;
}

.td-sv-slider-social {
	left: 40px;
	z-index: 2;
	bottom: 120px;
	position: absolute;
}
.td-sv-slider-social ul {
	top: -30px;
	left: 7px;
	position: absolute;
	opacity: 0;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
}
.td-sv-slider-social ul li {
	color: #fff;
}
.td-sv-slider-social span {
	color: #fff;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
}
.td-sv-slider-social:before {
	bottom: -50px;
	left: -10px;
	width: 45px;
	height: 45px;
	content: "+";
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	border-radius: 100%;
	cursor: pointer;
	background: linear-gradient(27deg, #0219db 1%, #00b0fc 100%);
}
.td-sv-slider-social:hover ul {
	top: -40px;
	opacity: 1;
}
.td-sv-slider-social:hover span {
	opacity: 0;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.td-sv-about-section {
	padding: 120px 0px;
}

.td-sv-about-exp {
	right: -25px;
	bottom: 80px;
	width: 220px;
	height: 250px;
	position: absolute;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1%, #1a015a),
		to(#f106ff)
	);
	background: linear-gradient(-360deg, #1a015a 1%, #f106ff 100%);
}
.td-sv-about-exp .td-sv-about-exp-icon {
	width: 100%;
	padding-bottom: 5px;
}
.td-sv-about-exp .td-sv-about-exp-text {
	width: 100%;
}
.td-sv-about-exp .td-sv-about-exp-text h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	padding-bottom: 5px;
}
.td-sv-about-exp .td-sv-about-exp-text p {
	color: #e6e6e6;
	font-size: 18px;
}

.td-sv-about-text-wrapper {
	padding-left: 50px;
	padding-top: 20px;
}

.td-sv-about-feature {
	padding-top: 30px;
}
.td-sv-about-feature p {
	padding-top: 20px;
}
.td-sv-about-feature .td-sv-btn {
	margin-top: 40px;
}

.td-sv-about-feature-list .td-sv-about-ft-icon-text {
	max-width: 240px;
	margin-right: 70px;
}
.td-sv-about-feature-list .td-sv-about-ft-icon {
	margin-right: 20px;
}
.td-sv-about-feature-list .td-sv-about-ft-text p {
	color: #000320;
	padding-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.td-sv-service-section {
	z-index: 1;
	padding: 110px 0px 100px;
}
.td-sv-service-section .td-sv-text-bg {
	z-index: 1;
	top: 125px;
	left: 100px;
	font-weight: 700;
	font-size: 150px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #2a1759;
}
.td-sv-service-section .td-sv-service-bg1 {
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
}
.td-sv-service-section .td-sv-service-bg1 img {
	height: 100%;
	width: 100%;
}
.td-sv-service-section .td-sv-service-bg2 {
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
}
.td-sv-service-section .td-sv-service-bg2 img {
	height: 100%;
	width: 100%;
}

.td-sv-service-slider-button-text {
	z-index: 2;
}
.td-sv-service-slider-button-text h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}

.td-sv-service-btn {
	margin-top: 50px;
	padding: 25px 0px 0px 35px;
}
.td-sv-service-btn:before {
	top: 0;
	left: 0;
	width: 5px;
	content: "";
	height: 100%;
	position: absolute;
	background-color: #2a2049;
}

.td-sv-service-indicator .carousel-indicators {
	display: block;
	position: static;
}
.td-sv-service-indicator .carousel-indicators {
	padding-left: 0;
}
.td-sv-service-indicator .carousel-indicators li {
	width: auto;
	margin: 0;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-indent: 0;
	margin-bottom: 40px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
}
.td-sv-service-indicator .carousel-indicators li:before {
	top: -28px;
	left: -35px;
	width: 5px;
	content: "";
	height: 0px;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: #00b0fc;
}
.td-sv-service-indicator .carousel-indicators li .td-sv-service-serial {
	color: #40375e;
	font-size: 48px;
	line-height: 1;
	font-weight: 900;
	margin-right: 20px;
	display: inline-block;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.td-sv-service-indicator .carousel-indicators li .td-sv-service-title-text {
	color: #ffff;
	line-height: 1.6;
	font-size: 24px;
	font-weight: 700;
	max-width: 270px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.td-sv-service-indicator .carousel-indicators li.active .td-sv-service-serial {
	color: #00b0fc;
}
.td-sv-service-indicator .carousel-indicators li.active:before {
	height: 116px;
}

.td-sv-service-carousel-inner {
	padding: 50px 30px 105px;
	background-color: #1a015a;
	-webkit-box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.31);
	box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.31);
}
.td-sv-service-carousel-inner .td-sv-service-title-no {
	color: #00b0fc;
	line-height: 1;
	font-size: 48px;
	font-weight: 900;
	padding-bottom: 25px;
}
.td-sv-service-carousel-inner .td-sv-service-title-no:after {
	top: 22px;
	left: 90px;
	height: 1px;
	content: "";
	width: 165px;
	position: absolute;
	background-color: #3f2a75;
}
.td-sv-service-carousel-inner .td-sv-service-title-name {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.td-sv-service-carousel-inner p {
	color: #d1d1d1;
	font-size: 17px;
	padding-bottom: 30px;
}
.td-sv-service-carousel-inner .td-sv-service-more-btn a {
	color: #fff;
	width: 118px;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	font-family: "Oswald", sans-serif;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(1%, #feb18f),
		to(#cd00fa)
	);
	background: linear-gradient(-90deg, #feb18f 1%, #cd00fa 100%);
}
.td-sv-service-carousel-inner .td-sv-service-more-btn a i {
	margin-left: 5px;
}

.service-carousel_preview {
	padding-top: 10px;
}
.service-carousel_preview .td-sv-service-carosel {
	left: 0;
	right: 0;
	width: 140px;
	height: 70px;
	bottom: -20px;
	margin: 0 auto;
	text-align: center;
	background-color: #34118e;
}
.service-carousel_preview .carousel-control-prev,
.service-carousel_preview .carousel-control-next {
	opacity: 1;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: static;
	float: left;
	line-height: 70px;
	display: inline-block;
	background-color: #34118e;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.service-carousel_preview .carousel-control-prev:hover,
.service-carousel_preview .carousel-control-next:hover {
	background-color: #00b0fc;
}

/*---------------------------------------------------- */
/*Work Step area*/
/*----------------------------------------------------*/
.td-sv-work-step-section {
	padding: 110px 0px 70px;
}

.td-sv-work-step-content {
	margin-top: 30px;
}
.td-sv-work-step-content .td-sv-btn {
	margin: 0 auto;
	margin-top: 15px;
}
.td-sv-work-step-content .td-sv-ws-arrow1,
.td-sv-work-step-content .td-sv-ws-arrow2 {
	top: 20%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}
.td-sv-work-step-content .td-sv-ws-arrow1 {
	left: 330px;
}
.td-sv-work-step-content .td-sv-ws-arrow2 {
	right: 330px;
}

.td-sv-work-step-inner-item {
	margin-bottom: 30px;
}
.td-sv-work-step-inner-item .td-sv-work-step-icon {
	width: 105px;
	height: 105px;
	margin: 0 auto;
	border-radius: 100%;
	margin-bottom: 22px;
	background-color: #fff;
	-webkit-box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
	box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
}
.td-sv-work-step-inner-item .td-sv-work-step-text h3 {
	color: #000320;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px;
}
.td-sv-work-step-inner-item .td-sv-work-step-text p {
	color: #333333;
	margin: 0 auto;
	max-width: 280px;
}

/*---------------------------------------------------- */
/*Funfact area*/
/*----------------------------------------------------*/
.td-sv-fun-fact-section {
	padding: 50px 0px 100px;
}
.td-sv-fun-fact-section:before {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 140px;
	position: absolute;
	background-color: #f9faff;
}

.td-sv-fun-fact-inner-item {
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text {
	top: 40px;
	left: 40px;
	max-width: 390px;
	position: absolute;
}
.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h3 {
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	padding-bottom: 15px;
}
.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h3 sup {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(1%, #feb18f),
		to(#cd00fa)
	);
	background: linear-gradient(-90deg, #feb18f 1%, #cd00fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h4 {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	padding-bottom: 15px;
}
.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text p {
	color: #f1f1f1;
}
.td-sv-fun-fact-inner-item:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-box-shadow: 0px 24px 32px 0px rgba(2, 21, 43, 0.3);
	box-shadow: 0px 24px 32px 0px rgba(2, 21, 43, 0.3);
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.td-sv-team-section {
	padding: 10px 0px 110px;
}
.td-sv-team-section .td-sv-team-bg {
	left: 0;
	bottom: 0;
	height: auto;
}
.td-sv-team-section .td-sv-team-bg img {
	height: 100%;
}
.td-sv-team-section .td-sv-team-content {
	padding-top: 35px;
}

.td-sv-team-innerbox-item .td-sv-team-img {
	overflow: hidden;
}
.td-sv-team-innerbox-item .td-sv-team-img .td-sv-team-bg {
	left: 0;
	height: auto;
	bottom: -260px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.td-sv-team-innerbox-item .td-sv-team-img .td-sv-team-bg img {
	height: 500px;
}
.td-sv-team-innerbox-item .td-sv-team-social {
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	bottom: 0px;
	margin: 0 auto;
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.td-sv-team-innerbox-item .td-sv-team-social a {
	color: #fff;
	margin: 0px 8px;
}
.td-sv-team-innerbox-item .td-sv-team-text {
	z-index: 1;
	overflow: hidden;
	padding: 18px 0px;
	background-color: #fff;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	-webkit-box-shadow: 1.315px 2.696px 46px 0px rgba(13, 0, 46, 0.05);
	box-shadow: 1.315px 2.696px 46px 0px rgba(13, 0, 46, 0.05);
}
.td-sv-team-innerbox-item .td-sv-team-text .sd-sv-shape {
	right: 0;
	top: -10px;
	z-index: -1;
}
.td-sv-team-innerbox-item .td-sv-team-text h3 {
	color: #000320;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 3px;
}
.td-sv-team-innerbox-item .td-sv-team-text span {
	color: #888888;
}
.td-sv-team-innerbox-item:hover .td-sv-team-text {
	-webkit-box-shadow: 0.785px 14.979px 18px 0px rgba(6, 20, 94, 0.08);
	box-shadow: 0.785px 14.979px 18px 0px rgba(6, 20, 94, 0.08);
}
.td-sv-team-innerbox-item:hover .td-sv-team-bg {
	bottom: -100px;
}
.td-sv-team-innerbox-item:hover .td-sv-team-social {
	opacity: 1;
	bottom: 30px;
}

.td-sv-team-more {
	margin-top: 35px;
}
.td-sv-team-more .td-sv-team-more-img li {
	float: left;
	cursor: pointer;
	position: relative;
}
.td-sv-team-more .td-sv-team-more-img li .testi-img {
	width: 55px;
	height: 55px;
	cursor: pointer;
	overflow: hidden;
	margin-left: -18px;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid #fff;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.td-sv-team-more .td-sv-team-more-img li .testi-text {
	left: 0;
	color: #fff;
	left: -20px;
	height: 22px;
	width: 100px;
	opacity: 0;
	bottom: -25px;
	font-size: 14px;
	border-radius: 5px;
	visibility: hidden;
	text-align: center;
	position: absolute;
	background-color: #000;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.td-sv-team-more .td-sv-team-more-img li:hover .testi-text {
	opacity: 1;
	bottom: -20px;
	visibility: visible;
}
.td-sv-team-more .td-sv-team-more-img:hover .testi-img {
	margin-left: 5px;
}
.td-sv-team-more .td-sv-team-more-btn a span {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin-left: 13px;
	position: relative;
}
.td-sv-team-more .td-sv-team-more-btn a span:before {
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	content: "";
	position: absolute;
	background-color: #000;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
}
.td-sv-team-more .td-sv-team-more-btn a i {
	margin-left: 5px;
	color: #0d7dfc;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
}
.td-sv-team-more .td-sv-team-more-btn a:hover span:before {
	width: 100%;
}
.td-sv-team-more .td-sv-team-more-btn a:hover i {
	margin-left: 10px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.td-sv-blog-section {
	padding: 110px 0px 120px;
}

.td-sv-blog-content {
	padding-top: 30px;
}
.td-sv-blog-content .td-sv-btn {
	margin: 0 auto;
	margin-top: 20px;
}

.td-sv-blog-inner-item {
	margin-bottom: 30px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(1, 1, 72, 0.06);
	box-shadow: 0px 0px 21px 0px rgba(1, 1, 72, 0.06);
}
.td-sv-blog-inner-item .td-sv-blog-img-item img {
	width: 100%;
}
.td-sv-blog-inner-item .td-sv-blog-text-item {
	padding: 20px 30px 15px;
}
.td-sv-blog-inner-item .td-sv-blog-text-item .item-meta {
	margin-bottom: 5px;
}
.td-sv-blog-inner-item .td-sv-blog-text-item .item-meta a {
	font-size: 14px;
	padding-bottom: 8px;
	margin-right: 20px;
}
.td-sv-blog-inner-item .td-sv-blog-text-item .item-meta a i {
	margin-right: 5px;
	color: #0d7dfc;
}
.td-sv-blog-inner-item .td-sv-blog-text-item h3 {
	color: #0e0d0f;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.td-sv-blog-inner-item .td-sv-blog-text-item h3:hover {
	color: #0d7dfc;
}
.td-sv-blog-inner-item .td-sv-blog-text-item p {
	color: #0e0d0f;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.td-sv-blog-inner-item .item-author-meta .b-item-img img {
	width: 35px;
	height: 35px;
	margin-right: 5px;
	border-radius: 100%;
	display: inline-block;
}
.td-sv-blog-inner-item .item-author-meta .b-item-img a {
	color: #000;
	padding-top: 2px;
	font-weight: 600;
}
.td-sv-blog-inner-item .item-author-meta .td-sv-blog-more {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.td-sv-blog-inner-item .item-author-meta .td-sv-blog-more a span {
	position: relative;
}
.td-sv-blog-inner-item .item-author-meta .td-sv-blog-more a span:after {
	left: 0;
	bottom: 0;
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	background-color: #0d7dfc;
	-webkit-transition: 400ms all ease;
	transition: 400ms all ease;
}
.td-sv-blog-inner-item .item-author-meta .td-sv-blog-more a:hover {
	color: #0d7dfc;
}
.td-sv-blog-inner-item .item-author-meta .td-sv-blog-more a:hover span:after {
	width: 100%;
}
.td-sv-blog-inner-item .item-author-meta .td-sv-blog-more i {
	margin-left: 5px;
	color: #0d7dfc;
}
.td-sv-blog-inner-item:hover {
	-webkit-box-shadow: -3.34px 23.766px 20px 0px rgba(1, 1, 72, 0.12);
	box-shadow: -3.34px 23.766px 20px 0px rgba(1, 1, 72, 0.12);
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}
@keyframes border_animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}
.td-sv-map-section {
	padding: 120px 0px 230px;
}

.td-sv-map-info {
	margin-left: 90px;
	padding-left: 65px;
}
.td-sv-map-info .video_btn_border {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	position: absolute;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	border: 1px solid #f7f3ea;
	-webkit-animation: border_animation 3.9s linear 0s infinite;
	animation: border_animation 3.9s linear 0s infinite;
}
.td-sv-map-info .video_btn_border.border_wrap-2 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.td-sv-map-info .td-sv-map-circle {
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.td-sv-map-info .td-sv-map-circle:before {
	top: 6px;
	left: 6px;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
}
.td-sv-map-info h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.td-sv-map-info p {
	color: #cfcece;
	max-width: 200px;
}

.col-lg-4:nth-child(1) .td-sv-map-info,
.col-lg-4:nth-child(3) .td-sv-map-info {
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
}

.td-sv-social-subs-wrapper {
	padding: 30px;
	width: 16.6667%;
	position: relative;
}
.td-sv-social-subs-wrapper span {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: 300ms all ease;
	transition: 300ms all ease;
}
.td-sv-social-subs-wrapper.td-sv-twitter {
	background-color: #48b5f4;
}
.td-sv-social-subs-wrapper.td-sv-facebook {
	background-color: #207bef;
}
.td-sv-social-subs-wrapper.td-sv-instagram {
	background-color: #383838;
}
.td-sv-social-subs-wrapper.td-sv-behance {
	background-color: #282828;
}
.td-sv-social-subs-wrapper.td-sv-dribble {
	background-color: #f85090;
}
.td-sv-social-subs-wrapper.td-sv-pinterest {
	background-color: #e41d2b;
}
.td-sv-social-subs-wrapper .td-sv-social-subs-amount {
	left: 0;
	right: 0;
	top: 30px;
	opacity: 0;
	position: absolute;
}
.td-sv-social-subs-wrapper:hover .td-sv-social-subs-title {
	opacity: 0;
}
.td-sv-social-subs-wrapper:hover .td-sv-social-subs-amount {
	opacity: 1;
}

.td-sv-footer-section {
	padding: 95px 0px 30px;
	background-color: #00070f;
}

.td-sv-footer-content {
	padding-bottom: 65px;
}

.footer-widget .wp-block-group h2,
.footer-section-4-td .widget-title,
.td-sv-footer-widget .widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	max-width: 245px;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2a2c2f;
	text-transform: capitalize;
}
.footer-widget .wp-block-group h2:before,
.footer-section-4-td .widget-title:before,
.td-sv-footer-widget .widget-title:before {
	bottom: 0;
	left: 0;
	height: 3px;
	width: 35px;
	content: "";
	position: absolute;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(1%, #feb18f),
		to(#cd00fa)
	);
	background: linear-gradient(-90deg, #feb18f 1%, #cd00fa 100%);
}
.td-sv-footer-widget .logo-widget {
	max-width: 245px;
}
.td-sv-footer-widget .logo-widget .td-sv-footer-logo {
	padding-bottom: 28px;
}
.td-sv-footer-widget .logo-widget p {
	color: #ededed;
}
.td-sv-footer-widget .logo-widget .td-sv-footer-social {
	margin-top: 35px;
}
.td-sv-footer-widget .logo-widget .td-sv-footer-social a {
	width: 30px;
	height: 30px;
	color: #00b0fc;
	line-height: 30px;
	margin-right: 10px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	background-color: #2e343a;
}
.td-sv-footer-widget .logo-widget .td-sv-footer-social a:hover {
	color: #fff;
	background-color: #00b0fc;
}
.td-sv-footer-widget .address-widget {
	max-width: 245px;
}
.td-sv-footer-widget .address-widget li {
	color: #fff;
	margin-bottom: 15px;
}
.td-sv-footer-widget .address-widget li i {
	float: left;
	color: #00b0fc;
	padding-top: 3px;
	margin-right: 12px;
}
.td-sv-footer-widget .address-widget li span {
	display: block;
	overflow: hidden;
}
.td-sv-footer-widget .menu-widget {
	max-width: 245px;
}
.td-sv-footer-widget .menu-widget li {
	margin-bottom: 12px;
}
.td-sv-footer-widget .menu-widget li a {
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
}
.td-sv-footer-widget .menu-widget li a:before {
	top: 0;
	left: 0;
	font-size: 12px;
	content: "";
	font-weight: 900;
	color: #00b0fc;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
}
.td-sv-footer-widget .menu-widget li a:hover {
	margin-left: 10px;
	color: #00b0fc;
	text-decoration: underline;
}
.td-sv-footer-widget .gallery-widget li {
	float: left;
	padding: 4px;
	height: 80px;
	width: 80px;
}

.td-sv-copyright-wrap {
	color: #fff;
	padding: 15px 40px;
	background-color: #021f8b;
}

.td-sv-copyright-menu li {
	margin-left: 35px;
	position: relative;
}
.td-sv-copyright-menu li a:hover {
	text-decoration: underline;
}
.td-sv-copyright-menu li:after {
	top: 5px;
	width: 1px;
	content: "";
	right: -18px;
	height: 15px;
	position: absolute;
	background-color: #fff;
}
.td-sv-copyright-menu li:last-child:after {
	display: none;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
	.header-style-seven .tel-head-sidebar {
		right: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.td-sv-section-title h2,
	.td-sv-service-slider-button-text h3 {
		font-size: 40px;
	}

	.td-sv-service-carousel-inner .td-sv-service-title-name {
		font-size: 22px;
	}

	.td-sv-work-step-content .td-sv-ws-arrow1 {
		left: 255px;
	}

	.td-sv-work-step-content .td-sv-ws-arrow2 {
		right: 255px;
	}

	.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h3 {
		font-size: 50px;
	}

	.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text {
		top: 20px;
		left: 20px;
	}

	.td-sv-blog-inner-item .td-sv-blog-text-item h3 {
		font-size: 18px;
	}

	.td-sv-blog-inner-item .td-sv-blog-text-item {
		padding: 20px 20px 15px;
	}
}
@media screen and (max-width: 991px) {
	.header-style-seven .main-navigation-area {
		display: none !important;
	}

	.mobile_menu_button {
		display: block;
	}

	.header-style-seven .tel-head-sidebar,
	.td-sv-service-section .td-sv-service-bg2,
	.td-sv-work-step-content .td-sv-ws-arrow1,
	.td-sv-work-step-content .td-sv-ws-arrow2 {
		display: none;
	}

	.header-style-seven {
		padding: 15px 0px;
	}

	.main-header.header-style-seven:after {
		height: 100%;
	}

	.td-sv-about-img-exp {
		margin: 0 auto;
		max-width: 470px;
		margin-bottom: 30px;
	}

	.td-sv-service-section .td-sv-service-bg1 {
		width: 100%;
	}

	.td-sv-fun-fact-inner-item {
		margin: 0 auto;
		max-width: 570px;
		margin-bottom: 30px;
	}

	.td-sv-team-innerbox-item {
		margin: 0 auto;
		max-width: 270px;
		margin-bottom: 30px;
	}

	.col-lg-4:nth-child(1) .td-sv-map-info,
	.col-lg-4:nth-child(3) .td-sv-map-info {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.td-sv-map-info {
		margin-bottom: 40px;
	}

	.td-sv-map-section {
		padding: 120px 0px 80px;
	}
}
@media screen and (max-width: 620px) {
	.td-sv-about-text-wrapper {
		padding-left: 0;
	}

	.td-sv-copyright-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 15px;
	}

	.td-sv-copyright-menu li {
		margin-left: 0;
		margin-right: 10px;
	}

	.td-sv-copyright-menu li:after {
		right: -8px;
	}

	.td-sv-social-subs-wrapper {
		width: 50%;
	}

	.td-sv-social-subs-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.td-sv-footer-widget {
		margin-bottom: 30px;
	}

	.td-sv-footer-widget .widget-title {
		margin-bottom: 20px;
	}

	.td-sv-slider-social {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.td-sv-about-exp {
		right: 0;
	}

	.td-sv-section-title h2,
	.td-sv-service-slider-button-text h3 {
		font-size: 26px;
	}

	.td-sv-about-feature-list .td-sv-about-ft-icon-text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.td-sv-about-feature-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h3 {
		font-size: 30px;
		padding-bottom: 5px;
	}

	.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h4 {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.td-sv-about-section {
		padding: 60px 0px;
	}

	.td-sv-service-section {
		padding: 60px 0px;
	}

	.td-sv-work-step-section {
		padding: 60px 0px 30px;
	}

	.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text p {
		font-size: 14px;
	}

	.td-sv-fun-fact-section {
		padding: 50px 0px 30px;
	}

	.td-sv-team-section {
		padding: 20px 0px 60px;
	}

	.td-sv-blog-section {
		padding: 50px 0px;
	}
}
@media screen and (max-width: 380px) {
	.td-sv-about-exp .td-sv-about-exp-text h3 {
		font-size: 40px;
	}

	.td-sv-about-exp {
		width: 195px;
		height: 195px;
	}

	.td-sv-section-title h2,
	.td-sv-service-slider-button-text h3 {
		font-size: 24px;
	}

	.td-sv-map-info {
		margin-left: 50px;
	}

	.td-sv-service-indicator .carousel-indicators li .td-sv-service-serial {
		font-size: 40px;
	}

	.td-sv-service-indicator .carousel-indicators li .td-sv-service-title-text {
		font-size: 20px;
	}
}
@media screen and (max-width: 320px) {
	.td-sv-fun-fact-inner-item .td-sv-fun-fact-inner-text h3 {
		font-size: 20px;
	}

	.td-sv-fun-fact-inner-item {
		height: 160px;
		overflow: hidden;
	}
	.td-sv-fun-fact-inner-item img {
		height: 100%;
	}

	.td-sv-map-info {
		margin-left: 30px;
	}
}
/*---------------------------------------------------- */
@media screen and (max-width: 480px) {
	.header-style-five.sticky-on .header-menu-wrap {
		padding: 15px 0px;
	}
	.main-header .brand-logo {
		margin-top: 0;
	}
}
.faq-contact-area .contact-form-wrapper .contact-info .icon-bg i {
	color: #ffffff;
}
.portfolio-details-text-wrapper {
	padding-top: 10px;
}
.portfolio-details-text-wrapper h3 {
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.portfolio-details-list {
	width: 50%;
	margin-top: 15px;
	margin-left: 30px;
}
.portfolio-details-text-wrapper ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}
.portfolio-details-text-wrapper ul li:before {
	top: 2px;
	left: 0;
	font-weight: 900;
	content: "\f054";
	color: #ffbf00;
	font-size: 14px;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
}
.portfolio-details-list p {
	padding: 10px 0px;
}
.portfolio-details-img-area {
	width: 50%;
}
.portfolio-details-list-img {
	padding: 15px 0px;
}
@media screen and (max-width: 991px) {
	.portfolio-details-img-area {
		width: 100%;
	}
	.portfolio-details-list-img {
		flex-wrap: wrap;
	}
	.portfolio-details-list {
		width: 100%;
		margin-left: 0;
	}
}
.side_bar_sticky {
	top: 80px;
	position: sticky;
}

.pr6-body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.556;
	color: #666666;
	font-family: "Roboto", sans-serif;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	color: #ffffff;
	background-color: #ffc601;
}

::selection {
	color: #ffffff; 
	background-color: #ffc601;
}

::-moz-selection {
	color: #ffffff;
	background-color: #ffc601;
}

.container {
	max-width: 1200px;
}

ul {
	margin: 0;
	padding: 0;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

button {
	cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.relative-position {
	position: relative;
}

.no-padding {
	padding: 0;
}

.ta-footer-5 h2.widget-title,
.pr6-headline h1,
.pr6-headline h2,
.pr6-headline h3,
.pr6-headline h4,
.pr6-headline h5,
.pr6-headline h6 {
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	text-transform: none;
	line-height: 1.25;
	margin-bottom: 0;
	color: #00065c;
	text-transform: capitalize;
}

.pr6-headline h1 {
	font-size: 60px;
}
@media (max-width: 767.98px) {
	.pr6-headline h1 {
		font-size: 50px;
	}
}

.pr6-headline h2 {
	font-size: 48px;
}
@media (max-width: 767.98px) {
	.pr6-headline h2 {
		font-size: 36px;
	}
}
@media (max-width: 575.98px) {
	.pr6-headline h2 {
		font-size: 30px;
	}
}

.pr6-headline h3 {
	font-size: 36px;
}
@media (max-width: 767.98px) {
	.pr6-headline h3 {
		font-size: 30px;
	}
}

.pr6-headline h4 {
	font-size: 24px;
}
@media (max-width: 767.98px) {
	.pr6-headline h4 {
		font-size: 20px;
	}
}

.pr6-headline h5 {
	font-size: 20px;
}

.pr6-headline h6 {
	font-size: 18px;
}

.pr6-pera-txt p {
	color: #666666;
	margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	margin-left: 0;
}

.loading-preloader {
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
}

#loading-preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 50px;
	width: 150px;
	visibility: visible;
	z-index: 1000;
}

.line_shape {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background-color: #0067ff;
	-webkit-animation: animate24 1s infinite;
	animation: animate24 1s infinite;
	float: left;
	opacity: 1;
}

.line_shape:last-child {
	margin-right: 0px;
}

.line_shape:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

.pr6-body-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 160;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}

.pr6-body-overlay-on {
	opacity: 1;
	visibility: visible;
}

.pr6-title-area .pr6-subtitle {
	display: inline-block;
	padding: 0 30px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background-color: #141414;
	color: #fdc100;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
@media (max-width: 460px) {
	.pr6-title-area .pr6-subtitle {
		height: auto;
	}
}

.pr6-title-area .pr6-pera-txt {
	margin-top: 30px;
}

.pr6-scroll-top {
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	background-color: #147aff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	border-radius: 4px;
	display: none;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}

.pr6-primary-btn a {
	padding: 0px 15px 0 20px;
	height: 55px;
	border-radius: 30px;
	background-color: #147aff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff !important;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}
.pr6-primary-btn a i {
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #147aff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 23px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-primary-btn a:hover {
	background-color: #001790;
}
.pr6-primary-btn a:hover i {
	color: #001790;
}

.pr6-secondary-btn a {
	padding: 0px 15px 0 20px;
	height: 55px;
	background-color: #001790;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff !important;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	border-radius: 30px;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}
.pr6-secondary-btn a i {
	width: 35px;
	height: 35px;
	background-color: #ffffff !important;
	color: #001790;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 23px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-secondary-btn a:hover {
	background-color: #147aff;
}
.pr6-secondary-btn a:hover i {
	color: #147aff;
}

rs-group a.pr6-primary-btn {
	height: 55px !important;
	border-radius: 30px;
	background-color: #147aff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}
rs-group a.pr6-primary-btn i {
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #147aff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 18px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
rs-group a.pr6-primary-btn i::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
@media (max-width: 767.98px) {
	rs-group a.pr6-primary-btn i {
		width: 18px;
		height: 18px;
	}
}
rs-group a.pr6-primary-btn:hover {
	background-color: #001790;
}
rs-group a.pr6-primary-btn:hover i {
	color: #001790;
}
@media (max-width: 767.98px) {
	rs-group a.pr6-primary-btn {
		height: auto !important;
	}
}

rs-group a.pr6-secondary-btn {
	width: 160px;
	height: 55px !important;
	background-color: #001790;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	border-radius: 3px;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}
rs-group a.pr6-secondary-btn i {
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #001790;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 18px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
rs-group a.pr6-secondary-btn i::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
@media (max-width: 767.98px) {
	rs-group a.pr6-secondary-btn i {
		width: 18px;
		height: 18px;
	}
}
rs-group a.pr6-secondary-btn:hover {
	background-color: #147aff;
}
rs-group a.pr6-secondary-btn:hover i {
	color: #147aff;
}
@media (max-width: 767.98px) {
	rs-group a.pr6-secondary-btn {
		height: auto !important;
	}
}

@-webkit-keyframes pr20_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pr20_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pr20_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes pr20_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes pr6-ripple-animation {
	0% {
		-webkit-box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2),
			0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0.2);
		box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2),
			0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2),
			0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0);
		box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2),
			0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0);
	}
}

@keyframes pr6-ripple-animation {
	0% {
		-webkit-box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2),
			0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0.2);
		box-shadow: 0 0 0 0rem rgba(0, 208, 192, 0.2),
			0 0 0 1rem rgba(0, 208, 192, 0.2), 0 0 0 2rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2),
			0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0);
		box-shadow: 0 0 0 1rem rgba(0, 208, 192, 0.2),
			0 0 0 2rem rgba(0, 208, 192, 0.2), 0 0 0 3rem rgba(0, 208, 192, 0.2),
			0 0 0 3rem rgba(0, 208, 192, 0);
	}
}

@-webkit-keyframes pr6-round-animation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pr6-round-animation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/********* Layout **************/
.pr6-header-section .pr6-info-top {
	background-color: #001790;
	padding: 10px 0;
	color: #ffffff;
}
@media (max-width: 575.98px) {
	.pr6-header-section .pr6-info-top .pr6-info-left {
		display: none;
	}
}
.pr6-header-section .pr6-info-top .pr6-info-left p {
	margin-bottom: 0;
}
.pr6-header-section .pr6-info-top .pr6-info-right {
	text-align: right;
}
@media (max-width: 767.98px) {
	.pr6-header-section .pr6-info-top .pr6-info-right {
		text-align: left;
		margin-top: 10px;
	}
}
@media (max-width: 575.98px) {
	.pr6-header-section .pr6-info-top .pr6-info-right {
		margin-top: 0;
	}
}
.pr6-header-section .pr6-info-top .pr6-info-right a {
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-weight: 600;
}
.pr6-header-section .pr6-info-top .pr6-info-right a:hover {
	color: #147aff;
}
.pr6-header-section .pr6-info-top .pr6-info-right a + a {
	margin-left: 20px;
}
.pr6-header-section .pr6-info-top .pr6-info-right a + a::before {
	content: "";
	position: absolute;
	left: -13px;
	top: 3px;
	width: 1px;
	height: 18px;
	background-color: #ffffff;
}

.pr6-header-section .pr6-info-content {
	background-color: #ffffff;
	padding: 15px 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
	.pr6-header-section .pr6-info-content .container .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 1024.98px) {
	.pr6-header-section .pr6-info-content .rs-logo {
		display: none;
	}
}
.pr6-header-section .pr6-info-content .pr6-logo-wrapper a {
	width: 160px;
	display: inline-block;
}
.pr6-header-section .pr6-info-content .pr6-info-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 1024.98px) {
	.pr6-header-section .pr6-info-content .pr6-info-area {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.pr6-header-section .pr6-info-content .pr6-info-area .pr6-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pr6-header-section
	.pr6-info-content
	.pr6-info-area
	.pr6-info-item
	+ .pr6-info-item {
	margin-left: 30px;
}
@media (max-width: 575.98px) {
	.pr6-header-section
		.pr6-info-content
		.pr6-info-area
		.pr6-info-item
		+ .pr6-info-item {
		margin-left: 8px;
	}
}
.pr6-header-section
	.pr6-info-content
	.pr6-info-area
	.pr6-info-item
	.pr6-icon-wrapper {
	margin-right: 15px;
	position: relative;
}
.pr6-header-section
	.pr6-info-content
	.pr6-info-area
	.pr6-info-item
	.pr6-icon-wrapper
	i {
	width: 60px;
	height: 60px;
	background-color: #d0e4ff;
	color: #147aff;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	border-radius: 50%;
}
.pr6-header-section
	.pr6-info-content
	.pr6-info-area
	.pr6-info-item
	.pr6-icon-wrapper
	.pr6-icon-content {
	display: none;
}
@media (max-width: 1024.98px) {
	.pr6-header-section
		.pr6-info-content
		.pr6-info-area
		.pr6-info-item
		.pr6-icon-wrapper:hover
		.pr6-icon-content {
		display: inline-block;
		width: 180px;
		position: absolute;
		top: calc(100% + 10px);
		left: 0;
		background-color: #000000;
		z-index: 100;
		padding: 15px;
		border-radius: 6px;
	}
	.pr6-header-section
		.pr6-info-content
		.pr6-info-area
		.pr6-info-item
		.pr6-icon-wrapper:hover
		.pr6-icon-content::before {
		content: "";
		position: absolute;
		top: -13px;
		left: 30px;
		width: 0;
		height: 0;
		border-bottom: 15px solid #000000;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
	.pr6-header-section
		.pr6-info-content
		.pr6-info-area
		.pr6-info-item
		.pr6-icon-wrapper:hover
		.pr6-icon-content
		span {
		color: #ffffff;
	}
	.pr6-header-section
		.pr6-info-content
		.pr6-info-area
		.pr6-info-item
		.pr6-icon-wrapper:hover
		.pr6-icon-content
		span.title {
		font-weight: 600;
	}
}
.pr6-header-section
	.pr6-info-content
	.pr6-info-area
	.pr6-info-item
	.pr6-info-item-content
	span.title {
	color: #000f60;
	font-weight: 600;
}
.pr6-header-section
	.pr6-info-content
	.pr6-info-area
	.pr6-info-item
	.pr6-info-item-content
	span {
	display: block;
	color: #666666;
}
@media (max-width: 1024.98px) {
	.pr6-header-section
		.pr6-info-content
		.pr6-info-area
		.pr6-info-item
		.pr6-info-item-content {
		display: none;
	}
}
.pr6-header-section .pr6-info-content .pr6-sidebar-btn {
	text-align: right;
	display: block;
}
.pr6-header-section .pr6-info-content .pr6-sidebar-btn a {
	width: 50px;
	height: 50px;
	background-color: #147aff;
	color: #ffffff;
	border-radius: 50%;
	font-size: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pr6-header-section .pr6-info-content .pr6-sidebar-btn a i {
	line-height: 0;
}
@media (max-width: 1024.98px) {
	.pr6-header-section .pr6-info-content .pr6-sidebar-btn {
		position: absolute;
		right: 15px;
		top: -25px;
	}
}

.pr6-header-section .pr6-main-menu .pr6-header-menu {
	background-color: #001790;
	border-radius: 50px;
	position: relative;
	z-index: 10;
}
@media (max-width: 1024.98px) {
	.pr6-header-section .pr6-main-menu .pr6-header-menu {
		padding: 10px 0;
	}
}
.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu .pr6-rs-logo {
	display: none;
	width: 150px;
	padding-left: 10px;
}
@media (max-width: 1024.98px) {
	.pr6-header-section
		.pr6-main-menu
		.pr6-header-menu
		.pr6-nav-menu
		.pr6-rs-logo {
		display: inline-block;
	}
}
@media (max-width: 1024.98px) {
	.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul {
		display: none;
	}
}
.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li {
	display: inline-block;
	position: relative;
}
.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul {
	position: absolute;
	top: calc(100% + 15px);
	left: 0px;
	width: 220px;
	background-color: #001790;
	z-index: 10;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li ul li {
	display: block;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li
	ul
	li:hover
	a {
	padding-left: 20px;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li
	ul
	li:hover
	ul {
	top: 0 !important;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li
	ul
	li
	a {
	padding: 12px;
	display: block;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li
	ul
	li
	ul {
	left: 100%;
	top: 10px;
}
.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-menu ul li a {
	display: block;
	padding: 26px 22px;
	color: #ffffff;
	font-weight: 500;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li.menu-item-has-children::after {
	content: "\f067";
	position: absolute;
	top: 28px;
	right: 6px;
	color: #ffffff;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li.menu-item-has-children
	.menu-item-has-children::after {
	top: 16px;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li.menu-item-has-children:hover
	> ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-menu
	ul
	li.menu-item-has-children:hover::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns {
	text-align: right;
	padding-right: 10px;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-btns
	.pr6-primary-btn {
	display: inline-block;
}
@media (max-width: 575.98px) {
	.pr6-header-section
		.pr6-main-menu
		.pr6-header-menu
		.pr6-nav-btns
		.pr6-primary-btn {
		display: none;
	}
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-btns
	.pr6-primary-btn
	a {
	border: 2px solid transparent;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-btns
	.pr6-primary-btn
	a:hover {
	background-color: transparent;
	border: 2px solid #147aff;
}
.pr6-header-section
	.pr6-main-menu
	.pr6-header-menu
	.pr6-nav-btns
	a.pr6-mobile-menu-btn {
	display: none;
}
@media (max-width: 1024.98px) {
	.pr6-header-section
		.pr6-main-menu
		.pr6-header-menu
		.pr6-nav-btns
		a.pr6-mobile-menu-btn {
		display: inline-block;
		margin-left: 15px;
		color: #ffffff;
		font-size: 24px;
		background-color: #147aff;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
	}
}
@media (max-width: 1024.98px) {
	.pr6-header-section .pr6-main-menu .pr6-header-menu .pr6-nav-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.pr6-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 150;
	-webkit-animation: 1s slideInDown;
	animation: 1s slideInDown;
}
.pr6-header-sticky .pr6-info-top {
	display: none;
}
.pr6-header-sticky .pr6-info-content {
	display: none;
}
.pr6-header-sticky .pr6-main-menu {
	background-color: #001790;
}

.pr6-mobile-navigation {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	overflow: scroll;
	background-color: #001790;
	padding-top: 20px;
	z-index: 300;
	display: none;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
@media (max-width: 1024.98px) {
	.pr6-mobile-navigation {
		display: block;
	}
}
.pr6-mobile-navigation .pr6-mobile-menu-close {
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #ffffff;
}
.pr6-mobile-navigation ul li {
	position: relative;
}
.pr6-mobile-navigation ul li a {
	padding: 12px 18px;
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
}
.pr6-mobile-navigation ul li + li a {
	border-top: 1px solid #eff3fc2e;
}
.pr6-mobile-navigation ul li ul {
	display: none;
}
.pr6-mobile-navigation ul li ul li a {
	padding-left: 30px;
}
.pr6-mobile-navigation ul li ul li ul li a {
	padding-left: 35px;
}
.pr6-mobile-navigation ul li.menu-item-has-children::after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffffff;
}

.pr6-mobile-menu-on {
	right: 0;
}

.pr6-sidebar-info .pr6_sidebar_info_content {
	width: 380px;
	height: 100%;
	position: fixed;
	right: -380px;
	top: 0;
	background-color: #ffffff;
	z-index: 9999999;
	padding: 30px 40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-sidebar-info .pr6_sidebar_info_content .close-menu {
	cursor: pointer;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6_sidebar_logo {
	text-align: center;
	margin-bottom: 60px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6_sidebar_logo img {
	width: 180px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-pera-txt {
	line-height: 1.8em;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-gallery {
	margin-top: 30px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-gallery ul li {
	display: inline-block;
	margin: 5px 5px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-social {
	margin-top: 30px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-social h5 {
	margin-bottom: 15px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-social a + a {
	margin-left: 10px;
}
.pr6-sidebar-info .pr6_sidebar_info_content .pr6-sidebar-copyright {
	text-align: center;
	margin-top: 40px;
}

.pr6-sidebar-info .pr6-sidebar-on {
	right: 0;
}

.pr6-hero-section {
	margin-top: -30px;
}

.pr6-brand-slider-area {
	overflow: hidden;
}
.pr6-brand-slider-area .pr6-brand-slider .slick-list {
	margin: 0 -15px;
	padding: 0 0 30px 0;
}
.pr6-brand-slider-area .pr6-brand-slider .slick-slide {
	margin: 0 15px;
}
.pr6-brand-slider-area .pr6-brand-slider .pr6-brand-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 23, 144, 0.08);
	box-shadow: 0px 10px 15px 0px rgba(0, 23, 144, 0.08);
	text-align: center;
	height: 120px;
	line-height: 120px;
}
.pr6-brand-slider-area .pr6-brand-slider .pr6-brand-item img {
	width: 90px;
	display: inline-block;
}

.pr6-about-section .pr6-about-left {
	position: relative;
}
.pr6-about-section .pr6-about-left img {
	width: initial;
}
@media (max-width: 991.98px) {
	.pr6-about-section .pr6-about-left img {
		width: 100%;
	}
}
.pr6-about-section .pr6-about-left .pr6-about-count {
	width: 140px;
	height: 150px;
	background-color: #147aff;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 6px;
}
.pr6-about-section .pr6-about-left .pr6-about-count {
    top: 20px;
    right: 0;
    left: auto;
}
@media (max-width: 575.98px) {
	.pr6-about-section .pr6-about-left .pr6-about-count {
		display: none;
	}
}
.pr6-about-section .pr6-about-left .pr6-about-count h2 {
	color: #ffffff;
	font-size: 72px;
	margin-bottom: 0;
	font-family: "Lexend", sans-serif;
	font-weight: 700;
}
.pr6-about-section .pr6-about-left .pr6-about-count span {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	font-family: "Lexend", sans-serif;
	text-transform: capitalize;
}
.pr6-about-section .pr6-about-left .pr6-img-wrapper-2 {
	text-align: right;
}
.pr6-about-section .pr6-about-left .pr6-img-wrapper-2 .pr6-img-wrapper {
	display: inline-block;
	margin-top: -50px;
	position: relative;
}
.pr6-about-section .pr6-about-left .pr6-img-wrapper-2 .pr6-img-wrapper img {
	position: relative;
	z-index: 2;
}
.pr6-about-section .pr6-about-left .pr6-img-wrapper-2 .pr6-img-wrapper::before {
	content: "";
	position: absolute;
	width: calc(100% + 20px);
	height: 160px;
	background-color: #ffffff;
	border-radius: 6px;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}
@media (max-width: 991.98px) {
	.pr6-about-section .pr6-about-right {
		margin-top: 60px;
	}
}
.pr6-about-section .pr6-about-right .pr6-title-area {
	margin-bottom: 30px;
}
.pr6-about-section .pr6-about-right .pr6-ab-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 27, 175, 0.08);
	box-shadow: 0px 20px 40px 0px rgba(0, 27, 175, 0.08);
}
.pr6-about-section .pr6-about-right .pr6-ab-list-item .pr6-icon-wrapper {
	margin-right: 20px;
}
.pr6-about-section .pr6-about-right .pr6-ab-list-item .pr6-icon-wrapper i {
	font-size: 46px;
	color: #147aff;
}
.pr6-about-section
	.pr6-about-right
	.pr6-ab-list-item
	.pr6-ab-list-content
	.pr6-headline {
	margin-bottom: 10px;
}
.pr6-about-section .pr6-about-right .pr6-ab-list-item + .pr6-ab-list-item {
	margin-top: 25px;
}
.pr6-about-section .pr6-about-right .pr6-primary-btn {
	margin-top: 30px;
}

.pr6-service-section {
	padding: 100px 0;
}

.pr6-service-left {
	position: relative;
	z-index: 50;
}
@media (max-width: 991.98px) {
	.pr6-service-left {
		margin-bottom: 60px;
	}
}
.pr6-service-left .pr6-title-area {
	margin-bottom: 30px;
}
.pr6-service-left .pr6-service-tabs li + li {
	margin-left: 18px;
}
@media (max-width: 460px) {
	.pr6-service-left .pr6-service-tabs li + li {
		margin-left: 10px;
	}
}
.pr6-service-left .pr6-service-tabs li a {
	width: 90px;
	height: 90px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	color: #001790;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.05);
	box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.05);
	font-size: 42px;
}
.pr6-service-left .pr6-service-tabs li a:hover {
	color: #147aff;
}
.pr6-service-left .pr6-service-tabs li a i {
	line-height: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 575.98px) {
	.pr6-service-left .pr6-service-tabs li a {
		width: 60px;
		height: 60px;
		font-size: 30px;
	}
}
@media (max-width: 460px) {
	.pr6-service-left .pr6-service-tabs li a {
		width: 50px;
		height: 50px;
	}
}
.pr6-service-left .pr6-service-tabs li a.active i {
	color: #147aff;
}
.pr6-service-left .pr6-secondary-btn {
	margin-top: 30px;
}

.pr6-service-right .slick-list {
	margin: 0 -10px;
}

.pr6-service-right .slick-slide {
	margin: 0 10px;
}

.pr6-service-right .tab-content .tab-pane {
	padding: 0 15px;
	height: 0;
	overflow: hidden;
}

.pr6-service-right .tab-content > .tab-pane {
	display: block;
}

.pr6-service-right .tab-content .active {
	height: auto;
	display: block;
}

.pr6-service-right .slick-arrow {
	width: 40px;
	height: 40px;
	background-color: #001790;
	border-radius: 50%;
	color: #ffffff;
	padding: 0;
	z-index: 10;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: -15px;
}
.pr6-service-right .slick-arrow::before {
	display: none;
}
.pr6-service-right .slick-arrow:hover {
	background-color: #147aff;
}

.pr6-service-right .slick-next {
	right: -15px;
	left: initial;
}

.pr6-service-right .pr6-single-item {
	background-color: #ffffff;
}
.pr6-service-right .pr6-single-item .pr6-img-wrapper {
	position: relative;
}
.pr6-service-right .pr6-single-item .pr6-img-wrapper::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#0020c07a),
		to(#29272778)
	);
	background-image: -webkit-linear-gradient(bottom, #0020c07a, #29272778);
	background-image: -o-linear-gradient(bottom, #0020c07a, #29272778);
	background-image: linear-gradient(to top, #0020c07a, #29272778);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pr6-service-right .pr6-single-item .pr6-icon-wrapper {
	text-align: center;
}
.pr6-service-right .pr6-single-item .pr6-icon-wrapper i {
	width: 90px;
	height: 90px;
	background-color: #147aff;
	color: #ffffff;
	font-size: 42px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -30px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.15);
	box-shadow: 0px 20px 20px 0px rgba(0, 27, 175, 0.15);
}
.pr6-service-right .pr6-single-item .pr6-service-content {
	padding: 30px;
	text-align: center;
}
.pr6-service-right .pr6-single-item .pr6-service-content .pr6-headline {
	margin-bottom: 10px;
}
.pr6-service-right .pr6-single-item .pr6-service-content .pr6-primary-btn {
	margin-top: 20px;
}
.pr6-service-right .pr6-single-item .pr6-service-content .pr6-primary-btn a {
	height: 45px;
	padding: 0 8px 0 15px;
}
.pr6-service-right .pr6-single-item .pr6-service-content .pr6-primary-btn a i {
	margin-left: 18px;
}

/*case area*/
/*----------------------------------------------------*/
.pr-mark-blog-slider .slick-dots,
.pr-mark-testimonial-slider .slick-dots,
.pr-mark-tab-content-area .pr-mark-case-slider .slick-dots {
	position: static;
}

.pr-mark-blog-slider .slick-dots li,
.pr-mark-testimonial-slider .slick-dots li,
.pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li {
	height: 5px;
	width: 30px;
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	background-color: #0d1d72;
}

.pr-mark-blog-slider .slick-dots li.slick-active,
.pr-mark-testimonial-slider .slick-dots li.slick-active,
.pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li.slick-active {
	background-color: #fe5d87;
}

.pr-mark-blog-slider .slick-dots li button,
.pr-mark-testimonial-slider .slick-dots li button,
.pr-mark-tab-content-area .pr-mark-case-slider .slick-dots li button {
	display: none;
}

.pr-mark-case-section {
	overflow: hidden;
	padding: 100px 0px 85px;
}

.pr-mark-case-section .pr-mark-section-title {
	max-width: 450px;
}

.pr-mark-case-section .pr-mark-tab-content-area {
	margin: 0px -15px;
}

.pr-mark-case-content .tab-content > .tab-pane {
	height: 0;
	display: block;
}

.pr-mark-case-content .tab-content > .active {
	height: auto;
	display: block;
}

.pr-mark-case-content .pr-mark-tab-btn {
	margin: 20px -15px 0px;
}

.pr-mark-case-content .pr-mark-tab-btn li {
	width: 25%;
	padding: 0px 15px;
}

.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link {
	width: 100%;
	font-weight: 600;
	color: #0d1d72;
	padding: 17px 15px;
	font-family: "Poppins";
	border: 1px solid #c9c9c9;
}

.pr-mark-case-content .pr-mark-tab-btn .nav-tabs {
	border: none;
}

.pr-mark-case-content .pr-mark-tab-btn .nav-tabs .nav-link.active {
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
	box-shadow: 0px 15px 60px 0px rgba(118, 118, 118, 0.2);
}

.pr-mark-case-innerbox {
	-webkit-box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
	box-shadow: 0px 20px 60px 0px rgba(151, 151, 151, 0.25);
}

.pr-mark-case-innerbox .pr-mark-inner-img {
	overflow: hidden;
}

.pr-mark-case-innerbox .pr-mark-inner-img:before {
	left: 0;
	content: "";
	top: 100px;
	opacity: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: 500ms all ease-in-out;
	-o-transition: 500ms all ease-in-out;
	transition: 500ms all ease-in-out;
	background-image: url(../img/c-sh.png);
}

.pr-mark-case-innerbox .pr-mark-case-link {
	right: -45px;
	bottom: 0;
	width: 45px;
	height: 45px;
	border-top-left-radius: 5px;
	-webkit-transition: 500ms all ease-in-out;
	-o-transition: 500ms all ease-in-out;
	transition: 500ms all ease-in-out;
	background: -webkit-linear-gradient(41deg, #fd4485 0%, #ffa38d 100%);
	background: -o-linear-gradient(41deg, #fd4485 0%, #ffa38d 100%);
	background: linear-gradient(49deg, #fd4485 0%, #ffa38d 100%);
}

.pr-mark-case-innerbox .pr-mark-case-link a {
	color: #fff;
	font-size: 24px;
}

.pr-mark-case-innerbox .pr-mark-case-link a i {
	line-height: 0.7;
}

.pr-mark-case-innerbox .pr-mark-inner-text {
	padding: 40px 25px 30px;
}

.pr-mark-case-innerbox .pr-mark-inner-text span {
	top: -20px;
	left: 30px;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	position: absolute;
	border-radius: 5px;
	background-color: #0d1d72;
}

.pr-mark-case-innerbox .pr-mark-inner-text h3 {
	font-size: 20px;
	font-weight: 600;
	color: #0d1d72;
}

.pr-mark-case-innerbox:hover .pr-mark-inner-img:before {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.pr-mark-case-innerbox:hover .pr-mark-case-link {
	right: 0;
}

.pr-mark-tab-content-area .pr-mark-case-slider .slick-list {
	margin: 0px -50px 0px;
	padding: 50px 50px 70px;
}

.pr-mark-tab-content-area .pr-mark-case-slider .slick-slide {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.pr-mark-tab-content-area .pr-mark-case-slider .slick-slide.slick-active {
	opacity: 1;
}

/*---------------------------------------------------- */

.pr6-case-studies .pr6-primary-btn {
	margin-top: 60px;
}

.pr6-case-slider {
	position: relative;
	margin-top: 140px;
}
@media (max-width: 1199.98px) {
	.pr6-case-slider {
		margin-top: 60px;
	}
}
.pr6-case-slider .pr6-case-single {
	position: relative;
}
.pr6-case-slider .pr6-case-single .pr6-case-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#001fc0),
		to(#29272710)
	);
	background-image: -webkit-linear-gradient(bottom, #001fc0, #29272710);
	background-image: -o-linear-gradient(bottom, #001fc0, #29272710);
	background-image: linear-gradient(to top, #001fc0, #29272710);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
}
.pr6-case-slider .pr6-case-single .pr6-case-content span {
	color: #ffffff;
}
.pr6-case-slider .pr6-case-single .pr6-case-content .pr6-headline {
	margin-top: 6px;
	text-align: left;
}
.pr6-case-slider .pr6-case-single .pr6-case-content .pr6-headline h4 {
	color: #ffffff;
	font-weight: 600;
}
.pr6-case-slider .pr6-case-single .pr6-case-content .pr6-case-readmore-btn {
	position: absolute;
	bottom: -40px;
	display: inline-block;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pr6-case-slider .pr6-case-single .pr6-case-content .pr6-case-readmore-btn a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	background-color: #147aff;
	display: inline-block;
	border-radius: 50%;
}
@media (max-width: 1199.98px) {
	.pr6-case-slider ul {
		min-height: auto;
	}
}
.pr6-case-slider ul li {
	overflow: visible;
}
@media (max-width: 1199.98px) {
	.pr6-case-slider ul li {
		opacity: 0 !important;
		width: 100%;
		left: 0;
		top: 0 !important;
	}
}
.pr6-case-slider ul li.current_item {
	top: -80px;
}
@media (max-width: 1199.98px) {
	.pr6-case-slider ul li.current_item {
		opacity: 1 !important;
		position: initial;
		width: 70%;
		-webkit-transform: translateX(21%);
		-ms-transform: translateX(21%);
		transform: translateX(21%);
	}
}
@media (max-width: 991.98px) {
	.pr6-case-slider ul li.current_item {
		width: 100%;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
	}
}
.pr6-case-slider ul li.current_item .pr6-case-single .pr6-case-content {
	opacity: 1;
	visibility: visible;
}
.pr6-case-slider .pr6-slider-btn {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	width: 100%;
}
@media (max-width: 575.98px) {
	.pr6-case-slider .pr6-slider-btn div {
		display: inline-block;
		margin-right: 10px;
		margin-top: 30px;
	}
}
.pr6-case-slider .pr6-slider-btn a {
	width: 40px;
	height: 40px;
	background-color: #001790;
	color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: absolute;
	left: 242px;
	top: -110px;
}
.pr6-case-slider .pr6-slider-btn a:hover {
	background-color: #147aff;
}
@media (max-width: 1199.98px) {
	.pr6-case-slider .pr6-slider-btn a {
		top: 0;
		left: 0;
	}
}
@media (max-width: 575.98px) {
	.pr6-case-slider .pr6-slider-btn a {
		position: initial;
	}
}
.pr6-case-slider .pr6-slider-btn a.next-btn {
	left: auto;
	right: 315px;
}
@media (max-width: 1199.98px) {
	.pr6-case-slider .pr6-slider-btn a.next-btn {
		right: 0;
	}
}
@media (max-width: 1199.98px) {
	.pr6-case-slider .pr6-slider-btn {
		width: 80%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 991.98px) {
	.pr6-case-slider .pr6-slider-btn {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.pr6-case-slider .pr6-slider-btn {
		position: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
	}
}

@-webkit-keyframes pr6downup {
	from {
		-webkit-transform: trnaslateY(-50px);
		transform: trnaslateY(-50px);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes pr6downup {
	from {
		-webkit-transform: trnaslateY(-50px);
		transform: trnaslateY(-50px);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.pr6-skills-section {
	padding: 100px 0;
	position: relative;
	z-index: 1;
	height: 400px;
	overflow: visible;
}
@media (max-width: 991.98px) {
	.pr6-skills-section {
		height: auto;
	}
}
.pr6-skills-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#001687),
		to(#29272773)
	);
	background-image: -webkit-linear-gradient(bottom, #001687, #29272773);
	background-image: -o-linear-gradient(bottom, #001687, #29272773);
	background-image: linear-gradient(to top, #001687, #29272773);
	opacity: 0.7;
	z-index: -1;
}
.pr6-skills-section .pr6-skills-top {
	position: relative;
	margin-bottom: 60px;
}
.pr6-skills-section .pr6-skills-top .pr6-title-area .pr6-subtitle {
	background-color: #147aff52;
}
.pr6-skills-section .pr6-skills-top .pr6-title-area .pr6-headline h3 {
	color: #ffffff;
}
.pr6-skills-section .pr6-skills-top .pr6-video-btn {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	right: -70px;
	top: 20px;
}
@media (max-width: 991.98px) {
	.pr6-skills-section .pr6-skills-top .pr6-video-btn {
		position: initial;
		margin-top: 30px;
	}
}
.pr6-skills-section .pr6-skills-top .pr6-video-btn span {
	display: inline-block;
	margin-right: 20px;
}
.pr6-skills-section .pr6-skills-top .pr6-video-btn span img {
	width: 80px;
}
.pr6-skills-section .pr6-skills-top .pr6-video-btn a {
	width: 60px;
	height: 60px;
	background-color: #147aff;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	-webkit-animation: 1.5s pr6-ripple-animation linear infinite;
	animation: 1.5s pr6-ripple-animation linear infinite;
}
.pr6-skills-section .pr6-skills-top .pr6-video-btn a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pr6-skills-section .pr6-skills-bottom {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 15, 96, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(0, 15, 96, 0.1);
	padding: 40px 20px;
	border-radius: 5px;
	padding-bottom: 30px;
}
.pr6-skills-section .pr6-skills-bottom .pr6-skills-list {
	position: relative;
	z-index: 10;
}
.pr6-skills-section
	.pr6-skills-bottom
	.pr6-skills-list
	.pr6-skills-bar
	+ .pr6-skills-bar {
	margin-top: 30px;
	overflow: hidden;
	padding: 15px 0;
}
.pr6-skills-section
	.pr6-skills-bottom
	.pr6-skills-list
	.pr6-skills-bar
	.progress-bar {
	width: 100%;
	background-color: #edf1fa;
	border-radius: 20px;
	height: 8px;
	margin-top: 20px;
}
.pr6-skills-section
	.pr6-skills-bottom
	.pr6-skills-list
	.pr6-skills-bar
	.progress-bar
	.progress-wrapper {
	width: 100%;
	padding: 60px 0;
	background: transparent;
	overflow: hidden;
}
.pr6-skills-section
	.pr6-skills-bottom
	.pr6-skills-list
	.pr6-skills-bar
	.progress-bar
	.progress {
	width: 0;
	border-radius: 20px;
	height: 8px;
	text-align: right;
	position: relative;
	overflow: visible !important;
	margin-top: -8px;
}
.pr6-skills-section
	.pr6-skills-bottom
	.pr6-skills-list
	.pr6-skills-bar
	.progress-bar
	.progress
	span {
	font-size: 10px;
	font-weight: 700;
	font-family: "Lexend", sans-serif;
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	top: -16px;
	right: -3px;
	color: #ffffff;
	background-color: #147aff;
}

@media (max-width: 991.98px) {

}
.pr6-leadership-section .pr6-primary-btn {
	text-align: right;
	position: relative;
}
@media (max-width: 991.98px) {
	.pr6-leadership-section .pr6-primary-btn {
		margin-top: 30px;
	}
}
.pr6-leadership-section .pr6-primary-btn .pr6-ld-arrow {
	position: absolute;
	top: 50%;
	right: 50%;
}
@media (max-width: 991.98px) {
	.pr6-leadership-section .pr6-primary-btn .pr6-ld-arrow {
		right: 200px;
	}
}

.pr6-team-members {
	margin-top: 100px;
}
@media (max-width: 991.98px) {
	.pr6-team-members {
		margin-top: 150px;
	}
}
.pr6-team-members .pr6-team-column {
	min-height: 250px;
}
@media (max-width: 991.98px) {
	.pr6-team-members .pr6-team-column {
		margin-bottom: 60px;
	}
}
.pr6-team-members .pr6-ld-member {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 23, 145, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 23, 145, 0.15);
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}
.pr6-team-members .pr6-ld-member::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #147aff;
	z-index: -1;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
}
.pr6-team-members .pr6-ld-member .pr6-img-wrapper {
	text-align: center;
	display: inline-block;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
}
.pr6-team-members .pr6-ld-member .pr6-img-wrapper .pr6-ld-img-circle {
	position: absolute;
	top: -60px;
	left: -5px;
	width: calc(100% + 10px);
	z-index: 1;
	-webkit-animation: 60s pr6-round-animation linear infinite;
	animation: 60s pr6-round-animation linear infinite;
}
.pr6-team-members .pr6-ld-member .pr6-img-wrapper .client-thumb img {
	width: 130px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.pr6-team-members .pr6-ld-member .pr6-team-content {
	padding: 25px 20px 40px 20px;
	text-align: center;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-headline {
	margin-bottom: 10px;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-headline h4 {
	font-size: 22px;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-designation span {
	font-weight: 500;
	color: #666666;
	display: block;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials {
	margin-top: 20px;
	display: none;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	background-color: #ffffff;
	color: #147aff;
	display: inline-block;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials a:hover {
	background-color: #001790;
	color: #ffffff;
}
.pr6-team-members .pr6-ld-member .pr6-team-content .pr6-team-socials a + a {
	margin-left: 8px;
}
.pr6-team-members .pr6-ld-member:hover::before {
	opacity: 1;
}
.pr6-team-members .pr6-ld-member:hover .pr6-team-content .pr6-headline a,
.pr6-team-members .pr6-ld-member:hover .pr6-team-content .pr6-headline h4 {
	color: #ffffff;
}
.pr6-team-members .pr6-ld-member:hover .pr6-team-content .pr6-designation span {
	color: #ffffff;
}


.pr6-testimonial-slider {
	padding-right: 70px;
	border-radius: 6px;
}
@media (max-width: 991.98px) {
	.pr6-testimonial-slider {
		margin-top: 60px;
	}
}
.pr6-testimonial-slider .pr6-single-item-wrapper {
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 23, 144, 0.08);
	box-shadow: 0px 6px 10px 0px rgba(0, 23, 144, 0.08);
}
.pr6-testimonial-slider .pr6-single-item-wrapper + .pr6-single-item-wrapper {
	margin-top: 30px;
}
.pr6-testimonial-slider .pr6-single-item {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 6px;
	position: relative;
}
.pr6-testimonial-slider .pr6-single-item .pr6-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #147aff;
	color: #ffffff;
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	font-size: 24px;
	padding: 3px 6px;
	border-radius: 0 6px 0 0;
}
.pr6-testimonial-slider .pr6-single-item .pr6-rating i {
	font-size: 14px;
}
.pr6-testimonial-slider .pr6-single-item .pr6-testimonial-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pr6-testimonial-slider
	.pr6-single-item
	.pr6-testimonial-top
	.pr6-client-thumb {
	margin-right: 20px;
	display: inline-block;
	padding: 1px;
	border-radius: 50%;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#d8d8d8),
		to(#ffffff)
	);
	background-image: -webkit-linear-gradient(left, #d8d8d8, #ffffff);
	background-image: -o-linear-gradient(left, #d8d8d8, #ffffff);
	background-image: linear-gradient(90deg, #d8d8d8, #ffffff);
}
.pr6-testimonial-slider
	.pr6-single-item
	.pr6-testimonial-top
	.pr6-client-thumb
	img {
	border-radius: 50%;
}
.pr6-testimonial-slider
	.pr6-single-item
	.pr6-testimonial-top
	.pr6-testimonial-title
	.pr6-designation
	span {
	font-weight: 500;
	color: #666666;
	margin-top: 3px;
	display: inline-block;
}
.pr6-testimonial-slider .pr6-single-item .pr6-pera-txt {
	margin-top: 20px;
	text-align: center;
}
.pr6-testimonial-slider .slick-dots {
	width: 20px;
	right: 0;
	left: auto;
	bottom: 30px;
}
.pr6-testimonial-slider .slick-dots li {
	display: block;
	width: auto;
	height: auto;
}
.pr6-testimonial-slider .slick-dots li + li {
	margin-top: 10px;
}
.pr6-testimonial-slider .slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: #001790;
	border-radius: 50%;
	padding: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-testimonial-slider .slick-dots li button::before {
	display: none;
}
.pr6-testimonial-slider .slick-dots li.slick-active button {
	height: 25px;
	border-radius: 10px;
	background-color: #147aff;
}

.pr6-testimonial-right .pr6-quote {
	margin-top: 30px;
}

.pr6-testimonial-right .pr6-featured-clients {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pr6-testimonial-right .pr6-featured-clients .pr6-clients-thumb {
	margin-right: 15px;
}
.pr6-testimonial-right .pr6-featured-clients .pr6-clients-thumb img {
	width: 90px;
	border-radius: 50%;
}
.pr6-testimonial-right .pr6-featured-clients .pr6-designation {
	margin-top: 8px;
}
.pr6-testimonial-right .pr6-featured-clients .pr6-designation span {
	font-weight: 600;
	color: #666666;
}

.pr6-get-section {
	padding-bottom: 100px;
}

.pr6-get-content {
	padding: 60px 50px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	background-color: #ffc200;
}
.pr6-get-content .pr6-get-left {
	position: relative;
	z-index: 2;
}
.pr6-get-content .pr6-get-left h3 {
	color: #ffffff;
	text-transform: initial;
}
.pr6-get-content .pr6-secondary-btn {
	text-align: right;
	position: relative;
	z-index: 2;
}
@media (max-width: 991.98px) {
	.pr6-get-content .pr6-secondary-btn {
		text-align: left;
		margin-top: 20px;
	}
}
.pr6-get-content .pr6-secondary-btn a {
	border: 2px solid transparent;
	background-color: #fff;
	color: #141414 !important;
}
.pr6-get-content .pr6-secondary-btn a i {
	background-color: #ffc200 !important;
	color: #fff;
}
.pr6-get-content .pr6-secondary-btn a:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}
.pr6-get-content .pr6-secondary-btn a:hover i {
	background-color: #141414  !important;
	color: #ffffff;
}

.pr6-blog-section {
	padding: 0 0 200px 0;
}
@media (max-width: 991.98px) {
	.pr6-blog-section {
		padding-bottom: 70px;
	}
}
.pr6-blog-section .pr6-title-area {
	margin-bottom: 40px;
}

.pr6-blog-content .slick-list {
	padding: 20px 0px;
	margin: 0 -10px;
}

.pr6-blog-content .slick-slide {
	margin: 0 10px;
}

.pr6-blog-content .prev-btn,
.pr6-blog-content .next-btn {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	background-color: #cecdce;
	color: #666666;
	padding: 0;
	border: 0;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-blog-content .prev-btn:hover,
.pr6-blog-content .next-btn:hover {
	color: #ffffff;
	background-color: #147aff;
}

.pr6-blog-content .prev-btn {
	right: 70px;
}

.pr6-blog-content .pr6-blog-column {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 27, 175, 0.08);
	box-shadow: 0px 10px 10px 0px rgba(0, 27, 175, 0.08);
	margin-bottom: 30px;
}
.pr6-blog-content .pr6-blog-column .pr6-img-wrapper {
	border-radius: 6px;
	overflow: hidden;
}
.pr6-blog-content .pr6-blog-column .pr6-img-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pr6-blog-content .pr6-blog-column .pr6-blog-column-content {
	padding: 15px 20px 30px 20px;
}
.pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-meta {
	margin: 10px 0;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-meta
	span {
	color: #666666;
	font-size: 14px;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-meta
	span
	i {
	margin-right: 10px;
	color: #000f60;
}
.pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-headline h4 {
	text-transform: initial;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-blog-content .pr6-blog-column .pr6-blog-column-content .pr6-blog-bottom {
	margin-top: 25px;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-author
	.pr6-client-wrapper {
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #001790;
	padding: 3px;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-author
	.pr6-client-wrapper
	img {
	border-radius: 50%;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-author
	.pr6-author-name
	span {
	color: #000f60;
	text-transform: capitalize;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-blog-readmore-btn {
	float: right;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-blog-readmore-btn
	a {
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	color: #147aff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #001790;
}
.pr6-blog-content
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-blog-readmore-btn
	a
	i {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	display: inline-block;
	margin-left: 3px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.pr6-blog-content .pr6-blog-column:hover .pr6-img-wrapper img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pr6-blog-content
	.pr6-blog-column:hover
	.pr6-blog-column-content
	.pr6-headline
	h4 {
	color: #147aff;
}
.pr6-blog-content
	.pr6-blog-column:hover
	.pr6-blog-column-content
	.pr6-blog-readmore-btn
	a {
	text-decoration: underline;
	color: #147aff;
}
.pr6-blog-content
	.pr6-blog-column:hover
	.pr6-blog-column-content
	.pr6-blog-readmore-btn
	a
	i {
	-webkit-transform: translate(3px, 2px);
	-ms-transform: translate(3px, 2px);
	transform: translate(3px, 2px);
}

.pr6-blog-content .pr6-blog-list .pr6-blog-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	margin-bottom: 15px;
}
.pr6-blog-content .pr6-blog-list .pr6-blog-column > .pr6-img-wrapper img {
	width: 200px;
}
.pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-blog-column-content {
	padding: 0 8px;
}
.pr6-blog-content
	.pr6-blog-list
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-meta {
	margin: 3px 0;
}
.pr6-blog-content
	.pr6-blog-list
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom {
	margin-top: 16px;
}
.pr6-blog-content
	.pr6-blog-list
	.pr6-blog-column
	.pr6-blog-column-content
	.pr6-blog-bottom
	.pr6-blog-readmore-btn {
	padding-top: 10px;
}
.pr6-blog-content .pr6-blog-list .pr6-blog-column .pr6-headline h6 {
	font-size: 16px;
	text-transform: initial;
}

.pr6-footer-section {
	padding: 120px 0 0 0;
}
.taeled-footer-top-5.pr6-footer-top {
	padding: 60px 50px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 27, 175, 0.15);
	box-shadow: 0px 0px 50px 0px rgba(0, 27, 175, 0.15);
	width: 100%;
}
@media (max-width: 991.98px) {
	.taeled-footer-top-5.pr6-footer-top {
		border-radius: 10px;
	}
}
.taeled-footer-top-5.pr6-footer-top .pr6-ft-left .pr6-headline {
	margin-bottom: 10px;
}
.taeled-footer-top-5.pr6-footer-top .pr6-ft-subscription {
	text-align: right;
}
@media (max-width: 991.98px) {
	.taeled-footer-top-5.pr6-footer-top .pr6-ft-subscription {
		margin-top: 30px;
	}
}
.taeled-footer-top-5.pr6-footer-top .pr6-ft-subscription form {
	width: 100%;
	position: relative;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	input[type="email"] {
	width: 100%;
	padding: 15px 200px 15px 18px;
	border: 1px solid #e7e7e7;
	border-radius: 30px;
	background-color: #fafafa;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	input[type="email"]::-webkit-input-placeholder {
	color: #e7e7e7;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	input[type="email"]:-ms-input-placeholder {
	color: #e7e7e7;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	input[type="email"]::-ms-input-placeholder {
	color: #e7e7e7;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	input[type="email"]::placeholder {
	color: #e7e7e7;
}
.taeled-footer-top-5.pr6-footer-top .pr6-ft-subscription form .pr6-primary-btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 15px 0 20px;
	height: 55px;
	border-radius: 30px;
	background-color: #147aff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
	border: 0;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	.pr6-primary-btn
	i {
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	color: #147aff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 23px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	.pr6-primary-btn:hover {
	background-color: #001790;
}
.taeled-footer-top-5.pr6-footer-top
	.pr6-ft-subscription
	form
	.pr6-primary-btn:hover
	i {
	color: #001790;
}
@media (max-width: 575.98px) {
	.taeled-footer-top-5.pr6-footer-top
		.pr6-ft-subscription
		form
		.pr6-primary-btn {
		position: initial;
		display: block;
		text-align: left;
		margin-top: 20px;
	}
}

.pr6-footer-section .pr6-footer-bottom .pr6-footer-widget {
	margin-bottom: 30px;
}
.pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-ft-logo-wrapper {
	margin-bottom: 30px;
}
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-ft-logo-wrapper
	a {
	width: 160px;
	display: inline-block;
}
.pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-pera-txt p {
	color: #ffffff;
}
.pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-footer-socials {
	margin-top: 30px;
}
.ta-footer-5 .td-sv-footer-social a,
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-footer-socials
	a {
	width: 40px !important;
	height: 40px !important;
	background-color: #2e3a7d;
	color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px !important;
	font-size: 22px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.ta-footer-5 .td-sv-footer-social a:hover,
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-footer-socials
	a:hover {
	background-color: #147aff;
}
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-footer-socials
	a
	+ a {
	margin-left: 10px;
}
.ta-footer-5 .pr6-footer-bottom h2.widget-title,
.pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-headline {
	margin-bottom: 30px;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.ta-footer-5 .pr6-footer-bottom h2.widget-title,
.pr6-footer-section .pr6-footer-bottom .pr6-footer-widget .pr6-headline h4 {
	color: #ffffff;
	position: relative;
}
.ta-footer-5 .pr6-footer-bottom h2.widget-title::before,
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-headline
	h4::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 3px;
	background: #147aff;
}
.pr6-footer-section
	.pr6-footer-bottom
	ul
	li
	a {
	color: #ffffff;
	text-transform: capitalize;
	display: block;
	position: relative;
	padding-left: 18px;
}
.pr6-footer-section
	.pr6-footer-bottom
	ul
	li
	a::before {
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 1px;
	left: 0;
}
.pr6-footer-section
	.pr6-footer-bottom
	ul
	li
	a:hover {
	color: #147aff;
}
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-footer-links
	ul
	li
	+ li
	a {
	margin-top: 10px;
}
.pr6-footer-section
	.pr6-footer-bottom
	.pr6-footer-widget
	.pr6-footer-insta-feed
	ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.pr6-footer-section .pr6-footer-copyright {
	margin-top: 60px;
}
.pr6-footer-section .pr6-footer-copyright .pr6-copyright-left {
	text-align: left;
}
.pr6-footer-section .pr6-footer-copyright .pr6-copyright-left p {
	color: #ffffff;
}
.pr6-footer-section .pr6-footer-copyright .pr6-copyright-right {
	text-align: right;
}
@media (max-width: 767.98px) {
	.pr6-footer-section .pr6-footer-copyright .pr6-copyright-right {
		text-align: left;
	}
}
.pr6-footer-section .pr6-footer-copyright .pr6-copyright-right a {
	color: #ffffff;
}
.pr6-footer-section .pr6-footer-copyright .pr6-copyright-right a + a {
	margin-left: 20px;
	position: relative;
}
.pr6-footer-section .pr6-footer-copyright .pr6-copyright-right a + a::after {
	content: "";
	position: absolute;
	top: 0;
	left: -14px;
	width: 1px;
	height: 20px;
	background-color: #ffffff;
}
