@font-face {
    font-family: 'Digital-7';
    src: url('../font/Digital-7.woff2') format('woff2'),
    url('../font/Digital-7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color: #03d601;
}
body{
    font-family: 'Rubik',sans-serif;
    overflow-x: hidden;
}
#loadingBox{font-family:Lucida Grande,Helvetica,Verdana,sans-serif;color:#b5b5b5;overflow:hidden;position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;background: #12dd47;}

#loadingBox .loading_turn {
    position: absolute;
    left: calc(50% - 200px);
    top: calc(50% - 150px);
    max-width: 400px;
}
@-webkit-keyframes animsition-loading {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.header-social {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.header-social li {
    display: inline-block;
    padding: 0 5px;
}

.header-social li a {
    color: #fff;
    font-size: 25px;
}

.top-bar {
    padding: 0px 0;
    background: #272727!important;
}

.follow-social {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    top: -3px;
    position: relative;
}

.top-bar-right {
    float: right;
    display: inline-block;
    padding: 3px 0;
}

.top-bar-left {
    display: inline-block;
}

.header-contact {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    margin: 0 5px;
}

.header-contact i {
    font-size: 25px;
    margin: 3px 5px;
}

.header-contact.phone i {transform: rotate(90deg);}

.header-contact span {
    font-size: 16px;
    position: relative;
    top: -3px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    padding: 38px 10px;
    font-weight: 500;
    color: #4a494a;
    position: relative;
    transition: all .5s;
}

.navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent;
    transition: all .5s;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav li:hover>.nav-link {
    color: var(--color);
}

.navbar-light .navbar-nav .active>.nav-link:after, .navbar-light .navbar-nav li:hover>.nav-link:after {
    background: var(--color);
}

.iletisim-btn {
    background: var(--color);
    display: block;
    width: 100%;
    text-align: center;
    height: 101px;
    line-height: 101px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    transition: all .5s;
}

.iletisim-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.iletisim-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/catalog.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

.navbar-brand {
    border-right: 1px solid #f4f4f4;
    height: 101px;
    line-height: 85px;
}

.brand i {
    position: absolute;
    right: 10px;
    top: 30px;
    color: #ddd;
    padding:15px;
}

.section-title {
    color: #3b3a37;
    font-size: 33px;
    font-weight: 700;
}

.section-link {
    color: #3b3a37;
    font-weight: 300;
    font-size: 20px;
    transition: all .5s;
}

.section-link:hover {
    text-decoration: none;
    color: #b9b9b9;
}

.product-carousel-desc {
    color: #7f7f7f;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}

.text-green {
    color: #1d7d60;
}

.product-carousel-title .text-green {
    font-weight: 300;
    font-size: 22px;
}

.product-carousel-title {
    text-align: center;
    font-size: 22px;
    color:#272727;
}

.product-carousel-title .text-dark {
    border-left: 3px solid #3b3a37;
    padding-left: 5px;
    color: #3b3a37!important;
    font-weight: 700;
}

#sf_urunler .product-carousel-title .text-dark {
    border: 0;
}

.product-carousel-link {
    text-align: center;
    width: 100%;
    border-bottom: 6px solid var(--color);
    color: #3b3a37;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 15px;
    display: inline-block;
    opacity: 0;
    /* height: 0; */
    position: absolute;
    bottom: 0;
}

.product-carousel-bg:hover .product-carousel-link {
    transition: opacity 1s;
    opacity: 1;
}

#product-carousel .item:hover .product-carousel-link {
    transition: opacity 1s;
    opacity: 1;
    /* height: auto; */
}

.product-carousel-link:hover {
    color: var(--color);
    text-decoration: none;
}

.product-carousel-bg {
    box-shadow: 0 0 17px 1px #f1f1f1;
    min-height: 400px;
    position: relative;
    background: #fff;
}

#sf_urunler.sf_urunler_detay .product-carousel-bg {
    min-height: 400px;
}

#sf_urunler .product-carousel-bg {
    min-height: 400px;
}

#product-carousel .item {
    padding: 20px 5px;
    transition: all .5s;
}

#product-carousel .item:hover {
    transform: scale(1.1);
}

#product-carousel .item:hover .product-carousel-desc {
    margin-bottom: 30px;
}

#product-carousel .owl-stage-outer {
    overflow: inherit;
}

.product-carousel-img {
    padding: 30px 50px;
}

.owl-carousel.owl-drag .owl-item {
    opacity: 0;
    transition: all .5s;
}

.owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}

.bg-purple {
    background: var(--color);
    border-color: var(--color);
}

.btn.bg-purple:hover {
    opacity: .9;
    background: var(--color);
    border-color: var(--color);
}

.btn.bg-purple:hover {
    color: #ddd;
}

#about .nav-pills .nav-link {
    background: #3b3a37;
    border-bottom: 1px solid #2f2f2f;
    color: #fff;
    border-radius: 0;
    padding: 20px 15px;
}

#about .nav-pills .nav-link h4 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
}

#about .nav-pills .nav-link span {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    width: 70%;
}

#about .nav-pills .nav-link.active {
    background: #fff;
    color: #3b3a37;
}

#about .nav-pills .nav-link.active .check {
    border-color: #3b3a37;
    border-width: 3px;
}

#about .nav-pills .nav-link .check {
    width: 50px;
    height: 50px;
    float: left;
    border: 5px solid #fff;
    border-radius: 35px;
    margin-right: 20px;
    position: relative;
}

#about .nav-pills .nav-link .check:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 31px;
    text-align: center;
}

#about .nav-pills .nav-link.active .check:before {
    opacity: 1;
    left: 0;
}

#about p {
    color: #797979;
    font-weight: 300;
    font-size: 15px;
}

.statistics-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--color);
    margin: 0;
    display: inline-block;
}

#about .statistics-desc {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #3b3a37;
}

.about-statistics i {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 55px;
    padding: 15px 0;
    font-size: 30px;
    box-shadow: 0 0 17px 1px #f1f1f1;
    margin-bottom: 10px;
}

.about-link {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--color);
    font-weight: 500;
    font-size: 15px;
}

#about .slogan {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding-top: 100px;
}

.bg-light-dark {
    background: #303030;
}

.news-desc {
    font-size: 16px;
    font-weight: 300;
}

#news .card {
    background: transparent;
    border: 0;
    border-radius: 0;
}

#news .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 0;
}

#news .card .card-header .fqa-title.collapsed {
    background: transparent;
    color: #fff;
}

#news .card .card-header .fqa-title {
    background: #fff;
    color: #3b3a37;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-size: 19px;
    font-weight: 500;
}

#news .card .card-body p {
    font-weight: 300;
    font-size: 19px;
}

#news .card-header .fqa-title {
    color: #fff;
}

#news .collapse.show {
    background: #fff;
}

.energy-title {
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}

.table.totalCosts td, .table.totalCosts th {
    padding: 5px;
}

.benzin-title {
    font-family: 'Digital-7',Helvetica,Arial,serif;
    font-size: 25px;
    color: #ff0000;
}

.color-red {
    color: #ff0000;
}

.aku-title {
    color: #7ed221;
    font-size: 25px;
    font-family: 'Digital-7',Helvetica,Arial,serif;
}

.color-green {
    color: #7ed221;
}

.bg-blue {
    background: #498fe1;
}

#energy .bg-blue {
    margin-top: -60px;
}

#energy .nav-item.col {
    max-width: 14.28571428571429%;
    padding: 0;
    text-align: center;
}

#energy .nav-item.col img {
    max-width: 70px;
    filter: grayscale(100) brightness(2);
}

#energy .nav-item.col:nth-child(1) img {
    max-width: 100px;
}

#energy .nav-item.col:nth-child(4) img {
    max-width: 50px;
}

.tab-title {
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
    color: #fff;
}

#energy .nav-link {
    padding: 40px 10px;
    /* min-height: 210px; */
    min-height: 225px;
    cursor: inherit;
}

#energy .nav-link.active img {
    /* filter: none; */
}

#energy .nav-link.active {
    background: transparent;
    border-radius: 0;
}

#energy .nav-link.active .tab-title {
    /* color: #498fe1; */
}

#energy #pills-tabContent {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.energy-subtitle {
    color: #131313;
    font-size: 19px;
    font-weight: 300;
}

.contact-title {
    font-size: 26px;
    font-weight: 700;
}

.contact-desc {
    font-size: 22px;
    font-weight: 300;
}

.contact-btn {
    border-radius: 0;
    color: var(--color);
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    padding: 12px;
}

#contact .container:before {
    background-image: url('../../images/headset.png');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 15px;
    top: -70px;
    width: 250px;
    height: 300px;
    background-size: 180px;
    opacity: .2;
}

#contact .container {
    position: relative;
}
footer {
    background: #3b3a36;
    clear: both;
    background: linear-gradient(90deg, #3B3A37 66%, #33322e 32%);
}
.footer-item {
    /* width: 19%; */
    float: left;
    padding: 30px 15px 10px;
    /* margin: 0 .5% 0; */
    position: relative;
    vertical-align: bottom;
}

.footer-item:last-child span {
    font-weight: 500;
}

.footer-item:last-child span:first-child {
    padding-top: 100px;
}

.footer-item:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 2px;
    height: 50%;
    z-index: 3;
    background: #fff;
}

.footer-item span {
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    font-weight: 300;
}

.footer-item .footer-social span {
    width: auto;
    color: #fff;
    font-weight: 500;
    float: left;
    margin-left: 5px;
}

.footer-item .footer-social li {
    display: inline-block;
    width: 49%;
    padding: 10px 0;
}

.w27 {
    width: 27%;
}

.footer-social-bg {
    background: #33322e;
}

.w25 {
    width: 25%;
}

.w13 {
    width: 13%;
}

.w15 {
    width: 15%;
}

h4.footer-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 40px;
    position: relative;
}

h4.footer-title:before {content: '';position: absolute;bottom: -10px;width: 20px;height: 2px;background: #fff;}

ul.footer-menu {
    list-style: none;
    padding: 0;
}

ul.footer-menu li:before {
    content: '-';
    color: #ffffff;
    margin-right: 5px;
    font-size: 13px;
}


ul.footer-menu li a {
    color: #ffffff;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    font-weight: 300;
}

ul.footer-menu li a:hover {
    color: #fff;
}

ul.footer-menu li {
}

ul.footer-social {
    list-style: none;
    padding: 0;
}

ul.footer-social li a {
    font-size: 15px;
    color: #fff;
}

ul.footer-social li a i {
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

footer .container:first-child {
    position: relative;
}
#copy {
    font-size: 11px;
    float: right;
    margin-top: 0;
    color: #fff;
    width: auto;
    text-align: left;
    width: 100%;
    padding: 15px 0px;
    background: #3b3a37;
}

#copy .container {
    border: 0;
}
.copy_text {
    color: #ffffff;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    float: left;
    display: inline-block;
}

.yobisi {
    /*float: right;*/
    display: inline-block;
    margin-top: 120px;
}
.dil_en .navbar-expand-lg .navbar-nav .nav-link {
    padding: 38px 12px;
}
.dil_en .sticky .navbar-expand-lg .navbar-nav .nav-link{
    padding: 20px 12px;
}
.ms-slide-bgcont:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background: #3b3a37;
    z-index: 1;
}
.icdetay {
    min-height: 400px;
}
.ms-slide-bgcont:after{
    content:'';
    position: absolute;
    left: 15%;
    top: 0;
    width: 570px;
    height: 100%;
    background: url('../../images/slider-bg.png');
    background-repeat: no-repeat;
}

.investments-title {
    font-size: 15px;
    font-weight: 500;
}

#investments {
    max-height: 300px;
    overflow: auto;
    padding: 15px 20px 15px 30px;
    width: 95%;
    border-radius: 0;
    margin: 0;
    border-top: 1px solid #f4f4f4;
    min-width: 250px;
}

#investments .dropdown-item {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

#investments .dropdown-item:hover {
    background: transparent;
}

#investments .dropdown-item i {
    position: absolute;
    right: 0;
    top: 28%;
    font-size: 26px;
}

#investments .dropdown-item img {
    max-width: 60px;
    text-align: left;
    float: left;
}

#investments .dropdown-item span {
    font-size: 13px;
    font-weight: 300;
    top: 5px;
    position: relative;
    margin-left: 15px;
}

#investments .dropdown-item span b {
    font-weight: 700;
}

#investments::-webkit-scrollbar-track
{
    /* border-radius: 10px; */
}

#investments::-webkit-scrollbar
{
    width: 6px;
    background-color: #fff;
    padding-right: 5px;
}

#investments::-webkit-scrollbar-thumb
{
    /* border-radius: 10px; */
    background-color: #f4f4f4;
}

#product-dropdown {padding: 15px 35px;min-width: 480px;margin: 0;border-radius: 0;border-top: 1px solid #f4f4f4;box-shadow: 0 0 14px -2px rgba(144, 144, 144, 0.2);}

#product-dropdown .dropdown-item {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 300;
    color: #4a494a;
}

.product-dropdown-title span {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.product-dropdown-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    padding-bottom: 10px;
}

#contact {
    overflow: hidden;
}

#product-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 35%;
    background: #d5d5d5;
    padding: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 35px;
    color: #fff;
}
#product-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
    background: #d5d5d5;
    padding: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 35px;
    color: #fff;
}


/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .events ol {
    list-style: none;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    /* font-size: 1.3rem; */
    padding-bottom: 15px;
    color: #ffffff;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: var(--color);
    border-color: var(--color);
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: var(--color);
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 0em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */
    content: "\f105";
    position: absolute;
    /* height: 34px; */
    /* width: 34px; */
    left: 4px;
    top: 0;
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-size: 21px;
}

#sf_tarihce .cd-timeline-navigation a::after {
    color: #212121;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    /* padding: 2em 0; */
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    display: inline-block;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    max-width: 800px;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    list-style: none;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 25px;
    /* font-family: "Playfair Display", serif; */
    font-weight: 700;
    line-height: 1.2;
    color: white;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content > p {
    /* font-size: 1.4rem; */
    color: #ffffff;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
    color: #a09f9f;
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        /* font-size: 7rem; */
    }
    .cd-horizontal-timeline .events-content em {
        /* font-size: 2rem; */
        color: #a09f9f;
    }
    .cd-horizontal-timeline .events-content p {
        /* font-size: 1.8rem; */
        color: #fff;
        margin-top: 10px;
        font-size: 17px;
        font-weight: 300;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


ul.cd-timeline-navigation {
    list-style: none;
}


.ms-skin-default .ms-nav-prev {
    left: 15px!important;
    top: inherit!important;
    bottom: 20px;
}

.ms-skin-default .ms-nav-prev:before {
    content: '\f104';
}

.ms-skin-default .ms-nav-next:before {
    content: '\f105';
}

/*** --- BANNER --- ***/
#detailHeaderGorselContainer {
    height: 270px;
}
#banner .wrapper {
    margin: 0 auto;
    position: relative;
    padding: 145px 15px 10px;
}
.detailHeaderGorselCaptionContainer {
    padding: 145px 0 0 0;
}
.detailHeaderGorselCaption {
    width: 100%;
    display: block;
}
#banner h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
}

/*** --- RÃ„Â°GHT MENU --- ***/
.rightContent {
    margin: -65px 0 0 0;
}
.rightContainer {
    float: right;
}
.rightMenu {
    width: 100%;
}
.rightMenu ul.leftMenuLedisXSLT {
    width: 100%;
    background: var(--color);
    margin: 0;
    float: right;
}
.rightMenu ul {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}
.rightMenu ul li {
    list-style: none;
}
.rightMenu ul li.level0 a {
    text-transform: uppercase;
    color: #ffffff!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    padding: 20px 0 20px 15px;
    display: block;
}
.rightMenu ul li.level1 {
    background: url(../images/etc/bullet-white.png) 0 10px no-repeat;
}
.rightMenu ul li.level1, .rightMenu ul li.level2, .rightMenu ul li.level3 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rightMenu ul li.level1 a {
    color: #fff;
    font-size: 14px;
    padding: 16px 10px 16px 15px;
    border-bottom: 1px solid #02a200;
    display: block;
}
.rightMenu ul li.level1 a:hover, .rightMenu ul li.level1 a.selected {
    background: #02a200 url(../../images/m-hover.png) 0 0 no-repeat;
    border: none;
    margin: 0 0 1px 0;
    width: calc(100%  + 12px);
    padding: 16px 10px 15px 27px;
    position: relative;
    left: -12px;
}
.wgs-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.wgs-box.boxed {
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
}
.wgs-box .wgs-content {
    position: relative;
    z-index: 2;
}
.wgs-box h3, .wgs-box h4 {
    font-size: 1.5em;
    /* color: #fff; */
    font-weight: 300;
}

.wgs-box p {
    /* color: #fff; */
    font-weight: 100;
}
.rightBanner {
    margin: 30px 0 0 0;
    float: right;
}
.has-bg {
    position: relative;
}
.has-bg, .fixed-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.wgs-box:last-child {
    /* margin-bottom: 0; */
}

.imagebg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s;
}

.bg-image-loaded {
    opacity: 1;
}
.imagebg img {
    display: none;
}

.has-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: 1;
}
.wgs-box.has-bg:after {
    opacity: .7;
}

/*** --- BREADCURUMP --- ****/

.breadCrumbContainer {
    padding: 0px 0 15px;
    /* border-bottom: 1px solid #cfcfcf; */
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}
.breadCrumbContainer .nav {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
}
.breadCrumbContainer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

.breadCrumbContainer a:last-child {
    font-weight: 700;
}





a:hover {
    text-decoration: none;
}
.table--technology tr:nth-child(odd) {
    background-color: #fafafa;
}
.table--technology tr:first-child {
    background-color: white;
    border-bottom: 1px solid #999;
}
.table--technology tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table--technology th, .table--technology td {
    text-align: left;
    padding: 5px 10px;
}

.iletisim_satir  strong {
    font-weight: 700;
}

.iletisim_satir a {
    color: var(--color);
}

div#map iframe {
    width: 100%;
}

div#map {
    padding-bottom: 30px;
}

.haberBaslik {
    display: inline-block;
    font-size: 21px;
    color: #212121;
    font-weight: 700;
}

.haberBaslik time {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #212121;
    font-weight: 300;
}

.haberDetail {
    display: inline-block;
    width: 100%;
    color: #212121;
    font-size: 14px;
}

#sf_haberler-duyurular .news-link {
    color: #212121;
    border: 1px solid #c5c5c5;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
}

.news-link:hover {
    color: var(--color);
}

#sf_sss .card {
    background: transparent;
    border: 0;
    border-radius: 0;
}

#sf_sss .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 0;
}

#sf_sss .card .card-header .fqa-title.collapsed {
    background: #fff;
    color: #3b3a37;
}

#sf_sss .card .card-header .fqa-title {
    background: #3b3a37;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-size: 19px;
    font-weight: 500;
}

#sf_sss .card .card-body p {
    font-weight: 300;
    font-size: 19px;
}

#sf_sss .card-header .fqa-title {
    color: #fff;
}

#sf_sss .collapse.show {
    background: #3b3a37;
}

#sf_sss .collapse.show p {
    color: #fff;
}


#sf_urunler .nav-tabs .nav-link {
    border: 0;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}

#sf_urunler .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--color);
}

#sf_urunler .nav-tabs {
    border: 0;
}
.unstyledList, .tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabBlock {
    margin: 0 0 2.5rem;
}

.tabBlock-tab {
    background-color: #fff;
    border-color: #d8d8d8;
    border-left-style: solid;
    border-top: solid;
    border-width: 2px;
    color: #b5a8c5;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    float: left;
    padding: 0.625rem 1.25rem;
    position: relative;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
    border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
    background-color: #b5a8c5;
    left: -2px;
    right: -2px;
    top: -2px;
}
.tabBlock-tab::after {
    background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
}
@media screen and (min-width: 700px) {
    .tabBlock-tab {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.tabBlock-tab.is-active {
    position: relative;
    color: var(--color);
    z-index: 1;
}
.tabBlock-tab.is-active::before {
    background-color: var(--color);
}
.tabBlock-tab.is-active::after {
    background-color: #fff;
}

.tabBlock-content {
    background-color: #fff;
    border: 2px solid #d8d8d8;
    padding: 1.25rem;
    display: inline-block;
    width: 100%;
}

.tabBlock-pane > :last-child {
    margin-bottom: 0;
}

.energy-image {
    margin-bottom: -70px;
}

.besyilTasarruf {
    font-family: 'Digital-7',Helvetica,Arial,serif;
}

#chart-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 50px;
    background: #fff;
    left: 0;
    z-index: 1;
}

#energy {
    position: relative;
}

#sf_kurumsal div#demo-markers {
    top: 0!important;
    left: 0!important;
}

div#cssmap-turkey {
    position: relative;
}

.cd-horizontal-timeline {
    margin: 0;
}

.dropdown-menu {
    padding: 15px 0px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #f4f4f4;
    box-shadow: 0 0 14px -2px rgba(144, 144, 144, 0.2);
}

.dropdown-item {
    font-size: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #4a494a;
}

.spinLoader.hidden {
    display: none;
}

.timeline-holder{
    position: relative;
    padding: 40px 0px;
}

.timeline-holder:after{
    content:'';
    height: 100%;
    width:0;
    border-left: 4px solid gray;
    position: absolute;
    left: 50%;
    top:0;
    transform: translateX(-50%);
}

.timeline-item{
    width: 90%;
    margin: 35px auto 35px auto;
    position: relative;
    clear: both;
}

.timeline-item:first-child .content{
    opacity: 1;
}

.content{
    width: 50%;
    /* background: var(--color); */
    position: relative;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 50px;
    opacity:0;
    text-align: center;
    color:#fff;
}

.left{
    float: left;
    left: -50px;
}
.right{
    float: right;
    right: -50px;
}

.right .timeline-content:after{
    content:'';
    height:0;
    width:0;
    border: 15px solid transparent;
    border-right: 20px solid var(--color);
    position: absolute;
    left:-30px;
    top: 10px;
}

.left .timeline-content:after{
    content:'';
    height:0;
    width:0;
    border: 15px solid transparent;
    border-left: 20px solid var(--color);
    position: absolute;
    right:-30px;
    top: 10px;
}

span.pulse{
    width: 30px;
    height: 30px;
    background-color: var(--color);
    position: absolute;
    left:50%;
    top: 10px;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 10;
}

span.pulse:after{
    content:'';
    width: 10px;
    height: 10px;
    background-color: white;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.timeline-date{
    position: absolute;
    top: 10px;
    color: black;
    font-size: 1.1em;
    background-color: var(--color);
    padding: 5px;
    color: white;
    text-align: center;
    opacity:0;
}

.timeline-item:first-child .timeline-date{
    width:100px;
    opacity:1;
}

.timeline-item:nth-child(odd) .timeline-date{
    left:50%;
    transform: translate(50%);
}

.timeline-item:nth-child(even) .timeline-date{
    right:50%;
    transform: translate(-50%);
}
.pulse{
    animation: pulse 2s;
}

@keyframes pulse{
    50%{
        background-color: #FFBB56;
    }
}

.progress-line{
    width:4px;
    height: 100px;
    background: var(--color);
    position:absolute;
    z-index:1;
    left: 50%;
    transform: translateX(-50%);
    top:0;
}

@media(max-width: 767px){

    .timeline-holder:after{
        left: 5%;
    }
    .progress-line{
        left: 5%;
    }
    .timeline-item{
        width: 90%;
        left: 30px;
    }

    .left, .right{
        float: left;
        left:0;
        right:0;
    }

    .left:after{
        left:-30px;
        border: 15px solid transparent;
        border-right: 20px solid white;
    }

    span.pulse{
        left:-30px;
    }
    .timeline-item:nth-child(even) .timeline-date{
        left:50%;
        right:auto;
        transform: translate(50%);
    }
}

@media(max-width: 480px){
    .content{
        width: 70%;
    }

    .left .timeline-content:after {
        content: '';
        height: 0;
        width: 0;
        border: 15px solid transparent;
        border-right: 20px solid var(--color);
        position: absolute;
        left: -30px;
        top: 10px;
    }

    .timeline-date{
        /* background: transparent; */
        /* color: gray; */
        z-index:1;
        opacity: 0;
        font-size: 0.8em;
    }

    .timeline-item:first-child .timeline-date{
        opacity:1;
    }

    .timeline-item:nth-child(odd) .timeline-date{
        left: -40px;
        top: -20px;
    }
    .timeline-item:nth-child(even) .timeline-date{
        left: -40px;
        top: -20px;
    }
}

.timeline-content {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.timeline-content p {
    margin: 0;
}


@media screen and (max-width: 768px) {
    .side-collapse-container{
        width:100%;
        position:relative;
        right: 0;
        transition: right.4s;
    }
    .side-collapse-container.out{
        right: 200px;
        overflow: hidden;
    }

    .navbar-toggler {
        z-index: 1000;
        position: relative;
    }


    .side-collapse {
        top: 0;
        bottom:0;
        right: 0;
        width:200px;
        position:fixed;
        overflow:hidden;
        display: block!important;
        transition:width .4s;
        background: var(--color);
    }

    .side-collapse  .navbar-nav .nav-link {
        color: #fff;
        padding: 20px 15px;
    }

    .side-collapce .navbar-nav .nav-link:after {
        background: #fff;
    }

    .side-collapse  .navbar-nav .active>.nav-link, .side-collapse  .navbar-nav li:hover>.nav-link {
        color: #fff;
        background: #018400;
    }

    .side-collapse .navbar-nav .active>.nav-link:after, .side-collapse .navbar-nav li:hover>.nav-link:after {
        background: transparent;
    }
    .side-collapse.in {
        width:0;
    }
    .navbar-brand i{
        right:5px;
    }
}

.body-wrap {
    /* width: 600px; */
    min-height: 500px;
    margin: 0 auto;
}

.pres-timeline {
    color: #4A4A4A;
    width: 100%;
    /* margin: 30px 0; */
}
.pres-timeline > div > div {
    padding: 1em 0;
    box-sizing: border-box;
}
.pres-timeline .periods-container, .pres-timeline .cards-container {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-height: 20px;
    transition: height 0.5s ease-in-out;
    /* background-color: #FFF; */
}

.pres-timeline .cards-container {
    min-height: 400px;
}

.periods-container:before {
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.periods-container:after {
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.periods-container .btn-back, .periods-container .btn-next {
    display: inline-block;
    width: 15%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease-in-out;
}
.periods-container .btn-back:hover, .periods-container .btn-next:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.periods-container .btn-back.hide, .periods-container .btn-next.hide {
    display: none;
}
.periods-container .btn-back {
    left: 0;
}
.periods-container .btn-next {
    right: 0;
}
.periods-container section {
    width: 70%;
    height: 0;
    position: absolute;
    margin-left: 15%;
    border-bottom: 5px solid #dfe3e6;
    /* padding: 1.5em; */
    box-sizing: border-box;
    transition: opacity 0.2s ease, height 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease, -webkit-transform 0.3s ease-in-out;
    bottom: 0;
    opacity: 0;
    /* background-color: #fff; */
}
.periods-container section.active {
    height: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 5;
}
.periods-container section.active .title, .periods-container section.active p {
    display: block;
}
.periods-container section.prev {
    height: auto;
    opacity: 0.4;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 0;
}
.periods-container section.prev .year {
    text-align: right;
}
.periods-container section.next {
    height: auto;
    opacity: 0.4;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 0;
}
.periods-container section .year {
    font-size: 20px;
    font-weight: 400;
}
.periods-container section .title {
    color: #4A4A4A;
    font-size: 28px;
    font-weight: 400;
    display: none;
}
.periods-container section p {
    display: none;
}

.timeline-container {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.timeline-container:before {
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.timeline-container:after {
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.timeline-container .timeline {
    position: absolute;
    display: block;
    height: 50px;
    transition: left 0.3s ease-in-out;
}
.timeline-container .timeline ol {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dfe3e6;
    list-style: none;
    padding-left: 210px;
    padding-right: 300px;
}
.timeline-container .timeline ol li {
    display: inline-block;
    padding: 5px;
    top: -8px;
    margin-left: 80px;
    border-radius: 50%;
    border: 3px solid #7f9298;
    background-color: #FFF;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.timeline-container .timeline ol li.active {
    box-shadow: none;
}
.timeline-container .timeline ol li.active:before {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    top: -25px;
    transition: opacity 0.3s ease-in-out;
}
.timeline-container .timeline ol li.active:after {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    position: absolute;
    bottom: -25px;
    transition: opacity 0.3s ease-in-out;
}
.timeline-container .btn-back, .timeline-container .btn-next {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-top: -15px;
    z-index: 11;
    transition: all 0.3s ease;
}
.timeline-container .btn-back.hide, .timeline-container .btn-next.hide {
    display: none;
}
.timeline-container .btn-back:hover, .timeline-container .btn-next:hover {
    border-color: #7f9298;
}
.timeline-container .btn-back {
    left: 1em;
}
.timeline-container .btn-next {
    right: 1em;
}

.cards-container:before {
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
    left: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.cards-container:after {
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
    right: 0;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100px;
}
.cards-container section {
    width: 70%;
    position: absolute;
    margin-left: 15%;
    margin-bottom: 2em;
    border: 1px solid #f5f7f6;
    padding: 1.5em;
    box-sizing: border-box;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    top: 0;
    opacity: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.cards-container section.active {
    height: auto;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 5;
}
.cards-container section.prev {
    height: auto;
    opacity: 0.4;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    z-index: 0;
}
.cards-container section.next {
    height: auto;
    opacity: 0.4;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    z-index: 0;
}
.cards-container section .year {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.cards-container section .title {
    font-weight: 400;
}
.cards-container section img {
    max-width: 100%;
}

.columns .ff-contact {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 5;
    text-align: left;
    /* margin: 99px auto 0 auto; */
    font-size: 0;
    margin-bottom: 50px;
}
.columns .ff-contact>a:nth-of-type(1) {
    font-size: 25px;
    letter-spacing: -1.67px;
    font-weight: 700;
}
.columns .ff-contact>a {
    display: table;
    position: relative;
    overflow: hidden;
    color: var(--color);
    font-size: 30px;
    transition: all .2s ease-out;
}
.columns .ff-contact>a>span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
    padding-right: 1px;
    font-weight: 700;
}
.columns .ff-contact>a:nth-of-type(1) span:before, .columns .ff-contact>a:nth-of-type(1) span:after {
    height: 2px;
}
.columns .ff-contact>a>span:before {
    transition-delay: 0s;
    -webkit-transform: translateX(-100.3%);
    -ms-transform: translateX(-100.3%);
    transform: translateX(-100.3%);
}
.columns .ff-contact>a>span:before, .columns .ff-contact>a>span:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background-color: var(--color);
    transition: transform 0.4s cubic-bezier(0.93, 0.01, 0, 0.98),background-color 0.17s ease-out;
}
.columns .ff-contact>a>span:before {
    transition-delay: 0s;
    -webkit-transform: translateX(-100.3%);
    -ms-transform: translateX(-100.3%);
    transform: translateX(-100.3%);
}
.columns .ff-contact>a:nth-of-type(2) {
    margin-top: 25px;
    font-size: 24px;
    letter-spacing: -1px;
}
.columns .ff-contact>span {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    color: #65778C;
    letter-spacing: -0.33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.icon-watch {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    bottom: 3px;
    border: 2px solid #777;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.icon-watch.contact {
    left: auto;
    right: 25px;
    border: 2px solid #C8D8DF;
}
.icon-watch .wt-face {
    width: 100%;
    height: 100%;
    position: relative;
}
.icon-watch.contact .wt-face:before {
    background: #FFF;
}
.icon-watch .wt-face:before {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 1;
    background: #212121;
}
.icon-watch .wt-face .line {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.icon-watch.contact .line {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}
.icon-watch .wt-face .line.hero-hour {
    margin: -2px 0 -2px -27%;
    padding: 1px 0 1px 27%;
    background: #FFF;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 2px 0 0 2px;
    z-index: 2;
}
.icon-watch.contact .line.hero-hour, .icon-watch.contact .line.hero-minute {
    background: #65778C;
}

.icon-watch .wt-face .line.hero-hour {
    margin: -2px 0 -2px -27%;
    padding: 1px 0 1px 27%;
    /* background: #FFF; */
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 2px 0 0 2px;
    z-index: 2;
}
.icon-watch .wt-face .line.hero-minute {
    margin: -44% -2px 0;
    padding: 44% 1px 0;
    /* background: #FFF; */
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 52% 100%;
    border-radius: 3px 3px 0 0;
    z-index: 3;
    transform: rotate(111.4deg);
}
.icon-watch .wt-face .line.hero-second {
    top: 50%;
    left: 50%;
    margin: -39% -0.5px 0 0;
    padding: 39% 0.5px 0;
    background: #DE3168;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: 4;
}
.icon-watch.contact .wt-face:after {
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.icon-watch .wt-face:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #FFF;
    z-index: 10;
    background: #212121;
}
.columns .ff-contact>a:hover {
    color: #212121;
}
.columns .ff-contact>a:hover span:before {
    transition-delay: .25s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.columns .ff-contact>a:hover span:before, .columns .ff-contact>a:hover span:after {
    background-color: var(--color);
}
.columns .ff-contact>a:hover span:after {
    transition-delay: 0s;
    -webkit-transform: translateX(100.3%);
    -ms-transform: translateX(100.3%);
    transform: translateX(100.3%);
}
.columns .ff-contact>a:hover span:before, .columns .ff-contact>a:hover span:after {
    background-color: var(--color);
}
.ff-contact .contact-info>h2 {
    font-size: 24px;
    letter-spacing: -0.67px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.ff-contact .contact-info>p {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: -0.18px;
    line-height: 30px;
    color: #65778C;
    cursor: text;
    /* max-width: 160px; */
    margin-bottom: 30px;
}

input, select,textarea {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: 0;
}

.formana_baslik {
    display: none;
}
.cy_con_box {
    position: relative;
    margin-bottom: 30px;
}
.cy_con_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cy_con_overlay .cy_con_data {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0px 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cy_con_overlay .cy_con_data h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    margin: 10px 0px 5px;
}
.cy_con_overlay .cy_con_data p {
    font-size: 15px;
    margin: 0px;
    color: #ffffff;
    line-height: 26px;
}
.cy_con_box:hover .cy_con_overlay {
    background-color: rgba(3, 214, 1, .8);
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
    box-sizing: border-box;
}
.animated a.grid_item .info {
    animation: color .7s ease-in-out;
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    opacity: 0;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}
a.grid_item .info h3 {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
}
a.grid_item {
    display: block;
    margin-bottom: 30px;
}

a.grid_item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.block-horizzontal, .block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.animated .block-horizzontal {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: var(--color);
}
.animated a.grid_item figure img {
    animation: color .5s ease-in-out;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes reveal_left_to_right{0%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}
@keyframes color{from{opacity:0}to{opacity:1}}
a.grid_item:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
a.grid_item figure img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

/*#news tbody tr:hover {background: #fff;color: #212121;}*/
#news td strong {
    font-weight: 400;
}

#myHeader.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 17px 1px rgba(64,64,64,.2);
}
#myHeader.sticky .top-bar {
    display: none;
}
.sticky .navbar-brand img {
    padding: 25px;
    margin-top: -22px;
}
.sticky .navbar-brand {
    height: 65px;
    padding: 0;
}
.sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 10px;
}
.sticky .iletisim-btn {
    height: 65px;
    line-height: 65px;
}
.sticky .brand i {
    right: 20px;
    top: 10px;
}


.timeline-carousel {
    position: relative;
    overflow: hidden
}

.timeline-carousel:after {
    left: 0
}

.timeline-carousel:before {
    right: 0;
    opacity: 0
}

.timeline-carousel .slick-list {
    overflow: visible
}

.timeline-carousel .slick-dots {
    bottom: -73px
}

.timeline-carousel h1 {
    color: #fff;
    font-size: 46px;
    line-height: 50pd;
    margin-bottom: 40px;
    font-weight: 900
}

.timeline-carousel__image {
    padding-right: 30px
}

.timeline-carousel__item .media-wrapper {
    opacity: .4;
    padding-bottom: 71.4%;
    -webkit-transition: all .4s cubic-bezier(.55, .085, .68, .53);
    -o-transition: all .4s cubic-bezier(.55, .085, .68, .53);
    transition: all .4s cubic-bezier(.55, .085, .68, .53)
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px)
}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px
}

.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid #1d1d1e
}

.timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: #1d1d1e;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin: -15px 0 20px;
    font-weight: 900
}

.timeline-carousel__item-inner .month {
    font-size: 12px;
    text-transform: uppercase;
    color: #b38c52;
    display: block;
    margin-bottom: 10px;
    font-weight: 900
}

.timeline-carousel__item-inner p {
    font-size: 16px;
    line-height: 18px;
    color: #1d1d1e;
    width: 60%;
    font-weight: 400;
    margin-bottom: 15px
}

.timeline-carousel__item-inner .read-more {
    font-size: 12px;
    color: #b38c52;
    display: table;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    position: relative
}

.timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #b38c52;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    -o-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%
}

.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: ""
}

.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #b38c52
}

.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #b38c52
}

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1!important
}

[dir=rtl] .slick-prev:before {
    content: "\f104"
}

.slick-prev:before {
    content: "\f104"
}

[dir=rtl] .slick-next:before {
    content: "\f105"
}

.slick-next:before {
    content: "\f105"
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 29px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 9999
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev {
    left: 0
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 99;
    background: var(--color);
    width: 50px;
    height: 50px;
    border-radius: 50px
}

#sf_anasayfa .timeline-carousel__item-inner .year {
    background: #f8f9fa
}

#sf_anasayfa .slick-prev,
#sf_anasayfa .slick-next {
    top: 40%
}

.top-info i {
    font-size: 25px;
    margin-right: 8px;
    color: #fff;
    vertical-align: middle;
    padding: 6px 0;
}
.top-info a {
    position: relative;
    /* font-size: 13px; */
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 400;
    padding: 7px 0;
    display: inline-block;
}
.top-info a:after {
    content: '/';
}
.top-info a:last-child:after {
    content: '';
}


.card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    border: 0px;
}
.p-20 {
     padding: 20px;
 }
.m-b-10 {
    margin-bottom: 10px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.text-emaye {
    color:#03d601;
}
.font-light {
    font-weight: 300;
}
 .m-b-0 {
    margin-bottom: 0px;
}
.card .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 14px;
}
.statistics-icon{
    font-size: 40px;
}
.footer-adres{
    max-width: 215px;
}
.footer-endustri{
    max-width: 140px;
    float: right;
}
.top-info{
    position: relative;
    top: -4px;
    display: inline-block;
}
.sf_urunler_detay .detailText p {
    margin: 0;
}