@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --yesil: #5E9A00;
  --koyuGri: #444343;
  --ozellikArkaplanRengi: #F7F7F7;
  
}

body {
	margin: 0px;
}

a {
	text-decoration: none;
}

.kirmiziLink {
	text-decoration: none;
	color: #b50000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.header {
	width: 100%;
	height: 50px;
	color: #444343;
	background-color: rgb(255 255 255 / 0.5);
	backdrop-filter: blur(20px);
	font-family: "Raleway", serif;
	position: fixed;
	margin-top: 0;
}

.header-title {
	width: 100%;
	color: #444343;
	background-color: #333333;
	font-family: "Raleway", serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-title-baslik {
	width: 100%;
	padding-top: 70px;
	height: auto;
}

.header-title h2 {
	width: 100%;
	padding-bottom: 80px;
	font-family: "Raleway", serif;
	font-size: 50px;
	font-weight: 700;
}

.header-title h3 {
	width: 100%;
	padding-bottom: 80px;
	font-family: "Raleway", serif;
	font-size: 40px;
	font-weight: 700;
}

.header-title h4 {
	width: 100%;
	padding-bottom: 80px;
	font-family: "Raleway", serif;
	font-size: 30px;
	font-weight: 700;
}

.header-title h5 {
	width: 100%;
	padding-bottom: 80px;
	font-family: "Raleway", serif;
	font-size: 20px;
	font-weight: 700;
}

.btn-small {
	padding: 3px;
	font-family: "Raleway", serif;
	font-size: 10px;
	font-weight: 300;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
}
.profile-page-box-list {
	width: 90%;
	padding: 15px;
	padding-left: 20px;
	font-family: "Raleway", serif;
	font-size: 15px;
	font-weight: 500;
	background-color: #FBFBFB;
	margin-bottom: 10px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
}

.profile-page-box-list:hover {
	background-color: #5e9900;
	color: #FFFFFF;
}

.profile-page-box-list-active {
	background-color: #5e9900;
	color: #FFFFFF;
}

.profile-page-box-list-disabled {
	background-color: #CCCCCC;
	color: #414141;
}

.disabled {
	background-color: #CCCCCC;
	color: #414141;
}

.geri {
	background-image: url("../images/icons/arrow-left-dark.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 20px;
	padding-left: 40px;
	padding-right: -40px;
}

.profile-page-box-list p {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.profile-page-box-list:hover p {
	color: #FFFFFF;
}

.profile-page-box-title {
	padding: 8px;
	font-family: "Raleway", serif;
	font-size: 18px;
	font-weight: 500;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	
}

.profile-page-box-tolist {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	gap: 10px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 10px;
  	font-family: "Raleway", serif;
  	font-weight: bold;
  	font-size: 16px;
  	color: #FFFFFF;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	
}

.profile-page-box-listBox-create {
	width: 205px;
	min-height: 155px;
	padding: 8px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	background-color: #f3f3f3;
	margin-bottom: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #656565;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	float: left;
	border: solid 1px #e0e0e0;
	text-align: center;
	
}

.profile-page-box-listBox-create:hover {
	background-color: #e0e0e0;
	border: solid 1px #c5c5c5;
}

.profile-page-box-addlist {
	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 10px;
  	font-size: 16px;
  	color: #FFFFFF;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	
}

.profile-page-box-listBox-addBox {
	width: 30px;
	height: 15px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-family: "Raleway", serif;
	font-size: 19px;
	font-weight: 200;
	background-color: #f3f3f3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #656565;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	border: solid 1px #e0e0e0;
	text-align: center;
	display: block; /* Added to center horizontally */
	margin: 0 auto; /* Added to center horizontally */
}


.profile-page-box-listBox-addBox:hover {
	background-color: #e0e0e0;
	border: solid 1px #c5c5c5;
}

.profile-page-box-listBox2 {
	width: 205px;
	padding: 8px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	background-color: #f3f3f3;
	margin-bottom: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	float: left;
	
}

.profile-page-box-listBox2:hover {
	background-color: #e0e0e0;
}

.profile-page-box-listBox {
	width: 205px;
	padding: 8px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	background-color: #f3f3f3;
	margin-bottom: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	
}

.profile-page-box-listBox:hover {
	background-color: #e0e0e0;
}


.profile-page-box-createBox {
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	text-align: center;
	border-radius: 10px;
	font-size: 16px;
	transition: background-color 0.3s, color 0.3s;
	position: relative;
	
}

.profile-page-box-createBox_ozellik {
	display: flex; /* Added to create a flex container */
	justify-content: flex-start; /* Align items to the start (left) */
	align-items: center;
	flex-wrap: wrap; /* Allow items to wrap to the next line */
	margin-bottom: 5px;
}

.profile-page-box-createBox_ozellik div {
	width: 87px;
	height: 40px;
	padding: 8px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 7px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s;
	display: flex; /* Display as flex container */
	flex-direction: column; /* Arrange items vertically */
	justify-content: center; /* Center items vertically */
	align-items: center; /* Center items horizontally */
}

.profile-page-box-createBox_ozellik p {
	width: 100%;
	padding: 0px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	color: #78787b;
}

.profile-page-box-createBox_ozellik i {
	width: 100%;
	height: 30px;
	padding: 8px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	background-color: #FFFFFF;
	margin-right: 5px; /* Add some spacing between items */
	margin-bottom: 5px;
	border-radius: 7px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s;
}

.profile-page-box-img {
	height: 80px;
	padding: 10px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 0 10px #b0b0b0;
	
}

.profile-page-box-page {
	min-height: 230px;
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
}

.profile-page-box-right {
	min-height: 230px;
	padding: 20px;
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 300;
	background-color: #FBFBFB;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	position: inherit; /* Added to position inner div */
}

.profile-page-box-list-logout {
	width: 90%;
	padding: 15px;
	padding-left: 20px;
	font-family: "Raleway", serif;
	font-size: 15px;
	font-weight: 500;
	background-color: #FBFBFB;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #78787b;
	transition: background-color 0.3s, color 0.3s; /* Added for smooth transition */
	background-image: url("../images/icons/logout.svg");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-position-x: 270px;
}

.profile-page-box-list-logout:hover {
	background-color: #F20000;
	color: #FFFFFF;
}

.title-1 {
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 500;
	color: #78787b;
}

.p-1 {
	font-family: "Raleway", serif;
	font-size: 13px;
	font-weight: 300;
	color: #78787b;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.shadow {
	text-shadow: 2px 2px 3px #444343;
}

.logo {
	width: 85px;
	height: 20px;
	float: left;
}

.menu {
	vertical-align: middle;
	float: right;
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 300;
	color: #444343;
}

.menu a {
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 300;
	color: #1c1c1c;
	text-decoration: none;
}

.menu a:hover {
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 300;
	color: #5E9A00;
	text-decoration: none;
}

.slider {
	width: 100%;
	height: 666px;
	color: #444343;
	background-color: #333333;
	font-family: "Raleway", serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.slider_baslik {
	width: 100%;
	padding-top: 60px;
	padding-left: auto;
	padding-right: auto;
	height: auto;
	text-align: center;
}

.slider h2 {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	line-height: 59px;
	color: #444343;
	font-family: "Raleway", serif;
	font-size: 50px;
	font-weight: 900;
	text-align: center;
}

.slider_product {
	width: 100%;
	height: 500px;
	padding-left: auto;
	padding-right: auto;
	color: #444343;
	margin-bottom: 0px;
	text-align: center;
}

.sub-page {
	width: 100%;
	min-height: 300px;	
}

.login-page-box {
	width: 480px;
	min-height: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}

.login-page-box input {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #444343;
	background-color: #F7F7F7;
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	border-style: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-position-x: 25px;
	background-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-page-box input:hover {
	background-color: #EAEAEA;
}

.login-page-box input:focus {
	outline: none;
	background-color: #EAEAEA;
}

.login-page-box button {
	width: auto;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: left;
	background-color: #5C9600;
	font-family: "Raleway", serif;
	font-size: 15px;
	font-weight: 400;
	border-style: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-position-x: 25px;
	background-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-page-box button:hover {
	background-color: #4f8000;
}

.sifremi-unuttum {
	width: auto;
	height: 40px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 60px;
	padding-right: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #868484;
	text-align: left;
	background-color: #dedede;
	font-family: "Raleway", serif;
	font-size: 15px;
	font-weight: 400;
	border-style: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-position-x: 25px;
	background-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sifremi-unuttum:hover {
	background-color: #d4d4d4;
}

.register-button {
	width: auto;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: left;
	background-color: #444343;
	font-family: "Raleway", serif;
	font-size: 15px;
	font-weight: 400;
	border-style: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-position-x: 25px;
	background-size: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.process-info {
	padding: 10px;
	color: #444343;
	font-family: "Raleway", serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-page-info {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	color: #444343;
	font-family: "Raleway", serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.section-one {
	width: 100%;
	height: 500px;	
}

.section-one h1 {
	margin-top: 85px;
	margin-bottom: 85px;
	color: #5e9900;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 55px;
	font-weight: 600px;
}

.section-one-box {
	width: 203px;
	height: 100px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #444343;
	text-align: center;
	background-color: #F7F7F7;
	font-family: "Raleway", serif;
	list-style-type: none;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.section-one-box:hover {
	width: 203px;
	height: 100px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #5E9900;
	font-family: "Raleway", serif;
	list-style-type: none;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.section-one-box h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #444343;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 16px;
	font-weight: 400px;
}

.section-one-box:hover h5 {
	color: #FFFFFF;
}

.section-one-box span {
	color: #444343;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 13px;
	font-weight: 200px;
	color: #78787b;
}

.section-one-box:hover span {
	color: #FFFFFF;
}

.section-two {
	width: 100%;
	height: 600px;
	background-image: url("../images/slider/slider3.jpg");
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.section-two-color {
	width: 100%;
	height: 600px;
	background-color: rgba(94, 153, 0, .7);
}

.section-two h1 {
	padding-top: 85px;
	margin-bottom: 85px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 55px;
	font-weight: 600px;
}

.section-two-box {
	width: 203px;
	height: 300px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #444343;
	text-align: center;
	background-color: #F7F7F7;
	font-family: "Raleway", serif;
	list-style-type: none;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.section-two-box span {
	color: #444343;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 13px;
	font-weight: 200px;
	color: #78787b;
}

.section-three {
	width: 100%;
	height: 500px;
	color: #444343;
}

.section-three h1 {
	padding-top: 10px;
	margin-bottom: 40px;
	color: #444343;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 55px;
	font-weight: 600px;
}

.section-four {
	width: 100%;
	color: #444343;
	background-color: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-four h1 {
	padding-top: 50px;
	margin-bottom: 30px;
	color: #444343;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 55px;
	font-weight: 600px;
}

.section-four-box {
	width: 152px;
	padding-left: 15px;
	padding-right: 15px;
	color: #444343;
	text-align: center;
	float: left;
	opacity: 0.7;
}

.section-app {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-app h1 {
	padding-top: 15px;
	margin-bottom: 40px;
	color: #5e9900;
	text-align: center;
	font-family: "Raleway", serif;
	font-size: 55px;
	font-weight: 600px;
}

.section-app-box {
	width: 150px;
	height: 50px;
	margin-bottom: 15px;
	color: #444343;
	text-align: center;
	background-color: #F7F7F7;
	font-family: "Raleway", serif;
	list-style-type: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.footer {
	width: 100%;
	min-height: 320px;
	font-family: "Raleway", serif;
	font-size: 12px;
	background-color: #FBFBFB;
}

.footer_nfc {
	width: auto;
	float: left;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	color: #78787b;
}

.footer_col {
	width: 980px;
	min-height: 230px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 200;
	color: #8E8D8D;
}

.footer_sm {
	width: 980px;
	height: 16px;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 200;
	color: #8E8D8D;
	margin-top: 20px;
}

.footer_right_text {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	color: #78787b;
}

.footer_right_links {
	width: auto;
	float: right;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	color: #78787b;
}

.footer_right_links a {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	color: #78787b;
	text-decoration: none;
}

.footer_right_links a:hover {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
}

.footer_right_links_bold {
	width: auto;
	float: right;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	color: #8E8D8D;
}

.footer_right_links_bold a {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	color: #8E8D8D;
	text-decoration: none;
}

.footer_right_links_bold a:hover {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.footer_column {
	width: 245px;
	min-height: 200px;
	float: left;
}

.footer_title {
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #424245;
	margin-top: 5px;
}

.footer_column ul {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #78787b;
	margin-top: 5px;
}

.footer_column ul li {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #78787b;
	margin-top: 5px;
}

.footer_column ul a {
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #78787b;
	margin-top: 5px;
}

.footer_column ul a:hover {
	font-family: "Raleway", serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #000000;
}

.social_media {
	width: auto;
	height: 12px;
	float: left;
	font-family: "Raleway", serif;
	font-size: 12px;
	font-weight: 300;
	color: #78787b;
	text-decoration: none;
}

.line {
	border-top: 1px solid #E3E2E2;
}

.center {
	margin: auto;
}

.text-white {
	color: #FFFFFF;
}

.w-20 {
	width: 20px;
}

.wy-10 {
	width: 10%;
}
.wy-20 {
	width: 20%;
}

.h-10 {
	height: 10px;
}

.h-20 {
	height: 20px;
}

.h-50 {
	height: 50px;
}

.h-80 {
	height: 80px;
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.text-left {
	text-align: left;
}

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

.text-danger {
	color: #D30000;
}

.text-warning {
	color: #ea9206;
}

.text-success {
	color: #5e9900;
}

.bg-success {
	background-color: #5e9900;
	color: #FFFFFF;
}

.bg-danger {
	background-color: #5e9900;
	color: #D30000;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.pt-2 {
	padding-top: 2px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-100 {
	padding-top: 100px;
}

.pl-0 {
	padding-left: 0px;
}

.pl-20 {
	padding-left: 20px;
}

.mt-2 {
	margin-top: 2px;
}

.mt-3 {
	margin-top: 3px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-2 {
	margin-bottom: 2px;
}

.mb-3 {
	margin-bottom: 3px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-60 {
	margin-left: 60px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-60 {
	margin-right: 60px;
}

.wd-10 {
	width: 10%;
}

.wd-20 {
	width: 20%;
}

.wd-30 {
	width: 30%;
}

.wd-40 {
	width: 40%;
}

.wd-50 {
	width: 50%;
}

.wd-60 {
	width: 60%;
}

.wd-70 {
	width: 70%;
}

.wd-80 {
	width: 80%;
}

.wd-100 {
	width: 100%;
}

.mw-980 {
	max-width: 980px;
}

.btn-active {
	width: fit-content;
	font-family: "Raleway", serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	background-color:#5e9900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	
}

.btn-passive {
	width: fit-content;
	font-family: "Raleway", serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	background-color:#3e3e3e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	
}

.btn-white {
	width: fit-content;
	font-family: "Raleway", serif;
	font-size: 10px;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #333333;
	background-color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	
}

button { border: none; }
textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #414141;
	outline: none;
	height: 40px;
	background:#fff;
	font-size: 14px;
	box-shadow: none;
	line-height: 20px;
	padding: 10px 40px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dbdbdb;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Raleway", serif;
	font-size: 13px;
	font-weight: 300;
	width: 100%;
}
.form-group{ margin:0 0 20px;}
.form-control::-moz-placeholder{
	text-transform: capitalize;
	color: #444349;
}
input:focus,
.select select:focus,
.form-control:focus{
	color: #000;
	border-color: #000;
	box-shadow:none !important;
}
/*======================
		 Select 		
======================*/
.tg-select{
	width: 100%;
	float:left;
	color:#444349;
	position: relative;
	text-transform:uppercase;
}
.tg-select:after{
	content: '\f107';
	top: 50%;
	right: 23px;
	z-index: 2;
	width: 13px;
	color: #444349;
	display: block;
	font-size: 22px;
	margin-top: -5px;
	line-height: 10px;
	position: absolute;
	text-align: center;
	font-family: "Raleway", serif;
}
.tg-select select {
	width: 100%;
	z-index: 1;
	height:40px;
	padding:10px 20px;
	color:#444349;
	line-height:20px;
	position: relative;
	text-transform:capitalize;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.tg-select select option{color:#444349;}
/*======================
		CheckBox		
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label{
	width: 100%;
	float: left;
	margin:0;
	position: relative;
}
.tg-radio label,
.tg-checkbox label{
	color:#444349;
	cursor:pointer;
	display:block;
	font-size:13px;
	line-height:13px;
	padding:0 0 0 20px;
}
.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] { display:none; }
.tg-radio input[type=radio] + label:before,
.tg-checkbox input[type=checkbox] + label:before {
	top: 0;
	left: 0;
	color: #373542;
	font-size: 14px;
	line-height: 14px;
	content: "\f096";
	position: absolute;
	font-family: "Raleway", serif;
}
.tg-radio input[type=radio] + label:before{ content:'';}
.tg-radio input[type=radio]:checked + label:before,
.tg-checkbox input[type=checkbox]:checked + label:before {content:'\f046';}

label {
	color: #78787b;
	font-family: "Raleway", serif;
	font-size: 14px;
	font-weight: 500;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

form p {
	float: left;
	position: relative;
	width: 100%;
}

form p span i {
	color: #414141;
	left: 16px;
	position: absolute;
	top: 13px;
}

option {
	padding: 5px 15px;
}

.tg-btn-sm{
	padding: 0 20px;
	line-height: 30px;
}

.tg-btn{
	color: #fff;
	padding: 0 40px;
	position:relative;
	text-align:center;
	border-radius:5px;
	background: #414141;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font:500 14px/40px 'Poppins', Arial, Helvetica, sans-serif;
}

.tg-btn:hover{
	background: #5e9900;
	-webkit-box-shadow: 0 0 10px 0 rgba(68,67,73,0.20);
	box-shadow: 0 0 10px 0 rgba(68,67,73,0.20);
}

.tg-btn2{
	color: #fff;
	padding: 0 40px;
	position:relative;
	text-align:center;
	border-radius:5px;
	background: #375900;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font:500 14px/40px 'Poppins', Arial, Helvetica, sans-serif;
}

.tg-btn2:hover{
	background: #5e9900;
	-webkit-box-shadow: 0 0 10px 0 rgba(68,67,73,0.20);
	box-shadow: 0 0 10px 0 rgba(68,67,73,0.20);
}

.tg-btn-red{
	color: #fff;
	padding: 0 40px;
	position:relative;
	text-align:center;
	border-radius:5px;
	background: #F20000;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font:500 14px/40px 'Poppins', Arial, Helvetica, sans-serif;
}

.tg-btn-red:hover{
	background: #980000;
	-webkit-box-shadow: 0 0 10px 0 rgba(68,67,73,0.20);
	box-shadow: 0 0 10px 0 rgba(68,67,73,0.20);
}

.tg-btn-lg {
	width: 100%;
}

.profile-photo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 999;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 4px;
}

.profile-logo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	margin-bottom: 35px;
}

.profile-logo_img {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}
.icon_telefon {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/telefon.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_whatsapp {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/whatsapp.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_telegram {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/telegram.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_eMail {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/eMail.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_adres {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/adres.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_webSitesi {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/webSitesi.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_ozgecmis {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/ozgecmis.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}

.icon_fatura {
	width: 44px;
	height: 44px;
	background-image: url("../../../nfcgoo/assets/images/icon/fatura.svg");
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	
}


