/* 

Theme Name: SuperCode Theme
Theme URI: https://supercode.com.tr/
Author: SuperCode
Author URI: https://supercode.com.tr/
Description: Supercode Custom Theme
Version: 1.0
Text Domain: akfen

*/


/* Designed by SuperCode */

* {
    box-sizing: border-box;
    outline: 0;
}

html,
body {
    height: 100%;
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: pn-bold;
}

@font-face {
    font-family: pn-light;
    src: url(assets/fonts/ProximaNova-Light.ttf);
}

@font-face {
    font-family: pn-regular;
    src: url(assets/fonts/ProximaNova-Regular.ttf);
}

@font-face {
    font-family: pn-bold;
    src: url(assets/fonts/ProximaNova-Bold.ttf);
}

@font-face {
    font-family: pn-semiBold;
    src: url(assets/fonts/ProximaNova-Semibold.ttf);
}




.yeni-medya .main-info {
    margin-top: 2em;
}

.yeni-medya .main-info .flex-row {
    align-items: center;
}

.yeni-medya .flex-row {
    display: flex;
    width: 100%;
}

.yeni-medya .flex-row .flex-col {
    margin-bottom:20px;
}

.yeni-medya .flex-col.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.yeni-medya .main-info img {
    width: 100%;
    display: block;
}
.yeni-medya .main-info .text {
    padding-left: 1em;
}

.yeni-medya .reverse-row {
    flex-direction: row-reverse !important;
}
.yeni-medya .main-info .black-col {
    background-color: #040707;
}
.yeni-medya .main-info .text h3 {
    font-size: 1.5em;
    font-family: pn-bold;
    color: #76a243;
    margin-bottom: 1em;
}
.yeni-medya .main-info .icon {
    width: 2em;
    height: 2em;
    margin-right: 1em;
}
.yeni-medya .main-info .text span {
    font-size: 1.2em;
    color: #656565;
}
.yeni-medya .main-info .text span a {
    text-decoration: underline;
    color: #656565;
}
.yeni-medya .main-info .text p {
    font-size: 1.4em;
	margin-bottom:0px;
    color: #040707;
}

.main-info .black-col p {
    color: white !important;
}

p {
    line-height: 1.5
}

strong {
    font-family: pn-bold;
}

body {
    font-size: 18px;
    color: #52595f;
    overflow-x: hidden;
    font-family: pn-regular;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

@media only screen and (max-width: 1705px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1600px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1370px) {
    body {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1290px) {
    body {
        font-size: 12px;
    }
}

.sc-pe-0 {
    padding-right: 0;
}

.sc-ps-0 {
    padding-left: 0;
}

.sc-ps-4 {
    padding-left: 1.5rem;
}

.sc-pl-4 {
    padding-left: 4.5rem;
}

.sc-bg-dark {
    background-color: #000;
    height: 16em;
}

.sc-bg-dark .icon-text-head-title {
    font-size: 1.5em;
    font-family: pn-bold;
    color: #76a243;
    margin-top: 1em;
}

.sc-container-padding {
    padding-left: 4em;
    padding-right: 4em;
    background-color: white;
    display: inline-block;
    width: 100%;
}

header .sc-header {
    width: 100%;
    display: block;
    background: #fff;
    z-index: 5;
}

header .sc-header .header-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.sc-header-fxd {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.sc-pt-fxd {
    padding-top: 4em;
}

.sc-logo img {
    height: 4em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    max-width: none;
}

.menu-center-align {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
}

.black-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    display: none;
    -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    opacity: 0;
    z-index: 99;
}

.black-layer.active {
    display: block !important;
    opacity: 1 !important;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
    padding-left: 2em;
}

.header-menu li {
    margin-right: 15px;
}

.header-menu li>a {
    text-decoration: none;
    color: #040707;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.8em;
    font-size: 16px;
    padding: 0px 10px;
    display: block;
    font-family: pn-semiBold;
}

.logo-left-align {}

.lang-right-align {
    width: 4em;
    line-height: 4em;
    padding: 0 15px;
    background: #638c33;
    text-decoration: none;
    color: white;
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.lang-right-align:hover {
    background-color: #638c33;
}

.lang-right-align .sc-lang span a {
    color: #fff;
    text-decoration: none;
}

.search-page-sayfaya-git {
    font-family: pn-regular;
    font-size: 1.2em;
}

.sc-aranan-kelime {
    font-size: 3em;
    color: #7c7c7c;
    margin-bottom: 0.5em;
    line-height: 1;
}

.accordion-header {
    font-size: 1em;
}

.sc-aranan-kelime span {
    color: #76a243;
}

.search-right-end-align {
    line-height: 4em;
    font-size: 1em;
	padding: 0px 6px;
    display: block;
    text-decoration: none;
    color: white;
    background-color: #76a243;
    width: 12em;
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.search-right-end-align:hover {
    background-color: #638c33;
}

.search-right-end-align .searchBtnOpen {
    margin-left: 10px;
}

.search-right-end-align .sc-search {
    cursor: pointer;
}


/*Swiper Slider*/


/*
.sc-slider-height {
    height: 81vh;
    overflow: hidden;
}

.sc-slider-height .swiper-pagination {
    bottom: 21% !important;
}

.sc-slider-height .swiper {
    width: 100%;
    height: 100%;
}

.sc-slider-height .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.sc-slider-height {
    position: relative;
}

.accordion-button::after {
    background-image: url(https://www.dev3.superdiji.com/akfeninsaat/wp-content/uploads/2023/12/accordion-down-icon.png) !important;
}

.sc-slider-height .swiper-slide img {
    width: 100%;
    max-height: 84vh;
    height: 100%;
    object-fit: cover;
}

.sc-slider-height .slider-text {
    position: absolute;
    display: inline-block;
    top: 50%;
    color: #fff;
    padding-left: 0.8em;
    text-align: left;
    width: 50%;
    opacity: 0;
    transform: translateY(-50%);
    right: 3em;
    border-left: 3px solid #76a243;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    overflow: hidden;
}

.swiper-slide-active .slider-text {
    opacity: 1;
}

.sc-slider-height .slider-text h2 {
    font-size: 3em;
    font-weight: 300;
    text-shadow: 2px 1px 4px #4a4a4a;
    transform: translateX(-100%);
    -webkit-transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 600ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-delay: 500ms;
    font-family: pn-regular;
	color:#fff!important;
}

.swiper-slide-active .slider-text h2 {
    transform: translateX(0%);
    text-shadow: 2px 1px 4px #000;
}

.sc-slider-btn {
	color: #fff;
	padding: 0.5em 1.5em;
	font-family: 'pn-semiBold';
	font-size: 0.8em;
	background:#76a243;
}
.sc-slider-btn:hover{
	color:#fff!important;
}

/* Slider End */

.home-page-content {
    margin-top: 8em;
    margin-bottom: 3em;
}

.home-page-content .content-title {}

.home-page-content .sc-section-one .content-title .sc-section-title {
    color: #7c7c7c;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-family: pn-bold;
}

.home-page-content .sc-section-one .content-title .sc-section-title-red {
    color: #76a243;
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-family: pn-bold;
}

.sc-section-one .sc-image-box {
    position: relative;
    padding: 0.5em;
}

.sc-section-one .sc-image-box .sc-image-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: white;
    align-items: start;
}

.sc-section-one .left-text-align {
    padding-right: 3.5em;
}

.sc-section-one .sc-image-box .sc-image-box-content .icon,
.sc-section-one .sc-image-box .sc-image-box-content .text {
    padding: 0.5em;
}

.sc-section-one .sc-image-box .sc-image-box-content .icon img {
    width: 2em;
}

.sc-section-one .sc-image-box .sc-image-box-content .text a {
    display: block;
    text-decoration: none;
}

.sc-section-one .sc-image-box .sc-image-box-content .text a.box-text-link {
    color: #fff;
    font-size: 1.5em;
    font-family: pn-regular;
}

.sc-section-one .sc-image-box .sc-image-box-content .text a.box-text-link-second {
    color: #656565;
}

.homepage-icon-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage-icon-data .icon-data-box {
    display: flex;
    align-items: center;
}

.homepage-icon-data .icon-data-box p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: 'pn-light';
    font-size: 2.25em;
    margin-left: 10px;
}

.homepage-icon-data .icon-data-box p .number {
    color: #76a243;
}

.homepage-icon-data .icon-data-box img {
    display: inline-block;
    vertical-align: middle;
    height: 3.5em;
}

.home-page-content .sc-section-two {
    padding: 1em;
    border: 1px solid #76a243;
    margin-bottom: 7em;
    margin-top: 5em;
}

.home-page-content .sc-section-three .icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.home-page-content .sc-section-three .icon-text-head-title {
    font-size: 1.5em;
    color: #76a243;
    margin-bottom: 1em;
}

.home-page-content .sc-section-three .icon-text .text .text-title {
    font-size: 1.5em;
    font-family: 'pn-semiBold';
    color: #040707;
    line-height: 1;
    margin-bottom: 0.1em;
}

.home-page-content .sc-section-three .sc-bg-dark .icon-text .text .text-title {
    color: #fff;
}

.home-page-content .sc-section-three .icon-text .text .sub-title {
    font-size: 1em;
    color: #656565;
    font-weight: 300;
}

.home-page-content .sc-section-three .icon-text .text .sub-title a {
    color: #d0d0d0;
    text-decoration: underline;
}

.home-page-content .sc-section-three .icon-text .text .sub-title a:hover {
    color: #76a243;
}

.home-page-content .sc-section-three .icon-text .icon {
    width: 2em;
    height: 2em;
    margin-right: 1em;
}

.home-page-content .sc-section-three .icon-text .icon img {
    width: 100%;
    display: block;
}

.home-page-content .sc-section-three .icon-text .text p {
    margin-bottom: 0;
    color: #fff;
    font-family: pn-regular;
}

.sc-breadcrumb-image img {
    width: 100%;
}

.sc-menu .menu-primary-menu-container #menu-primary-menu .menu-item .sub-menu,
.sc-menu .menu-primary-menu-container #menu-primary-menu-en .menu-item .sub-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    transition: all .3s linear;
    position: absolute;
    top: 55px;
    background: #fff;
    list-style: none;
    display: none;
}

.sc-menu .menu-primary-menu-container #menu-primary-menu .menu-item:hover .sub-menu,
.sc-menu .menu-primary-menu-container #menu-primary-menu-en .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    display: block;
    z-index: 9;
}

.sc-menu .menu-ana {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 100%;
    padding-left: 1em;
}

.sc-menu .menu-ana #menu-primary-menu,
.sc-menu .menu-ana #menu-primary-menu-en {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
    position: relative;
    padding-left: 2em;
    padding-right: 2em;
    list-style: none;
    margin-bottom: 0;
}

.sc-menu .menu-ana #menu-primary-menu>li,
.sc-menu .menu-ana #menu-primary-menu-en>li {
    display: inline-block;
    vertical-align: middle;
    line-height: 3.8em;
}

.sc-menu .menu-ana #menu-primary-menu>li a:first-child,
.sc-menu .menu-ana #menu-primary-menu-en>li a:first-child {
    margin-left: 0;
}

.sc-menu .menu-ana #menu-primary-menu>li>a,
.sc-menu .menu-ana #menu-primary-menu-en>li>a {
    margin-top: 0;
    font-size: 1em;
    display: block;
    text-decoration: none;
    border-bottom: 0.2em solid #fff;
    cursor: pointer;
    z-index: 3;
    position: relative;
    color: #040707;
    font-family: pn-regular;
    font-weight: 700;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/*
.menu-text-col {
    padding-right: 4em;
    -webkit-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-delay: 0s;
    z-index: 2;
}
*/

.menu-text-col .alt-menu {
    list-style: none;
    padding-left: 0;
}

.menu-text-col .alt-menu li {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 0.5em;
}

.menu-text-col .alt-menu li a {
    border-left: 4px solid #d5d5d5;
    line-height: 2em;
    border-bottom: 0 !important;
    text-decoration: none;
    color: #040707;
    cursor: pointer;
    position: relative;
    z-index: 1200;
    color: #040707;
    margin-top: 0;
    font-weight: 700;
    font-size: 1em;
    padding: 0px 10px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.menu-text-col .alt-menu li a:hover {
    background-color: white;
    color: #76a243;
    padding-left: 1.5em;
    border-left: 4px solid #76a243;
    border-bottom: 0;
}

.sc-menu .menu-ana #menu-primary-menu>li:hover .menu-down-box,
.sc-menu .menu-ana #menu-primary-menu-en>li:hover .menu-down-box {
    display: block;
    padding: 2em;
    position: absolute;
    width: 100%;
    background-color: white;
    left: 15px;
    transform: translateY(0%);
    /*overflow: visible;*/
}


/*
.sc-menu .menu-ana #menu-primary-menu>li:hover .menu-down-box .row,
.sc-menu .menu-ana #menu-primary-menu-en>li:hover .menu-down-box .row{
	transform: translateY(0%);
	scale: 1 ;
	
}
*/

.sc-menu .menu-ana #menu-primary-menu>li:hover>a,
.sc-menu .menu-ana #menu-primary-menu-en>li:hover>a {
    border-bottom: 0.17em solid #76a243;
}

.sc-menu .menu-ana #menu-primary-menu>li a:hover .menu-down-box {}

.menu-down-box {
    display: block;
    padding: 2em;
    z-index: 2;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: -1;
    left: 15px;
    transform: translateY(-120%);
    overflow: hidden;
    -webkit-transition: all 700ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 700ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 700ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 700ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/*
.menu-down-box .row{
	
	 transform: translateY(125%);
	 -webkit-transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);

	background: #fff;
	
}
*/

.menu-down-box .row .menu-text-col {
    transform: translateY(120%);
    -webkit-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    opacity: 0;
    transition-delay: 0s;
    background: #fff;
}

.menu-down-box .row .menu-image-col {
    transform: translateY(120%);
    -webkit-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 900ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    opacity: 1;
}

.sc-menu .menu-ana #menu-primary-menu>li:hover .menu-down-box .row .menu-text-col,
.sc-menu .menu-ana #menu-primary-menu>li:hover .menu-down-box .row .menu-image-col {
    opacity: 1;
    transform: translateY(0%);
}

.sc-menu .menu-ana #menu-primary-menu-en>li:hover .menu-down-box .row .menu-text-col,
.sc-menu .menu-ana #menu-primary-menu-en>li:hover .menu-down-box .row .menu-image-col {
    opacity: 1;
    transform: translateY(0%);
}

.sc-menu .menu-ana .menu-down-box .swiper-pagination {
    display: none;
}

.sc-breadcrumg-img {
    position: relative;
}

.sc-breadcrumb-title {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0%, -50%);
	 border-left: 4px #76a243 solid;
	padding-left: 0.8em;
}

.sc-page-title-h2 {
    font-size: 3em;
    color: #7c7c7c;
    margin-bottom: 0.5em;
}

.sc-page-title-h2 span {
    color: #76a243;
}

.sc-breadcrumb-title span {
    line-height: 1;
    color: #fff;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 3em;
    font-family: 'pn-bold';
}

.sc-inner-breadcrumb {
    margin: 2em 0;
    font-family: 'pn-bold';
}

.sc-inner-breadcrumb a {
    text-decoration: 0;
    color: #030706;
    font-family: 'pn-regular';
    transition: all .3s linear;
}

.sc-inner-breadcrumb a:hover {
    text-decoration: underline;
}

.sc-inner-breadcrumb span {
    color: #030706;
    font-family: 'pn-regular';
    margin: 0 5px;
}

.sc-page-detail-content h1 {
    color: #76a243;
    font-size: 3em;
    margin-bottom: 0.5em;
}

.sc-page-detail-content h1 .highlight {
    color: #7c7c7c !important;
}

.sc-sirket-grafik {
    overflow: hidden;
}

.sc-page-detail-content p {
    font-family: pn-regular;
    font-size: 1em;
    color: #52595f;
    line-height: 1.5;
}

.sc-page-detail-content p strong {
    color: #52595f;
}

.sc-archive-inner .img-fluid.sc-image-box {
    width: 100%;
    object-fit: cover;
}

.sc-archive-inner a {
    text-decoration: none;
    color: #fff;
}

.sc-archive-inner {
    position: relative;
    margin-bottom: 25px;
}

.sc-archive-inner .sc-archive-post-title {
    color: #fff;
    font-weight: 600;
    border-left: 4px #76a243 solid;
    padding-left: 0.5em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translate(0%, -50%);
    -webkit-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    font-size: 1.4em;
}

.sc-archive-inner:hover .sc-archive-post-title {
    top: 45%;
}

.sc-left-sidebar li a {
    border-left: 4px solid #d5d5d5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 0 !important;
    font-size: 1.25em;
    padding-left: 1.5em;
    color: #040707;
    display: inline-block;
    width: 100%;
    line-height: 1;
}

.sc-left-sidebar li {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.sc-left-sidebar li {
    border-bottom: 1px solid #d5d5d5;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: #f0f0f0;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b2b2b2;
    height: 3.5em;
    cursor: pointer;
    font-size: 1em;
    user-select: text;
}

.accordion-flush .accordion-item .accordion-button span {
    cursor: text;
    padding: 0 5px;
}

.sc-acerdion {
    margin-bottom: 48px;
}

.accordion-button:not(.collapsed) {
    color: #52595f;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0%) sepia(0%) saturate(12%) hue-rotate(257deg) brightness(104%) contrast(104%);
}

.sc-current-page>a {
    color: #76a243 !important;
    border-left: 4px solid #76a243 !important;
}

.sc-sirket-grafik dl.DL {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    position: relative;
    padding: 20px;
}

.sc-sirket-grafik dt.DT {
    align-self: flex-start;
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.sc-sirket-grafik dl.DL,
.sc-sirket-grafik dt.DT {
    width: 100%;
}

.sc-percentage {
    font-size: .8em;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #fff 1px, #fff 5%);
}

.sc-percentage,
.sc-sirket-grafik dt {
    margin-left: 130px;
}

.sc-sirket-grafik dt {
    font-family: 'pn-regular';
}

.sc-sirket-grafik dd {
    margin-bottom: 0;
}

.sc-textChart {
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 40px;
    width: 135px;
    position: absolute;
    left: 0;
    justify-content: flex-end;
    font-size: 10px;
}

.sc-percentage:after {
    content: "";
    display: block;
    background-color: #76a243;
    width: 50px;
    margin-bottom: 10px;
    height: 90%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color .3s ease;
    cursor: pointer;
}

.sc-percentage-100:after {
    width: 100%;
}

.sc-percentage-10:after {
    width: 10%;
}

.sc-percentageGray:after {
    background-color: #aaa;
}

.sc-percentage-39:after {
    width: 39%;
}

.sc-percentageGray:after {
    background-color: #aaa;
}

.sc-percentage-51:after {
    width: 51%;
}

.sc-percentage-67:after {
    width: 67%;
}

.sc-percentage-33:after {
    width: 33%;
}

.sc-percentage-50:after {
    width: 50%;
}

.sc-percentage-14:after {
    width: 14%;
}

.sc-percentage-86:after {
    width: 86%;
}

.sc-percentage-45:after {
    width: 45%;
}

.sc-percentage-9:after {
    width: 9%;
}

.sc-other-group-company table tr td strong {
    font-size: 18px;
    color: #292929;
    font-family: pn-regular;
}

.sc-other-group-company table tr td {
    font-size: 16px;
    color: #52595f;
    font-family: pn-regular;
    padding: .7em;
}

.sc-kilometre-taslari {
    position: relative;
}

.sc-kilometre-taslari::before {
    content: '';
    display: block;
    width: 2px;
    background-color: #d5d5d5;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sc-kilometre-taslari .sc-kilometre {
    display: flex;
    align-items: center;
    margin-bottom: 3em;
}

.sc-kilometre-taslari .sc-kilometre .sc-kilometre-image {
    width: 57%;
    padding-right: 2em;
}

.sc-kilometre-taslari .sc-kilometre .sc-kilometre-image img {
    width: 100%;
    display: block;
}

.sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin {
    margin: 0 2em;
    width: 50%;
    position: relative;
    margin-top: 3em;
    padding-left: 4em;
}

.sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin .sc-kilometre-dot {
    position: absolute;
    width: 6em;
    left: -3em;
    top: 1em;
    height: 2.3em;
    background-image: url(https://akfenholding.com.tr/Themes/Akfen/Content/img/right-km-arrow.png);
    background-size: 100%;
}

.sc-kilometre-taslari .sc-kilometre.reverse {
    flex-direction: row-reverse;
}

.sc-kilometre-taslari .sc-kilometre.reverse .sc-kilometre-metin {
    padding-right: 4em;
    padding-left: 0;
}

.sc-kilometre-taslari .sc-kilometre.reverse .sc-kilometre-image {
    border-right: 0;
    padding-left: 2em;
    padding-right: 0;
}

.sc-kilometre-taslari .sc-kilometre.reverse .sc-kilometre-metin .sc-kilometre-dot {
    right: -3em;
    left: auto;
    background-image: url(https://akfenholding.com.tr/Themes/Akfen/Content/img/left-km-arrow.png);
}

.sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin .sc-kilometre-date {
    font-size: 3em;
    margin-bottom: 0;
    font-family: pn-bold;
}

footer {
    background: #f8f8f8;
    width: 100%;
    padding: 25px 0px 10px 0px;
    position: relative;
    border-top: 1px solid #ececec;
}

footer.sc-top-50 {
    margin-top: 50px;
}

footer .social-butons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 55px;
    padding-top: 15px;
}

footer .social-butons a {
    border: 1px solid #e4e4e4;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #76a243;
    font-size: 21px;
}

footer .footer-logo {
    margin-bottom: 20px;
}

footer .footer-logo img {
    max-height: 70px;
}

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

footer .footer-category-list li {
    padding: 3px 0;
}

footer .footer-category-list li a {
    text-decoration: none;
    color: #706e6e;
    font-size: 16px;
    font-family: 'pn-regular';
}

footer .footer.phone a,
footer .footer.email a {
    text-decoration: none;
    color: #52595f;
	font-size:16px;
}

footer .footer.phone i,
footer .footer.email i {
    margin-right: 10px;
    color: #76a243;
}

footer .footer.email {
    margin-bottom: 5px;
}

footer .sc-copyright {
    position: relative;
    padding-bottom: 5px;
    padding-top: 15px;
    border-top: 1px solid #ececec;
}

footer .sc-copyright .sc-copyright-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .sc-copyright p {
    margin-bottom: 0;
}

.sc-footer-link p {
    color: #000;
    font-family: 'pn-semiBold';
}

.footer.adress p {
    font-size: 17px;
    font-family: 'pn-regular';
}

footer .sc-container-padding {
    background-color: #f8f8f8 !important;
}

.sc-copyright .sc-copy-left p,
.sc-copyright .sc-copy-right p {
    font-family: 'pn-regular';
    font-size: 18px;
}

.menu-image-swiper .swiper-slide img {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.sc-page-kartvizit {
    width: 50%;
    float: right;
    padding-left: 4em;
    margin-left: 4em;
    margin-bottom: 1em;
    border-left: #d5d5d5 2px solid;
}

.sc-page-kartvizit .kartvizit-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.sc-page-kartvizit .kartvizit-row p {
    color: #7c7c7c;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.sc-page-kartvizit .kartvizit-row img {
    margin-right: 0.5em;
    width: 1em;
}

.sc-page-kartvizit .kartvizit-row a {
    text-decoration: none;
    color: #7c7c7c;
    font-size: 0.8em;
}

.sc-page-kartvizit .image img {
    max-height: 140px;
}

.sc-pdf_accordion .accordion-body {
    padding: 0;
}

.pdf-acc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #d5d5d5;
}

.pdf-acc-item .pdf-content {
    display: flex;
    align-items: center;
}

.pdf-acc-item .pdf-content p {
    margin-bottom: 0;
    margin-left: 10px;
}

.pdf-acc-item .pdf-download-btn .icon img {
    width: 1.5em;
    height: 1.5em;
}

.sc-acerdion .accordion-collapse p {
    font-family: 'pn-regular';
    color: #52595f;
    line-height: 1.5;
}

.sc-red-text h2 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

.sc-red-text h2 span {
    color: #76a243;
    font-size: 0.5em;
}

.sc-degerler-content .text-content h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    line-height: 1;
}

.sc-degerler-content .text-content p {
    font-family: pn-regular;
    color: #52595f;
}

.alt-menu .menu-down-box2 {
    display: none;
}

.sc-slider-height .swiper-pagination-bullet {
    width: auto;
    height: auto;
    color: #fff;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 7px 20px;
    margin-bottom: 5px !important;
}

.sc-slider-height .swiper-pagination {
   top: 50%;
    left: 1%;
    transform: translatey(-50%);
    display: flex;
    flex-direction: column;
    width: max-content;
    height: max-content;
}

.sc-slider-height .swiper-pagination-bullet img {
    margin-right: 1em;
    width: 2em;
}

.sc-slider-height .swiper-pagination-bullet span {
    font-size: 1.3em;
    position: relative;
    left: 0;
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.sc-slider-height .swiper-pagination-bullet:hover span {
    position: relative;
    left: 1em;
}

.sc-slider-height .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #638c33;
    border-radius: 32px;
}

.sc-slider-height .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    padding: 5px 25px;
    font-weight: 600;
    position: relative;
    left: 0 !important;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 35px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 50px;
    cursor: pointer;
    height: 50px;
    border-bottom: 6px solid #76a243;
    border-right: 6px solid #76a243;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px) rotate(45deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 10px) rotate(45deg);
        opacity: 0;
    }
}

.sc-kilometre-tarihler-slider {
    margin: 15px 0 50px 0;
}

.sc-kilometre-tarihler-slider .slick-track {
    padding: 10px 0;
}

.sc-kilometre-tarihler-slider .slick-track span {
    padding: 5px 19px;
    border: 1px solid #76a243;
    margin-right: 9.5px;
    border-radius: 30px;
    background: #f8f8f8;
    cursor: pointer;
    transition: all .3s linear;
}

.sc-kilometre-tarihler-slider .sc-kilometre-tarih:hover {
    background: #76a243;
    color: #fff;
}

.sc-kilometre-tarihler-slider .slick-prev {
    left: -31px;
    margin-top: -3px;
}

.sc-scroll-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #638c33;
    color: #fff;
    padding: 5px 11px;
    cursor: pointer;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out;
}

.slick-next:before {
    content: "\f105";
    font-family: Fontawesome;
}

.slick-prev:before {
    content: "\f104";
    font-family: Fontawesome;
}

.kilometre-tarih-container {
    padding: 0 3em 0 0;
}

.sc-scroll-top-button:hover {
    opacity: 0.8;
}

.sc-kilometre-tarihler-slider .slick-next {
    right: -30px;
    margin-top: -3px;
}

.sc-kilometre-tarihler-slider .slick-prev:before,
.sc-kilometre-tarihler-slider .slick-next:before {
    color: #72a243;
    font-size: 30px;
}

.content-table td {
    vertical-align: middle;
    text-align: center;
}

.content-table.align-left td {
    text-align: left
}

.content-table.bordered td {
    border: 1px solid #cecece
}

.content-table.padding td {
    padding: 0.5em;
}

.cImage {
    max-width: 150px;
    float: left;
    margin-right: 14px;
}

.content-area p {
    margin-bottom: 1em;
}

.content-area p {
    margin-bottom: 1em;
}

.responsive-iframe {
    padding-bottom: 56.25%;
    position: relative;
}

a.yol-tarifi-button span {
    padding-top: 1em;
    padding-bottom: 1em;
    background-image: url(../img/login/submit-arrow.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 90% center;
    display: inline-block;
    width: 100%;
    padding-right: 2em;
    position: relative;
    z-index: 1;
    -webkit-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#mapDiv {
    width: 100%;
}

.iletisim-row a {
    color: inherit;
    text-decoration: none;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.yol-tarifi-button {
    width: 100%;
    background-color: #f0f0f0;
    border: 0;
    border-bottom: 2px solid #76a243;
    font-family: pn-bold;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-top: 2em;
    display: block;
    color: #030706;
}

a.yol-tarifi-button span {
    padding-top: 1em;
    padding-bottom: 1em;
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 90% center;
    display: inline-block;
    width: 100%;
    padding-right: 2em;
    position: relative;
    z-index: 1;
    -webkit-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

a.yol-tarifi-button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #638c33;
    z-index: 0;
    -webkit-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

a.yol-tarifi-button:hover:after {
    top: 0;
}

a.yol-tarifi-button:hover span {
    color: white;
}

.denizyolu-tasima {
    position: relative;
}

.denizyolu-tasima:before {
    content: '';
    display: block;
    width: 2px;
    background-color: #d5d5d5;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.denizyolu-row-reverse {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    margin-bottom: 3em;
}

.denizyolu-row-reverse .img-box {
    border-right: 0;
    padding-left: 2em;
    padding-right: 0;
    width: 57%;
}

.denizyolu-row-reverse .text {
    margin: 0 2em;
    width: 50%;
    position: relative;
    margin-top: 3em;
    padding-right: 4em;
    padding-left: 0;
}

.denizyolu-row-reverse .arrow {
    right: -3em;
    left: auto;
    background-image: url(https://akfenholding.com.tr/Themes/Akfen/Content/img/left-km-arrow.png);
    position: absolute;
    width: 6em;
    top: 1em;
    height: 2.3em;
    background-size: 100%;
}

.denizyolu-row-reverse .text p.article-head {
    font-size: 3em;
    margin-bottom: 0;
    font-family: pn-bold;
    line-height: 1;
}

.denizyolu-row-reverse .text p.article-head .red {
    display: block;
    color: #76a243;
}

.search-hidden-form {
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    height: 100%;
    background: #f7f7f7;
    transition: max-height 0.5s ease;
}

.search-hidden-form.active {
    max-height: 200px;
    max-width: 100%;
}

.search-hidden-form.active form {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.search-hidden-form.active input[type="search"] {
    width: 87.6%;
    margin-right: 10px;
    border: 0;
    background: transparent;
    padding-left: 20px;
}

.search-hidden-form.active input[type="submit"] {
    background: #76a243;
    border: 0;
    color: #fff;
    height: 100%;
    padding: 0 29px;
}

@media only screen and (min-width:767px) {
    .search-hidden-form.active input[type="submit"] {
        padding: 0 43px;
    }
}

.search-hidden-form.active form .searchBtnClose {
    background: #638c33;
    color: #fff;
    height: 100%;
    width: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sc-search-page .entry-content h2 {
    background-color: #f0f0f0;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b2b2b2;
    align-items: center;
    margin-bottom: 0;
    font-size: 1em;
}

.sc-search-page .entry-content h2 a {
    text-decoration: none;
    color: #040707;
}

.insaat-image-box p {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.haber-filter-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.sc-mt-3em {
    margin-top: 3em;
}

.sc-yil-siralama-filter {
    display: flex;
    align-items: center;
}

.sc-haber-search {
    position: relative;
}

.sc-haber-search #keyword_filter {
    min-width: 320px;
    height: 48px;
    padding: 10px 10px 10px 40px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 0;
}

.sc-haber-search:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #F9423A;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
}

.sc-yil-filter #year_filter {
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 4px;
    box-shadow: none;
    min-width: 200px;
    padding: 10px;
    font-family: 'pn-bold';
}

.sc-yil-filter select::-ms-expand {
    color: red;
}

.sc-yil-filter,
.sc-siralama-filter {
    margin-right: 15px;
}

.sc-siralama-filter #order_filter {
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 4px;
    box-shadow: none;
    min-width: 200px;
    padding: 10px;
    font-family: 'pn-semiBold';
}

.sc-filter-btn .sc-btn-filter {
    height: 48px;
    border: 1px solid #76a243;
    background: #76a243;
    min-width: 100px;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
    font-family: 'pn-semiBold';
}

.sc-filter-btn .sc-btn-filter-sifirla {
    height: 48px;
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    min-width: 100px;
    border-radius: 4px;
    margin-right: 15px;
    color: #000;
    font-family: 'pn-semiBold';
}

.pagination {
    justify-content: center;
    margin: 2em 0;
    padding: 2em 0;
    border-top: 1px solid #dbdbdb;
}

.pagination .page-numbers {
    width: 56px;
    height: 56px;
    margin-left: 9px;
    border: 1px solid #dee2e6;
    color: #000;
    font-size: .8em;
    transition: all ease-out 75ms;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}

.pagination .page-numbers.current {
    color: #F9423A;
    font-weight: 700;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    font-size: 0;
    position: relative;
    border: 0;
}

.pagination .next.page-numbers:after {
    content: "\f105";
    display: inline-block;
    line-height: 1;
    font-weight: 900;
    font-family: 'FontAwesome';
    font-size: 15px;
}

.pagination .prev.page-numbers:after {
    content: "\f104";
    display: inline-block;
    line-height: 1;
    font-weight: 900;
    font-family: 'FontAwesome';
    font-size: 15px;
}

.sc-haber-card-date {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.sc-haber-card-date div:last-child {
    margin-left: 20px;
}

.sc-haber-card-link {
    text-decoration: none;
}

.sc-haber-card-tarih {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.77;
    color: #F9423A;
}

.sc-card-haber-sure {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.77;
    color: #F9423A;
}

.sc-haber-card-title {
    font-size: 1.125em;
    line-height: 1.77;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}

.sc-haber-card-excerpt .sc-haber-card-link p {
    margin-top: 10px;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 22px;
    text-overflow: ellipsis;
}

.sc-haber-card-excerpt .buton.acik-mavi-buton {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 11px;
    display: inline-block;
}

.sc-haber-card-excerpt .buton.acik-mavi-buton:hover i {
    left: 10px;
    color: red;
}

.sc-haber-card-excerpt .buton.acik-mavi-buton i {
    position: relative;
    top: 1px;
    left: 4px;
    transition: all .3s linear;
}

.sc-haber-card-excerpt .buton.acik-mavi-buton:after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #76a243;
}

.sc-haber-detail-tarih {
    display: block;
    color: #76a243;
    margin-bottom: 6px;
    font-size: 20px;
    font-family: pn-semiBold;
}

.sc-haber-detail-title {
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    font-family: pn-semiBold;
}

.sc-haber-detail-okuma {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.77;
    color: #000;
}

.sc-haber-detail-content {
    padding: 96px 0 30px 0;
    background-color: #F6F5F3;
}

.sc-haber-detail-content p {
    text-align: left;
}

.insaat-image-box {
    margin-bottom: 20px;
}

.sc-haber-detail-content .text.sc-container-padding {
    background-color: #F6F5F3;
}


/* Son eklenenler */

.sc-haber-detail-img {
    position: relative;
}

.sc-haber-detail-img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #F9423A;
    z-index: 0;
}

.sc-haber-detail-img .sc-container-padding {}

.sc-haber-detail-img img {
    padding-bottom: 50px;
    z-index: 2;
    position: relative;
}

.sc-separator {
    display: table;
    width: 2px;
    height: 48px;
    margin: 0 auto 48px;
    background-color: #F9423A;
}

.sc-hr {
    border-color: rgba(0, 0, 0, .2);
    margin: 48px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-sizing: content-box;
    height: 0;
}

#forminator-module-1291 .forminator-field-group>.forminator-repeater-label {
    font-size: 26px !important;
    margin-bottom: 0;
    background: #ededed;
    padding: 3px 0 3px 18px;
    color: #76a243 !important;
    font-family: 'pn-semiBold' !important;
    border-top-left-radius: 7px;
    box-shadow: inset 5px 0px 0px rgb(230 30 37);
}

.forminator-ui#forminator-module-1291.forminator-design--default .forminator-repeater-field {
    border-radius: 0 !important;
    box-shadow: inset 5px 0px 0px rgb(230 30 37) !important;
}

.forminator-ui#forminator-module-1291.forminator-design--default .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] {
    background-color: #fff !important;
    border-radius: 4px;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
    margin-top: 32px;
}

.forminator-ui#forminator-module-1291.forminator-design--default .forminator-repeater-action-button {
    font-size: 14px !important;
    height: 35px;
    border-radius: 5px;
}

.forminator-ui#forminator-module-1291.forminator-design--default .forminator-input {
    border-radius: 4px;
}

.forminator-ui#forminator-module-1291.forminator-design--default .forminator-repeater-action-button.forminator-repeater-remove {
    background-color: #ad0000 !important;
    border-color: #ad0000 !important;
}

.forminator-ui#forminator-module-1291.forminator-design--default .forminator-field-name .forminator-label,
.forminator-ui#forminator-module-1291.forminator-design--default .forminator-field-select .forminator-field .forminator-label,
.forminator-ui#forminator-module-1291.forminator-design--default .forminator-field-date .forminator-label,
.forminator-ui#forminator-module-1291.forminator-design--default .forminator-field-email .forminator-label,
.forminator-ui#forminator-module-1291.forminator-design--default .forminator-field-phone .forminator-label {
    font-size: 14px !important;
    color: #000 !important;
}

.lang-item-en,
.lang-item-tr {
    list-style: none;
}

.lang-item-en a,
.lang-item-tr a {
    text-decoration: none;
    color: #fff;
}

html[lang="en"] .homepage-icon-data .icon-data-box img {
    height: 3em;
}

html[lang="tr"] .homepage-icon-data .icon-data-box img {
    height: 3em;
}

.mobil-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 3em;
    padding-left: 0;
    transform: translateY(-150%);
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    background: #fff;
    z-index: -1;
}

.mobil-menu.active {
    transform: translateY(0);
}

.sc-resimli-akordiyon .sc-acerdion .accordion-item .accordion-header button span {
    color: #52595f;
}

.sc-home-box-content {
    margin: -24% auto;
    background: #000;
    position: relative;
    padding: 1em 1em 1em 2em;
    width: 90%;
    box-shadow: -4px 4px 7px 0px #00000075;
    border-radius: 2px;
}

.home-page-content .sc-section-three .icon-text-head-title {
    margin-bottom: 0.4em !important;
    font-size: 1.4em !important;
}

.sc-home-image-box-dark {
    margin-top: 12em;
}
/*
.sc-section-three .col-lg-4:nth-child(2) .sc-home-image-box .sc-home-box-content {
    padding: 2em;
}*/

.home-page-content .sc-section-three .icon-text .text .text-title {
    color: #76a243 !important;
    font-size: 1.1em !important;
}

.home-page-content .sc-section-three .icon-text .text .sub-title {
    color: #dbdbdb !important;
}

.sc-home-image-box-dark-image {
    padding: 1em;
    position: relative;
}

.sc-home-image-box-dark-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: -2px 2px 13px 0px #00000080;
}

.sc-home-image-box-dark-image::before {
    content: "";
    width: 95%;
    height: 91%;
    background: #ffffff;
    border: 2px solid #76a243;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}

.sc-d-flex {
    display: flex;
    align-items: center;
}

.sc-yatirimci-dark {
    background: #000;
    padding: 5em;
    position: relative;
    z-index: 2;
}

.sc-z-inddex {
    position: relative;
    z-index: 2;
}

.sc-yatirimci-dark::before {
    content: "";
    width: 91%;
    height: 4%;
    background: #76a243;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.sc-th-blok {
    margin-top: 6em;
    margin-bottom: 11em;
}

.sc-container-padding-2 {
    padding-left: 6em;
    padding-right: 6em;
    background-color: white;
    display: inline-block;
    width: 100%;
    position: relative;
}

.sc-other-news .swiper-slide {
    text-align: left;
}

.sc-other-news .swiper-slide .sc-haber-card-link {
    color: #52595f;
}

.sc-other-news-baslik {
    margin: 1em 0 4em 0;
}

.sc-other-news-baslik h2 {
    font-family: 'pn-bold';
    font-size: 2.2em;
    color: #F9423A;
}

.sc-other-news.swiper {
    position: unset;
}

.sc-other-news.swiper .swiper-button-prev {
    left: 3%;
    z-index: 99999;
    background: red;
    width: 34px;
    height: 52px;
    font-size: 15px;
    top: 55%;
    transition: all .3s linear;
}

.sc-other-news.swiper .swiper-button-next {
    right: 3%;
    z-index: 99999;
    background: red;
    width: 34px;
    height: 52px;
    font-size: 15px;
    top: 55%;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}

.sc-other-news.swiper .swiper-button-next:hover,
.sc-other-news.swiper .swiper-button-prev:hover {
    background: #da0000;
}

.sc-other-news.swiper .swiper-button-next:after,
.sc-other-news.swiper .swiper-button-prev:after {
    color: #fff;
    font-weight: 800;
    font-size: 1em;
}

.kai{
    color: #638c33!important;
}
.kai:hover{
    color:#fff!important;
}






/* Responsive */

@media only screen and (min-width:1181px) {
    .sc-toggle-button {
        display: none;
    }
}

@media only screen and (max-width:1180px) {
    .menu-center-align {
        display: none;
    }
    .sc-section-one .left-text-align {
        margin-bottom: 3em;
    }
    .logo-left-align {
        margin-right: auto;
    }
    .search-right-end-align {
        width: 4em;
    }
    .search-right-end-align .searchBtnOpen {
        display: none;
    }
    .header-mobil-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
        width: 100%;
        z-index: 100;
        min-height: -webkit-fill-available;
        padding: 1.5em;
        list-style: none;
        transform: translateY(-200%);
        -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }
	.yeni-medya .flex-col.col-6 {
        max-width: 100%;
        width: 100%;
}
    .col-direct-mid .flex-col.col-6 {
        max-width: 100%;
        width: 100%;
    }
    .header-mobil-menu .sub-menu.show {
        transform: translateY(0%);
    }
    #menu-mobil-menu {
        padding: 1.5em;
    }
    #menu-mobil-menu>li .sub-menu>li {
        display: block;
        vertical-align: middle;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 0.5em;
        z-index: 99;
    }
    #menu-mobil-menu>li .sub-menu>li>a {
        border-left: 4px solid #d5d5d5;
        padding: 0px 10px;
        color: #000;
        font-weight: 700;
        font-size: 1em;
        line-height: 2em;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width:1220px) {
   /* .sc-slider-btn {
        position: absolute;
        bottom: 15%;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 79px;
        cursor: pointer;
        height: 27px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .sc-slider-btn a {
        color: #fff;
        padding: 0;
        font-family: 'pn-semiBold';
        font-size: 0.9em;
    }*/
}

@media only screen and (min-width:320px) and (max-width:550px) {
    .sc-other-news.swiper .swiper-button-prev {
        left: 7% !important;
    }
    .sc-other-news.swiper .swiper-button-next {
        right: 7% !important;
    }
}

@media only screen and (max-width:767px) {
    .scroll-down {
        width: 40px;
        height: 40px;
        left: 48%;
    }
	
	.yeni-medya .flex-row .flex-col {
    margin-bottom: 11px;
    display: inline-block;
}
.yeni-medya .flex-row {
    display: block;
    width: 100%;
}
.black-col {
	padding-top:40px;
}
	.yeni-medya .flex-col.col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
    .sc-other-news.swiper .swiper-button-next {
        width: 28px;
        height: 45px;
        right: 4%;
    }
    .sc-other-news.swiper .swiper-button-prev {
        width: 28px;
        height: 45px;
        left: 4%;
    }
    .sc-pe-0 {
        padding-right: 10px;
    }
    .pdf-acc-item .pdf-content .pdf-icon img {
        width: 2em;
    }
    .sc-container-padding {
        padding-left: 2em;
        padding-right: 2em;
    }
    .pdf-acc-item .pdf-content p {
        line-height: 1.1;
    }
    .sc-degerler-content .col-md-2.text-content.text-center {
        margin-bottom: 2em;
    }
    .logo-left-align {
        margin-right: auto;
    }
    .sc-logo img {
        height: 3em;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }
    .searchBtnOpen {
        display: none;
    }
    .lang-right-align {
        line-height: 3em;
        width: 3em;
        height: 3em;
        text-align: center;
        padding: 0;
    }
    .search-right-end-align {
        line-height: 3em;
        width: 3em;
        height: 3em;
        text-align: center;
        padding: 0;
    }
    .btn-check:focus+.btn,
    .btn:focus {
        box-shadow: none;
    }
    .sc-slider-height .swiper-slide img {
        height: 83vh;
    }
    .sc-slider-height .swiper-pagination-bullet span {
        display: none;
    }
    .sc-slider-height .swiper-pagination-bullet img {
        margin-right: 0;
    }
    .sc-slider-height .swiper-pagination-bullet {
        padding: 0.65em;
        margin-bottom: 0.65em !important;
        border-radius: 32px;
        border: 2px solid #fff;
    }
    .sc-slider-height .slider-text {
        right: 1em;
        width: 75%;
    }
    .scroll-down {
        bottom: 30px;
    }
    .home-page-content {
        margin-top: 60px;
        margin-bottom: 0;
    }
    .home-page-content .sc-section-one .content-title .sc-section-title {
        font-size: 2em;
        line-height: 1.2;
        margin-bottom: 0.5em;
    }
    .home-page-content .content-text {
        font-size: 12px;
    }
    .sc-section-one .sc-image-box {
        padding: 10px;
    }
    .sc-section-one .sc-image-box img {
        width: 100%;
    }
    .sc-section-three .sc-d-flex {
        display: block;
    }
    .home-page-content .sc-section-two {
        margin-top: 2em;
        margin-bottom: 2em;
        padding: 10px 0px 10px 15px;
    }
    .homepage-icon-data {
        flex-wrap: wrap;
    }
    .homepage-icon-data .icon-data-box img {
        height: 2.5em;
    }
    .homepage-icon-data .icon-data-box {
        margin-top: 1em;
        margin-bottom: 1em;
        width: 100%;
    }
    .home-page-content .sc-section-three .icon-text-head-title {
        font-size: 1.3em;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .home-page-content .sc-section-three .icon-text .icon img {
        width: 2em;
        height: 2em;
    }
    .home-page-content .sc-section-three .icon-text .text p {
        font-size: 1.1em;
    }
    .home-page-content .sc-section-three .row.align-items-center .col-lg-6.sc-ps-4 {
        padding-left: 10px;
    }
    .home-page-content .sc-section-three .sc-column-reverse-sm {
        flex-direction: column-reverse;
    }
    footer .social-butons {
        padding-bottom: 20px;
    }
    footer .footer-logo {
        text-align: center;
    }
    /* 13.12.2023 */
    footer .footer.adress {
        text-align: center;
    }
    footer .footer.phone,
    footer .footer.email {
        text-align: center;
    }
    footer .col-md-9.ps-5 {
        padding-left: 10px !important;
        margin-top: 20px;
    }
    footer .col-md-9.ps-5 .row {
        text-align: center;
    }
    footer .col-md-9 .sc-footer-link p {
        margin-bottom: 5px;
    	font-size: 16px
	}
    footer .sc-copyright .sc-copyright-inner {
        flex-direction: column;
    }
    #menu-mobil-menu {
        padding: 1.5em;
    }
    #menu-mobil-menu>li {
        display: block;
        vertical-align: middle;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: .5em;
        z-index: 99;
    }
    #menu-mobil-menu>li>a {
        border-left: 4px solid #d5d5d5;
        padding: 7px 10px;
        color: #000;
        font-weight: 700;
        font-size: 1em;
        line-height: 2em;
    }
    .menu-down-box {
        left: 0;
        transform: translateY(-140%);
    }
    .menu-down-box.active {
        transform: translateY(0%);
        top: 0;
        left: 0;
    }
    .sc-header-cont {
        position: relative;
        z-index: 99;
    }
    .sc-toggle-button {
        width: 3em;
        height: 3em;
        margin-right: 3px;
        padding: 0;
        line-height: 0;
        border: 0;
        font-size: 1em;
        transform: scale(1.3);
    }
    .search-hidden-form.active input[type="submit"] {
        padding: 0 9px;
        font-size: 13px;
    }
    .search-hidden-form.active input[type="search"] {
        padding-left: 10px;
        font-size: 12px;
        width: 98.6%;
        margin-right: 5px;
    }
    .scroll-down {
        left: 47%;
        width: 35px;
        height: 35px;
    }
    
    .sc-pt-fxd {
        padding-top: 3em;
    }
    .sc-header-fxd {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0;
    }
    .sc-breadcrumb-image img {
        height: 100%;
    }
    .sc-breadcrumb-title {
        left: 7%;
    }
    .sc-breadcrumb-title span {
        font-size: 1.5em;
    }
    .sc-left-sidebar li a {
        font-size: 1em;
    }
    .sc-container-padding .sc-pl-4 {
        padding-left: 10px;
    }
    .sc-page-detail-content p {
        font-size: 1em;
    }
    .sc-resimli-akordiyon {
        padding-left: 0;
        padding-right: 0;
    }
    .sc-resimli-akordiyon .accordion-flush .accordion-item .accordion-button {
        font-weight: 500;
        padding: 12px;
        font-size: 13px;
    }
    .sc-resimli-akordiyon .accordion-flush .accordion-collapse .accordion-body .row {
        flex-direction: column-reverse;
    }
    .sc-resimli-akordiyon .accordion-flush .accordion-collapse .accordion-body {
        padding: 0.3rem 0.25rem;
    }
    .sc-resimli-akordiyon .accordion-flush .accordion-collapse .accordion-body .row .col-md-8 {
        margin-top: 15px;
    }
    .sc-acerdion .accordion-collapse p {
        font-family: 'pn-regular';
        font-size: 14px;
    }
    .sc-page-kartvizit {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-left: 0;
    }
    .sc-bg-dark {
        height: auto;
    }
    .sc-home-image-box-dark-image img {
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }
    .sc-home-image-box-dark-image::before {
        display: none;
    }
    .sc-home-image-box-dark-image {
        padding: unset;
    }
    .sc-yatirimci-dark {
        padding: 1em;
    }
    .sc-section-three .col-lg-4:nth-child(2) .sc-home-image-box .sc-home-box-content {
        padding: 0.9em;
    }
    .sc-yatirimci-dark::before {
        width: 96%;
        height: 3%;
    }
    .home-page-content .sc-section-three .icon-text-head-title {
        margin-top: 0.4em !important;
        margin-bottom: 1em !important;
        font-size: 1.5em !important;
    }
    .home-page-content .sc-section-three .icon-text .text .text-title {
        font-size: 1.3em !important;
        margin-bottom: 0.1em !important;
    }
    .home-page-content .sc-section-three .icon-text .text .sub-title {
        font-size: 1em !important;
    }
    .sc-th-blok {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .sc-home-box-content {
        width: 100%;
        border-radius: 0;
        margin: 0 0 1em 0;
        box-shadow: none;
        padding: 0.9em;
    }
    .sc-section-three {
        margin-top: 2.5em;
    }
    .homepage-icon-data .icon-data-box p {
        font-size: 2em;
    }
    .sc-home-image-box .sc-home-image img {
        width: 100%;
    }
    .iletisim-row>.col-md-6 {
        margin-bottom: 3em;
    }
    .sc-resimli-akordiyon .sc-acerdion .sc-page-detail-content h1 {
        font-size: 2.5em;
    }
    .sc-page-kartvizit .col-lg-4.image {
        width: 30%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .sc-page-kartvizit .col-lg-8.text {
        width: 70%;
        margin-top: 1em;
    }
    .sc-page-kartvizit {
        border-left: 0 !important;
    }
    .haber-filter-align {
        flex-direction: column;
    }
    .sc-yil-siralama-filter {
        flex-direction: column;
    }
    .sc-haber-search {
        width: 100%;
        margin-bottom: 1em;
    }
    .sc-haber-search #keyword_filter {
        min-width: unset;
        width: 100%;
    }
    .sc-yil-filter,
    .sc-siralama-filter,
    .sc-yil-siralama-filter {
        width: 100%;
        margin-right: 0;
    }
    .sc-yil-filter #year_filter,
    .sc-siralama-filter #order_filter {
        margin-bottom: 1em;
    }
    .sc-filter-btn .sc-btn-filter-sifirla {
        margin-right: 0;
        width: 100%;
    }
    .sc-filter-btn .sc-btn-filter {
        width: 100%;
    }
    .sc-filter-btn {
        width: 100%;
        display: flex;
    }
    .denizyolu-row-reverse {
        flex-direction: column;
        align-items: flex-start;
    }
    .denizyolu-row-reverse .img-box {
        width: 100%;
        padding-left: 0;
        padding-right: 4em;
    }
    .denizyolu-row-reverse .text {
        width: 100%;
        padding-left: 0;
        padding-right: 3em;
        margin: 1em 0em 2em 0em;
    }
    .denizyolu-row-reverse .arrow {
        left: auto;
        right: 1em;
    }
    .denizyolu-row-reverse .text p.article-head {
        text-align: right;
        padding-right: 1.6em;
    }
    .denizyolu-tasima:before {
        left: auto;
        right: 2em;
    }
    .sc-kilometre-taslari .sc-kilometre {
        flex-direction: column;
        align-items: flex-start;
    }
    .sc-kilometre-taslari .sc-kilometre .sc-kilometre-image {
        width: 100%;
        padding-left: 0;
        padding-right: 4em;
    }
    .sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin {
        width: 100%;
        padding-left: 0;
        padding-right: 3em;
        margin: 1em 0em 2em 0em;
    }
    .sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin .sc-kilometre-dot {
        left: auto;
        right: 1em;
        background-image: url(https://akfenholding.com.tr/Themes/Akfen/Content/img/left-km-arrow.png);
    }
    .sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin .sc-kilometre-date {
        text-align: right;
        padding-right: 1.6em;
    }
    .sc-kilometre-taslari::before {
        left: auto;
        right: 2em;
    }
    .sc-kilometre-taslari .sc-kilometre.reverse {
        flex-direction: column;
        align-items: flex-start;
    }
    .sc-kilometre-taslari .sc-kilometre.reverse .sc-kilometre-image {
        width: 100%;
        padding-left: 0;
        padding-right: 4em;
    }
    .sc-kilometre-taslari .sc-kilometre.reverse .sc-kilometre-metin {
        width: 100%;
        padding-left: 0;
        padding-right: 3em;
        margin: 1em 0em 2em 0em;
    }
    .sc-kilometre-taslari .sc-kilometre.reverse .sc-kilometre-metin .sc-kilometre-dot {
        left: auto;
        right: 1em;
        background-image: url(https://akfenholding.com.tr/Themes/Akfen/Content/img/left-km-arrow.png);
    }
    .sc-kilometre-taslari .sc-kilometre .sc-kilometre-metin .sc-kilometre-date {
        text-align: right;
        padding-right: 1.6em;
    }
    .sc-kilometre-tarihler-slider .slick-prev {
        left: -21px;
        margin-top: -5px;
    }
    .sc-kilometre-tarihler-slider .slick-next {
        right: -27px;
        margin-top: -5px;
    }
    .sc-sirket-grafik dt.DT {
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 1.4em;
    }
    .sc-sirket-grafik dl.DL {
        padding: 0;
    }
    .sc-sirket-grafik dd {
        margin-bottom: 35px;
        margin-left: 0;
        position: relative;
    }
    .sc-textChart {
        width: 100%;
        justify-content: start;
        left: auto;
        font-size: 10px;
        top: -32px;
    }
    .sc-energy-table.content-table.padding td,
    .sc-gayrimenkul-table.content-table.padding.bordered {
        padding: 0.3em;
        font-size: 0.7em;
    }
    .accordion-button::after {
        width: 1.05em;
        height: 1.05em;
        background-size: 1.05em;
        margin-left: 11px;
    }
    .content-table.padding.bordered {
        width: 100%;
        border-collapse: collapse;
    }
    .sermaye-table {
        display: block;
        overflow-x: scroll;
        width: 100%;
    }
    .ozet-mali-table td {
        padding: 0.3em !important;
    }
    .sc-aranan-kelime {
        font-size: 2em;
    }
    .search-page-sayfaya-git {
        min-width: 90px;
        margin-left: 10px;
        font-size: 1em;
    }
    .sc-search-page .entry-content h2 {
        padding: 1em 0.5em 1em 0.5em;
    }
	.font36mobile22{
	font-size: 20px!important;
}
}

@media only screen and (min-width:350px) {
    .lChange {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width:350px) and (max-width:421px) {
    .lChange {
        margin-bottom: 3em;
    }
}

@media only screen and (min-width:422px) and (max-width:767px) {
    .lChange {
        margin-bottom: 5em;
    }
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .cImage {
        max-width: 133px;
    }
    .lChange {
        margin-bottom: 4em;
    }
}


a.yol-tarifi-button span {
    padding-top: 1em;
    padding-bottom: 1em;
    background-image: url(https://www.dev3.superdiji.com/akfenren/wp-content/uploads/2024/05/submit-arrow.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: 90% center;
    display: inline-block;
    width: 100%;
    padding-right: 2em;
    position: relative;
    z-index: 1;
    -webkit-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.font36mobile22{
	font-size: 36px;
}