@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet");
body {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	letter-spacing: 0.2px;
	overflow-x: hidden;
	font-size: 15px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row.grid {
	justify-content: center;
}
img {
	max-width: 100%;
}
.header-area {
	background-color: #f5f9fc;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #000;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-weight: 500;
	line-height: 24px;
	color: #000;
	margin: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.main-icon-title-image .justify-content-center .section-title.text-center {
	padding-bottom: 8px;
}
.main-icon-title-image #purchase {
	padding-block: 0 100px;
}
.section-title .title {
	font-size: 35px;
	font-weight: 700;
	color: #000;
	line-height: 45px;
}
.service-section {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	float: none;
	text-align: center;
	margin-block-start: 20px;
}
.service:hover .service-icon, .features-area .single-features:hover .features-content .icon, .main-feature-area .single-features:hover .features-content img {
	transform: translateY(-8px);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.service .service-icon, .features-area .single-features .features-content .icon, .main-feature-area .single-features .features-content img {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.service-section .service {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	float: none;
}
@media (max-width: 991px) {
	.service-section .service{
		width: 49%;
		margin-block-end: 30px;
	}
}
.service-title {
	margin-block: 20px;
	font-weight: 700;
	line-height: 28px;
	font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.section-title .title {
		font-size: 34px;
		line-height: 40px;
	}

}
@media (max-width: 767px) {
	.section-title .title {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.section-title .title {
		font-size: 20px;
		line-height: 25px;
	}
}

.section-title .text {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-top: 24px;
	font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.section-title .text {
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.section-title .text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	.section-title .text {
		font-size: 14px;
		line-height: 22px;
	}
}

.img-opt {
	opacity: 0.2;
}
.bg-img-com {
	background-color: #fff;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 99999;
}

.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.preloader .loader .ytp-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	-webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%;
}

.preloader .loader .ytp-spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	border-color: #222 #222 #222;
	border-radius: 50%;
	border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #eee;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #eee;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	-o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		-moz-transform: rotate(540deg);
		-ms-transform: rotate(540deg);
		-o-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		-moz-transform: rotate(675deg);
		-ms-transform: rotate(675deg);
		-o-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		-moz-transform: rotate(810deg);
		-ms-transform: rotate(810deg);
		-o-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		-moz-transform: rotate(945deg);
		-ms-transform: rotate(945deg);
		-o-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-o-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		-moz-transform: rotate(540deg);
		-ms-transform: rotate(540deg);
		-o-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		-moz-transform: rotate(675deg);
		-ms-transform: rotate(675deg);
		-o-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		-moz-transform: rotate(810deg);
		-ms-transform: rotate(810deg);
		-o-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		-moz-transform: rotate(945deg);
		-ms-transform: rotate(945deg);
		-o-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-o-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@-webkit-keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 35px;
	font-size: 13px;
	line-height: 50px;
	color: #021523;
	cursor: pointer;
	z-index: 5;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

@media (max-width: 767px) {
	.main-btn {
		font-size: 14px;
		padding: 0 20px;
		line-height: 40px;
	}
}

.rounded-buttons ul li {
	display: inline-block;
	margin-left: 18px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.rounded-buttons ul li {
		margin-left: 0;
	}
}

.rounded-buttons ul li:first-child {
	margin-left: 0;
}

.rounded-buttons .main-btn {
	border-radius: 50px;
}

.rounded-buttons .rounded-one {
	border-color: #38f9d7;
	color: #38f9d7;
}

.rounded-buttons .rounded-one:hover {
	background-color: rgba(56, 249, 215, 0.4);
}

.rounded-buttons .rounded-two {
	color: #fff;
	background-color: #38f9d7;
	border-color: #38f9d7;
}

.rounded-buttons .rounded-two:hover {
	background-color: rgba(56, 249, 215, 0.4);
	border-color: rgba(56, 249, 215, 0.4);
}

.rounded-buttons .rounded-three {
	overflow: hidden;
	line-height: 45px;
	background-color: #fff;
	background-size: 200% auto;
	color: #000;
	border: 0;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}
.navbar-buttons {
	margin-block: 40px;
}
.rounded-buttons .rounded-three-btn {
	text-transform: capitalize;
	overflow: hidden;
	line-height: 50px;
	background-color: #fed501;
	background-size: 200% auto;
	color: #021523;
	border: 0;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rounded-buttons .rounded-three {
		line-height: 44px;
	}
}

@media (max-width: 767px) {
	.rounded-buttons .rounded-three {
		line-height: 44px;
	}
}

.rounded-buttons .rounded-three:hover {
	background-position: right center;
	background-color: #9bbab1;
	color: #fff;
}

.rounded-buttons .rounded-four {
	border-color: #38f9d7;
	padding-left: 60px;
}

@media (max-width: 767px) {
	.rounded-buttons .rounded-four {
		padding-left: 40px;
	}
}

.rounded-buttons .rounded-four span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	left: 30px;
	line-height: normal;
}

@media (max-width: 767px) {
	.rounded-buttons .rounded-four span {
		left: 15px;
	}
}

.rounded-buttons .rounded-four:hover {
	color: #fff;
	background-color: #38f9d7;
}

.rounded-buttons .rounded-four:hover i {
	-webkit-animation: iconTranslateY 0.5s forwards;
	-moz-animation: iconTranslateY 0.5s forwards;
	-o-animation: iconTranslateY 0.5s forwards;
	animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-five {
	color: #fff;
	background-color: #38f9d7;
	border-color: #38f9d7;
	padding-left: 60px;
}

@media (max-width: 767px) {
	.rounded-buttons .rounded-five {
		padding-left: 40px;
	}
}

.rounded-buttons .rounded-five span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	left: 30px;
	line-height: normal;
}

@media (max-width: 767px) {
	.rounded-buttons .rounded-five span {
		left: 15px;
	}
}

.rounded-buttons .rounded-five:hover {
	color: #38f9d7;
	background-color: transparent;
}

.rounded-buttons .rounded-five:hover i {
	-webkit-animation: iconTranslateY 0.5s forwards;
	-moz-animation: iconTranslateY 0.5s forwards;
	-o-animation: iconTranslateY 0.5s forwards;
	animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-six {
	padding-right: 60px;
	overflow: hidden;
	line-height: 52px;
	background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
	background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
	background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
	background-size: 200% auto;
	color: #fff;
	border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rounded-buttons .rounded-six {
		line-height: 44px;
	}


@media (max-width: 767px) {
	.rounded-buttons .rounded-six {
		padding-right: 40px;
		line-height: 44px;
	}
}

.rounded-buttons .rounded-six span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	right: 30px;
	line-height: normal;
}

@media (max-width: 767px) {
	.rounded-buttons .rounded-six span {
		right: 15px;
	}
}

.rounded-buttons .rounded-six:hover {
	background-position: right center;
}

.rounded-buttons .rounded-six:hover i {
	-webkit-animation: iconTranslateY 0.5s forwards;
	-moz-animation: iconTranslateY 0.5s forwards;
	-o-animation: iconTranslateY 0.5s forwards;
	animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

@-moz-keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes iconTranslateY {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}

.quick-start-area {
	position: relative;
	background-color: #1B1B1B;
	padding-top: 70px;
	padding-bottom: 70px;
}

.about-area .section-title .title {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	color: #182121;
}

@media (max-width: 767px) {
	.quick-start-area .section-title .title {
		font-size: 22px;
		line-height: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){

	.quick-start-content.section-title {
		margin: 0;
		padding-bottom: 10px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.quick-start-area .section-title .title {
		font-size: 28px;
		line-height: 38px;
	}
	.quick-start-content.section-title {
		margin: 0;
		padding-bottom: 10px;
	}

}
@media (max-width: 575px) {

	.quick-start-content.section-title {
		margin: 0;
		padding-bottom: 10px;
	}
}

.quick-start-area .section-title .text {
	font-size: 16px;
	line-height: 25px;
	color: #182121;
	margin-top: 8px;
}


@media (max-width: 767px) {
	.quick-start-area .section-title .text {
		font-size: 16px;
	}
}

.single-quick-start .quick-start-icon img {
	width: 120px;
}

@media (max-width: 767px) {
	.single-quick-start .quick-start-icon img {
		width: 100px;
	}
}

.quick-start-content.section-title{
	padding-right: 8px;
}
.single-quick-start .quick-start-content {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.single-quick-start .quick-start-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-quick-start .quick-start-content {
		padding-left: 30px;
		padding-top: 0;
	}
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.quick-start-area .quick-start-content .quick-title {
	color: #fff;
	padding-bottom: 20px;
}

.quick-start-area .quick-start-content .text {
	color: #fff;
}

.quick-start-area .video-header {
	background: url(../images/browser.png) no-repeat left top;
	padding-top: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quick-start-area .video-header {
		padding-top: 36px;
		background-size: contain;
	}
	.carousel-header .featured-images {
		margin: 3% auto;
		padding: 0 0 100px;
	}
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quick-start-area .video-header {
		padding-top: 56px;
		background-size: contain;
	}
}

@media (max-width: 767px) {
	.quick-start-area .video-header {
		padding-top: 41px;
		background-size: contain;
	}
}

.quick-start-area .video-header .video-file {
	border: 4px solid #eee;
	border-top: none;
	outline: none;
	max-width: 100%;
	height: auto;
	border-radius: 0 0 10px 10px;
}

@media (max-width: 991px) {
	.quick-start-area .video-header .video-file {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.header-area {
		min-height: auto;
	}
}

.navbar-area {
	padding: 5px 11px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #263040;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area {
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.navbar-area {
		padding: 10px 0;
	}
}

@media (max-width: 575px) {
	.navbar-area {
		padding: 25px 5px;
	}
}

@media (max-width: 991px) {
	.navbar-expand-lg {
		width: 100%;
		float: left;
	}

	.navbar-brand {
		float: left;
	}

	.navbar-toggler {
		float: right;
		margin: 20px 0;
		display: none;
	}
}
.navbar-area .navbar {
	position: relative;
	padding: 0;
	justify-content: center;
	text-align: center;
}

.navbar-area .navbar .navbar-collapse{ 	justify-content: center; }

.navbar-area .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 5px 0;
	display: block;
	position: relative;
	-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;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-collapse {
		position: absolute;
		top: 109%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		padding: 10px 16px;
		-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-collapse {
		position: absolute;
		top: 108%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 8;
		padding: 10px 16px;
		-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-nav {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-nav {
		margin-right: 0;
	}
}

.navbar-area .navbar .navbar-nav .nav-item {
	position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item a {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	padding: 7px 22px;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	border-radius: 5px;
	-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;
	margin: 9px 0;
}
@media (max-width: 991px){
	.navbar-area .navbar .navbar-nav .nav-item a:hover {
		color: #fff;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-nav .nav-item a {
		padding: 10px 0;
		display: block;
		border: 0;
		margin: 0;
		color: #182121;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-nav .nav-item a {
		padding: 10px 0;
		display: block;
		border: 0;
		margin: 0;
		color: #182121;
	}
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
	position: absolute;
	right: 0;
	top: 100%;
	width: 260px;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-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;
	z-index: 99;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: all none ease-out 0s;
		-moz-transition: all none ease-out 0s;
		-ms-transition: all none ease-out 0s;
		-o-transition: all none ease-out 0s;
		transition: all none ease-out 0s;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: all none ease-out 0s;
		-moz-transition: all none ease-out 0s;
		-ms-transition: all none ease-out 0s;
		-o-transition: all none ease-out 0s;
		transition: all none ease-out 0s;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
	}
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
	position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
	color: #182121;
	-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;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 24px;
	position: relative;
	color: #182121;
	-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;
	border-radius: 0;
	margin: 0 0;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
	float: right;
	font-size: 14px;
	margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
		display: none;
	}
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
	display: inline-block;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
	background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
	background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
	opacity: 0;
	-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;
	z-index: -1;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
	display: none;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
		padding-left: 30px;
	}
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
	color: #fff;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover>a {
	color: #fff;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover>a::after {
	opacity: 1;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover>a::before {
	opacity: 1;
}

.navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #fff;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #fff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area .navbar .navbar-btn {
		position: absolute;
		right: 70px;
		top: 11px;
	}
}

@media (max-width: 767px) {
	.navbar-area .navbar .navbar-btn {
		position: absolute;
		right: 60px;
		top: 11px;
	}
}

.navbar-area .navbar .navbar-btn .menu-bar {
	font-size: 32px;
	position: relative;
	overflow: hidden;
	color: #fff;
	-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;
}

.navbar-area.navbar-transparent {
	background: transparent;
}

.navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
	background-color: #fff;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
		color: #182121;
	}
}

@media (max-width: 767px) {
	.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
		color: #182121;
	}
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before {
	background-color: #38f9d7;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item:hover a {
	color: #38f9d7;
}

.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar {
	color: #fff;
}

.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar:hover {
	color: #38f9d7;
}

.navbar-area.navbar-transparent.sticky {
	background-color: #fff;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-toggler .toggler-icon {
	background-color: #182121;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a {
	color: #182121;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item:hover a {
	color: #38f9d7;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar {
	color: #182121;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar:hover {
	color: #38f9d7;
}

.navbar-area.navbar-transparent-2 {
	background: transparent;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-toggler .toggler-icon {
	background-color: #fff;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
	color: #182121;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
		color: #182121;
	}
}

@media (max-width: 767px) {
	.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
		color: #182121;
	}
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a::before {
	background-color: #38f9d7;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item:hover a {
	color: #38f9d7;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar {
	color: #fff;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar:hover {
	color: #38f9d7;
}

.navbar-area.navbar-transparent-2.sticky {
	background-color: #fff;
}

.navbar-area.sticky {
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	padding: 5px 0;
}


@media (max-width: 767px) {
	.navbar-area.sticky .navbar-brand {
		display: block;
	}
}
.section-blocks-area .block p {
	line-height: 30px;
}
.section-blocks-area {
	padding-block: 100px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.section-blocks-area .section-block .block {
	float: left;
}
.section-blocks-area .section-block {
	display: inline-block;
	vertical-align: top;
	margin-block: 46px;
}
@media (max-width: 991px) {
	.section-blocks-area{
		padding-block: 50px;
	}
	.section-blocks-area .section-block{
		max-width: 100%;
	}
	.section-blocks-area .section-block .block{
		margin-block-end: 50px;
	}
}
.section-blocks-area .section-block .title {
	margin-block-end: 20px;
	font-weight: 700;
	font-size: 35px;
	line-height: 46px;
}
.sidebar-right {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #f4f6f7;
	height: 100%;
	width: 300px;
	padding-top: 80px;
	z-index: 9999;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-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;
}

.sidebar-content .sidebar-logo img {
	width: 50%;
}

.sidebar-right.open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

@media (max-width: 767px) {
	.sidebar-right {
		width: 250px;
	}
}

.sidebar-right .sidebar-close {
	position: absolute;
	top: 30px;
	left: 30px;
}

.sidebar-right .sidebar-close .close {
	font-size: 24px;
	color: #182121;
}

.sidebar-right .sidebar-content .sidebar-menu {
	margin-top: 40px;
}

.sidebar-right .sidebar-content .sidebar-menu ul li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 11px 16px;
	color: #182121;
	text-transform: uppercase;
	position: relative;
	border-radius: 5px;
	-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;
	border-bottom: 1px solid #cbced1;
	display: block;
}

.sidebar-right .sidebar-content .sidebar-menu ul li a:hover {
	color: #38f9d7;
}

.sidebar-right .sidebar-content .sidebar-social {
	margin-top: 30px;
}

.sidebar-right .sidebar-content .sidebar-social span {
	font-size: 16px;
	line-height: 24px;
	color: #6c6c6c;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 14px;
}

.sidebar-right .sidebar-content .sidebar-social ul li {
	display: inline-block;
	margin-right: 5px;
}

.sidebar-right .sidebar-content .sidebar-social ul li a {
	font-size: 32px;
	color: #38f9d7;
	-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;
}

.overlay-right {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.overlay-right.open {
	display: block;
}

.leaf1-bg {
	position: relative;
	overflow: visible;
}

.leaf-1 {
	position: absolute;
	top: -90px;
	right: 0;
}

.leaf2-bg {
	position: relative;
	overflow: visible;
}

.leaf-2 {
	position: absolute;
	top: -90px;
	left: 0;
}

@media (max-width: 767px) {
	.leaf1-bg,
	.leaf2-bg {
		display: none;
	}
}

.slider-area {
	padding-top: 0px;
}
.slider-area .bd-example .carousel .carousel-inner .carousel-item {
	position: relative;
	height: 750px;
	width: 100%;
	background: url(../images/background.jpg) no-repeat scroll top center;
	background-color: #f0f0f0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-item::before {
		height: 500px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.carousel-item::before {
		height: 450px;
	}
	.slider-area .bd-example .carousel .carousel-inner .carousel-item{
		height: 700px;
	}
}

@media (max-width: 575px){
	.carousel-item::before {
		height: 450px;
	}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.slider-area .bd-example .carousel .carousel-inner .carousel-item {
		height: 700px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item {
		height: 700px;
	}
	.col-12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item {
		height: 695px;
	}
}


.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
	top: 54.5%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	z-index: 6;
}
@media (max-width: 991px) {
.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-top-header {
	width: auto;
	float: none;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-top-header {
		padding: 0 15px;
	}
}
@media (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-top-header .layout-icon {
		background-size: 100%;
		width: 150px;
		height: 170px;
	}
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-top-header .layout-disc {
	position: relative;
    float: left;
    margin: 15px 0 15px 30px;
    width: auto;
    text-align: left;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-top-header .layout-disc .layout-text {
	font-size: 37px;
	line-height: 49px;
	color: #182121;
	letter-spacing: 0;
	font-weight: 500;
	text-align: left;
}

@media (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-top-header .layout-disc .layout-text {
		font-size: 30px;
    	line-height: 40px;
	}
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header {
	width: 100%;
	float: left;
	margin: 0 15px;
	text-align: left;
}
.navbar-brand-tags {
	padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header {
		margin: 120px 0 0;
	}
	.navbar-brand-tags {
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-brand-tags {
		padding-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header {
		padding: 0 15px;
		margin: 30px 0;
	}
	.navbar-brand-tags {
		padding-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header {
		margin: 30px 0 0;
	}
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title {
	font-size: 52px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0;
	width: 100%;
	line-height: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1250px){

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title {
		font-size: 32px;
		line-height: 45px;
	}
	.featured-images {
		margin: 3% auto;
		padding: 0 0 100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title {
		font-size: 38px;
		line-height: 54px;
	}

}

@media (max-width: 767px) {
	.col-sm-3.wow.fadeInUp{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title {
		font-size: 22px;
		line-height: 32px;

	}
}
@media (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title {
		font-size: 18px;
		line-height: 30px;
		width: 100%;
	}
	.col-sm-3.wow.fadeInUp {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
	display: inline-block;
	margin: 16px 8px 0;
}

@media (max-width: 767px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
		margin: 16px 3px 0;
	}
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-three {
	border: 0;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one {
	border-color: #fff;
	color: #fff;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title-2 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 29px;
	width: 100%;
	margin: 40px 0 50px;
	padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title-2 {
		font-size: 18px;
		line-height: 30px;
	}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title-2 {
		font-size: 16px;
		line-height: 30px;
		margin: 20px 0 50px;
	}
}

@media (max-width: 767px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title-2 {
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		margin: 25px auto 25px;
	}
	.main-icon-title-image .main-icon-title .Templates, .navbar-buttons{text-align: center !important;}
}


@media only screen and (max-width: 575px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header .carousel-title-2 {
		font-size: 15px;
		line-height: 26px;
	}
}

.slider-area .bd-example .carousel .carousel-control-prev,
.slider-area .bd-example .carousel .carousel-control-next {
	top: 50%;
	width: auto;
	height: auto;
	font-size: 70px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	left: 0px;
	opacity: 0;
	z-index: 99;
	-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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .bd-example .carousel .carousel-control-prev,
	.slider-area .bd-example .carousel .carousel-control-next {
		left: 30px;
		font-size: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .bd-example .carousel .carousel-control-prev,
	.slider-area .bd-example .carousel .carousel-control-next {
		left: 30px;
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.slider-area .bd-example .carousel .carousel-control-prev,
	.slider-area .bd-example .carousel .carousel-control-next {
		left: 20px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .bd-example .carousel .carousel-control-prev,
	.slider-area .bd-example .carousel .carousel-control-next {
		font-size: 34px;
	}
}

.slider-area .bd-example .carousel .carousel-control-next {
	right: 0px;
	left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .bd-example .carousel .carousel-control-next {
		right: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .bd-example .carousel .carousel-control-next {
		right: 40px;
	}
}

@media (max-width: 767px) {
	.slider-area .bd-example .carousel .carousel-control-next {
		right: 20px;
	}
}

.slider-area .bd-example .carousel .carousel-indicators {
	margin-bottom: 20px;
}

.slider-area .bd-example .carousel .carousel-indicators li {
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	border: 0;
}

.slider-area .bd-example .carousel .carousel-indicators li.active {
	width: 16px;
	background-color: #fff;
	border-radius: 5px;
}

.slider-area .bd-example .carousel:hover .carousel-control-prev {
	left: 70px;
	opacity: 1;
}

.slider-area .bd-example .carousel:hover .carousel-control-next {
	right: 70px;
	opacity: 1;
}

.slider-3 {
	padding-top: 0px;
}

.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
	height: 850px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
		height: 650px;
	}
}

@media (max-width: 767px) {
	.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
		height: 550px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
		height: 650px;
	}
}

.slider-area .carousel-offer {
	padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .carousel-offer {
		padding-bottom: 30px;
	}
	.slider-area .carousel-offer img.slider-offer {
		width: 250px;
	}
}

@media (max-width: 767px) {
	.slider-area .carousel-offer {
		display: none;
	}
}

.main-icon-title-image .main-icon-title {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 575px) {
	.main-icon-title-image .main-icon-title {
		padding: 0 15px;
		text-align: center;
		margin: 0;
	}
}
.main-icon-title-image .main-icon-title .Templates {
	font-size: 36px;
	color: #021523;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.main-icon-title-image .main-icon-title .Templates {
		font-size: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.main-icon-title-image .main-icon-title .Templates {
		font-size: 28px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
	.main-icon-title-image .main-icon-title .Templates {
		font-size: 30px;
		line-height: 40px;
	}
}
@media (max-width: 575px){
	.main-icon-title-image .main-icon-title .Templates {
		font-size: 18px;
		line-height: 26px;
	}
}
.main-icon-title-image .main-icon-title .developed-by {
	font-size: 24px;
	color: #182121;
	margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-icon-title-image .main-icon-title .developed-by {
		font-size: 24px;
		padding-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-icon-title-image .main-icon-title .developed-by {
		font-size: 20px;
		padding-left: 0;
		padding-bottom: 10px;
		text-align: center;
	}
}

@media only screen and (max-width: 575px) {
	.main-icon-title-image .main-icon-title .developed-by {
		font-size: 20px;
		padding-left: 0;
		padding-bottom: 10px;
		text-align: center;
	}
}
.main-icon-title-image .main-icon {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px 150px;
	margin: 20px auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.main-icon-title-image .main-icon {
		padding: 0px 100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.main-icon-title-image .main-icon {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.main-icon-title-image .main-icon {
		margin-top: 0;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.main-icon-title-image .main-icon {
		padding: 0 15px;
		margin: 0;
	}
}

.main-icon-title-image .main-icon .cms-icon {
	float: left;
	height: 75px;
	position: relative;
	width: 76px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.main-icon-title-image .main-icon .cms-icon {
		margin: 0 auto;
		float: none;
	}
}

.main-icon-title-image .main-icon .icon-left1 {
	background: url(../images/superhero.png) no-repeat scroll center center;
}

.main-icon-title-image .main-icon .icon-left2 {
	background: url(../images/best-rated.png) no-repeat scroll center center;
}

.main-icon-title-image .main-icon .icon-left3 {
	background: url(../images/partner-creator.png) no-repeat scroll center center;
}

.main-icon-title-image .main-icon .disc {
	position: relative;
	float: left;
	margin: 15px 0 13px 13px;
	width: auto;
	text-align: left;
}

@media (max-width: 991px) {
	.main-icon-title-image .main-icon .disc {
		margin: 13px 0 0;
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.main-icon-title-image .main-icon .disc {
		display: none;
	}
}

.main-icon-title-image .main-icon .disc .text {
	color: #182121;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-icon-title-image .main-icon .disc .text {
		font-size: 14px;
	}
}

.performance-area {
	position: relative;
	background-color: #f2f2f2;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.performance-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.about-area .section-title .title {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	color: #182121;
}

@media (max-width: 767px) {
	.performance-area .section-title .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.performance-area .section-title .title {
		font-size: 28px;
		line-height: 38px;
	}
}

.performance-area .section-title .text {
	font-size: 20px;
	line-height: 25px;
	color: #182121;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.performance-area .section-title .text {
		font-size: 16px;
	}
}

.single-performance .performance-icon img {
	width: 120px;
}

@media (max-width: 767px) {
	.single-performance .performance-icon img {
		width: 100px;
	}
}

.single-performance .performance-content {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.single-performance .performance-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-performance .performance-content {
		padding-left: 30px;
		padding-top: 0;
	}
}

.single-performance .performance-content .performance-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #182121;
}

.single-performance .performance-content .text {
	font-size: 16px;
	color: #182121;
	margin-top: 16px;
}

.performance-area .speed-left {
	float: left;
	width: 50%;
}

@media (max-width: 767px) {
	.performance-area .speed-left {
		float: left;
		width: 100%;
	}
}

.performance-area .speed-right {
	float: right;
	padding: 8px 35px;
	text-align: left;
	width: 50%;
}

@media (max-width: 767px) {
	.performance-area .speed-right {
		float: left;
		width: 100%;
		margin-top: 50px;
	}
}

.performance-area .speed-right .title {
	font-size: 20px;
	display: block;
}

.features-area {
	position: relative;
	background-color: #f5f9fc;
	padding-top: 100px;
	padding-bottom: 100px;
}
.navbar-expand-lg .navbar-brand {
	float: none;
	text-align: center;
	margin-right: 0;
}

@media (max-width: 1199px) {
	.features-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


.features-area .section-title .text {
	margin-bottom: 30px;
	color: #000000;
	margin-top: 16px;
}
@media (max-width: 575px){
	.features-area .section-title .text {
		margin-bottom: 10px;
	}
}

.single-features .features-icon img {
	width: 120px;
}

@media (max-width: 767px) {
	.single-features .features-icon img {
		width: 100px;
	}
}
.main-feature-area .single-features .features-content {
	padding: 0;
}
.main-feature-area .single-features .features-content .text {
	padding-inline: 30px;
	font-weight: 500;
}
.single-features .features-content {
	text-align: center;
	background: #fff;
	min-height: 350px;
	margin-block-end: 20px;
	padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-features .features-content {
		min-height: 334px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-features .features-content {
		min-height: 290px;
	}
}

@media (max-width: 479px) {
	.single-features .features-content {
		min-height: 290px;
	}
	.theme-1 {
		width: 494px;
	}
	.demo-layout-area .row.grid .left-content .col-md-4 {
		padding: 0 0 0 0;
	}

}
.single-features .features-content .features-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
	margin-top: 30px;
}

.single-features .features-content .text {
	margin-top: 16px;
}

.features-area .row .col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding-inline: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features-area .row .col-lg-3 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (max-width: 991px) {
	.features-area .row .col-lg-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 479px) {
	.features-area .row .col-lg-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.main-feature-area {
	padding-block: 100px;
}
.responsive-area {
	position: relative;
	background-color: #f5f9fc;
	padding-top: 100px;
	padding-bottom: 100px;
}
#responsive .section-title.text-center {
	padding-block-end: 60px;
}
.cus-guide {
	background-color: #000;
	color: #fff;
}
.cus-title {
	color: #fff;
	font-size: 40px;
	line-height: 52px;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.responsive-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.responsive-area .section-title .title {
	font-size: 35px;
	font-weight: 700;
	line-height: 55px;
	color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.responsive-area .section-title .title {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.responsive-area .section-title .title {
		font-size: 22px;
		line-height: 32px;
	}
	.slider-area .bd-example .carousel .carousel-inner .carousel-item {
		background: #f5f9fc;
	}
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-header{
		text-align: center;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.responsive-area .section-title .title {
		font-size: 28px;
		line-height: 38px;
	}
}

.responsive-area .section-title .text {
	line-height: 25px;
	color: #000;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.responsive-area .section-title .text {
		font-size: 16px;
	}
}

.single-responsive .responsive-icon img {
	width: 120px;
}

@media (max-width: 767px) {
	.single-responsive .responsive-icon img {
		width: 100px;
	}
}

.single-responsive .responsive-content {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.single-responsive .responsive-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-responsive .responsive-content {
		padding-left: 30px;
		padding-top: 0;
	}
}

.single-responsive .responsive-content .responsive-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #000;
}

.single-responsive .responsive-content .text {
	font-size: 16px;
	color: #000;
	margin-top: 16px;
}

.footer-footer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #252b33;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.footer-footer::before {
		/* height: 500px; */
	}
}
@media (max-width: 767px){
	.footer-footer::before {
		/* height: 410px; */
	}
}
@media (max-width: 767px) {
	.purchase-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.purchase-area .section-title .title {
	font-size: 35px;
	font-weight: 700;
	line-height: 55px;
	padding-bottom: 20px;
	color: #fff;
	letter-spacing: 0;
}


@media only screen and (min-width: 768px) and (max-width: 991px){
.purchase-area .section-title .title {
	font-size: 34px;
	line-height: 45px;
}

}
@media (max-width: 767px) {
	.purchase-area .section-title .title {
		font-size: 18px;
		line-height: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.purchase-area .section-title .title {
		font-size: 28px;
		line-height: 38px;
	}
}
#navbarEight .purchase-area .section-title .text {
	margin: 0;
}
.purchase-area .section-title .text {
	font-size: 20px;
	line-height: 25px;
	color: #182121;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.purchase-area .section-title .text {
		font-size: 16px;
	}
}

.purchase-area .section-title .purchase-btn a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 40px;
	background: #00a0fc;
	padding: 0px 34px;
	color: #fff;
	border-radius: 5px;
	letter-spacing: .4px;
}
.purchase-area .section-title .purchase-btn a:hover, .demo-layout-content .demo-layout-text a:hover, .item .slide-image .purchase-now-shop a:hover {
	opacity: 0.9;
}

.single-purchase .purchase-icon img {
	width: 120px;
}

@media (max-width: 767px) {
	.single-purchase .purchase-icon img {
		width: 100px;
	}
}

.single-responsive .responsive-content {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.single-purchase .purchase-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-purchase .purchase-content {
		padding-left: 30px;
		padding-top: 0;
	}
}

.single-purchase .purchase-content .purchase-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #182121;
}

.single-purchase .purchase-content .text {
	font-size: 16px;
	color: #182121;
	margin-top: 16px;
}

.about-area {
	position: relative;
	background-color: #f4f6f7;
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-area .section-title .title {
	font-size: 44px;
	font-weight: 600;
	line-height: 55px;
	color: #182121;
}

@media (max-width: 767px) {
	.about-area .section-title .title {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .section-title .title {
		font-size: 28px;
		line-height: 38px;
	}
}

.about-area .section-title .text {
	font-size: 20px;
	line-height: 25px;
	color: #182121;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.about-area .section-title .text {
		font-size: 16px;
	}
}

.single-about .about-icon img {
	width: 120px;
}

@media (max-width: 767px) {
	.single-about .about-icon img {
		width: 100px;
	}
}

.single-about .about-content {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.single-about .about-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-about .about-content {
		padding-left: 30px;
		padding-top: 0;
	}
}

.single-about .about-content .about-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #182121;
}

.single-about .about-content .text {
	font-size: 16px;
	color: #182121;
	margin-top: 16px;
}
.main-icon-title-image {
	padding: 100px 0;
	width: 100%;
	background-color: #fff;
	padding-left: 15px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1250px){
	.main-icon-title-image {
		padding: 90px 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.main-icon-title-image {
		padding: 80px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.main-icon-title-image {
		padding: 80px 0;
	}
}
@media (max-width: 767px){
	.main-icon-title-image {
	  padding: 70px 0;
	}
}
.demo-layout-area .left-content {
	float: left;
	width: auto;
	margin-right: 60px;
}
.demo-layout-area .row.grid .left-content .col-md-4 {
	padding: 0 0 0 15px;
	max-width: 100%;
}
.theme-1 {
	width: 584px;
}
.left-content .single-demo-layout.mt-50.fadeInUp {
	margin: 0;
	border: 7px solid #e4e4e4;
}
.right-content {
	width: 50%;
	float: right;
	padding: 100px 0 0;
	margin: 88px 0 0;
}
.right-content .demo-layout-description {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .2px;
	margin-block: 30px;
}
.demo-layout-area {
	padding-top: 90px;
	padding-bottom: 100px;
	background: #f5f9fc;
}
.demo-layout-area .row.grid .col-md-4, .responsive-area .row.grid .col-md-3{
	padding-inline: 25px;
}
.main-feature-area .col-md-4{
	padding-inline: 11.5px;
}
.main-feature-area .row.grid{
	margin-inline: -11.5px;
}
#main-feature .section-title.text-center {
	padding-block-end: 30px;
}
.demo-layout-area .row.grid, .responsive-area .row.grid{
	margin-inline: -25px;
}
@media (max-width: 991px) {
	.responsive-area .row.grid .col-md-3{
		margin-block-end: 50px;
	}
}
@media (max-width: 767px) {
	.demo-layout-area .row.grid .col-md-4{
		max-width: 400px;
	}
	.responsive-area .row.grid .col-md-3{
		max-width: 288px;
	}
	.demo-layout-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.num_title{
	color: #fff;
	font-size: 66px;
	font-weight: 500;
}


.demo-layout-area .section-title .text {
	color: #808080;
}

.demo-layout-area .demo-layout-menu {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0px;
}

.demo-layout-menu ul li {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 42px;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	z-index: 5;
	-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;
	cursor: pointer;
	margin: 0px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.demo-layout-menu ul li {
		font-size: 14px;
		padding: 0 26px;
	}
}

@media (max-width: 767px) {
	.demo-layout-menu ul li {
		font-size: 14px;
		padding: 0 22px;
		line-height: 42px;
	}
}

.demo-layout-menu ul li::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	z-index: -1;
	opacity: 0;
	-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;
	border-radius: 4px;
}

.demo-layout-menu ul li.active {
	color: #fff;
	border-radius: 50px;
	background: #090E11;
}

.demo-layout-menu ul li:hover::before,
.demo-layout-menu ul li.active::before {
	opacity: 1;
}

.demo-layout-menu ul li span {
	font-size: 13px;
}
.single-demo-layout .demo-layout-image {
	position: relative;
	overflow: hidden;
	height: 706px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.04);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.04);
}
.responsive-area .single-demo-layout .demo-layout-image {
	height: 550px;
	border-radius: 8px;
}
.responsive-area .single-demo-layout {
	margin-top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {

	.theme-1 {
		width: 505px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-demo-layout .demo-layout-image {
		height: 530px;
	}
	.theme-1 {
		width: 415px;
	}
	.right-content {
		padding: 50px 0 0;
		margin: 0px 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-demo-layout .demo-layout-image {
		height: 450px;
	}
	.theme-1 {
		width: 325px;
	}
	.right-content {
		padding: 20px 0 0;
		margin: 0px 0 0;
	}
	.demo-layout-area .left-content {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.single-demo-layout .demo-layout-image {
		height: 400px;
	}
	.demo-layout-area .left-content {
		margin-right: 0;
	}
	.right-content {
		width: 100%;
		padding: 20px 0 0;
		margin: 38px 0 0;
		padding-inline: 25px;
	}
	.theme-1 {
		width: 450px;
	}
	.demo-layout-area .row.grid .left-content .col-md-4 {
		padding: 0;
		max-width: 100%;
	}
}
@media (max-width: 479px) {
	.theme-1 {
		width: 300px;
	}

	}
.demo-layout-overlay.d-flex.align-items-center.justify-content-center {
	float: left;
	width: 100%;
}
.single-demo-layout .demo-layout-overlay .demo-layout-content {
	position: relative;
	bottom: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	margin: 0 auto;
	border-radius: 25px;
}
.single-demo-layout .demo-layout-content .demo-layout-text {
	padding: 0;
	background-color: #fed501;
	border-radius: 50px;
}
.single-demo-layout:hover .demo-layout-overlay .demo-layout-content.btn-none {
	opacity: 0 !important;
	display: none;
}
.single-demo-layout:hover .demo-layout-overlay .demo-layout-content {
	opacity: 1;
}
.single-demo-layout .demo-layout-overlay .demo-layout-content:hover {
	opacity: 1;
}
@media (max-width: 767px){
	.single-demo-layout .demo-layout-overlay .demo-layout-content {
		opacity: 1;
	}
}
.demo-layout-content .demo-layout-text a {
	color: #fff;
	background-color: #00a0fc;
	border-radius: 5px;
}
.right-content .demo-layout-text .title {
	font-size: 25px;
}
.right-content .demo-layout-text .title b {
	font-weight: 800;
}
.right-content .demo-layout-text {
	width: 100%;
	float: left;
	margin-block: 10px 0px;
}
.single-demo-layout .demo-layout-image img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 8s ease-out 0s;
	-webkit-transition: all 8s ease-out 0s;
	-moz-transition: all 8s ease-out 0s;
	-ms-transition: all 8s ease-out 0s;
	-o-transition: all 8s ease-out 0s;
}
.single-demo-layout .demo-layout-image:hover img {
	top: -880px;
}
.no-scroll .single-demo-layout .demo-layout-image:hover img{
	top:0;
}
.comming_soon .single-demo-layout .demo-layout-image img{top: 0;}
.comming-soon-btn {
    min-height: 105px;
}
.single-demo-layout .demo-layout-text .demo-layout-overlay .demo-layout-content {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.single-demo-layout .demo-layout-text .demo-layout-overlay .demo-layout-content .demo-layout-text {
	position: relative;
	display: inline-block;
}

.single-demo-layout .demo-layout-text .demo-layout-overlay .demo-layout-content .demo-layout-text a { color:#999; text-decoration:underline; }
.single-demo-layout .demo-layout-text .demo-layout-overlay .demo-layout-content .demo-layout-text a:hover { color:#fff; }

.single-demo-layout .demo-layout-text {
	text-align: center;
	position: relative;
	background: transparent;
	padding: 15px;
}

.single-demo-layout .demo-layout-text .demo-btn a {
	font-size: 16px;
	line-height: 42px;
	background: #292929;
	padding: 0px 20px;
	color: #fff;
	border-radius: 50px;
}

.single-demo-layout .demo-layout-text .demo-layout-title a, .single-demo-layout .demo-layout-text h4 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	-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;
	text-align: center;
	letter-spacing: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1250px){
	.comming_soon .single-demo-layout .demo-layout-image img {
		top: -45%;
	}
	.single-demo-layout .demo-layout-image:hover img {
		top: -862px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-demo-layout .demo-layout-text .demo-layout-title a {
		font-size: 20px;
	}
	.comming_soon .single-demo-layout .demo-layout-image img {
		top: -22%;
	}
	.single-demo-layout .demo-layout-image:hover img {
		top: -752px;
	}
}

@media (max-width: 767px) {
	.single-demo-layout .demo-layout-text .demo-layout-title a {
		font-size: 20px;
	}
	.comming_soon .single-demo-layout .demo-layout-image img {
		top: -10%;
	}
}

.single-demo-layout .demo-layout-text .demo-layout-title a:hover {
	color: #38f9d7;
}

.single-demo-layout .demo-layout-text .text {
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0px;
}

.single-demo-layout:hover .demo-layout-overlay {
	opacity: 1;
	visibility: visible;
}

.single-demo-layout .demo-layout-text .text-version {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
}

.demo-layout-2 {
	background-color: #f4f6f7;
}

.testimonial-area {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
		top: 55%;
	}
	.testimonial-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.password .title {
	background-color: #00a0fc;
	font-size: 25px;
	font-weight: 500;
	padding: 20px 5px;
	line-height: 30px;
	color: #fff;
}
.justify-content-center .password .title b {
	font-weight: 700;
}
#password_popup {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	display: none;
}
.header-area .purchase-area {
	padding-block: 0;
}
.purchase-area {
	padding-block: 78px;
}
.testimonial-2 {
	background-color: #fff;
}

.single-testimonial {
	padding: 0px;
	max-width: 50%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.single-testimonial{
		max-width: 100%;
	}
}
.single-testimonial .testimonial-image img {
	width: 90px;
	border-radius: 50%;
	display: inline-block;
}

.single-testimonial .testimonial-content {
	padding: 40px 20px 0;
	background: #fff;
}

.single-testimonial .testimonial-content .text {
	line-height: 24px;
	color: #000;
	padding-block: 25px;
}

.single-testimonial .testimonial-content .author-name {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
	margin-bottom: 6px;
}

.single-testimonial .testimonial-content .sub-title {
	font-size: 14px;
	line-height: 24px;
	color: #a4a4a4;
}

.single-testimonial .testimonial-content .icon i {
	color: #fdc204;
	font-size: 14px;
}

.testimonial-active-2 .slick-dots,
.testimonial-active .slick-dots {
	text-align: center;
}

.testimonial-active-2 .slick-dots li,
.testimonial-active .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.testimonial-active-2 .slick-dots li button,
.testimonial-active .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #cbced1;
	border: 0;
	cursor: pointer;
}

.testimonial-active-2 .slick-dots li.slick-active button,
.testimonial-active .slick-dots li.slick-active button {
	background-color: #090E11;
}

.single-testimonial-4 {
	border: 2px solid #cbced1;
	padding: 25px 30px;
	border-radius: 8px;
	background-color: #fff;
}

.single-testimonial-4 .testimonial-author .author-image img {
	width: 80px;
	border-radius: 50%;
}

.single-testimonial-4 .testimonial-author .author-name {
	padding-left: 20px;
}

@media (max-width: 767px) {
	.single-testimonial-4 .testimonial-author .author-name {
		padding-left: 0;
		padding-top: 15px;
	}
	#password_popup {
		top: 40% !important;
		left: 40% !important;
		transform: translate(-35%,-50%);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-testimonial-4 .testimonial-author .author-name {
		padding-left: 20px;
		padding-top: 0;
	}
}

.single-testimonial-4 .testimonial-author .author-name .name {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #182121;
}

.single-testimonial-4 .testimonial-author .author-name .sub-title {
	font-size: 14px;
	line-height: 24px;
	color: #a4a4a4;
}

.single-testimonial-4 .testimonial-text {
	margin-top: 25px;
}

.single-testimonial-4 .testimonial-text .text {
	font-size: 14px;
	line-height: 24px;
	color: #182121;
}

.testimonial-active-4 .slick-dots {
	text-align: center;
	margin-top: 25px;
}

.testimonial-active-4 .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.testimonial-active-4 .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #cbced1;
	border: 0;
	cursor: pointer;
}

.testimonial-active-4 .slick-dots li.slick-active button {
	background-color: #38f9d7;
}

.testimonial-area .section-title .text {
	color: #182121;
	padding: 0 110px;
}
#main-feature .section-title .text {
	color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.testimonial-area .section-title .text {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.testimonial-area .section-title .text {
	   padding: 0 40px;
	}
	.single-demo-layout .demo-layout-image:hover img {
		top: -544px;
	}
}
@media (max-width: 767px){
	.testimonial-area .section-title .text {
		padding: 0;
	}
	.single-demo-layout .demo-layout-image:hover img {
		top: -995px;
	}
}
.recommend-area {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #1c2026;
}

@media (max-width: 767px) {
	.recommend-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 479px) {
.single-demo-layout .demo-layout-image:hover img {
	top: -515px;
}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	width: 0;
	height: 0;
	margin: 0;
}
.bestseller-slider{position:relative;padding: 35px 0 0;}
.best-selling-img{position: absolute;top:0;}
.best-selling-img img{float: left;}
.owl-dots .owl-dot > span{display: none;}
.owl-next > span, .owl-prev > span{font-size: 48px; color: #fff;}
.owl-dots{counter-reset: number;}
.owl-dots>.owl-dot{counter-increment: number;}
.owl-dots::after {content: counter(number);margin-left:9px;}
.owl-dot.active:before{content:counter(number)" ""of";position: relative;display: inline-block;color: #FE4135;}
.owl-dot.active:before,.owl-dots::after {font-size: 22px;color: #fff;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,.owl-theme .owl-dots .owl-dot span{background-color: transparent;width: 0 !important;height: 0 !important;margin:0 !important;}
.owl-theme .owl-nav [class*=owl-]:hover{background: transparent !important;}
.owl-theme .owl-dots .owl-dot{position: relative;}
.owl-theme .owl-nav{position: relative;margin-top: 30px !important;}
.owl-carousel .owl-nav button.owl-prev{left: 40%;}
.owl-carousel .owl-nav button.owl-next{right: 40%;}
.owl-carousel .owl-nav button[class^="owl-"]{position: absolute;top:-30px;}
.owl-stage-outer .item{padding: 5px;}
.sale-content span.sale {display: inline-block;}
.sale-content,.sale-content span.sales-title,.sale-content span.sales-price,.new-content{position: absolute;}
.sale-content{top: 0;right:15%;z-index: 1;}
.sale-content span.sales-title,.sale-content span.sales-price{
	position: absolute;
    z-index: 100000000;
    line-height: 46px;
    font-size: 18px;
}
.sale-content span.sales-title{left: 39px;top: 39px;transform: rotate(-10deg);}
.sale-content span.sales-price{left: 51px;top: 58px;transform: rotate(-11deg);}
.sale-content-inner{position: relative;}
.owl-stage-outer .item .slide-image{position: relative;}
.owl-carousel .owl-item img { margin: 0 auto; }
.owl-stage-outer .item .slide-image:hover .purchase-now-shop{background-color: rgba(0,0,0,0.5);}
.owl-stage-outer .item .slide-image:hover .purchase-now-shop a{opacity: 1;}
span.shop-title {font-size: 16px;}
.title-box h4 {float: right;margin: 0; font-size:16px;}
.item .title-box{width: 100%;padding:10px 0;margin-top: 10px;text-align:center;}
.new-content{z-index: 1;top: 10px;left: 9px;width: 17%;}
.purchase-now-shop a {
	display: inline-block;
	text-decoration: none;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
	padding: 12px 20px;
	background-color: #00a0fc;
	color: #fff;
	opacity: 0;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
}
.purchase-now-shop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 1;
}
.recommend-area .section-title .title {
	color: #fff;
}

.recommend-2 {
	background-color: #fff;
}
@media (max-width: 991px){
	.main-icon-title-image .navbar-buttons {
		margin-block-start: 20px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 36%;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 36%;
	}
}
@media (max-width: 767px){
	.owl-carousel .owl-nav button.owl-prev {
		left: 18%;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 18%;
	}
}
.single-recommend {
	padding: 0px;
}

.single-recommend .recommend-img {
	border: 10px solid #292929;
}

.single-recommend .recommend-img img {
	display: inline-block;
}

.single-recommend .recommend-content {
	overflow: hidden;
}

.single-recommend .recommend-content .recommend-disc {
	width: 100%;
	float: left;
	margin-top: 18px;
}

.single-recommend .recommend-content:hover .purchase-btn {
	background: #090E11;
}

.single-recommend .recommend-content .text {
	font-size: 18px;
	text-align: center;
	width: 100%;
	font-weight: 500;
	padding-top: 8px;
	padding-left: 0;
	line-height: 24px;
	color: #fff;
	float: left;
}

.single-recommend .recommend-content .sub-title {
	font-size: 14px;
	line-height: 24px;
	color: #a4a4a4;
}

.single-recommend .recommend-content .purchase-btn {
	float: none;
	background: #fa6068;
	border-radius: 50px;
	display: inline-block;
	margin-top: 10px;
	opacity: 0;
}

.single-recommend .recommend-content:hover .purchase-btn {
	opacity: 1;
}
@media (max-width: 767px){
	.single-recommend .recommend-content .purchase-btn {
		opacity: 1;
	}
}
.single-recommend .recommend-content .purchase-btn a {
	color: #fff;
	font-size: 16px;
	padding: 8px 30px;
	line-height: 24px;
	background: #1ea694;
	border-radius: 25px;
}

.recommend-active-2 .slick-dots, .recommend-active .slick-dots {
	text-align: center;
	margin-top: 20px;
}

.recommend-active-2 .slick-dots li,
.recommend-active .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.recommend-active-2 .slick-dots li button,
.recommend-active .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #808080;
	border: 0;
	cursor: pointer;
}

.recommend-active-2 .slick-dots li.slick-active button,
.recommend-active .slick-dots li.slick-active button {
	background-color: #fff;
}

.single-recommend-4 {
	border: 2px solid #cbced1;
	padding: 25px 30px;
	border-radius: 8px;
	background-color: #fff;
}

.single-recommend-4 .recommend-author .author-image img {
	width: 80px;
	border-radius: 50%;
}

.single-recommend-4 .recommend-author .author-name {
	padding-left: 20px;
}

@media (max-width: 767px) {
	.single-recommend-4 .recommend-author .author-name {
		padding-left: 0;
		padding-top: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-recommend-4 .recommend-author .author-name {
		padding-left: 20px;
		padding-top: 0;
	}
}

.single-recommend-4 .recommend-author .author-name .name {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #182121;
}

.single-recommend-4 .recommend-author .author-name .sub-title {
	font-size: 14px;
	line-height: 24px;
	color: #a4a4a4;
}

.single-recommend-4 .recommend-text {
	margin-top: 25px;
}

.single-recommend-4 .recommend-text .text {
	font-size: 14px;
	line-height: 24px;
	color: #182121;
}

.recommend-active-4 .slick-dots {
	text-align: center;
	margin-top: 25px;
}

.recommend-active-4 .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.recommend-active-4 .slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #cbced1;
	border: 0;
	cursor: pointer;
}

.recommend-active-4 .slick-dots li.slick-active button {
	background-color: #38f9d7;
}

.footer-area .footer-widget {
	padding-top: 90px;
	padding-bottom: 120px;
}
@media only screen and (min-width: 1250px) and (max-width: 1299px) {
	.theme-1 {
		width: 539px;
	}
	.single-demo-layout .demo-layout-image:hover img {
		top: -968px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area .footer-widget {
		padding-top: 70px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.footer-area .footer-widget {
		padding-top: 50px;
		padding-bottom: 80px;
	}
}

.footer-area .footer-widget .footer-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #6c6c6c;
}

.footer-area .footer-widget .footer-link {
	margin-top: 32px;
}

.footer-area .footer-widget .footer-link ul {
	margin-top: 8px;
}

.footer-area .footer-widget .footer-link ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #182121;
	margin-top: 16px;
	font-weight: 500;
	-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;
}

.footer-area .footer-widget .footer-link ul li a:hover {
	color: #38f9d7;
}

.footer-area .footer-copyright {
	padding: 21px 0;
	border-top: 1px solid #454b51;
	float: left;
	width: 100%;
	position: relative;
	background-color: #252b33;
}

.footer-area .footer-copyright .copyright .text {
	color: #fff;
	text-align: center;
	font-size: 15px;
}
@media (max-width: 767px){
	.footer-area .footer-copyright .copyright .text {
		font-size: 16px;
	}
}
.footer-area .footer-copyright .copyright .text a {
	color: #fff;
}

.footer-area .footer-copyright .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer-area .footer-copyright .social li:last-child {
	margin-right: 0;
}

.footer-area .footer-copyright .social li a {
	font-size: 24px;
	color: #6c6c6c;
	-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;
}

.footer-area .footer-copyright .social li a:hover {
	color: #38f9d7;
}

.footer-area.footer-dark {
	background-color: #182121;
}

.footer-area.footer-dark .footer-widget .footer-title {
	color: #fff;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a {
	color: #fff;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a:hover {
	color: #38f9d7;
}

.footer-area.footer-dark .footer-copyright .copyright .text {
	color: #fff;
}

.footer-area.footer-dark .footer-copyright .social li a {
	color: #fff;
}

.footer-area.footer-dark .footer-copyright .social li a:hover {
	color: #38f9d7;
}

.back-to-top {
	font-size: 20px;
	color: #FFF;
	position: fixed;
	right: 26px;
	bottom: 40px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background-color: #292929;
	text-align: center;
	z-index: 99;
	-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;
	display: none;
}

.back-to-top:hover {
	color: #fff;
}
.featured-images {
	margin: 3% auto;
	padding: 0 0 100px;
}
.featured-images .img-tag {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
