/*-----------------------------------------------------------------------------------
Template Name: Appy HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Ashekur Rahman Hridoy
Author URI: http://www.facebook.com/ashekur.rahman.hridoy
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Button-Style
4. Helper-Classes
5. MainMenu-Area
6. Page-Title
7. Home-Area
8. Progress-Area
9. Video-Area
10. Feature-Area
11. Service-Box
12. Testimonial-Area
13. Gallery-Area
14. Download-Area
15. Price-Area
16. Questions-area
17. Subscribe-Form
18. Footer-Area
19. ScrollUp-Button
20. Blog-Post
21. Pagination
22. Comment-Respond
23. Form-Stype
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800');
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900|medium-wg:300,400,500,600,700,800,900&display=swap");

/*-------------------
2. Theme Default CSS
--------------------*/

@font-face {
	font-family: 'light-wg';
	src: url('fonts/font/light-wg.ttf');
	src: local('light-wg'), url('fonts/font/light-wg.ttf') format('truetype');
}

@font-face {
	font-family: 'regular-wg';
	src: url('fonts/font/regular-wg.ttf');
	src: local('regular-wg'), url('fonts/font/regular-wg.ttf') format('truetype');
}

@font-face {
	font-family: 'medium-wg';
	src: url('fonts/font/medium-wg.ttf');
	src: local('medium-wg'), url('fonts/font/medium-wg.ttf') format('truetype');
}

@font-face {
	font-family: 'semiBold-wg';
	src: url('fonts/font/semiBold-wg.ttf');
	src: local('semiBold-wg'), url('fonts/font/semiBold-wg.ttf') format('truetype');
}

* {
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #404757;
	letter-spacing: 0;
}

input:focus,
button:focus,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	color: #f14336;
	font-weight: 500
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	line-height: 1.2em;
	color: #404757;
	font-family: "semiBold-wg", sans-serif;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 40px;
}

p {
	font-family: 'medium-wg';
	line-height: 1.5;
	font-size: 17px;
}

html,
body {
	height: 100%
}

body {
	font-family: 'semiBold-wg', sans-serif;
	font-size: 17px !important;
	line-height: 1.5;
	color: #404757;
	letter-spacing: 0.2px;
	cursor: context-menu;
	padding-right: 0 !important;
}

ol,
ul {
	font-family: 'medium-wg';
	margin-left: -45px;
	line-height: 1.8;
}

@media screen and (max-width:767px) {
	ol,
	ul {
		margin-left: -20px;
	}
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset !important;
}


/*-- 3. Button-Style --*/

.bttn-full {
	color: #ffffff !important;
	padding: 14px 40px !important;
	border-radius: 30px;
	background-color: #F14336 !important;
	border: 1px solid #f14336;
	margin: 0;
	cursor: pointer;
}

.bttn-full:hover {
	border: 1px solid #d6372b;
	color: white;
	background-color: #d6372b !important;
}

.bttn-white {
	position: relative;
	background: white;
	overflow: hidden;
	z-index: 1;
	border: none;
}

.bttn-white img {
	height: 20px;
	margin-right: 5px;
	margin-top: -5px;
	display: inline-block;
}

.bttn-white:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.bttn-white.active,
.bttn-white:hover {
	color: #f14336;
	background-color: white;
}

.bttn-white.active:before,
.bttn-white:hover:before {
	opacity: 0;
}

.bttn-default,
.bttn-white {
	padding: 14px 40px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-color: transparent;
	border: 1px solid white;
	color: white;
	border-radius: 30px;
}

.bttn-white:focus {
	color: white;
}

.bttn-default .lnr,
.bttn-white .lnr {
	margin-right: 10px;
}

.bttn-default {
	padding: 14px 40px;
	background: transparent;
	border: 1px solid #f14336;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	color: #f14336;
	-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.bttn-default:hover {
	color: #ffffff;
	-webkit-box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 25px 50px -20px rgba(0, 0, 0, 0.6);
	background-color: #f14336;
}

.bttn-contact {
	color: white
}

.bttn-contact:hover {
	opacity: 0.8;
	color: white;
}

.bttn-contact:focus {
	opacity: 0.7;
	color: white;
}

.py-2 {
	margin-left: 10px;
	margin-right: 10px
}

.pl-1 {
	margin-left: 10px;
}

.sq {
	border-radius: 3px !important;
}


/*-- 4. Helper-Classes --*/

.section-padding-top {
	padding-top: 120px;
}

.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.upper {
	text-transform: uppercase;
}

.angle,
.overlay {
	position: relative;
	z-index: 1;
}

.overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f3efec;
	background: -webkit-linear-gradient(0deg, #f3efec45 0%, rgb(247 244 242 / 0%) 100%);
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(180deg, #d8edf6 0%, #faf9f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	opacity: 0.8;
	z-index: -2;
}

.angle,
.about-overlay {
	position: relative;
	z-index: 0;
}

.about-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f3efec;
	background: -webkit-linear-gradient(13deg, #f3efecb8 0%, rgb(247 244 242 / 0%) 100%);
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(211deg, #f3efec 0%, #f3efec00 100%);
	background: linear-gradient(181deg, #f9faf9 0%, #f3efec26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	opacity: 0.8;
	z-index: -2;
}

.about-bg {
	background-image: url(images/icon-bg.png);
	/* background-repeat: no-repeat; */
	background-position: left center;
	background-size: auto 100%;
}

.angle,
.bg-second {
	position: relative;
	z-index: 1;
}

.bg-second:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f3efec;
	background: -webkit-linear-gradient(13deg, #f3efecb8 0%, rgb(247 244 242 / 0%) 100%);
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(211deg, #f3efec 0%, #f3efec00 100%);
	background: linear-gradient(351deg, #f143361a 0%, #f3efec00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	/*   opacity: 0.8; */
	z-index: -2;
}

.bg-second {
	background-image: url(images/icon-bg.png);
	/* background-repeat: no-repeat; */
	background-position: left center;
	background-size: auto 100%;
}

.angle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ffffff), color-stop(50%, transparent)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -o-linear-gradient(left bottom, #ffffff 50%, transparent 50%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right top, #ffffff 50%, transparent 50%) repeat scroll 0 0;
	z-index: -1;
}

.dark-color {
	color: #434345
}

.tracker-color {
	color: #404757
}

.hr-color {
	color: #404757
}

.finance-color {
	color: #404757
}

.text-shadow {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.white-color {
	color: #ffffff !important;
}

.gray-bg {
	background-color: #f5f6ff;
}


/*-- 5. MainMenu-Area --*/

.mainmenu-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 20px;
	background: transparent;
	/*  backdrop-filter: saturate(180%) blur(20px); */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mainmenu-area:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 0%);
	backdrop-filter: saturate(180%) blur(20px);
	z-index: -1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mainmenu-area.affix {
	position: fixed;
	top: 0;
}

.mainmenu-area.affix:before {
	opacity: 1;
}

.mainmenu-area .right-button {
	position: absolute;
	right: 15px;
	top: 15px;
}

.mainmenu-area .right-button a {
	color: #ffffff;
	padding: 8px 28px;
	border-radius: 30px;
	background-color: #F14336;
	display: inline-block;
	text-transform: initial;
	cursor: pointer;
}

.mainmenu-area .right-button a:hover {
	background-color: #f14336d4;
}

.mainmenu-area ul.mainmenu {
	text-align: right;
	float: none;
	display: block;
}

.mainmenu-area ul.mainmenu li {
	float: none;
	display: inline-block;
	text-align: center;
}

.mainmenu-area ul.nav.navbar-nav li a {
	color: #404757;
	background: transparent;
	font-weight: 400;
	/*    border-bottom: 2px solid transparent; */
	cursor: pointer;
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active a {
	/* border-bottom-color: #f14336; */
	color: #f14336;
}

.mainmenu-area .navbar-brand {
	height: auto;
	padding: 0;
}

.mainmenu-area .navbar-brand img {
	height: 40px;
}


/*-- 6. Page-Title --*/

.page-title .title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #8790af;
	font-family: 'semiBold-wg';
	font-size: 19px;
}

.text-center.page-title .title:before,
.page-title .title:after {
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background-color: #e1e1e1;
	margin: 0 15px;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}


/*-- 9. Video-Area --*/

.video-area {
	background-image: url('images/icon-bg.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	margin-bottom: 120px;
}

.video-photo {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.video-photo>img {
	width: 100%;
}

.video-area a.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


/*-- 7. Home-Area --*/


/*-- Progress-Area --*/

.progress-area {
	background-image: url('images/icon-bg.png');
	/* background-repeat: no-repeat; */
	background-position: left center;
	/* background-size: auto 100%; */
}

.video-photo {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.video-photo>img {
	width: 100%;
}

.progress-area a.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


/*-- 7. Progres --*/


/*-- Progress-Area --*/

.finance-area {
	background-image: url('images/icon-bg.png');
	/*  background-repeat: no-repeat; */
	background-position: left center;
	/*  background-size: auto 100%; */
}

.video-photo {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.video-photo>img {
	width: 100%;
}

.finance-area a.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


/*-- 7. Progres --*/

.home-area {
	width: 100%;
	/*  background: url('images/cloud.jpg') no-repeat scroll center bottom / cover; */
	padding-top: 26vh;
	color: #404757;
}

.home-area .mobile-image .hr-image .tracker-image {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -158px;
}


/*-- 8. Progress-Area --*/


/*
.progress-area {
    background-image: url(images/icon-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
} */


/*-- 08. Tracker-Area --*/

.tracker-area {
	background-image: url('images/workgate_tracker_modul.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.tracker-area .progress-area .mobile-image .hr-image .tracker-image {
	margin-top: -90px;
	margin-bottom: -153px;
}


/*-- 9. Video-Area --*/


/*
.finance-area {
    background-image: url('images/icon-bg.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-bottom: 80px;
} */

.finance-photo {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.finance-photo>img {
	width: 100%;
}

.finance-area a.finance-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


/*-- 10. Feature-Area --*/

.feature-area {
	color: #ffffff;
	background-color: #F14336;
	background-image: url('images/feature-bg.png');
	background-position: bottom -120px center;
	background-repeat: no-repeat;
	background-size: auto 94%;
	margin-bottom: 142px;
}

.feature-area .page-title .title {
	color: #ffffff;
}

.feature-area .mobile-image .hr-image .tracker-image {
	margin-bottom: -142px;
}


/*-- 11. Service-Box --*/

.service-box {
	position: relative;
	padding-left: 100px;
}

.team-slide .owl-controls .owl-nav>div,
.service-box .box-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 72px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
	background: rgb(72, 44, 191);
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	overflow: hidden;
	z-index: 1;
	color: #F14336;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.team-slide .owl-controls .owl-nav>div:hover,
.service-box:hover .box-icon {
	color: #ffffff;
}

.team-slide .owl-controls .owl-nav>div:before,
.service-box .box-icon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.team-slide .owl-controls .owl-nav>div:hover:before,
.service-box:hover .box-icon:before {
	opacity: 0;
}

.service-box h4 {
	margin-bottom: 10px;
}


/*-- 12. Testimonial-Area --*/

.testimonial-area {
	padding-top: 60px;
	padding-bottom: 120px;
}

.team-box {
	position: relative;
	padding: 55px 30px 30px 30px;
	-webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-top: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.team-box:hover {
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.team-box .team-image {
	position: absolute;
	top: -40px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.team-box h4 {
	color: #F14336;
	font-weight: 600;
	font-size: 20px;
}

.team-box h6.position {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.team-slide .owl-controls .owl-nav>div {
	position: absolute;
	top: 50%;
	left: auto;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.team-slide .owl-controls .owl-nav>div.owl-next {
	right: auto;
	left: 100%;
}


/*-- 13. Gallery-Area --*/

.gallery-area {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
	background: rgb(72, 44, 191);
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #ffffff;
}

.gallery-slide .owl-stage-outer {
	background: url('images/mobile-screen.png') no-repeat center right / auto 100%;
}

.gallery-slide .item {
	margin: 58px 17px 70px 15px;
	overflow: hidden;
	border-radius: 2px;
}

.gallery-slide .owl-controls {
	position: static;
	text-align: right;
	padding-right: 80px;
}

.gallery-slide .owl-controls .owl-nav>div {
	display: inline-block;
	background-color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: rgba(72, 44, 191, 1);
	margin: 5px;
}

.gallery-slide .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	margin: 3px;
}

.gallery-slide .owl-controls .owl-dots .owl-dot span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.5;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery-slide .owl-controls .owl-dots .owl-dot.active span {
	opacity: 1;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}


/*-- 14. Download-Area --*/

.download-area {
	background-image: url('images/download-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 70px;
	margin-bottom: 100px;
	color: #ffffff;
}

.download-area .mobile-image .hr-image .tracker-image {
	margin-top: -106px;
	margin-bottom: -200px;
}


/*-- 15. Price-Area --*/

.price-box {
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #F9F9F9;
	border: 1px solid #78757f1f;
}

.price-box:hover {
	-webkit-box-shadow: 0 0 50px -15px #f14336;
	box-shadow: 0 0 50px -15px #40475724;
	background-color: white;
}

.price-box .price-header {
	padding: 60px 20px 0;
	color: #F14336;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	position: relative;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.price-bg-icon {
	background-color: #ffffff;
	padding: 25px;
	border-radius: 50%;
	color: #f14336;
}

.price-box .price-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.price-box:hover .price-header {
	color: #ffffff;
}

.price-box:hover .price-header:before {
	opacity: 0;
}

.price-box .price-header .price-icon {
	font-size: 28px;
	margin-bottom: 30px;
}

.price-box .price-header h4 {
	font-size: 23px;
	letter-spacing: 0.2px;
}

.price-box .price-body {
	padding: 0px 30px;
}

.price-box .price-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.price-box .price-rate {
	color: #d4d4d4;
}

.price-box .price-rate sup {
	top: -20px;
	font-size: 26px;
}

.price-box .price-rate .rate {
	font-size: 30px;
	font-family: 'medium-wg';
}

.price-box .price-footer {
	margin-bottom: 40px;
	margin-top: 20px;
}

.price-box .price-footer .bttn-white {
	padding: 13px 50px;
}

.price-box .price-footer .bttn-white:before {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 100px;
	left: 2px;
	top: 2px;
}

.modal-header {
	margin-bottom: 0;
	font-size: 23px;
	letter-spacing: 0;
}

.bg-white {
	background-color: white
}

.bg-lightgray {
	background-color: #fff9;
}

.bg-light-gradient {
	background: #f3efec;
	background: -webkit-linear-gradient(0deg, #f3efec45 0%, rgb(247 244 242 / 0%) 100%);
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(180deg, #d8edf6 0%, #faf9f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	opacity: 0.8;
}


/*-- 16. Questions-area --*/

.questions-area {
	background-color: #f5f6ff;
}

.toggole-boxs {
	margin-top: -20px;
}

.toggole-boxs h3 {
	font-size: 18px;
	background-color: #ffffff;
	margin-bottom: 0;
	margin-top: 20px;
	outline: none;
	padding: 20px 30px 20px 60px;
	color: #434345;
	border-left: 5px solid #F14336;
	cursor: pointer;
	position: relative;
}

.toggole-boxs h3:before,
.toggole-boxs h3:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 30px;
	width: 10px;
	height: 2px;
	background-color: #434345;
}

.toggole-boxs h3:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.toggole-boxs h3.ui-state-active:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.toggole-boxs div {
	background-color: #ffffff;
	padding: 0 30px 20px 60px;
	border-left: 5px solid #F14336;
}


/*-- 17. Subscribe-Form --*/

.subscribe-area {
	background: url('images/subscribe-bg.jpg') no-repeat scroll center center / cover;
}

.subscribe-form {
	background-color: transparent;
	padding: 30px 60px;
	border-radius: 5px;
}

.subscribe-form form {
	position: relative;
}

.subscribe-form form .control {
	width: 100%;
	height: auto;
	font-size: 15px;
	padding: 18px 180px 15px 25px;
	border-radius: 7px;
	border: 1px solid #ececec;
	box-shadow: 0px 3px 15px rgba(46, 55, 77, 0.25);
}

.subscribe-form form .bttn-white {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 0;
}


/*-- 18. Footer-Area --*/

.footer-area {
	background-color: #f14336
}

.footer-box {
	text-align: center;
}

.footer-box .box-icon {
	width: 75px;
	height: 75px;
	margin: auto auto 30px auto;
	text-align: center;
	line-height: 75px;
	color: #ffffff;
	font-size: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
	background-color: #f14e43;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	border-radius: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-box .box-icon:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px solid #ffffff;
	border-radius: 100%;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.footer-box:hover .box-icon {
	color: #F14336;
}

.footer-box:hover .box-icon:before {
	background-color: #ffffff;
}

.footer-bottom {
	padding: 20px 0;
	background-color: #f14c40;
	border-top: 1px solid #ffffff1a;
	color: #FF9D96;
	font-size: 13px;
	letter-spacing: 0.2px;
}

.footer-bottom a {
	color: #FF9D96;
}

.footer-bottom a:hover {
	color: white
}

.footer-bottom .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-bottom .footer-menu ul li {
	display: inline-block;
}

.footer-bottom .footer-menu ul li a {
	padding: 10px;
	color: #FF9D96
}

.footer-bottom .footer-menu ul li a:hover {
	color: white;
}

.footer-bottom-second {
	padding: 20px 0;
	background-color: white;
	font-size: 13px;
	letter-spacing: 0.2px;
}

.footer-bottom-second a {
	color: #404757;
}

.footer-bottom-second a:hover {
	color: #f14c40
}

.footer-bottom-second .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-bottom-second .footer-menu ul li {
	display: inline-block;
}

.footer-bottom-second .footer-menu ul li a {
	padding: 10px;
	color: #4047578a;
	font-family: 'semiBold-wg';
}

.footer-bottom-second .footer-menu ul li a:hover {
	color: #f14c40;
}


/*-- 19. ScrollUp-Button --*/

#scrollUp {
	right: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
	color: #F14336;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #ffffffd9;
	border-radius: 50%;
}

.preloader {
	background-color: #ffffff;
	bottom: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.preloader span {
	background: rgb(241, 77, 65);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14e42d9', endColorstr='#f14e42a1', GradientType=1);
	border-radius: 100%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	margin: auto;
	-webkit-animation: mymove 1.5s infinite linear;
	animation: mymove 1.5s infinite linear;
}

@-webkit-keyframes mymove {
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
	}
	25% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
	}
	50% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 20px rgbargba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 20px rgba(241, 77, 65, 0.6);
	}
	75% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
	}
}

@keyframes mymove {
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
	}
	25% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
	}
	50% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 20px rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 20px rgba(241, 77, 65, 0.6);
	}
	75% {
		-webkit-box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 10px rgba(241, 77, 65, 0.6), 0 0 0 10px rgba(241, 77, 65, 0.6);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
		box-shadow: 0 0 0 0 rgba(241, 77, 65, 0.6), 0 0 0 0 rgba(241, 77, 65, 0.6);
	}
}


/*-- 20. Blog-Post --*/

.site-header {
	/* background: rgb(241 67 54);
    background: -webkit-linear-gradient(45deg, rgb(241 67 54) 0%, rgb(241 67 54) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgb(241 67 54) 0%, rgb(251 139 131) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1); */
	color: black;
	padding: 180px 0 120px;
}

.site-header a {
	color: black;
}

.breadcrumb {
	background: none;
	display: inline-block;
	margin-top: 10px;
	padding: 0;
}

.post-single:after {
	content: "";
	clear: both;
	display: table;
}

.post-single {
	padding: 30px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.single-post .post-single {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-post .post-single .post-media {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 30px;
}

.post-single.sticky .post-media {
	width: 55%;
	float: left;
	margin-right: 60px;
}

.post-single .post-media {
	overflow: hidden;
	border-radius: 3px;
}

.post-single .post-media img {
	width: 100%;
}

.post-single .post-meta {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-single .post-body .post-meta .post-tags {
	float: left;
}

.post-single .post-body .post-meta .post-date {
	float: right;
}

.post-single .post-body h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.post-single .post-body .read-more {
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 14px;
	color: #F14336;
}

.post-single .post-body .read-more:after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	margin-left: 5px;
}


/*-- 21. Pagination --*/

.pagination .nav-links {
	padding: 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
}

.pagination {
	text-align: center;
	margin-top: 80px;
	width: 100%;
}

.pagination .nav-links .page-numbers {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 50%;
}

.pagination .nav-links .page-numbers:hover {
	color: rgb(72, 44, 191);
	background-color: #f5f6ff;
}

.pagination .nav-links .page-numbers.current {
	background: rgb(72, 44, 191);
	background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
	color: #ffffff;
}

.post-single blockquote {
	padding: 50px 160px;
	text-align: center;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	font-size: 26px;
	line-height: 1.6em;
	border: none;
	color: #626264;
	background-color: #f4f4f4;
	border: 30px solid #ffffff;
	font-style: italic;
}


/*-- 22. Comment-Respond --*/

.comment-respond h4,
.comments-area .comment-heading {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 600;
	color: #434345;
}

.comments-list,
.comments-list ul {
	list-style: none;
}

.comments-list .comment {
	position: relative;
	padding-left: 130px;
}

.comments-list .comment .comment-pic {
	width: 100px;
	height: 100px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.comments-list .comment .comment-content .comment-header {
	color: #434345
}

.comments-list .comment .comment-content .comment-header h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.comments-list li li .comment .comment-pic {
	width: 80px;
	height: 80px;
}

.comments-list li {
	margin-bottom: 30px;
}


/*-- 23. Form-Stype --*/

.form-control {
	border-radius: 7px;
	padding: 15px 20px;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 3px solid #e4e4e4;
	border-color: #f3f3f3;
	background-color: #fdfdfd;
	font-family: monospace;
}

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

.form-double .box {
	width: calc(50% - 15px);
	float: left;
}

.form-double .box.last {
	float: right;
}

.app-set {
	margin-right: 10px
}


/* Ikone - Area */

ul#tabs-check li.check-red {
	list-style-image: url('images/check-red.png');
}

ul#tabs-check-blue li.check-blue {
	list-style-image: url('images/check-blue.png');
}

ul#tabs-check-green li.check-green {
	list-style-image: url('images/check-green.png');
}

ul#tabs-check-orange li.check-orange {
	list-style-image: url('images/check-orange.png');
}

ul#tabs-check-purple li.check-purple {
	list-style-image: url('images/check-purple.png');
}


/*
   .modal-position {
   position: relative;
   width: 600px;
   margin: 750px 50px;
   float: right;
   position: fixed
   } */

.pp-ts {
	line-height: 0.9px;
	font-size: 13px;
	color: #949494
}

.b-login__label {
	display: block;
	height: 35px;
	width: 38px;
	line-height: 35px;
	font-size: 12px;
	font-weight: 600;
	color: #bdb5af;
	text-align: center;
	margin: auto;
}

.small-registration-text {
	color: #404757;
	font-size: 14px;
	letter-spacing: 0.4px;
}

.welcome {
	color: white;
	text-align: center
}

.red {
	color: #f14336;
}

.purple {
	color: #5617AE !important
}

.blue {
	color: #0030CC !important
}

.modul-text {
	text-transform: capitalize;
	font-family: 'semiBold-wg';
	font-weight: 400;
	letter-spacing: 0.2px;
	font-size: 19px;
}


}

/* Newsletter */
.icon {
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

/* Password Strength Test */
.strength-meter {
	position: relative;
	height: 0.5rem;
	width: 100%;
	/* border: 2px solid #c1c1c1; */
	
	border-radius: 10px;
	margin: 3px auto;
	overflow: hidden;
	background-color: #c1c1c1;
}
.strength-meter::before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	/*width: 10%;*/
	
	width: calc(1% * var(--strength, 0));
	background-color: #f14c40;
	transition: width 200ms;
}
.reasonStyle {
	font-size: small;
	line-height: normal;
}
.input_container {
	position: relative;
}
.mytogglePassword {
	cursor: pointer;
	position: absolute;
	top: 2rem;
	right: 3rem;
	color: #c1c1c1;
	font-weight: 500;
}
.mt-20 {
	margin-top: 20px
}
.mt-10 {
	margin-top: 10px
}
.mt-05 {
	margin-top: 5px
}
.mr-10 {
	margin-right: 10px
}

/* Cookies */
.cookies-popup {
	font-family: 'medium-wg';
	font-size: 15px;
}
.cookies-popup .text-col a {
	font-family: 'semiBold-wg';
	color: #f14336;
}
.cookies-popup a:hover {
	text-decoration: underline;
}
.fs-15 p {
	font-size: 15px
}
.single-page-header {
	font-size: 23px;
	letter-spacing: 0;
}

/* Cloud animation */
.cloud {
	pointer-events: none;
	user-select: none;
}
.cloud img,
.cloud-2 img {
	width: 100px;	
	pointer-events: none;
	user-select: none;
}
.cloud-home {
	opacity: 0.8;
	position: absolute;
	animation-name: cloud;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	pointer-events: none;
	user-select: none;
}

/* Cloud 1 */
.cloud-1 {
	left: -200px;
	animation-duration: 55s;
}

/* Cloud 2 */
.cloud-2 {
	left: -500px;
	animation-duration: 58s;
}

/* Cloud 3 */
.cloud-3 {
	left: -900px;
	animation-duration: 658s;
}

/* Cloud 4 */
.cloud-4 {
	left: -1200px;
	animation-duration: 65s;
}

/* Cloud 5 */
.cloud-5 {
	left: -2200px;
	animation-duration: 65s;
}

/* Cloud 6 */
.cloud-6 {
	left: -2400px;
	animation-duration: 65s;
}
.cloud {
	opacity: 0.1;
	position: absolute;
	animation-name: cloud;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Cloud 7 */
.cloud-7 {
	left: -200px;
	animation-duration: 45s;
}

/* Cloud 8 */
.cloud-8 {
	left: -500px;
	animation-duration: 48s;
}

/* Cloud 9 */
.cloud-9 {
	left: -700px;
	animation-duration: 50s;
}

/* Cloud 10 */
.cloud-10 {
	left: -1000px;
	animation-duration: 60s;
}

/* Cloud 11 */
.cloud-11 {
	left: -1700px;
	animation-duration: 60s;
}
@keyframes cloud {
	100% {
		left: 100%;
	}
}
.bold {
	color: black;
	font-family: 'semiBold-wg';
}
@media (max-width: 575.98px) {
	.button-row {
		display: inline-grid;
	}
	
	.mt-2 {
		margin-top: 20px;
	}
	
	.mt-3 {
		margin-top: 30px;
	}
	
	.modal {
		margin-top: 15rem;
	}
	
	.form-control {
		margin: 5px 0;
	}
	
	.modal-position {
		width: 100% !important;
		margin: 0px;
		float: inherit !important;
	}
}
.c_error_login {
	font-family: monospace;
	float: left;
	font-size: 15px;
	padding: 5px
}
.c_success_info {
	font-family: monospace;
	float: left;
	font-size: 15px;
	padding: 5px
}

/* Scroll arrow */
html {
	scroll-behavior: smooth;
}
.ico {
	margin: 0 auto;
	text-align: center;
	width: 35px;
	height: 35px;
	position: relative;
	top: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-filter: url("#goo");
	filter: url("#goo");
}
@media (max-width: 575.98px) {
	.ico.home {
		display: none;
	}
}
.ico .circle {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-top: -3px;
	height: 40px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: 0%;
	transform-origin: 0%;
}
.ico .circle.circle-top {
	height: 33.33333px;
	width: 41.66667px;
	-webkit-animation: blob-1-anim 7s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: blob-1-anim 7s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	z-index: 0;
	top: 0;
}
.ico .circle.circle-bottom {
	height: 19.33333px;
	width: 25.66667px;
	-webkit-animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	z-index: 9;
	bottom: 0px;
}
.ico .st-arrow {
	fill: #f14336;
	-webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
	animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
	-webkit-perspective: 9000px;
	perspective: 9000px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}
.svg {
	z-index: 9;
	position: relative;
}
@-webkit-keyframes blob-1-anim {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	
	14% {
		-webkit-transform: translateX(-50%) translateY(-8px);
		transform: translateX(-50%) translateY(-8px);
	}
	
	24% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}
@keyframes blob-1-anim {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	
	14% {
		-webkit-transform: translateX(-50%) translateY(-8px);
		transform: translateX(-50%) translateY(-8px);
	}
	
	24% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}
@-webkit-keyframes blob-2-anim {
	0% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
	
	30% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
	
	70% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
	
	95% {
		-webkit-transform: scale(1) translate(-50%, 26px);
		transform: scale(1) translate(-50%, 26px);
	}
	
	100% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
}
@keyframes blob-2-anim {
	0% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
	
	30% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
	
	70% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
	
	95% {
		-webkit-transform: scale(1) translate(-50%, 26px);
		transform: scale(1) translate(-50%, 26px);
	}
	
	100% {
		-webkit-transform: scale(1) translate(-50%, 10px);
		transform: scale(1) translate(-50%, 10px);
	}
}
@-webkit-keyframes scrolly {
	0% {
		-webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
		transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
	}
	
	30% {
		-webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
		transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
	}
	
	70% {
		-webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
		transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
	}
	
	95% {
		-webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
		transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
	}
	
	100% {
		-webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
		transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
	}
}
@keyframes scrolly {
	0% {
		-webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
		transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
	}
	
	30% {
		-webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
		transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
	}
	
	70% {
		-webkit-transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
		transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
	}
	
	95% {
		-webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
		transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
	}
	
	100% {
		-webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
		transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
	}
}


.justify-content-center {
    justify-content: center!important;
}

.d-flex {
    display: flex!important;
}

@media (max-width: 767px) {
.mainmenu-area {
    background: transparent;  
    backdrop-filter: saturate(180%) blur(20px);
}
}

#response {
	text-align: center;
	padding-bottom: 12px;
}