/* -------------------------------------------------------------------
 * Template Name         : HTML Email Signature Generator by Asaduzzman
 * Theme Author Name     : Asaduzzman
 * Created Date          : 28 January 2020
 * Version               : 1.0
------------------------------------------------------------------- */

/* -------------------------------------------------------------------
[Table of contents]

01.Base
02.Typography
03.Helper Class   
04.Animaton
05.Header     
06.Hero Section  

------------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */

.img-fluid {
	border-radius: 18px;
}

body {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	box-sizing: border-box;
	color: #636b72;
}
ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
a,
a:hover,
a:focus,
a:active,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}
input,
input:focus,
textarea,
textarea:focus,
button,
button:focus {
	outline: none;
	resize: inherit;
}
button:focus,
button {
	border: none;
}
section {
	overflow: hidden;
	width: 100%;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
.site-wrapper {
	position: relative;
	overflow: hidden;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	body,
	html {
		font-size: 14px;
	}
}

/* ---------------------------------------------------------------- */
/* 02.Typography                              
/* ---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	margin: 0;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.625rem;
}
h5 {
	font-size: 1.375rem;
}
h6 {
	font-size: 1.125rem;
}
p {
	margin: 0;
	line-height: 28px;
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                                  
/* ---------------------------------------------------------------- */
.section-padding {
	padding: 100px 0;
	position: relative;
}

.section-heading {
	text-align: center;
	margin-bottom: 60px;
}
.section-title {
	text-align: center;
	position: relative;
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-weight: 600;
}
.section-title span {
	margin-right: 10px;
	margin-left: 10px;
	color: #ff724c;
}
.section-title::after,
.section-title::before {
	position: absolute;
	content: "";
	left: 50%;
	height: 2px;
	background: #ff724c;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section-title::after {
	bottom: -5px;
	width: 30px;
}
.section-title::before {
	bottom: 0;
	width: 60px;
}
.section-sub-title {
	text-align: center;
	font-size: 1.125rem;
}
.section-badge {
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 20px;
	color: #fff !important;
	background: #15db95;
	-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
}
.default-outline-btn {
	display: inline-block;
	overflow: hidden;
	padding: 20px 40px;
	border-radius: 5px;
	text-transform: capitalize;
	position: relative;
	color: #fff !important;
	background: #15db95;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.default-outline-btn:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	background: #12bd81;
	color: #fff !important;
}
.default-btn {
	display: inline-block;
	overflow: hidden;
	padding: 20px 40px;
	border-radius: 5px;
	text-transform: capitalize;
	position: relative;
	color: #fff !important;
	background: #ff724c;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
}
.default-btn:hover {
	background: #1148ee;
	-webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.2);
	box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.2);
}
.default-video-btn {
	display: inline-block;
	overflow: hidden;
	padding: 20px 25px;
	border-radius: 5px;
	text-transform: capitalize;
	position: relative;
	color: #15db95 !important;
	background: #fff;
	margin-left: 10px;
	text-align: center;
	transition: all 0.25s linear;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.default-video-btn:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	background: #fff;
}
.default-video-btn i {
	display: inline-block;
	position: relative;
	top: 1px;
}
.bg-blue-overlay::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
	background-position: center;
	background: #ff724c;
}
.item-shadow {
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
	-webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.item-shadow:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
    box-shadow: 0 15px 30px 0 rgba(0, 51, 204,0.15);
}
.img-jump {
	-webkit-animation: imgJump 5s linear 0s infinite normal forwards;
	animation: imgJump 5s linear 0s infinite normal forwards;
}
.pt-minus-70 {
	padding-top: 70px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-minus-70 {
	padding-bottom: 70px;
}
.scroll-top-btn {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	border-radius: 5px;
	visibility: hidden;
	color: #fff !important;
	background: #15db95;
}
.scroll-top-btn.active {
	opacity: 1 !important;
	visibility: visible !important;
	bottom: 10px !important;
}

/* Preloader */
.preloader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 4444;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0033CC;
	flex-direction: column;
}
.preloader-wrap .preloader-inner {
	height: 100px;
	width: 100px;
	position: relative;
	margin: 0 auto;
}
 .preloader-inner .spinner {
	margin: auto;
	margin-top: -100px;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.preloader-inner .spinner > div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: spinnerDelay 1.2s infinite ease-in-out;
	animation: spinnerDelay 1.2s infinite ease-in-out;
}
.preloader-inner .spinner .rect1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.preloader-inner .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.preloader-inner .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.preloader-inner .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.preloader-inner .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.preloader-inner .sk-circle {
	margin: 10px auto 100px auto;
	width: 10px;
	height: 10px;
	position: relative;
	background: #fff;
	border-radius: 100%;
	left: -18px;
	-webkit-animation: spinnerLoad 1.2s infinite ease-in-out;
	animation: spinnerLoad 1.2s infinite ease-in-out;
}
	 
/* Transition All Classes */
.scroll-top-btn,
.default-btn,
.item-shadow,
.services-item,
.services-icon i::before,
.features-item .features-icon i,
.hero-video-btn,
.testimonial-slider .owl-nav span,
.team-card-img img,
.team-card-img .team-social,
.team-card-img .team-social > a,
.screenshots-slider .owl-item,
.price-toggle-wrap > a,
.price-table .price-icon i,
.blog-tags li a,
.pagination-link,
.blog-img > a > img,
.blog-item,
.footer-social-links > a,
.download-btn,
.screenshots-slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span,
.testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span,
.team-social > a,
.blog-single-meta-box > a:hover {
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

/* ---------------------------------------------------------------- */
/* 04.Animaton                                  
/* ---------------------------------------------------------------- */
@-webkit-keyframes buttonEffectRight {
	0% {
		right: -100%;
	}
	100% {
		right: 100%;
	}
}
@keyframes buttonEffectRight {
	0% {
		right: -100%;
	}
	100% {
		right: 100%;
	}
}
@keyframes imgJump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	41% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	80% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes imgJump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	41% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	80% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes shadowPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, 0.4);
		box-shadow: 0 0 0 0 rgba(21, 219, 150, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 40px rgba(21, 219, 150, 0);
		box-shadow: 0 0 0 40px rgba(21, 219, 150, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, 0);
		box-shadow: 0 0 0 0 rgba(21, 219, 150, 0);
	}
}
@-webkit-keyframes shadowPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, 0.4);
		box-shadow: 0 0 0 0 rgba(21, 219, 150, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 40px rgba(21, 219, 150, 0);
		box-shadow: 0 0 0 40px rgba(21, 219, 150, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, 0);
		box-shadow: 0 0 0 0 rgba(21, 219, 150, 0);
	}
}
@keyframes stickyMenu {
	0% {
		margin-top: -120px;
		opacity: 0;
	}
	50% {
		margin-top: -64px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes preloader {
	0% {
		top: 8px;
		height: 64px;
	}
	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}
@-webkit-keyframes preloader {
	0% {
		top: 8px;
		height: 64px;
	}
	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}
@keyframes dashedRotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes iconPulse {
	0%{
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}	
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes iconPulse {
	0%{
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}	
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes spinnerLoad {
	1% {
		top: -15px;
	}
	2% {
		top: 10px;
	}
	5% {
		top: -20px;
	}
	10% {
		left: -10px;
	}
	20% {
	    top: -25px;
	}
	30% {
	    left: 15px;
		background:#15db95;
	}
	35% {
	    top: 5px;
	}
	45% {
	    top: -5px;
	}
	50% {
		top: -5px;
	}
	60% {
		top: -6px;
	}
	70% {
	    top: 6px;
	}
	80% {
	    top:6px;
	}
	60% {
	    top: -6px;
	}
}	 
@keyframes spinnerLoad {
	1% {
		top: -15px;
	}
	2% {
		top: 10px;
	}
	5% {
		top: -20px;
	}
	10% {
		left: -10px;
	}
	20% {
	    top: -25px;
	}
	30% {
	    left: 15px;
		background:#15db95;
	}
	35% {
	    top: 5px;
	}
	45% {
	    top: -5px;
	}
	50% {
		top: -5px;
	}
	60% {
		top: -6px;
	}
	70% {
	    top: 6px;
	}
	80% {
	    top:6px;
	}
	60% {
	    top: -6px;
	}
}
@-webkit-keyframes spinnerDelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
} 
@keyframes spinnerDelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  
	20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/* ---------------------------------------------------------------- */
/* 05.Header                                   
/* ---------------------------------------------------------------- */
.header {
	padding: 10px 0;
	z-index: 3333;
}
.header .nav-link {
	font-size: 12px;
	font-weight: 500;
	padding: 20px 15px !important;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	display: block;
	position: relative;
	color: #fff;
	line-height: 28px;
}
.header .nav-link.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background-color: #15db95;
}
.header .nav-link:not(.active)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: -7;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	background-color: #15db95;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.header .nav-link:not(.active):hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.dropdown:hover .nav-link:after{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}  

.header .nav-link.signup-btn-toggle:after, .header .nav-link.login-btn-toggle:after {
	display: none;
}
.header .dropdown-menu {
	border: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 13px 35px 0 rgba(43, 50, 54, 0.2);
	box-shadow: 0px 13px 35px 0 rgba(43, 50, 54, 0.2);
}
.header .dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	padding: 12px 28px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.header .dropdown-menu .dropdown-item:focus, .header .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #15db95;
	padding-left: 25px;
}
.header .dropdown-toggle {
	padding-right: 25px !important;
}
.header .dropdown-toggle:before {
	content: "\f078";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 700;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header .dropdown-toggle[aria-expanded="true"]:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 20px;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0;
	vertical-align: initial;
	content: "";
	border:none;
}
.header .navbar-toggler {
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0 10px 0 0;
}
.header .navbar-toggler .togler-icon-inner > span {
	height: 3px;
	margin: 5px;
	width: 30px;
	display: block;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .navbar-toggler .togler-icon-inner > span:nth-child(2) {
	width: 20px !important;
	margin-left: auto;
}
.header .navbar-toggler .togler-icon-inner > span:last-child {
	margin-bottom: 0;
}
.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner > span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-5px, 6px);
	transform: rotate(-45deg) translate(-5px, 6px);
}
.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner > span:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-5px, -6px);
	transform: rotate(45deg) translate(-5px, -6px);
}
.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner > span:nth-child(2) {
	opacity: 0;
}
.header .login-btn-mobile, .header .signup-btn-mobile {
	display: none;
}
.header .navbar-brand {
	color: #fff;
	text-transform: capitalize;
	margin-right: 0;
	padding: 0;
}
.header .navbar-brand img {
	display: none;
}
.header .navbar-brand img.logo-transparent {
	display: block;
}
.header.header-shrink {
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
	box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
	-webkit-animation: stickyMenu 0.7s ease-in-out;
	animation: stickyMenu 0.7s ease-in-out;
}
.header.header-shrink .nav-link {
	color: #000 !important;
}
.header.header-shrink .togler-icon-inner > span {
	background-color: #000;
}
.header.header-shrink .navbar-brand {
	color: #15db95;
}
#login-form {
	z-index: 6666;
}
#signup-form {
	z-index: 7777;
}
.laus-form-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 850px;
	display: none;
	-webkit-box-shadow: 0px 23px 49px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0px 23px 49px 0 rgba(0, 0, 0, 0.3);
}
.laus-form-header {
	padding: 20px 30px;
	background: #15db95;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.laus-form-header .laus-form-title {
	color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
}
.form-link-margin {
	margin-top: 20px;
	margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-link-margin a {
	color: #000;
}
.form-link-margin a:hover {
	color: #15db95;
}
.laus-form-inner {
	background: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.laus-form-group {
	position: relative;
	overflow: hidden;
}
.laus-form-group .laus-form-control {
	margin-bottom: 20px;
	height: 60px;
	outline: none;
	padding: 0 20px 0 50px;
	border: none;
	color: #000;
	width: 100%;
	-webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
	box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
}
.laus-form-group .laus-form-control.textarea {
	height: 150px;
	padding: 18px 20px 0 50px;
}
.laus-form-group .laus-form-control :focus {
	outline: none;
	border: none;
	color: #000;
	-webkit-box-shadow: 0px 10px 26px 0px rgba(43, 50, 54, 0.2);
	box-shadow: 0px 10px 26px 0px rgba(43, 50, 54, 0.2);
}
.laus-form-group > span {
	position: absolute;
	top: 22px;
	left: 16px;
	font-size: 16px;
	color: #15db95;
	border-radius: 0 5px 5px 0;
}
.laus-form-control, .laus-form-btn {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.laus-form-btn {
	border: none;
	outline: none;
	border-radius: 5px;
	width: 100%;
	padding: 20px 60px;
	color: #fff !important;
	background: #15db95;
	text-transform: capitalize;
	display: block;
}
.laus-form-pt {
	padding-top: 20px;
}
.custom-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: auto;
	line-height: 26px;
}
.custom-control-label {
	margin-left: 15px;
	padding-left: 10px;
	color: #000;
}
.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #23c87a;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #23c87a;
	background: #23c87a;
}
.form-close-btn {
	border: none;
	background: transparent;
	color: #fff;
}
.form-close-btn i {
	font-weight: 600;
}
@-webkit-keyframes stickyMenu {
	0% {
		margin-top: -120px;
		opacity: 0;
   }
	50% {
		margin-top: -64px;
		opacity: 0;
   }
	100% {
		margin-top: 0;
		opacity: 1;
   }
}
@keyframes stickyMenu {
	0% {
		margin-top: -120px;
		opacity: 0;
   }
	50% {
		margin-top: -64px;
		opacity: 0;
   }
	100% {
		margin-top: 0;
		opacity: 1;
   }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media screen and (max-width:991.98px) {
	.header .container, .header, .header ul li {
		padding: 0;
    }
    .header .container {
        max-width: 100%;
	}
    .navbar-nav .nav-link {
		color: #000;
		padding: 10px 15px !important;
		transition: all 0.25s ease;
		border-bottom: 1px solid #f2f2f2;
	}
	.navbar-nav .nav-link:after {
		display: none;
	}      
	.nav-item:last-child .nav-link {
		border-bottom: 0;
	}
	.dropdown-toggle:before {
		top: 27px !important;
		right: 20px !important;
	}
	.dropdown-toggle[aria-expanded="true"]:before {
		transform: rotate(180deg) !important;
		top: 11px !important;
	}
	.dropdown-menu {
		box-shadow: none !important;
		background: #f1f1f1 !important;
	}
	.dropdown-menu  .dropdown-item:hover {
		background: #15db95;
	}  
	.main-menu {
		background: #fff;
	}
	.navbar-nav {
		max-height: 400px;
		overflow: hidden;
		overflow-y: auto;
	}
	.navbar-nav .nav-link:not(.active):hover, .navbar-nav .nav-link.active {
		background: #15db95;
		color: #fff !important;
		border-color: #15db95;
	}
	.navbar-brand {
		padding: 10px 0 10px 15px !important;
	}
	.login-btn-mobile, .signup-btn-mobile {
		display: block !important;
		position: absolute;
		top: 32px;
		background: transparent;
		border:none;
		color: #fff;
		font-size: 16px;
	}
	.signup-btn-mobile {
		right: 65px;
	}
	.login-btn-mobile {
		right: 110px;
	}
	.header-shrink .login-btn-mobile, .header-shrink .signup-btn-mobile {
		color: #000;
	}
    /* Login & Sign Up Form  */
    .login-btn-resp,.signup-btn-resp {
        display: none;
	}
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width:992px) {
    .dropdown-menu {
        position: absolute;
        top: 80%;
        left: 0;
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        display: initial;
        min-width: 250px;
        color: #000;
        border:0;
        border-radius: 0;
        transition: all 0.5s ease;
	}
	.show {
		opacity: 1 !important;
		top: 100% !important;
		visibility: visible !important;
	}
}
/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
    .laus-form-wrap {
        width: calc(100% - 30px );
    }
    .laus-form-inner {
        padding: 15px;
    }
    .laus-form-group {
        position: relative;
        overflow: hidden;
	}
	.laus-form-group .laus-form-control {
		margin-bottom: 15px;
		height: 50px;
	}
    .laus-form-group > span {
        position: absolute;
        top: 20px !important;
        left: 16px;
        font-size: 12px;
    }
    .laus-form-btn {
        padding: 15px 50px;
    }
    .laus-form-header {
        padding: 15px 30px;
	}
	#signup-form {
		height: 430px;
		overflow: hidden;
		overflow-y: auto;
	}
}

/* ---------------------------------------------------------------- */
/* 06.Hero Section                                  
/* ---------------------------------------------------------------- */
.hero-section {
	position: relative;
	background-repeat: no-repeat;
	z-index: 42;
	background: #ff724c;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff724c'/%3E%3Cstop offset='1' stop-color='%23ff724c'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23385dff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23385dff' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.5'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	display: flex;
	align-items: center;
	height: 100vh;
}
.hero-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.hero-section-title {
	margin-bottom: 30px;
	line-height: 1.2;
	color: #fff;
}
.hero-section-subtitle {
	margin: 0 0 40px;
	font-size: 1.125rem;
	opacity: 0.85;
	color: #fff;
}

/* Hero Button Group */
.down-scroll {
	cursor: pointer;
	color: #fff !important;
	background: #15db95;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 50%;
	z-index: 15;
	border-radius: 5px;
	bottom: 25px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.hero-section .hero-image {
		display: none;
	}
	.hero-section {
		min-height: 100vh;
	}
	.hero-section, .hero-section-2, .parallax-bg {
		text-align: center;
		background-position: 100% 0;
	}
	.hero-section .container .row, .hero-section-2 .container .row, .parallax-bg  .container .row {
		justify-content: center !important;
	}
	.hero-section-subtitle {
		font-size: 1rem;
	}
}

/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.hero-section-title {
		font-size: 2rem;
	}
	section .button-group-hero {
		display: none !important;
	}
	.hero-section, .hero-section-2, .parallax-bg {
		background-position: 100% 0;
	}
}

/* ---------------------------------------------------------------- */
/* 07.Services    
/* ---------------------------------------------------------------- */
.services-item {
	padding: 30px;
	background: #fff;
	position: relative;
	border-radius: 10px;
}
.margin_bottom_ser {
	margin-bottom: 25px;
}
.services-item .services-icon {
	display: inline-block;
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 40px;
	line-height: 80px;
	border-radius: 10px;
	background: #ff724c;
	color: #fff;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
}
.services-icon span {
	position: relative;
	display: inline-block;
}
.services-body h5 {
	margin-bottom: 10px;
}
.services-body p {
	margin-bottom: 20px;
}
.services-body + .services-link {
		display: inline-block;
		border-radius: 5px;
		font-size: 14px;
		padding: 10px 20px;
		color: #fff !important;
		background: #15db95;
		-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
		box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
}
.services-body + .services-link:hover {
	background: #12bd81;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.services-resp-margin:nth-child(3) {
		margin-top: 30px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.services-resp-margin {
		margin-top: 30px;
	}
	.services-resp-margin:first-child {
		margin-top: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 08.About     
/* ---------------------------------------------------------------- */
.about {
	background: #f0f3fc;
}
.about-list {
	margin: 0 0 40px 0;
}
.about-list ul > li > i {
	margin-right: 15px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	font-size: 10px;
	color: #fff !important;
	background: #ff724c;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
}
.about-list ul > li {
	margin-top: 15px;
	font-weight: 500;
	color: #111;
}
.about-list ul > li:first-child {
	margin-top: 0;
}
.about-inner h3 {
	margin-bottom: 15px;
	line-height: 1.35;
}
.about-inner p {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.about-inner {
		margin-top: 50px;
	}
}

/* ---------------------------------------------------------------- */
/* 09.Features                                  
/* ---------------------------------------------------------------- */
.features-list{
	display: inline-block;
}
.features-list > li {
	margin-top: 15px;
	padding: 20px;
	border-radius:5px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
.features-list > li:first-child {
	margin-top: 0;
}
.features-list > li h6 {
	margin-bottom: 10px;
}
.features-list i {
	display: inline-block;
    margin-right: 20px;
    font-size: 40px;
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
	color: #fff;
	background: #ff724c;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
}
.features-inner > h3 {
	margin-bottom: 15px;
}
.features-inner > p {
	margin-bottom: 30px;
}
.features-image-pattern {
	position: relative;
}
.features-circle {
	position: absolute;
    top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translate(-50%,-50%);
	background-position: center;
	background: #ff724c;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.features-image-mb {
		margin-bottom: 30px;
	}
	.features-image-order {
		order:2;
	}
	.features-circle {
		display: none;
	}
	.features-image-resp {
		text-align: left !important;
	}
}
.features-row-mt {
	margin-top: 100px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.features-image-resp {
		margin-top: 60px;
	}
	.features-row-mt {
		margin-top: 60px;
	}
}

/* ---------------------------------------------------------------- */
/* 10.How it Works                            
/* ---------------------------------------------------------------- */
.how-it-works-section {
	position: relative;	
}
.how-it-works-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff724c;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23ff724c' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%230032c6' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%230030c1' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23002fbb' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23002db6' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23002cb0' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
}
/* How it works inner */
.how-it-works-inner {
	margin-bottom: 100px;
}
.how-it-works-inner > h3 {
	margin-bottom: 15px;
}
.how-it-works-inner  p {
	margin-bottom: 40px;
	color: #fff;
	opacity: 0.85;
}

/* How it works video */
.how-it-work-video {
	position: relative;
}
.how-it-works-video-btn {
	position: absolute;
	text-align: center;
	height: 80px;
	width: 80px;
	line-height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	cursor: pointer;
	font-size: 40px;
	background: #15db95;
	color: #fff !important;
	-webkit-animation: shadowPulse 2s linear infinite;
	animation: shadowPulse 2s linear infinite;
	-webkit-box-shadow: 0 0 0 10px rgba(21, 219, 150, 0.4);
	box-shadow: 0 0 0 10px rgba(21, 219, 150, 0.4);
}

/* How it work process */
.how-it-work-item {
	padding: 0;
}
.how-it-work-number {
	position: relative;
	z-index: 52;
	margin-bottom: 40px;
}
.how-it-work-item .how-it-work-number::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -50%;
	width: 100%;
	transform: translateY(-50%);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	z-index: -7;
	border:2px dashed #fff;
}
.how-it-work-item:last-child .how-it-work-number::before {
	display: none;
}
.how-it-work-number > a > span {
	text-align: center;
	height: 80px;
	width: 80px;
	display: inline-block;
	line-height: 80px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 26px;
	color: #000;
	background: #fff;
	font-weight: 500;
	transition: all 0.2s linear;
	box-shadow: 0 0 0 10px #315ad6,0 0 0 20px #1a48d1;
}
.how-it-work-item.active a > span {
	color: #fff !important;
	font-family: "Poppins",sans-serif;
	background-position: center;
    background: #15db95;
}
.how-it-work-item:hover .how-it-work-number > a > span {
	background: #15db95;
	color: #fff !important;
}
.how-it-work-item h6 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.how-it-work-text p {
	color: #fff;
	opacity: 0.85;
}
.how-it-work-text {
	padding-left: 15px;
	padding-right: 15px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.how-it-work-item:nth-child(1),
	.how-it-work-item:nth-child(2) {
		margin-bottom: 50px;
	}
	.how-it-work-item:nth-child(2) .how-it-work-number::before {
		display: none;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.how-it-work-item {
		margin-bottom: 30px;
	}
	.how-it-work-item .how-it-work-number::before {
		display: none !important;
	}
	.how-it-work-item:last-child {
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 11.Screenshots                              
/* ---------------------------------------------------------------- */
.screenshots-slider {
	position: relative;
}
.screenshots-slider .owl-item {
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.95, 0.95);
	opacity: 0.6;
}
.screenshots-slider .owl-item img,
.screenshots-slider .owl-item {
	border-radius: 10px !important;
}
.screenshots-slider .active.center {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1);
}
.screenshots-slider.owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	height: 50px;
	width: 50px;
	color: #fff !important;
	background: #15db95;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.screenshots-slider.owl-theme .owl-nav button:hover {
	color: #fff !important;
	background: #12bd81;
}
.screenshots-slider.owl-theme .owl-nav button.owl-next {
	right: -30px;
}
.screenshots-slider.owl-theme .owl-nav button.owl-prev {
	left: -30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.screenshots-slider.owl-theme .owl-nav button.owl-next {
		right: 0;
	}
	.screenshots-slider.owl-theme .owl-nav button.owl-prev {
		left: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 12.Pricing                              
/* ---------------------------------------------------------------- */
.price-toggle-wrap {
	text-align: center;
	margin-bottom: 60px;
	display: inline-block;
	margin: 0 auto 60px auto;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
.pricing-tab-content {
	display: none;
}
.pricing-tab-content.active {
	display: block;
}
.price-toggle-wrap > a {
	padding: 20px 50px;
	float: left;
	border-radius: 5px;
	margin-right: 10px;
	background-position: center;
	position: relative;
	overflow: hidden;
	background-color: #e8eafd;
    color: #ff724c;
}
.price-toggle-wrap > a.active {
	background-position: center;
	background: #ff724c;
	color: #fff;
}

/* Price Table */
.price-table {
	border-radius: 5px;
	padding: 40px 0;
	background: #fff;
}
.price-table-active .price-table {
	background: #ff724c;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
}
.price-table-active .price-icon span  {
    background: #fff;
	color: #ff724c;
}
.price-table-active h4, .price-table-active li,
.price-table-active .price-body > ul > li::before,
.price-table-active .price-table h5 {
	color: #fff !important;
}
.price-table .price-header, .price-body, .price-btn-wrap {
	padding: 0 30px;
}
.price-btn-wrap {
	text-align: center;
}
.price-table .price-header h4 {
	font-size: 1.4rem;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.price-icon span {
	height: 80px;
	width: 80px;
	text-align: center;
	display: block;
	font-size: 40px;
	border-radius: 5px;
	line-height: 80px;
	background: #ff724c;
	color: #fff;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.15);
}
.price-table .price-value h5 {
	font-size: 2rem;
}
.price-table h5 > sub {
	vertical-align: initial;
	bottom: 0;
}
.price-body {
	border-top: 1px solid rgba(0, 0, 0, 0.062);
	margin: 40px 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.062);
}
.price-table-active .price-body {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.price-table-active .price-table .price-body > ul > li::after {
	color: #fff;
}
.price-table .price-body > ul {
	text-align: left;
}
.price-table .price-body > ul > li {
	margin-bottom: 15px;
}
.price-table .price-body > ul > li::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 15px;
	color: #15db95;
}
.price-table .price-body > ul > li::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #15db95;
	float: right;
}
.price-table .price-body > ul > li.close_it::after {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #ff0000;
	float: right;
}
.price-table .price-body > ul > li.close_it_white::after {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #fff;
	float: right;
}
.price-table .price-body > ul > li:last-child {
	margin-bottom: 0;
}
.price-table .default-btn {
	display: block;
}

.price-table-active .default-btn {
	background: #fff;
	color: #ff724c !important;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.price-table-margin {
		margin-bottom: 50px;
	}
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, Iphone old version (5) 320px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
	.price-toggle-wrap > a {
		padding: 20px 30px;
	}
}
/* ---------------------------------------------------------------- */
/* 13.Testimonial Section       
/* ---------------------------------------------------------------- */
.testimonial-section {
	position: relative;
}
.testimonial-section-bg {
	width: 100%;
	height: 100%;
	background-color: #ff724c;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ff724c' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ff724c' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ff724c' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ff724c' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ff724c' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%230035d3' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%230036d9' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%230038e0' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%230039e6' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23003bed' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
}
.testimonial-section .section-title::after,
.testimonial-section .section-title::before {
	background: #fff;
}
.testimonial-section .section-sub-title {
	opacity: 0.9;
}
.testimonial-item {
	padding: 30px;
	background: #fff;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	margin: 0 0 30px 0;
    height: 310px;
}
.testimonial-item::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 90%;
	height: 15px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
	border-radius: 0 0 5px 5px;
	z-index: -7;
}
.testimonial-text p::after {
	content: "\f10e";
	margin-left: 7px;
}
.testimonial-text p::before {
	content: "\f10d";
	margin-right: 7px;
}
.testimonial-text p::after, .testimonial-text p::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	background: #15db95;
	-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
}
.testimonial-text p {
	font-style: italic;
}
.testimonial-rating {
	margin-top: 15px;
}
.testimonial-rating i {
	margin-right: 2px;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #15db95;
	-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
}
.testimonial-rating i:last-child {
	margin-right: 0;
}
.testimonial-img {
	flex: 0 0 100px;
}
.testimonial-body {
	margin-bottom: 30px;
}
.testimonial-body img {
	width: inherit !important;
	border-radius: 5px;
	display:inline-block !important;
	text-align: center;
}

/* Owl Carousel */
.testimonial-section .testimonial-slider .owl-dots {
	margin-top: 60px !important;
}
.testimonial-section .owl-theme .owl-dot span {
    width: 10px;
    height: 8px;
    border-radius: inherit;
    border-color: #fff;
    background-size: cover;	
    background: #fff;
    opacity: 0.5;
    margin-right: 0;
    -webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.testimonial-section .owl-theme .owl-dot.active span {
	width: 20px;
    opacity: 1 !important;
}

/* Testimonial Counters */
.counters {	
	padding-top: 100px;
}
.counter-icon {
	position: relative;
	display: inline-block;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}
.counter-body h2 {
	font-size: 38px !important;
	line-height: 1;
	margin-bottom: 10px;
}
.counter-icon,
.counter-body p, .counter-body h2 {
	color: #fff;
}
.counter-body p {
	opacity: 0.85;
}
.counter-icon::after,
.counter-icon::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	border:1px solid #fff;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	opacity: 0;
	animation: iconPulse 1s linear infinite;
}
.counter-icon::after {
	animation-delay: 0.5s;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.counters-item:nth-child(1),
	.counters-item:nth-child(2) {
		margin-bottom: 50px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.counters-item {
		margin-bottom: 30px;
	}
	.counters-item:last-child {
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 14.Our Team                              
/* ---------------------------------------------------------------- */
.team-card {
    position: relative;
	border-radius: 10px;
	background: #fff;
}
.team-card .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.team-card .team-img:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.35s ease-in-out 0s;
    background: #ff724c;
	opacity: 0.8;
}
.team-card:hover .team-img:after{
    bottom: 0;
}
.team-card .team-social {
	position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    display: none;
}
.team-card .team-social li {
	display: inline-block;
}
.team-card:hover .team-social {
    top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
}
.team-card:hover .team-social a {
	animation: fadeInUp 0.6s ease-in-out forwards;
}
.team-card .team-social li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
	background: #15db95;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    margin-right: 5px;
	border:2px solid transparent;
}
.team-card .team-social li:last-child a {
	margin-right: 0;
}
.team-card:hover .team-social li a:hover {
    color: #fff;
    background: transparent;
    border:2px solid #fff;
}
.team-card .team-card-content{
    padding: 30px 0;
}
.team-card .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 10px;
    position: relative;
}
.team-card .desc {
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 20px;
	color: #fff !important;
	background: #15db95;
	text-transform: capitalize;
	-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.team-card-margin {
		margin-top: 30px !important;
	}
	.team-card-margin:nth-child(1) {
		margin-top: 0 !important;
	}
}

/* ---------------------------------------------------------------- */
/* 15.Download Section                             
/* ---------------------------------------------------------------- */
.download-wrap {
	position: relative;
	overflow: hidden;
}
.download-section-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff724c;
}
.download-section-inner > h2 {
	color: #fff;
	margin-bottom: 15px;
}
.download-section-inner > p {
	color: #fff;
	opacity: 0.85;
	margin-bottom: 20px;
}
.download-buttons {
	margin-top: 40px;
}
.download-btn {
	display: inline-block;
	overflow: hidden;
	padding: 20px 30px;
	max-width: 200px;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	margin-right: 15px;
	border: 2px solid #fff;
	background: #fff;
	color: #000 !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.download-btn:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}
.download-btn:last-child {
	margin-right: 0;
}
.download-buttons .download-btn i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.download-btn span {
	display: block;
	margin-left: 35px;
}

/* Downlaod Stars */
.download-stars {
	position: relative;
}
.download-stars .download-ratings {
	display: inline-block;
	position: relative;
	padding: 10px 20px 10px 0;
}
.download-stars .download-ratings > i {
	color: #fdd55e;
	margin-right: 4px;
}
.download-stars .download-ratings > i:last-child {
	margin-right: 0;
}
.download-stars .download-rate-count {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	color: #000;
	position: relative;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.download-stars .download-rate-count::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -28px;
	border: 15px solid;
	border-radius: 5px;
	border-color: transparent #fff transparent transparent;
}
.download-ratings span {
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
	margin-right: 10px;
}
.download-image {
	position: relative;
	z-index: 42;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.download-section-inner {
		text-align: center;
	}
	.download-image {
		display: none;
	}
	.download-section-inner .download-buttons,
	.download-stars {
		justify-content: center !important;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.download-section-inner .download-buttons {
		text-align: center;
		display: block !important;
	}
	.download-section-inner .download-buttons .download-btn {
		display: block;
		margin: 0 auto 15px auto;
	}
	.download-section-inner .download-buttons .download-btn:nth-child(2) {
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 16.Latest Blog Section       
/* ---------------------------------------------------------------- */
.latest-blog-item {
	border-radius:10px;
	background: #fff;
    height: 555px;
}
.blog-item-inner {
	padding: 30px;
}
.blog-img img, .blog-img  {
	border-radius: 10px 10px 0 0;
	border-radius: 10px;
}
.blog-img {
	position: relative;
	overflow: hidden;
}
.blog-img:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #ff724c;
	opacity: 0.8;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.blog-img:hover::after{
    bottom: 0;
}
.blog-single-link {
    position: absolute;
    top: -100%;
    width: 100%;
    left: 50%;
    height: 100%;
	z-index: 1;
	display: none;
    border-radius: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog-img:hover .blog-single-link {
    top: 50%;
    display: block;
}
.blog-img a {
    position: absolute;
	top: -100%;
    left: 50%;
    width: 50px;
	height: 50px;
	line-height: 50px;
	background: #15db95;
    color: #ffffff;
    z-index: 1;
	border-radius: 5px;
	text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 0.3s ease 0s;
    border:2px solid transparent;
}
.blog-img a:hover {
	color: #fff;
    background: transparent;
    border:2px solid #fff;
}

/* Blog Details */
.blog-meta {
	display: inline-block;
	margin-bottom: 10px;
}
.blog-meta > i {
	margin-right: 10px;
	color: #ff724c;
}
.blog-body a {
	margin-bottom: 10px;
	display: block;
}
.blog-body .blog-title-link:hover h6{
	color: #ff724c !important;
}
.blog-body p {
	margin-bottom: 20px;
	display: block;
}
.blog-author h6 {
	font-size: 0.9rem;
	margin-left: 15px;
}
.blog-like a > i {
	margin-right: 5px;
	color: #ff724c;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.blog-item-margin:nth-child(3) {
		margin-top: 30px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.blog-item-margin {
		margin-top: 30px;
	}
	.blog-item-margin:first-child {
		margin-top: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 17.Newsletter      
/* ---------------------------------------------------------------- */
.newsletter {
	position: relative;
	background-color: #ff724c;
}
.newsletter-title {
	margin-bottom: 60px;
}
/* Newsletter Form */
.newsletter-wrap {
	margin-bottom: 100px;
}
.newsletter-form-group {
	position: relative;
	overflow: hidden;
}
.newsletter-form-control {
	display: block;
	width: 100%;
	height: 80px;
	border:none;
	padding: 0 180px 0 50px;
	border-radius: 5px;
}
.newsletter-form-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	border-radius: 5px;
	padding: 15px 40px;
	color: #fff;
    background: #15db95;
	transition: all 0.25s linear 0s;
}
.newsletter-form-btn:hover {
	background: #12bd81;
}
.newsletter-form-btn, .newsletter-form-group span {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newsletter-form-group span {
	position: absolute;
	left: 20px;
	top: 50%;
	padding-top: 2px;
	font-size: 18px;
	opacity: 0.8;
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.newsletter-form-control {
		padding: 0 130px 0 50px;
	}
	.newsletter-form-btn {
		padding:15px 20px;
	}
}
/* ---------------------------------------------------------------- */
/* 18.FAQ      
/* ---------------------------------------------------------------- */
.faq {
	overflow: visible;
}
.faq .container {
	background: #fff;
	position: relative;
	border-radius: 5px;
	margin-top: -100px;
	padding: 100px 30px;
}
.faq-title {
	margin-bottom: 60px;
}
#faq-tab-accordion .card-header {
	padding: 15px;
    background: #fff;
    border:none;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	border: none;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background-size: 200% auto;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
#faq-tab-accordion .card {
	border: 0;
}
#faq-tab-accordion .card-header a {
	color: #000;
	font-weight: 600;
}
.card-header h6 {
	font-size: 1.125rem;
}
.card-header h6 span {
	height: 50px;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
	background: rgba(74, 79, 230, 0.1);
	color: #ff724c;
	font-size: 1.125rem;
}
#faq-tab-accordion .card-toggle-btn::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	height: 40px;
    width: 40px;
    margin-left: 10px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
	background: rgba(74, 79, 230, 0.1);
	color: #ff724c;
	transition: all 0.25s linear;
}
#faq-tab-accordion .card-header[aria-expanded="true"] .card-toggle-btn::after {
	transform: rotate(180deg);
	content: "\f068";
}
#faq-tab-accordion .card-header[aria-expanded="true"] {
	background: #ff724c;
	border-bottom-color: transparent;
}
#faq-tab-accordion .card-header[aria-expanded="true"] .card-toggle-btn::after,
#faq-tab-accordion .card-header[aria-expanded="true"] h6 span {
	background: #fff;
}
#faq-tab-accordion .card-header[aria-expanded="true"] h6 {
	color: #fff;
}

/* FAQ Form */
.faq-form-wrap {
	padding: 0 15px;
}
.faq-form-title {
	margin-bottom: 30px;
}
.faq-form-control {
	margin-bottom: 30px;
	color: #100e17;
	outline: none;
	padding: 18px 20px;
	font-size: 0.9rem;
	border: none;
	width: 100%;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
.faq-form-control:focus {
	-webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.faq-form-margin {
		margin-top: 50px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.faq .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.faq-form-wrap {
		padding: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 19.Contact Us       
/* ---------------------------------------------------------------- */
.form-control {
	margin-bottom: 30px;
	height: 60px;
	color: #100e17;
	outline: none;
	padding: 0 20px;
	font-size: 0.9rem;
	border: none;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
.form-control:focus, textarea.form-control:focus {
	outline: none;
	border: none;
	color: #100e17;
	-webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
}
textarea.form-control {
	height: auto;
	padding-top: 20px;
}
.empty-form span {
	background: #f8d7da;
	color: #721c24;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}
.success-form span {
	background: #e8eafd;
	color: #ff724c;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}
.email-invalid span {
	background: #f8e2e4;
	color: #721c24;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------- */
/* 20.Footer                              
/* ---------------------------------------------------------------- */
.footer {
	background: rgb(0, 14, 56);
}
.footer-top {
	padding: 80px 0;
}
.footer-title {
	margin-bottom: 30px;
	font-weight: 500;
	color: #fff;
}
.footer-title::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 15px;
}
.contact-info-footer {
	margin-top: 10px;
}
.footer li {
	margin-top: 10px;
	color: #fff;
	opacity: 0.6;
}
.footer li:first-child {
	margin-top: 0;
}
.footer-links>li::before {
	content: "\f105";
	display: inline-block;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: top;
}
.footer-links>li:hover {
	opacity: 1;
}
.footer-logo {
	display: inline-block;
	margin-bottom: 20px;
}
.footer p {
	color: #fff;
	opacity: 0.6;
}
.footer-box p i {
	color: #fff;
}

/* Footer Social Links */
.footer-social-links {
	margin-top: 10px;
}
.footer-social-links > a {
	height: 34px;
	width: 34px;
	margin-right: 5px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255,0.02);
	color: #fff;
}
.footer-social-links > a:last-child {
	margin-right: 0;
}
.footer-social-links > a:hover {
	background: #12bd81;
	color: #fff;
}
.contact-info-footer li i {
	margin-right: 10px;
}

/* Copyright */
.copyright {
	padding: 25px 0;
	background: rgba(255, 255, 255, 0.02);
	color: #fff;
    opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.footer-widget {
		margin-bottom: 30px;
	}
	.footer-widget:nth-child(3),
	.footer-widget:nth-child(4) {
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.footer-widget {
		margin-bottom: 30px !important;
	}
	.footer-widget:nth-child(4) {
		margin-bottom: 0 !important;
	}
}

/* ---------------------------------------------------------------- */
/* 21.Breadcrumb                              
/* ---------------------------------------------------------------- */
.breadcrumb-section {
	padding: 150px 0;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.breadcrumb-content {
	position: relative;
	z-index: 77;
}
.bread-crumb-title {
	font-size: 2.2rem;
	color: #fff;
}
.breadcrumb-link {
	margin-top: 20px;
}
.breadcrumb-link > li {
	display: inline-block;
	color: #fff;
}
.breadcrumb-link > li.active::before {
	content: "\f30b";
 	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 600;
	color: #15db95;
}

/* ---------------------------------------------------------------- */
/* 22.Blog Page                              
/* ---------------------------------------------------------------- */
.blog-page-item {
	margin-bottom: 30px;
}
.blog-item {
	border-radius: 10px;
}
/* Pagination */
.pagination-wrap {
	margin-top: 50px;
}
.pagination-link {
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-right: 2px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	background-position: center;
	background: #fff;
	border: 1px solid #f0f0f0;
}
.pagination-link:hover,
.pagination-link.active {
	background: #ff724c;
	color: #fff !important;
	border-color: transparent;
}
.pagination-link:last-child {
	margin-right: 0;
}

/* Blog Single Post Meta */
.blog-post-desc > p {
	margin-bottom: 20px;
}
.blog-post-desc > p:last-child {
	margin-bottom: 30px;
}
.blog-single-meta {
	padding: 20px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-title-h2 {
	margin-bottom: 15px;
}
.blog-single-meta-box > span > i {
	color: #ff724c;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #e8eafd;
	text-align: center;
	border-radius: 50%;
}
.blog-single-meta-box > span {
	margin-right: 10px;
}
.blog-single-meta-box > span:last-child {
	margin-right: 0;
}
.blog-single-meta-box > a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	background: #e8eafd;
	color: #ff724c;
	text-align: center;
	margin-right: 5px;
}
.blog-single-meta-box > a:hover {
	background: #ff724c;
	color: #fff !important;
}
.blog-post-quote blockquote {
	padding: 30px;
	border-left: 5px solid #ff724c;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
	border-radius: 5px;
}
.blog-post-quote blockquote p {
	font-style: italic;
	font-size: 1.125rem;
}
.blog-post-quote blockquote p strong {
	margin-top: 10px;
	display: block;
	color: #111;
}
.blog-subheadline {
	margin: 30px 0;
}
.blog-subheadline span {
	margin-right: 15px;
}
.blog-title-subline {
	margin-bottom: 20px;
}

/* Comments Item */
.comment-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sub-comment-item {
	margin-left: 120px;
}
.comment-item-title {
	margin-bottom: 10px;
}
.comment-item img {
	border-radius: 50%;
	margin-right: 20px;
}
.comment-meta {
	margin-bottom: 10px;
}
.comment-meta span {
	display: inline-block;
	margin-right: 10px;
	color: #333;
	font-size: 15px;
}
.comment-meta span i {
	margin-right: 10px;
	color: #ff724c;
}
.reply-btn {
	display: inline-block;
	margin-top: 10px;
	font-weight: 500;
	color: #000 !important;
}
.reply-btn i {
	vertical-align: -1px;
	display: inline-block;
}

/* Blog Sidebar */
.blog-post-sidebar .blog-widgets {
	margin-bottom: 30px;
}
.blog-title {
	position: relative;
}
.blog-title-margin {
	margin-bottom: 30px;
}
.blog-title::after {
	border-bottom: 2px solid #ff724c;
	content: "";
	display: block;
	margin: 20px auto 20px 0;
	position: relative;
	width: 50px;
	z-index: 1;
}
.blog-title::before {
	border-bottom: 2px solid rgba(0, 0, 0, 0.06);
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}
.blog-widgets .blog-search-form {
	width: 100%;
	border: none;
	color: #100e17;
}
.blog-widgets .blog-search-btn {
	position: absolute;
	background: #ff724c;
	color: #fff;
	top: 0;
	right: 0;
	border: none;
	width: 60px;
	outline: none;
	height: 100%;
	border-radius: 0 5px 5px 0;
}
.recent-post-item {
	margin-bottom: 14px;
}
.recent-post-item .recent-post-img {
	float: left;
}
.recent-post-item .recent-post-title {
	font-size: 1rem;
	margin-bottom: 8px;
	line-height: 1.5;
}
.recent-post-item .recent-post-title:hover {
	color: #ff724c;
}
.recent-post-details > a {
	color: #ff724c;
}
.recent-post-date {
	font-size: 15px;
}
.recent-post-date i {
	margin-right: 8px;
	color: #ff724c;
}
.blog-category-list li {
	padding: 12px 0;
	border-bottom: 1px solid rgb(240, 240, 240);
}
.blog-category-list > li:hover > a {
	color: #ff724c;
	text-decoration: underline;
}
.blog-category-list > li > a > .category-count {
	float: right;
}
.blog-tags li {
	float: left;
}
.blog-tags li a {
	display: inline-block;
	color: #000;
	padding: 10px;
	margin: 3px;
	font-size: 14px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
.blog-tags li:hover a {
	background: #ff724c;
	color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktops, less than 1200px)
/* ---------------------------------------------------------------- */
@media only screen and (min-width: 1199.98px) {
	.blog-page-item {
		margin-bottom: 30px;
	}
	.blog-page-item:nth-child(8) {
		margin-bottom: 0;
	}
	.blog-page-item:nth-child(7) {
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.blog-sidebar-wrap {
		margin-top: 50px;
	}
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices  (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.blog-single-meta {
		justify-content: flex-start !important;
		flex-direction: column;
		align-items: flex-start !important;
	}
	.blog-single-meta .blog-single-meta-box > span {
		display: block;
		margin-bottom: 10px;
	}
	.sub-comment-item {
		margin-left: 0;
	}
}

/* ---------------------------------------------------------------- */
/* 23.Home Page Signup                                 
/* ---------------------------------------------------------------- */
.signup-title {
	color: #fff;
	font-weight: 400;
}
.signup-form-header {
	padding: 20px;
	background: #15db95;
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.signup-form-inner {
	background: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.signup-form-group {
	position: relative;
	overflow: hidden;
}
.signup-form-control, .signup-form-btn {
	-webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.signup-form-control {
	margin-bottom: 20px;
	height: 60px;
	color: #000;
	outline: none;
	padding: 0 50px 0 20px;
	font-size: 0.9rem;
	border: none;
	width: 100%;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204,0.1);
	box-shadow: 0 10px 20px 0 rgba(0, 51, 204,0.1);
}
.signup-form-control:focus {
	outline: none;
	border: none;
	color: #100e17;
	-webkit-box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
	box-shadow: 0 10px 26px 0 rgba(0, 51, 204, 0.15);
}
.signup-form-btn {
	width: 100%;
	border:none;
	outline: none;
	display: block;
	border-radius: 5px;
	padding: 20px 40px;
    color: #fff !important;
	background: #15db95;
	text-transform: capitalize;
	-webkit-box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
	box-shadow: 0 10px 16px 0 rgba(21, 219, 150, 0.15);
}
.signup-form-group > span {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	color: #81888f;
	border-radius: 0 5px 5px 0;
}
.signup-form-pt {
	padding-top: 20px;
}
.custom-control-label {
	vertical-align: middle;
}
.custom-control-label::before {
	background-color: #fff;
	border: #15db95 solid 1px;
	box-shadow: none !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
    border-color: #15db95;
    background-color: #15db95;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.signup-form-wrap {
		text-align: center;
		background-position: 100% 0;
	}
	.signup-form-bg {
		padding-top: 150px;
		padding-bottom: 100px;
		height: auto !important;
	}
	.signup-form-wrap {
		margin-top: 50px;
	}
}

/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.signup-form-bg {
		padding-top: 150px;
		padding-bottom: 100px;
		height: auto !important;
	}
	.signup-form-header, .signup-form-inner {
		padding: 15px;
	}
    .logo-normal {
	padding-bottom: 10px;
	margin-top: 15px;
    }
}

/* ---------------------------------------------------------------- */
/* 24.Home Page Parallax Background                                 
/* ---------------------------------------------------------------- */
.bg-jarallax-overlay {
	position: relative;
	background: none;
}
.bg-jarallax-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff !important;
	background-position: center;
	background: #222;
	background-size: 200% auto;
	opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* 25.Home Page Slider                                 
/* ---------------------------------------------------------------- */
.hero-slider-wrap {
	background: initial;
}

.hero-slider-wrap .vegas-overlay {
	background: #222;
	opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* 26.Home Page Particles                                 
/* ---------------------------------------------------------------- */
#heroparticles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---------------------------------------------------------------- */
/* 27.Home Page Youtube Bg Video                                 
/* ---------------------------------------------------------------- */
.hero_video {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-object-fit: scale-down;
    object-fit: scale-down;
}
.hero-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 0.75;
    background: #222;
}
.video-content {
    z-index: 27;
    position: relative;
}
.video-scroll-btn {
    z-index: 32;
}

/* ---------------------------------------------------------------- */
/* 28.Home Page Svg Pattern 01                             
/* ---------------------------------------------------------------- */
#svg-pattern-1 {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
	transform: rotate(180deg);
}
/* ---------------------------------------------------------------- */
/* 29.Home Page Svg Pattern 02                             
/* ---------------------------------------------------------------- */
#svg-pattern-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}
/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra large devices (large desktops, 1200px and up)
/* ---------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
	#svg-pattern-2 {
		bottom: -40px !important;
	}
}
/* ---------------------------------------------------------------- */
/* 30.Home Page Svg Pattern 03                             
/* ---------------------------------------------------------------- */
#svg-pattern-3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}
/* ---------------------------------------------------------------- */
/* 31.Home Page Svg Pattern 04                             
/* ---------------------------------------------------------------- */
#svg-pattern-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
}
/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra large devices (large desktops, 1200px and up)
/* ---------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
	#svg-pattern-4 {
		bottom: -60px;
	}
}

/* ---------------------------------------------------------------- */
/* 32.Glitch Effect                             
/* ---------------------------------------------------------------- */
.overlay-glitch {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.75;
    background: #222;
    z-index: 45;
}
.glitch-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.glitch-img-banner .container {
    position: relative;
    z-index: 56;
}
.glitch-img-banner .down-scroll { 
    z-index: 58;
}   

/*---------------------------------------------------*/
/*  INTRO DEMO
/*---------------------------------------------------*/

.intro-hero-subtitle {
    font-weight: 300;
    font-size: 1.2em;
	color: #fff;
	opacity: 0.9;
}
.intro-hero-title {
	font-size: 2rem;
	color: #fff;
    font-size: 2rem;
    font-weight: 500;
	margin-bottom: 20px;
}
.intro-hero-title span {
	font-size: 3.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0 auto 15px auto;
    border: 2px solid #fff;
}
@media screen and (max-width:576px){
	.intro-hero-title span {
		font-size: 2.5rem;
	}
	.intro-hero-title {
		font-size: 1.6rem;
	}
}

/*---------------------------------------------------*/
/*  DEMO SECTION  
/*---------------------------------------------------*/
.demo-item {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 10px;
    -webkit-box-shadow: 0 23px 49px 0 rgba(0,0,0, 0.15);
            box-shadow: 0 23px 49px 0 rgba(0,0,0, 0.15);
}
.demo-title {
    padding:30px 0;
    background: #fff;
    display: block;
    text-align: center;
    color: #100e17;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
}
.demo-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.demo-item-link {
	font-size: 1.125rem;
	font-weight: 600;
	padding: 30px;
	display: block;
	border-radius: 0 0 5px 5px;
	color: #000 !important;
	background: #fff;
	transition: all 0.25s ease;
}
.demo-item-link:hover {
    color: #fff !important;
    background: #ff724c;
}