@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900|Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #545454;
	position: relative;
}
img {
    max-width: 100%;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
.btn:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	box-shadow: none;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: var(--zirve-ana-renk2);
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	color: var(--zirve-ana-renk2);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn {
	-moz-user-select: none;
	background: var(--zirve-ana-renk1) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 0;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.btn::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	background: #152a47;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn:hover::before {
	top: 0%;
	bottom: auto;
	height: 100%;
}
.btn:hover {
	color: #fff;
}
.red-btn {
	background: var(--zirve-ana-renk1);
	clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
	margin-top: 25px;
}
.navigasyonlist > .active {
	color: #fff;
}

.iletisim-alani iframe {
    max-width: 100%;
    max-height: 400px;
}

@media screen and (max-width: 768px) {
    .iletisim-alani iframe {
        margin-bottom: 30px;
	}
}

#scrollUp {
    display: none;
    position: fixed;
	background: var(--zirve-ana-renk1);
	height: 50px;
	width: 50px;
	right: 35px;
    bottom: 50px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 55px;
}
#scrollUp:hover {
	background: #444;
}

.anaheader {
	padding: 8px 0;
	background: #fff;
}
.menualani {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center;
}
.anamenu ul li {
	display: inline-block;
	margin-left: 42px;
	position: relative;
}
.anamenu ul li:first-child,
.anaheader-alt .anamenu ul li:first-child {
	margin-left: 0;
}
.anamenu ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #52465e;
	display: block;
	padding: 35px 0;
	line-height: 1;
}
.header .anamenu ul li a {
	color: #fff;
}
.anamenu ul li:hover > a,
.anaheader .anamenu ul li .submenu li:hover > a {
	color: #ff4612;
}
.anamenu ul li.active > a,
.anaheader .anamenu ul li .submenu > li.active > a {
	color: #ff4612;
}
.anamenu ul li.active::before {
	left: -25px;
	opacity: 1;
}
.anamenu ul li:hover::before {
	opacity: 1;
	left: -25px;
}

.header-btn {
	margin-left: 30px;
}
.header-btn .btn {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 13px 15px;
}
.header-btn .btn img {
	width: 16px;
	margin-right: 6px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
	border-bottom: 1px dashed #432f68;
	background: #1d102d;
	background: -webkit-linear-gradient(to bottom, rgb(29, 16, 45), rgba(32, 19, 48, .1));
	background: linear-gradient(to bottom, rgb(29, 16, 45), rgba(32, 19, 48, .1));
}

.anaheader-alt {
	padding: 0;
	background: var(--zirve-ana-renk1);
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	border-radius: 0 0 25px 25px;
}

.anaheader-alt::before,
.anaheader-alt::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.anaheader-alt::before {
    left: -50px;
    border-width: 0 50px 50px 0;
    border-color: transparent var(--zirve-ana-renk1);
}

.anaheader-alt::after {
    right: -50px;
    border-width: 0 0 50px 50px;
    border-color: transparent var(--zirve-ana-renk1);
}

@media screen and (max-width: 768px) {
    .anaheader-alt {
    	border-radius: 0;
	}
    .anaheader-alt::before, .anaheader-alt::after {
        all: unset;
	}
}

.logo-none {
	display: none;
}
.anaheader-alt .anamenu ul li.active a {
	color: #fff;
}
.anaheader-alt .anamenu ul li:hover a {
	color: #fff;
}

.mean-container a.meanmenu-reveal {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
}
.mean-container .mean-nav {
    background: var(--zirve-ana-renk1) none repeat scroll 0 0;
}

.zirveheader-bilgi {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.zirveheader-bilgi li:not(:first-child) {
    margin-left: 20px;
}
.zirveheader-ikon {
	float: left;
	margin-right: 5px;
}
.zirveheader-ikon i {
	height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
	border: 2px solid var(--zirve-ana-renk1);
	border-radius: 50%;
	font-size: 16px;
	color: var(--zirve-ana-renk1);
}
.zirveheader-detay {
	overflow: hidden;
}
.zirveheader-detay p {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	color: #c9c4c4;
	line-height: 20px;
}
.zirveheader-detay p:first-child {
	font-size: 14px;
}
.zirveheader-detay p span {
	color: var(--zirve-ana-renk1);
}
.zirveheader-detay p a {
	color: #c9c4c4;
}

.zirveheader-ust {
	background-color: var(--zirve-ana-renk2);
	padding: 0;
	position: relative;
}
.zirveheader-ust::before {
	content: "";
	position: absolute;
	width: 50%;
	background: #e22222;
	height: 100%;
	top: 0;
	clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}
.zirveheader {
	border: none;
	background: none;
}
.zirveheader-btn .btn {
	background: #fff;
	color: var(--zirve-ana-renk1);
	border-radius: 6px;
}
.zirveheader-btn .btn::before {
	border-radius: 6px;
}
.anaheader-alt .anamenu ul li {
	margin-left: 33px;
}
.anamenu ul li .submenu {
	position: absolute;
	left: 0;
	top: 110%;
	width: 270px;
	background: #fff;
	z-index: 1;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	display: block;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
}
.anamenu ul li .submenu::before {
	content: "";
	position: absolute;
	left: 15px;
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #fff transparent;
}
.anamenu ul li .submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #f1f0f0;
}
.anamenu ul li .submenu li:last-child {
	border-bottom: none;
}
.anamenu ul li .submenu li::before {
	display: none;
}
.anaheader .anamenu ul li .submenu li a {
	display: block;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #929191;
}
.anamenu ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.anamenu ul li .submenu li .submenu {
	left: 100%;
	top: 20px;
}
.anamenu ul li .submenu li:hover > .submenu {
	top: 0;
}
.anamenu ul li .submenu li .submenu::before {
	display: none;
}

#teklifal .modal-dialog {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	position: absolute;
	border: none;
	z-index: 1;
	width: 1180px;
	max-width: 1180px;
	margin: 0;
}
#teklifal .modal-content {
	display: -webkit-block;
	display: -ms-block;
	display: block;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: column;
	flex-direction: unset;
	background-color: transparent;
	border: none;
	border-radius: 0;
	outline: 0;
}
#teklifal .nav-tabs .nav-link {
	border: 4px solid var(--zirve-ana-renk1);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--zirve-ana-renk1);
	text-transform: uppercase;
	padding: 10px 35px;
	background-color: #fff;
}
#teklifal .nav-tabs .nav-link.btn-amber {
	color: #fff;
	background-color: var(--zirve-ana-renk1);
	border-color: var(--zirve-ana-renk1);
}
#teklifal .nav-tabs .nav-item {
	margin-bottom: 0;
	margin-left: -4px;
}
#teklifal .nav-tabs .nav-item:first-child {
	margin-left: 0px;
}
#teklifal .nav-tabs {
	border: none;
}
#teklifal .nav-tabs .nav-item:first-child a {
	border-top-left-radius: 10px;
}
#teklifal .nav-tabs .nav-item:last-child a {
	border-top-right-radius: 10px;
}
.modal-ic-detay {
	background: var(--zirve-ana-renk2);
	padding: 60px 70px;
	padding-bottom: 80px;
	overflow: hidden;
}
.modal-evdetaylari ul li {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.modal-evdetaylari ul li:last-child {
	margin-bottom: 0px;
}
.modal-baslangic {
	margin-right: 45px;
	position: relative;
	margin-top: 30px;
}
.modal-baslangic h5 {
	font-size: 16px;
	font-weight: 900;
	color: var(--zirve-ana-renk1);
	margin-bottom: 0;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border: 2px dotted var(--zirve-ana-renk1);
	border-radius: 50%;
}
.modal-adresbilgi {
	display: flex;
	align-items: center;
}
.modal-adresbilgi label,
.modal-sekmebilgi-alan label,
.modal-evsahibi-detay label,
.tracking-quots-board label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--zirve-ana-renk1);
	line-height: 1;
	margin-bottom: 12px;
}
.modal-mevcutil input {
	display: block;
	width: 248px;
}
.modal-adresbilgi input {
	background: #fff;
	padding: 14px 20px;
	border: none;
	font-size: 14px;
	font-weight: 500;
}
.modal-adresbilgi input::placeholder,
.modal-evsahibi-detay input::placeholder  {
	font-size: 12px;
	color: #636262;
}
.modal-mevcutilce input {
	display: block;
	width: 700px;
}
.modal-mevcutil {
	margin-right: 10px;
}
.modal-baslangic::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-right: 2px dotted #ff4612;
	height: 90px;
	width: 2px;
	top: 37px;
}
.modal-baslangic::after {
	content: "";
	position: absolute;
	top: 68px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 18px;
	background: var(--zirve-ana-renk1);
	border-radius: 30px;
}
.modal-evdetaylari ul li:last-child .modal-baslangic::before,
.modal-evdetaylari ul li:last-child .modal-baslangic::after {
	display: none;
}
.modal-evdetaylari {
	margin-bottom: 65px;
}
.modal-altbilgi ul li {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #d9d8d8;
}
.modal-altbilgi ul li:last-child {
	margin-bottom: 0px;
}
.modal-altbilgi ul li i {
	font-size: 18px;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
}
.modal-altbilgi ul li:hover i {
	color: var(--zirve-ana-renk1);
}
.form-group {
	margin-bottom: 0;
}
.modal-altbilgi {
	display: inline-block;
}
.modal-sekmebaslik h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
}
.modal-sekmebaslik h2 span {
	color: var(--zirve-ana-renk1);
}
.modal-sekmebaslik {
	padding-bottom: 20px;
	border-bottom: 1px solid #382f44;
	margin-bottom: 45px;
	position: relative;
}
.modal-sekmebaslik::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background: var(--zirve-ana-renk1);
	bottom: -1.5px;
	left: 0;
}

.modal-sekmebilgi {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #2c2239;
}
.modal-sekmebilgi-alan.modal-sekmebilgi-qty input {
	width: 80px;
	display: block;
	height: 48px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 20px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #717070;
}
.modal-sekmebilgi-alan {
	margin-right: 20px;
}

.modal-sekmebilgi-alan:last-child {
	margin-right: 0;
}
.modal-backdrop {
	z-index: 1;
}
.btn-success span {
	color: #2c2b2b;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-success:hover span {
	color: #fff;
}
.modal-evsahibi-bilgi {
	border: none;
}
.modal-evsahibi-detay {
	margin-right: 20px;
}
.modal-evsahibi-detay input {
	display: block;
	background: #fff;
	padding: 14px 20px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	width: 350px;
}
.modal-evsahibi-detay:last-child {
	margin-right: 0;
}
.modal-evsahibi-detay .btn {
	width: 350px;
	display: block;
}

.navigasyon-bg {
	min-height: 500px;
	background-position: center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	text-align: center;
}
.navigasyonlist {
	display: inline-block;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	padding: 13px 43px;
	margin-bottom: 12px;
	list-style: none;
	background-color: var(--zirve-ana-renk1);
	border-radius: 0;
	position: relative;
}
.navigasyonlist li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}
.navigasyonlist li a {
	color: #fff;
}
.navigasyon-sayfa + .navigasyon-sayfa::before {
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: #fd5252;
	content: "|";
}
.navigasyonlist .dots,
.navigasyonlist .dots2 {
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.navigasyonlist .dots2 {
	right: 10px;
	left: auto;
}

.navigasyon-icerik h2 {
	font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 33px;
    display: inline-block;
    margin: 0 auto;
    background-color: var(--zirve-ana-renk2);
    padding: 10px;
}

.navigasyon-icerik {
	padding-top: 150px;
}

.slider-detay {
	position: relative;
	padding-top: 285px;
}
.slider-detay h6 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: inline-block;
	background: #ff4800;
	line-height: 1;
	padding: 15px 50px;
	position: relative;
	clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
}
.slider-detay h6::before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 25px;
	border-color: transparent transparent #ff4800 transparent;
}
.slider-detay h6::after {
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 0;
	border-color: #ff4800 transparent transparent transparent;
}
.slider-detay h6 span.dots,
.slider-detay h6 span.dots2 {
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}
.slider-detay h6 span.dots2 {
	right: 10px;
	left: auto;
}
.slider-detay h2 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -135px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	font-size: 120px;
	line-height: 1;
}
.slider-detay h2 span {
	color: #ff4612;
	line-height: 1;
}
.slider-detay h2::before {
	content: "";
}
.slide-alani {
	min-height: 800px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.zirve-slider-detay h2 {
	position: relative;
	left: unset;
	right: unset;
	bottom: unset;
	margin-bottom: 13px;
}
.zirve-slider-detay h6 {
	background: var(--zirve-ana-renk1);
}
.zirve-slider-detay h6::before {
	border-color: transparent transparent var(--zirve-ana-renk1) transparent;
}
.zirve-slider-detay h6::after {
	border-color: var(--zirve-ana-renk1) transparent transparent transparent;
}
.zirve-slider-detay h2::before,
.zirve-slider-detay h2::after  {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 2px;
	width: 100%;
	border-radius: 50%;
	background-color: rgb(255, 70, 18, 0.388);
}
.zirve-slider-detay h2::after {
	top: auto;
	bottom: 15px;
}
.zirve-slider-detay p {
	font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 33px;
    display: inline-block;
    margin: 0 auto;
    background-color: var(--zirve-ana-renk2);
    padding: 10px;
}
.zirve-slider-detay h6 {
	background: var(--zirve-ana-renk1);
	margin-bottom: 25px;
}
.zirve-slider-detay {
	padding-top: 325px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.one-cikan {
	display: block;
	text-align: center;
	border: 8px solid #d23c19;
	padding: 27px 50px;
	background: #1f1234;
	position: relative;
}
.one-cikan-ikon {
	margin-bottom: 20px;
}
.one-cikan-ikon i {
	font-size: 52px;
	line-height: 1;
	color: var(--zirve-ana-renk1);
}
.one-cikan-icerik h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}
.one-cikan::before {
	content: "";
	position: absolute;
	height: 260px;
	width: 22px;
	background: #d23c19;
	transform: rotate(35deg) scaleY(.5);
	top: -59px;
	right: 115px;
	z-index: -1;
	transition: .4s linear;
}
.one-cikan:hover::before {
	transform: rotate(35deg) scaleY(1);
}
.zirve-one-cikan {
	border: none;
	margin: 20px 0;
    padding: 50px 30px;
	background: transparent;
	transition: .4s linear;
}
.zirve-one-cikan:hover{
	background: var(--zirve-ana-renk1);
}
.zirve-one-cikan::before {
	display: none;
}
.one-cikanlar {
	position: relative;
    top: -50px;
}
.one-cikanlar-row {
	background-color: var(--zirve-ana-renk2);
	border-radius: 50px 50px 0 0;
}
.zirve-one-cikan .one-cikan-icerik h5 {
	margin-bottom: 12px;
	font-size: 18px;
}
.zirve-one-cikan .one-cikan-icerik p {
	font-size: 16px;
	line-height: 26px;
	color: #dfdddd;
	margin-bottom: 0;
	transition: .4s linear;
}
.zirve-one-cikan .one-cikan-ikon i {
	transition: .4s linear;
}
.zirve-one-cikan:hover .one-cikan-ikon i {
	color: #fff;
}
.zirve-one-cikan:hover .one-cikan-icerik p {
	color: #fff;
}
.zirve-one-cikan .one-cikan-icerik h5 a:hover {
	color: #fff;
}

.section-baslik span {
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: var(--zirve-ana-renk1);
	margin-bottom: 12px;
}
.section-baslik h2 {
	font-size: 36px;
	margin-bottom: 0;
}

.hakkimizda-ic-alani {
	padding: 0 50px;
}
.section-baslik p {
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 55px;
	line-height: 28px;
}
.hizmetler-thumb img {
	width: 100%;
    height: 250px;
    border-radius: 10px 50px;
    object-fit: cover;
}

.section-arkaplan {
	background-image: url(../images/beyazharita.jpg);
	background-position: center;
	background-size: cover;
}

.hakkimizda-baslik h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: var(--zirve-ana-renk2);
	position: relative;
}
.hakkimizda-baslik.text-center h2 {
	font-weight: 800;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.hakkimizda-baslik.text-center h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 80px;
	height: 1px;
	background: var(--zirve-ana-renk1);
	bottom: 1px;
	margin: 0 auto;
}
.hakkimizda-baslik.text-center h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 40px;
	height: 3px;
	background: var(--zirve-ana-renk1);
	bottom: 0px;
	margin: 0 auto;
}
.hakkimizda-baslik p {
	font-size: 16px;
	line-height: 28px;
	color: var(--zirve-ana-renk2);
	margin-bottom: 0;
}
.hakkimizda-baslik h6 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 900;
	color: #ff4612;
	margin-bottom: 0;
}
.hakkimizda-icerik p {
	padding-right: 30px;
    margin-bottom: 30px;
}
.hakkimizda-icerik .red-btn {
    background: var(--zirve-ana-renk1);
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
    margin-top: 0;
}
.hakkimizda-arkayazi {
	font-size: 227px;
	position: absolute;
	right: 18%;
	top: -30px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	color: rgba(78, 54, 104, 0.051);
	z-index: -1;
}
.hakkimizda-resim {
	position: relative;
}
.hakkimizda-resim img {
	border-radius: 50px 0;
	object-fit: cover;
}
.hizmetler-icerik {
	text-align: center;
}
.hizmetler-icerik h6 {
	font-family: 'Playfair Display', serif;
	font-size: 15px;
	font-weight: 900;
	font-style: italic;
	color: #ff4612;
	margin-bottom: 10px;
}
.hizmetler-icerik h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.hizmetler-icerik h3 a:hover {
	color: #ff4612;
}
.hizmetler-icerik p {
	padding: 0 35px;
	margin-bottom: 10px;
}
.hizmetler-icerik .btn {
	padding: 10px 25px;
	font-size: 13px;
}
.hizmetler-icerik .red-btn {
	background: var(--zirve-ana-renk1);
	clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
	margin-top: 5px;
}
.sayfa-detay-icerik h4 {
	font-size: 22px;
	color: #18364a;
	margin-bottom: 18px;
}
.sayfa-detay-resim img {
	width: 100%;
	margin-bottom: 35px;
	margin-top: 20px;
}
.sayfa-detay-icerik ul, .sayfa-detay-icerik ol {
    margin: 0;
    padding: 5px 50px;
}

.sayfa-detay-icerik ul li, .sayfa-detay-icerik ol li {
    list-style-type: revert;
}
.sayfa-detay-icerik p:last-child {
	margin-bottom: 0;
}
.musteri-yorumlari-alani.koyu-bg {
	z-index: 1;
}
.musteri-yorumlari-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	opacity: .25;
}
.beyaz-baslik h2 {
	color: #fff;
}
.musteri-yorumlari-bg2 {
	background-image: url(../images/beyazharita.jpg);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-position: center;
	background-size: cover;
	opacity: .35;
}
.musteri-yorumlari-bg2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #03101a;
	opacity: .25;
}
.musteri-memnuniyet span {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.musteri-mderece i {
	font-size: 14px;
	color: #ffc107;
	letter-spacing: -1px;
}
.musterinin-yorumu p {
	margin-bottom: 0;
	color: #dbdbdb;
	font-size: 18px;
	font-style: italic;
	padding-right: 50px;
	line-height: 1.8;
}
.musteri-bilgileri {
	display: flex;
	align-items: center;
}
.testi-avatar-img img {
	border-radius: 50%;
}
.testi-avatar-img {
	margin-right: 20px;
}
.musteri-bilgileri-detay h6 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
.musteri-bilgileri-detay p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
}
.musteri-bilgileri-detay span {
	font-size: 13px;
	color: var(--zirve-ana-renk1);
	font-style: italic;
}
.musteriyorumu-aktif .slick-arrow {
	position: absolute;
	left: 0;
	bottom: -60px;
	padding: 0;
	background: none;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border: 2px solid #404b56;
	color: #828181;
	cursor: pointer;
	z-index: 1;
	transition: .3s linear;
}
.musteriyorumu-aktif .slick-next {
	left: 48px;
}
.musteriyorumu-aktif .slick-arrow:hover {
	border-color: var(--zirve-ana-renk1);
	background: var(--zirve-ana-renk1);
	color: #fff;
}
.musteri-yorumlari-alani .section-baslik span {
	font-style: italic;
}
.slick-slide:focus {
    outline: none;
}
.teklif-formu-alani {
	padding-left: 50px;
}
.teklif-form .teklif-formu-col input {
	font-size: 13px;
	border: 1.5px solid #596470;
	color: #bebdbd;
	background-color: rgba(5, 24, 45, 0.5);
	padding: 10px 20px;
	height: 48px;
	margin-bottom: 20px;
	width: 180px;
	border-radius: 3px;
}
.teklif-form .teklif-formu-col input::placeholder {
	font-size: 13px;
	color: #bebdbd;
}
.teklif-form .teklif-formu-col input.teklif-formu-genis-input {
	width: 272px;
}
.teklif-form ul li {
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 15px;
}
.teklif-form ul {
	margin-bottom: 30px;
}
.bloglar {
	padding: 0 80px;
}
.blog-detaylar a {
	float: left;
	margin-right: 20px;
	color: #5c5c5c;
}
.blog-detaylar {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.blog-detaybilgisi {
	overflow: hidden;
}
.blog-detaybilgisi a.blog-baslik {
	font-size: 14px;
	font-weight: 600;
	color: #2c2b2e;
	line-height: 14px;
	margin-bottom: 5px;
}
.blog-detaybilgisi p {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: var(--zirve-ana-renk2);
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-detaybilgisi h6 {
	font-size: 14px;
	font-weight: 600;
	color: #2c2b2e;
	margin-bottom: 5px;
}
.raising-star i {
	font-size: 13px;
	letter-spacing: -2px;
	color: #e5c200;
}
.blog-detaybilgisi h3 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
	color: #2c2b2e;
}
.blog-detaylar span {
	float: right;
	margin-top: -13px;
	font-size: 13px;
	color: #5c5c5c;
	font-weight: 600;
	line-height: 1;
}
.blog-detaylar img {
	width: 240px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.iletisim-alani-bg {
	background-image: url(../images/beyazharita.jpg);
	background-position: center;
	background-size: cover;
}
.iletisim-form input {
	width: 100%;
	border: 1px solid #d4d4d4;
	font-size: 14px;
	padding: 13px 20px;
	margin-bottom: 20px;
	transition: .3s linear;
}
.iletisim-form textarea {
	width: 100%;
	border: 1px solid #d4d4d4;
	font-size: 14px;
	padding: 13px 20px;
	transition: .3s linear;
	height: 190px;
	margin-bottom: 30px;
}
.iletisim-form input::placeholder,
.iletisim-form textarea::placeholder {
	font-size: 14px;
	color: #949494;
}
.iletisim-form input:focus,
.iletisim-form textarea:focus {
	border-color: var(--zirve-ana-renk1);
}
.iletisim-form .red-btn {
    background: var(--zirve-ana-renk1);
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
    margin: 0;
}

#mesaj-gonderildi {
    position: fixed;
    height: 40px;
    bottom: 50px;
    right: 10px;
    line-height: 20px;
    padding: 10px;
    background-color: green;
    color: white;
    border-radius: 5px;
    transition: all 5s ease-in-out;
    z-index: 9999;
}

.iletisim-bilgi-kutusu {
	text-align: center;
	padding: 0 30px;
}
.iletisim-bilgi-kutusu .footer-social {
    margin-left: -50px;
}
.iletisim-bilgi-kutusu .footer-social ul {
    padding: 0 10px;
}
.iletisim-bilgi-kutusu .footer-social ul li {
	display: inline-block;
    margin-bottom: 5px;
    margin-right: 30px;
}
.iletisim-bilgi-kutusu .footer-social ul li a {
	transition: .5s linear;
    transform: rotateY(0);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    color: #c9c4c4;
    background: var(--zirve-ana-renk2);
    border-radius: 50%;
    font-size: 40px;
}
.iletisim-bilgi-kutusu .footer-social ul li a:hover {
	transform: rotateY(360deg);
	color: #c9c4c4;
}

.iletisim-bilgi-detay h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.iletisim-bilgi-detay span {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.iletisim-bilgi-detay span a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #545454;
}

.iletisim-bilgi-ikon i {
	transition: .5s linear;
	transform: rotateY(0);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    color: #c9c4c4;
    background: var(--zirve-ana-renk2);
    border-radius: 50%;
    font-size: 40px;
}
.iletisim-bilgi-kutusu:hover .iletisim-bilgi-ikon i {
	transform: rotateY(360deg);
}
.blogalani .tags-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.blogalani .tags-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.blogalani .tags-list a {
    border-radius: 5px;
    line-height: 1;
    padding: 9px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #272a2c!important;
    background-color: #dadada;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
}
.blog-bg {
	background: #fafafa;
}
.tekil-post {
	box-shadow: 0px 0px 13px 0px rgba(149, 149, 149, 0.11);
	background: #fff;
}
.tekil-post-resim img {
	width: 375px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.tekil-post-resim-single img {
	width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}
.tekil-post-resim-galeri img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.tekil-post-resim-galeri .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(170 172 181 / 50%);
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tekil-post-resim-galeri .hover-overlay .icon-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background-color: var(--zirve-ana-renk1);
    color: #fff;
}

.tekil-post-resim-galeri:hover .hover-overlay {
    visibility: visible;
    opacity: 1;
}
.tekil-post-resim-galeri:hover .hover-overlay .icon-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tekil-post-resim-galeri .hover-overlay .icon-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tekil-post-icerik {
	padding: 35px 30px;
}
.tekil-post-icerik ul, .tekil-post-icerik ol {
    margin: 0;
    padding: 5px 50px;
}

.tekil-post-icerik ul li, .tekil-post-icerik ol li {
    list-style-type: revert;
}
.tekil-post-ustbilgi ul {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c6c6c6;
	margin-bottom: 17px;
}
.tekil-post-ustbilgi ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
	font-weight: 500;
	color: #858383;
	text-transform: uppercase;
}
.tekil-post-ustbilgi ul li i {
	margin-right: 5px;
}
.tekil-post-ustbilgi ul li a {
	color: #858383;
	display: inline-block;
}
.tekil-post-ustbilgi ul li a:hover,
.tekil-post-icerik h4 a:hover {
	color: #ff4612;
}
.tekil-post-icerik h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #463756;
	margin-bottom: 16px;
	padding-right: 20px;
}
.tekil-post-icerik h4 a {
	display: inline-block;
}
.tekil-post-icerik p {
	font-size: 14px;
	line-height: 28px;
	color: #5e5e5e;
	margin-bottom: 30px;
}
.zirve-tekil-post {
	box-shadow: none;
	background: #fafafa;
}
.zirve-tekil-post .tekil-post-icerik {
	padding: 25px 0 0;
}
.zirve-tekil-post .tekil-post-ustbilgi ul li {
	margin-right: 0;
	font-size: 14px;
	color: #7f7a84;
	text-transform: capitalize;
	position: relative;
	font-style: italic;
}
.zirve-tekil-post .tekil-post-ustbilgi ul li::before {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	color: #7f7a84;
	content: "|";
}
.zirve-tekil-post .tekil-post-ustbilgi ul li:first-child::before {
	display: none;
}
.zirve-tekil-post .tekil-post-ustbilgi ul {
	display: block;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 8px;
}
.zirve-tekil-post .tekil-post-icerik h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #4f405e;
	margin-bottom: 15px;
	padding-right: 0;
}
.zirve-tekil-post .tekil-post-icerik h4 a:hover {
	color: var(--zirve-ana-renk1);
}
.zirve-tekil-post .tekil-post-icerik p {
	font-size: 15px;
	color: #656565;
	margin-bottom: 20px;
}
.zirve-tekil-post .tekil-post-icerik > a {
	font-size: 16px;
	font-weight: 600;
	color: #4f405e;
}
.zirve-tekil-post .tekil-post-icerik > a i {
	margin-left: 8px;
}
.zirve-tekil-post .tekil-post-icerik > a:hover {
	color: var(--zirve-ana-renk1);
}
blockquote {
	margin: 27px 0 30px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	font-style: italic;
	color: #362f3c;
	padding-left: 90px;
	position: relative;
	padding-right: 30px;
}
blockquote::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 8px;
	background-image: url(../images/quote.png);
	width: 31px;
	height: 25px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.widget {
	background: #f4f4f4;
	padding: 25px;
}
.sidebar-title h3 {
	font-size: 18px;
	color: #4f405e;
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
	line-height: 1;
}
.sidebar-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 2px;
	background: var(--zirve-ana-renk1);
}
.sidebar-title h3::after {
	content: "";
	position: absolute;
	left: 5px;
	top: -3px;
	height: 20px;
	width: 2px;
	background: var(--zirve-ana-renk1);
}
.sidebar-form form {
	position: relative;
	margin-bottom: 25px;
}
.sidebar-form form input {
	width: 100%;
	border: none;
	padding: 17px 20px;
}
.sidebar-form form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border: none;
	padding: 0;
	background: none;
	color: var(--zirve-ana-renk1);
	cursor: pointer;
	line-height: 1;
}
.single-sidebar.white-bg {
	padding: 30px 25px;
}
.service-sidebar-support {
	position: relative;
	padding: 50px 40px;
	z-index: 1;
}
.service-sidebar-support::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--zirve-ana-renk1);
	opacity: .9;
	z-index: -1;
}
.service-sidebar-support h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.service-sidebar-support p {
	color: #fff;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 50px;
}
.service-sidebar-support .btn {
	background: #fff;
	color: var(--zirve-ana-renk1);
}
.service-sidebar-support .btn:hover {
	color: #fff;
}
.rc-post ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.rc-post ul li:last-child {
	margin-bottom: 0;
}
.rc-post-thumb {
	margin-right: 15px;
}
.rc-post-thumb img {
	max-width: 80px;
	max-height: 80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.rc-post-content h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 5px;
	color: #4f405e;
}
.rc-post-content h5 a:hover {
	color: var(--zirve-ana-renk1);
}
.rc-post-content span {
	font-size: 12px;
	display: block;
	color: #969696;
}
.rc-post-content span {
	font-size: 12px;
	display: block;
	color: #969696;
}
.tag-list ul li {
	display: inline-block;
	margin: 0 7px 6px;
}
.tag-list ul li a {
	display: block;
	background: #e7e7e7;
	font-size: 13px;
	color: #807c83;
	padding: 8px 13px;
	position: relative;
}
.tag-list ul li a::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 0 0 35px 10px;
	border-color: transparent transparent #e7e7e7 transparent;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.tag-list ul li a::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 0;
	height: 100%;
	border-style: solid;
	border-width: 0 0 35px 10px;
	border-color: transparent transparent transparent #e7e7e7;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.tag-list ul li a:hover {
	color: #fff;
	background: var(--zirve-ana-renk1);
}
.tag-list ul li a:hover::before {
	border-color: transparent transparent var(--zirve-ana-renk1) transparent;
}
.tag-list ul li a:hover::after {
	border-color: transparent transparent transparent var(--zirve-ana-renk1);
}
.s-blog-sidebar {
	padding-left: 17px;
}
.tekil-post-ikincil {
	box-shadow: none;
}
.tekil-post-ikincil .tekil-post-icerik {
	padding: 0;
}
.tekil-post-ikincil .tekil-post-icerik h4 {
	color: #3c3444;
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: 700;
	padding-right: 0;
	line-height: 1.4;
}
.tekil-post-ikincil .tekil-post-icerik h4 a:hover {
	color: var(--zirve-ana-renk1);
}
.tekil-post-ikincil .tekil-post-icerik p {
	font-size: 15px;
	margin-bottom: 45px;
}
.blog-details-date li {
	display: inline-block;
	margin-right: 15px;
	color: #9a9999;
	font-size: 13px;
}
.blog-details-date li a {
	color: #716f6f;
}
.blog-details-date li i {
	margin-right: 5px;
}
.blog-details-date li:last-child {
	margin-right: 0;
}
.tekil-post-ikincil .tekil-post-detay-ikincil p {
	margin-bottom: 10px;
}
.footer-wrap {
	background-color: rgb(32 34 46);
}

.footer-widgett {
    margin-left: 20px;
}

.footer-logo p {
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .footer-wrap {
        text-align: center;
	}
}
.footer-text p {
	color: #969696;
	margin-bottom: 25px;
	font-size: 16px;
}
.footer-social ul {
    padding: 0 10px;
}
.footer-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.footer-social ul li a {
	display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--zirve-ana-renk2);
    background: #c9c4c4;
    border-radius: 50%;
    font-size: 20px;
}
.footer-social ul li a:hover {
	color: #ff4800;
}
.fw-title p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
	opacity: .75;
	text-transform: uppercase;
	font-weight: 600;
}
.fw-link ul li {
	margin-bottom: 20px;
	line-height: 1;
}
.fw-link ul li a {
	color: #c9c4c4;
	font-size: 16px;
}
.fw-link ul li a i {
	margin-right: 5px;
}
.fw-link ul li a:hover {
	color: #d8450b;
}
.f-support-content ul li {
	color: #c9c4c4;
	margin-bottom: 10px;
	font-size: 16px;
}
.f-support-content ul li a {
    color: #c9c4c4;
    font-size: 16px;
}
.copyright-wrap {
	background-color: var(--zirve-ana-renk2);
    padding: 35px 0;
}
.copyright-text p {
	color: #c3c3c3;
	margin-bottom: 0;
	font-size: 16px;
}
.copyright-text p span {
	color: var(--zirve-ana-renk1);
}

.zirve-preloader {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9000;
}

.zirve-preloader .animasyon-preloader {
	z-index: 1000;
}

.zirve-preloader .animasyon-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: var(--zirve-ana-renk1);
	height: 150px;
	margin: 0 auto 3.5em auto;
	width: 150px;
}

.zirve-preloader .animasyon-preloader .txt-loading {
	font: bold 5em "Poppins", sans-serif;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:before {
	-webkit-animation: gosterilen-mesaj 4s infinite;
	animation: gosterilen-mesaj 4s infinite;
	color: #000000;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.zirve-preloader .animasyon-preloader .txt-loading .gosterilen-mesaj:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.zirve-preloader.dark .animasyon-preloader .spinner {
	border-color: rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
}

.zirve-preloader.dark .animasyon-preloader .txt-loading .gosterilen-mesaj {
	color: rgba(255, 255, 255, 0.2);
}

.zirve-preloader.dark .animasyon-preloader .txt-loading .gosterilen-mesaj:before {
	color: #fff;
}

.zirve-preloader p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #3b3b3b;
}

.zirve-preloader .loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	pointer-events: none;
}

.zirve-preloader .loader .row {
	height: 100%;
}

.zirve-preloader .loader .loader-section {
	padding: 0px;
}

.zirve-preloader .loader .loader-section .bg {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.zirve-preloader .loader.dark_bg .loader-section .bg {
	background: #111339;
}

.zirve-preloader.loaded .animasyon-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.zirve-preloader.loaded .loader-section .bg {
	width: 0;
	-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
	transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes gosterilen-mesaj {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes gosterilen-mesaj {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.zirve-preloader .animasyon-preloader .spinner {
		height: 8em;
		width: 8em;
	}
	.zirve-preloader .animasyon-preloader .txt-loading {
		font: bold 3.5em "Poppins", sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.zirve-preloader .animasyon-preloader .spinner {
		height: 7em;
		width: 7em;
	}
	.zirve-preloader .animasyon-preloader .txt-loading {
		font: bold 2em "Poppins", sans-serif;
	}
}

.whatsapp {
    position: fixed;
    right: 35px;
    bottom: 170px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 55px;
    color: white;
    background: #4dc247;
}

.telefon {
    position: fixed;
    right: 35px;
    bottom: 110px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 55px;
    color: white;
    background: var(--zirve-ana-renk2);
}

.comments-area h3.comments-title {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(28, 35, 31, 0.1);
}
.comments-respond {
    padding: 42px 45px 50px;
}
.comments-respond p {
    margin-bottom: 30px;
}
.comment-form .form_group {
    position: relative;
}
.comment-form .form_control {
	width: 100%;
    padding: 17px 20px;
    line-height: 1.5;
    border: 1px solid rgba(11, 61, 44, 0.1);
    -webkit-box-shadow: 0px 7px 60px rgb(0 0 0 / 7%);
    box-shadow: 0px 7px 60px rgb(0 0 0 / 7%);
    border-radius: 12px;
    margin-bottom: 20px;
}
.comments-area .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comments-area .comment .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
}
.comments-area .comment .comment-wrap {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(28, 35, 31, 0.1);
}
.comments-area .comment .comment-wrap .comment-author-content p {
    margin-bottom: 5px;
}
.comments-area .comment .comment-wrap .comment-author-content a {
    text-decoration: none;
    color: #4e3668;
    font-weight: bold;
}
.comments-area .comment .comment-wrap .comment-author-content .btn-link {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}
.comments-area .comment .comment-wrap .comment-author-content .btn-link i {
    display: inline-block;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #4e3668;
}
.logged-in-as a {
    text-decoration: none;
    color: #4e3668;
    font-weight: bold;
}

.comment-form .form_group .main-btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    padding: 15px 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    line-height: 1;
    font-weight: 700!important;
    background-color: var(--zirve-ana-renk1);
    opacity: .9s;
    color: #fff!important;
    outline: none;
    border: 3px solid;
    text-transform: uppercase;
}
.comment-form-cookies-consent input {
    width: auto;
    padding: 18px 20px;
    border: none;
    margin-bottom: 20px;
    background: #f8f8f8;
    transition: .3s;
}
.comment-form-cookies-consent label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    display: inline;
    margin-bottom: .5rem;
}

.comments-area .comment .comment-wrap .comment-author-content span.author-name span.date {
    font: 400 16px "Roboto", sans-serif;
    display: block;
    color: #2F2F2F;
    margin-top: 8px;
}
.zirve-pagination li {
	display: inline-block;
}
.zirve-pagination li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zirve-pagination li a:hover {
	color: #fff;
	border-color: transparent;
}
@media (max-width: 767px) {
	.zirve-pagination li a {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}
