/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Page Banner
8. Section Title
9. Main Slider
10. About Section
11. Main Footer
12. Agricultural Theme Overrides

**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

 ***/



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {

	font-size: 18px;
	color: #2b2b2b;
	line-height: 1.6em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--theme-colour);
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.2em;
	font-family: "Poppins", sans-serif;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p,
.text {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #666666;
	margin: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.container {
	position: static;
	width: 100%!important;
	max-width: 1400px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "Poppins", sans-serif;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 500;
	overflow: hidden;
	border: 1px solid var(--theme-colour);
	background-color: var(--theme-colour);
}

.btn-style-one:hover {
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	color: #ffffff;
	border: 1px solid #343434;
}

/*=== Social Icon One ===*/
.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	display: inline-block;
	margin-left: 18px;
}

.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}








/*=== List Style One ===*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 5px;
}

.list-style-one li:before {
	content: "\f186";
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	color: var(--theme-colour);
	font-weight: 600;
	font-family: "Flaticon";
}

.list-style-one li a:hover {
	color: #fb4909;
}

/*=== List Style Two ===*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 15px;
}

.list-style-two li:before {
	content: "\f182";
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	font-size: 15px;
	line-height: 25px;
	padding: 0px;
	color: #666666;
	font-family: "LineAwesome";
}

.list-style-two li a:hover {
	color: #fb4909;
}

.theme_color {
	color: #fa7720;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.tabs-box {
	position: relative;
}

.tabs-box .tab {
	display: none;
}

.tabs-box .active-tab {
	display: block;
}


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

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #1b1a1c;
	display: none;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	background: var(--theme-colour);
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 99999;
}

.main-header .header-top {
	position: relative;
	background-color: var(--theme-colour2);
}

/* Top Left*/

.main-header .header-top .top-left {
	position: relative;
	float: left;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
}

.main-header .header-top .info-list {
	position: relative;
	float: right;
	padding: 15px 0;
}

.main-header .header-top .info-list li {
	position: relative;
	float: left;
	margin-left: 20px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 30px;
	color: #c5c5c5;
	font-weight: 600;
}

.main-header .header-top .info-list li strong {
	color: var(--theme-colour);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.main-header .header-top .info-list li a {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #c5c5c5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
	color: #ffffff;
}

.main-header .header-top .info-list li span {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-colour);
	font-size: 18px;
	line-height: 30px;
}

/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
}

.main-header .header-upper .logo-outer {
	position: relative;
	float: left;
}

.main-header .header-upper .logo {
	position: relative;
	padding: 0px
}

.main-header .header-upper .logo h1,
.main-header .header-upper .logo p {
	width: 125px !important;
	height: 100px !important;
	display: block;
	background: url(../img/altayoglu.svg);
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;

}

.mlogo,
.mlogo h4,
.mlogo h4 a {
	width: 209px !important;
	height: 80px !important;
	position: relative;
	display: block;
	text-indent: -9999px;
}

.mlogo h4 {
	background: url(https://altayoglumuhendislik.com.tr/img/biodye-yesil.svg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.main-header .header-upper .logo span a {
	width: 197px;
	height: 70px;
	display: block;
	text-indent: -9999px;
}

.main-header .info-outer {
	position: relative;
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
}

.main-header .info-outer .info-box {
	position: relative;
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	font-family: "Poppins", sans-serif;
}

.main-header .info-outer .info-box .inner {
	position: relative;

}

.main-header .info-outer .info-box:first-child {
	margin-left: 0;
}

.main-header .info-outer .info-box:first-child:before {
	display: none;
}

.main-header .info-outer .info-box:last-child::before {
	display: none;
}

.main-header.header-style-two .info-outer .info-box:last-child::before {
	display: block;
}

.main-header .info-outer .info-box strong {
	font-size: 18px;
	line-height: 22px;
	color: var(--theme-colour2);
	font-weight: 500;
}

.main-header .info-outer .info-box .info {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #888888;
}

.main-header .info-outer .info-box .info a {
	color: #888888;
	display: inline-block;
}

.main-header .info-outer .info-box .info a:hover {
	color: var(--theme-colour);
}

.main-header .header-upper .btn-box a {}

/*=== Header Lower ===*/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: var(--theme-colour);
	margin: 7px 0px 2px;
	display: none;
}

/*===  Header Lower ===*/

.main-header .header-lower {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.main-header .header-lower .nav-outer {
	position: relative;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 20px 10px 20px 13px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li:before {
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	top: 10px;
	content: "";
	background: var(--theme-colour);
	transition: all 300ms ease;
}
.main-menu .navigation>li:hover:before {
	width: 100%;
	left: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	opacity: 1;
	color: #FFF;
	padding: 0px;
	text-transform: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: var(--theme-colour);
}

.main-menu .navigation>li.dropdown>a {
	padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	position: absolute;
	right: 0;
	top: 1px;
	display: block;
	line-height: 24px;
	font-size: 8px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 320px;
	z-index: 100;
	display: none;
	padding: 15px 30px;
	background-color: #FFF;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}


.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	line-height: 30px;
	font-weight: 600;
	font-size: 15px;
	color: #333;;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: none !important;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: var(--theme-colour);
	padding-left: 12px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	left: 0;
	top: 22px;
	height: 5px;
	width: 5px;
	background-color: var(--theme-colour);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before {
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 300px;
	z-index: 100;
	display: none;
	background-color: #ffffff;
	opacity: 0;
	padding: 10px 30px 0;
	margin-left: 30px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 11px 0;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #232323;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-colour);
	padding-left: 16px;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	left: 0;
	top: 22px;
	height: 5px;
	width: 5px;
	background-color: var(--theme-colour);
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	float: right;
}

.main-header .outer-box .btn-box {
	position: relative;
	float: right;
	margin: 8px 0px 8px 30px;
}

.main-header .outer-box .lang {
	position: relative;
	float: left;
	padding: 20px 0;
	margin: 0px 10px 0px 40px;
}

.main-header .outer-box .lang ul {
	padding: 0px;
	margin: 0px;
	display: block;
}

.main-header .outer-box .lang ul li {
	font-size: 16px;
	font-weight: 800;
	display: inline-block;
	line-height: 26px;
	padding-right: 30px;
	position: relative;
}

.main-header .outer-box .lang ul li a {
	color: #FFF;
}

.main-header .outer-box .lang ul li:last-child {
	padding-right: 0px !important;
}

.main-header .outer-box .lang ul li:last-child:before {
	width: 0px !important;
	height: 0px !important;
	background: none !important;
}

.main-header .outer-box .lang ul li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 10px;
	top: 10px;
	background: #FFF;
}

.main-header .outer-box .btn-box .theme-btn {
	padding: 24px 40px;
	text-transform: capitalize;
	float: right;
}

.katalog {
	line-height: 50px;
	padding: 0px 40px;
	display: block;
	background-image: linear-gradient(to right bottom, #267529, #3bb43f);
	color: #FFF;
	font-weight: 900;
	border-radius: 3px;
}



/*search box btn*/

.main-header .outer-box .social-links {
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 20px 0;
}

.main-header .outer-box .social-links li {
	display: inline-block;
	width: 30px;
	height: 36px;
	text-align: center;
}

.main-header .outer-box .social-links li a {
	color: #FFF;
	width: 30px;
	height: 36px;
	font-size: 18px;
}

.main-header .outer-box .social-links li a:hover {
	color: var(--theme-colour);
}

/*** 

====================================================================
			Header Style Two
====================================================================

***/

.header-style-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}




.header-style-two .info-outer .info-box .inner {
	padding-left: 45px;
}

.header-style-two .info-outer .info-box .topicon {
	position: absolute;
	left: 0px;
}

.header-style-two .info-outer .info-box .topicon img {
	margin: 0px;
	width: 35px;
	height: 35px;
	margin-top: 3px;
}

.header-style-two .info-outer .info-box strong {
	font-weight: 300 !important;
	display: block;
	width: 100%;
	font-size: 14px !important;
}

.header-style-two .info-outer .info-box strong,
.header-style-two .info-outer .info-box span {
	color: #ffffff;
	display: block;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
}

.header-style-two .info-outer .info-box span a {
	color: rgba(255, 255, 255, 1);
}

.header-style-two .info-outer .info-box span b {
	display: block;
}

.header-style-two .outer-box .btn-box .theme-btn {
	border-radius: 3px;
	padding: 10px 35px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
}

.header-style-two .outer-box .btn-box .theme-btn:hover {
	color: #FFF;
}

.header-style-two .header-lower .nav-outer {
	border-top: 0;
	padding-right: 0;
	position: relative;
}

.mobillogo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 70px;
	display: none;
	width: 183px;
	background: url(https://altayoglumuhendislik.com.tr/img/biodye-yesil.svg) no-repeat;
	background-size: cover;
	background-position: center center;
	text-indent: -9999px;
}

/*** 

====================================================================
			Header Style Three
====================================================================

***/

.header-style-three {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.header-style-three .header-top .top-right .social-icon-one {
	position: relative;
	float: left;
	padding: 17px 0;
}

.header-style-three .header-top .info-list li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.header-style-three .header-top {
	background-color: rgba(0, 0, 0, 0.50);
}

.header-top .change-language {
	position: relative;
	float: right;
	margin-left: 20px;
	padding-left: 20px;
}

.header-top .change-language:before {
	position: absolute;
	left: 0;
	top: 20px;
	height: 20px;
	width: 1px;
	background-color: #e5e5e5;
	opacity: .20;
	content: '';
}

.header-top .change-language .language {
	position: relative;
	padding: 15px 0px;
}

.header-top .change-language .language .dropdown-menu {
	left: auto !important;
	right: 0px;
	top: 100% !important;
	width: 170px;
	border-radius: 0px;
	padding: 0px;
	margin-top: 0px;
	background-color: #222222;
	border: none;
	border-top: 2px solid var(--theme-colour);
	transform: none !important;
}

.header-top .change-language .language>a {
	position: relative;
	display: block;
	border: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 400;
	padding-left: 35px;
	line-height: 30px;
	color: #999999 !important;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top .change-language .language>a .flag {
	position: absolute;
	left: 0;
	top: 9px;
	width: 25px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center;
}

.header-top .change-language .language>a .flag.eng {
	background-image: url(https://altayoglumuhendislik.com.tr/images/icons/eng.jpg);
}

.header-top .change-language .language>a i {
	float: right;
	top: 2px;
	font-size: 13px;
	line-height: 30px;
	color: #999999;
	vertical-align: middle;
}

.header-top .change-language .language .dropdown-menu>li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top .change-language .language .dropdown-menu>li:last-child {
	border-bottom: none;
}

.header-top .change-language .language .dropdown-menu>li>a {
	padding: 8px 15px !important;
	line-height: 24px;
	display: block;
	color: #ffffff !important;
	text-align: left;
	font-size: 15px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-top .change-language .language .dropdown-menu>li>a:hover {
	color: #ffffff;
	background: var(--theme-colour);
}

.header-style-three .logo-outer {
	position: relative;
	float: left;
	padding: 20px 0;
}

.header-style-three .logo-outer .logo {
	position: relative;
}

.header-style-three .header-lower .nav-outer {
	position: relative;
	width: auto;
	float: right;
	border: 0;
	padding: 0;
	background-color: transparent;
}

.header-style-three .main-menu .navigation>li {
	padding: 35px 0;
	margin-left: 32px;
	margin-right: 0;
}

.header-style-three .main-menu .navigation>li>a {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.header-style-three .main-header .search-box-btn:hover,
.header-style-three .main-header .search-box-btn {
	color: #ffffff;
	font-size: 15px;
}

.header-style-three .main-menu .navigation>li:before {
	display: none;
}

.header-style-three .outer-box {
	margin-left: 50px;
}

.header-style-three .search-box-btn {
	color: #ffffff;
}

.header-style-three .search-box-btn:hover {
	color: var(--theme-colour);
}

.header-style-three .search-box-outer {
	padding: 30px 0;
}

/*** 

====================================================================
			Header Style Four
====================================================================

***/

.header-style-four {
	position: relative;
	background-color: #ffffff;
}

.header-style-four .header-top {
	background-color: #f1f1f1;
}

.header-style-four .header-top .top-left .social-icon-one {
	position: relative;
	float: left;
	padding: 17px 0;
}

.header-style-four .header-top .info-list li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.header-style-four .logo-outer {
	position: relative;
	float: left;
	padding: 30px 0;
}

.header-style-four .logo-outer .logo {
	position: relative;
}

.header-style-four .header-lower {
	position: relative;
}

.header-style-four .header-lower .nav-outer {
	position: relative;
	width: auto;
	float: right;
	border: 0;
	padding: 0;
	background-color: transparent;
}

.header-style-four .main-menu .navigation>li {
	padding: 45px 0;
	margin-left: 30px;
	padding-left: 30px;
	margin-right: 0;
}

.header-style-four .main-menu .navigation>li:before {
	top: 45px;
	right: auto;
	left: 0;
}

.header-style-four .main-menu .navigation>li:last-child:before {
	display: block;
}

.header-style-four .main-menu .navigation>li:first-child:before {
	display: none;
}

.header-style-four .main-menu .navigation>li>a {
	font-size: 16px;
	line-height: 30px;
}

.header-style-four .search-box-outer {
	padding: 42px 0;
	margin-left: 60px;
}

.header-style-four .header-top .info-list li,
.header-style-four .header-top .info-list li a {
	color: #808080;
}

.header-style-four .header-top .info-list li a:hover {
	text-decoration: underline;
	color: var(--theme-colour);
}

/*** 

====================================================================
			Header Style Five
====================================================================

***/

.header-style-five .header-top .info-list li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.header-style-five .header-top .social-icon-one {
	position: relative;
	float: left;
	padding: 17px 0;
}

.header-style-five .info-outer {
	padding-top: 20px;
}

.header-style-five .info-outer .info-box {
	margin-bottom: 20px;
}

.header-style-five .info-outer .info-box .inner {
	padding-left: 65px;
}

.header-style-five .info-outer .info-box .icon {
	font-size: 60px;
	line-height: 1em;
}

.header-style-five .info-outer .info-box strong {
	color: var(--theme-colour2);
	display: block;
	margin-bottom: 5px;
}

.header-style-five .info-outer .info-box .info {
	font-size: 15px;
	line-height: 26px;
	color: #666666;
}

.header-style-five .info-outer .info-box .info a {
	color: #666666;
	display: inline-block;
	transition: all 300ms ease;
}

.header-style-five .info-outer .info-box .info a:hover {
	color: var(--theme-colour);
}

.header-style-five .info-outer .info-box:before {
	border-left: 1px solid #e5e5e5;
}

.header-style-five .outer-box .btn-box .theme-btn {

	padding: 18px 25px;
	font-size: 18px;
}

.header-style-five .header-lower .nav-outer {
	padding-right: 0;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99999;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 20px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before,
.header-style-four .sticky-header .main-menu .navigation>li:last-child:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 20px 0px !important;
	line-height: 40px;
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
	color: var(--theme-colour);
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-width: 200px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease 500ms;
	-moz-transition: all 0.7s ease 500ms;
	-ms-transition: all 0.7s ease 500ms;
	-o-transition: all 0.7s ease 500ms;
	transition: all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
	border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 16px;
	color: #404040;
	text-transform: capitalize;
	font-weight: 600;
}

.mobile-menu .navigation li>ul>li>a {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px 10px 30px;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: var(--theme-colour);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	color: #404040;
	cursor: pointer;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
	position: relative;
	padding: 280px 0 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.pagehome {
	position: relative;
	width: 100%;
	display: block;
	margin: -28px 0px 0px 0px;
	z-index: 1;
}

.pagehome a {
	display: inline-block;
	width: 56px;
	height: 56px;
	position: relative;
	left: 50%;
	margin-left: -28px;
}

.pagehome i {
	width: 56px;
	height: 56px;
	display: block;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	background-image: linear-gradient(to right bottom, #267529, #3bb43f);
	position: relative;
	border: 3px solid #FFF;
	border-radius: 50%;
}

.page-banner:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: #000000;
	opacity: .55;
	z-index: 0;
}
.page-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
	background-image: radial-gradient(
		circle at 18% 15%, /* Logo'nun tam konumuna göre ayarlayın */
		rgba(255, 255, 255, 0.4) 0%,
		rgba(255, 255, 255, 0.15) 10%,
		rgba(255, 255, 255, 0) 30%
	);
}
.page-banner .inner-container {
	position: relative;
	z-index: 5;
}

.page-banner h1 {
	position: relative;
	font-size: 60px;
	line-height: 1;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 10px;
}

.page-banner .bread-crumb {
	position: relative;
	padding: 0px 0px 0px 35px;
	position: relative;
	margin: 0px;
}
.page-banner .bread-crumb:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: url('../img/home.svg') var(--theme-colour) no-repeat;
	background-size: 24px 24px;
	background-position: center center;
	left: 0px;
	top: 0px;
	border-radius: 3px;
}
.page-banner .bread-crumb li {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	font-weight: 300;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	letter-spacing: 0.5px;
}

.page-banner .bread-crumb li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #FFF;
	right: -3px;
	top: 10px;
}

.page-banner .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
	display: none;
}

.page-banner .bread-crumb li a {
	color: #FFF;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover {
	color: #ffffff;
}

.page-banner .bread-crumb li a i {
	font-size: 18px;
	margin-right: 5px;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #888888;
	font-weight: 500;
	padding-left: 40px;

	margin-bottom: 15px;
}

.sec-title .title:before {
	position: absolute;
	left: 0;
	top: 11px;
	height: 2px;
	width: 30px;
	background-color: var(--theme-colour);
	content: "";
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: var(--theme-colour2);
	font-weight: 600;
}

.sec-title h2 span {
	font-weight: 500;
	display: block;
}

.sec-title .text {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: 500;
	margin-top: 35px;
}

.sec-title.light .text,
.sec-title.light h2,
.sec-title.light .title {
	color: #ffffff;
}

.sec-title.text-center .title {
	display: inline-block;
	padding-right: 40px;
}

.sec-title.text-center .title:after {
	position: absolute;
	right: 0;
	top: 11px;
	height: 2px;
	width: 30px;
	background-color: var(--theme-colour);
	content: "";
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
	position: relative;
	font-family: "Poppins", sans-serif;
}

.main-slider .slide {
	position: relative;
	min-height: 600px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.main-slider .youtubevideo {
	width: 1920px;
	height: 1080px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1px;
	display: block;
}

@media screen and (max-width:991.98px) {
	.main-slider .youtubevideo {
		width: 800px;
		height: 700px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.main-header .outer-box .lang {
		display: none;
	}
}


.main-slider .tp-dottedoverlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .68);
}

.main-slider .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
}

.main-slider h2 {
	position: relative;
	display: block;
	font-size: 52px;
	color: #ffffff;
	font-weight: 600;
	line-height: 63px;
}

.main-slider h2 strong {
	color: var(--theme-colour);
	font-weight: 700;
}

.main-slider .text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 500;
}

.main-slider .link-box {
	position: relative;
}

.main-slider .link-box a {
	position: relative;
	padding: 10px 30px;
	line-height: 25px;
	margin-right: 20px;
}

.main-slider .link-box a:last-child {
	margin-right: 0;
}

.main-slider.style-two {
	position: relative;
}

.main-slider.style-two h2 {
	font-size: 60px;
	line-height: 72px;
}

.main-slider.style-two h1 {
	font-size: 80px;
	color: #ffffff;
	font-weight: 700;
}

.main-slider.style-two h1 span {
	color: var(--theme-colour);
}

.main-slider.style-two h4 {
	font-size: 40px;
	color: #ffffff;
}

.main-slider.style-two .text {
	font-size: 18px;
	line-height: 29px;
	color: #ffffff;
}

.main-slider.style-three .link-box a:last-child {

	font-size: 14px;
}

.main-slider .video-link {
	position: relative;
}

.main-slider .video-link .icon {
	position: relative;
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center !important;
	border: 2px solid #eeeeee;
	font-size: 26px;
	padding-left: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .30);
	color: #ffffff;
	transition: all 300ms ease;
}

.main-slider .video-link:hover .icon {
	background-color: #ffffff;
	color: #000000;
}



/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 100px 0 50px;
}

.about-section .content-column {
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column {
	position: relative;
	padding-right: 70px;
	margin-top: -4px;
}

.feature-block {
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box {
	position: relative;
	padding-left: 73px;
}

.feature-block .icon-box {
	position: absolute;
	left: 0;
	top: 5px;
}

.feature-block .icon-box .icon {
	display: block;
	font-size: 54px;
	line-height: 1em;
	color: var(--theme-colour);
	font-weight: 500;
}

.feature-block h4 {
	font-size: 20px;
	line-height: 1.2em;
	color: var(--theme-colour2);
	font-weight: 700;
	margin-bottom: 13px;
}

.feature-block h4 a {
	color: var(--theme-colour2);
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h4 a:hover {
	color: var(--theme-colour);
}

.feature-block .text {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: 500;
}

.about-section .video-column {
	position: relative;
	margin-bottom: 50px;
}

.about-section .video-column .inner-column {
	position: relative;
}

.about-section .video-box {
	position: relative;
	margin-bottom: 20px;
}

.about-section .video-box .image {
	position: relative;
	margin-bottom: 0;
}

.about-section .video-box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.about-section .video-box .link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all 300ms ease;
}

.about-section .video-box:hover .link {
	background-color: rgba(0, 0, 0, 0.50);
}

.about-section .video-box .link .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border: 2px solid #eeeeee;
	font-size: 26px;
	padding-left: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .30);
	color: #ffffff;
	transition: all 300ms ease;
}

.about-section .video-box:hover .link .icon {
	background-color: #ffffff;
	color: #000000;
}

.about-section .video-column .text {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 30px;
}

.about-section .video-column .sign-img {
	position: relative;
	margin-bottom: 20px;
}

.about-section .video-column .info-box {
	position: relative;
	font-size: 20px;
	line-height: 25px;
	color: var(--theme-colour2);
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.about-section .video-column .info-box span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	color: #888888;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

/***

==================================================================
		Main Footer
==================================================================

***/

footer {
    background: #232323;
    padding: 10px 0px 60px 0px;
    clear: both;
}

footer h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}

footer p,
footer li,
footer a {
    color: #e6e6e6;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-item img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.contact-info h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #FFF;
}

.contact-info h5 a {
    color: #FFF;
    text-decoration: none;
}

.contact-info h5 a:hover {
    color: #d07016;
}

.contact-info p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #e6e6e6;
}

hr.footer-line {
    border-top: 1px solid rgba(204, 204, 204, 0.1);
    margin: 50px 0px 60px;
}

.center-footer {
    margin: 50px 0px;
}

.footer-left-col {
    padding-right: 50px;
}

.site-footer-logo img {
    width: 150px;
    margin-bottom: 25px;
}

ul.footer-social {
    margin-top: 25px;
}

ul.footer-social li {
    display: inline-block;
    margin-right: 20px;
}

ul.footer-social li .fab {
    font-size: 18px;
}

ul.quick-links {
    margin-top: 30px;
}

ul.quick-links li {
    line-height: 2.3;
    font-size: 14px;
}

.recent-news {
    margin-top: 30px;
}

.recent-news .media {
    display: flex;
    align-items: flex-start;
    margin: 0px;
    margin-bottom: 20px;
}

.recent-news .media .media-body h5 {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 0px;
    line-height: 20px;
}

.recent-news .media .media-body p {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #8B8B8B;
}

.recent-news .mr-3 {
    width: 70px;
    margin-right: 1rem !important;
}

.footer-terms {
    display: flex !important;
    justify-content: flex-end !important;
}

.footer-terms li {
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}

.footer-copyright p,
.footer-copyright li a {
    color: #FFF;
    font-size: 14px;
}

.footer-terms p,
.footer-terms li a {
    color: #FFF;
    font-size: 14px;
}

.footer-terms a {
    color: #FFF;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
}

.footer-terms a:hover {
    color: #d07016;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}





.main-slider {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
}

.slidervideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* arka planda kalsın */
}

.slidervideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* background-size: cover gibi davranır */
}

.main-slider,
.mainslider,
.main-slider .slide {
	height: 860px;
	position: relative;
	display: block;
	overflow: hidden;
}

.mainslider,
.mainslider .slide {
	position: relative;
	color: #fff;
	/* yazılar videonun üzerinde okunabilir olsun */
}

.mainslider .slide:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 60%;
	left: 0px;
	top: 0px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.mainslider .slide:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: radial-gradient(
		circle at 15% 15%, /* Logo'nun tam konumuna göre ayarlayın */
		rgba(255, 255, 255, 0.4) 0%,
		rgba(255, 255, 255, 0.15) 15%,
		rgba(255, 255, 255, 0) 30%
	);
}


.main-slider .owl-dots {
	position: absolute;
	width: 20px;
	display: block;
	min-height: 40px;
	z-index: 999;
	left: 50px;
	top: 50%;
	transform: translateX(-50%);
}

.main-slider .owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
	display: block;
	border: 1px solid var(--theme-colour);
	border-radius: 50%;
	padding: 7px;
	transition: all .3s;
}

.main-slider .owl-dots .owl-dot.active {
	padding: 4px !important;
}

.main-slider .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--theme-colour);
	display: block;
	transition: all .3s;
}

.main-slider .owl-dots .owl-dot.active span {
	width: 10px;
	height: 10px;
}

.main-slider .slide h2 {
	font-size: 4rem;
	line-height: 1;
	font-weight: 900;
	color: #FFF;
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s;
}

.main-slider .owl-item.active .slide h2 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
	/* 0.3s gecikme */
}

.main-slider .slide p {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 500;
	color: #FFF;
	transform: translateY(20px);
	opacity: 0;
	transition: all .3s;
	margin: 35px 0px 60px;
}

.main-slider .owl-item.active .slide p {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.8s;
	/* 0.3s gecikme */
}

.sliderbuton {
	width: 100%;
	display: block;
}

.sliderbuton a {
	line-height: 65px;
	padding: 0px 30px;
	min-width: 250px;
	display: inline-block;
	background: #000;
	border-radius: 3px;
	margin: 0px 10px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	transform: translateY(20px);
	opacity: 0;
	transition: all .3s;
}

.sliderbuton a:last-child {
	background: var(--theme-colour);
}

.main-slider .owl-item.active .sliderbuton a:first-child {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1s;
	/* 0.3s gecikme */
}

.main-slider .owl-item.active .sliderbuton a:last-child {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 1.1s;
	/* 0.3s gecikme */
}










.fbox h5 a {
	color: #FFF;
}

.fbox span,
.fbox h5 {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 35px!important;
	display: block;
	width: 100%;
}

.fbox a {
	color: rgba(255, 255, 255, 0.6);
}

.footerhizmet li,
.flist li {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.footerhizmet li a,
.flist li a {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 0.9rem;
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all .3s;
}

.footerhizmet li:hover a,
.footerhizmet li a:hover,
.flist li a:hover,
.flist li:hover a,
.furunler a:hover {
	color: var(--theme-colour);
}

.footerhizmet li a:before,
.flist li a:before,
.furunler a:before {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: block;
	content: "";
	background: var(--theme-colour);
	left: -13px;
	top: 14px;
	transition: all .3s;
}

.footerhizmet li:hover a:before,
.flist li:hover a:before,
.furunler a:hover:before {
	background: #FFF;
}

.filetisim li {
	position: relative;
	padding: 5px 0px 5px 35px;
	display: block;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 600;
}

.filetisim li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--theme-colour);
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
}

.filetisim ul {
	display: block;
}

.filetisim li.adres {
	line-height: 20px;
	font-weight: 400;
}

.furunler {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 sütun */
	gap: 0px;
	/* isteğe bağlı boşluk */
}

.furunler a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	line-height: 30px;
}



.hakkimizda {
	position: relative;
	display: block;
	padding: 0px;
	margin: 100px 0px;
	background: #f5f6f7;
}

.hakkimizda .row,
.hakkimizda .col-md-6 {
	padding: 0px;
	margin: 0px;
}

.hakkimizda .owl-nav {
	position: absolute;
	display: block;
	right: -60px;
	top: 0px;
	height: 60px;
	width: 120px;
}

.hakkimizda .owl-nav .owl-prev,
.hakkimizda .owl-nav .owl-next {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	background: red;
	line-height: 60px;
}

.hakkimizda .owl-nav .owl-prev span,
.hakkimizda .owl-nav .owl-next span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}

.hakkimizda .hakkimizdatext span {
	font-size: 44px;
	line-height: 1;
	display: block;
	font-weight: 300;
	letter-spacing: -1px;
	color: #262626;
}

.hakkimizda .hakkimizdatext span b {
	display: block;
	font-weight: 900;
}

.hakkimizda .hakkimizdatext p {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
	display: block;
}

.hakkimizda .hakkimizdatext {
	padding: 0px 10% 0px 7%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Agricultural Theme Overrides */
:root {
	--theme-colour: #e8281b;
	--ptheme-colour-dark: #1B5E20;
	--theme-colour2: #F9A825;
	--text-color: #333;
	--bg-light: #F1F8E9;
}

body {
	color: var(--text-color);
}

a {
	color: var(--theme-colour);
}

a:hover {
	color: var(--theme-colour2);
}

.main-header .header-top {
	background-color: var(--primary-dark);
}



.btn-style-one {
	background-color: var(--theme-colour);
	border-color: var(--theme-colour);
	color: #fff;
}

.btn-style-one:hover {
	background-color: var(--theme-colour2);
	border-color: var(--theme-colour2);
}

.scroll-to-top:hover {
	background: var(--theme-colour2);
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: var(--theme-colour);
}

.main-menu .navigation>li>ul>li:hover>a {
	color: var(--theme-colour);
}

.main-menu .navigation>li>ul>li>a:before {
	background-color: var(--theme-colour);
}

.sec-title h2 {
	color: var(--primary-dark);
}

.sec-title .title {
	color: var(--theme-colour2);
}

/* Slider Overrides for Text Visibility & Centering */
.main-slider .slide {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	position: relative;
}



/* Ensure the row and container inside the slide take full height/width for flex alignment */
.main-slider .slide .container {
	width: 100%;
}

/* Footer Overrides */
.main-footer {
	background-color: #263238;
}

.footer-bottom {
	background-color: #1a2327;
}







.urundetaysayfasi {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.teknikdetay table, .teknikdetay tr, .teknikdetay thead {
	width: 100%;
	font-size: 0.8rem;
}
.teknikdetay td, .teknikdetay th {
	padding: 5px 15px;
	border: 1px solid #FFF;
}
.teknikdetay thead {
	background: var(--theme-colour);
	color: #FFF;
	line-height: 40px;
}
.teknikdetay table tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.035);
  cursor: pointer;
}

.teknikdetay table tr:nth-child(even) {
  background-color: rgba(0,0,0,0.075);
  cursor: pointer;
}
.teknikdetay table tr:hover {
	background-color: rgba(0,0,0,0.2);
	font-weight: 900;
}

.dokumanlar p {
	padding: 0px!important;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
	display: block;
	border-radius: 5px;
}
.dokumanlar p a {
	line-height: 50px;
	padding: 0px 0px 0px 45px;
	font-size: 1rem;
	font-weight: 900;
	background: rgba(0,0,0,0.035);
	display: block;
	position: relative;
	color: #5b5b5b;
	z-index: 0;
}
.dokumanlar p a:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 50px;
	background: url('../img/dosya.svg') no-repeat center center;
	left: 10px;
	top: 0px;
	z-index: 1;
}
.dokumanlar p a:hover {
	background: rgba(0,0,0,0.06);
	color: #3b3b3b;
}







/* SIDEBAR STYLE 1 - Klasik Sol Çizgi */
.wkurumsal-style-1 {
    background: #fff;
    padding: 30px 25px;
    border-left: 5px solid var(--theme-colour);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    margin-bottom: 35px;
    display: block;
}

.wkurumsal-style-1 span {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.wkurumsal-style-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wkurumsal-style-1 ul li {
    border-bottom: 1px solid #e9ecef;
}

.wkurumsal-style-1 ul li:last-child {
    border-bottom: none;
}

.wkurumsal-style-1 ul li a {
    color: #495057;
    text-decoration: none;
    display: block;
    padding: 12px 0;
    transition: all 0.3s;
    font-weight: 900;
    font-size: 1rem;
}

.wkurumsal-style-1 ul li a:hover {
    color: #2c3e50;
    padding-left: 8px;
}




.wiletisim {
	padding: 35px 25px;
	display: block;
	margin-bottom: 35px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.075);
	background: var(--theme-colour);
	border-radius: 5px;
}
.wiletisim span {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	color: #FFF;
}
.wiletisim p {
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	font-weight: 400;
	color: rgba(255,255,255,0.75);
	margin: 30px 0px;
}




.sayfa {
	position: relative;
	display: block;
	padding: 75px 0px;
}
.sayfadetay p {
	position: relative;
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
}

.misyon {
	padding: 35px;
	background: rgba(232, 40, 27, 0.035);
	display: block;
	width: 100%;
	height: 100%;
	border-left: 5px solid rgba(232, 40, 27, 1);
	border-radius: 3px;
}
.misyon p {
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6;
}
.misyon span {
	display: block;
	font-weight: bolder;
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.toppadding50 {
	padding-top: 50px;
}