body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #6e6e6e;
	font-style: normal;
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
.btn:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
	box-shadow: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
a.link-color {
	opacity: 1;
	color: #f7ae0d;
	text-decoration: none;
}
a:hover.link-color {
	color: #202020;
}
a.link-gray {
	color: #6e6e6e;
	text-decoration: none;
}
a:hover.link-gray {
	color: #f7ae0d;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #202020;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #6e6e6e;
	margin-bottom: 15px;
}
p.lead {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #6e6e6e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #6e6e6e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.p-relative {
	position: relative;
}
.header-wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo img {
	height: 70px;
	float: left;
	display: block;
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #f7ae0d;
	border: medium none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 40px 18px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 60px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn::before {
	content: "\f101";
	position: absolute;
	top: 49%;
	transform: translateY(-50%);
	right: 17%;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	z-index: 1;
}
.btn::after {
	content: "";
	position: absolute;
	background-color: #ffc649;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 0;
	z-index: -1;
}
.btn:hover:after {
	height: 100%;
	left: 100%;
	width: 135%;
}
.btn:hover {
	color: #fff;
}
.btn.transparent-btn {
	border: 2px solid #f7ae0d;
	background: transparent;
	color: #202020;
	padding: 20px 40px;
	padding-right: 60px;
}
.btn.transparent-btn::after {
	content: none;
}
.btn.transparent-btn:hover {
	background: #f7ae0d;
	color: #fff;
}
.btn.transparent-btn.white {
	color: #fff;
}
.btn.btn-dark {
	background: #202020;
	color: #fff;
}
.btn.btn-dark:hover {
	background: #e0e0e0;
	color: #202020;
}
.btn.btn-dark::after {
	background-color: #f0f0f0;
}
.btn.btn-back {
	background: #828282;
	color: #fff;
	padding-left: 60px;
}
.btn.btn-back:hover {
	background: #202020;
}
.btn.btn-back::after {
	background-color: #505050;
}
.btn.btn-back::before {
	content: "\f100" !important;
	position: absolute;
	top: 49%;
	left: -40%;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	z-index: 1;
}
.btn.btn-back2 {
	background: #828282;
	color: #fff;
	padding-left: 60px;
}
.btn.btn-back2:hover {
	background: #202020;
}
.btn.btn-back2::after {
	background-color: #505050;
}
.btn.btn-back2::before {
	content: "";
	position: absolute;
	top: 49%;
	left: -40%;
	font-size: 14px;
	z-index: 1;
}
.gradient-btn {
	position: relative;
	box-shadow: none;
	background-image: linear-gradient(to right, #5584ff 0%, #7ac9ff 50%, #5584ff 100%);
	background-image: -webkit-linear-gradient(to right, #5584ff 0%, #7ac9ff 50%, #5584ff 100%);
	background-image: -ms-linear-gradient(to right, #5584ff 0%, #7ac9ff 50%, #5584ff 100%);
	background-size: 200% auto;
	color: #fff;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.gradient-btn:hover {
	box-shadow: none;
	background-position: right center;
}
.gradient-btn::after {
	content: none;
}
.gradient-btn.btn:not(:disabled):not(.disabled):active {
	background-image: linear-gradient(to right, #5584ff 0%, #7ac9ff 50%, #5584ff 100%);
	background-image: -webkit-linear-gradient(to right, #5584ff 0%, #7ac9ff 50%, #5584ff 100%);
	background-image: -ms-linear-gradient(to right, #5584ff 0%, #7ac9ff 50%, #5584ff 100%);
}
.sass-btn {
	background: #4275ff;
	padding: 25px 50px;
	padding-right: 70px;
	border: 2px solid #4275ff;
}
.sass-btn::before {
	right: 24%;
}
.sass-btn::after {
	display: none;
}
.sass-btn:hover {
	background: transparent;
	color: #4275ff;
}
.breadcrumb > .active {
	color: #888;
}
.display-ib {
	display: inline-block;
}
.btn-sm {
	padding: 16px 33px 14px 30px;
	color: #fff!important;
	font-size: 12px!important;
}
.btn.btn-sm::before {
	content: "\f101";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10%;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	z-index: 1;
}
.btn-started {
	width: 55px;
	height: 179px;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	transition: .3s linear;
	vertical-align: middle;
	white-space: nowrap;
	position: fixed;
	right: 0;
	top: 18%;
	z-index: 999999;
}
.btn-started img {
	width: 55px;
	height: 179px;
	border: 0;
	z-index: 999999;
}
/* scrollUp */

#scrollUp {
	background: #f7ae0d;
	height: 50px;
	width: 50px;
	left: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 50px;
}
#scrollUp:hover {
	background: #202020;
}
/* 2. Header */

.main-menu ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.main-menu ul li.menu-item-has-children::before {
	content: "\f107";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	font-size: 14px;
	color: #202020;
	font-family: "Font Awesome 5 Pro";
	transition: .3s;
}
.main-menu ul li a {
	font-size: 15px;
	color: #202020;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	display: block;
	padding: 40px 0;
	transition: .5s linear;
}
.main-menu ul li a.highlight {
	color: #f7ae0d;
}
.main-menu ul li.active > a {
	color: #f7ae0d;
}
.main-menu ul li.active.menu-item-has-children::before {
	color: #f7ae0d;
}
.main-menu ul li:hover > a {
	color: #f7ae0d;
}
.main-menu ul li:hover.menu-item-has-children::before {
	color: #f7ae0d;
}
.menu-icon a {
	font-size: 14px;
	color: #202020;
	display: inline-block;
	margin-left: 0px;
}
.menu-icon a:first-child {
	margin-left: 0;
}
.menu-icon a:hover {
	color: #f7ae0d;
}
.menu-icon .shop-cart {
	position: relative;
}
.menu-icon .shop-cart span {
	height: 25px;
	width: 25px;
	position: absolute;
	right: -15px;
	top: -17px;
	font-size: 14px;
	color: #f7ae0d;
	background: #f8f6f2;
	border-radius: 50%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
	z-index: -1;
}
.menu-icon a.sidebar-menu {
	margin-left: 10px;
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.sticky-menu .main-menu ul li a {
	padding: 35px 0;
}
.transparent-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
/* search-modal */

#search-modal {
	background-color: rgba(23, 26, 33, .95);
	z-index: 999999;
}
.modal-backdrop {
	z-index: 1;
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	outline: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255, 255, 255, .1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	color: #f7ae0d;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}
.extra-info {
	background: #151515 none repeat scroll 0 0;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 999;
	overflow: hidden;
	transform: translateX(100%);
}
.extra-info.active {
	transform: translateX(0);
}
.close-icon {
	margin-top: -16px;
	text-align: right;
}
.close-icon > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #f7ae0d;
	cursor: pointer;
	font-size: 20px;
	padding: 0;
}
.side-info {
	border-top: 1px solid #344159;
	padding-top: 25px;
}
.contact-list h4 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.contact-list p {
	color: #fff;
	opacity: .5;
	margin: 0;
	margin-bottom: 5px;
	line-height: 28px;
}
.side-instagram {
	overflow: hidden;
	margin: 0 -4px;
}
.side-instagram > a {
	float: left;
	width: 33.33%;
	padding: 0 4px;
	margin-bottom: 7px;
}
.side-instagram img {
	width: 100%;
}
.social-icon-right > a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}
.offcanvas-overly {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.offcanvas-overly.active {
	opacity: .5;
	visibility: visible;
}
.header-padding {
	padding: 0 180px;
}
.main-menu.s-main-menu ul li:hover > a {
	color: #7e6bdc;
}
.main-menu.s-main-menu ul li.active > a {
	color: #7e6bdc;
}
.main-menu.s-main-menu ul li:hover.menu-item-has-children::before {
	color: #7e6bdc;
}
.main-menu.s-main-menu ul li.active.menu-item-has-children::before {
	color: #7e6bdc;
}
.menu-icon.s-menu-icon a:hover {
	color: #7e6bdc;
}
.main-menu.app-menu ul li:hover > a {
	color: #4275ff;
}
.main-menu.app-menu ul li.active > a {
	color: #4275ff;
}
.main-menu.app-menu ul li:hover.menu-item-has-children::before {
	color: #4275ff;
}
.main-menu.app-menu ul li.active.menu-item-has-children::before {
	color: #4275ff;
}
.purple-btn {
	background: #7e6bdc;
}
.purple-btn::after {
	background: #725be7;
}
.l-purple-btn {
	background: #f2f0fb;
	color: #7e6bdc;
}
.l-purple-btn::after {
	content: none;
}
.l-purple-btn:hover {
	background: #7e6bdc;
	color: #fff;
}
.header-btn.l-purple-btn {
	font-size: 16px;
	color: #7e6bdc;
	padding: 22px 50px;
	padding-right: 70px;
}
.header-btn.l-purple-btn::before {
	right: 25%;
}
.s-menu-icon .header-btn.l-purple-btn:hover {
	color: #fff;
}
.s-header-btn {
	border: 2px solid #66a9f8;
	background: transparent;
	color: #202020;
	padding: 20px 40px;
	position: relative;
	padding-left: 70px;
}
.s-header-btn::before {
	content: "\f406";
	right: auto;
	left: 26%;
}
.s-header-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(to right, #5584ff, #79c8ff);
	background: linear-gradient(to right, #5584ff, #79c8ff);
	transform: unset;
	transform-origin: unset;
	opacity: 0;
}
.s-header-btn:hover {
	border-color: transparent;
}
.s-header-btn:hover::after {
	opacity: 1;
	width: 100%;
	left: 0;
}
.header-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.sticky-menu .header-shape {
	display: none;
}
.header-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ecf1ff;
	border-radius: 50%;
	color: #4275ff;
	margin-left: 10px;
}
.header-social a:hover {
	background: #4275ff;
	color: #fff;
}
.header-social a:first-child {
	margin-left: 0;
}
.sass-header-btn {
	border: 2px solid #4275ff;
	background: transparent;
	color: #202020;
	padding: 20px 40px;
	position: relative;
	padding-left: 70px;
	margin-left: 30px;
}
.sass-header-btn::before {
	content: "\f406";
	right: auto;
	left: 26%;
}
.sass-header-btn::after {
	display: none;
}
.sass-header-btn:hover {
	background: #4275ff;
	color: #fff;
}
.s-header-padding {
	padding: 0 150px;
}
.sass-menu ul li a {
	padding: 57px 0;
}
.portfolio-header {
	background: #4f31a6;
}
.main-menu.portfolio-menu ul li a {
	color: #b094ff;
	padding: 43px 0;
}
.main-menu.portfolio-menu ul li:hover > a {
	color: #fff;
}
.main-menu.portfolio-menu ul li.active > a {
	color: #fff;
}
.main-menu.portfolio-menu ul li.menu-item-has-children::before {
	color: #b094ff;
}
.main-menu.portfolio-menu ul li:hover.menu-item-has-children::before {
	color: #fff;
}
.main-menu.portfolio-menu ul li.active.menu-item-has-children::before {
	color: #fff;
}
.sticky-menu .main-menu.portfolio-menu ul li a {
	padding: 35px 0;
}
.portfolio-menu-btn .btn {
	padding: 22px 45px;
	padding-right: 64px;
	background: #f7ae0d;
}
.portfolio-menu-btn .btn::after {
	background: #ff4453;
}
.shop-menu-icon a.sidebar-menu {
	margin-left: 40px;
	border: 2px solid #f7ae0d;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 38px;
	border-radius: 50px;
	position: relative;
	padding-left: 70px;
	line-height: 1;
}
.shop-menu-icon a.sidebar-menu::before {
	content: "\e645";
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Pe-icon-7-stroke';
	font-size: 24px;
	line-height: 1;
}
.shop-menu-icon a.sidebar-menu:hover {
	background: #f7ae0d;
	color: #fff;
}
.shop-menu-icon a {
	font-size: 16px;
	margin-left: 18px;
}
.inner-page-menu ul li a {
	padding: 38px 0;
}
.main-menu ul li .submenu {
	position: absolute;
	z-index: 999;
	background-color: #fff;
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 80%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.main-menu ul li .submenu li a {
	padding: 0 0 0 25px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.main-menu ul li .submenu li .submenu {
	left: 100%;
	top: 0;
	right: auto;
	transform: unset;
	transform-origin: unset;
}
.main-menu.portfolio-menu ul li .submenu li a {
	color: #444444;
	padding: 0 0 0 25px;
}
.main-menu.portfolio-menu ul li .submenu li:hover > a {
	color: #b094ff;
}
.sticky-menu .main-menu ul li > .submenu,
.main-menu.inner-page-menu ul li > .submenu {
	top: 100%;
}
/* breadcrumb */

.breadcrumb-bg {
	min-height: 240px;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #202020;
	z-index: -1;
	opacity: 0;
}
.breadcrumb-title h2 {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
.breadcrumb-title h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}
.breadcrumb-title h5 {
	font-size: 14px;
	color: #fff;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.breadcrumb-wrap .breadcrumb {
	display: block;
	display: block;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb-wrap .breadcrumb li {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.breadcrumb-wrap .breadcrumb li a {
	color: #fff;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.app-download-btn ul {
	position: relative;
	top: 4px;
	left: 15px;
}
.app-download-btn ul li {
	display: inline-block;
	margin-right: 7px;
}
.app-download-btn ul li a {
	display: block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	background: #ecf1ff;
	border-radius: 50%;
	font-size: 20px;
	color: #42495b;
	position: relative;
	z-index: 1;
}
.app-download-btn ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(to right, #5584ff, #79c8ff);
	background: linear-gradient(to right, #5584ff, #79c8ff);
	opacity: 0;
	transition: .3s;
	border-radius: 50%;
	z-index: -1;
}
.app-download-btn ul li a:hover {
	color: #fff;
}
.app-download-btn ul li a:hover::before {
	opacity: 1;
}
.t-slider-btn .gradient-btn::before {
	right: 25%;
}
.app-slider-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.app-slider-img {
	padding-top: 200px;
	margin-left: -10px;
}
.app-slider-shape {
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: -1;
}
.t-slider-content {
	padding-top: 200px;
}
.sass-slider-bg {
	min-height: 895px;
	background-position: left center;
	background-size: cover;
}
.sass-slider-padding {
	padding-left: 250px;
}
.sass-slider-content {
	padding-top: 225px;
}
.sass-slider-content h2 {
	text-decoration: unset;
	margin-bottom: 30px;
	color: #fff;
}
.sass-slider-content h1 {
	text-decoration: unset;
	margin-bottom: 30px;
	font-size: 55px;
	font-weight: 700;
	color: #fff;
}
.sass-slider-content p {
	color: #fff;
}
.sass-slider-btn .sass-btn {
	background: #fdab00;
	border-color: #fdab00;
	color: #fff;
}
.sass-slider-btn .sass-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #fdab00;
}
.sass-slider-btn .sass-btn::before {
	right: 23%;
}
.sass-slider-img {
	position: absolute;
	right: 100px;
	top: 20px;
}
.sass-slider-shape {
	position: absolute;
}
.sss-one {
	left: 110px;
	top: 220px;
}
.sss-two {
	left: 150px;
	bottom: 185px;
}
.sss-three {
	left: 28%;
	top: 70px;
}
.sss-four {
	top: 150px;
	left: 48%;
}
.sss-five {
	left: 33%;
	bottom: 15%;
}
.moveshape-one {
	animation: moveShape 20s linear 2s infinite alternate;
}
/* move-shape */

@keyframes moveShape {
	0% {
		left: 33%;
		bottom: 15%;
	}
	25% {
		left: 30%;
		bottom: 18%;
	}
	50% {
		left: 35%;
		bottom: 20%;
	}
	75% {
		left: 33%;
		bottom: 15%;
	}
	100% {
		left: 40%;
		bottom: 30%;
	}
}
.portfolio-slider {
	min-height: 840px;
	background-position: center;
	background-size: cover;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}
.portfolio-slider-content > span {
	font-size: 40px;
	color: #fff;
}
.portfolio-slider-content > span {
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	line-height: 1;
	display: block;
	margin-bottom: 30px;
}
.portfolio-headline {
	margin-bottom: 30px;
	display: block;
}
.portfolio-headline span b {
	font-size: 80px;
	color: #fff;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: -5px;
}
.portfolio-slider-content p {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	padding-right: 75px;
	margin-bottom: 40px;
}
.pslider-social {
	margin-left: 15px;
}
.pslider-social ul li {
	display: inline-block;
}
.pslider-social ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #6631a6;
	font-size: 16px;
	border-radius: 50%;
	color: #9a5fe2;
	margin-left: 10px;
}
.pslider-social ul li a:hover {
	background: #6648c0;
	color: #fff;
}
.btn.p-btn {
	padding: 26px 45px;
	padding-right: 65px;
	background: #f7ae0d;
}
.btn.p-btn::before {
	right: 22%;
}
.btn.p-btn::after {
	background: #f7ae0d!important;
	opacity: 0.2;
}
.portfolio-slider-content {
	padding-bottom: 90px;
}
.p-slider-img {
	margin-left: -40px;
}
.p-slider-tag {
	position: absolute;
	right: -213px;
	top: 18%;
	z-index: 1;
}
.shop-slider-content h2 {
	font-size: 85px;
	line-height: 1.06;
	margin-bottom: 35px;
	letter-spacing: -3px;
}
.shop-slider-content h5 {
	font-size: 24px;
	font-weight: 400;
	color: #f7ae0d;
	margin-bottom: 55px;
}
.shop-slider-area {
	padding-top: 84px;
	padding-bottom: 160px;
}
.shop-slider-img {
	margin-left: -60px;
}
.shop-slider-active .slick-list {
	overflow: inherit;
}
.shop-slider-shape {
	position: absolute;
}
.shop-ss-one {
	top: 40px;
	left: 25%;
	-webkit-animation-duration: 50s;
	animation-duration: 50s;
}
.shop-ss-two {
	top: 25%;
	left: 8%;
}
.shop-ss-three {
	left: 10%;
	bottom: 14%;
}
.shop-ss-four {
	right: 27%;
	bottom: 23%;
}
.shop-ss-five {
	right: 10%;
	bottom: 40%;
}
.shop-ss-six {
	right: 22%;
	top: 8%;
}
.shop-slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -310px;
	z-index: 9;
	border: none;
	padding: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	color: #202020;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: .3s;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
.shop-slider-active .slick-arrow i {
	margin-left: 5px;
}
.shop-slider-active .slick-prev {
	top: 37%;
	right: -314px;
}
.shop-slider-active .slick-prev i {
	margin-left: 0;
	margin-right: 5px;
}
.shop-slider-active .slick-arrow:hover {
	color: #f7ae0d;
}
.shop-slider-active .slick-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -290px;
	z-index: 9;
	line-height: 1;
}
.shop-slider-active .slick-dots li {
	margin: 7px 0;
}
.shop-slider-active .slick-dots li button {
	height: 60px;
	width: 60px;
	border: 2px solid #edeaf6;
	border-radius: 50%;
	background: transparent;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #202020;
	cursor: pointer;
	transition: .3s;
}
.shop-slider-active .slick-dots li.slick-active button {
	border-color: #f7ae0d;
	background: #f7ae0d;
	color: #fff;
}
.shop-slider-share span {
	font-size: 16px;
	font-weight: 700;
	color: #202020;
	margin-right: 15px;
	font-family: 'Poppins', sans-serif;
}
.shop-slider-share a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #e5e0f2;
	border-radius: 50%;
	color: #8467d8;
	margin: 0 5px;
}
.shop-slider-share a:hover {
	background: #4f31a6;
	color: #fff;
}
.shop-slider-share {
	position: absolute;
	right: 75px;
	bottom: 180px;
}
.slider-img .slider-min-img {
	opacity: 0;
	visibility: hidden;
}
.slider-img .slider-desk-bg {
	position: absolute;
	top: 100px;
	left: 82px;
	z-index: -1;
}
.slider-img .slider-desk-line {
	position: absolute;
	bottom: 171px;
	left: -15px;
}
.slider-img .slider-desktop {
	position: absolute;
	left: 80px;
	bottom: 202px;
	z-index: 1;
}
.slider-img .slider-desktop-man {
	position: absolute;
	right: 7px;
	bottom: 201px;
}
.slider-img .slider-dollar {
	position: absolute;
	left: 21px;
	top: 31%;
}
.slideInLeftS {
	-webkit-animation-name: slideInLeftS;
	animation-name: slideInLeftS;
}
@-webkit-keyframes slideInLeftS {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-150px);
		transform: translateX(-150px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInLeftS {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-150px);
		-ms-transform: translateX(-150px);
		transform: translateX(-150px);
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.s-slider-img .s-slider-main-img {
	opacity: 0;
	visibility: hidden;
}
.s-slider-img .ss-single-short {
	position: absolute;
}
.s-slider-img .s-img-shape {
	left: 71px;
	top: 103px;
}
.s-slider-img .s-img-shape-two {
	right: -158px;
	top: 57px;
}
.s-slider-img .s-progress-img {
	top: 161px;
	left: 41%;
	z-index: -1;
}
.s-slider-img .gear_shape01 {
	left: 160px;
	top: 33px;
	z-index: -1;
}
.s-slider-img .gear_shape02 {
	right: 37px;
	top: 0;
	z-index: -1;
}
.s-slider-img .sofa-man {
	left: 0;
	bottom: 0;
}
.s-slider-img .s-arrow-shape {
	left: 58%;
	bottom: 118px;
}
.s-slider-img .chair-man {
	right: -194px;
	bottom: -1px;
}
.s-slider-img .search-shape {
	right: -59px;
	bottom: 1px;
	z-index: -1;
}
/* 4. Services */

.services-area2 {
	background: url(../img/bg/bg-hom-services.jpg) #050505 no-repeat bottom center;
	width: 100%;
	padding: 120px 0px 130px;
}
.section-title span {
	font-size: 16px;
	text-transform: none;
	color: #f7ae0d;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
}
.section-title span:after {
	content: '';
	height: 1px;
	width: 50px;
	background: #f7ae0d;
	position: absolute;
	top: 30px;
	display: block;
}
.section-title span.last:after {
	content: '';
	height: 0px;
	width: 50px;
	background: #f7ae0d;
	position: absolute;
	top: 30px;
	display: block;
}
.section-title h2 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 48px;
	letter-spacing: -2px;
}
.section-title span.white-color {
	font-size: 16px;
	text-transform: none;
	color: #fff;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
}
.section-title span.white-color:after {
	content: '';
	height: 1px;
	width: 50px;
	background: #fff;
	position: absolute;
	top: 80px;
	display: block;
}
.section-title span.center:after {
	content: '';
	height: 1px;
	width: 50px;
	background: #f7ae0d;
	position: absolute;
	top: 30px;
	left: 48%;
	display: block;
}
.single-services {
	background: #fff;
	padding: 24px 20px;
	transition: .3s linear;
	transform: translateX(0);
	border-radius: 10px;
	box-shadow: 0 25px 98px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
	transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.services-icon i {
	font-size: 35px;
	color: #f7ae0d;
}
.services-content h4 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
}
.services-content p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
.single-services::before {
	content: '';
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .4s ease-out;
	border-radius: 10px;
}
.single-services.yellow {
	background: #fff;
}
.single-services:hover::before {
	transform-origin: center top;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.single-services.yellow::before {
	background: #f7ae0d;
	border-radius: 10px;
}
.single-services:hover {
	color: #fff;
	transform: translateY(-15px);
}
.single-services:hover .services-content h4,
.single-services:hover .services-content p,
.single-services:hover a.link-color {
	color: #fff;
}
.s-single-services {
	padding: 55px 30px;
	position: relative;
	background: #f2f0fb;
	z-index: 1;
}
.s-single-services.red {
	background: #f8f6f2;
}
.s-single-services.yellow {
	background: #fff9e9;
}
.s-single-services.blue {
	background: #edf1ff;
}
.s-single-services.purple .services-icon i {
	color: #7e6bdc;
	transition: all .3s ease-in-out;
}
.s-single-services.red .services-icon i {
	color: #f7ae0d;
	transition: all .3s ease-in-out;
}
.s-single-services.yellow .services-icon i {
	color: #ffc92c;
	transition: all .3s ease-in-out;
}
.s-single-services.blue .services-icon i {
	color: #4b78ff;
	transition: all .3s ease-in-out;
}
.s-single-services .services-content h4,
.s-single-services .services-content p {
	transition: all .3s ease-in-out;
}
.s-single-services::before {
	content: '';
	position: absolute;
	background: #7e6bdc;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform .4s ease-out;
}
.s-single-services:hover::before {
	transform-origin: center top;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.s-single-services:hover .services-icon i {
	color: #fff;
}
.s-single-services:hover .services-content h4,
.s-single-services:hover .services-content p {
	color: #fff;
}
.s-single-services.red::before {
	background: #f7ae0d;
}
.s-single-services.yellow::before {
	background: #ffc92c;
}
.s-single-services.blue::before {
	background: #4b78ff;
}
.s-services-wrap .row:last-child {
	position: relative;
	left: 30px;
}
.s-services-content p {
	margin-bottom: 0;
}
.t-single-services {
	background: #fff;
	padding: 50px 35px;
	padding-top: 65px;
}
.t-services-icon {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}
.t-services-icon img {
	width: 80px;
	height: 80px;
}
.t-services-icon i {
	font-size: 50px;
	color: #f7ae0d;
	line-height: 1;
}
.t-services-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 120px;
	width: 30px;
	background: #f7ae0d;
	transform: translate(-50%, -50%) rotate(50deg);
	opacity: .07;
	z-index: -1;
	transition: .3s ease-in-out;
}
.t-single-services:hover .t-services-icon::before {
	transform: translate(-50%, -50%) rotate(-60deg);
}
.t-services-content h4 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 25px;
	letter-spacing: -1px;
}
.t-services-content p {
	margin-bottom: 40px;
}
.t-services-content .btn {
	padding: 22px 45px;
	padding-right: 65px;
	color: #202020;
}
.t-services-content .btn::before {
	right: 23%;
}
.t-services-content .btn:hover {
	color: #fff;
}
.personal-services {
	background: #eeeaf7;
}
.single-personal-services {
	background: #fff;
	padding: 40px 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sps-content h3 {
	font-size: 22px;
	color: #5435ad;
	margin-bottom: 20px;
}
.sps-content p {
	color: #a996e0;
	margin-bottom: 20px;
}
.sps-content a {
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #e860fe;
	font-size: 14px;
	background: #fdefff;
	border-radius: 50%;
}
.sps-content a:hover {
	background: #e860fe;
	color: #fff;
}
.sps-content.light-blue a {
	color: #65cafe;
	background: #ddf3ff;
}
.sps-content.green a {
	color: #00bf9e;
	background: #e5f8f5;
}
.sps-content.red a {
	color: #fe6263;
	background: #ffefef;
}
.sps-content.blue a {
	color: #5d5af3;
	background: #e7e6fd;
}
.sps-content.orange a {
	color: #ff8923;
	background: #fff3e9;
}
.sps-content.light-blue a:hover {
	background: #65cafe;
	color: #fff;
}
.sps-content.green a:hover {
	background: #00bf9e;
	color: #fff;
}
.sps-content.red a:hover {
	background: #fe6263;
	color: #fff;
}
.sps-content.blue a:hover {
	background: #5d5af3;
	color: #fff;
}
.sps-content.orange a:hover {
	background: #ff8923;
	color: #fff;
}
.single-personal-services::after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	z-index: -1;
	background: url("../img/shape/p_services_shape.png") no-repeat 0 0;
	background-size: cover;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.single-personal-services:hover::after {
	opacity: .1;
}
.wwd-video img {
	width: 100%;
	border-radius: 10px;
}
.wwd-content p {
	margin-bottom: 15px;
}
.wwd-content .btn {
	margin-top: 30px;
}
.inner-wwd-content p {
	margin-bottom: 25px;
}
.s-three-thumb img {
	width: 100%;
	margin-bottom: 30px;
}
.s-three-content {
	padding: 0 15px;
}
.s-three-content h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.s-three-content p {
	margin-bottom: 20px;
	line-height: 18px;
}
.s-three-content .btn {
	padding: 22px 45px;
	padding-right: 65px;
	color: #202020;
}
.s-three-content .btn::before {
	right: 23%;
}
.s-three-content .btn:hover {
	color: #fff;
}
.services-three-video {
	min-height: 750px;
	background-position: center;
	background-size: cover;
}
.services-details-content p {
	margin-bottom: 55px;
	padding-right: 10px;
}
.sdetails-list-icon i {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border: 2px solid #dee2e8;
	border-radius: 50%;
	font-size: 16px;
	color: #f7ae0d;
	display: block;
	margin-right: 20px;
}
.services-details-list ul li {
	display: flex;
	align-items: start;
	overflow: hidden;
	margin-bottom: 30px;
}
.services-details-list ul li:last-child {
	margin-bottom: 0;
}
.sdetails-list-content h4 {
	font-size: 20px;
	line-height: 1.6;
	padding-right: 80px;
	margin-bottom: 15px;
}
.sdetails-list-content p {
	margin-bottom: 0;
}
.wwd-parallax-img {
	border-radius: 15px;
	margin-top: -292px;
	margin-left: -65px;
}
.services-list-content h4 {
	font-size: 24px;
	margin-bottom: 25px;
}
.services-list-content p {
	margin-bottom: 30px;
}
.services-list-content .btn {
	padding: 22px 45px;
	padding-right: 65px;
	color: #202020;
}
.services-list-content .btn::before {
	right: 23%;
}
.services-list-content .btn:hover {
	color: #fff;
}
.parallax {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 5px 0 20px;
	zoom: 0;
}
.parallax.job {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 5px 0 20px;
	zoom: 0;
}
/* 5. Work-progress */

.wprogress-count h5 {
	height: 60px;
	width: 60px;
	text-align: center;
	margin-bottom: 0;
	display: inline-block;
	line-height: 60px;
	border: 2px solid #e3eaff;
	border-radius: 50%;
	font-size: 18px;
	position: relative;
}
.wprogress-content span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #64b9ef;
	padding: 6px 15px;
	display: inline-block;
	background: #eff8fd;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: .3s;
}
.wprogress-content h3 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.4;
}
.wprogress-content.blue span {
	color: #4275ff;
	background: #ecf1ff;
}
.wprogress-content.orange span {
	color: #ff7959;
	background: #fff1ee;
}
.single-wprogress:hover .wprogress-content span {
	color: #fff;
	background: #64b9ef;
}
.single-wprogress:hover .wprogress-content.blue span {
	color: #fff;
	background: #4275ff;
}
.single-wprogress:hover .wprogress-content.orange span {
	color: #fff;
	background: #ff7959;
}
.single-wprogress .wprogress-count h5::before {
	content: "";
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
	width: 280px;
	height: 2px;
	background: #ecf1ff;
}
.col-xl-2:last-child .single-wprogress .wprogress-count h5::before {
	width: 100px;
}
.col-xl-2:first-child .single-wprogress .wprogress-count h5::after {
	content: "";
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 2px;
	background: #ecf1ff;
}
.app-title span {
	font-size: 13px;
	text-transform: uppercase;
	color: #f7ae0d;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	border: 2px solid #ecf1ff;
	padding: 5px 15px 3px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 35px;
}
.single-wprogress {
	position: relative;
}
.col-xl-2:first-child .single-wprogress::before,
.col-xl-2:last-child .single-wprogress::before {
	content: "\f104";
	position: absolute;
	top: 32%;
	left: -90px;
	font-family: "Font Awesome 5 Pro";
	height: 30px;
	width: 30px;
	border: 2px solid #4275ff;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	transition: .3s;
	background: #fff;
	z-index: 1;
	color: #42495b;
	cursor: pointer;
}
.col-xl-2:last-child .single-wprogress::before {
	left: unset;
	right: -90px;
	content: "\f105";
}
/* 6. About */

.about-exp h2 {
	margin-bottom: 0;
	font-size: 90px;
	font-weight: 800;
	color: #f7ae0d;
	line-height: 1;
	float: left;
	display: block;
	margin-right: 18px;
	letter-spacing: -2px;
}
.about-exp > p {
	overflow: hidden;
	font-size: 24px;
	color: #f7ae0d;
	margin-bottom: 0;
	line-height: 1.4;
	margin-top: 5px;
}
.about-content p {
	margin-bottom: 16px;
	line-height: 20px;
}
.personal-about-img {
	padding-left: 60px;
}
.blue-title span {
	font-size: 14px;
	color: #f7ae0d;
}
.blue-title h2 {
	color: #5435ad;
}
.personal-about-content ul {
	margin-bottom: 30px;
}
.personal-about-content ul li {
	display: inline-block;
	margin-right: 10px;
}
.personal-about-content ul li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	background: #eeeaf7;
	color: #5435ad;
	padding: 10px 30px;
	border-radius: 5px;
}
.personal-about-content ul li a:hover {
	background: #5435ad;
	color: #fff;
}
.personal-about-content p {
	color: #a996e0;
	margin-bottom: 40px;
}
.signature-img {
	margin-left: 40px;
}
.about-img.inner-about-img {
	margin-left: 40px;
}
.our-single-goal {
	box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
}
.our-single-goal .sps-content h3 {
	color: #202020;
}
.our-single-goal .sps-content p {
	color: #6e6e6e;
}
.our-goal {
	padding-bottom: 150px;
}
.our-goal.pb-80 {
	padding-bottom: 80px;
}
.agn-single-about {
	transition: .3s linear;
	background: transparent;
}
.agn-single-about:hover {
	box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
}
.agn-single-about.active {
	box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
}
.agn-single-about .sps-content h3 {
	color: #202020;
}
.agn-single-about .sps-content p {
	color: #6e6e6e;
}
.agn-video-bg {
	min-height: 815px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.agn-video-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #202020;
	opacity: .85;
	z-index: -1;
}
.agn-video {
	text-align: center;
}
.agn-video-play {
	height: 150px;
	width: 150px;
	text-align: center;
	line-height: 150px;
	background: #f7ae0d;
	color: #fff;
	font-size: 26px;
	border-radius: 50%;
	z-index: 1;
	display: inline-block;
	position: relative;
}
.agn-video-play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 160px;
	width: 160px;
	background: #f7ae0d;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: pulse-border 1500ms ease-out infinite;
}
.agn-video-play:hover {
	color: #fff;
}
.partners {
	transition: .3s linear;
	background: #fff;
	padding: 30px 15px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
}
.partners:hover {
	box-shadow: 0px 3px 20px 0px rgba(189, 189, 189, 0.5);
}
/* 7. Skill */

.p-skill-content p {
	color: #a996e0;
	margin-bottom: 45px;
}
.single-skill {
	overflow: hidden;
}
.skill-wrapper {
	padding-left: 30px;
	padding-right: 70px;
}
.bar-title h4 {
	display: inline-block;
	font-size: 18px;
	color: #4275ff;
	margin-bottom: 15px;
	margin-top: 17px;
}
.progress {
	border-radius: 0;
	height: 10px;
	overflow: visible;
	background: #ecf1ff;
}
.progress-bar {
	background-color: #4275ff;
	text-align: right;
	position: relative;
}
.progress-bar span {
	color: #fff;
	font-size: 18px;
	margin-top: -80px;
	font-weight: 700;
	width: 55px;
	height: 35px;
	background: #4275ff;
	text-align: center;
	line-height: 35px;
	margin-left: auto;
	position: relative;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -.5px;
	right: -25px;
}
.progress-bar span::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #4274ff transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
	z-index: 1;
}
.single-skill:nth-child(2) .bar-title h4 {
	color: #f76840;
}
.single-skill:nth-child(2) .progress {
	background: #fef0ec;
}
.single-skill:nth-child(2) .progress-bar {
	background: #f76840;
}
.single-skill:nth-child(2) .progress-bar span {
	background: #f76840;
}
.single-skill:nth-child(2) .progress-bar span::before {
	border-color: #f76840 transparent transparent transparent;
}
.single-skill:nth-child(3) .bar-title h4 {
	color: #01c4c8;
}
.single-skill:nth-child(3) .progress {
	background: #d9f6f7;
}
.single-skill:nth-child(3) .progress-bar {
	background: #01c4c8;
}
.single-skill:nth-child(3) .progress-bar span {
	background: #01c4c8;
}
.single-skill:nth-child(3) .progress-bar span::before {
	border-color: #01c4c8 transparent transparent transparent;
}
.single-skill:nth-child(4) .bar-title h4 {
	color: #fcc300;
}
.single-skill:nth-child(4) .progress {
	background: #fff6d9;
}
.single-skill:nth-child(4) .progress-bar {
	background: #fcc300;
}
.single-skill:nth-child(4) .progress-bar span {
	background: #fcc300;
}
.single-skill:nth-child(4) .progress-bar span::before {
	border-color: #fcc300 transparent transparent transparent;
}
/* 8. Features */

.app-features-img {
	position: relative;
}
.app-features-img::before {
	position: absolute;
	content: "";
	left: -60px;
	top: -95px;
	width: 550px;
	height: 650px;
	background: #7b86f1;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	-webkit-animation: appShape 8s linear infinite;
	-moz-animation: appShape 8s linear infinite;
	-ms-animation: appShape 8s linear infinite;
	-o-animation: appShape 8s linear infinite;
	animation: appShape 8s linear infinite;
	display: block;
	opacity: .20;
	z-index: -1;
}
.app-features-img::after {
	position: absolute;
	content: "";
	left: -80px;
	top: -95px;
	width: 600px;
	height: 650px;
	background: #7b86f1;
	border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	-webkit-animation: appShape 4s linear infinite;
	-moz-animation: appShape 4s linear infinite;
	-ms-animation: appShape 4s linear infinite;
	-o-animation: appShape 4s linear infinite;
	animation: appShape 4s linear infinite;
	display: block;
	opacity: .16;
	z-index: -1;
}
@keyframes appShape {
	0%, 100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}
	50% {
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}
@-webkit-keyframes appShape {
	0%, 100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}
	50% {
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}
@-moz-keyframes appShape {
	0%, 100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}
	50% {
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}
@-ms-keyframes appShape {
	0%, 100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}
	50% {
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}
@-o-keyframes appShape {
	0%, 100% {
		border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	34% {
		border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
		transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	}
	50% {
		transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
		transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	}
}
.app-features-content > p {
	margin-bottom: 40px;
}
.flist-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.flist-head i {
	font-size: 24px;
	color: #4275ff;
	margin-right: 15px;
}
.flist-head h4 {
	font-size: 24px;
	margin-bottom: 0;
}
.flist-content p {
	margin-bottom: 0;
}
.app-features-list ul li {
	margin-bottom: 30px;
}
.app-features-list ul li:last-child {
	margin-bottom: 0px;
}
.app-coref-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.app-coref-list ul li:last-child {
	margin-bottom: 0;
}
.app-coref-list ul li i {
	font-size: 16px;
	margin-right: 10px;
	color: #4275ff;
}
.app-coref-list ul li p {
	margin-bottom: 0;
}
.app-coref-content > p {
	margin-bottom: 30px;
}
.appcore-features-img::before {
	left: -20px;
	top: -62px;
	height: 600px;
}
.appcore-features-img::after {
	left: -45px;
	top: -62px;
	height: 600px;
}
.sass-title span {
	color: #fdab00;
	border: 2px solid #fff6e5;
}
.single-sass-features {
	background: #fff9ed;
	padding: 40px;
	position: relative;
	transition: .3s linear;
	border-radius: 10px;
	z-index: 1;
}
.sass-f-icon i {
	font-size: 30px;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff1d5;
	border-radius: 50%;
	color: #fdab00;
	transition: .3s linear;
}
.sass-f-content h4 {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
	color: #42495b;
	transition: .3s linear;
}
.sass-f-content p {
	margin-bottom: 0;
	color: #939fbf;
	transition: .3s linear;
	line-height: 22px;
}
.single-sass-features::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient(129deg, rgb(95, 45, 145) 0%, rgb(150, 93, 213) 100%);
	background-image: -webkit-linear-gradient(129deg, rgb(95, 45, 145) 0%, rgb(150, 93, 213) 100%);
	background-image: -ms-linear-gradient(129deg, rgb(95, 45, 145) 0%, rgb(150, 93, 213) 100%);
	border-radius: 10px;
	z-index: -1;
	transition: .3s linear;
	opacity: 0;
}
.single-sass-features:hover::before {
	opacity: 1;
}
.single-sass-features:hover .sass-f-content h4,
.single-sass-features:hover .sass-f-content p {
	color: #fff;
}
.single-sass-features:hover .sass-f-icon i {
	background: #fff;
	color: #33aafd;
}
.single-sass-features.active::before {
	opacity: 1;
}
.single-sass-features.active .sass-f-content h4,
.single-sass-features.active .sass-f-content p {
	color: #fff;
}
.single-sass-features.active .sass-f-icon i {
	background: #fff;
	color: #33aafd;
}
.job-content h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
	transition: .3s linear;
	letter-spacing: -1px;
}
.job-content p {
	margin-bottom: 20px;
	transition: .3s linear;
	line-height: 24px;
	padding-right: 20px;
}
.job-content .business-list ul li {
	margin-bottom: 10px;
	margin-left: 15px;
}
.job-content .business-list ul li:last-child {
	margin-bottom: 0px;
}
.job-content .business-list ul li i {
	color: #f7ae0d;
	position: absolute;
	float: left;
	left: 0;
	margin-top: 5px;
}
.job-form {
	background: #fff9ed;
	padding: 40px;
	position: relative;
	transition: .3s linear;
	border-radius: 10px;
	z-index: 1;
}
/* 9. Counter */

.counter-icon i {
	font-size: 60px;
	color: #f7ae0d;
	line-height: 1;
}
.single-counter h3 {
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1;
}
.single-counter > span {
	font-size: 15px;
	color: #5f5f5f;
	font-weight: 500;
	display: block;
}
.app-counter-bg {
	background-position: center;
	background-size: cover;
}
.app-counter .counter-icon i {
	color: #fff;
}
.app-counter.single-counter h3 {
	color: #fff;
}
.app-counter.single-counter span {
	color: #fff;
}
.single-counter.personal-counter h3 {
	color: #5435ad;
}
.single-counter.personal-counter > span {
	color: #a996e0;
}
.inner-counter-bg {
	background: #202020;
}
.single-counter.inner-white-counter h3 {
	color: #fff;
}
.single-counter.inner-white-counter > span {
	color: #6085bb;
}
.inner-counter-video {
	margin-top: -40px;
	z-index: 1;
}
.inner-counter-video.mt-0 {
	margin-top: 40px;
	z-index: 1;
}
.sd-counter-bg {
	background-position: center;
	background-size: cover;
}
/* 10. Project */

.container-fluid.p-70 {
	padding: 0;
}
.project-thumb {
	overflow: visible;
	background: #000;
	border-radius: 7px;
}
.project-thumb img {
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
	transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.project-overlay {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: #fff;
	padding: 40px;
	transform: translateY(50%);
	opacity: 0;
	transition: .4s linear;
}
.p-overlay-content h4 {
	font-size: 22px;
	margin-bottom: 7px;
	letter-spacing: -0.5px;
}
.p-overlay-content h4:hover a {
	color: #f7ae0d;
}
.p-overlay-content span {
	font-size: 13px;
	display: block;
}
.p-overlay-btn a {
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	background: #f7ae0d;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}
.p-overlay-btn a:hover {
	background: #202020;
}
.single-project:hover .project-overlay {
	opacity: 1;
	transform: translateY(0);
}
.sp-overlay-content {
	width: 100%;
}
.sp-overlay-content h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.sp-overlay-content h4:hover a {
	color: #f7ae0d;
}
.s-project-overlay {
	padding: 25px 30px;
}
.project-active .slick-arrow {
	position: absolute;
	top: -140px;
	right: 18%;
	height: 60px;
	width: 60px;
	border: 2px solid #dedede;
	padding: 0;
	line-height: 60px;
	border-radius: 50%;
	background: transparent;
	z-index: 9;
	font-size: 18px;
	color: #f7ae0d;
	cursor: pointer;
	transition: .3s ease-in-out;
}
.project-active .slick-arrow:hover {
	border-color: #f7ae0d;
	background: #f7ae0d;
	color: #fff;
}
.project-active .slick-prev {
	right: 22%;
}
.single-project-p .sp-overlay-content h4 {
	color: #5435ad;
}
.single-project-p .sp-overlay-content h4:hover a {
	color: #f7ae0d;
}
.single-project-p .sp-overlay-content span {
	color: #f7ae0d;
}
.project-m-menu button {
	border: 0;
	padding: 0;
	background: none;
	font-size: 16px;
	font-weight: 400;
	color: #a996e0;
	margin-right: 20px;
	transition: .3s;
	cursor: pointer;
}
.project-m-menu button.active {
	color: #f7ae0d;
}
.project-m-menu button:last-child {
	margin-right: 0;
}
.project-m-menu {
	text-align: center;
	border: 2px solid #ff0000;
	padding: 21px 40px;
	border-radius: 10px;
	width: 530px;
	margin-left: auto;
}
.grid-project-overlay {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	background: transparent;
	justify-content: unset;
	bottom: unset;
	left: 0;
	right: 0;
	align-items: unset;
	z-index: 9;
}
.grid-project-overlay .p-overlay-btn {
	margin-bottom: 20px;
}
.single-grid-project .project-thumb {
	z-index: 1;
}
.single-grid-project .project-thumb::before {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
	background: #fff;
	z-index: 1;
	transition: .4s linear;
	opacity: 0;
	border-radius: 10px;
}
.single-grid-project:hover .grid-project-overlay {
	top: 50%;
	transform: translateY(-50%);
}
.single-grid-project:hover .project-thumb::before {
	opacity: 1;
}
.project-grid-menu {
	text-align: center;
	border: unset;
	padding: 0;
	border-radius: unset;
	width: unset;
	margin-left: unset;
}
.project-grid-menu button {
	color: #202020;
	padding: 12px 25px;
	background: #ededed;
	line-height: 1;
	margin-right: 10px;
	border-radius: 50px;
}
.project-grid-menu button:hover {
	background: #fff;
}
.project-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #202020;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	z-index: 9;
	left: -22px;
	transition: .3s linear;
}
.project-carousel .slick-next {
	right: -22px;
	left: auto;
}
.project-carousel .slick-arrow:hover {
	background: #f7ae0d;
}
.project-details-img img {
	width: 100%;
}
.project-details-meta {
	border: 2px solid #eef1fe;
}
.project-details-meta ul li {
	display: inline-block;
	padding: 50px 111px;
	margin-left: -3px;
	position: relative;
}
.project-details-meta ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 80px;
	width: 2px;
	right: 0;
	background: #dde4fd;
}
.project-details-meta ul li:last-child::before {
	display: none;
}
.project-details-meta ul li h4 {
	font-size: 30px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.project-details-meta ul li span {
	font-size: 24px;
	color: #f7ae0d;
	line-height: 1;
	letter-spacing: -1px;
}
.project-details-content p {
	margin-bottom: 0;
}
.pd-bottom-link a {
	font-size: 14px;
	color: #5f5f5f;
	font-weight: 500;
}
.pd-bottom-link a i {
	font-size: 18px;
	margin-right: 10px;
}
.pd-bottom-link.text-right a i {
	margin-right: 0px;
	margin-left: 10px;
}
.pd-bottom-link a:hover {
	color: #f7ae0d;
}
.project-bottom-share a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f8f6f2;
	border-radius: 50%;
	color: #f7ae0d;
	margin-right: 10px;
}
.project-bottom-share a:hover {
	background: #f7ae0d;
	color: #fff;
}
.project-bottom-share span {
	font-weight: 500;
	margin-right: 15px;
}
.pd-border {
	border-bottom: 2px solid #eef1fe;
}
.pd-carousel-img img {
	width: 100%;
}
.pd-carousel-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	background: none;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid #eef1fe;
	color: #567af3;
	font-size: 16px;
	cursor: pointer;
	z-index: 9;
	left: -130px;
	transition: .3s linear;
}
.pd-carousel-active .slick-next {
	right: -130px;
	left: auto;
}
.pd-carousel-active .slick-arrow:hover {
	background: #f7ae0d;
	color: #fff;
	border-color: #f7ae0d;
}
.pro-details-bg {
	display: block;
	background: #202020;
	padding: 90px 0px 0px 90px;
}
.pro-details-img {
	position: relative;
	right: -11px;
}
.pro-details-content {
	padding: 100px 130px 50px;
}
.pro-details-content p {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
}
.pro-details-content h3 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 200;
	color: #202020;
	padding-bottom: 20px;
}
.pro-details-content h5 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #202020;
	padding-bottom: 20px;
}
.pro-list ul li {
	margin-bottom: 15px;
	font-size: 18px;
}
.pro-list ul li:last-child {
	margin-bottom: 0px;
}
.pro-list ul li i {
	color: #f7ae0d;
	margin-right: 10px;
	font-size: 20px;
}
.pro-tech ul li {
	margin-bottom: 15px;
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
}
/* 11. Qualification */

.single-qualification {
	display: flex;
	align-items: flex-start;
}
.qualifi-icon {
	margin-right: 20px;
}
.qualifi-content h4 {
	font-size: 24px;
	color: #5435ad;
	margin-bottom: 10px;
}
.qualifi-content span {
	font-size: 16px;
	color: #f7ae0d;
	display: block;
	margin-bottom: 20px;
}
.qualifi-content p {
	color: #a996e0;
	margin-bottom: 0;
}
.qualification-video {
	position: relative;
}
.qualification-video img {
	width: 100%;
}
.qualification-video .qualification-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	background: #f7ae0d;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	z-index: 1;
}
.qualification-video .qualification-play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 120px;
	width: 120px;
	background: #f7ae0d;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: pulse-border 1500ms ease-out infinite;
}
/* 12. Team */

.team-btn .btn.p-btn::before {
	right: 18%;
}
.team-thumb img {
	width: 100%;
	margin-bottom: 25px;
}
.team-info h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.team-info span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #f7ae0d;
	letter-spacing: 2px;
	display: block;
}
.team-bg {
	background-position: center;
	background-size: cover;
}
.inner-team .team-info h4 {
	color: #202020;
}
.team-area.team-bb {
	border-bottom: 0px solid #edeaf6;
}
/* 13. Cta */

.cta-bg {
	background-position: center;
	background-size: cover;
	padding: 50px 50px;
}
.cta-content h4 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.cta-content p {
	color: #486794;
	margin-bottom: 0;
}
.s-cta-bg {
	background-position: left center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.cta-img {
	position: absolute;
	left: -100px;
	bottom: -30px;
	z-index: 1;
}
.portfolio-cta {
	background: #000;
}
.portfolio-cta .cta-content h4 {
	font-size: 40px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
}
.portfolio-cta .cta-content p {
	color: #fff;
	margin-bottom: 0;
}
.inner-cta-content h2 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
	padding-top: 30px;
}
.inner-cta-content p {
	color: #fff;
}
.inner-cta-bg {
	background-position: center;
	background-size: cover;
}
/* 14. Screenshot */

.screenshot-bg {
	background: #eaf8fc;
}
.screenshot-title span {
	border-color: #d9ebfc;
}
.single-screenshot img {
	display: inline-block;
}
.screenshot-active .slick-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -78px;
	line-height: 1;
}
.screenshot-active .slick-dots li {
	display: inline-block;
	line-height: 1;
}
.screenshot-active .slick-dots li button {
	padding: 0;
	text-indent: -999999px;
	border: none;
	width: 20px;
	height: 5px;
	background: #b9d3db;
	border-radius: 5px;
	line-height: 1;
	margin: 0 5px;
	transition: .3s;
	z-index: 9;
	cursor: pointer;
}
.screenshot-active .slick-dots li.slick-active button {
	width: 35px;
	background: #6a86f3;
}
/* 15. Business-process */

.business-img.ml-100 {
	margin-left: -100px;
}
.business-content p {
	margin-bottom: 30px;
}
.business-list ul li {
	margin-bottom: 15px;
}
.business-list ul li:last-child {
	margin-bottom: 0px;
}
.business-list ul li i {
	color: #f7ae0d;
	margin-right: 10px;
}
.business-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	background: #f7ae0d;
	color: #fff;
	border-radius: 50%;
	z-index: 1;
}
.business-video:hover {
	color: #fff;
}
.business-video::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 110px;
	width: 110px;
	background: #f7ae0d;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.sass-business-icon i {
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff6e5;
	border-radius: 50%;
	font-size: 28px;
	color: #fdab00;
}
.sass-business-content p {
	color: #939fbf;
	margin-bottom: 45px;
}
.sass-business-img {
	margin-left: -80px;
}
.sass-business-img.s-sb-img {
	margin-left: 0;
}
.sass-business-pb {
	padding-bottom: 130px;
}
.sass-business {
	position: relative;
}
.sass-business::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 9%;
	background-image: url("../img/images/sass_business_shape.png"
	/*tpa=http://bdevs.net/devgan/devgan/img/images/sass_business_shape.png*/
	);
	background-repeat: no-repeat;
	width: 731px;
	height: 915px;
	z-index: -1;
}
.tech {
	display: block;
}
.tech ul li {
	display: inline-block;
	margin: 0 5px 8px 0px;
	border: 0px;
}
.tech ul li img {
	width: 136px;
	height: 95px;
	border: 0px;
}
/* 16. Business-strategy */

.b-strategy-content p {
	color: #909dbc;
	margin-bottom: 0;
}
.b-strategy-list ul li {
	color: #909dbc;
	position: relative;
	margin-bottom: 25px;
	padding-left: 45px;
	line-height: 30px;
}
.b-strategy-list ul li:last-child {
	margin-bottom: 0;
}
.b-strategy-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	height: 25px;
	width: 25px;
	border: 2px solid #909dbc;
	border-radius: 50%;
}
.b-strategy-list ul li::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 14px;
	height: 11px;
	width: 11px;
	background: #909dbc;
	border-radius: 50%;
}
/* 17. Faq */

.faq-wrapper .card {
	margin-bottom: 15px;
	border-radius: 0;
	border: none;
	background: #f0f7fd;
}
.faq-wrapper .card:last-child {
	margin-bottom: 0;
}
.faq-wrapper .card-header {
	padding: 0;
	border-radius: 0;
	background: no-repeat;
	border: none;
}
.card-header:first-child {
	border-radius: 0;
}
.faq-wrapper .card-header h5 a {
	font-size: 16px;
	color: #202020;
	font-weight: 700;
	display: block;
	padding: 24px 30px;
	text-decoration: none;
	line-height: 1.4;
	padding-right: 80px;
}
.faq-wrapper .card-header h5 a::after {
	position: absolute;
	content: "\f107";
	top: 15px;
	right: 20px;
	font-family: "Font Awesome 5 Pro";
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	border-radius: 50%;
	background: #dbebfb;
	font-weight: 400;
	color: #202020;
}
.faq-wrapper .card-header h5 a.collapsed::after {
	content: "\f105";
}
.faq-wrapper .card-body {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	padding: 0 31px;
	color: #5f5f5f;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 30px;
}
.sass-faq-area {
	background: #f2f5ff;
}
.sass-faq-title span {
	border: 2px solid #ffecd3;
}
.sass-faq-wrapper .card {
	background: #fff;
}
.sass-faq-wrapper .card-header h5 a.collapsed::after {
	background: #e8f2fc;
	color: #202020;
}
.sass-faq-wrapper .card-header h5 a::after {
	background: #4275ff;
	color: #fff;
}
.sass-faq-wrapper .card-body {
	color: #939fbf;
}
.sass-faq-img {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.sass-paroller-img {
	position: absolute;
}
.sass-paroller-img.sassp-one {
	left: -15%;
	top: 13%;
}
.sass-paroller-img.sassp-two {
	right: -28%;
	top: 10%;
}
.sass-paroller-img.sassp-three {
	left: 0%;
	bottom: 26%;
}
.sass-paroller-img.sassp-four {
	bottom: 12%;
	right: -29%;
}
.sass-faq-img .sass-faq-circle {
	position: absolute;
	left: 45%;
	top: -61px;
	z-index: -1;
}
.inner-faq-wrapper .card {
	border: 2px solid #ecf0f5;
	background: none;
}
.inner-faq-wrapper .card-header h5 a::after {
	content: "\f070";
	font-size: 16px;
	background: none;
	color: #f7ae0d;
}
.inner-faq-wrapper .card-header h5 a.collapsed::after {
	content: "\f06e";
	color: #202020;
}
.faq-wrapper.inner-faq-wrapper .card-header h5 a {
	color: #f7ae0d;
}
.faq-wrapper .card-header h5 a.collapsed {
	color: #202020;
}
.inner-faq-title h2 {
	margin-bottom: 32px;
}
.inner-faq-wrapper > h2 i {
	color: #f7ae0d;
	margin-right: 10px;
}
.inner-faq-title p {
	margin-bottom: 0;
}
.inner-faq-wrapper > h2 {
	font-size: 35px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 2px solid #eef1fe;
}
.faq-form-grp {
	position: relative;
}
.faq-form-grp input {
	width: 100%;
	border: 2px solid #eef1fe;
	padding: 22px 30px;
	font-weight: 700;
	color: #202020;
	font-family: 'Poppins', sans-serif;
	padding-right: 50px;
	margin-bottom: 30px;
}
.faq-form-grp input::placeholder {
	color: #202020;
}
.faq-form-grp i {
	position: absolute;
	top: 26px;
	right: 30px;
	color: #202020;
	font-weight: 400;
}
.faq-form-grp textarea {
	width: 100%;
	border: 2px solid #eef1fe;
	padding: 22px 30px;
	font-weight: 700;
	color: #202020;
	font-family: 'Poppins', sans-serif;
	padding-right: 50px;
	height: 180px;
	margin-bottom: 30px;
}
.faq-form-grp textarea::placeholder {
	color: #202020;
}
.faq-form .faq-selected {
	width: 100%;
	display: block;
	padding: 26px 30px;
	border: 2px solid #eef1fe;
	font-family: 'Poppins', sans-serif;
	color: #202020;
	font-weight: 700;
	margin-bottom: 30px;
}
.faq-selected::after {
	border-bottom: 2px solid #202020;
	border-right: 2px solid #202020;
	right: 30px;
}
.faq-form .btn::before {
	right: 21%;
}
.faq-add-banner img {
	width: 100%;
}
/* 18. Brand */

.single-brand {
	margin-bottom: 80px;
}
.single-brand img {
	filter: grayscale(0);
	transition: .3s linear;
	cursor: pointer;
}
.single-brand img:hover {
	filter: grayscale(1);
}
.s-single-brand img {
	display: inline-block;
	filter: grayscale(1);
	transition: .3s linear;
	opacity: .5;
	cursor: pointer;
}
.s-single-brand img:hover {
	filter: grayscale(0);
	opacity: 1;
}
/* 19. Pricing */

.pricing-area.p-relative {
	z-index: 1;
}
.white-title span {
	color: #fff;
}
.white-title h2 {
	color: #fff;
}
.pricing-tabs {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border: none;
	text-align: center;
	max-width: 100%;
	background: #f5f7ff;
	border-radius: 5px;
	padding: 10px;
}
.pricing-tabs li {
	display: inline-block;
}
.pricing-tabs li a {
	border: none !important;
	font-size: 16px;
	font-weight: 500;
	color: #13287e;
	padding: 13px 40px;
	border-radius: 5px !important;
	letter-spacing: -.5px;
	text-transform: capitalize;
}
.pricing-tabs.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #f7ae0d;
	border-color: unset !important;
}
.pricing-box {
	background: #fff;
	padding: 60px 45px;
}
.pricing-head h4 {
	font-size: 30px;
	margin-bottom: 7px;
	color: #f7ae0d;
}
.price-count h2 {
	font-size: 55px;
	color: #5f5f5f;
	letter-spacing: -4px;
	margin-bottom: 0;
	line-height: 1;
}
.price-count h2 span {
	font-size: 20px;
	position: relative;
	letter-spacing: 0;
	top: -19px;
}
.price-count h2 small {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
.pricing-list ul li {
	font-size: 13px;
	margin-bottom: 8px;
	text-align: left;
	border-bottom: 1px solid #e5e7fc;
	padding-bottom: 5px;
	margin-left: 20px;
}
.pricing-list ul li:last-child {
	margin-bottom: 0;
}
.pricing-list ul li i {
	font-size: 13px;
	color: #f7ae0d;
	position: absolute;
	float: left;
	left: 15px;
	margin-top: 5px;
}
.app-pricing-box:hover .pricing-list ul li,
.app-pricing-box:hover .pricing-list ul li i {
	color: #fff;
}
.app-pricing-box.active .pricing-list ul li,
.app-pricing-box.active .pricing-list ul li i {
	color: #fff;
}
.pricing-btn .btn {
	background: #f8f6f2;
	color: #202020;
}
.pricing-btn .btn::after {
	content: none;
}
.pricing-btn .btn:hover {
	background: #f7ae0d;
	color: #fff;
}
.p-populer {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	background: #f7ae0d;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 0;
	line-height: 1;
}
.pricing-box.active .pricing-btn .btn {
	background: #f7ae0d;
	color: #fff;
}
.pricing-box.active .pricing-btn .btn::after {
	content: "";
}
.pricing-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.pricing-shape.right-shape {
	right: 0;
	left: auto;
}
.app-pricing-box {
	padding: 40px 15px;
	border: 2px solid #e5e7fc;
	border-radius: 5px;
	transition: .3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.app-pricing-head span {
	font-size: 13px;
	text-transform: uppercase;
	color: #f7ae0d;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	border: 2px solid #ecf1ff;
	padding: 5px 15px 3px;
	border-radius: 5px;
	display: inline-block;
	transition: .3s;
}
.app-pricing-icon {
	position: absolute;
	left: 25px;
	top: -30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	border: 2px solid #e5e7fc;
	border-radius: 50%;
	background: #fff;
	color: #f7ae0d;
	transition: .3s;
}
.app-popular-icon {
	position: absolute;
	left: 100px;
	top: -16px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	border: 2px solid #ecf1ff;
	background: #202020;
	padding: 5px 15px 3px;
	border-radius: 5px;
	display: inline-block;
	transition: .3s;
}
.app-or-icon {
	position: absolute;
	left: 45%;
	top: -60px;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	border: 2px solid #e5e7fc;
	border-radius: 50%;
	background: #fff;
	color: #f7ae0d;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 22px;
	display: block;
	margin: 0 auto!important;
}
.package-price {
	background: #f7ae0d;
	border-radius: 5px;
	padding: 20px 0px 5px;
	margin: 10px 0px 20px;
}
.app-pricing-box:hover .package-price,
.app-pricing-box.active .package-price {
	background: #202020;
}
.app-price-count h3 {
	font-size: 80px;
	margin-bottom: 0;
	color: #f7ae0d;
	font-weight: 500;
	line-height: 1;
	transition: .3s;
}
.app-price-count small {
	font-size: 18px;
	position: relative;
	top: -21px;
	left: -3px;
}
.app-pricing-content h4 {
	color: #5f5f5f;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 40px;
	transition: .3s;
}
.app-pricing-content p {
	transition: .3s;
	line-height: 22px;
}
.app-pricing-btn .btn {
	font-size: 15px;
	background: #f7ae0d;
	color: #fff;
	padding: 18px 30px;
	padding-right: 56px;
	transition: .3s;
}
.app-pricing-btn .btn::before {
	right: 22%;
}
.app-pricing-btn .btn::after {
	content: none;
}
.app-pricing-btn .btn:hover {
	background: #f7ae0d;
	color: #fff;
}
.app-pricing-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(to right, #f7ae0d, #f7ae0d);
	background: linear-gradient(to right, #f7ae0d, #f7ae0d);
	border-radius: 5px;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.app-price-count h3 span {
	font-size: 24px;
}
.app-pricing-box:hover::before {
	opacity: 1;
}
.app-pricing-box:hover .app-pricing-head span,
.app-pricing-box:hover .app-pricing-content h4,
.app-pricing-box:hover .app-price-count h3,
.app-pricing-box:hover .app-pricing-content p {
	color: #fff;
}
.app-pricing-box:hover {
	border-color: transparent;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.app-pricing-box:hover .app-pricing-btn .btn {
	background: #f7ae0d;
	color: #fff;
}
.app-pricing-box.active::before {
	opacity: 1;
}
.app-pricing-box.active .app-pricing-head span,
.app-pricing-box.active .app-pricing-content h4,
.app-pricing-box.active .app-price-count h3,
.app-pricing-box.active .app-pricing-content p {
	color: #fff;
}
.app-pricing-box.active {
	border-color: transparent;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.app-pricing-box.active .app-pricing-btn .btn {
	background: #fff;
	color: #f7ae0d;
}
.app-pricing-tabs {
	border-radius: 50px;
}
.app-pricing-tabs li a {
	border-radius: 50px !important;
	position: relative;
	z-index: 1;
}
.app-pricing-tabs li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(to right, #f7ad0c, #ffdd55);
	background: linear-gradient(to right, #f7ad0c, #ffdd55);
	border-radius: 50px;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.app-pricing-tabs.nav-tabs .nav-link.active {
	background-color: unset;
}
.app-pricing-tabs.nav-tabs .nav-link.active::before {
	opacity: 1;
}
.sass-pricing-box {
	border: 2px solid #e5e7fc;
	margin-right: 30px;
	padding: 40px 30px;
	border-radius: 10px;
}
.sass-ptop {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
}
.sass-ptop h5 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	display: inline-block;
}
.sass-ptop span {
	font-size: 16px;
	color: #fff;
	float: right;
	font-family: 'Poppins', sans-serif;
	margin-top: 5px;
}
.sass-pbottom {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.sass-pbottom p {
	color: #fff;
	width: 115px;
	line-height: 20px;
	margin-bottom: 0;
	display: inline-block;
}
.sass-pbottom h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	float: right;
	margin-top: 6px;
}
.sass-pricing-list ul li {
	font-size: 16px;
	color: #939fbf;
	margin-bottom: 15px;
}
.sass-pricing-list ul li:last-child {
	margin-bottom: 0;
}
.sass-pricing-list ul li i {
	font-size: 12px;
	color: #ffa900;
	margin-right: 2px;
}
.sass-pricing-list {
	padding-top: 35px;
	border-top: 2px solid #f2f3fe;
}
.tab-content .row .col-lg-4:nth-child(2) .sass-pricing-box {
	margin-right: 15px;
	margin-left: 15px;
}
.tab-content .row .col-lg-4:last-child .sass-pricing-box {
	margin-right: 0;
	margin-left: 30px;
}
.sass-pricing-tabs.nav-tabs .nav-link.active {
	background-color: #4275ff;
}
.sass-pricing-tabs.nav-tabs .nav-link::before {
	content: none;
}
/* 20. Shop */

.single-cat-item img {
	width: 100%;
}
.single-cat-item .shop-cat-tag {
	position: absolute;
	left: 0;
	top: 0;
	background: #f7ae0d;
	color: #fff;
	padding: 3px 12px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.shop-cat-overly {
	position: absolute;
	left: 30px;
	top: 60px;
	z-index: 1;
}
.shop-cat-overly h5 {
	font-size: 22px;
	color: #f7ae0d;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 1;
}
.shop-cat-overly a {
	font-size: 16px;
	font-weight: 500;
	color: #202020;
	display: inline-block;
	text-decoration: underline;
}
.shop-cat-overly a:hover {
	color: #f7ae0d;
}
.shop-title h2 {
	margin-bottom: 5px;
}
.shop-title p {
	color: #666666;
	margin-bottom: 0;
}
.shop-thumb img {
	width: 100%;
}
.shop-thumb .product-tag {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #f7ae0d;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 14px;
}
.product-action {
	position: absolute;
	bottom: -100px;
	left: 30px;
	right: 30px;
	margin: auto;
	text-align: center;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 35px;
	transition: .4s linear;
	opacity: 0;
}
.product-action > a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #df4243;
	position: relative;
	margin-right: 15px;
}
.product-action > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #df4243;
	left: 0;
	transition: .3s;
}
.product-action ul li {
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 6px;
	padding-left: 15px;
	margin-left: 15px;
}
.product-action ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	border-left: 2px dotted #df4243;
	height: 15px;
}
.product-action ul li a {
	font-size: 24px;
	color: #5f5f5f;
	line-height: 1;
}
.product-action ul li a:hover {
	color: #df4243;
}
.single-shop-item:hover .product-action {
	bottom: 20px;
	opacity: 1;
}
.shop-content h5 {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}
.shop-content h5:hover a {
	color: #df4243;
}
.item-rating i {
	font-size: 14px;
	color: #f7ae0d;
	margin: 0 2px;
}
.f-item-price span {
	font-size: 14px;
	color: #222222;
	display: block;
	margin-top: 10px;
}
.shop-items-menu button {
	border: none;
	background: none;
	padding: 0;
	font-size: 16px;
	color: #8a8a8a;
	margin: 0 12px;
	cursor: pointer;
}
.shop-items-menu button.active {
	color: #333333;
}
.discount-banner-img img {
	width: 100%;
}
.shop-selected {
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1;
}
.show-result-count p {
	margin-bottom: 0;
	font-size: 18px;
	color: #252525;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1;
}
.inner-shop-item .shop-content h5 {
	font-weight: 700;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
}
.inner-shop-item .item-rating i {
	font-size: 13px;
	color: #fdab00;
	font-weight: 700;
}
.inner-shop-item .f-item-price span {
	font-size: 16px;
	color: #6e6e6e;
	font-weight: 500;
}
.pagination-wrap.mt-10 {
	margin-top: 10px;
}
.inner-shop-area.pt-127 {
	padding-top: 127px;
}
/* 21. Newsletter */

.newsletter-wra {
	border: 2px solid #e5e7fc;
	padding: 100px 0px;
	position: relative;
}
.news-field {
	position: relative;
}
.news-field::before {
	content: "\f2b6";
	position: absolute;
	top: 29px;
	left: 40px;
	font-size: 14px;
	color: #4275ff;
	font-family: "Font Awesome 5 Pro";
	z-index: 1;
}
.news-field input {
	width: 100%;
	border: 2px solid #e5e7fc;
	padding: 28px 70px;
	padding-right: 200px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
}
.news-field input::placeholder {
	font-size: 14px;
	color: #999999;
}
.news-field .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	padding: 20px 40px;
	padding-right: 60px;
	right: 15px;
}
.news-field .btn::before {
	font-size: 15px;
	right: 24%;
}
.newsletter-shape {
	position: absolute;
	z-index: 1;
}
.nshape-one {
	left: 40px;
	top: -15px;
}
.nshape-two {
	right: 130px;
	top: -30px;
	animation: heartbeat 1s infinite alternate;
}
.nshape-three {
	bottom: 45%;
	right: -9px;
}
.nshape-four {
	right: 90px;
	bottom: 20px;
}
.nshape-five {
	left: 40px;
	bottom: -34px;
	animation: heartbeat 1s infinite alternate;
}
/* heartbeat frame*/

@keyframes heartbeat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.shop-newsletter-area {
	background: #f7ae0d;
	padding: 75px 0;
}
.shop-newslatter-content h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
}
.shop-newslatter-content p {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}
.shop-news-form {
	position: relative;
}
.shop-news-form input {
	width: 360px;
	border: none;
	padding: 20px 40px;
	border-radius: 50px;
	background: #fff;
}
.shop-news-form .btn {
	background: #202020;
	margin-left: 10px;
}
.shop-news-form .btn::after {
	background: #1d3457;
}
/* 22. Testimonial */

.testi-content {
	box-shadow: 0px 7px 30px 0px rgba(237, 237, 237, 0.77);
	padding: 40px;
	margin-right: 35px;
	margin-top: 30px;
	margin-left: 35px;
	position: relative;
	margin-bottom: 50px;
}
.testi-content p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 2;
}
.testi-avatar {
	display: flex;
	align-items: center;
	margin-left: 65px;
}
.tavatar-img {
	margin-right: 15px;
}
.tavatar-info h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.tavatar-info span {
	color: #f7ae0d;
	letter-spacing: 0px;
}
.testi-content::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 45px 20px 0;
	border-color: transparent #fff transparent transparent;
	left: 60px;
	bottom: -20px;
	z-index: 1;
}
.testimonial-active .slick-arrow {
	position: absolute;
	bottom: 0;
	right: 32px;
	height: 60px;
	width: 60px;
	text-align: center;
	border: 2px solid #e9e9e9;
	padding: 0;
	border-radius: 50%;
	background: none;
	font-size: 18px;
	color: #f7ae0d;
	line-height: 60px;
	cursor: pointer;
	z-index: 9;
	transition: .3s;
}
.testimonial-active .slick-arrow.slick-prev {
	right: 105px;
}
.testimonial-active .slick-arrow:hover {
	background: #f7ae0d;
	border-color: #f7ae0d;
	color: #fff;
}
.s-testi-avatar {
	display: flex;
	align-items: center;
	margin-left: 0;
	justify-content: center;
}
.s-testi-avatar .tavatar-img {
	margin-right: 20px;
}
.s-testi-avatar .tavatar-info {
	text-align: left;
}
.s-testi-avatar .tavatar-info h5 {
	font-size: 22px;
	font-weight: 700;
}
.s-testi-avatar .tavatar-info span {
	font-weight: 500;
	text-transform: uppercase;
}
.testimonial-box {
	background: #fff;
	box-shadow: 0px 5px 60px 0px rgba(146, 146, 146, 0.2);
	margin: 0 70px;
}
.s-single-testimonial {
	padding: 60px 50px;
	box-shadow: 0px 5px 60px 0px rgba(146, 146, 146, 0.2);
	margin: 30px;
}
.s-testi-content p {
	font-size: 18px;
	line-height: 37px;
	margin-bottom: 30px;
}
.testi-review i {
	font-size: 13px;
	color: #feae1c;
	margin: 0 2px;
}
.testi-review .testi-quote {
	font-size: 24px;
	color: #202020;
	margin-left: 8px;
}
.testi-review {
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-testimonial-active .slick-arrow {
	top: 50%;
	left: -130px;
	transform: translateY(-50%);
}
.s-testimonial-active .slick-arrow.slick-next {
	right: -130px;
	left: auto;
}
.app-testimonial-area {
	background: #f2f3fe;
}
.app-testimonial {
	background: #fff;
	padding: 15px;
}
.testi-quote h4 {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	display: inline-block;
}
.testi-quote h4::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
	color: #4275ff;
	margin-right: 5px;
	position: relative;
	top: -6px;
}
.testi-quote h4::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
	color: #4275ff;
	margin-left: 5px;
	position: relative;
	bottom: -6px;
}
.testi-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.app-testi-content p:first-child {
	font-size: 18px;
	color: #42495b;
	line-height: 1.9;
	margin-bottom: 30px;
}
.app-testi-content p:last-child {
	margin-bottom: 0;
}
.app-testi-review i {
	font-size: 13px;
	color: #fdab00;
}
.app-testi-avatar .tavatar-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
}
.app-testi-avatar .tavatar-info span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #fdab00;
}
.app-testi-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -90px;
	height: 60px;
	width: 60px;
	text-align: center;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	border: none;
	font-size: 18px;
	color: #4275ff;
	line-height: 60px;
	cursor: pointer;
	z-index: 9;
	transition: .3s;
}
.app-testi-active .slick-next {
	right: -90px;
	left: auto;
}
.app-testi-active .slick-arrow:hover {
	background: #4275ff;
	color: #fff;
}
.app-testi-active .slick-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -78px;
	line-height: 1;
}
.app-testi-active .slick-dots li {
	display: inline-block;
	line-height: 1;
}
.app-testi-active .slick-dots li button {
	padding: 0;
	text-indent: -999999px;
	border: none;
	width: 20px;
	height: 5px;
	background: #b8c7ff;
	border-radius: 5px;
	line-height: 1;
	margin: 0 5px;
	transition: .3s;
	z-index: 9;
	cursor: pointer;
}
.app-testi-active .slick-dots li.slick-active button {
	width: 35px;
	background: #6a86f3;
}
.sass-testimonial {
	background: #fff;
	padding: 0px 9px;
	margin-top: 10px;
}
.sass-testi-active .slick-dots {
	margin-top: 80px;
	line-height: 1;
	margin-left: 9px;
}
.sass-testi-active .slick-dots li {
	display: inline-block;
	line-height: 0;
}
.sass-testi-active .slick-dots li button {
	text-indent: -9999px;
	padding: 0;
	border: none;
	line-height: 1;
	height: 5px;
	width: 10px;
	background: #eaeefc;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	transition: .3s;
}
.sass-testi-active .slick-dots li.slick-active button {
	width: 35px;
	background: #fdab00;
}
.testi-circle-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
}
.testi-circle-icon.tc-one {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 10px 80px 0px rgba(195, 195, 195, 0.64);
}
.testi-circle-icon.now-in-view {
	box-shadow: 0px 10px 80px 0px rgba(195, 195, 195, 0.64);
}
.tc-two.now-in-view {
	left: 2%;
	top: 0%;
}
.tc-three.now-in-view {
	left: 50%;
	top: -14%;
}
.tc-four.now-in-view {
	left: 80%;
	top: 40%;
}
.tc-five.now-in-view {
	left: 64%;
	top: 79%;
}
.tc-six.now-in-view {
	left: 15%;
	top: 76%;
}
.tc-seven.now-in-view {
	left: -5%;
	top: 46%;
}
.sass-testimonial .app-testi-content p:last-child {
	color: #939fbf;
}
.portfolio-testi {
	border: 1px solid #edeaf6;
	transition: .3s;
}
.portfolio-testi-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -90px;
	height: 60px;
	width: 60px;
	text-align: center;
	background: #fff;
	border: 2px solid #e5e5e5;
	padding: 0;
	border-radius: 50%;
	font-size: 18px;
	color: #606060;
	line-height: 60px;
	cursor: pointer;
	z-index: 9;
	transition: .3s;
}
.portfolio-testi-active .slick-next {
	right: -90px;
	left: auto;
}
.portfolio-testi-active .slick-arrow:hover {
	background: #f7ae0d;
	border-color: #f7ae0d;
	color: #fff;
}
.portfolio-testi-active .slick-center .portfolio-testi {
	box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
	border-color: transparent;
}
.portfolio-testi-active .slick-track {
	padding-top: 70px;
	padding-bottom: 90px;
}
.portfolio-testi-active .slick-dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1;
}
.portfolio-testi-active .slick-dots li {
	display: inline-block;
	line-height: 1;
}
.portfolio-testi-active .slick-dots li button {
	padding: 0;
	text-indent: -999999px;
	border: 2px solid #f7ae0d;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	line-height: 1;
	margin: 0 5px;
	transition: .3s;
	z-index: 9;
	cursor: pointer;
}
.portfolio-testi-active .slick-dots li.slick-active button {
	border-color: #606060;
}
.portfolio-testi .testi-quote h4::before,
.portfolio-testi .testi-quote h4::after {
	color: #f7ae0d;
}
.portfolio-testi .app-testi-content p:last-child {
	color: #a996e0;
}
.portfolio-testi .app-testi-avatar .tavatar-info span {
	color: #f7ae0d;
}
.inner-testimonial .app-testi-content p:last-child {
	color: #6e6e6e;
}
/* 23. App-download */

.app-download-content p {
	margin-bottom: 0;
	padding-right: 16px;
}
.s-app-download a:first-child {
	margin-right: 20px;
}
.app-download-area.pt-130 {
	padding-bottom: 48px;
}
.sass-download-content p {
	color: #939fbf;
}
.sass-download-icon {
	position: absolute;
}
.sass-download-icon.sd-icon-one {
	left: -16%;
	top: 3%;
}
.sass-download-icon.sd-icon-two {
	right: -16%;
	top: 8%;
}
.sass-download-icon.sd-icon-three {
	left: -11px;
	top: 26%;
}
.sass-download-icon.sd-icon-four {
	right: -15%;
	top: 41%;
}
.sass-download-icon.sd-icon-five {
	left: -52px;
	bottom: 10%;
}
.sass-download-icon.sd-icon-six {
	right: -2%;
	bottom: 6%;
}
.sass-download-area.pt-130 {
	padding-bottom: 95px;
}
/* 24. Blog */

.single-blog {
	background: #fff;
}
.blog-img img {
	width: 100%;
}
.blog-content {
	padding: 65px 50px 65px 20px;
}
.blog-content h4 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.blog-content h4:hover a {
	color: #f7ae0d;
}
.blog-content p {
	font-size: 15px;
	margin-bottom: 25px;
}
.blog-meta ul li {
	display: inline-block;
	margin-right: 25px;
	color: #5f5f5f;
}
.blog-meta ul li i {
	font-size: 15px;
	margin-right: 10px;
	color: #f7ae0d;
}
.blog-meta ul li a {
	color: #5f5f5f;
}
.blog-meta ul li a:hover {
	color: #202020;
}
.s-blog-content {
	padding: 40px 30px;
}
.s-blog-content h4 {
	font-size: 20px;
	letter-spacing: -.5px;
	line-height: 1.5;
	margin-bottom: 25px;
}
.s-blog-content h4:hover a {
	color: #f7ae0d;
}
.s-blog-content p {
	margin-bottom: 0;
}
.protfolio-blog {
	background: #eeeaf7;
}
.p-blog-thumb img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}
.p-blog-content h4 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 0;
	color: #5435ad;
}
.p-blog-content h4:hover a {
	color: #f7ae0d;
}
.p-blog-content {
	padding: 23px 30px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pagination-wrap {
	margin-top: 5px;
}
.pagination {
	display: block;
	display: block;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination li {
	display: inline-block;
	margin: 0 4px;
}
.pagination li a {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	line-height: 48px;
	color: #202020;
	background-color: #fff;
	border: 2px solid #dee5fd;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
}
.pagination li:first-child a,
.pagination li:last-child a {
	border: 2px dashed #dee5fd;
}
.pagination li.active a {
	border-color: #f7ae0d;
	color: #f7ae0d;
}
.pagination li:hover a {
	border-color: #f7ae0d;
	color: #f7ae0d;
}
.standard-blog .s-blog-content {
	padding: 0;
}
.standard-blog .s-blog-content h2 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.5px;
	margin-bottom: 18px;
	padding-right: 50px;
}
.standard-blog .s-blog-content h2:hover a {
	color: #f7ae0d;
}
.standard-blog .s-blog-content p {
	margin-bottom: 35px;
	padding-right: 30px;
}
.standard-blog .s-blog-content .btn {
	background: #f8f6f2;
	color: #202020;
	padding: 22px 50px;
	padding-right: 65px;
}
.standard-blog .s-blog-content .btn::before {
	right: 23%;
}
.standard-blog .s-blog-content .btn::after {
	display: none;
}
.standard-blog .s-blog-content .btn:hover {
	background: #f7ae0d;
	color: #fff;
}
.standard-blog .blog-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 120px;
	width: 120px;
	text-align: center;
	font-size: 24px;
	line-height: 120px;
	background: #fff;
	color: #f7ae0d;
	border-radius: 50%;
	z-index: 1;
}
.standard-blog .blog-video:hover {
	color: #f7ae0d;
}
.standard-blog.qote-post {
	background-position: center;
	background-size: cover;
}
.qote-post-content {
	padding: 70px 50px;
}
.qote-post-content h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.5px;
}
.sidebar-form {
	position: relative;
}
.sidebar-form input {
	width: 100%;
	border: 2px solid #eaedf4;
	font-size: 16px;
	padding: 26px 30px;
	color: #202020;
	border-radius: 5px;
	padding-right: 60px;
}
.sidebar-form input::placeholder {
	font-size: 16px;
	color: #202020;
}
.sidebar-form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	border: none;
	padding: 0;
	background: none;
	font-size: 16px;
	color: #f7ae0d;
	cursor: pointer;
}
.widget.w-gray-bg {
	background: #f9f8f6;
	padding: 35px 30px;
}
.sidebar-widget-title h2 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
}
.sidebar-widget-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background: url("../img/icon/w_title_line.png");
	width: 42px;
	height: 2px;
	background-repeat: no-repeat;
}
.sidebar-cat ul li {
	margin-bottom: 10px;
}
.sidebar-cat ul li:last-child {
	margin-bottom: 0px;
}
.sidebar-cat ul li a {
	font-size: 15px;
	color: #5f5f5f;
}
.sidebar-cat ul li a:hover {
	color: #f7ae0d;
}
.rc-post-thumb {
	float: left;
	margin-right: 15px;
}
.rc-post-thumb img {
	border-radius: 50%;
}
.rc-post-content {
	overflow: hidden;
}
.rc-post-content h5 {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.rc-post-content h5:hover a {
	color: #f7ae0d;
}
.rc-post-content span {
	display: block;
	color: #858585;
}
.rc-post ul li {
	padding-bottom: 40px;
	border-bottom: 1px solid #e4ddcf;
	margin-bottom: 40px;
	overflow: hidden;
}
.rc-post ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.sb-newsletter-content p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 20px;
}
.sidebar-newsletter form input {
	width: 100%;
	background: #fff;
	border: 1px solid #f7ae0d;
	padding: 18px 25px;
	font-size: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.sidebar-newsletter form input::placeholder {
	color: #5f5f5f;
}
.sidebar-newsletter form .btn {
	border-radius: 5px;
	padding: 22px 40px;
	padding-right: 60px;
}
.sidebar-newsletter form .btn::before {
	right: 19%;
}
.sidebar-tag ul li {
	display: inline-block;
}
.sidebar-tag ul li a {
	display: block;
	background: #fff;
	padding: 13px 20px;
	line-height: 1;
	border-radius: 5px;
	color: #5f5f5f;
	margin: 4px 2px;
}
.sidebar-tag ul li a:hover {
	background: #f7ae0d;
	color: #fff;
}
.sidebar-banner img {
	width: 100%;
}
.banner-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	left: 50px;
}
.banner-overlay h4 {
	font-size: 40px;
	color: #fff;
	letter-spacing: -2px;
	margin-bottom: 25px;
}
.banner-overlay p {
	font-size: 15px;
	line-height: 2;
	color: #fff;
	margin-bottom: 35px;
}
.banner-overlay .btn {
	background: #fff;
	color: #202020;
	border-radius: 5px;
}
.banner-overlay .btn::before {
	right: 25%;
}
.banner-overlay .btn:after {
	display: none;
}
.blog-details-content h2 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.5px;
	margin-bottom: 18px;
	padding-right: 60px;
}
.blog-details-content p {
	margin-bottom: 0;
}
.blog-details-content blockquote {
	font-size: 30px;
	color: #202020;
	line-height: 1.3;
	letter-spacing: -1px;
	padding: 50px 40px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.blog-details-content blockquote::before {
	content: "\f10e";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 Pro";
	color: #13287e;
	font-size: 150px;
	line-height: 1;
	opacity: .1;
	z-index: -1;
}
.blog-details-content blockquote footer {
	font-size: 14px;
	font-weight: 500;
	color: #f7ae0d;
	letter-spacing: 0;
	position: relative;
	margin-top: 15px;
	padding-left: 50px;
}
.blog-details-content blockquote footer::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background: #f7ae0d;
}
.post-tag h5 {
	font-size: 20px;
	margin-bottom: 5px;
}
.post-tag ul li {
	display: inline-block;
}
.post-tag ul li a {
	font-size: 14px;
	text-transform: capitalize;
	color: #5f5f5f;
}
.post-tag ul li a:hover {
	color: #f7ae0d;
}
.post-share h5 {
	font-size: 20px;
	margin-bottom: 5px;
}
.post-share ul li {
	display: inline-block;
	margin-left: 10px;
}
.post-share ul li a {
	font-size: 14px;
	text-transform: capitalize;
	color: #5f5f5f;
}
.post-share ul li a:hover {
	color: #f7ae0d;
}
.posts-navigation {
	padding: 40px 30px;
	border: 1px solid #e7e4ff;
	margin-top: 75px;
}
.related-pthumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.related-pcontent {
	overflow: hidden;
}
.related-pcontent h6 {
	font-size: 14px;
	line-height: 23px;
	padding-right: 40px;
	margin-bottom: 0;
}
.related-pcontent h6:hover a {
	color: #f7ae0d;
}
.rp-meta {
	color: #5f5f5f;
	font-size: 12px;
	font-weight: 500;
}
.prev-link > a {
	font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
	text-transform: capitalize;
}
.next-link > a {
	font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
	text-transform: capitalize;
}
.prev-link > a:hover,
.next-link > a:hover {
	color: #f7ae0d;
}
.avatar-wrap {
	box-shadow: 0px 0px 32px 0px rgba(235, 235, 235, 0.66);
	margin-top: 130px;
	padding: 50px 60px;
	padding-top: 0;
}
.avatar-img img {
	margin-top: -50px;
	margin-bottom: 35px;
	border-radius: 50%;
}
.avatar-info h5 {
	font-size: 20px;
	margin-bottom: 0;
}
.avatar-info-social a {
	color: #5f5f5f;
	font-size: 14px;
	margin: 0 5px;
}
.avatar-info-social a:hover {
	color: #f7ae0d;
}
.comment-wrap-title h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding-bottom: 10px;
	position: relative;
}
.title-border {
	width: 60px;
	position: relative;
	bottom: 0px;
	overflow: hidden;
	height: 2px;
	background: #f7ae0d;
	display: inline-block;
	border-radius: 50px;
}
.title-border::before {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	left: 5%;
	bottom: 0;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	animation: titleborder 2s linear infinite;
}
@keyframes titleborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100% {
		-webkit-transform: translateX(20px);
		transform: translateX(50px);
	}
}
.single-comment {
	display: flex;
	align-items: center;
}
.comments-avatar {
	margin-right: 30px;
}
.comments-avatar img {
	border-radius: 50%;
}
.comment-text .avatar-name {
	margin-bottom: 10px;
}
.comment-text .avatar-name h6 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
}
.comment-text .avatar-name span {
	margin-left: 5px;
}
.comment-text p {
	margin-bottom: 10px;
	font-size: 14px;
	padding-right: 100px;
}
.comment-text a.comment-reply {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #42495b;
}
.comment-text a.comment-reply i {
	margin-left: 5px;
}
.comment-text a.comment-reply:hover {
	color: #f7ae0d;
}
.single-comment.children {
	margin-left: 70px;
}
.comment-field {
	position: relative;
}
.comment-field input {
	padding: 12px 25px;
	width: 100%;
	border: 1px solid #e8e8e8;
	transition: .3s;
}
.comment-field input::placeholder {
	color: #5f5f5f;
}
.comment-field input:focus {
	border-color: #f7ae0d;
}
.comment-field i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #f7ae0d;
}
.comment-field.text-area i {
	top: 15px;
	transform: unset;
}
.comment-field textarea {
	padding: 12px 25px;
	width: 100%;
	border: 1px solid #e8e8e8;
	transition: .3s;
	height: 125px;
}
.comment-field textarea:focus {
	border-color: #f7ae0d;
}
.comment-form .btn {
	border-radius: 5px;
	padding: 22px 40px;
	padding-right: 60px;
}
.comment-form .btn::before {
	right: 19%;
}
/* 25. Contact */

.pc-form-group {
	margin-bottom: 30px;
}
.pc-form-group label {
	font-size: 16px;
	font-weight: 700;
	color: #5435ad;
	cursor: unset;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}
.pc-form-group label span {
	color: #f7ae0d;
}
.pc-form-group input {
	width: 100%;
	border: 2px solid #eeeaf7;
	padding: 21px 40px 21px 20px;
	font-size: 16px;
	color: #5435ad;
	border-radius: 5px;
	transition: .3s;
}
.pc-form-group input::placeholder {
	color: #a996e0;
}
.pc-form-group input:focus {
	border-color: #5435ad;
}
.pc-form-group textarea {
	width: 100%;
	border: 2px solid #eeeaf7;
	padding: 21px 40px;
	font-size: 16px;
	color: #5435ad;
	border-radius: 5px;
	height: 135px;
	transition: .3s;
}
.pc-form-group textarea::placeholder {
	color: #a996e0;
}
.pc-form-group textarea:focus {
	border-color: #5435ad;
}
.pc-form-wrap .btn::before {
	right: 19%;
}
.portfolio-map img {
	width: 100%;
	box-shadow: 0px 10px 80px 0px rgba(189, 189, 189, 0.5);
	cursor: pointer;
}
.sc-info-title h2 {
	font-size: 25px;
	font-weight: 400;
	color: #303030;
	padding-bottom: 15px;
	line-height: 1;
	margin-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}
.sc-info-title h2 i {
	margin-right: 10px;
}
.single-contact-info p {
	margin-bottom: 0;
	font-size: 18px;
}
.single-contact-info span {
	display: block;
}
.contact-form-grp {
	position: relative;
}
.contact-form-grp label {
	float: left;
	width: 300px;
	display: inline-block;
	border: 1px solid
}
.contact-form-grp input {
	width: 100%;
	border: 2px solid #e5e7fc;
	padding: 22px 30px;
	font-weight: 500;
	color: #202020;
	padding-right: 50px;
	margin-bottom: 30px;
	background: #fff;
}
.contact-form-grp input::placeholder {
	color: #202020;
}
.contact-form-grp i {
	position: absolute;
	top: 26px;
	right: 30px;
	color: #f7ae0d;
	font-weight: 400;
}
.contact-form-grp textarea {
	width: 100%;
	border: 2px solid #e5e7fc;
	padding: 22px 30px;
	font-weight: 500;
	color: #202020;
	padding-right: 50px;
	height: 180px;
	margin-bottom: 30px;
}
.contact-form-grp textarea::placeholder {
	color: #202020;
}
.contact-form .faq-selected {
	width: 100%;
	display: block;
	padding: 26px 30px;
	border: 2px solid #e5e7fc;
	color: #202020;
	font-weight: 500;
	margin-bottom: 30px;
}
.contact-form .faq-selected::after {
	border-bottom: 2px solid #f7ae0d;
	border-right: 2px solid #f7ae0d;
	right: 30px;
}
.contact-form .btn::before {
	right: 22%;
}
.contact-map img {
	width: 100%;
	cursor: pointer;
}
.customer-form-grp {
	position: relative;
}
.customer-form-grp label {
	float: left;
	width: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding-right: 20px;
	text-align: left;
	padding-top: 20px;
	color: #050505;
}
.customer-form-grp input,
.customer-form-grp select {
	width: 100%;
	border: 2px solid #e5e7fc;
	padding: 22px 30px;
	font-weight: 500;
	color: #202020;
	padding-right: 50px;
	margin-bottom: 30px;
	background: #fff;
}
.customer-form-grp .tagsinput {
	width: 70%;
	border: 2px solid #e5e7fc;
	padding: 18px 30px;
	font-weight: 500;
	color: #202020;
	padding-right: 50px;
	margin-bottom: 30px;
	background: #fff;
}
/* 26. 404 page */

.error-height {
	min-height: 100vh;
	background-position: right;
	background-repeat: no-repeat;
}
.error-content {
	padding-top: 70px;
}
.error-content h2 {
	font-size: 65px;
	line-height: 1;
	color: #f7ae0d;
	margin-bottom: 40px;
}
.error-content p {
	margin-bottom: 40px;
}
.error-shape {
	position: absolute;
	z-index: -1;
}
.eshape-one {
	left: 100px;
	top: 22%;
}
.eshape-two {
	left: 35%;
	top: 100px;
}
.eshape-three {
	left: 130px;
	bottom: 22%;
}
.eshape-four {
	left: 19%;
	bottom: 70px;
}
.eshape-five {
	left: 43%;
	bottom: 70px;
}
/* 27. Footer */

.footer-area {
	background: url(../img/bg/bg-footer.jpg) top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
}
.footer-text p {
	padding-right: 35px;
	margin-bottom: 25px;
}
.footer-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f8f6f2;
	border-radius: 50%;
	color: #f7ae0d;
	margin-right: 10px;
}
.footer-social a:hover {
	background: #f7ae0d;
	color: #fff;
}
.fw-title h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
.fw-link ul li {
	margin-bottom: 10px;
}
.fw-link ul li a {
	font-size: 14px;
	color: #6e6e6e;
}
.fw-link ul li a:hover {
	color: #f7ae0d;
}
.fw-link ul li:last-child {
	margin-bottom: 0px;
}
.footer-contact ul li {
	overflow: hidden;
	margin-bottom: 13px;
}
.footer-contact ul li i {
	float: left;
	display: block;
	margin-right: 10px;
	color: #f7ae0d;
}
.footer-contact ul li span {
	display: block;
	overflow: hidden;
}
.copyright-wrap {
	padding: 40px 0 12px;
}
.copyright-text p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.7;
}
.copyright-text p span {
	color: #f7ae0d;
}
.copyright-menu ul li {
	display: inline-block;
	padding-left: 2px;
	text-align: center;
}
.copyright-menu ul li:first-child {
	padding-left: 0;
}
.copyright-menu ul li a {
	color: #6e6e6e;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.copyright-menu ul li a:hover {
	color: #f7ae0d;
}
.footer-img img {
	width: 100%;
}
.app-footer-text p {
	color: #fff;
	margin-bottom: 0;
	padding-right: 0;
}
.app-footer-link ul li {
	display: inline-block;
	margin-right: 25px;
}
.app-footer-link ul li:last-child {
	margin-right: 0;
}
.app-footer-link ul li a {
	font-size: 13px;
	line-height: 30px;
	color: #606060;
}
.app-footer-link ul li a:hover {
	color: #f7ae0d;
}
.app-footer-link2 ul li {
	display: inline-block;
	margin-right: 15px;
}
.app-footer-link2 ul li:last-child {
	margin-right: 0;
}
.app-footer-link2 ul li a {
	font-size: 11.5px;
	line-height: 30px;
	color: #606060;
}
.app-footer-link2 ul li a:hover {
	color: #f7ae0d;
}
.app-footer-contact h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 14px;
}
.app-footer-contact span {
	font-size: 18px;
	display: block;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.app-copyright-menu ul li {
	display: inline-block;
	margin: 0 10px;
}
.app-copyright-menu ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.app-copyright-menu ul li a:hover {
	color: #fff;
}
.white-copyright p {
	color: #fff;
}
.copyright-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f7ae0d;
	border-radius: 50%;
	color: #fff;
	margin-left: 10px;
}
.copyright-social a:hover {
	background: #fff;
	color: #f7ae0d;
}
.copyright-social .btn {
	width: 150px;
	border-radius: 30px;
	padding-top: 2px;
	padding-left: 24px;
}
.copyright-social .btn::before {
	right: 13%;
}
.app-copyright-wrap {
	padding: 15px 0;
}
.sass-footer {
	border-top: 1px solid #e3eaff;
}
.sass-footer-social a {
	background: #ecf1ff;
	color: #4275ff;
}
.sass-footer-social a:hover {
	background: #4275ff;
	color: #fff;
}
.sass-fw-link ul li a:hover {
	color: #4275ff;
}
.sass-footer-contact ul li i {
	color: #4275ff;
}
.sass-copyright-text p span {
	color: #4275ff;
}
.sass-copyright-menu ul li a:hover {
	color: #4275ff;
}
.portfolio-footer-menu ul li {
	display: inline-block;
	margin: 0 15px;
}
.portfolio-footer-menu ul li a {
	font-size: 17px;
	color: #b094ff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	display: block;
	padding: 10px 0;
}
.portfolio-footer-menu ul li a:hover {
	color: #f7ae0d;
}
.portfolio-footer-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #e5e0f2;
	border-radius: 50%;
	color: #8467d8;
	margin: 0 5px;
}
.portfolio-footer-social a:hover {
	background: #4f31a6;
	color: #fff;
}
.portfolio-copyright-wrap {
	border: none;
	background: #4f31a6;
}
.footer-follow ul li {
	margin-bottom: 10px;
}
.footer-follow ul li:last-child {
	margin-bottom: 0px;
}
.footer-follow ul li i {
	width: 20px;
	margin-right: 10px;
}
.footer-follow ul li i.fa-facebook-f {
	color: #3578e5;
}
.footer-follow ul li i.fa-twitter {
	color: #1da1f2;
}
.footer-follow ul li i.fa-google-plus-g {
	color: #ea4335;
}
.footer-follow ul li i.fa-skype {
	color: #0078ca;
}
.footer-follow ul li a {
	font-size: 14px;
	color: #5f5f5f;
}
.shop-copyright-wrap {
	padding: 20px 0;
}
/*--- 28. Preloader ---*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999;
}
.preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #f7ae0d;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}
@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/**** REVOLUTION SLIDER ****/

.txt-title {
	background: #f7ae0d;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 15px;
	border-radius: 20px;
	width: 170px;
}
.txt-main {
	color: #202020;
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: -2.5px;
}
.txt-main02 {
	color: #202020;
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: -2.5px;
}
.txt-sub {
	color: #606060;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	border-left: 2px solid #f7ae0d;
	padding-left: 20px;
}
.txt-sub02 {
	color: #606060;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding-left: 20px;
}
.custom.tparrows.tp-leftarrow,
.custom.tparrows.tp-rightarrow {
	background: none;
	border: 2px solid #dedede;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	color: #f7ae0d;
}
.custom.tparrows.tp-leftarrow:hover,
.custom.tparrows.tp-rightarrow:hover {
	background: #f7ae0d;
	border: 2px solid #f7ae0d;
	color: #fff;
}
.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
	color: #202020;
	font-size: 16px;
	line-height: 55px;
	z-index: 1;
}
.custom.tparrows.tp-leftarrow:hover:before,
.custom.tparrows.tp-rightarrow:hover:before {
	color: #fff;
}
.tp-bullets.custom .tp-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #dedede;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: border 0.3s, background 0.3s;
	transition: border 0.3s, background 0.3s;
}
.tp-bullets.custom .tp-bullet.selected {
	border: 2px solid #f7ae0d;
	background: #fff;
}
.tp-bannertimer {
	display: none;
}
/**** REVOLUTION SLIDER Slide01 images ****/

.sld-01-img01 {
	display: block;
	width: 591px;
	height: 564px;
	position: relative;
}
.sld-01-img02 {
	display: block;
	width: 493px;
	height: 382px;
	position: relative;
}
.sld-01-img03 {
	display: block;
	width: 184px;
	height: 184px;
	position: relative;
}
.sld-01-img04 {
	display: block;
	width: 785px;
	height: 645px;
	position: absolute;
}
/**** REVOLUTION SLIDER Slide01 images ****/

/**** REVOLUTION SLIDER Slide01 images ****/

.sld-03-img01 {
	display: block;
	width: 1031px;
	height: 726px;
	position: relative;
}
.sld-03-img02 {
	display: block;
	width: 830px;
	height: 690px;
	position: relative;
}
.sld-03-img03 {
	display: block;
	width: 320px;
	height: 500px;
	position: relative;
}
/**** REVOLUTION SLIDER Slide01 images ****/

.bg-overlay-5 {
	position: relative;
	z-index: 1;
}
.bg-overlay-5::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.7);
}
.welcome-area {
	height: 800px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.welcome-area {
		height: 1000px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.welcome-area {
		height: 1100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-area {
		height: 700px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.welcome-area {
		height: 750px;
	}
}
@media only screen and (max-width: 767px) {
	.welcome-area.home-6 {
		height: 600px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.welcome-area.home-6 {
		height: 600px;
	}
}
@media only screen and (max-width: 767px) {
	.welcome-area.home-7 {
		height: 600px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.welcome-area.home-7 {
		height: 600px;
	}
}
.welcome-area-slider .owl-nav {
	opacity: 0;
	transition-duration: 500ms;
}
.welcome-area-slider .owl-nav .owl-prev,
.welcome-area-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	display: inline-block;
}
.welcome-area-slider .owl-nav .owl-next {
	right: 15px;
	left: auto;
}
.welcome-area-slider:hover .owl-nav {
	opacity: 1;
}
.welcome-area-slider,
.single-welcome-slide {
	height: 800px;
}
@media only screen and (max-width: 767px) {
	.welcome-area-slider,
	.single-welcome-slide {
		height: 600px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.welcome-area-slider,
	.single-welcome-slide {
		height: 600px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-area-slider,
	.single-welcome-slide {
		height: 600px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.welcome-area-slider,
	.single-welcome-slide {
		height: 650px;
	}
}
.welcome-text {
	position: relative;
	z-index: 9;
	border-radius: 5px;
}
.welcome-text span {
	color: #f7ae0d;
}
.welcome-text h2 {
	font-size: 54px;
	color: #fff;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.welcome-text h2 {
		font-size: 28px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.welcome-text h2 {
		font-size: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-text h2 {
		font-size: 36px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.welcome-text h2 {
		font-size: 42px;
	}
}
.welcome-text h6 {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}
@media only screen and (max-width: 767px) {
	.welcome-text h6 {
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-text h6 {
		font-size: 16px;
	}
}
.welcome-text p {
	color: rgba(255, 255, 255, 0.95);
	font-size: 16px;
	margin-bottom: 30px;
	display: block;
}
.video-bg {
	padding: 40px 0px 100px;
	position: relative;
	overflow: hidden;
}
.video-bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	content: '';
	opacity: 0.7;
	z-index: 2;
	background-color: #000;
}
.video-bg .container {
	position: relative;
	z-index: 3;
}
.video-bg h1 {
	margin-bottom: 32px;
}
.video-wrapper {
	position: absolute;
	width: 100%;
	top: -120px;
	left: 0px;
	z-index: 0;
}
.video-wrapper video {
	width: 100%;
	position: absolute;
	top: 0px;
}
@media all and (max-width: 1400px) {
	.video-wrapper video {
		width: 110%;
	}
}
@media all and (max-width: 1200px) {
	.video-wrapper video {
		width: 130%;
	}
}
@media all and (max-width: 1000px) {
	.video-wrapper video {
		width: 150%;
	}
}
/*-----------------------------------------------------------------------------------*/

/*	26. MODAL

/*-----------------------------------------------------------------------------------*/

.modal-transparent {
	background: rgba(21, 21, 21, 0.9);
}
.modal-content {
	background: none;
	border: 0;
	border-radius: 0;
	padding-top: 0;
}
.modal .modal-close {
	position: fixed;
	top: 15px;
	right: 25px;
	padding: 0;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
	font-family: 'lg';
	font-size: 38px;
	cursor: pointer;
}
.modal .modal-close:before {
	content: "\e070"
}
.modal .modal-close:hover {
	color: rgba(255, 255, 255, 0.75) !important;
}
.modal-dialog {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.modal .modal-dialog {
	margin-top: 50px;
	margin-bottom: 50px;
}
.modal.faded .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.modal.faded.show .modal-dialog {
	opacity: 1;
}
#overlay-nav {
	padding-top: 30px;
	padding-bottom: 30px;
}
.overlay-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.overlay-nav li {
	margin-bottom: 25px;
}
.overlay-nav li a {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: rgba(255, 255, 255, 1);
}
.overlay-nav li a:hover {
	color: rgba(255, 255, 255, 0.75);
}
.popup-heading-sep {
	display: block;
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 10px 0;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.modal-dialog {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.modal-dialog {
		max-width: 1140px;
	}
}
.js .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	width: 100%;
	height: 70px;
	font-size: 1.25rem;
	/* 20px */
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 0;
	/* 10px 20px */
}
.no-js .inputfile + label {
	display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	/* pointer-events: none; */
	/* in case of FastClick lib use */
}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}
/* style 6 */

.inputfile-6 + label {
	color: #202020;
	text-align: left!important;
}
.inputfile-6 + label {
	border: 2px solid #e5e7fc;
	background-color: #fff;
	padding: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
	border-color: #e5e7fc;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
	padding: 2.505rem 1.25rem 0rem;
	position: absolute;
	right: 0;
	height: 67px!important;
	/* 10px 20px */
}
.inputfile-6 + label span {
	width: 220px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}
.inputfile-6 + label strong {
	height: 100%;
	color: #fff;
	background-color: #202020;
	display: inline-block;
	font-weight: 500;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
	background-color: #606060;
}
@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
/* CREAR PRICING PACKAGES SCREENS - ORDERING TOOL CSS */

div.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.header-wrap.fixed {
	position: relative;
	background: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.fixed-mt {
	margin-top: 290px;
}
.screen-heading {
	background: #eaeaea;
	width: 100%;
	padding: 16px 0 10px;
	position: relative;
}
.screen-heading h2 {
	font-size: 24px;
	line-height: 30px;
	color: #808080;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
}
.screen-links {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 99;
	padding-top: 10px;
}
.screen-links ul {
	display: inline-block;
}
.screen-links ul li {
	display: inline-block;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.screen-links ul li a {
	color: #606060;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}
.screen-links ul li a:hover {
	color: #f7ae0d;
}
.screen-links ul li a.active {
	color: #f7ae0d;
}
.screen-links ul li a div {
	width: 45px;
	height: 45px;
	background: #fff;
	border: 2px solid #f7ae0d;
	text-align: center;
	color: #f7ae0d;
	font-size: 15px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	padding-top: 11px;
}
.screen-links ul li a:hover div {
	background: #f7ae0d;
	color: #fff;
}
.screen-links ul li a div.active {
	background: #f7ae0d;
	color: #fff;
}
.screen-package {
	background: #f7ae0d;
	width: 100%;
	border-radius: 20px;
	color: #fff;
}
.package-details {
	padding: 6px 0 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.package-details.brd-left {
	border-left: 1px solid #fff;
}
.package-details h2 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	padding-bottom: 4px;
	letter-spacing: -1px;
}
.package-details p {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
}
.package-details p.small {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 12px;
}
.screen-content {
	background: #fff9ed;
	padding: 30px;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
}
.screen-content p {
	font-size: 18px;
	line-height: 26px;
	color: #050505;
	font-weight: 500;
}
p.big {
	font-size: 22px;
	line-height: 26px;
	color: #050505;
	font-weight: 600;
}
p.small {
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	font-weight: 500;
}
p.small span {
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	font-weight: 700;
	color: #020202;
	float: right;
}
.screen-content p a.img {
	width: 216px;
	height: 216px;
	text-align: center;
}
.docx ul {
	display: inline-block;
}
.docx ul li {
	display: inline-block;
	padding: 10px 20px;
}
.docx ul li a {
	color: #050505;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.docx ul li a:hover {
	color: #f7ae0d;
}
.docx ul li a i {
	font-size: 48px;
}
.white-box {
	background: #fff;
	padding: 30px 30px 20px;
	border-radius: 10px;
	display: block;
}
.white-box.bg-gray {
	background: #f5f5f5;
	padding: 30px 30px 20px;
	border-radius: 10px;
	display: block;
}
.white-box .col1 {
	width: 50%;
	display: inline-block;
}
.white-box .col2 {
	width: 44%;
	text-align: right;
	display: inline-block;
}
p.brd {
	border-bottom: 1px solid #e5e0d5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.order-row {
	border-bottom: 1px solid #e5e0d5;
	padding: 20px 0px 5px;
}
.order-row.last {
	border-bottom: 0px solid #e5e0d5;
	padding: 20px 0px 5px;
}
.order-row label {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #333;
}
.order-row label span {
	font-weight: 600;
	color: #333;
	float: right;
}
.order-row .price-01 {
	padding-left: 220px;
}
.order-row .price-02 {
	padding-left: 128px;
}
.order-row .price-03 {
	padding-left: 60px;
}
.order-row .price-04 {
	padding-left: 122px;
}
.order-row p.small {
	font-size: 14px;
	line-height: 18px;
}
p.order-icon {
	font-size: 45px;
	line-height: 55px;
	color: #f7ae0d;
	text-align: center;
	font-weight: 400;
}
p.order-number {
	font-size: 22px;
	line-height: 30px;
	color: #020202;
	text-align: center;
	font-weight: 700;
}
i.icn-info {
	font-size: 24px;
	color: #fff;
	background: #f7ae0d;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	float: right;
	text-align: center;
	padding-top: 9px;
	position: absolute;
	top: 15px;
	right: 50px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 100%;
	background: none;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
[type="radio"]:checked.black + label:before,
[type="radio"]:not(:checked).black + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #333;
	border-radius: 100%;
	background: none;
}
[type="radio"]:checked.black + label:after,
[type="radio"]:not(:checked).black + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #333;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 3.2em;
	cursor: pointer;
}
[type="checkbox"]:not(:checked).less + label,
[type="checkbox"]:checked.less + label {
	position: relative;
	padding-left: 3.1em;
	cursor: pointer;
}
/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	border: 2px solid #333;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '\2714\0020';
	position: absolute;
	top: .15em;
	left: .22em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #f7ae0d;
	transition: all .2s;
}
/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #333;
}
[type="checkbox"]:disabled + label {
	color: #333;
}
/* accessibility */

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 2px solid #333;
}
/* hover style just for information */

label:hover:before {
	border: 2px solid #333!important;
}
.parsley-errors-list {
	float: left;
	text-align: left;
	color: #f7ae0d;
	font-weight: 600;
	width: 100%;
}


body #hubspot-messages-iframe-container {
    display: none !important;
}
.banner-heading{
	font-family: 'Poppins', sans-serif;
	color: white !important;
	
}
.banner-heading span{
	margin-right:10px;
}
.filters {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.mc4wp-alert.mc4wp-success p {
    color: #fff!important;
}
.filters p {
    margin: 0 16px;
    font-size: 16px;
    color: #000;
}
.filters ul{
	display: flex;
	justify-content: flex-start;
	list-style: none;
	border-bottom: medium none;
	margin: 0;
}
.filters ul li {
	display: inline-block;
	text-align: center;
	margin-right: 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	margin-bottom: -2px;
	color: #777;
	transition: 0.3s;
	text-transform: uppercase;
	display: inline-block;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}
.filters ul li:first-child {
    margin-right: 16px;
}
.filters ul li a {
    margin: 0 16px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}
.filters ul li a:hover,
.filters ul li a:active,
.filters ul li a:focus{
	text-decoration: none;
	outline: 0 none !important;
	box-shadow: unset;
	border: medium none !important;
}
.filters ul li .count {
    top: -5px;
    right: -10px;
    text-align: left;
    position: absolute;
    font-size: 14px;
}
/* .filters ul li.is-checked, */
.filters ul li.is-checked a {
    color: #d90a2c;
    font-weight: 600;
}
.filters ul li a:hover{
	color: #d90a2c;
}
.filters ul li:last-child{
	margin-right: 0;
}
.grid .grid-item h1{
	background: #EEEEEE;
	height: 150px;
	line-height: 150px;
	color: white;
	font-size: 3em;
	text-align: center;
	margin-bottom: 30px;
}
.popups-content .modal-dialog {
    max-width: 100%;
    padding: 0;
}
.content-inner .right-content {
    background-color: #17161A;
    padding: 12vh 10vh;
}
.popup-content h2 {
    font-size: calc(36px + 4 * ((100vw - 576px)/ 1024));
    line-height: 1.1;
    color: #fff;
}
.popups-content .modal-dialog .row {
    margin-left: 0;
    margin-right: 0;
}
.popups-content .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.popups-content .modal-header {
    padding: 0;
    margin: 0;
    border: medium none;
}
.popups-content .modal-header .close {
    color: #fff;
    z-index: 1;
    padding: 0;
    opacity: 1;
}
.popups-content .modal-header .close span {
    font-size: 25px;
}
.popups-content .modal-content {
    padding: 0 !important;
}
.modal-content .left-media {
    padding: 0;
}
.popup-content .lead {
    color: #fff;
}
.popup-content .col-lg-6 {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
}
.content-overlay > * {
    padding-left: 20px;
}
.grid-item .grid-content .content-overlay{
	position: absolute;
	padding-left: 0px;
	padding-bottom: 0px;
	z-index: 1;
	height: 100%;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.grid-item .grid-content .content-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(23,22,26,0),rgba(23,22,26,.7));
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	z-index: -1;
}
.grid-item .grid-content h1 {
    font-weight: 700;
}
.grid-item .grid-content p::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: currentColor;
    top: 50%;
    margin-left: 16px;
}
.grid-item .grid-content h1 {
    background-color: transparent;
	text-align: left;
	line-height: 30px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0;
	font-size: 32px;
	height: auto;
}
.grid-item .grid-content p, .grid-item .grid-content a {
    color: #fff;
	transition: all cubic-bezier(.4,0,.2,1) .4s;
	font-size: 16px;
  margin-bottom: 0;
	font-weight: 700;
	position: relative;
}
.grid-item .grid-content .icon-popup {
    background-color: transparent;
	height: 50px;
	width: 50px;
	display: none;
	align-items: center;
	justify-content: center;
	color: #f7ae0d;
	font-size: 26px;
	border: 1px solid #f7ae0d;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	padding-left: 0;
	transition: all .3s linear;
}
.grid-item .grid-content:hover .icon-popup {
    display: flex;
}
.grid-item .grid-content .icon-popup i{
  display: inline-block;
	position: relative;
	transition: all .3s linear;
}
.grid-item .grid-content .icon-popup:hover i{
    transform: scale(1.1);
}
.grid-item .grid-content {
    margin: 15px 0;
	  border-radius: 8px;
	  position: relative;
    padding-top: 100%;
}
.popups-content .modal-dialog {
    margin: 0;
}
.project-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.project-description > * {
    padding-left: 0;
    padding-right: 0;
}
.popup-content .section-title.text-center {
    text-align: left !important;
}
.popup-content .project-meta-title {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.project-meta p {
    color: rgba(255,255,255,.35);
    font-size: 16px;
}
.project-meta li {
    width: calc((100% / 3) - 25px);
    margin-right: 25px;
	padding-top: 20px;
    border-top: 1px solid rgba(136,136,136,.65);
    margin-bottom: 20px;
}
.content-overlay:hover p {
    transform: translateY(-20px);
    opacity: 0;
}
.content-overlay a {
    transform: translateY(20px);
    opacity: 0;
	 display:inline-block;
}
.content-overlay:hover a {
  transform: translateY(-10px);
  opacity: 1;
	text-decoration: none;
}
.col-md-12 .rows.grid {
    margin-top: 10px;
    margin-bottom: 20px;
}
.content-inner .modal-header .close {
    top: 20px;
}
.project-description * {
    padding-left: 0;
    padding-right: 0;
}
.project-description > * {
    padding-left: 0;
    padding-right: 0;
}
.project-description .lead {
    font-size: 14px;
    line-height: 25px;
}
.project-description h2 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
}
.project-description .col-12, .project-description .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}
.right-content .popup-content .btn {
	font-size: 16px;
	padding: 0 10px;
	position: relative;
	text-transform: capitalize;
	font-weight: 600;
	background: transparent;
	color: #fff;
}
.right-content .popup-content .btn:hover {
	text-decoration: none;
}
.right-content .popup-content .btn::before {
    right: 10px;
	transition: all .3s linear;
}
.right-content .popup-content .btn:hover::before {
    right: 0px;
}
.right-content .popup-content .btn::after {
    display: none;
}
.right-content .popup-content .btn:hover,
.right-content .popup-content .btn:active,
.right-content .popup-content .btn:focus{
 background-color: transparent;
 outline: 0 none;
 box-shadow: unset;
}
.content-inner .modal-header .close:hover,
.content-inner .modal-header .close:active,
.content-inner .modal-header .close:focus{
	outline: 0 none;
	box-shadow: unset;
}
.popups-content .modal.fade {
    padding-right: 0 !important;
}
.modal-content .left-media img {
    width: auto;
    max-width: 100%;
}
.potfolio-content h1 {
    font-size: calc(46px + 26 * ((100vw - 576px)/ 1024));
    line-height: 1;
    letter-spacing: -.03em;
    color: #17161A;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-description p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}
.potfolio-content {
    padding-left: 15px;
}
.grid-item .grid-content .icon-popup:hover {
    background-color: #f7ae0d;
}
.grid-item .grid-content .icon-popup:hover i {
    color: #fff;
}
.col-md-12 .rows.grid .grid-item:nth-child(2),.col-md-12 .rows.grid .grid-item:nth-child(6) {
    max-width: 66%;
}
/* Client Page CSS Start */
.client-logo .client-logo-img {
	text-align: center;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.clients-slider .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
	padding: 0px;
}
.clients-slider .client-logo a {
    display: inline-block;
	  width: 100%;
}
.clients-slider .client-logo:last-child .client-logo-img {
    border-right: none;
    margin-right: -1px;
    border-bottom: medium none;
}

.clients-slider .client-logo:nth-child(25) .client-logo-img, .clients-slider .client-logo:nth-child(26) .client-logo-img, 
.clients-slider .client-logo:nth-child(27) .client-logo-img, .clients-slider .client-logo:nth-child(28) 
.client-logo-img, .clients-slider .client-logo:nth-child(29) .client-logo-img {
 	border-bottom: none !important;
}
.clients-slider .client-logo:first-child .client-logo-img,
.clients-slider .client-logo:nth-child(7) .client-logo-img,
.clients-slider .client-logo:nth-child(13) .client-logo-img,
.clients-slider .client-logo:nth-child(19) .client-logo-img,
.clients-slider .client-logo:nth-child(25) .client-logo-img{
	border-left: medium none;
}
.client-logo .client-logo-img{
	transition: all .3s linear;
}
.client-logo .client-logo-img:hover {
    background-color: #fde6a8b8;
}
/* Slow-motion Zoom Container */
.client-logo .client-logo-img img {
  transform-origin: 50% 50%;
  transition: transform 3s,filter 3s ease-in-out;
}
.clients-slider {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}
/* The Transformation */
.client-logo .client-logo-img:hover img {
  filter: brightness(100%);
  transform: scale(1.2);
}
.clients-slider .client-logo:nth-child(3) img,
.clients-slider .client-logo:nth-child(5) img,
.clients-slider .client-logo:nth-child(6) img,
.clients-slider .client-logo:nth-child(12) img,
.clients-slider .client-logo:last-child img, .clients-slider .client-logo:nth-child(25) img, .clients-slider .client-logo:nth-child(26) img, .clients-slider .client-logo:nth-child(27) img, .clients-slider .client-logo:nth-child(28) img, .clients-slider .client-logo:nth-child(29) img{

}
.blog-area .col-lg-4 #search-4.widget_search,
.blog-area .col-lg-4 .widget_nav_menu#nav_menu-2,
.blog-area .col-lg-4 .widget_tag_cloud#tag_cloud-2 {
    display: none;
}
.clients-slider .client-logo:last-child .client-logo-img {
}
/* Client Page CSS End */
/*Banner Responsive Design Start */
@media screen and (max-width: 1199px){

body .custom.tparrows.tp-leftarrow:before, body  .custom.tparrows.tp-rightarrow:before {
    line-height: 25px;
}
body .custom.tparrows.tp-leftarrow, body .custom.tparrows.tp-rightarrow {
    background: none;
    border: 2px solid #dedede;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    color: #f7ae0d;
}
}
@media screen and (max-width: 1024px)  and (min-width: 768px){
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper, .fullwidthbanner-container .fullwidthabanner#rev-slider1 {
    max-height: 540px !important;
    height: 540px !important;
}
}
@media screen and (max-width: 1024px){
.rev_slider li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap:nth-child(2) {
    top: 20px !important;
}
.rev_slider li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap:nth-child(3) {
    top: 90px !important;
}
.rev_slider li.tp-revslider-slidesli:nth-child(2) .tp-parallax-wrap:nth-child(4) {
    top: 130px !important;
}
.rev_slider li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap:nth-child(2) {
    top: 80px !important;
}
.rev_slider li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap:nth-child(3) {
    top: 200px !important;
}
.rev_slider li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap:nth-child(4) {
    top: 280px !important;
}
.rev_slider li.tp-revslider-slidesli:nth-child(3) .tp-parallax-wrap:nth-child(3) .txt-sub {
    margin-top: 0 !important;
}
	.rev_slider li.tp-revslider-slidesli:first-child .tp-parallax-wrap:nth-child(2) {
    top: 80px !important;
}
.rev_slider li.tp-revslider-slidesli:first-child .tp-parallax-wrap:nth-child(3) {
    top: 140px !important;
}
.rev_slider li.tp-revslider-slidesli:first-child .tp-parallax-wrap:nth-child(4) {
    top: 120px !important;
}
.rev_slider li.tp-revslider-slidesli:first-child .tp-parallax-wrap:nth-child(5) {
    top: 400px !important;
}
}
@media screen and (max-width: 768px){
.rev_slider li.tp-revslider-slidesli .txt-sub,.rev_slider li.tp-revslider-slidesli .txt-sub02 {
    display: block !important;
}
.rev_slider li.tp-revslider-slidesli:first-child .tp-parallax-wrap:nth-child(5) {
    top: 320px !important;
}
.sld-01-img02{
		display: none;
}
.rev_slider li.tp-revslider-slidesli .sld-01-img04{
		top:-40px;
}
.sld-01-img01 {
    display: none;
}
}
@media screen and (max-width: 749px){
.rev_slider li.tp-revslider-slidesli .sld-01-img04{
		top:-300px;
}
}
@media screen and (max-width: 567px){
.rev_slider li.tp-revslider-slidesli .sld-01-img04{
		left:200px;
}
}
@media screen and (max-width: 480px){
.rev_slider li.tp-revslider-slidesli .sld-01-img04{
		top:-340px;
}
}
@media screen and (max-width: 414px){
.rev_slider li.tp-revslider-slidesli .sld-01-img04{
  left:130px;
	top:-280px;
}
}
@media screen and (max-width: 379px){
.rev_slider li.tp-revslider-slidesli .sld-01-img04{
	top:-260px;
}
}
/*Banner Responsive Design End */

@media screen and (max-width: 991px){
.filters ul li a {
	margin: 0 12px;
	font-size: 14px;
}	
}
@media screen and (max-width: 768px){
.col-md-12 .rows.grid .grid-item {
    max-width: 100%;
    flex: 0 0 100%;
}
.col-md-12 .rows.grid .grid-item:nth-child(2), .col-md-12 .rows.grid .grid-item:nth-child(6) {
    max-width: 100%;
}
.grid-item .grid-content {
    padding-top: 56.25%;
}
}
@media screen and (max-width: 767px){
.filters ul,.filters {
	flex-wrap: wrap;
}
.filters p {
    margin: 0 0 0 15px;
    width: 100%;
}
.filters ul li,.filters ul li:first-child {
  margin-right: 0;
  width: 100%;
	text-align: left;
}
.clients-slider .client-logo {
    max-width: 50%;
}
}
@media screen and (max-width: 414px){
.client-logo .client-logo-img {
    padding: 8px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
.clients-slider .client-logo:nth-child(7) .client-logo-img, 
.clients-slider .client-logo:nth-child(13) .client-logo-img, 
.clients-slider .client-logo:nth-child(19) .client-logo-img, 
.clients-slider .client-logo:nth-child(25) .client-logo-img {
  border-left: 1px solid #ccc;
}
.clients-slider .client-logo:first-child .client-logo-img,
.clients-slider .client-logo:nth-child(5) .client-logo-img,
.clients-slider .client-logo:nth-child(9) .client-logo-img,
.clients-slider .client-logo:nth-child(13) .client-logo-img,
.clients-slider .client-logo:nth-child(17) .client-logo-img,
.clients-slider .client-logo:nth-child(21) .client-logo-img,
.clients-slider .client-logo:nth-child(25) .client-logo-img,
.clients-slider .client-logo:nth-child(29) .client-logo-img{
  border-left: medium none;
}
.clients-slider .client-logo:last-child .client-logo-img {
  margin-right: -1px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.clients-slider .client-logo:nth-child(25) .client-logo-img, 
.clients-slider .client-logo:nth-child(26) .client-logo-img,
.clients-slider .client-logo:nth-child(27) .client-logo-img, 
.clients-slider .client-logo:nth-child(28) .client-logo-img{
    border-bottom: 1px solid #ccc !important;
}
.clients-slider .client-logo:nth-child(29) .client-logo-img,
.clients-slider .client-logo:nth-child(30) .client-logo-img,
.clients-slider .client-logo:nth-child(31) .client-logo-img{
  border-bottom: medium none;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.clients-slider .client-logo:nth-child(4) .client-logo-img,
.clients-slider .client-logo:nth-child(10) .client-logo-img,
.clients-slider .client-logo:nth-child(16) .client-logo-img,
.clients-slider .client-logo:nth-child(22) .client-logo-img,
.clients-slider .client-logo:nth-child(28) .client-logo-img{
  border-left: medium none;
}
.clients-slider .client-logo:nth-child(25) .client-logo-img, 
.clients-slider .client-logo:nth-child(26) .client-logo-img,
.clients-slider .client-logo:nth-child(27) .client-logo-img{
    border-bottom: 1px solid #ccc !important;
}

}
@media screen and (max-width: 767px){
.clients-slider .client-logo:nth-child(odd) .client-logo-img{
  border-left: medium none;
}
.clients-slider .client-logo:nth-child(25) .client-logo-img, 
.clients-slider .client-logo:nth-child(26) .client-logo-img,
.clients-slider .client-logo:nth-child(27) .client-logo-img, 
.clients-slider .client-logo:nth-child(28) .client-logo-img{
    border-bottom: 1px solid #ccc !important;
}
}

.main-menu.text-center a:hover {
    cursor: pointer;
}
div#rev-slider1 .tp-caption.tp-resizeme.txt-main, div#rev-slider1 .tp-caption.tp-resizeme.txt-main02.text-center {
    margin-bottom: 12px !important;
}
.team-thumb img {
	-webkit-filter: none;
}




span.carousel-control-next-icon {
    background-image: none !important;
}

span.carousel-control-next-icon:before {content: "\f105";font-family: "Font Awesome 5 Pro"!important;font-size: 30px !important;}

span.carousel-control-prev-icon:before {
    content: "\f104"!important;
    font-family: "Font Awesome 5 Pro"!important;
    font-size: 30px !important;
}

.carousel-control.left, .carousel-control.right {
    width: 60px!important;
    height: 60px!important;
    border: 2px solid #dbdbdb!important;
    display: inline-flex!important;
    justify-content: center!important;
    border-radius: 100px!important;
    background: white !important;
    color: #f7ae0d !important;
    line-height: 56px!important;
    transition: .4s!important;
}

span.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control.left span:before, .carousel-control.right span:before {
    position: relative!important;
    left: 4px!important;
    font-size: 28px !important;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: #f7ae0d !important;
    color: white !important;
    text-decoration: none !important;
    border-color: #f7ae0d !important;
}

.carousel-control.left {
    top: 40% !important;
    position: absolute !important;
    left: -70px !important;
}

.carousel-control.right {
    top: 40% !important;
    position: absolute !important;
    right: -70px !important;
}
.newsbox p, .newsbox a, .newsbox h3, .newsbox span {
    font-family: 'Poppins' !important;
}
.qualification-video {
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    height: auto !important;
    background: #202020 !important;
}

section#p-video {
    padding-bottom: 20px;
}
.newsbox a:hover {color: #f7ae0d !important; text-decoration: none !important;}



@media screen and (max-width: 767px){
	.newslist {
    padding-right: 0px !important;
    width: 100% !important;
    float: none !important;
    height: max-content !important;
}

.carousel-control.right {right: 10px !important;}

.carousel-control.left {left: 10px !important;}

div#carousel-reviews {
    padding: 0px 25px !important;
}
	section.our-goal {
    padding-bottom: 100px !important;
}

section#p-video {
    padding-bottom: 20px !important;
}
}

/* footer start here */
.footer-widget img[src="https://www.crear.ca/cpay/public/img/stipe_powered.jpeg"],
.footer-widget img[src="https://www.crear.ca/cpay/public/img/ssl-secure.png"]{
    display: none;
}
/* footer close here */