a, p, input, select, textarea, table, td, th, span, h3, h4, h5, h6, body, button {
	font-family: 'Manrope', sans-serif;
}
html {
	scroll-behavior: smooth;
}
a:hover {
	text-decoration: none;
}
input, select, button, textarea {
	outline: none;
}
.footer .footer-links ul li a:hover {
    color: #fff;
}
h1 {
	font-weight: 400;
	font-size: 130px;
	line-height: 122px;
	color: #FFFFFF;
	font-family: 'Bai Jamjuree', sans-serif;
}
h2 {
	font-size: 100px;
	line-height: 98px;
	font-family: 'Bai Jamjuree', sans-serif;
}
h3 {
	font-size: 30px;
	line-height: 39px;
}
h4 {
	font-size: 24px;
	line-height: 28px;
}
h5 {
	font-size: 20px;
	line-height: 32px;
}
h6 {
	font-size: 18px;
	line-height: 24px;
}
p {
	font-size: 16px;
	line-height: 22px;
}
.main-header {

	position: absolute;
	transition: 1s;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 100%;
	z-index: 11;
}
.main-header .main-header-logo {

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.main-header .main-header-logo img {

	width: 100%;
	transition: 1s;
}
.main-header .main-header-hamburger {

	position: absolute;
	width: 3%;
	top: 40%;
}
.main-header .main-header-hamburger span {
	cursor: pointer;
}
.main-header .main-header-hamburger img {

	width: 100%;
	transition: 1s;
}
.footer {

	position: relative;
	background: linear-gradient(180deg, #000000 13.12%, #142C47 100%);
	z-index: 0;
	padding-top: 3%;
	padding-bottom: 3%;
	overflow: hidden;
}
.footer .footerrows {

}
.footer .footer-links {

	width: 23%;
}
.footer .footer-links h4 {

	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	font-family: 'Bai Jamjuree';
	margin-bottom: 20px;
}
.footer .footer-links ul {

	padding-left: 0;
	margin-bottom: 0;
}
.footer .footer-links ul li {

	list-style: none;
	margin-bottom: 10px;
}
.footer .footer-links ul li a {

	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: 'Bai Jamjuree';
}
.footer .footer-links ul li a:hover {

}
.footer .footer-adres {

	width: 22%;
	float: right;
}
.footer .footer-adres p {

	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
}
.footer .footer-adres .footer-sosyal-list {
	padding-left: 0;
	margin-bottom: 0;
}
.footer .footer-adres .footer-sosyal-list li {
	display: inline-block;
	margin: 0px 15px 10px 0px;
}
.footer .footer-adres .footer-sosyal-list li img {
}
.footer .footer-adres h3 {
	font-style: normal;
	font-weight: 500;
	color: #FFFFFF;
}
.footer .footer-adres p strong {
	font-weight: 600;
}
.footer .footer-adres p a {
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	transition: 0.5s;
	display: block;
}
.footer .footer-adres p a:hover {
}
.footer .ercimsanfooterlogo {

	position: absolute;
	width: 80%;
	bottom: 22%;
	z-index: -1;
}
.footer .ercimsanfooterlogo img {

	width: 100%;
}
.footer .footer-copyrigth {
	margin-top: 30px;
	margin-left: -15px;
}
.footer .footer-copyrigth p {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 0;
}
.footer .footer-copyrigth p a {
	color: #fff;
	font-weight: bold;
}
.footer .footer-copyrigth p a:hover {
}
.mainpage-first-part {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
.mainpage-first-part .mp-first-left {
	width: 60%;
	margin-top: auto;
	margin-bottom: auto;
}
.mainpage-first-part .mp-first-left h2 {

	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.04em;
	color: #3D3D3B;
	width: 80%;
	padding-left: 5%;
	position: relative;
}
.mainpage-first-part .mp-first-left h2:before {
	content: "";
	background-image: url("../img/e-title.png");
	width: 400px;
	height: 400px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: -140px;
	left: -20px;
}
.mainpage-first-part .mp-first-left h5 {
	font-weight: 300;
	text-align: justify;
	color: #404040;
	width: 90%;
	margin-top: 3%;
}
.mainpage-first-part .mp-first-left .mpfirstbutons {
	margin-top: 4%;
}
.mainpage-first-part .mp-first-left .mpfirstbutons a {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #142C47;
	transition: 0.5s;
	border: 1px solid #142C47;
	border-radius: 30px;
	padding: 12px 34px;
}
.mainpage-first-part .mp-first-left .mpfirstbutons a:hover {
	transition: 0.5s;
}
.mainpage-first-part .mp-first-left .mpfirstbutons a img {
	margin-left: 10px;
	vertical-align: baseline;
	transition: 0.5s;
}
.mainpage-first-part .mp-first-right {
	width: 40%;
}
.mainpage-first-part .mp-first-right .mp-first-right-image {
	position: relative;
	background: #142C47;
	width: 100%;
	height: 800px;
}
.mainpage-first-part .mp-first-right .mp-first-right-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	right: -30px;
	top: -30px;
}
.mainpage-first-part .mp-first-left .mpfirstbutons a:hover img {
	transition: 0.5s;
	margin-left: 15px;
}
.sayilarlaercimsan {

	position: relative;
	background: linear-gradient(180deg, #000000 0%, #142C47 100%, #142C47 100%);
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
	z-index: 0;
}
.sayilarlaercimsan h2 {

	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}
.sayilarlaercimsan h5 {

	font-weight: 300;
	color: #FFFFFF;
	width: 80%;
	margin-top: 30px;
}
.sayilarlaercimsan .sayilarlacard {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 50px 0px 50px 0px;
}
.sayilarlaercimsan .sayilarlacard span {

	font-weight: 600;
	font-size: 150px;
	line-height: 188px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Bai Jamjuree';
}
.sayilarlaercimsan .sayilarlacard h3 {
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
}
.sayilarlaercimsan .kartalpattern {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 70%;
}
.sayilarlaercimsan .kartalpattern img {
	width: 100%;
}
.banner {

	position: relative;
	overflow: hidden;
}
.banner .banner-main-image {
	position: relative;
}
.banner .banner-main-image img {
	width: 100%;
}
.banner .banner-main-image .banner-film {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg, rgba(20, 44, 71, 0) 1.4%, #142C47 108.29%);
}
.banner .banner-desc {
	position: absolute;
	bottom: 25%;
}
.banner .banner-desc h2 {
	font-weight: 400;
	color: #FFFFFF;
}
.banner .banner-ok {
	position: absolute;
	bottom: 10%;
	width: 2%;
	right: 5%;
}
.banner .banner-ok img {

	width: 100%;
}
.hakkimizda-part {

	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.hakkimizda-part .hp-left-side {

	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
}
.hakkimizda-part .hp-left-side h2 {

	color: #3D3D3B;
	width: 90%;
}
.hakkimizda-part .hp-left-side h5 {

	font-weight: 300;
	text-align: justify;
	color: #404040;
	margin-top: 4%;
	width: 85%;
}
.hakkimizda-part .hp-right-side {

	width: 50%;
}
.hakkimizda-part .hp-right-side .hp-right-side-image {

	position: relative;
	background: #142C47;
	height: 600px;
}
.hakkimizda-part .hp-right-side .hp-right-side-image img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 40px;
	left: -40px;
}
.baskaninmesaji-part {

	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.baskaninmesaji-part .baskanmes-left {

	width: 50%;
	padding-right: 7%;
}
.baskaninmesaji-part .baskanmes-left .baskanmes-left-image {

	background: #142C47;
	position: relative;
	width: 100%;
	height: 950px;
}
.baskaninmesaji-part .baskanmes-left .baskanmes-left-image img {

	height: 100%;
	object-fit: cover;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 40px;
}
.baskaninmesaji-part .baskanmes-right {

	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
}
.baskaninmesaji-part .baskanmes-right h2 {

	color: #3D3D3B;
}
.baskaninmesaji-part .baskanmes-right h5 {

	font-weight: 300;
	text-align: justify;
	margin-top: 5%;
}
.yatirimci-iliskileri {

	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.yatirimci-iliskileri h2 {

	font-weight: 400;
	color: #3D3D3B;
	width: 40%;
}
.yatirimci-iliskileri .yatirimci-ilsiki-image {

	position: relative;
	margin-top: 7%;
	margin-bottom: 5%;
}
.yatirimci-iliskileri .yatirimci-ilsiki-image img {

	width: 100%;
	height: 100%;
}
.iletisim-part {

	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.iletisim-part h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.iletisim-part .iletsim-rows {

	margin-top: 5%;
}
.iletisim-part .iletsim-rows .iletisimmap {

	width: 95%;
}
.iletisim-part .iletsim-rows span {

	font-weight: 500;
	font-size: 70px;
	line-height: 125.5%;
	color: #3D3D3B;
	font-family: 'Bai Jamjuree';
}
.iletisim-part .iletsim-rows ul {

	padding-left: 0;
	margin-bottom: 0;
	margin-top: 5%;
}
.iletisim-part .iletsim-rows ul li {

	list-style: none;
	position: relative;
	margin-bottom: 30px;
}
.iletisim-part .iletsim-rows ul li a {

	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	color: #3D3D3B;
	transition: 0.5s;
}
.iletisim-part .iletsim-rows ul li a:hover {

}
.iletisim-part .iletsim-rows ul li p {

	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	color: #3D3D3B;
	width: 80%;
	display: inline-block;
}
.iletisim-part .iletsim-rows ul li img {

	margin-right: 15px;
	vertical-align: top;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.bizimleiletisimegecin {

	position: relative;
	padding-top: 0%;
	padding-bottom: 5%;
}
.bizimleiletisimegecin h2 {

	font-weight: 400;
	color: #3D3D3B;
	width: 60%;
}
.bizimleiletisimegecin .big-rows {

	margin-top: 3%;
}
.bizimleiletisimegecin .big-rows input {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #142C47;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	height: 60px;
	font-weight: 500;
	font-size: 20px;
	color: #3D3D3B;
	margin-bottom: 50px;
}
.bizimleiletisimegecin .big-rows input::placeholder {
	color: #3D3D3B;
}
.bizimleiletisimegecin .big-butons {
	margin-top: 2%;
}
.bizimleiletisimegecin .big-butons button {
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #3D3D3B;
	transition: 0.5s;
	border: 1px solid #142C47;
	border-radius: 30px;
	background: #fff;
	padding: 12px 50px;
}
.bizimleiletisimegecin .big-butons button:hover {
	transition: 0.5s;
	background: #142C47;
	color: #fff;
	border: 1px solid #142C47;
}
.kariyer-first-part {

	position: relative;
	overflow: hidden;
	padding-top: 5%;
	padding-bottom: 5%;
}
.kariyer-first-part .kfp-left {

	width: 50%;
	padding-right: 7%;
}
.kariyer-first-part .kfp-left .kfp-left-image {

	position: relative;
	width: 100%;
	height: 550px;
	background: #142C47;
}
.kariyer-first-part .kfp-left .kfp-left-image img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 40px;
	left: 40px;
}
.kariyer-first-part .kfp-right {

	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
}
.kariyer-first-part .kfp-right h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.kariyer-first-part .kfp-right h4 {

	font-weight: 300;
	text-align: justify;
	color: #404040;
	margin-top: 5%;
}
.kariyer-second-part {

	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
}
.kariyer-second-part .ksp-rows {

	margin-top: 3%;
}
.kariyer-second-part h2 {

	font-weight: 400;
	color: #3D3D3B;
	width: 50%;
}
.kariyer-second-part h4 {

	font-weight: 300;
	text-align: justify;
	color: #404040;
	width: 90%;
}
.basvuruformunudoldurun {

	position: relative;
	overflow: hidden;
	padding-top: 0%;
	padding-bottom: 5%;
}
.basvuruformunudoldurun .bfd-card {

	width: 60%;
	position: relative;
	margin: auto;
}
.basvuruformunudoldurun .bfd-card img {

	width: 60%;
	display: inline-block;
}
.basvuruformunudoldurun .bfd-card a {

	display: inline-block;
	background: #254D72;
	border-radius: 38px;
	transition: 0.5s;
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding: 14px 40px;
	position: absolute;
	top: 28%;
	border: 1px solid #254D72;
	left: 44%;
}
.basvuruformunudoldurun .bfd-card a:hover {

	transition: 0.5s;
	color: #254D72;
	background: #fff;
	border: 1px solid #254D72;
}
.genel-kurul {

	position: relative;
	padding-top: 12%;
	padding-bottom: 5%;
}
.genelkuruldis{

	position: relative;
	padding-top: 0% !important;
	padding-bottom: 5%;
}
.genel-kurul h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.genel-kurul .genelkurultarih-list {

	margin-top: 2%;
}
.genel-kurul .genelkurultarih-list ul {

	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}
.genel-kurul .genelkurultarih-list ul li {

	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.04em;
	color: #000000;
	display: inline-block;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	background: transparent;
	border-radius: 30px;
	cursor: pointer;
}
.genel-kurul .genelkurultable {

	margin-top: 3%;
}
.genel-kurul .genelkurultable table {

	width: 100%;
}
.genel-kurul .genelkurultable table tr {
	border-bottom: 1px solid #000;
display: block;}
.genel-kurul .genelkurultable table tr:first-child {

	background: #254D72;
}
.genel-kurul .genelkurultable table tr:first-child td {
	color: #fff;
	font-weight: 700;
	padding: 16px 10px 16px 50px;
}
.genel-kurul .genelkurultable table tr td {
	padding: 35px 10px 35px 50px;
	font-size: 20px;
	line-height: 162.5%;
	font-weight: 300;
	color: #404040;
width: 600px;}
.genel-kurul .genelkurultable table tr td a {
	font-weight: 300;
	font-size: 20px;
	line-height: 162.5%;
	color: #404040;
	transition: 0.5s;
}
.genel-kurul .genelkurultable table tr td a:hover {

	transition: 0.5s;
	font-weight: 700;
	color: #254D72;
}
.genel-kurul .genelkurultable table tr td a img {

	margin-right: 20px;
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.genel-kurul .genelkurultable table tr td a .gkg-icon-normal {

	transition: 0.5s;
	display: inline;
}
.genel-kurul .genelkurultable table tr td a .gkg-icon-hover {

	transition: 0.5s;
	display: none;
}
.genel-kurul .genelkurultable table tr td .tablebtn {

	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #3D3D3B;
	border: 1px solid #1D4470;
	border-radius: 30px;
	padding: 14px 30px;
	text-align: center;
}
.genel-kurul .genelkurultable table tr td .tablebtn:hover {
	transition: 0.5s;
	background: #1D4470;
	border: 1px solid #1D4470;
	color: #fff;
}
.genel-kurul .genelkurultable table tr td .tablebtn .pdf-ok-normal {
	width: auto;
	height: auto;
	transition: 0.5s;
	margin-left: 20px;
	margin-right: 0;
	display: inline;
}
.genel-kurul .genelkurultable table tr td .tablebtn .pdf-ok-hover {
	width: auto;
	height: auto;
	transition: 0.5s;
	margin-left: 20px;
	margin-right: 0;
	display: none;
}
.genel-kurul .genelkurultable table tr td .tablebtn:hover .pdf-ok-normal {
	transition: 0.5s;
	display: none;
}
.genel-kurul .genelkurultable table tr td .tablebtn:hover .pdf-ok-hover {
	transition: 0.5s;
	display: inline;
}
.genel-kurul .genelkurultable table tr td a:hover .gkg-icon-normal {
	transition: 0.5s;
	display: none;
}
.genel-kurul .genelkurultable table tr td a:hover .gkg-icon-hover {
	transition: 0.5s;
	display: inline;
}
.genel-kurul .genelkurultarih-list ul li.table-tab.active-table-tab {
	background: #1D4470;
	color: #fff;
}
.logo-normal {
	display: inline;
	transition: 0.5s;
}
.logo-hover {
	display: none;
	transition: 0.5s;
}
.header-beyaz .logo-normal {
	display: none;
	transition: 0.5s;
}
.header-beyaz .logo-hover {
	display: inline;
	transition: 0.5s;
}
.yatirimlar-ic-part {

	position: relative;
	overflow: hidden;
	padding-top: 15%;
	padding-bottom: 5%;
}
.yatirimlar-ic-part .yat-left {

	width: 50%;
}
.yatirimlar-ic-part .yat-left h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.yatirimlar-ic-part .yat-left h4 {

	font-weight: 300;
	color: #404040;
	margin-top: 3%;
}
.yatirimlar-ic-part .yat-right {

	width: 50%;
	position: relative;
}
.yatirimlar-ic-part .yat-right .yat-right-image-1 {

	float: right;
	height: 550px;
	width: 400px;
}
.yatirimlar-ic-part .yat-right .yat-right-image-1 img {

	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yatirimlar-ic-part .yat-right .yat-right-image-2 {

	position: absolute;
	width: 70%;
	height: 350px;
	top: 18%;
	left: 15%;
}
.yatirimlar-ic-part .yat-right .yat-right-image-2 img {

	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tesisileredonbtn {

	position: absolute;
	width: 20%;
	right: 6%;
	top: 18%;
}
.tesisileredonbtn a {

	background: #142C47;
	border-radius: 59px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #142C47;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	width: 100%;
	padding: 16px 35px;
	transition: 0.5s;
	justify-content: center;
}
.tesisileredonbtn a:hover {

	transition: 0.5s;
}
.tesisileredonbtn a img {

	margin-left: 20px;
	transition: 0.5s;
}
.tesisileredonbtn a:hover img {
	transition: 0.5s;
	margin-left: 10px;
}
.yatirim-ic-galeri {

	position: relative;
	padding-top: 0%;
	padding-bottom: 5%;
}
.yatirim-ic-galeri h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.yatirim-ic-galeri .yig-rows {

	margin-top: 4%;
}
.yatirim-ic-galeri .yig-rows .yig-card-width {

	width: 32%;
}
.yatirim-ic-galeri .yig-rows .yig-card-width .yig-card {

	width: 90%;
	margin: auto;
	margin-bottom: 50px;
}
.yatirim-ic-galeri .yig-rows .yig-card-width .yig-card img {

	width: 100%;
	height: 450px;
	object-fit: cover;
}
.yonetim-kurulu {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.yonetim-kurulu h2 {

	font-weight: 400;
	color: #3D3D3B;
	margin-bottom: 5%;
}
.yonetim-kurulu .yonkcards {
	position: relative;
	border-bottom: 1px solid #144472;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 50px;
}
.yonetim-kurulu .yonkcards .yonkcards-first {

	width: 20%;
}
.yonetim-kurulu .yonkcards .yonkcards-first img {

	border: 1px solid #3D3D3B;
	width: 45%;
}
.yonetim-kurulu .yonkcards .yonkcards-second {

	width: 25%;
	display: flex;
	align-items: end;
}
.yonetim-kurulu .yonkcards .yonkcards-second h3 {

	font-weight: 700;
	font-size: 40px;
	line-height: 30px;
	color: #838383;
	margin-bottom: 0;
}
.yonetim-kurulu .yonkcards .yonkcards-third {
	width: 55%;
	display: flex;
	align-items: end;
}
.yonetim-kurulu .yonkcards .yonkcards-third h3 {
	font-weight: 300;
	font-size: 40px;
	line-height: 30px;
	color: #838383;
	margin-bottom: 0;
}
.tarihcemiz-part {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.tarihcemiz-part h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.tarihcemiz-part .tarihce-owl {

	margin-top: 5%;
}
.tarihcemiz-part .tarihce-owl .tarihcecard {

	position: relative;
	width: 85%;
	margin: auto;
	text-align: center;
	margin-top: 15%;
	transition: 1s;
}
.tarihcemiz-part .tarihce-owl .tarihcecard .tarihcecard-number {
	position: absolute;
	top: -50px;
	width: 100%;
	z-index: 1;
}
.tarihcemiz-part .tarihce-owl .tarihcecard .tarihcecard-number span {

	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #9E9E9D;
	font-weight: 400;
	font-size: 150px;
	line-height: 84px;
	font-family: 'Bai Jamjuree', sans-serif;
	transition: 1s;
}
.tarihcemiz-part .tarihce-owl .tarihcecard .tarihcecard-main-image {

	position: relative;
	overflow: hidden;
}
.tarihcemiz-part .tarihce-owl .tarihcecard .tarihcecard-main-image img {

	border-radius: 50%;
	border: 1px solid #8F8F8F;
	transition: 1s;
	opacity: 0.5;
}
.tarihcemiz-part .tarihce-owl h5 {

	font-weight: 300;
	text-align: center;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 0;
	height: 70px;
}
.tarihcemiz-part .tarihce-owl .active.actdsa .tarihcecard .tarihcecard-number span {
	-webkit-text-stroke-color: #142C47;
	transition: 1s;
	-webkit-text-fill-color: #142C47;
}
.tarihcemiz-part .tarihce-owl .active.actdsa .tarihcecard .tarihcecard-main-image img {
	opacity: 1;
	transition: 1s;
}
.tarihcemiz-part .tarihce-owl .tarihcecard:after {
	content: "";
	background-image: url("../img/tarihce-el.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 100px;
	top: 50px;
	transition: 1s;
	opacity: 0;
}
.tarihcemiz-part .tarihce-owl .active.actdsa .tarihcecard:after {
	transition: 1s;
	opacity: 1;
}
.tarihcemiz-part .tarihce-owl .owl-nav {
	display: block !important;
	position: absolute;
	top: -10%;
	right: 5%;
}
.mainpagehaberler {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.mainpagehaberler h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.mainpagehaberler .haberler-owl {

	margin-top: 5%;
}
.haber-card {

	position: relative;
	width: 90%;
	transition: 1s;
}
.haber-card .haber-card-main-image {

	position: relative;
	overflow: hidden;
}
.haber-card .haber-card-main-image img {

	height: 220px;
	object-fit: cover;
	transition: 1s;
	width: 100%;
}
.haber-card:hover .haber-card-main-image img {
	transition: 1s;
	transform: scale(1.1);
}
.haber-card .haber-card-desc {

	margin-top: 20px;
}
.haber-card .haber-card-desc h3 {

font-weight: 700;

color: #3D3D3B;

margin-bottom: 0;

height: 170px;
}
.haber-card .haber-card-desc h5 {

	font-weight: 300;
	color: #8B8B8B;
	height: 180px;
	margin-bottom: 0;
}
.haber-card .haber-card-desc .haber-card-buton {
}
.haber-card .haber-card-desc .haber-card-buton a {
	font-weight: 500;
	font-size: 20px;
	line-height: 162.5%;
	color: #8B8B8B;
	transition: 0.5s;
}
.haber-card .haber-card-desc .haber-card-buton a:hover {
	transition: 0.5s;
}
.haber-card .haber-card-desc .haber-card-buton a img {
	width: auto;
	display: inline-block;
	margin-left: 10px;
	transition: 1s;
}
.haber-card .haber-card-desc .haber-card-buton a:hover img {
	transition: 1s;
	margin-left: 20px;
}
.mainpagehaberler .haberler-owl .owl-nav {
	position: absolute;
	margin-top: 0;
	top: -10%;
	right: 3%;
	display: block !important;
}
.haberler-page-part {

	position: relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.haberler-page-part h2 {

	font-weight: 400;
	color: #3D3D3B;
}
.haberler-page-part .haberler-page-cards {

	margin-top: 7%;
}
.haberler-page-part .haberler-page-cards .hp-haber-width {

	width: 32%;
	position: relative;
}
.haberler-page-part .haberler-page-cards .haber-card {

	margin-bottom: 90px;
}
.haberler-page-part .haberler-page-cards .haber-card .hp-haber-yil {
	text-align: center;
}
.haberler-page-part .haberler-page-cards .haber-card .hp-haber-yil span {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #9E9E9D;
	font-weight: 400;
	font-size: 140px;
	line-height: 0px;
	font-family: 'Bai Jamjuree', sans-serif;
}
.haberler-ic-part {

	position: relative;
	padding-bottom: 5%;
	padding-top: 14%;
}
.haberler-ic-part h2 {

	font-weight: 400;
	color: #3D3D3B;
	margin-bottom: 30px;
}
.haberler-ic-part h5 {

	font-weight: 500;
	color: #404040;
}
.haberler-ic-part h3 {

	font-weight: bold;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 10px;
}
.haberler-ic-part .haber-ic-image {
	margin-top: 40px;
	margin-bottom: 40px;
}
.haberler-ic-part .haber-ic-image img {
	width: 100%;
}
.surdurulebilirlik-ic-second {
	position: relative;
	padding-top: 14%;
	padding-bottom: 5%;
	overflow: hidden;
}
.surdurulebilirlik-ic-second h2 {
	font-weight: 400;
	color: #3D3D3B;
}
.surdurulebilirlik-ic-second h5 {
	font-weight: 300;
	color: #404040;
	margin-top: 30px;
}

/*-----------*/

.kariyer-kisisel-bilgileri {
	margin-top: 5%
}
.kariyer-kisisel-bilgileri h3 {
	margin-bottom: 4%
}
.kariyer-kisisel-bilgileri p {
	font-weight: 700;
	font-size: 20px;
	line-height: 152.5%;
	color: #404040;
	margin-bottom: 0;
	position: relative;
	padding-left: 3%
}
.kariyer-kisisel-bilgileri input {
	border: 1px solid #000;
	width: 90%;
	height: 30px;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 30px;
	margin-left: 3%
}
.kariyer-kisisel-bilgileri .kb-left-ok:before {
	content: "";
	background-image: url(../img/s-list-red-ok.png);
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}
.radiowrapper {
	position: absolute;
}
.radiowrapper input {
	visibility: hidden;
	width: 0;
	margin-bottom: 0;
	height: auto;
}
.radiowrapper label:hover {
	font-weight: 700;
}
.radiowrapper input:checked+ label {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #254D72;
}
.radiowrapper label {
	border: 1px solid #254D72;
	width: 50px;
	height: 50px;
	padding: 8px 15px;
	font-size: 25px;
	color: #5c5c5c;
	cursor: pointer;
	font-weight: 700;
}
#wrap1 {
	z-index: 1111;
}
#wrap2 {
	z-index: 111;
}
#wrap3 {
	z-index: 11;
}
#ask1 {
	z-index: 1111;
}
#ask2 {
	z-index: 111;
}
#ask3 {
	z-index: 11;
}
.radio-buton-cinsiyet-liste li {
	display: inline-block;
	margin: 0 40px 0 0;
}
.radio-buton-cinsiyet-liste li:before {
	display: none;
}
.radio-buton-cinsiyet {
	position: relative;
	height: 60px;
	top: -70px;
	left: 110px;
}
.radio-buton-medenihal {
	position: relative;
	height: 60px;
	top: -70px;
	left: 130px;
}
.radio-buton-askerlik {
	position: relative;
	height: 60px;
	top: -88px;
	left: 240px;
}
.radio-buton-askerlik .radiowrapper label span {
	position: absolute;
	top: 40px;
	left: -60px;
	font-size: 20px;
	font-weight: 300;
}
.radio-buton-askerlik .radio-buton-cinsiyet-liste li {
	margin: 0 80px 0 20px;
}
.radio-buton-askerlik .radiowrapper input:checked+ label span {
	left: -60px;
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
}
.radio-buton-engel {
	position: relative;
	height: 60px;
	top: -40px;
	left: 50px;
}
.radio-buton-engel .radiowrapper label {
	width: 40px;
	height: 40px;
}
.radio-buton-engel .radiowrapper label span {
	position: absolute;
	top: 40px;
	left: -60px;
	font-size: 20px;
	font-weight: 300;
}
.radio-buton-engel .radio-buton-cinsiyet-liste li {
	margin: 0 100px 0 20px;
}
.radio-buton-engel .radiowrapper input:checked+ label span {
	left: -60px;
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
}
.kariyer-egitim-bilgileri {
	margin-top: 5%
}
.kariyer-tables-css {
	margin-top: 2%
}
.kariyer-tables-css thead {
	background: #254D72;
	width: 100%
}
.kariyer-tables-css thead th {
	width: 21%;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	padding: 10px;
}
.kariyer-tables-css tbody {
	width: 100%
}
.kariyer-tables-css tbody tr {
	border-bottom: 1px solid #000;
}
.kariyer-tables-css tbody td {
	width: 20%
}
.kariyer-tables-css tbody td textarea {
	height: 90px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	resize: none;
	padding-top: 10px;
	border: 0;
}
.egitimbilgilerTable-btn {
	margin-top: 3%;
	text-align: right;
}
.egitimbilgilerTable-btn button {
	background: #254D72;
	border-radius: 42px;
	border: 1px solid #254D72;
	padding: 12px 20px;
	color: #fff;
	transition: .5s;
}
.egitimbilgilerTable-btn button:hover {
	transition: .5s;
	background: #fff;
	color: #254D72;
	border: 1px solid #254D72;
}
.kariyer-yabanci-diller {
	margin-top: 5%
}
.basvuru-formu-gonder-butonu {
	text-align: right;
	margin-top: 3%
}
.basvuru-formu-gonder-butonu button {
	border: 1px solid #254D72;
	border-radius: 42px;
	transition: .5s;
	background: 0 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 129%;
	color: #254D72;
	padding: 16px 40px;
}
.basvuru-formu-gonder-butonu button:hover {
	transition: .5s;
	border: 1px solid #254D72;
	background: #254D72;
	color: #fff;
}

/*-----------*/

.mainslider {

	position: relative;
}
.mainslider .mainslider-owl {

}
.mainslider .mainslider-owl .mainslider-main-image {

	position: relative;
}
.mainslider .mainslider-owl .mainslider-main-image img {

	height: 100vh;
	object-fit: cover;
}
.mainslider .mainslider-owl .mainslider-film {

	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(20, 44, 71, 0.7) 1.4%, rgba(0, 0, 0, 0) 108.29%);
}
.mainslider .mainslider-owl .mainslider-desc {

	position: absolute;
	top: 40%;
	width: 60%;
}
.mainslider .mainslider-owl .mainslider-desc h1 {

	transition: 1s;
	margin-left: -5%;
}

/*----*/
/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #142C47;
	border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #142C47;
}

/*----*/

/*---------*/

.sidenav {
	height: 100%;
	position: fixed;
	width: 0%;
	z-index: 9999;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	background-image: url("../img/openmenubg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

/*---------*/

.openmenu-logo {

	position: relative;
	width: 100%;
	text-align: center;
}
.openmenu-logo img {
}
.openmenu-logo a {

	font-weight: 600;
	font-size: 64px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	float: right;
}
.openmenu-width {
	width: 32%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.openmenu-width:before {
	content: "";
	background: #142C47;
	height: 115vh;
	width: 1px;
	position: absolute;
	left: 100%;
}
.openmenu-width .openmenu-links {

	margin-top: 8%;
}
.openmenu-width .openmenu-links ul {

	padding-left: 0;
	margin-bottom: 0;
}
.openmenu-width .openmenu-links ul li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	width: max-content;
}
.openmenu-width .openmenu-links ul li a {

	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	color: #142C47;
	transition: 0.5s;
}
.openmenu-width .openmenu-links ul li a:hover {

}
.openmenu-width .openmenu-links ul li a span {
	font-weight: 300;
	font-size: 30px;
	line-height: 136.97%;
	margin-right: 20px;
}
.open-menu-sosyalmedya {

	position: absolute;
	width: 100%;
	left: 0%;
	bottom: 5%;
	text-align: center;
}
.open-menu-sosyalmedya ul {

	padding-left: 0;
	margin-bottom: 0;
}
.open-menu-sosyalmedya ul li {

	list-style: none;
	display: inline-block;
	margin: 0px 10px 0px 10px;
}
.open-menu-sosyalmedya ul li img {

}
.openmenu-width .openmenu-links ul li:before {
	content: "";
	background: #142C47;
	height: 1px;
	position: absolute;
	bottom: 0;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.openmenu-width .openmenu-links ul li:hover:before {
	width: 100%;
}
.openmenu-width:nth-of-type(3):before {
	display: none;
}
.openmenu-width .openmenu-links-small {
}
.openmenu-width .openmenu-links-small ul {
	margin-bottom: 0;
	padding-left: 0;
}
.openmenu-width .openmenu-links-small ul li {
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	width: max-content;
}
.openmenu-width .openmenu-links-small ul li a {
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: #142C47;
}
.openmenu-width .openmenu-links-small ul li a:hover {
}
.openmenu-width .openmenu-links-small ul li a span {
	font-weight: 300;
	font-size: 25px;
	line-height: 136.97%;
	margin-right: 15px;
}
.openmenu-width .openmenu-links-small ul li:before {
	content: "";
	background: #142C47;
	height: 1px;
	position: absolute;
	bottom: 0;
	width: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .3s;
	transition-duration: .5s;
	left: 0;
}
.openmenu-width .openmenu-links-small ul li:hover:before {
	width: 100%;
}
.openmenu-width .openmenu-links ul li.openmenutab.active-openmenutab:before {
	width: 100%;
}
.navbar-takip {

	position: fixed;
	width: 100%;
	transition: 1s;
	padding-top: 1%;
	padding-bottom: 1%;
	background: #142c47;
}
.main-header.navbar-takip .main-header-logo img {

	transition: 1s;
	width: 60%;
	text-align: center;
}
.main-header.navbar-takip .main-header-hamburger img {
	transition: 1s;
	width: 70%;
}

/*------*/

#backtotop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	cursor: pointer;
	background: no-repeat;
}
#backtotop img {
	width: 70px;
}

/*------*/

.header-beyaz .main-header.navbar-takip .logo-normal {
	display: inline;
}
.header-beyaz .main-header.navbar-takip .logo-hover {
	display: none;
}
.mainslider .mainslider-owl .active .mainslider-desc h1 {
	margin-left: 0%;
	transition: 1s;
}
.mainslider .mainslider-owl video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.videomainfilm {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #00000045;
}
.yatirimci-iliskileri .yatiliskileri-owl {

	margin-top: 5%;
}
.yatirimci-iliskileri .yatiliskileri-owl .yatil-card {
	background-image: url("../img/yat-iliski-bg-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	margin-bottom: 60px;
}
.yatirimci-iliskileri .yatiliskileri-owl .yatil-card .yatil-card-main-icon {

	width: 80px;
	height: 80px;
	position: absolute;
	top: 70px;
	left: 85px;
	object-fit: contain;
}
.yatirimci-iliskileri .yatiliskileri-owl .yatil-card h3 {

	position: absolute;
	bottom: 10%;
	width: 100%;
	margin-bottom: 0;
	left: 0;
	font-weight: 400;
	color: #3D3D3B;
	text-align: center;
}
.yatil-card.rotatecard {
	transform: rotate(180deg);
	margin-top: 35%;
}
.yatirimci-iliskileri .yatiliskileri-owl .yatil-card.rotatecard h3 {

	transform: rotate(180deg);
	bottom: -12%;
	width: 100%;
}
.yatirimci-iliskileri .yatiliskileri-owl .yatil-card.rotatecard .yatil-card-main-icon {

	transform: rotate(180deg);
	top: 80px;
}

/*------*/

.tesislerimiz {
	position: relative;
	background-image: url(../img/cimento-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 5%;
	padding-bottom: 0;
}
.tesislerimiz h2 {
	margin-bottom: 30px;
	font-weight: 400;
	/* identical to box height, or 98% */
	color: #3D3D3B;
}
.tesislerimiz h4 {
	font-weight: 300;
	/* or 32px */
	text-align: justify;
	color: #404040;
}
.tesilerimiz-secim-btns {
	text-align: right;
}
.tesilerimiz-secim-btns .tesislerimiz-sec {
	width: 40%;
	display: inline-block;
}
.dropdown-tes-sec {
	position: relative;
	display: inline-block;
	background: 0 0;
	border-radius: 59px;
	padding: 16px 40px;
	border: 1px solid #142C47;
	transition: .5s;
	cursor: pointer;
	z-index: 111;
}
.dropdown-tes-sec:hover {
	transition: .5s;
	background: #142C47;
	border: 1px solid #142C47;
}
.dropdown-tes-sec:hover span {
	color: #fff;
}
.dropdown-tes-sec:hover img {
	display: inline;
	transition: .5s;
}
.dropdown-tes-sec span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #142C47;
	text-align: left;
	display: inline-block;
}
.dropdown-tes-sec img {
	margin-left: 20px;
	transition: .5s;
	display: none;
}
.dropdown-content-tes-sec {
	display: none;
	position: absolute;
	min-width: 160px;
	padding: 12px 16px;
	z-index: 1;
}
.dropdown-content-tes-sec ul {
	margin-bottom: 0;
	margin-top: 5%;
	padding-left: 0;
}
.dropdown-content-tes-sec ul li {
	list-style: none;
	margin-bottom: 15px;
}
.dropdown-content-tes-sec ul li a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #616161;
	transition: .5s;
}
.dropdown-content-tes-sec ul li a:hover {
	transition: .5s;
	font-weight: 700;
	color: #142C47;
}
.dropdown-tes-sec:hover .dropdown-content-tes-sec {
	display: block;
	width: 100%;
	left: 0;
	top: 100%;
	text-align: left;
	height: 250px;
	overflow: auto;
}
.tesislerimiz-yuzgec {
	position: absolute;
	top: -25%;
	right: 14%
}
.tesislerimiz-yuzgec img {
	transform: rotate(90deg);
	width: 90%
}
.il-isimleri {
	position: absolute;
	z-index: 2;
}
.il-isimleri div {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 8px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.svg-turkiye-haritasi {
	max-width: 80%;
	margin: auto;
	text-align: center;
	margin-top: 5%
}
.svg-turkiye-haritasi svg {
	width: 100%;
	height: auto;
}
#svg-turkiye-haritasi path {
	cursor: default;
	fill: #0000006e;
}
#svg-turkiye-haritasi path:hover {
	fill: #0000006e;
}
.fabrikalar-ve-tesisler {
	position: relative;
}
.mainpage-harita-box {
	position: absolute;
	top: 0%;
	width: 20%;
	border: 1px solid transparent;
	background: #fff;
	padding: 40px 40px 60px 40px;
	right: 28%;
	height: 300px;
	overflow: auto;
}
.mainpage-harita-box h3 {
	font-weight: 700;
	color: #3d3d3b;
	margin-bottom: 20px;
}
.mainpage-harita-box p {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 138%;
	color: #8b8b8b;
	margin-bottom: 0;
}
.mainpage-harita-box:before {
	content: "";
	background: #e52822;
	position: absolute;
	left: 0;
	top: 0;
}
.harita-box-kapat {
	position: absolute;
	top: 5%;
	right: 5%
}
.harita-box-kapat img {
	cursor: pointer;
}
.gelentesis {
	margin-bottom: 10%;
	position: relative;
}
.gelentesis::before {
	content: "";
	background: #142c47;
	width: 5px;
	height: 80%;
	position: absolute;
	left: -13%;
	top: 0;
}
#parent-maptab-menu {
	position: relative;
}
.harita-main {
	padding-top: 7%;
}
.mhbox-btn {
	margin-top: 8%;
}
.mhbox-btn a {
	background: #142c47;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid #142c47;
	transition: .5s;
	font-size: 12px;
}
.mhbox-btn a:hover {
	border: 1px solid #142c47;
	transition: .5s;
	background: #fff;
	color: #142c47;
}

/*------*/
.dropdown-fab-tes {
	position: relative;
	background: #142c47;
	border-radius: 60px;
	display: inline-block;
	padding: 16px 20px;
	width: 270px;
	float: right;
}
.dropdown-fab-tes span {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff
}
.dropdown-fab-tes img {
	margin-left: 10px
}
.dropdown-content-fab-tes {
	display: none;
	position: absolute;
	min-width: 160px;
	padding: 12px 16px;
	z-index: 1
}
.dropdown-fab-tes:hover .dropdown-content-fab-tes {
	display: block;
	width: 100%;
	left: 0;
	top: 30px;
	padding-top: 40px
}
.dropdown-content-fab-tes ul {
	padding-left: 20px;
	margin-bottom: 0;
	padding-right: 20px
}
.dropdown-content-fab-tes ul li {
	list-style: none;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #616161;
	margin-bottom: 20px;
	cursor: pointer
}
.iletisim-adres-box {
	margin-top: 5%
}
.iletisim-adres-box h3 {
	font-weight: 700;
	color: #3d3d3b
}
.iletisim-adres-box ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 5%
}
.iletisim-adres-box ul li {
	list-style: none;
	margin-bottom: 30px
}
.iletisim-adres-box ul li img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-right: 10px
}
.iletisim-adres-box ul li a {
	font-weight: 400;
	font-size: 20px;
	line-height: 17px;
	color: #3d3d3b;
	transition: .5s
}
.iletisim-adres-box ul li a:hover {
	color: #e52822;
	transition: .5s;
	font-weight: 700
}
.iletisim-adres-box ul li p {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 17px;
	color: #3d3d3b
}
#parent-iletisim-fab-tab {
	margin-bottom: 5%;
}
.fabrikalar-alti-kibris{
        position: absolute;
        bottom: 0;
        left: 40%;
        opacity: 0.45;
    }