﻿@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap');

body {
	color: #6f6f6f;
	font-size: 13px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: Roboto Condensed;
}

.main {
	min-height: 800px;
	/* background: #FBFCFC; */
}

a {
	color: #3a3a3a;
	text-decoration: none;
}

.btn i {
	display: inline-block;
}
img[src=""] {
    opacity: 0;
}
a:hover {
	color: #3a526a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

:focus {
	box-shadow: none !important;
	outline: unset;
}

h5 {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

.mt-50 {
	top: 45%;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

.visible {
	visibility: visible !important;
	opacity: 1;
}

.swal-button, .swal-button:active {
	background-color: #269ef6 !important;
}

.swal-footer {
	text-align: center;
}

.swal-button:not([disabled]):hover {
	background-color: #269ef6 !important;
}

.bt-1 {
	border-top: 1px solid #f2f3f5;
	position: relative;
}

	.bt-1:before {
		content: "";
		position: absolute;
		height: 1px;
		left: 0;
		top: -1px;
		background: #ff4f01;
		width: 30px;
	}

	.bt-1::after {
		content: "";
		position: absolute;
		height: 1px;
		right: 0;
		top: -1px;
		background: #ff4f01;
		width: 30px;
	}

.section {
	position: relative;
	background-attachment: inherit !important;
	background-size: cover !important;
	background-position: top center !important;
	width: 100%;
}

#overlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background: #ef7fbd;
	top: 0;
}

.loader {
	display: inline-block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 999;
}

	.loader:after {
		content: " ";
		display: block;
		width: 46px;
		height: 46px;
		margin: 1px;
		border-radius: 50%;
		border: 5px solid #ffffff;
		border-color: #ffffff transparent #ffffff transparent;
		animation: lds-dual-ring 1.2s linear infinite;
	}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.terms p {
	line-height: 24px;
}

.owl-theme .owl-nav button {
	background: #e74c57 !important;
	width: 34px;
	height: 34px;
	border-radius: 50% !important;
	color: white !important;
	line-height: 34px !important;
}

.bg-1 {
	background: #eee !important;
}

.parallax, .bg-2 {
	background: url(/uploads/images/tema19/bg-2.jpg) no-repeat 0 0 black !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.bg-3 {
	background: url(/uploads/images/tema19/bg-3.jpg) no-repeat center bottom black !important;
	background-size: cover !important;
}

.bg-4 {
	background: url(/uploads/images/tema19/bg-4.jpg) no-repeat center bottom black !important;
	background-size: cover !important;
}

.bg-5 {
	background: url(/uploads/images/tema19/bg-5.jpg) no-repeat center bottom black !important;
	background-size: cover !important;
}


.dropdown-toggle::after {
	border: none !important;
	font-family: "Font Awesome 5 Free";
	content: "\f078" !important;
	font-weight: 900;
	margin: 0;
	padding: 0;
	font-size: 11px;
	right: 0;
	vertical-align: 0;
}

header {
	position: relative;
	min-height: 229px;
	width: 100%;
	background: #131d3b;
}

.header {
	padding: 28px 0px;
	position: relative;
}

section#section-header {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	border: 0;
}

.header-style-2 {
	/* background: black !important; */
}

	.header-style-2:before {
	}

.topbar {
	position: relative;
	border: 0 !important;
	padding: 8px 0px;
	background: #00000014 !important;
	border-bottom: 1px solid #1f2945 !important;
}

.fixed-bar.active {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	animation: fadeInDown 0.25s;
	border-bottom: 0;
	border: 0;
	background: #ff4f01 !important;
	border: 0 !important;
}

	.fixed-bar.active:before {
		opacity: 0;
	}

	.fixed-bar.active:after {
		opacity: 0;
	}

	.fixed-bar.active .bt-1 {
		border-top: 0 !important;
	}

.logo a {
	display: block;
}

.btn-1 {
	padding: 0px 32px;
	font-size: 16px;
	border: 0;
	display: inline-block;
	float: right;
	background-color: #fc5130;
	border-radius: 5px;
	color: #f5f5f5;
	line-height: 47px;
}

	.btn-1:hover {
		color: white;
	}

	.btn-1 i {
		position: relative;
		top: 3px;
		margin-right: 8px;
	}

.card a {
	background-size: cover !important;
}

#up {
	bottom: 70px;
	right: 30px;
	position: fixed;
	width: 48px;
	/* height: 40px; */
	cursor: pointer;
	border: none;
	z-index: 999999;
	text-align: center;
	color: #ffffff;
	background: #ff4f01;
	padding: 0;
	font-size: 18px;
	border-radius: 0;
	line-height: 44px;
	border-radius: 6px;
}

	#up:hover {
		background: #272727;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		color: white;
		background: #333433;
		opacity: 1;
	}
/* SLIDER MODULE */
#section-slide {
	margin-top: -36px;
	/* z-index: 0; */
	position: relative;
}
.slider-style-1 .owl-lazy {
    opacity: 1 !important;
}
.slider-style-1 .item > .container > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: unset !important;
}

.owl-carousel .owl-item.active .owl-lazy {
	opacity: 1;
}

.slider-container {
	/* z-index: 2 !important; */
}

	.slider-container .edit-button {
		top: 30%;
	}

.slide-description {
}

.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.slider-style-1 .item { /* z-index: -1; */ /* position: relative; */
}

	.slider-style-1 .item:after {
		/* content: ""; */
		/* position: absolute; */
		/* left: 0; */
		/* top: 0; */
		/* width: 100%; */
		/* height: 100%; */
		/* z-index: 1; */
		/* background: #ffffff40; */
	}


.manage-slides .card a {
	background-size: cover !important;
}

.brand-module .manage-slides .card a {
	background-size: contain !important;
}

.slider-style-1 .slide-description h2 {
	font-weight: 700;
	font-size: 4.8rem;
	color: #ffffff;
	margin-bottom: 30px;
	line-height: 1.2;
}

	.slider-style-1 .slide-description h2 strong {
		font-weight: 700;
	}

	.slider-style-1 .slide-description h2 span {
		display: block;
		font-size: 20px;
		color: #ffffff;
		font-weight: 600;
		letter-spacing: 1px;
	}

.slider-style-1 .owl-nav button {
	padding: 0 !important;
	margin: 0px 20px !important;
	color: black;
	position: relative;
}



.slider-style-1 .slide-description p {
	font-size: 18px;
	margin: 0;
	/* font-weight: 500; */
	line-height: 1.4;
	color: #e1edff;
}

.slider-style-1 .slide-description {
	color: #1d1d1d;
	z-index: 99;
	text-align: left;
	margin: 0px auto;
	max-width: 680px;
	position: absolute;
	top: 20%;
}

	.slider-style-1 .slide-description b {
		font-weight: 600;
		color: #fb4848;
	}

.slider-style-1 .more-button-1 {
	color: #ffffff;
	background: #ff4f01;
	z-index: 9 !important;
	-webkit-transition: 0.3s !important;
	-ms-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	-moz-transition: 0.3s !important;
	transition: 0.3s !important;
	padding: 26px 3.5rem;
	font-weight: 700;
	font-size: 16px;
	margin-top: 40px;
	display: inline-block;
	border-radius: 3px;
}

	.slider-style-1 .more-button-1:hover {
		background: #ffffff;
		color: #17202c !important;
	}

	.slider-style-1 .more-button-1 i {
		font-size: 22px;
		display: none;
	}

	.slider-style-1 .more-button-1:after {
		content: "\f054";
		text-align: center;
		font-family: 'font awesome 5 free';
		color: white;
		font-weight: 600;
		font-size: 12px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		margin-left: 15px;
	}

	.slider-style-1 .more-button-1:hover:after {
		color: #000000;
	}

.slider-style-2 .row div {
	flex: 100% !important;
	max-width: 100%;
}

	.slider-style-2 .row div:first-child {
		order: 2;
	}

.slider-style-2 .slide-image {
	width: 90px;
	margin: 0px auto;
	border-radius: 50%;
	overflow: hidden;
}

.slider-style-1 .slide-image:before {
}

.slider-style-2 .owl-item {
	padding: 20px;
}

.slider-style-2 {
}

	.slider-style-2 .item {
		background-color: #f5f5f5;
		padding: 2rem;
		border-radius: 2px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	}

	.slider-style-2 .slide-description h2 {
		color: black;
		font-weight: 600;
		font-size: 20px;
		margin-bottom: 15px;
	}

	.slider-style-2 .slide-description {
		text-align: center;
		padding: 20px 0px;
	}

.slider .owl-dots {
	position: absolute;
	bottom: 20px;
	margin: 0px auto;
	display: inline-block !important;
	width: unset;
	left: 0;
	right: 0;
	margin: 0px auto;
}

	.slider .owl-dots button.active span {
		background: #ff4f01 !important;
		border: 1px solid transparent;
	}

	.slider .owl-dots button span {
		background: #ffffff !important;
		width: 28px !important;
		border: 1px solid transparent;
	}
/* SLIDER MODULE */
/* IMAGE MODULE */
.image-style-1 img {
	position: relative;
	width: 100%;
}


.image-style-2 .image-caption {
	display: block !important;
	position: absolute;
	top: 70%;
	z-index: 99;
	background: #000000bf;
	margin: 0px auto;
	left: 0;
	right: 0;
	width: 120px;
	text-align: center;
	line-height: 37px;
	color: white;
	transform: translate(0%,-50%);
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

	.image-style-2 .image-caption p {
		margin: 0;
	}

.image-style-2:hover .image-caption {
	top: 50% !important;
	transform: translate(0%,-50%);
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.image-style-4 {
}

	.image-style-4 .image-caption {
		display: block !important;
		background: #ff4f01;
		position: absolute;
		right: -16px;
		color: white;
		padding: 0;
		font-size: 18px;
		transform: rotate(-90deg);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
		line-height: 62px;
		bottom: 75px;
		width: 40%;
	}

	.image-style-4 a {
		display: block;
	}

	.image-style-4 .image-caption a img {
		width: 100%;
	}

	.image-style-4 .image-caption p {
		margin: 0;
	}
/* IMAGE MODULE */

/* TESTIMONIAL */
.testimonials {
}

	.testimonials .owl-item {
	}

	.testimonials .owl-dots .owl-dot span {
		background: transparent;
		border: 1px solid #f7fcff;
		width: 18px !important;
	}

	.testimonials .owl-dots .owl-dot.active span {
		background: #ffffff;
	}

ul.testimonials .owl-dots {
	position: absolute;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -40px;
}

.testimonials li .avatar {
	width: 90px;
	order: 1;
	position: relative;
	/* background: #ffffff; */
	height: 90px;
	border-radius: 50%;
	/* padding: 6px; */
	top: 8px;
}

	.testimonials li .avatar img {
		/* width: 80px; */
		margin: 0px auto;
		/* border-radius: 36px; */
	}

.testimonials li p {
	line-height: 28px;
	font-size: 18px;
	color: #ffffff;
	float: left;
	margin-bottom: 0;
	text-align: left;
	flex: 100%;
	-ms-flex: 0 0 33.333333%;
	flex: 80%;
	max-width: 80%;
	flex-wrap: wrap;
	order: 2;
}

.testimonials li {
	/* background-color: #ff4f01; */
	position: relative;
	float: left;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	flex-wrap: wrap;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: visible;
	border-radius: 4px;
	/* padding: 5rem 3rem 4.5rem 3rem; */
	/* border: 1px solid #ff4f01; */
	margin: 40px 0px;
}

.testimonials .avatar:after {
	position: absolute;
	font-size: 15px;
	content: "\f10e";
	font-weight: 900;
	font-family: 'font awesome 5 free';
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	right: -10px;
	background: #ff4f01;
	width: 34px;
	height: 34px;
	line-height: 34px;
	bottom: 0;
}

.testimonials h3 {
	font-size: 20px;
	color: #ff4f01;
	width: 100%;
	order: 4;
	margin-top: 14px;
	margin-bottom: 0;
	font-weight: 400;
	text-indent: 114px;
}


.testimonials .owl-nav {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
}

	.testimonials .owl-nav button {
		border: 1px solid #d4d2d2 !important;
		width: 36px;
		height: 36px;
		border-radius: 50% !important;
		opacity: 1 !important;
		background: transparent !important;
	}

		.testimonials .owl-nav button.disabled {
			opacity: 0.5 !important;
		}

		.testimonials .owl-nav button i {
			line-height: 36px;
			color: #b3b9b6;
		}

.testimonials-style-1 {
	background: #0277bb;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}

	.testimonials-style-1 li {
		text-align: center !important;
		padding: 30px 0px 56px 0px;
	}

		.testimonials-style-1 li p {
			width: 100% !important;
			color: #2a2929;
			padding: 10px 30px;
		}

	.testimonials-style-1 h3 {
		color: #232323;
	}

	.testimonials-style-1 .avatar {
		margin: 10px auto !important;
		float: none !important;
		border-radius: 50%;
		overflow: hidden;
	}

	.testimonials-style-1 .owl-dots {
		bottom: 12px !important;
		top: unset;
	}

		.testimonials-style-1 .owl-dots > button span {
			background-color: #0284d0 !important;
		}

		.testimonials-style-1 .owl-dots.active > button span {
			background: white !important;
		}

		.testimonials-style-1 .owl-dots button.active span {
			background: white !important;
		}

.testimonials-style-2 .avatar {
	display: none;
}
/* TESTIMONIAL */
/* COUNTER UP */
.count-default .counter-icon {
	display: inline-block;
	color: white;
	font-size: 50px;
	width: 80px;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 0;
	line-height: 100px;
	margin-right: 10px;
	display: none;
}

	.count-default .counter-icon i {
		color: #1b1b1b;
	}

.count-default {
	text-align: left;
	margin: 14px 0px !important;
	display: block;
	float: left;
	width: 100%;
	/* font-family: Roboto Condensed; */
}

	.count-default .counter {
		font-size: 5rem;
		font-weight: 500 !important;
		color: #ff4f01;
		line-height: 64px;
		text-align: left;
		margin-bottom: 20px;
	}

	.count-default .counter-title h3 {
		font-size: 20px !important;
		font-weight: 400 !important;
		position: relative;
		color: #252525;
		text-align: left;
	}
/* COUNTER UP */
/* BRAND SLIDER */
#section-hizmetler .container {
	background: white !important;
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 34px 40px;
}

.brand-image a {
	display: block;
	text-align: center;
}

.brand-slider-default .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand-slider-default .brand-image img {
	padding: 3px 6px;
	opacity: 0.5;
}

.brand-slider-default .item:hover .brand-image img {
	opacity: 1;
}

.brand-slider-default .owl-item.active {
	animation: flipInY 0.5s;
}

.brand-slider-default .owl-nav {
	position: absolute;
	margin: 0px auto;
	left: 0;
	right: 0;
}

	.brand-slider-default .owl-nav > button {
		color: #ffffff !important;
	}

		.brand-slider-default .owl-nav > button:hover {
			color: white !important;
		}
/* BRAND SLIDER */
/* EXTRA STYLES */


.heading-style-2 h3:after {
	content: "";
	position: absolute;
	width: 60%;
	height: 1px;
	left: 110%;
	background: #8cc2ed;
	top: 8px;
	/* max-width: 120px; */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.heading-style-2 h3:before {
	content: "";
	position: absolute;
	width: 60%;
	height: 1px;
	right: 110%;
	background: #8cc2ed;
	top: 8px;
	/* max-width: 120px; */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.heading-style-1 h1:after, .heading-style-1 h2:after, .heading-style-1 h3:after {
}

.heading-style-1 h1, .heading-style-1 h2, .heading-style-1 h3 {
	position: relative;
	font-weight: 700 !important;
	color: #1d1d1d;
	letter-spacing: 0.3px;
	font-size: 3.2rem;
	padding-bottom: 14px;
}

	.heading-style-1 h1 span, .heading-style-1 h2 span, .heading-style-1 h3 span {
		font-family: "Covered By Your Grace", cursive;
		color: #E74C57;
	}

	.heading-style-1 h1 b, .heading-style-1 h2 b, .heading-style-1 h3 b {
		font-weight: 800;
	}

.heading-style-1 h3 {
	font-size: 20px;
	color: #279d3b;
	font-weight: 500 !important;
	letter-spacing: 1.4px;
}




.heading-style-2 h1, .heading-style-2 h2, .heading-style-2 h3 {
	position: relative;
	font-weight: 700 !important;
	letter-spacing: 0.3px;
	font-size: 3rem;
	margin-bottom: 30px;
	padding-bottom: 20px;
	max-width: 760px;
	margin: 0px auto;
	color: #131d3b;
}

	.heading-style-2 h2:after {
		content: "";
		width: 38px;
		height: 2px;
		background: #E74C57;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin: 0px auto;
		opacity: 0;
	}

	.heading-style-2 h1 span, .heading-style-2 h2 span, .heading-style-2 h3 span {
		color: #01539f;
		font-weight: 700;
	}

	.heading-style-2 h1 b, .heading-style-2 h2 b, .heading-style-2 h3 b {
		font-weight: 800;
	}

.heading-style-2 h3 {
	font-size: 20px;
	color: #279d3b;
	font-weight: 500 !important;
	letter-spacing: 1.4px;
}

.heading-style-3 h1 span, .heading-style-3 h2 span, .heading-style-3 h3 span {
	color: #18ba60 !important;
	display: inline-block;
}

.heading-style-3 h1, .heading-style-3 h2, .heading-style-3 h3 {
	margin: 0;
}

.heading-container {
	display: inline-block;
	width: 100%;
}

.ls-1 {
	letter-spacing: 2px;
}

p.paragraph-style-1 {
	margin: 0 !important;
	margin-bottom: 27px;
	font-size: 16px;
	font-family: 'open sans', sans-serif;
	line-height: 30px;
	color: #757a84;
}

.paragraph-style-2 {
	color: #828181;
	line-height: 28px;
	margin-bottom: 27px;
	max-width: 720px;
	margin: 0px auto;
	font-size: 15px;
	padding-bottom: 20px;
	font-weight: 500 !important;
}

.paragraph-style-3, .paragraph-style-4 {
	display: block;
	font-size: 16px;
	font-weight: 400 !important;
	margin: 0 0 7px 0;
	color: #666d81;
	/* letter-spacing: 3.2px; */
}

	.paragraph-style-3:before, .paragraph-style-4:before {
		background: url(/uploads/images/tema19/title-bg.png) no-repeat top left transparent;
		width: 16px;
		height: 19px;
		content: "";
		display: block;
		background-size: contain;
		margin-bottom: 10px;
	}

	.paragraph-style-4:before {
		margin: 0px auto;
		margin-bottom: 10px;
	}

.ap-style-1 .advanced-paragraph-icon a {
	display: block;
	color: white;
}

.ap-style-1 .advanced-paragraph-icon i {
	color: #ffffff;
	font-size: 44px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.ap-style-1 .advanced-paragraph-icon {
}

.ap-style-1 .advanced-paragraph-text {
	/* display: none; */
}

.ap-style-1 {
	color: white;
	text-align: left;
	background-color: #ff4f01;
	border-radius: 4px;
	padding: 4.5rem !important;
}

	.ap-style-1:after {
		content: "";
		width: 36px;
		height: 36px;
		position: absolute;
		right: 0;
		top: -6px;
		background-size: cover;
		z-index: -1;
	}

.dark-blue.ap-style-1 {
	/* background: #0284d0; */
}

.dark-gray.ap-style-1 {
	/* background: #3c3c3c; */
}

.ap-style-1:hover {
}

	.ap-style-1:hover .advanced-paragraph-icon i {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
		color: #ffffff;
	}

	.ap-style-1:hover .advanced-paragraph-icon i, .ap-style-1:hover h3, .ap-style-1:hover .advanced-paragraph-text a {
	}

.ap-style-1 .advanced-paragraph-content {
}

.ap-style-1 h1, .ap-style-1 h2, .ap-style-1 h3, .ap-style-1 h4 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700 !important;
	line-height: 1.5;
}

.ap-style-1 .advanced-paragraph-text a {
	pointer-events: none;
	color: #ffffff;
}

.ap-style-1 p {
	margin: 0;
	font-size: 50px;
	line-height: 60px;
}

.ap-style-2 {
	border-radius: 0;
	padding: 1rem 0rem !important;
	text-align: left;
	cursor: pointer;
	transition: ease-in-out 0.3s;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

	.ap-style-2:hover {
		/* background: #39c5de; */
	}

.advanced-paragraph-text {
	margin-top: 10px;
	color: #ffffff !important;
}

.ap-style-2 .advanced-paragraph-text p a {
	color: inherit !important;
	line-height: 26px;
}

.ap-style-2:hover .advanced-paragraph-text a:after {
	color: white;
	border-color: white;
}

.ap-style-2 .advanced-paragraph-icon {
	font-size: 36px;
	color: #ffffff;
	border-radius: 50%;
	margin-bottom: 20px;
	margin: 0px auto;
	text-align: left;
	padding-right: 20px;
}

	.ap-style-2 .advanced-paragraph-icon a {
		width: 60px;
		height: 60px;
		font-size: 28px;
		display: block;
		line-height: 60px;
		text-align: center;
		border: 1px solid #ededed;
	}

.ap-style-2:hover .advanced-paragraph-icon {
}

.ap-style-2 .advanced-paragraph-icon i {
	color: #616161 !important;
}

.ap-style-2:hover .advanced-paragraph-icon i {
	transform: rotateY(360deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ap-style-2 .advanced-paragraph-heading h2, .ap-style-2 .advanced-paragraph-heading h3 {
	margin-bottom: 30px;
	color: #333333;
	font-size: 18px;
	font-weight: 600 !important;
	position: relative;
	padding-bottom: 10px;
}

	.ap-style-2 .advanced-paragraph-heading h2:after, .ap-style-2 .advanced-paragraph-heading h3:after {
		content: "";
		position: absolute;
		width: 44px;
		height: 2px;
		background: black;
		bottom: -9px;
		left: 0;
	}

.ap-style-2:hover .advanced-paragraph-heading h2, .ap-style-2:hover .advanced-paragraph-heading h3 {
	/* color: white; */
}

.ap-style-2 .advanced-paragraph-text p {
	font-weight: 500 !important;
	margin: 0;
	color: #666666;
	font-size: 13px;
}

.ap-style-2:hover .advanced-paragraph-text p {
}

.ap-style-3 a {
	display: block;
	pointer-events: none !important;
}

.ap-style-3 .advanced-paragraph-icon {
	height: 100%;
}

.ap-style-3:hover .advanced-paragraph-icon a {
	transform: rotateX(360deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ap-style-3 .advanced-paragraph-heading a h3 {
	font-size: 15px;
	color: #000000;
	font-weight: 400 !important;
	margin: 0;
	line-height: 1.5;
	position: relative;
	/* padding-bottom: 17px; */
}

	.ap-style-3 .advanced-paragraph-heading a h3:after {
		content: "";
		width: 38px;
		height: 2px;
		background: black;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
	}

.ap-style-3 {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

	.ap-style-3 .advanced-paragraph-content {
		/* margin-top: auto !important; */
		/* margin-bottom: auto !important; */
	}

	.ap-style-3 .advanced-paragraph-text {
		/* display: none; */
	}

		.ap-style-3 .advanced-paragraph-text p {
			margin: 0 !important;
			color: #666666 !important;
			margin-bottom: 27px;
			font-size: 15px;
			font-family: 'open sans', sans-serif;
		}

		.ap-style-3 .advanced-paragraph-text a {
			line-height: 26px;
			color: #666666 !important;
		}

	.ap-style-3 .advanced-paragraph-icon a {
		width: 64px;
		/* height: 64px; */
		text-align: center;
		border-radius: 50%;
		color: #ffffff;
		/* background: #ffffff; */
		font-size: 30px;
		margin-right: 18px;
		display: block !important;
		pointer-events: none !important;
	}

		.ap-style-3 .advanced-paragraph-icon a i {
			line-height: 47px;
			color: #ff4f01;
		}

.ap-style-4 {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}


	.ap-style-4 .advanced-paragraph-icon a {
		color: #ff4f01;
		font-size: 26px;
		margin-right: 16px;
		font-weight: 300 !important;
		display: inline-block;
		text-align: center;
		width: 28px;
	}

		.ap-style-4 .advanced-paragraph-icon a i {
		}

	.ap-style-4 .advanced-paragraph-heading h3 {
		font-size: 14px;
		margin: 0 !important;
		font-weight: 400 !important;
		letter-spacing: 1px;
	}

	.ap-style-4 .advanced-paragraph-text {
		margin: 0;
	}

		.ap-style-4 .advanced-paragraph-text p {
			margin: 0 !important;
		}

	.ap-style-4 .advanced-paragraph-heading a {
		display: block;
		color: white;
	}

	.ap-style-4 .advanced-paragraph-text p a {
		font-weight: 500 !important;
		font-size: 14px !important;
		color: #b6bbcc;
	}


blockquote {
	font-style: italic;
	padding: 2rem;
	border-left: 3px solid #279d3b;
	background-color: #fbfbfb;
	margin: 40px 0px;
}
/* CARD STYLES */


.card-module .card-title {
}


.card-module .card-body p {
	position: relative;
	font-weight: 400;
	color: #757a84;
	margin: 0;
	padding: 20px 0px;
	/* padding-bottom: 26px; */
}

.card-style-1 {
}

	.card-style-1 .card-text {
		line-height: 26px;
		margin: 20px 0px !important;
		font-size: 16px !important;
		color: #666d81 !important;
	}

	.card-style-1 .card {
		border: 0 !important;
	}

	.card-style-1 .card-img-top {
		border-radius: 0px !important;
	}

	.card-style-1 .card-body {
		background: white;
		padding: 3rem;
		border: 1px solid #e7e7e7;
		border-top: 0;
		overflow: hidden;
	}

	.card-style-1 .card-image a {
		display: block;
	}

	.card-style-1 h5 {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 1.4;
		position: relative;
		transition: 0.3s;
		font-weight: 500;
		color: black;
		width: 100%;
	}



.card-style-2 .card, .card-style-3 .card {
	background: white;
	text-align: center;
	border: 0;
}

	.card-style-2 .card > div, .card-style-3 .card > div {
		/* border: 1px solid #e7e7e7; */
	}

.card-style-2 .card-title, .card-style-3 .card-title {
	font-weight: 500;
	margin-bottom: 5px;
}

.card-style-2 .card-text, .card-style-3 .card-text {
	color: #948f8f;
	line-height: 1.8;
}

.card-style-3 .card .card-image {
	/* order: 2; */
}

.card-style-2 .card-body {
	border: 1px solid #e7e7e7;
	padding: 30px 0px;
}

	.card-style-2 .card-body .btn {
		display: none;
	}

.card-style-2:hover .card-title {
	color: #e74c57;
}

.card-style-3 .card-body {
	position: absolute;
	bottom: -60px;
	padding: 20px;
	min-height: unset;
	/* background: white; */
	margin: 0px 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 15px;
	border-radius: 4px;
	/* transform: translateY(30px); */
}

.card-style-3 .card-title {
	background: #ff4f01;
	border-radius: 4px;
	padding: 20px;
	margin: 0;
	color: #ffffff;
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 19px;
	font-weight: 400;
}

.card-style-3 .card-text {
	background: transparent;
	padding: 12px 0px;
	border-radius: 4px;
	font-size: 16px !important;
	transform: translateY(200%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* text-align: center; */
}

.card-style-3:hover .card-title, .active-card .card-title {
	transform: translateY(0%);
}

.card-style-3 {
	overflow: hidden;
}

	.card-style-3:hover .card-text, .active-card .card-text {
		transform: translateY(0%);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.card-style-3 .card {
		display: block !important;
	}

	.card-style-3 .button-style-2:after {
		width: 150%;
		max-width: 160px;
	}

	.card-style-3:hover .card-body, .active-card .card-body {
		background: white;
		bottom: 0;
	}

	.card-style-3 .button-style-2 {
		transform: translateY(200%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.card-style-3:hover .button-style-2, .active-card .button-style-2 {
		transform: translateY(0%);
	}

.active-card .card-title {
	background: transparent;
	color: #131d3b;
	padding: 20px 0px;
	padding-bottom: 0;
}

.card-style-4 .card-image {
	flex: 30%;
	max-width: 30%;
	display: flex;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0;
	order: 2;
	align-items: center;
}

.card-style-4 .card-body {
	flex: 70%;
	max-width: 70%;
	display: flex;
	position: relative;
	padding: 0;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.card-style-4 .card {
	flex-direction: unset;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent;
	-ms-flex-align: center !important;
	/* align-items: center !important; */
	min-height: 255px;
}

.card-style-4 .card-image a {
	padding: 20px;
}

.card-style-4 .card-image img {
	border: 0 !important;
}

.card-style-4 {
	background-color: #131d3b;
	padding: 0;
}

	.card-style-4 .card-body p {
		color: white;
		font-size: 26px;
		max-width: 500px;
		padding-left: 74px;
	}

	.card-style-4 .card-title {
		transform: rotate(-90deg);
		left: -102px;
		position: absolute;
		background: #ff4f01;
		color: white;
		padding: 14px 20px;
		margin: 0 !important;
		width: 255px;
		top: 102px;
		text-align: center;
	}

	.card-style-4 .button-style-3 {
		position: absolute;
		right: -100px;
		zoom: 0.6;
	}
/* CARD STYLES */
/* Accordion Style-1*/
.accordion-style-1 .card-header {
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0;
}

.accordion-style-1 .card {
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.04);
	margin-bottom: 30px;
	background: #fff;
	border: 0 !important;
}

.accordion-style-1 .card-body {
	line-height: 32px;
	color: #827e7e;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.accordion-style-1 .card-header button {
	padding: 16px 25px;
	color: black;
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

	.accordion-style-1 .card-header button:hover {
		text-decoration: none;
		color: #2b74bc;
	}
/* Accordion Style-1*/
/* EXTRA STYLES */
/* BUTTON STYLES */

/* BUTTON STYLES */
.subtitle {
	position: relative;
}

	.subtitle:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 3px;
		background-color: #1992ec;
		height: 100%;
	}

	.subtitle h1, .subtitle h2, .subtitle h3 {
		position: relative;
		padding-left: 15px;
		font-size: 18px;
		color: #1c86d4;
		font-weight: 600;
		letter-spacing: -0.4px;
		margin-bottom: 20px;
	}



/* EDIT MODULES */
.module {
	position: relative;
	min-height: 30px;
}

.tox-tinymce-aux {
	z-index: 9999999999;
}

.image-module.module {
	min-height: 120px;
}

#header .image-module.module {
	min-height: 32px;
	z-index: 3;
}

header .module {
	min-height: 32px;
}

.topbar .module {
	/* z-index: 3 !important; */
	position: relative;
}

footer .module {
	min-height: 30px !important;
}

.dynamic-form.module {
}

.edit-button {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 9;
	background: #f3f3f3;
	border-radius: 4px;
	font-size: 12px;
	padding: 0px 8px;
	border: 1px solid #f3f3f3;
	color: #424141;
	line-height: 26px;
}

.header .edit-button {
	top: 20px;
}

.header.active .edit-button {
	/*display: none !important;*/
}

.edit-module {
	/* z-index: 9999; */
}

	.edit-module .modal-header {
		background: #1d1d1d;
		border-radius: 0;
		color: white;
		font-family: 'Quicksand', sans-serif;
	}

		.edit-module .modal-header .modal-title {
			font-size: 18px;
			font-family: 'Rajdhani', sans-serif;
		}

		.edit-module .modal-header .close {
			opacity: 1;
			text-shadow: none;
			color: white;
		}

	.edit-module .form-control {
		font-size: 13px !important;
	}

	.edit-module .btn-secondary {
		background: #403f3f;
		border-color: #403f3f;
	}

.edit-list-module .edit-module-image, .edit-list-module .edit-module-upload {
	display: none;
}

a.add-btn {
	background: #2b74bc;
	color: white;
	display: inline-block;
	width: 100%;
	line-height: 3;
	text-align: center;
	border-radius: 3px;
}

a.remove-btn {
	background: #dc3545;
	color: white;
	display: inline-block;
	width: 100%;
	line-height: 3;
	text-align: center;
	border-radius: 3px;
}

.form-preview {
	padding: 16px;
	border: 3px dashed #e7e5e5;
	margin-top: 30px;
}

a.help {
	position: absolute;
	left: 15px;
	/*top: 15px;
    */
	color: rgb(44, 41, 41);
	line-height: 22px;
	padding: 8px 0px;
}

.edit-module .modal-footer {
	position: relative;
}

a.remove-image {
	position: absolute;
	background: #232323;
	bottom: 15px;
	right: 15px;
	padding: 4px 16px;
	border-radius: 3px;
	color: white;
}

#moduleTabsContent {
	padding: 15px;
	border: 1px solid #e9e9e9;
}

#moduleTabs {
	border: 0;
}

	#moduleTabs > li > a {
		background: #efefef;
		border: 0;
		border-radius: 0;
		padding: 10px 34px !important;
		margin-right: 2px;
		font-size: 15px;
		font-family: 'Rajdhani', sans-serif;
		font-weight: 500;
	}

		#moduleTabs > li > a.active {
			background: black;
			color: white;
		}

.edit-module h3 {
	font-size: 14px;
}

.edit-module .btn {
	border-radius: 3px !important;
	font-size: 14px;
}

.edit-module .form-control::placeholder {
	font-size: 13px;
}

.edit-module .sub-title {
	background: #fbfbfb;
	padding: 14px 15px;
	margin: 12px 0px;
	font-size: 16px;
	color: #3c3b3b;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}

.edit-module label {
	color: #3c3b3b;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.edit-module .sub-header {
	background: #f1f1f1;
	margin-bottom: 20px;
	height: 52px;
	padding: 6px 15px;
}

	.edit-module .sub-header h2 {
		float: left;
		font-size: 16px;
		margin: 0;
		font-weight: 400;
		line-height: 36px;
	}

	.edit-module .sub-header .ordering-box {
		width: 50px;
		text-align: center;
	}

.add-slide {
	color: white !important;
	width: 100%;
}

.remove-slide, .remove-accordion-tab, .remove-tab, .remove-gallery-item, .remove-pricing-item {
	float: right;
	color: white !important;
	margin-top: 25px;
	padding: 8px 16px;
	border-radius: 3px;
}

.remove-gallery-item {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.gallery-section {
	position: relative;
}

.help-link {
	position: absolute;
	left: 20px;
	font-size: 14px;
}
/* EDIT MODULES */
/* TAB MODULE */
.tab-module .tab-content {
	border: 1px solid gainsboro;
	padding: 14px;
}

.tab-module .nav-tabs {
	border-bottom: 0;
}
/* TAB MODULE */
/* BLOG SLIDER */
.edit-post {
	position: fixed;
	right: 0;
	top: 50%;
	background: #f7f7f7;
	width: 52px;
	text-align: center;
	line-height: 48px;
	color: #2e2d2d;
	font-size: 16px;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

.blog-slider {
	/* margin: 0px -20px;
     */
}

	.blog-slider .blog-item {
		margin-bottom: 30px;
		background: white;
	}

		.blog-slider .blog-item .avatar {
			/* border-radius: 19px; */
			overflow: hidden;
			max-height: 300px;
		}

	.blog-slider .owl-item {
		/* padding: 20px 20px;
     */
	}

.blog-item h3 {
	margin: 16px 0 15px 0;
	height: 80px;
	overflow: hidden;
	font-family: Roboto Condensed;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #131d3b;
	letter-spacing: 0;
}

	.blog-item h3 a {
		color: #131d3b;
	}

.blog-item:hover h3 a {
	color: #e74c57;
}

.blog-item p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
	color: #666d81;
}

.blog-item-descriptions {
	border-top: 0;
	position: relative;
	padding: 20px 0px;
}

	.blog-item-descriptions small {
		color: #908c8c;
		font-size: 13px;
	}

.blog-slider-style-1 .blog-item, .blog-slider-style-2 .blog-item {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
}

	.blog-slider-style-1 .blog-item .avatar, .blog-slider-style-2 .blog-item .avatar {
		/* width: 40%;
     */
		flex: 40%;
	}

	.blog-slider-style-2 .blog-item .avatar {
		order: 2;
	}

	.blog-slider-style-1 .blog-item .blog-item-descriptions, .blog-slider-style-2 .blog-item .blog-item-descriptions {
		flex: 60%;
		margin: 0;
		box-shadow: unset;
		/* padding: 0 4rem;
     */
	}

		.blog-slider-style-1 .blog-item .blog-item-descriptions h3 a, .blog-slider-style-2 .blog-item .blog-item-descriptions h3 a {
			color: #1b1a1a;
			font-size: 30px;
			font-weight: 400;
		}

	.blog-slider-style-1 .blog-item p, .blog-slider-style-2 .blog-item p {
		font-size: 14px;
	}
/* BLOG SLIDER */
/* BLOG */
.blog-list-page .breadcrumb-area {
}

.post-image img {
	width: 100%;
}

.post-title {
}

.post-type-1 {
	border-radius: 2px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	text-align: left;
	padding-bottom: 10px !important;
	margin-bottom: 60px !important;
}

.post-container {
	padding: 2rem 0rem;
}

.post-title h2 {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 22px;
	margin: 0;
	line-height: 30px;
}

	.post-title h2 a {
		color: #272727;
	}

.post-info {
	padding: 10px 0px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.blog-post .post-title {
	padding: 20px 0px;
}

.post-info ul li {
	display: inline-block;
	padding-right: 24px;
	font-size: 14px;
	color: #6d6464;
}

a.read-more {
	display: inline-block;
	color: #ff4f01;
	font-size: 13px;
	border-radius: 3px;
	line-height: 28px;
}

	a.read-more i {
		margin-right: 10px;
		font-size: 18px;
		float: left;
		line-height: 28px;
	}

	a.read-more:hover {
		color: #111111;
	}

.post-summary {
}

.post-list-module ul li, .blog-categories-module ul li {
	display: block;
	line-height: 32px;
	border-bottom: 1px solid #d0cdcd;
	padding: 10px 0px;
	font-size: 14px;
}

	.post-list-module ul li:last-child, .blog-categories-module ul li:last-child {
		border-bottom: 0;
	}

.post-list-module h2, .blog-categories-module h2 {
	font-size: 20px;
	margin: 0;
	padding: 20px 0px;
	color: #232222;
	font-weight: 400;
}

	.post-list-module h2 i, .blog-categories-module h2 i {
		color: #00a6f6;
		display: none;
	}

.post-list-type-1 ul, .blog-categories-module ul {
	padding: 0;
	border-top: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

	.blog-categories-module ul li:before {
		content: "\f30b";
		font-family: 'font awesome 5 free';
		font-weight: 900;
		margin-right: 12px;
		color: #e4e4e4;
	}

	.blog-categories-module ul li:hover:before {
		color: #18ba60;
	}

.post-content h2, .post-content h2 span, .post-summary h2 span {
	font-size: 18px;
	font-weight: 500 !important;
	color: black;
	margin-bottom: 15px !important;
}

.blog-post .post-content ul, .html-editor-module ul {
	margin-left: 40px;
	margin-bottom: 40px;
}

	.blog-post .post-content ul li, .html-editor-module ul li {
		line-height: 34px;
	}

.post-content iframe {
	max-width: 100%;
	border: 0;
}

.blog-post h2 {
	font-size: 22px !important;
	font-weight: 600 !important;
}

.blog-post h3 {
	font-size: 18px;
	color: black;
	font *we: 600;
	font-weight: 600;
}

.post-content h3 span, .post-content h3 strong {
	font-size: 22px;
	font-weight: 500 !important;
	color: black;
}

.post-content p {
	font-size: 14px;
	color: #656262;
	font-weight: 300;
}

.post-type-1 .post-summary p {
	line-height: 32px;
	font-size: 16px;
	color: #7e7575;
}

.post-content p strong {
	color: black;
}

.blog-pagination li a {
	background: #e8e8e821;
	border: 1px solid #d6d4d480;
	color: black;
	padding: 0.7rem 1rem;
}

.blog-pagination .page-link:focus {
	background: white;
}

.blog-pagination .page-link:hover {
	background: white;
}

.items-info {
	font-size: 14px;
	margin-bottom: 15px;
}
/* BLOG */
/* HTML EDIYOR */
.module.html-editor-module {
	min-height: 40px;
}

.html-editor-module h2, .html-editor-module h2, .html-editor-module h3 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.html-editor-module p {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 36px;
}

.html-editor-module iframe {
	/* border: 16px solid #f7f7f7 !important; */
	opacity: 0.3;
}

	.html-editor-module iframe:hover {
		opacity: 1;
	}

.html-editor-module .progress {
	margin-bottom: 55px;
	position: relative;
	overflow: visible;
	height: 6px;
	border-radius: 36px;
}

.map p {
	margin-bottom: 0 !important;
}

.progress-bar p {
	position: absolute;
	right: 10px;
	top: -28px;
	color: #444343;
	font-size: 12px;
}

.html-editor-module .progress label {
	display: block;
	position: absolute;
	top: -30px;
	color: black;
	font-size: 15px;
	font-weight: 500;
}
/* HTML EDIYOR */
/* LOGIN - REGISTER */
.loginForm {
	border: 1px solid #f1f0f0;
	padding: 20px;
}

.title-type-1 {
	border: 1px solid #efefef;
	margin-bottom: 20px;
	border-radius: 4px;
}

	.title-type-1 span {
		font-family: 'Rajdhani', sans-serif;
		font-weight: 600;
		font-size: 17px;
		display: block;
		line-height: 42px;
	}

		.title-type-1 span i {
			font-size: 14px;
			background: #fbfbfb;
			height: 42px;
			float: left;
			color: #0a0b0b;
			line-height: 42px;
			width: 42px;
			text-align: center;
			margin-right: 15px;
			border-bottom: 0;
			border-right: 1px solid #efefef;
		}

.title-type-2 {
	border-top-left-radius: 2px;
	background: #f7f9fa;
	overflow: hidden;
	border-top-right-radius: 2px;
}

	.title-type-2 span {
		padding: 0px 20px;
		font-family: 'Rajdhani', sans-serif;
		font-weight: 600;
		font-size: 20px;
		line-height: 60px;
	}

		.title-type-2 span i {
			background: #525253;
			float: left;
			padding: 0;
			line-height: 46px;
			width: 46px;
			text-align: center;
			margin-right: 15px;
			font-size: 14px;
			color: #f5f5f5;
		}

.title-type-3 {
	background: #f7f7f7;
	line-height: 48px;
	padding: 0px 16px;
	color: #2a2929;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Quicksand';
	margin-bottom: 25px;
}

	.title-type-3 span i {
		margin-right: 10px;
	}

.btn-register {
	background: #208fd0;
	border-radius: 3px;
	color: white !important;
	padding: 6px 24px;
}

.btn-register-2 {
	background: #35404e;
	border-radius: 3px;
	color: white !important;
	padding: 6px 24px;
}

span.step {
	width: 32px;
	background: #3bd2a8;
	border-radius: 50%;
	padding: 0;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: white;
	margin-left: 15px;
}
/* LOGIN - REGISTER */
/*TERMS */
.terms h1 {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

.terms h3 {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	background: #f7f7f7;
	padding: 16px;
	margin: 20px 0px;
	color: black;
}

.underline a {
	text-decoration: underline;
}

.underline .custom-control-label {
	color: black !important;
}
/* TERMS */
/*CART*/
#count {
	width: 50px;
	text-align: center;
	line-height: 32px;
	border-radius: 0;
	height: 45px;
	box-shadow: unset !important;
	float: left;
	border: 1px solid #e7e7e7 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background: white;
}

.cart-product-quantity button {
	border: 1px solid #e7e7e7 !important;
	background: white;
	line-height: 30px;
	font-size: 10px;
	height: 34px;
	float: left;
	width: 26px;
	text-align: center;
}

.cart-product-name {
	font-size: 15px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}

.cart-table {
	font-family: 'Rajdhani', sans-serif;
	min-width: 650px;
}

	.cart-table th {
		font-size: 16px;
	}

	.cart-table td {
		font-size: 17px;
		font-weight: 500;
	}

button.delete-item {
	background: transparent;
	border: 0;
	color: #e76b6b;
	font-size: 22px;
}

	button.delete-item:hover {
		color: #343a40;
	}

table.total-table th {
	font-weight: 600;
}

.order-note h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	background: #f7f9fa;
	line-height: 62px;
	padding: 0px 20px;
	border: 1px solid #dee2e6;
	margin-bottom: 15px;
}

.order-note-title {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 18px;
	background: #f7f9fa;
	line-height: 62px;
	padding: 0px 20px;
	border: 1px solid #dee2e6;
	margin-bottom: 0;
}

.order-note {
	border: 1px solid #f7f9fa;
}

	.order-note textarea {
		border: 1px solid #f3f3f3;
	}

		.order-note textarea::placeholder {
			color: #d0d0d0;
			font-size: 13px;
		}

.payment-section .custom-control {
	background: #f7f9fa;
	margin-bottom: 15px;
	padding: 20px 14px;
	margin: 10px 0px;
}

.payment-section .custom-checkbox {
	padding: 4px 0px;
	background: transparent;
	margin: 0;
}

	.payment-section .custom-checkbox label {
		font-size: 13px;
		font-family: 'poppins', sans-serif;
		font-weight: 400;
	}

		.payment-section .custom-checkbox label a {
			font-weight: 500;
		}

.payment-section .custom-control-label i {
	width: 25px;
	text-align: center;
}

.payment-section .custom-control-label::before {
	left: 0;
}

.payment-section .custom-control-label::after {
	left: 0;
}

.payment-section .custom-control-label {
	padding: 2px 26px;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
}

.billing-section .form-control, .billing-section select, .billing-section textarea {
	background: #f7f9fa69;
	border: 1px solid #e7ebed;
}

.support-form input, .support-form textarea {
	background: #f7f9fa69;
	border: 1px solid #e3e3e3;
}
/* CART */
/* ACCOUNT */
.static-content {
	padding: 15px;
	border: 1px solid #f1f0f0;
}

.support-form {
	border: 1px solid #f1f0f0;
	padding: 20px;
}

.account-tabs > li {
	background: transparent;
	border: 0;
	background: #f7f9fa;
}

.account-tabs {
	/* background: #f7f9fa;
     */
	border-bottom: 0;
}

	.account-tabs > li a {
		border: 0 !important;
		line-height: 60px;
		padding: 0px 20px;
		font-family: 'Rajdhani', sans-serif;
		font-weight: 600;
		font-size: 16px;
		border-right: 1px solid #e9e2e2 !important;
		border-radius: 0 !important;
	}

		.account-tabs > li a.active {
			background-color: #f7f9fa !important;
			color: #297cc3 !important;
		}
/* ACCOUNT */
/*PRICING TABLE*/
.pricing-table {
	position: relative;
	padding: 2.5rem 0;
	margin: 0 auto;
	z-index: 1;
	transition: 1s;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

	.pricing-table:hover {
	}

	.pricing-table.featured {
		margin-top: -50px;
		z-index: 2;
		position: relative;
		/* box-shadow: 0 0 41px rgba(0, 0, 0, 0.22); */
		padding: 6rem 0;
		background: #f3f3f380;
	}

.pricing-header {
	position: relative;
	text-align: center;
}

.pricing-price {
	position: relative;
	font-size: 54px;
	color: #8cc2ed;
	font-weight: 900;
	text-align: center;
	margin-top: 20px;
	padding: 0;
	max-width: 100%;
	margin: 0px auto;
	line-height: 50px;
}

	.pricing-price > span {
		position: relative;
	}

.pricing-table .suffix {
	font-size: 14px;
	position: absolute;
	top: 0;
	font-weight: 500;
	color: #fb4848;
	line-height: 30px;
	padding-left: 8px;
}

.pricing-table .prefix {
	display: block;
	font-size: 15px;
	color: #c0bdbd;
	font-weight: 400;
	padding: 10px;
}

.pricing-table .currency {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	position: absolute;
	top: 0;
	margin-left: 10px;
	line-height: 1.5;
}

.pricing-header h2 {
	font-weight: 700;
	color: #212121;
	font-size: 16px;
	margin-bottom: 30px;
	letter-spacing: 0.6px;
}

.pricing-header svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
}

.pricing-table ul {
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
	padding: 0px 34px;
	margin-bottom: 0;
	margin: 30px 0px;
}

	.pricing-table ul li {
		list-style: none;
		line-height: 43px;
		font-weight: 400;
		font-size: 14px;
		color: #737379;
		position: relative;
		transition: .3s;
		text-align: left;
	}

		.pricing-table ul li:hover {
			text-indent: 20px;
			transition: .3s;
		}

		.pricing-table ul li i {
			position: absolute;
			right: 20px;
			top: 18px;
			font-size: 20px;
			color: #8cc2ed;
		}

		.pricing-table ul li .fa-times-circle {
			color: #e1e1e1;
		}

a.pricing-button {
	padding: 12px 0px;
	font-weight: 600;
	color: #ffffff;
	background: #8cc2ed;
	border: 2px solid #8cc2ed;
	-webkit-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
	border-radius: 3px;
	font-size: 15px;
	display: block;
	max-width: 168px;
	margin: 0px auto;
	text-align: center;
	letter-spacing: 0.5px;
	border-radius: 36px;
}

	a.pricing-button:hover {
		background: transparent;
		color: #8cc2ed;
		border: 2px solid #8cc2ed;
	}

.pricing-table:hover:after {
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
}

.border-left-1 {
	/* border-left: 1px solid #efe7e7 !important;
     */
}

.pricing-table ul li.fa-check {
	color: #59dc2f;
	margin-right: 10px;
}

.pricing-table ul li .fa-times {
	color: red;
	margin-right: 10px;
}

.pricing-table ul li .fa-check {
	color: #59dc2f;
	margin-right: 10px;
}

.featured.pricing-table .prefix {
}

.featured.pricing-table .pricing-price {
	/* color: #0283ce; */
}

.featured.pricing-table .pricing-button {
	/* background: #0284d0; */
}
/*PRICING TABLE*/
/*BUTTON MODULE*/
.button-style-default {
	display: inline-block;
	color: #131d3b;
	background: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border: none;
	padding: 23px 52px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	line-height: 28px;
	border-radius: 4px;
}

	.button-style-default:before {
		content: '';
		background: #131d3b;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		z-index: -1;
		-webkit-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	}

	.button-style-default:hover {
		color: #ffffff !important;
	}

		.button-style-default:hover:before {
			width: 100%;
			left: 0;
			right: auto;
		}

	.button-style-default i {
		float: right;
		line-height: 28px;
		margin-left: 10px;
		color: white;
		font-size: 16px;
	}






.button-style-1 {
	display: inline-block;
	color: #ffffff;
	background: #ff4f01;
	font-size: 16px;
	font-weight: 700;
	border: none;
	padding: 23px 52px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	line-height: 28px;
}

	.button-style-1:before {
		content: '';
		background: #131d3b;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		z-index: -1;
		-webkit-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	}

	.button-style-1:hover {
		color: #ffffff !important;
	}

		.button-style-1:hover:before {
			width: 100%;
			left: 0;
			right: auto;
		}

	.button-style-1 i {
		float: right;
		line-height: 28px;
		margin-left: 10px;
		color: white;
		font-size: 16px;
	}



.button-style-2 {
	transition: .5s;
	-webkit-transition: .5s;
	position: relative;
	font-size: 14px;
	border: none;
	cursor: pointer;
	/* display: block; */
	margin: 0;
	padding: 0;
	color: #ff4f01;
	letter-spacing: 2px;
	text-align: left;
}

	.button-style-2:after {
		content: "";
		width: 180%;
		position: absolute;
		left: 120%;
		height: 1px;
		background: #e1dede;
		top: 50%;
	}

	.button-style-2:before {
		content: "";
		width: 50px;
		position: absolute;
		left: 120%;
		height: 1px;
		background: #ff4f01;
		top: 50%;
		z-index: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.button-style-2:hover:before {
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

.button-style-3 {
	transition: .5s;
	-webkit-transition: .5s;
	position: relative;
	border-radius: 50%;
	background: #ff4f01;
	font-size: 18px;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	z-index: 95;
	cursor: pointer;
	display: inline-block;
	margin: 0px 10px;
	padding: 0;
	line-height: 100px;
}

	.button-style-3 i {
		color: #ffffff;
	}

	.button-style-3:after {
		position: absolute;
		left: 50%;
		top: 50%;
		border-radius: 50%;
		-o-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		content: '';
		border-radius: 50%;
		z-index: -1;
		display: block;
		background: transparent;
		width: 100%;
		height: 100%;
		animation: ripple 1.5s infinite;
		-o-animation: ripple 1.5s infinite;
		-moz-animation: ripple 1.5s infinite;
		-webkit-animation: ripple 1.5s infinite;
		-ms-animation: ripple1.5s infinite;
	}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0px #ffffff52, 0 0 0 0px #19191917, 0 0 0 0px #ffffff4a, 0 0 0 0px #2b2b2bcc, 0 0 0 0px #2b2b2bcc, 0 0 0 0px #2b2b2bcc, 0 0 0 0px #2b2b2bcc, 0 0 0 0px #2b2b2bcc;
	}

	100% {
		box-shadow: 0 0 0 30px #131d3b4d, 0 0 0 20px #4242422b, 0 0 0 0px #23232357, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff70, 0 0 0 0px rgba(255,255,255,0), 0 0 0 0px #ffffff30, 0 0 0 0px rgba(255, 255, 255, 0.17);
	}
}

/*BUTTON MODULE*/
/* ACCORDION MODULE */
.style-1 .card-header {
	border-radius: 0;
	background: #f5f7fb;
	margin-bottom: 16px !important;
	border: 0 !important;
	border: 1px solid #ededed;
	padding: 0px 12px;
	font-weight: 400;
}

.style-1 .card-header {
}

.style-1 .cart-body {
	color: #3bd2a8;
}

.style-default .card {
	margin-bottom: 10px !important;
}

.style-1 .card {
	border: 0;
}

.style-1 .card-header button:before {
	font-weight: 900;
	font-family: 'font awesome 5 free';
	font-size: 20px;
	position: absolute;
	left: 20px;
	color: #085ead;
	content: "\f138";
}

.style-1 .card-header button.collapsed:before {
	content: "\f138";
}

.style-1 .card-header button {
	color: #2a2828;
	font-weight: 500;
	font-size: 14px;
	line-height: 42px;
	padding-left: 38px;
	width: 100%;
	text-align: left;
}

.style-1 .card-body {
	line-height: 28px;
	color: #686b75;
	font-size: 13px;
	padding-top: 0;
	padding: 10px 0px 20px 0px;
	font-family: 'open sans', sans-serif;
}
/* ACCORDION MODULE */
/* PRODUCT PAGE */
#fancyModal {
	max-width: 500px;
}

.product-detail {
	padding: 20px;
	border: 1px solid gainsboro;
}

h1.product-name {
	font-size: 26px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	margin-bottom: 24px;
}

.short-description {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 27px;
}

	.short-description p {
		margin: 0;
		color: #554f4f;
	}

.product-price {
	font-size: 22px;
	color: #279ff7;
}

	.product-price span {
		font-weight: 700;
		font-family: 'Rajdhani', sans-serif;
		font-size: 26px;
	}

	.product-price label {
		font-family: 'Rajdhani', sans-serif;
		font-weight: 600;
		font-size: 22px;
		margin: 0;
	}

h2.product-name {
	font-size: 19px;
	font-weight: 500;
	color: black;
	margin-bottom: 0;
	font-family: 'poppins', sans-serif;
}

.short-description p {
	color: #868282;
}

.product-detail-tabs .tab-content {
	border: 1px solid #e9e6e6;
	padding: 15px;
	line-height: 30px;
}

.product-quantity button {
	border: 1px solid #e7e7e7 !important;
	background: #f7f7f7;
	line-height: 30px;
	font-size: 10px;
	height: 45px;
	float: left;
	width: 26px;
	text-align: center;
}

#fancyModal h2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	margin-bottom: 16px;
	font-size: 20px;
}
/* PRODUCT PAGE */
/* BREADCRUMB */
.breadcrumb-area {
	color: #ffffff;
	text-align: center;
	position: relative;
	padding-top: 120px;
	padding-bottom: 90px;
	background-color: #f6f7fb;
	letter-spacing: -0.3px;
	background: url(/uploads/images/tema19/t19-slider-1.jpg) no-repeat left center transparent !important;
	margin-top: -30px;
	background-size: cover !important;
}

	.breadcrumb-area:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: #111b3673;
		z-index: 0;
	}

	.breadcrumb-area .breadcrumb {
		margin: 0;
		background: transparent;
		border-radius: 0;
		padding: 8px 10px 10px 20px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		display: inline-block;
		width: auto;
		position: relative;
	}

		.breadcrumb-area .breadcrumb li {
			display: inline-block;
			padding-right: 22px;
		}

			.breadcrumb-area .breadcrumb li:first-child a {
				/* color: #191919;
     */
			}

		.breadcrumb-area .breadcrumb a {
			font-size: 13px;
			line-height: 32px;
			color: #ffffff;
		}

		.breadcrumb-area .breadcrumb li:last-child {
			padding-right: 0 !important;
		}

		.breadcrumb-area .breadcrumb a:after {
			content: "\f054";
			font-family: 'font awesome 5 free';
			font-weight: 900;
			position: relative;
			left: 12px;
			font-size: 10px;
		}

		.breadcrumb-area .breadcrumb li:last-child a:after {
			opacity: 0;
		}

	.breadcrumb-area p {
		max-width: 600px;
		line-height: 28px;
		font-size: 15px;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 60px;
		font-family: 'quicksand';
	}

	.breadcrumb-area h1 {
		font-size: 46px;
		margin: 0;
		color: #ffffff;
		position: relative;
	}

		.breadcrumb-area h1 .first-word {
			color: #ffffff;
			font-weight: 700;
		}
/* BREADCRUMB */
/* CONTACT */
.contact-card {
	text-align: center;
}

	.contact-card:hover {
		-webkit-animation: jello 1s;
		animation: jello 1s;
	}

	.contact-card .icon {
		background: #29e194;
		width: 80px;
		height: 80px;
		color: white;
		padding: 0;
		font-size: 34px;
		text-align: center;
		margin: 0px auto;
		border-radius: 50%;
		margin-bottom: 14px;
	}

		.contact-card .icon a {
			color: white;
		}

		.contact-card .icon i {
			line-height: 80px;
		}

	.contact-card h3 {
		font-size: 20px;
		color: black;
	}
/* CONTACT */
/* ICONS */
i.icon-1 {
	display: inline-flex;
	width: 150px;
	height: 150px;
	background: url(/uploads/icon1.png) no-repeat center center transparent;
}

i.icon-2 {
	display: inline-flex;
	width: 150px;
	height: 150px;
	background: url(/uploads/icon2.png) no-repeat center center transparent;
}

i.icon-3 {
	display: inline-flex;
	width: 150px;
	height: 150px;
	background: url(/uploads/icon3.png) no-repeat center center transparent;
}
/* ICONS */
/* PORTFOLIO */
.portfolio-item {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-description h2 {
	font-size: 19px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 45%;
}

	.portfolio-description h2 a {
		color: black;
	}

.portfolio-description p {
	font-size: 14px;
	color: #080808;
}

.portfolio-img img {
	margin: 0;
}

.portfolio-description {
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	background: #ffffffde;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.portfolio-item:hover .portfolio-description {
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.portfolio-item:hover .portfolio-description {
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.theme-type {
	position: absolute;
	right: 0;
	background: white;
	padding: 8px 20px;
	background: #3fb158cc;
	color: white;
	top: 32px;
}

	.theme-type.premium {
		background: #1173a3;
	}

.portfolio-item:hover .portfolio-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-item .portfolio-img img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: 100%;
}

.portfolio-img {
	position: relative;
	overflow: hidden;
}

.portfolio-buttons a {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 32px;
	text-align: center;
	color: #ffffff !important;
	border-radius: 50%;
	padding: 0;
	border: 0;
	background: black;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

	.portfolio-buttons a i {
	}

.portfolio-buttons {
	left: 0;
	right: 0;
	bottom: 20%;
	opacity: 0;
}

.portfolio-item:hover .portfolio-buttons {
	opacity: 1;
}
/* PORTFOLIO */
/* DYNAMIC FORM*/
.dynamic-form form {
}

.form-style-default {
	/* padding: 20px; */
	/* box-shadow: 0 0 8px rgba(85, 80, 80, 0.13); */
	border-radius: 3px;
}

.dynamic-form form input, .dynamic-form form textarea, .dynamic-form form select {
	border-radius: 3px;
	background: transparent;
	color: #2e2d2d;
	font-size: 14px;
	border: 1px solid #e3d7d7;
	background: white;
	padding: 10px 16px;
	font-family: 'open sans';
	font-weight: 500;
	height: auto;
}

	.dynamic-form form input:focus, .dynamic-form form textarea:focus {
		/* background: transparent; */
		border: 1px solid #8cc2ed;
	}

.form-style-1 form input:focus, .form-style-1 form select:focus {
	background: transparent;
	border: 1px solid #6dc234;
}

.dynamic-form form input::placeholder, .dynamic-form form textarea::placeholder {
	color: #4d4b4b;
	font-size: 14px;
}

.dynamic-form .form-control {
}

.dynamic-form .btn-success {
	color: #ffffff !important;
	font-size: 15px;
	padding: 13px 42px;
	background: #3a526a;
	border-radius: 0;
	font-weight: 700 !important;
	display: block;
	border: 1px solid #3a526a;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #ffa700;
	border-color: #ffa700;
}

.dynamic-form .btn-success:hover {
	color: #ffffff !important;
	background: #18ba60;
	border-color: #18ba60;
}

.dynamic-form .btn-success i {
	color: #469dc1;
	display: none;
}

.dynamic-form .btn-success:hover i {
	color: #469dc1;
}

.dynamic-form .form-control::placeholder {
}

.form-style-1 {
	background: #000000d6;
	padding: 20px;
}

	.form-style-1 form input, .form-style-1 form select {
		background: transparent;
		border: 1px solid #ffffff47;
		color: white;
		font-weight: 300;
	}

		.form-style-1 form input::placeholder {
			color: white;
			font-weight: 300;
		}

	.form-style-1 form .form-group {
		margin: 0;
	}

	.form-style-1 .form-button {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.form-style-1 .btn-success {
		margin: 0px auto;
		font-weight: 400;
		font-size: 15px;
		padding: 10px 22px;
		background: #279d3b;
		border: 0;
		margin: 0 !important;
	}

		.form-style-1 .btn-success:hover {
			background: white;
		}

	.form-style-1 form .row {
		-ms-flex-pack: center !important;
		justify-content: center !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

.mt-n100 {
	margin-top: -10rem;
}
/* DYNAMIC FORM*/
/* LIST */
.list-module.module {
	min-height: 73px;
}

.list-style-1 i {
	position: absolute;
	right: 25px;
	top: 38%;
	font-size: 30px;
	color: #e2eafb;
}

.list-style-1 a {
	margin-bottom: 28px;
	background: transparent;
	padding: 0;
	border: 0;
	pointer-events: none !important;
	overflow: hidden;
	padding-left: 60px;
}

	.list-style-1 a:hover i {
		color: #3a3a3a;
		right: 20px;
		transition: all 0.3s ease-in-out;
	}

.list-style-1 p {
	line-height: 28px;
	color: #eee;
	font-size: 14px;
}

.list-style-1 h5 {
	font-family: Roboto Condensed;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #666d81;
	overflow: hidden;
}

	.list-style-1 h5 span {
		float: right;
		color: #f8bf2c;
		font-weight: 700 !important;
		font-family: 'poppins', sans-serif;
	}

.list-style-3 .list-group-item {
	background: transparent;
	border: 0;
	padding: 5px 0px;
	border-bottom: 1px solid #d6d4d4;
	border-radius: 0 !important;
}

	.list-style-3 .list-group-item h5 {
		font-size: 14px;
		font-weight: 600;
		color: black;
		margin: 0 !important;
	}

	.list-style-3 .list-group-item p {
		margin-top: 5px;
		font-size: 13px;
	}

.list-style-1 a:before {
	content: "\f105";
	font-family: 'font awesome 5 free';
	font-weight: 700;
	display: inline-block;
	background: #ff4f01;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
	color: white;
	font-size: 16px;
}
/* LIST */
/* GALLERY */
.fancy-item {
	overflow: hidden;
	margin-bottom: 12px;
}

	.fancy-item:hover a img {
		transform: scale(1.2);
		transition: all 0.5s ease-in-out;
	}

	.fancy-item a img {
		transition: all 0.3s ease-in-out;
	}

	.fancy-item:hover .fancybox:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #191919bf;
		z-index: 8;
	}

	.fancy-item:hover .fancybox {
		position: relative;
	}

	.fancy-item .image-caption {
		color: white;
		position: absolute;
		top: 58%;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		opacity: 0;
		font-size: 15px;
		z-index: 99;
		display: block !important;
	}

		.fancy-item .image-caption:before {
			position: absolute;
			top: -44px;
			left: 0;
			right: 0;
			font-size: 18px;
			font-weight: 600;
			content: "\e61a";
			font-family: 'themify';
			border: 2px solid white;
			display: inline-block;
			width: 36px;
			margin: 0px auto;
			height: 36px;
			border-radius: 50%;
			line-height: 32px;
		}

	.fancy-item:hover .fancybox .image-caption {
		opacity: 1;
		transition: all 0.3s ease-in-out;
	}
/* GALLERY */
/* DMENU */
.dmenu-style-2 .navbar-nav {
	display: block;
	width: 100%;
	padding: 0;
}

	.dmenu-style-2 .navbar-nav > li {
		display: inline-block;
		/* width: 50%; */
		padding: 0;
	}

		.dmenu-style-2 .navbar-nav > li a {
			font-size: 13px;
			line-height: 45px;
			padding: 0 !important;
			color: #b6bbcc;
			font-weight: 500;
			padding-right: 20px !important;
		}

			.dmenu-style-2 .navbar-nav > li a:hover {
			}

	.dmenu-style-2 .navbar-nav li:last-child a {
		border-bottom: 0;
		margin-right: 0;
		padding-right: 0 !important;
	}

	.dmenu-style-2 .navbar-nav > li > .dropdown-menu {
		left: 100%;
		top: 0;
		border: 1px solid #e5e5e5;
	}

	.dmenu-style-2 .navbar-nav > li .dropdown-menu li {
		display: block;
		width: 100%;
	}

.dmenu-style-1 .navbar-nav > li .dropdown-menu li ul {
	display: none !important;
}
/* DMENU */
/* FOOTER */
footer {
	position: relative;
	background: url(/uploads/images/tema19/bg-6.jpg) no-repeat center top #131e3c !important;
	background-size: cover !important;
}

.footer {
	padding-top: 8rem;
	padding-bottom: 2rem;
}
/*Footer Menu*/
.footer-menu {
	padding: 0;
}

	.footer-menu .navbar-nav > li > .dropdown-menu {
		display: block;
		border: none;
		margin: 0;
		position: unset;
		background: transparent;
		border-radius: 0;
	}

		.footer-menu .navbar-nav > li > .dropdown-menu a {
			padding: 0;
			font-size: 14px;
			line-height: 42px;
			font-family: 'Montserrat', sans-serif;
			color: #808080;
			text-align: center;
		}

	.footer-menu .navbar-nav > li > a {
		line-height: 40px;
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		display: block;
		padding: 0px !important;
		color: #b6bbcc;
	}

		.footer-menu .navbar-nav > li > a i {
			width: 20px;
			/* color: #ffec4e; */
		}

		.footer-menu .navbar-nav > li > a:after {
			display: none;
		}

	.footer-menu .navbar-nav > li > .dropdown-menu a:before {
		content: "\f105";
		font-weight: 900;
		font-family: 'font awesome 5 free';
		margin-right: 10px;
	}
/*Footer Menu*/
/*Social Menu*/
.social-menu {
	/* margin: 30px 0px;
     */
}

footer .social-menu .navbar-nav {
	margin: 20px auto !important;
}

	footer .social-menu .navbar-nav li a {
		border: 1px solid #e85917;
		color: #ffffff;
		border-radius: 50%;
		padding: 0;
		width: 42px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		margin: 0px 4px;
		font-size: 16px;
		background: #e85917;
	}

		footer .social-menu .navbar-nav li a:hover {
			background: #ffffff;
			color: #e85917;
			border: 1px solid white;
		}
/*Social Menu*/
.footer-bottom {
    line-height: 36px;
    font-size: 14px;
    color: #ebeff9;
    padding: 10px 0px;
    font-weight: 400;
    border-top: 1px solid #ffffff26;
    display: none;
}

	.footer-bottom a {
		color: #ff4f01 !important;
		/* text-decoration: underline; */
		font-weight: 500;
	}

	.footer-bottom i {
		font-size: 24px;
		line-height: 36px;
	}
/* FOOTER */
.master-image-link {
	background: url(Uploads/imagename.jpg) no-repeat left center #f9f9f9;
	display: block;
	height: 160px;
}

.module-post.jackInTheBox {
	animation-name: jackInTheBox;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.section-key {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 97;
	opacity: 0.5;
	color: #979797;
	cursor: pointer;
	filter: invert(1);
}

#section-counter .section-key {
	position: relative;
	right: 0;
	width: 30px;
	float: right;
}

.hideEditButtons {
	display: none;
}

.modal-backdrop {
	z-index: 98;
}
