@font-face {
	font-family: "overpass-semibold";
	src: url("fonts/overpass-semibold.woff2") format("woff2"), url("../fonts/overpass-semibold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "overpass-bold";
	src: url("fonts/overpass-bold.woff2") format("woff2"), url("../fonts/overpass-bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "overpass-light";
	src: url("fonts/overpass-light.woff2") format("woff2"), url("../fonts/overpass-light.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "overpass-regular";
	src: url("fonts/overpass-regular.woff2") format("woff2"), url("../fonts/overpass-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

html {
	overflow: scroll;
	overflow-x: hidden;
}

* {
	outline: 0 none;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
	outline: 0 none !important;
	text-decoration: none!important
}

body {
	background-color: #fff;
	font-family: 'overpass-regular', sans-serif!important;
	font-weight: 400;
	color: #6e6e6e;
}

section {
	position: relative;
	width: 100%;
}

img {
	max-width: 100%;
}

b,
strong {
	font-weight: 800;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
}

.dt {
	display: table;
	width: 100%;
}

.ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1369px;
	}
}

.header {
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	left: 0;
	right: 0;
	top: 0;
	z-index: 20;
	box-shadow: 0px 10px 37px rgba(0, 0, 0, 0.27);
}

.header.ihome {
	position: fixed;
}

.header.tiny .header-middle .cont .col-logo {
	padding-top: 12px;
	padding-bottom: 8px;
}

.header.tiny .header-middle .cont .col-logo a img {
	height: 41px;
}

.header .header-top {
	background-color: #109aad;
	color: #fff;
}

.header .header-top .cont {
	display: flex;
}

@media (max-width: 991px) {
	.header .header-top .cont {
		flex-wrap: wrap;
	}
}

.header .header-top .cont .col-sosyal {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 27px;
}

@media (max-width: 991px) {
	.header .header-top .cont .col-sosyal {
		flex: 0 0 100%;
	}
}

.header .header-top .cont .col-sosyal .obg {
	background-color: #1aa9bc;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -1000px;
}

.header .header-top .cont .col-sosyal span {
	padding-right: 10px;
	position: relative;
}

.header .header-top .cont .col-sosyal b {
	font-weight: 800;
}

.header .header-top .cont .col-sosyal a {
	color: #fff;
	display: block;
	padding: 5px;
	font-size: 18px;
	position: relative;
}

.header .header-middle {
	background-color: #fff;
}

.header .header-middle .cont {
	display: flex;
}

.header .header-middle .cont .col-logo {
	padding-top: 19px;
	padding-bottom: 15px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.header .header-middle .cont .col-logo a {
	display: block;
}

.header .header-middle .cont .col-logo a img {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

@media (max-width: 1199px) {
	.header .header-middle .cont .col-logo a img {
		height: 75px;
	}
}

@media (max-width: 991px) {
	.header .header-middle .cont .col-logo a img {
		height: 60px;
	}
}

.header .header-middle .cont .col-menu {
	margin-left: auto;
	display: flex;
}

.header .header-middle .cont .col-menu .left {
	height: 100%;
}

.header .header-middle .cont .col-menu .left .menu {
	height: 100%;
}

@media (max-width: 991px) {
	.header .header-middle .cont .col-menu .left .menu {
		display: none;
	}
}

.header .header-middle .cont .col-menu .left .menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.header .header-middle .cont .col-menu .left .menu>ul>li {
	display: inline-block;
	position: relative;
	padding: 0px 15px;
	height: 100%;
}

.header .header-middle .cont .col-menu .left .menu>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.header .header-middle .cont .col-menu .left .menu>ul>li:hover:not(.noline)>a:after {
	width: 80%;
	background-color: #66c3d0;
}

.header .header-middle .cont .col-menu .left .menu>ul>li>a {
	position: relative;
	font: 16px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #1b1e1f;
	font-weight: 700;
	padding: 10px 0px;
	letter-spacing: -0.5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 100%;
	display: flex;
	align-items: center;
}

.header .header-middle .cont .col-menu .left .menu>ul>li>a.active {
	color: #66c3d0
}

.header .header-middle .cont .col-menu .left .menu>ul>li>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0%;
	height: 10px;
	background-color: #66c3d0;
	border-radius: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header .header-middle .cont .col-menu .left .menu>ul>li.donateMenu>a:after {
	display: none!important
}

.header .header-middle .cont .col-menu .left .menu>ul>li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 15px;
	background-color: rgba(25, 172, 193, 0.85);
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.29);
	padding: 14px 15px;
	border-radius: 1px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header .header-middle .cont .col-menu .left .menu>ul>li ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: left;
	padding: 4px 14px 4px 10px;
	white-space: nowrap;
}

.header .header-middle .cont .col-menu .left .menu>ul>li ul li a:hover {
	background-color: #257883;
}

.header .header-middle .cont .col-menu .right a {
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 20px;
	color: #727271;
	background-color: rgba(0, 0, 0, 0.09);
	padding: 0px 15px;
}

#panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	display: none
}

@media (min-width: 1201px) {
	#panel {
		display: none !important
	}
}

#panel .mobile-menu {
	padding: 30px
}

#panel .mobile-menu .closes {
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px 25px;
	z-index: 10;
}

#panel .mobile-menu .closes i {
	color: #1aa9bc
}

#panel .mobile-menu .back-mobil-menu {
	padding: 15px 30px;
	cursor: pointer;
	background-color: #e8e8e8;
	font-size: 14px;
	margin-bottom: 15px;
}

#panel .mobile-menu .back-mobil-menu i {
	margin-right: 10px
}

#panel .mobile-menu ul {
	list-style: none;
	margin: 90px 30px 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

#panel .mobile-menu ul li {
	padding: 0
}

#panel .mobile-menu ul li a {
	display: block;
	color: #1b1e1f;
	text-decoration: none;
	font-size: 3vh;
	padding: 1.3vh 0
}

@media (max-height: 415px) {
	#panel .mobile-menu ul li a {
		font-size: 4vh
	}
}

#panel .mobile-menu ul li .submenu {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	background: #ffffff;
	width: 100%;
	overflow: hidden
}

#panel .mobile-menu ul li .submenu ul {
	padding: 0;
	max-height: calc(100vh - 150px);
	width: 100em;
	position: relative;
	margin: 70px 0 0;
	overflow: auto
}

#panel .mobile-menu ul li .submenu ul::-webkit-scrollbar {
	width: 7px
}

#panel .mobile-menu ul li .submenu ul::-webkit-scrollbar-track {
	background: #f1f1f1
}

#panel .mobile-menu ul li .submenu ul::-webkit-scrollbar-thumb {
	background: #888
}

#panel .mobile-menu ul li .submenu ul::-webkit-scrollbar-thumb:hover {
	background: #555
}

#panel .mobile-menu ul li .submenu ul li {
	padding: 0
}

#panel .mobile-menu ul li .submenu ul li a {
	font-size: 2.5vh;
	padding: 1vh 30px
}

@media (max-height: 415px) {
	#panel .mobile-menu ul li .submenu ul li a {
		font-size: 3vh
	}
}

#panel .mobile-menu ul li .submenu ul li .sub {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100vh;
	background: #ffffff;
	width: 100%;
	overflow: hidden;
	z-index: 15
}

#panel .mobile-menu ul li.active>a {
	color: var(--red)
}

#panel .mobile-menu ul li.e-belediye {
	margin-top: 10px
}

#panel .mobile-menu ul li.e-belediye a {
	border: 1px solid #000;
	border-radius: 47px;
	display: inline-block;
	padding: 6px 18px
}

.col-menu .mobile-navbar {
	float: left;
	display: none;
	cursor: pointer
}

@media only screen and (max-width: 1200px) {
	.col-menu .mobile-navbar {
		display: block;
		margin: 30px 0
	}
}

.col-menu .mobile-navbar span {
	display: block;
	width: 35px;
	height: 2px;
	background-color: #1aa9bc;
	margin: 8px 0
}

.col-menu .mobile-navbar span:first-child {
	width: 21px
}

.col-menu .mobile-navbar span:last-child {
	width: 12px
}

.slider-loader {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	display: inline-block;
	z-index: 5
}

@media only screen and (max-width: 767px)and (min-width: 500px) {
	.slider-loader {
		height: 280px !important
	}
}

@media only screen and (max-width: 1023px)and (min-width: 768px) {
	.slider-loader {
		height: 350px
	}
}

@media only screen and (max-width: 767px) {
	.slider-loader {
		height: 174px
	}
}

@media only screen and (max-width: 1200px)and (min-width: 1023px) {
	.slider-loader {
		height: 410px
	}
}

.slider {
	display: inline-block !important;
	width: 100%;
	margin: 75px auto 0 auto;
	height: 510px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, .07);
	overflow: hidden
}

.slider .bgSlider {
	background-size: cover !important;
	background-position: right center !important;
	background-repeat: no-repeat !important
}

.slider .features {
	opacity: 0;
	transition: .6s ease-out .1s;
	transform: translateY(40px)
}

@media only screen and (max-width: 1023px)and (min-width: 768px) {
	.slider .features {
		opacity: 1;
		transform: translateY(0)
	}
}

.slider .features.active {
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width: 1200px)and (min-width: 1023px) {
	.slider .features {
		opacity: 1;
		transform: translateY(0)
	}
}

.slider .dark.item .text .line1 {
	color: #00e1ff
}

.slider .dark.item .text .line3 p {
	color: #fff
}

.slider .dark.item .text small {
	color: #fff
}

.slider .dark.item .text a {
	background-color: #00e1ff !important;
	color: #242729 !important
}

.slider .dark.item .text a:hover {
	border-color: #fff !important;
	background: #1b1e1f !important;
	color: #fff !important
}

@media only screen and (max-width: 1023px)and (min-width: 768px) {
	.slider {
		height: 350px;
		overflow: inherit
	}
	.slider .slick-dots {
		bottom: -43px !important
	}
}

@media only screen and (max-width: 767px)and (min-width: 500px) {
	.slider {
		height: 280px !important
	}
}

@media only screen and (max-width: 767px)and (min-width: 480px) {
	.slider .mores {
		font-size: 13px !important
	}
}

@media only screen and (max-width: 480px) {
	.slider .mores {
		font-size: 11px !important
	}
}

@media only screen and (max-width: 767px) {
	.slider {
		height: 174px;
		overflow: inherit
	}
	.slider .mores {
		padding: 3px 12px !important
	}
	.slider .slick-dots {
		bottom: -45px !important
	}
	.slider .slick-dots li {
		margin: 0 !important
	}
}

@media only screen and (max-width: 1200px)and (min-width: 1023px) {
	.slider {
		height: 385px
	}
}

@media only screen and (max-width: 767px) {
	.slider {
		margin: 130px 0 45px 0
	}
}

.slider .slick-list,
.slider .slick-track,
.slider .slick-slide {
	height: 100%
}

.slider .slick-list>div,
.slider .slick-track>div,
.slider .slick-slide>div {
	width: 100%;
	height: 100%
}

.slider .item {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

@media all and (-ms-high-contrast: none) {
	.slider .item {
		display: inherit !important
	}
}

@media only screen and (max-width: 1400px)and (min-width: 1250px) {
	.slider .item .text {
		width: 600px !important
	}
	.slider .item .line1,
	.slider .item .line2 {
		font-size: 32px !important;
		line-height: 42px !important;
		max-width: 600px
	}
	.slider .item .line3 {
		font-size: 15px !important;
		line-height: 20px !important;
	}
}

@media only screen and (max-width: 1250px)and (min-width: 1200px) {
	.slider .item .line1,
	.slider .item .line2 {
		font-size: 42px !important;
		line-height: 42px !important
	}
}

.slider .item .otherLogo {
	position: absolute;
	right: 0;
	top: 30px
}

.slider .item .text {
	width: calc(100% - 545px);
	float: left;
	padding-right: 0;
	max-width: 650px;
	display: flex;
	align-items: center;
	height: 100%
}

@media all and (-ms-high-contrast: none) {
	.slider .item .text {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
}

.slider .item .text.right {
	float: right;
	padding-left: 0;
	padding-right: 4vw;
	text-align: right
}

@media only screen and (max-width: 1023px)and (min-width: 768px) {
	.slider .item .text {
		width: 50%;
		position: relative;
		z-index: 2
	}
}

@media only screen and (max-width: 340px) {
	.slider .item .text {
		width: 100% !important
	}
}

@media only screen and (max-width: 767px) {
	.slider .item .text {
		width: 50%
	}
	.bgSlider img {
		max-width: 175px
	}
}

.slider .item .text p {
	margin: 0
}

.slider .item .text .line1,
.slider .item .text .line2 {
	transition: .6s ease-out .1s;
	transform: translateY(40px);
	font: 42px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: rgba(25, 172, 193, 1);
	letter-spacing: -2px;
	line-height: 46px;
	opacity: 0
}

.slider .item .text .line1.active,
.slider .item .text .line2.active {
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width: 1200px)and (min-width: 1023px) {
	.slider .item .text .line1,
	.slider .item .text .line2 {
		transform: translateY(0);
		opacity: 1
	}
}

@media only screen and (max-width: 1023px)and (min-width: 768px) {
	.slider .item .text .line1,
	.slider .item .text .line2 {
		font-size: 40px;
		line-height: 44px;
		opacity: 1;
		transform: translateY(0)
	}
}

@media only screen and (max-width: 1200px)and (min-width: 1024px) {
	.slider .item .text .line1,
	.slider .item .text .line2 {
		font-size: 48px;
		line-height: 48px
	}
}

.slider .item .text .line3 {
	transition: .6s ease-out .1s;
	transform: translateY(40px);
	font-size: 15px;
	margin: 18px 0;
	opacity: 0
}

.slider .item .text .line3.active {
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width: 1200px)and (min-width: 768px) {
	.slider .item .text .line3 {
		transform: translateY(0);
		opacity: 1
	}
}

@media only screen and (max-width: 767px)and (min-width: 480px) {
	.slider .item .text .line1,
	.slider .item .text .line2 {
		font-size: 30px !important;
		line-height: 34px !important;
		opacity: 1;
		transform: translateY(0)
	}
	.slider .item .text .line3 {
		font-size: 15px !important;
		line-height: 20px !important;
		opacity: 1;
		transform: translateY(0)
	}
}

@media only screen and (max-width: 480px) {
	.slider .item .text .line3 {
		max-height: 47px !important
	}
}

@media only screen and (max-width: 767px) {
	.slider .item .text .line1,
	.slider .item .text .line2 {
		font-size: 13px;
		line-height: 20px;
		margin: 0;
		letter-spacing: -1px;
		opacity: 1;
		transform: translateY(0)
	}
	.slider .item .text .line3 {
		margin: 10px 0;
		font-size: 10px;
		line-height: 15px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		opacity: 1;
		transform: translateY(0)
	}
	.slider .item .text .line3 p:nth-child(2) {
		display: none
	}
	.slider .item .text .features {
		opacity: 1;
		transform: translateY(0)
	}
}

.slider .item small {
	font-size: 14px;
	margin: 20px 0 0 0;
	display: block
}

@media only screen and (max-width: 767px)and (min-width: 480px) {
	.slider .item small {
		font-size: 12px !important
	}
}

@media only screen and (max-width: 767px) {
	.slider .item small {
		font-size: 9px;
		margin: 10px 0 0 0
	}
}

.slider .item picture {
	display: flex;
	align-items: flex-end;
	height: 100%;
	width: 100%
}

@media only screen and (max-width: 767px) {
	.slider .item picture {
		align-items: center
	}
}

.slider .item .img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1
}

.slider .item .img img {
	max-width: 100%;
	max-height: 100%
}

.slider .slick-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0
}

.slider .slick-dots li {
	transition: .3s;
	list-style-type: none;
	outline: 0;
	margin: 0 -1px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent
}

@media only screen and (max-width: 1023px) {
	.slider .slick-dots li.slick-active {
		border-color: #ff3d6f !important
	}
}

.slider .slick-dots li.slick-active {
	transition: .3s;
	border-color: #ff3d6f
}

.slider .slick-dots li button {
	display: none
}

.slider .slick-dots li:after {
	content: "";
	background: #ff3d6f;
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 50%;
	margin: 6px auto
}

@media only screen and (max-width: 1023px) {
	.slider .slick-dots li:after {
		background: #ff3d6f !important
	}
}

.slider .slick-dots.dark li.slick-active {
	border-color: #00e1ff
}

.slider .slick-dots.dark li:after {
	background: #00e1ff
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@media only screen and (max-width: 340px) {
	.buttons a.mores {
		font-size: 11px !important
	}
}

@media only screen and (max-width: 767px) {
	.buttons a.mores {
		font-size: 15px;
		padding: 8px 10px !important
	}
}

.mores {
	transition: .3s;
	color: #fff;
	font: 18px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 10px 32px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	position: relative;
	border: 2px solid transparent
}

#panel .mores {
	max-width: 300px;
	padding: 10px 13px!important
}

@media only screen and (min-width: 768px)and (max-width: 1023px) {
	.mores {
		padding: 7px 20px !important
	}
}

@media only screen and (max-width: 767px) {
	.mores {
		font-size: 14px;
		padding: 8px 22px !important
	}
}

.mores.excaliburBg {
	background-color: #00e1ff !important;
	color: #1b1e1f !important
}

.mores.excaliburBg:hover {
	background-color: #1b1e1f !important;
	color: #fff !important;
	border-color: #fff !important
}

.mores:hover {
	transition: .3s;
	background-color: #fff;
	color: #1b1e1f !important;
	border-color: #1b1e1f
}

.mores:hover small {
	color: #fff !important
}

.blue {
	background-color: #0b1f8f
}

.green {
	background-color: #257883
}

.red {
	background-color: #d64c3e
}

.donate {
	background: #ff3d6f;
	height: 50px!important;
	padding: 0 15px!important;
	color: #fff!important
}

.homeTabs {
	margin: 25px 0
}

.homeTabsCol a {
	width: 100%;
	position: relative;
	display: inline-block;
	float: left;
	height: 200px;
	background: #fbfbfb;
	overflow: hidden;
	border-radius: 10px
}

.homeTabsCol ul {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative;
	padding: 30px 20px
}

.homeTabsCol ul li {
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	position: relative;
	z-index: 12;
	-webkit-transition: all .2 ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.homeTabsCol ul li.title {
	color: #1b1e1f;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 15px
}

.homeTabsCol ul li.desc {
	color: #5b5b5b;
	font-size: 15px;
	line-height: 20px
}

.homeTabsCol ul li.icon {
	color: #ff3d6f;
	font-size: 90px;
	line-height: 90px;
	margin-bottom: 15px
}

.homeTabsCol ul li.bigIcon {
	position: absolute;
	left: -30px;
	top: 0;
	color: #e6e6e6;
	font-size: 180px;
	z-index: 1;
	width: auto;
	transform: rotate(-20deg);
	opacity: .3;
	-webkit-transition: all .3 ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.homeTabsCol a:hover {
	background: #ff3d6f
}

.homeTabsCol a:hover ul li {
	color: #fff!important
}

.homeTabsCol a:hover ul li.bigIcon {
	opacity: .15
}

.homeTabs .homeTabsCol:nth-of-type(2) ul li.icon {
	color: #ffc845
}

.homeTabs .homeTabsCol:nth-of-type(2) a:hover {
	background: #ffc845
}

.homeTabs .homeTabsCol:nth-of-type(3) ul li.icon {
	color: #2f7dff
}

.homeTabs .homeTabsCol:nth-of-type(3) a:hover {
	background: #2f7dff
}

.homeTabs .homeTabsCol:nth-of-type(4) ul li.icon {
	color: #04b4c9
}

.homeTabs .homeTabsCol:nth-of-type(4) a:hover {
	background: #04b4c9
}

.homeAbout {
	margin: 100px 0
}

.homeAbout .homeAboutOverlay {
	position: absolute;
	right: 0;
	left: 68%;
	top: 0;
	bottom: 0;
	background: #109aad;
	height: 410px;
}

.homeAbout .aboutText {
	max-width: 675px
}

.homeAbout .aboutText h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	color: rgba(25, 172, 193, 1)
}

.homeAbout .aboutText p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

.homeAbout .aboutImg {
	background: #1aa9bc;
	border-radius: 100px 0 0 100px;
	height: 410px
}

.homeAbout .aboutImg img {
	margin-left: 75px
}

.homeAbout .aboutText .servicesBtn {
	margin: 25px 0
}

.homeAbout .aboutArea .hi-text {
	font-size: 17px;
	font-weight: 400;
	line-height: 180%;
	max-width: 575px;
}

.homeAbout .aboutArea .hi-text i {
	color: #ff3d6f;
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.homeAbout .aboutImg img {
		margin-left: 0;
	}
	.homeAbout .aboutImg {
		margin-top: 15px;
		border-radius: 50px 50px;
	}
	.homeAbout .homeAboutOverlay {
		display: none;
	}
	.owl-prev,
	.owl-next {
		display: none
	}
	.faqWrapper .panel-header h5 a::after {
		right: 10px!important
	}
	footer {
		text-align: center;
		padding: 25px 0 0 0!important
	}
	footer .bulten {
		margin-top: 25px
	}
	footer .f-menu {
		display: none
	}
	footer .social ul {
		display: block;
		text-align: center;
		margin: 0 auto
	}
	footer .social ul li {
		float: none!important;
		display: inline-block
	}
	footer .copyright {
		margin: 20px 0 0 0
	}
	footer .copyright ul li {
		float: none!important;
		margin: 5px 0
	}
	.homeTabsCol a {
		margin-bottom: 10px
	}
}

.homeActivity {
	background: url(../img/activityBg.jpg);
	background-position: center center;
	width: 100%;
	min-height: 300px
}

.activityCarousel div>img {
	border: 5px solid rgba(255, 61, 111, 0.2);
	opacity: 0.8;
	cursor: pointer
}

.activityCarousel div:hover>img {
	border: 5px solid rgba(255, 61, 111, 7);
	opacity: 1
}

.homeActivity h1 {
	position: absolute;
	top: -20px;
	color: #ff3d6f;
	font-size: 36px;
	font-weight: 600
}

.col-carousel {
	margin: 70px 0;
}

.owl-prev span,
.owl-next span {
	color: #ff3d6f;
}

.owl-carousel .owl-item img {
	border-radius: 10px
}

.owl-prev span:hover,
.owl-next span:hover {
	color: #ec003d;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -45px;
}

.owl-next {
	right: -45px;
}

button:focus,
button:active {
	outline: none!important;
}

.homeFaq {
	padding: 100px 0
}

.faqTitle h2 {
	font-weight: 700;
	color: #0029a1;
}

.faqWrapper .panel {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e5e7e9;
	border-radius: 5px;
	margin-bottom: 20px;
}

.faqWrapper .panel:last-child {
	margin-bottom: 0;
}

.faqWrapper .panel-body {
	padding: 20px 10px 20px 10px;
	padding-top: 0;
	background: #fff
}

.faqWrapper .panel-header:first-child {
	border-radius: 0;
}

.faqWrapper .panel-header {
	padding: 0;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: none;
}

.faqWrapper .btn-link:hover {
	color: unset;
	text-decoration: unset;
}

.faqWrapper .btn-link:focus {
	text-decoration: unset;
}

.faqWrapper .panel-header h5 a {
	font-size: 18px;
	color: #30353d;
	padding: 15px 50px 15px 10px;
	display: block;
}

.faqWrapper .panel-header h5 a::after {
	position: absolute;
	content: "\f070";
	top: 15px;
	right: 50px;
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
	color: #ff3d6f;
}

.faqWrapper .panel-header h5 a.collapsed:after {
	content: "\f06e";
	color: #9da7b7;
}

.s-faqWrapper .panel-header h5 a {
	font-size: 20px;
	color: #ff8155;
	font-weight: 400;
	padding-left: 90px;
	letter-spacing: -.5px;
}

.s-faqWrapper .panel-header h5 a::after {
	color: #ff8155;
	right: unset;
	left: 40px;
	font-size: 20px;
}

.s-faqWrapper .panel-header h5 a.collapsed:after {
	color: #ff8155;
}

.s-faqWrapper .panel-header h5 a:hover {
	color: #ff8155;
}

.s-faqWrapper .panel-header h5 a.collapsed:hover {
	color: #ff8155;
}

.s-faqWrapper .panel-header h5 a.collapsed {
	color: #0e1b33;
}

.homeMessage {
	padding: 100px 0 50px 0;
	background: #fafafa
}

.Stories {
	position: relative;
	margin-bottom: 25px
}

.Stories h1 {
	position: absolute;
	color: #ffc845;
	top: -15px;
	font-size: 36px;
	font-weight: 600;
}

.storyItem {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.03);
	text-align: left;
	border-radius: 10px;
	padding: 50px 25px
}

.storyItem h3 {
	font-size: 16px;
	color: #202020
}

.storyItem p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.Stories .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

.Stories .owl-dots .owl-dot {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	max-width: 20px;
	margin: 0 5px;
	height: 10px;
	border-radius: 12px;
	background-color: #f1f1f1;
}

.Stories .owl-dots .owl-dot.active {
	background-color: #ff3d6f;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26px;
	flex: 0 0 26px;
	width: 26px;
	max-width: 26px;
}

.donate-bar {
	background: #109aad;
	padding: 30px 0
}

.donate-bar .mores.outline {
	border: 1px solid #fff
}

.donate-bar h3 {
	color: #fff
}

.contentBanner {
	position: relative;
	margin-top: 130px;
	margin-bottom: 80px;
	background: #f5f5f5;
	height: 150px
}

.contentBanner .breadcrumbs {
	margin: 50px auto;
	text-align: center
}

.contentBanner .breadcrumbs h1 {
	color: #000
}

.pageContent {
	margin-bottom: 100px
}

.pageContent .text-area h1 {
	color: #000
}

.cover-img {
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;'
}

.pageContent .widget ul>li.active>a {
	color: #109aad;
	font-weight: 600;
}

.pageContent .widget ul li.head {
	background: #109aad;
	font-size: 25px;
	color: #fff;
	padding: 20px 25px 20px 25px;
}

.pageContent .widget ul li {
	background: #F5F5F5;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to left, #f5f5f5, #e8e8e8);
	border-image-slice: 1;
	list-style-type: none
}

.pageContent .widget ul li a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
	color: #202020;
	display: block;
	padding: 0 25px;
	display: block
}

.pageContent .widget ul li {
	padding: 10px 0
}

.pageContent .widget ul li.sidemenu:hover {
	background: linear-gradient(90deg, #f9f9f9 0%, transparent 100%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	padding-left: 10px;
	color: #0a196d;
}

.pageContent .widget ul li a:hover,
.pageContent .widget ul li:hover a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #109aad;
}

.pageContent .widget ul li ul {
	display: block !important;
	margin-bottom: 15px;
	padding-left: 15px
}

.pageContent .widget ul li ul li.active a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #ee1c25;
	padding-left: 42px !important;
}

.pageContent .widget ul li ul li a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 15px;
	color: #231f20;
}

.pageContent .widget ul li ul li ul {
	display: block !important;
	padding-left: 55px;
}

.pageContent .widget ul li ul li ul li a {
	font-size: 14px;
	color: #231f20;
	position: relative;
	padding-left: 20px !important;
}

.address-details h1 {
	font-weight: 900;
	color: #333366;
	font-size: 32px
}

.address-details h6 {
	font-weight: 800;
	color: #ff3d6f;
	font-size: 20px;
	margin-top: 25px
}

.address-details address {
	margin-top: 30px
}

.address-details address ul {
	padding-left: 5px
}

.address-details address ul li {
	background: none;
	padding: 0 0 0 64px;
	position: relative;
	margin-bottom: 15px;
	min-height: 51px;
	list-style-type: none
}

.address-details address ul li span {
	width: 51px;
	height: 51px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.address-details address ul li span i {
	margin-top: 5px;
	color: #109aad;
	font-size: 20px
}

.address-details address ul li em {
	font-style: normal;
	vertical-align: middle;
	display: table-cell;
	height: 30px;
	color: #333
}

#main #faq .card {
	margin-bottom: 30px;
	border: 0;
}

#main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
}

#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #ff3d6f;
	color: #fff;
	padding: 20px;
	white-space: normal;
}

#main #faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
	background: #fff;
	box-shadow: 1px 1px 1px #bbb;
	color: #202020;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}

#main #faq .card .collapsing {
	background: #fff;
	line-height: 30px;
}

#main #faq .card .collapse {
	border: 0;
}

#main #faq .card .collapse.show {
	background: #fff;
	line-height: 30px;
	color: #222;
}

#main #faq .card .card-body h3 {
	font-size: 20px;
	margin-bottom: 20px
}

.profile-nav {
	position: relative;
	display: block;
}

.profile-nav .nav-item {
	display: block;
}

.profile-nav .nav-item .nav-link {
	position: relative;
	line-height: 34px;
	font-size: 23px;
	padding: 25px 38px;
	margin-bottom: 20px;
	color: #202020;
	font-size: 600;
	background-color: #F5F5F5;
}

.profile-nav .nav-item .nav-link::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	background-color: #109aad;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.profile-nav .nav-item .nav-link.active::before {
	width: 8px;
}

.profile-nav .nav-item .nav-link.active {
	background: #e8e8e8
}

@media (max-width: 767.98px) {
	.profile-nav {
		position: relative;
		display: block;
	}
	.profile-nav .nav-item {
		display: inline-block;
	}
	.profile-nav .nav-item .nav-link {
		display: inline-block;
		font-size: 18px;
		padding: 8px 16px;
		margin-bottom: 20px;
	}
	.profile-nav .nav-item .nav-link.active::before {
		height: 4px;
		width: 100%;
	}
	.profile-nav .nav-item .nav-link::before {
		top: inherit;
		right: 0px;
		bottom: 0px;
	}
	.d-card .d-card-body h3 {
		font-size: 18px
	}
	.bagis-formu label {
		font-size: 13px!important
	}
}

.d-card {
	border-radius: 0px;
	background-color: #f5f5f5;
	color: #202020;
}

.d-card .d-card-body {
	padding: 24px 30px 34px 30px;
}

.d-card .d-card-body h3 {
	margin-bottom: 30px;
	line-height: 42px;
	text-align: center
}

.bagis-alani {
	width: 100%;
	color: #202020;
}

.bmiktar {
	float: left;
	width: 32.9%;
	text-align: center;
	padding: 13px 0;
	cursor: pointer;
	background-color: #e8e8e8;
	margin: 0 1px 1px 0;
	transition: background-color 0.2s ease;
}

.bmiktar label {
	font-weight: 600;
	cursor: pointer;
}

.bmiktar input {
	left: -10001px;
	position: absolute;
}

.bmiktar-other {
	width: 99.8%;
}

.bmiktar-other input {
	position: relative;
	color: #202020;
	font-size: 14px;
	font-weight: 600;
	width: inherit;
	text-align: center;
	background-color: #ddd;
	border: none;
	padding: 13px 0;
	transition: background-color 0.2s ease;
}

.bmiktar-other input::placeholder {
	color: #202020;
	font-size: 16px
}

.bmiktar-other input:hover {
	background-color: #109aad;
}

.bagis-miktari .selected,
.bmiktar-other input.selected,
.bagis-miktari .bmiktar:hover {
	background-color: #109aad;
	border: 0;
	color: #fff
}

.donate-black h2 {
	color: #FFF;
	font-size: 32px;
	margin-bottom: 30px;
}

.donate-black h2 span {
	display: block;
	float: left;
	font-size: 16px;
	padding-top: 7px;
	margin-right: 20px;
	text-align: center;
	width: 30px;
	height: 25px;
	background-color: #ec3029;
	border-radius: 50%;
}

.donate-type label,
.donate-payment label {
	font-size: 14px;
	font-weight: 300;
	margin-right: 30px;
}

.bagis-formu {
	padding: 25px;
}

.bagis-formu label {
	font-size: 16px
}

.donate-submit button {
	width: 100%;
	background-color: #ff3d6f;
	border: none;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	padding: 14px 0;
	margin: 30px 0;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px
}

.donate-submit small {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
}

.responsive-table {
	width: 100%;
	margin-bottom: 1.5em;
}

.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.responsive-table thead th {
	background-color: #1d96b2;
	border: 1px solid #1d96b2;
	font-weight: normal;
	text-align: center;
	color: white;
}

.responsive-table thead th:first-of-type {
	text-align: left;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

.responsive-table th,
.responsive-table td {
	padding: .5em;
	vertical-align: middle;
}

.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}

.responsive-table tbody tr {
	margin-bottom: 1em;
	border: 2px solid #1d96b2;
}

.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
}

.responsive-table tbody th[scope="row"] {
	background-color: #1d96b2;
	color: white;
}

.responsive-table tbody td[data-type=currency] {
	text-align: right;
}

.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: .8em;
	color: rgba(94, 93, 82, 0.75);
}

.responsive-table tbody td {
	text-align: right;
	border-bottom: 1px solid #1d96b2;
}

@media (min-width: 52em) {
	.responsive-table {
		font-size: .9em;
	}
	.responsive-table thead {
		position: relative;
		clip: auto;
		height: auto;
		width: auto;
		overflow: auto;
	}
	.responsive-table tr {
		display: table-row;
	}
	.responsive-table th,
	.responsive-table td {
		display: table-cell;
		padding: .5em;
	}
	.responsive-table caption {
		font-size: 1.5em;
	}
	.responsive-table tbody {
		display: table-row-group;
	}
	.responsive-table tbody tr {
		display: table-row;
		border-width: 1px;
	}
	.responsive-table tbody tr:nth-of-type(even) {
		background-color: rgba(94, 93, 82, 0.1);
	}
	.responsive-table tbody th[scope="row"] {
		background-color: transparent;
		color: #5e5d52;
		text-align: left;
	}
	.responsive-table tbody td {
		text-align: center;
	}
	.responsive-table tbody td[data-title]:before {
		content: none;
	}
}

@media (min-width: 62em) {
	.responsive-table {
		font-size: 1em;
	}
	.responsive-table th,
	.responsive-table td {
		padding: .75em .5em;
	}
	.responsive-table tfoot {
		font-size: .9em;
	}
}

@media (min-width: 75em) {
	.responsive-table th,
	.responsive-table td {
		padding: .75em;
	}
}

footer {
	float: left;
	width: 100%;
	background: #F5F5F5;
	padding: 85px 0 0 0;
}

footer .left {
	float: left;
	width: 100%
}

footer .left .social {
	float: left;
	width: 100%;
	margin: 30px 0 0 0
}

footer .left .social span {
	display: block;
	font-size: 15px;
	color: #585858;
	margin: 0 0 15px 0
}

footer .left .social ul {
	padding-left: 0;
}

footer .left .social ul li {
	float: left;
	margin: 0 4px 0 0;
	list-style-type: none
}

footer .left .social ul li a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	width: 37px;
	height: 37px;
	text-align: center;
	border: 1px solid #d6d3d3;
	border-radius: 10px;
	padding: 7px 0
}

footer .left .social ul li a:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #d6d3d3
}

footer .left .social ul li a:hover i {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #ff3d6f
}

footer .left .social ul li a i {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 22px;
	color: #929292
}

footer .f-menu {
	float: left;
	width: 100%
}

footer .f-menu ul {
	float: left;
	width: 50%;
	padding-left: 0;
}

footer .f-menu ul li {
	float: left;
	width: 100%;
	list-style-type: none
}

footer .f-menu ul li a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	float: left;
	font-size: 18px;
	color: #585858;
	padding: 3px 0
}

footer .f-menu ul li a:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #202020
}

footer .bulten {
	float: left;
	width: 100%
}

footer .bulten span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #585858;
	margin: 0 0 25px 0
}

footer .bulten .eform {
	float: left;
	width: 100%
}

footer .bulten .eform form {
	float: left;
	width: 100%;
	position: relative
}

footer .bulten .eform form .form-group {
	float: left;
	width: 100%
}

footer .bulten .eform form .form-group input {
	width: 100%;
	border: 1px solid #C5C5C5;
	height: 57px;
	border-radius: 10px;
	padding: 10px 125px 10px 25px
}

footer .bulten .eform form .submit {
	float: left;
	width: 118px;
	position: absolute;
	right: 0;
	top: 0;
	height: 80%
}

footer .bulten .eform form .submit button,
footer .bulten .eform form .submit input {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #109aad;
	font-size: 15px;
	color: #fff;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center
}

footer .copyright {
	background-color: #e8e8e8;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px
}