/*===============================================
Theme Name: Afzet
Theme URI: http://www.afzet.com/
Version: 1.0.0
Author Name: TechnoVen UG
Author URI: https://technoven.de
==================================================*/
/*==============  default css ===================*/

html,
body {
	font-family: "Mulish", sans-serif;
	background: #ffffff;
}

a:focus {
	outline: 0px solid;
}

img {
	max-width: 100%;
	height: auto;
}
img:focus {
	outline: none;
}
p {
	margin: 0;
	font-size: 17px;
	line-height: 30px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	color: #3a3a3c;
}

a {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	color: #ffa81c;
	font-size: 16px;
}

a:hover {
	color: #ffa81c;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0 none;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.mar-bot-50 {
	margin-bottom: 50px;
}
.container {
	max-width: 1350px;
}
::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(197, 197, 197);
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(197, 197, 197);
	opacity: 1;
	/* Firefox */
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(197, 197, 197);
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgb(197, 197, 197);
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgb(197, 197, 197);
}
/*==============  main-navigation ===================*/
.first-menu {
	box-shadow: 0 3px 6px 0 #f5efef;
}
.logo-area a img {
	display: inline-block;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	padding: 15px 0;
	width: 115px;
}

.main-menu ul {
	text-align: right;
}
.main-menu ul li {
	display: inline-block;
}
.main-menu ul li a {
	padding: 30px 10px;
	display: inline-block;
	font-weight: 500;
	font-size: 17px;
	color: #3a3a3c;
	text-transform: capitalize;
}
.main-menu ul li a:hover {
	color: #ffa81c;
}
.main-menu ul li a.login-btn-free {
	background-color: #ffa81c;
	color: #fff;
	padding: 7px 15px;
	border-radius: 3px;
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
}
.main-menu ul li a.login-btn {
	font-size: 15px;
	color: #3a3a3c;
	display: inline-block;
	margin-left: 15px;
	border: 1px solid #353535;
	padding: 5px 15px;
	border-radius: 3px;
}
.main-menu ul li a.login-btn img {
	margin-left: 5px;
}
.main-menu ul li a.login-btn-free:hover {
	background-color: #ffa81c;
	color: #fff;
}
.body-content {
	background-color: #fdf2e4;
	height: 88vh;
	overflow: auto;
	display: flex;
	align-items: center;
	transition: 0.5s;
}
.hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #3a3a3c;
	line-height: 65px;
}
.hero-content p {
	font-size: 20px;
	font-weight: 400;
	color: #3a3a3c;
	line-height: 30px;
	margin: 20px 0 30px 0;
}
.hero-content a.get-started-btn {
	font-size: 16px;
	font-weight: 600;
	background-color: #ffa81c;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 3px;
}
a.btn-text {
	font-size: 15px;
	font-weight: 600;
	color: #3a3a3c;
	display: inline-block;
	margin-left: 15px;
	border: 1px solid #353535;
	padding: 8px 20px;
	border-radius: 3px;
	text-transform: capitalize;
}
.hero-content a.btn-text img {
	margin-left: 5px;
}
.brand-logo {
	margin-top: 50px;
}
.brand-logo h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.brand-logo img {
	height: 25px;
	margin-right: 10px;
}

.service-area {
	padding: 100px 0;
}
.section-heading {
	text-align: center;
	margin-bottom: 70px;
}
.section-heading h4 {
	font-size: 25px;
	font-weight: 500;
}
.section-heading h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 65px;
}
.single-service {
	box-shadow: 0 3px 25px 0 rgba(33, 33, 33, 0.07);
	background-color: #ffffff;
	padding: 50px;
	text-align: center;
	margin-top: 30px;
	min-height: 412px;
}
.single-service h5 {
	font-size: 23px;
	margin-top: 30px;
}
.single-service .shape-img img {
	height: 100px;
}
.single-service p {
	font-size: 17px;
	margin-bottom: 10px;
}
.single-service a {
	margin-top: 20px;
	display: block;
	color: #353535;
	font-size: 16px;
	font-weight: 600;
}
.customer-experience-area {
	padding: 100px 0;
}
.single-verified {
	border-radius: 10px;
	box-shadow: 0 3px 25px 0 rgba(33, 33, 33, 0.07);
	background-color: #ffffff;
	width: 70%;
	padding: 30px;
	display: flex;
	align-items: center;
}
.left-one {
	float: left;
}
.right-one {
	overflow: hidden;
	padding-left: 30px;
}
.single-verified-detail {
	margin-left: 15%;
	margin-top: 30px;
}
.icon-left {
	background-color: #f7faff;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
}
.icon-left img {
	height: 30px;
}
.right-one img {
	height: 20px;
	margin-right: 5px;
}
.right-one span {
	font-size: 16px;
}
.right-one .star img {
	height: inherit;
}
.right-one a {
	display: block;
	margin: 0 0 10px 0;
}
.right-one p {
	font-size: 15.5px;
	margin: 10px 0;
}
.right-section-heading h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 65px;
}
.content-area a.get-started-btn {
	font-size: 16px;
	font-weight: 600;
	background-color: #ffa81c;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 3px;
	text-transform: capitalize;
}
.ceo-testimonial {
	padding: 70px 0;
	background-color: #f7faff;
}
.testimonial-content {
	padding-left: 30%;
}
.social-prof-area {
	padding: 100px 0;
}

/*==============  pricing area ===================*/
.our-pricing-area {
	padding: 100px 0;
}
.pricingtable .js-yearlypricing {
	display: none;
}
.pricingtable {
	background-color: #f7faff;
	text-align: center;
}
.pricingtable ul {
	border-radius: 5px;
	position: relative;
	padding: 10px;
}
.beforeinput {
	font-weight: 600;
}
.afterinput {
	font-weight: 600;
}
.afterinput b {
	font-size: 20px;
}
.pricingtable li {
	padding: 10px;
	font-size: 15px;
}

.pricingtable li span {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
li.pricingtable__head {
	border: none !important;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 21px;
	color: #3a3a3a;
}
li.price-header {
	color: #3a3a3c;
	padding: 24px 4px !important;
	font-weight: 600;
	font-size: 28px;
}
.pricingtable__btn button {
	border: none;
	border: 1px solid #dfdfdf;
	padding: 13px 30px;
	width: 180px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 15px;
	background-color: transparent;
	font-weight: 600;
	cursor: pointer;
}
.btn-popular {
	background-color: #ff9d00 !important;
	color: #fff;
}
.pricingtable__btn {
	border: none !important;
}

.slideToggle {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}

.slideToggle i {
	margin: 0 15px;
}

.form-switch {
	align-items: center;
	display: flex;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	justify-content: space-between;
	margin-bottom: 20px;
}

.form-switch i {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 25px;
	border: 1px solid #dfdfdf;
	border-radius: 15px;
	transition: all 0.3s linear;
}

.form-switch i::after {
	content: "";
	position: absolute;
	left: -7px;
	width: 36px;
	height: 36px;
	background-color: #ff9d00;
	border-radius: 46px;
	transform: translate3d(4px, 3px, 0);
	transition: all 0.2s ease-in-out;
	top: -10px;
}

.form-switch input {
	display: none;
}

.form-switch input:checked + i::after {
	transform: translate3d(44px, 3px, 0);
}
.money-back-area {
	padding: 100px 0;
}
.single-money {
	border: solid 2px #f0f0f0;
	background-color: #ffffff;
	padding: 60px;
	overflow: hidden;
	display: flex;
}
.money-left {
	float: left;
	margin-right: 60px;
}
.money-right {
	overflow: hidden;
}
.accordion-area {
	padding: 100px 0;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f7faff;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.card {
	border: none;
	margin: 20px 0;
}
.card-header button {
	float: right;
	color: #353535;
	font-size: 22px;
}
.card-header span {
	display: inline-block;
	padding-top: 9px;
	font-size: 17px;
	font-weight: 600;
}
/*  */
.days-trial-area {
	padding: 70px 0;
	text-align: center;
	background-color: #ffa81c;
	color: #fff;
}
.days-trial-area p {
	color: #fff;
}
.days-trial-area h3 {
	color: #fff;
}
.trail-content-area a.get-started-btn {
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	color: #353535;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 3px;
}
/*  */
footer {
	background-color: #232323;
	padding: 100px 0 30px 0;
}
.footer-logo-area {
	padding-right: 45%;
}
.footer-logo-area img {
	height: 50px;
}
.footer-logo-area p {
	color: #919191;
	font-size: 15px;
	margin-top: 15px;
}
.single-footer-item ul li {
	display: block;
}
.single-footer-item ul li a {
	color: #919191;
	padding-bottom: 20px;
	display: block;
	text-transform: capitalize;
}
.social-media .fa {
	color: #919191;
	margin-right: 10px;
	font-size: 20px;
	margin-top: 20px;
}
.footer-copyright-text p {
	color: #919191;
	font-size: 15px;
}
.footer-middle-text {
	text-align: center;
}
.footer-middle-text p {
	color: #fff;
	font-size: 15px;
}
.footer-middle-text a {
	color: #fff;
}
.footer-middle-text img {
	height: 15px;
	margin: 0 5px;
}
.footer-link-text ul {
	text-align: right;
}
.footer-link-text ul li {
	display: inline-block;
}
.footer-link-text ul li a {
	display: inline-block;
	color: #919191;
	font-size: 15px;
	margin-left: 10px;
}
.footer-margin-90t {
	margin-top: 110px;
}
.footer-margin-9t {
	margin-top: 90px;
}

.footer-gdpr img {
		margin: auto;
		padding: 10px 0 0 0;
}

#mobile-menu {
	display: block;
}

.feature-header {
	background-color: #ffa81c;
	padding: 70px 0;
}
.feature-area {
	padding: 100px 0;
}
.feature-heading h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.feature-heading p {
	color: #fff;
}
.single-feature {
	border: solid 2px #f0f0f0;
	padding: 60px;
	text-align: center;
	margin-top: 30px;
}
.single-feature img {
	height: 80px;
}
.single-feature h5 {
	font-size: 23px;
	margin-top: 30px;
}
.single-feature p {
	font-size: 17px;
	margin-bottom: 10px;
}
.content-box-area {
	padding: 100px 0;
}
.single-content h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;
}
.single-image img {
	width: 100%;
}
.img-p-l {
	padding-left: 50px;
}
.img-p-r {
	padding-right: 50px;
}
.privacy-policy-content {
	padding: 100px 0;
}
.privacy-content h5 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
}
.privacy-content h6 {
	font-size: 20px;
	font-weight: 600;
	margin: 25px 0 10px 0;
}
.privacy-content p {
	line-height: 30px;
}
/*  */

.contact-us-area {
	padding: 100px 0 170px 0;
}
.contact-form input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	width: 100% !important;
	margin-bottom: 30px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	padding: 12px 15px 12px 5px;
	border-radius: 3px;
	font-weight: 500;
}
.contact-form h1 {
	margin-bottom: 50px;
}
select {
	/* styling */
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 12px 15px 12px 5px;
	width: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-bottom: 30px;
}

select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	color: #788691;
}

select.minimal:focus {
	background-image: linear-gradient(45deg, #f1f1f1 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #f1f1f1 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: #f1f1f1;
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.contact-button button {
	background-color: #ff9d00;
	color: #fff;
	font-size: 18px;
	padding: 13px 30px;
	border: none;
	font-weight: 500;
	margin-left: 30px;
	cursor: pointer;
	margin-top: 30px;
	display: inherit;
	transition: 0.5s;
}
.contact-button button:hover {
	background-color: #3f3d56;
	color: #fff;
}
.contact-form button {
	background-color: #232323;
	color: #fff;
	padding: 12px 30px;
	border: none;
	margin-top: 30px;
}
.contact-form button i {
	margin-left: 10px;
}
.contact-content {
	background-color: #353535;
	padding: 40px;
	margin-right: 30px;
}
.contact-content p {
	color: #fff;
}
/* ===============cookie update=============*/
.cookie-container {
	position: fixed;
	top: -100%;
	left: 0;
	background-image: url("assets/img/cokies-bg.png");
	padding: 0 32px;
	transition: 600ms;
	height: 100vh;
	width: 100%;
	z-index: 2;
}
.main-item {
	width: 420px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 35px;
	border-radius: 3px;
	box-shadow: 0 1.5px 37.5px 0 rgba(51, 51, 51, 0.3);
	text-align: center;
}

.main-item h4 {
	color: #333333;
	font-size: 22px;
	font-weight: 600;
}
.main-item p {
	color: #666666;
	font-size: 14px;
	line-height: 23px;
}
.main-item p a {
	color: #212121;
	font-size: 14px;
	margin: 0 3px;
	font-weight: 600;
}
.main-item img {
	margin-bottom: 20px;
	width: 150px;
}
.cookie-container.active {
	top: 0;
}

.cookie-container a {
	color: #f5f6fa;
}

.cookie-btn {
	background: #333333;
	border: 0;
	color: #f5f6fa;
	padding: 12px 22px;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 20px;
	display: block;
	width: 100%;
	font-weight: 600;
}
a.disagree-btn {
	color: #828b98;
	display: block;
	margin-top: 20px;
	font-size: 14px;
}
a.more-about-btn {
	color: #666666;
	display: block;
	margin-top: 20px;
	font-size: 14px;
	text-decoration: underline;
}
