    /* body {
    font-family: "Ubuntu", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #dfdfdf;
    background-image: url(/images/teknolojisavunma/background-01.png);
    background-repeat: no-repeat;
    color: black;
} */
    
    .card {
        z-index: 1;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
    
    h1 {
        font-size: 56px !important;
    }
    
    main {
        height: 100vh;
        overflow: hidden;
        outline: none;
    }
    
    ul li {
        list-style-type: none;
    }
    
    li {
        list-style: none;
    }
    
    a:hover {
        color: black;
        text-decoration: none;
    }
    /* Anasayfa header başlangıç*/
    
    header {
        position: absolute;
        top: 0;
        margin: 0;
        width: 100%;
        z-index: 999;
    }
    
    header .container {
        height: 140px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        max-width: initial;
        padding: 0 40px;
        -webkit-transition: height .3s ease;
        transition: height .3s ease;
        box-sizing: border-box;
        width: 100%;
    }
    
    header .logo {
        width: 240px;
        transition: transform 2s, filter 1.5s ease-in-out;
        transform-origin: center center;
    }
    
    header .logo:hover img {
        filter: brightness(100%);
        transform: scale(1.1);
    }
    
    header nav.desktop {
        width: calc(100% - 340px);
        max-width: 1140px;
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease;
        transform: translateY(0);
    }
    
    header nav.desktop ul {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        min-width: 400px;
        justify-content: space-evenly;
        position: relative;
        width: 100%;
        padding-top: 20px;
        padding-right: 32px;
    }
    
    header nav.desktop ul {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        min-width: 400px;
        justify-content: space-evenly;
        position: relative;
        width: 100%;
        padding-top: 20px;
        padding-right: 32px;
    }
    
    header nav.desktop .line-holder {
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 2px
    }
    
    header nav.desktop .line {
        width: 0;
        height: 2px;
        background: rgba(255, 255, 255, .7);
        transition: transform .5s, width .5s
    }
    
    header nav.desktop .menu-btn.sub {
        margin-right: 0;
    }
    
    header nav.desktop .menu-btn,
    header nav.desktop .menu-btn.sub {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        padding-right: 0;
        margin-bottom: 23px;
        border-bottom: 2px solid transparent;
        display: inline-block;
        padding-right: 16px;
        line-height: 1.3;
    }
    
    header nav.desktop .menu-btn {
        letter-spacing: 1.5px;
        max-height: 17px;
        margin-right: -16px;
    }
    
    header nav.desktop ul li {
        display: inline-block;
        color: #000;
        text-decoration: none;
    }
    
    header nav.desktop ul li::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background: #aaaaaa;
        transition: width 0.3s;
    }
    
    header nav.desktop ul li:hover::after {
        width: 100%;
    }
    
    header .nav {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    header .search-holder.desktop-flx {
        width: 105px;
        height: 43px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, .3);
        padding: 10px;
        cursor: pointer;
        pointer-events: all;
    }
    
    .desktop-flx {
        display: flex;
    }
    
    #search,
    #search-mobile,
    #search-btn {
        margin: 10px;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 100px;
        box-sizing: content-box;
        position: relative;
        background: transparent;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        z-index: 15;
        right: 97px;
        top: 50px;
    }
    
    #search:after,
    #search-mobile:after,
    #search-btn:after {
        content: '';
        position: absolute;
        right: -1px;
        bottom: -5px;
        transform: rotate(-45deg);
        background: #fff;
        width: 1px;
        height: 8px;
    }
    /* Anasayfa header bitiş*/
    /* İç Sayfalar Header Başlangıç*/
    
    .main-header {
        height: 0vh !important;
        overflow: hidden;
        outline: none;
    }
    
    .main-header header {
        background: rgba(31, 26, 26, 0.6);
    }
    /* İç Sayfalar Header Bitiş */
    /* Anasayfa Ana Slider  Başlangıç*/
    
    .cover {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .owl-carousel .owl-slide {
        position: relative;
        height: 100vh;
        background-color: lightgray;
    }
    
    .owl-carousel .owl-slide-animated {
        transform: translateX(20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.05s;
    }
    
    .owl-carousel .owl-slide-animated.is-transitioned {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: all 0.5s;
    }
    
    .owl-carousel .owl-slide-title.is-transitioned {
        transition-delay: 0.2s;
    }
    
    .owl-carousel .owl-slide-subtitle.is-transitioned {
        transition-delay: 0.35s;
    }
    
    .owl-carousel .owl-slide-cta.is-transitioned {
        transition-delay: 0.5s;
    }
    
    .owl-carousel .owl-nav {
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        margin: 0;
    }
    
    .owl-carousel .owl-nav svg {
        opacity: 0.3;
        transition: opacity 0.3s;
    }
    
    .owl-carousel .owl-nav button:hover svg {
        opacity: 1;
    }
    
    .owl-carousel .owl-nav [class*="owl-"]:hover {
        background: transparent;
    }
    
    .page-content {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    
    .owl-slide-text {
        color: #fff;
        font-size: 30px;
    }
    
    .text-link {
        font-size: 18px;
        text-decoration: none;
        padding: 16px 40px 16px 32px;
        border: 1px solid rgba(173, 173, 173, .55);
        border-radius: 50px;
        display: inline-block;
        font-weight: 700;
        overflow: hidden;
        -webkit-transition: border-color .3s ease;
        transition: border-color .3s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        background: rgba(229, 229, 229, .35);
        color: #c6c6c6;
    }
    
    .text-link:hover {
        color: #c6c6c6;
    }
    
    .text-link::after {
        display: inline-block;
        -webkit-transform: scale(0.5, 1);
        /* Safari and Chrome */
        -moz-transform: scale(0.5, 1);
        /* Firefox */
        -ms-transform: scale(0.5, 1);
        /* IE 9 */
        -o-transform: scale(0.5, 1);
        /* Opera */
        transform: scale(0.5, 1);
        /* W3C */
        content: ">";
        position: relative;
        margin-left: 2px;
    }
    
    #hero-slider .owl-dots {
        left: initial !important;
        top: 0 !important;
        right: 70px !important;
        height: 100%;
        padding-top: 90px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #hero-slider .owl-dots button {
        background: tomato;
        width: 60px;
        height: 60px;
        -webkit-transition: width .2s ease, height .2s ease;
        transition: width .2s ease, height .2s ease;
        margin-bottom: 20px;
    }
    
    .hero-menu-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: background-color .3s ease;
        background: rgba(0, 0, 0, 0);
        z-index: 3;
        pointer-events: none;
    }
    
    .hero-nav {
        position: absolute;
        top: 0;
        right: 50px;
        height: 100%;
        z-index: 5;
    }
    
    .hero-home-thumbs {
        padding-top: 90px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80px;
        z-index: 9;
    }
    
    .line {
        position: absolute;
        width: 1px;
        background: rgba(255, 255, 255, .3);
        height: 90vh !important;
        top: 92px;
    }
    
    .hero-home-thumb {
        width: 70px;
        height: 70px;
        -webkit-transition: width .2s ease, height .2s ease;
        transition: width .2s ease, height .2s ease;
        cursor: pointer;
    }
    
    .hero-home-thumb:not(:last-child) {
        margin-bottom: 12px;
    }
    
    .hero-home-thumb-img {
        height: 100%;
        border-radius: 70px;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        z-index: 1;
    }
    
    .hero-home-thumb-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }
    
    .hero-home-thumbs button {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        background-image: url(/images/sliderkucuk/1.png);
        background-color: transparent;
    }
    /* slider circle */
    
    .hero-home-thumb.active {
        width: 78px;
        height: 78px;
    }
    
    .hero-dots {
        text-align: -webkit-center;
    }
    
    .owl-dot.hero-home-thumb.active #container {
        position: absolute;
        width: 78px;
        height: 78px;
        animation: colors 4s infinite;
        top: 0%;
        left: 0%;
        z-index: 999999
    }
    
    .owl-dot.hero-home-thumb.active #halfclip {
        width: 50%;
        height: 100%;
        right: 0px;
        position: absolute;
        overflow: hidden;
        transform-origin: left center;
        animation: cliprotate 16s steps(2) infinite;
        -webkit-animation: cliprotate 16s steps(2) infinite;
    }
    
    .owl-dot.hero-home-thumb.active .halfcircle {
        box-sizing: border-box;
        height: 100%;
        right: 0px;
        position: absolute;
        border: solid 3px transparent;
        border-top-color: #fff;
        border-left-color: #fff;
        border-radius: 50%;
    }
    
    .owl-dot.hero-home-thumb.active #clipped {
        width: 200%;
        animation: rotate 8s linear infinite;
        -webkit-animation: rotate 8s linear infinite;
    }
    
    .owl-dot.hero-home-thumb.active #fixed {
        width: 100%;
        transform: rotate(135deg);
        animation: showfixed 16s steps(2) infinite;
        -webkit-animation: showfixed 16s linear infinite;
    }
    
    @-webkit-keyframes cliprotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes cliprotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes rotate {
        0% {
            transform: rotate(-45deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    
    @keyframes rotate {
        0% {
            transform: rotate(-45deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    
    @-webkit-keyframes showfixed {
        0% {
            opacity: 0;
        }
        49.9% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    /* slider circle */
    /* Anasayfa Ana Slider Bitiş*/
    /* Anasayfa Text Başlangıç*/
    
    .tekno-text {
        background-image: url(/images/textback.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .tekno-text .text-details {
        padding: 6rem 15rem;
        text-align: center;
    }
    
    .tekno-text .text-details p:nth-child(1) {
        color: #666366;
        font-weight: bold;
        font-size: 35px;
    }
    /* Anasayfa Text Bitiş*/
    /* Anasayfa Haberler Başlangıç*/
    
    #news-carousel .item {
        text-align: center;
    }
    
    #news-carousel .item h3 {
        font-size: 20px;
        padding-top: 1.9rem;
        justify-content: center;
    }
    
    #news-carousel .item p {
        margin-top: 10px;
    }
    
    #news-carousel .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }
    
    #news-carousel .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }
    /* .news-blok .blog-title {
        height: 9vh;
    } */
    
    #news-carousel.owl-theme .owl-dots .owl-dot.active span,
    #news-carousel.owl-theme .owl-dots .owl-dot:hover span {
        background: black !important;
    }
    
    #news-carousel.owl-theme .owl-dots .owl-dot span {
        border: 1px solid black !important;
        background: transparent !important;
    }
    
    .separator3 {
        display: table;
        width: 2px;
        height: 48px;
        margin: 0 auto 20px;
        background-color: green;
    }
    /*Anasayfa Haberler Bitiş*/
    /*Anasayfa Referanslar Başlangıç*/
    
    .referances-carousel .item {
        opacity: 0.4;
        transition: .4s ease all;
        transform: scale(.8);
    }
    
    @media(max-width:1000px) {
        .referances-carousel .item {
            margin: 0;
            transform: scale(.9)
        }
    }
    
    .referances-carousel .active .item {
        opacity: 1;
        transform: scale(1);
    }
    
    .referances-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }
    
    .referances-carousel .inner {
        float: right;
    }
    
    .referances-carousel .inner a {
        color: #000;
        text-decoration: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        transition: .3s ease border-color
    }
    
    .referances-carousel .inner a:hover {
        border-color: #fff;
    }
    
    .referances-carousel .inner a:hover {
        border-color: #000;
    }
    
    .referances-carousel .owl-controls {
        position: absolute;
        margin-top: 300px;
    }
    /*Anasayfa Referanslar Bitiş*/
    
    #main_kurumsal {
        animation: colorchange 70s;
        -webkit-animation: colorchange 70s;
    }
    
    #main_kurumsal .nav-link {
        padding: .5rem 0.3rem;
        font-size: 16px;
    }
    
    #main_kurumsal .nav-item {
        border-bottom: 1px solid lightgray;
        padding: 15px;
        margin-right: 12px;
    }
    
    #sidebar li.active {
        border-left: 5px solid rgb(183, 190, 184);
        font-weight: bold;
    }
    
    .main_kurumsal_ic {
        height: 800px;
    }
    
    #main_kurumsal .nav-item:hover {
        background-color: #058540;
        color: white;
    }
    
    #sidebar li.active {
        border-left: 5px solid rgb(183, 190, 184);
        font-weight: bold;
    }
    
    .pages-banner {
        width: 100%;
        background-size: cover;
        height: 400px;
        position: relative;
        z-index: 1;
        border-width: 7px 0px 7px 0px;
        background-repeat: round;
    }
    
    .caption-banner {
        margin-top: 15%;
        color: white;
    }
    
    .caption-banner h3 {
        font-weight: 600;
        font-size: 40px;
        text-align: left;
        position: absolute;
        top: 197%;
    }
    
    .header-hakkimizda {
        background-image: url('/images/hakkimizda/hakkimizda-01.jpg');
    }
    
    .header-degerlerimiz {
        background-image: url('/images/hakkimizda/degerlerimiz.jpg');
    }
    
    .header-kaliteanlayisi {
        background-image: url('/images/hakkimizda/kaliteanlayisi.jpg');
    }
    
    .header-musterianayasasi {
        background-image: url('/images/hakkimizda/musterianayasası.jpg');
    }
    
    .header-gizlilikpolitikası {
        background-image: url('/images/hakkimizda/gizlilikpolitikası.jpg');
    }
    
    .header-kvkk {
        background-image: url('/images/hakkimizda/kvkk.jpg');
    }
    
    .header-sosyalsorumluluk {
        background-image: url('/images/hakkimizda/sosyalsorumluluk.jpg');
    }
    
    .header-ticaret {
        background-image: url('/images/hakkimizda/ticaretsicil.jpg');
    }
    
    .header-vizyonmisyon {
        background-image: url('/images/hakkimizda/vizyonmisyon.jpg');
    }
    
    .header-belgelerimiz {
        background-image: url('/images/belgeler/belgeler.jpg');
    }
    
    .header-insankaynaklari {
        background-image: url('/images/hakkimizda/insankaynakları.jpg');
    }
    
    .header-egitim {
        background-image: url('/images/akademiresimler/eğitim.jpg');
    }
    
    .hakkimizda-box {
        border-right: 1px solid gray;
        padding-right: 30px;
    }
    
    .akedemi-a {
        background-color: #006633;
        background-image: linear-gradient( 0deg, green, #006633);
        border: none;
        color: white;
        padding: 10px 45px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        border-radius: 8px;
    }
    /* destek */
    
    .header-kataloglar {
        background-image: url('/images/destek/katalog.jpg');
    }
    
    .header-teknikkatalog {
        background-image: url('/images/destek/teknikkatalog.jpg');
    }
    
    .header-videolar {
        background-image: url('/images/destek/video.png');
    }
    
    .header-fotograflar {
        background-image: url('/images/destek/fotografgaleri.jpg');
    }
    
    .header-kurumsalkimlik {
        background-image: url('/images/destek/kurumsalkimlik.jpg');
    }
    
    .iletisim-form {
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .iletisim {
        padding: 1rem;
    }
    
    .iletisim-form .custom-control-label {
        font-size: 16px;
    }
    
    .header-iletisim {
        background-image: url(/images/iletisim/iletisim.jpg);
    }
    
    .iletisim-img {
        max-width: 100%;
        margin-top: 2%;
    }
    
    .custom-control-input:checked~.custom-control-label::before {
        color: white !important;
        background-color: #008D36 !important;
    }
    
    .iletisim-label-sol {
        font-family: 'Ubuntu', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: black;
    }
    
    .iletisim-label {
        font-family: 'Ubuntu', sans-serif;
        font-size: 16px;
        padding-bottom: 4px;
        color: black;
    }
    
    .iletisim textarea {
        background: rgba(0, 0, 0, 0);
        border: 1px solid #eceff8;
        background-color: #ececec;
    }
    
    .iletisim input {
        border: 1px solid #eceff8;
        background-color: #ececec;
    }
    
    .iletisim select {
        background: rgba(0, 0, 0, 0);
        border: 1px solid #eceff8;
        background-color: #ececec;
    }
    
    .address-box {
        border-right: 1px solid gray;
        padding-right: 30px;
        margin-bottom: 0%;
        height: 91%;
    }
    
    .iletisim-baslik {
        font-size: 15px;
        color: #008D36;
        font-weight: 900;
    }
    
    .iletisim-icerik {
        color: black;
        font-size: 15px;
    }
    
    .iletisim-tel {
        font-size: 14px;
        color: black;
    }
    
    .after-color {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgb(0 0 0 / 30%);
    }
    
    .header-bilisim {
        background-image: url('/images/hizmetler/bilisim_hizmetleri.png');
    }
    
    .header-sistem {
        background-image: url('/images/hizmetler/sistem_odasi-cozumleri.png');
    }
    
    .header-fiberoptik {
        background-image: url('/images/hizmetler/fiberoptik-iletisim_cozumleri.png');
    }
    
    .header-network {
        background-image: url('/images/hizmetler/yapisalkablolama.png');
    }
    
    .header-dijital {
        background-image: url('/images/hizmetler/dijital-goruntuleme-sistemleri.png');
    }
    
    .header-telvideo {
        background-image: url('/images/hizmetler/iptelefon-video-konferans.png');
    }
    
    .header-kiosk {
        background-image: url('/images/hizmetler/kiosk.png');
    }
    
    .header-telekom {
        background-image: url('/images/hizmetler/telekom-servisleri.png');
    }
    
    .header-cctv {
        background-image: url('/images/hizmetler/cctv.png');
    }
    
    .header-kartbio {
        background-image: url('/images/hizmetler/kartlı-biometrik.png');
    }
    
    .header-yolguvenlik {
        background-image: url('/images/hizmetler/yol-geçiş.png');
    }
    
    .header-turnike {
        background-image: url('/images/hizmetler/turnike-geçiş.png');
    }
    
    .header-yangin {
        background-image: url('/images/hizmetler/yangın-alarm.png');
    }
    
    .header-anons {
        background-image: url('/images/hizmetler/acilanonsve-seslendirme.png');
    }
    
    .header-kentguvenlik {
        background-image: url('/images/hizmetler/kent-güvenlik.png');
    }
    
    .header-plaka {
        background-image: url('/images/hizmetler/plaka-tanima.png');
    }
    
    .header-savunma {
        background-image: url('/images/hizmetler/savunma-sanayi.png');
    }
    /* akademi */
    
    .section-padding {
        padding: 30px 0;
    }
    
    .akademi-card p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .blog-item {
        margin-bottom: 50px;
    }
    /* akademi */
    
    #banka th {
        font-size: 14px;
    }
    
    #banka td {
        font-size: 12px;
    }
    /*E Bülten Başlangıç*/
    
    .ebulten {
        margin-top: 100px;
        width: 100%;
        height: auto;
        background-image: url(/images/ebulten.png);
        padding: 1px 0 20px 0;
        background-repeat: no-repeat;
        max-width: 100%;
        background-size: cover;
    }
    
    .ebulten .bulten-baslik {
        text-align: center;
        margin-top: 10px;
    }
    
    .ebulten .bulten-baslik p {
        font-weight: bold;
        font-size: 30px;
        color: #ffffff;
    }
    
    .ebulten .bulten-aciklama {
        margin-top: -14px;
    }
    
    .ebulten .bulten-aciklama .bulten-icon {
        width: 100%;
        text-align: center;
    }
    
    .ebulten .bulten-aciklama p {
        color: #ffffff;
        margin-top: 10px;
    }
    
    .ebulten .bulten-icon img {
        width: 10%;
        margin-right: 20px;
        margin-top: 20px;
    }
    
    .ebulten .bulten-input {
        text-align: center;
    }
    
    .ebulten .bulten-input input {
        width: 56%;
        border-radius: 23px;
        background-color: #006d33;
        border: transparent;
        height: calc(1.9em + 1rem + 4px);
    }
    
    .ebulten .bulten-input a {
        width: 130px;
        border-radius: 23px;
        background-color: #006d33;
        border: transparent;
        margin-left: 10px;
        color: #fff;
    }
    
    .ebulten .bulten-input a:hover {
        color: #ffd;
    }
    
    .ebulten .bulten-input a span {
        margin-left: -22px;
        margin-top: 4px;
        position: absolute;
    }
    
    .bulten-input input::placeholder {
        color: white !important;
    }
    
    .ebulten .form-control {
        padding: .375rem 2rem !important;
        color: #ffff !important;
    }
    /*E Bülten Bitiş*/
    /*Footer Başlangıç*/
    
    footer {
        padding-right: 2%;
        padding-left: 1%;
    }
    
    footer .follow {
        margin-left: 10%;
        color: #9d9d9d !important;
    }
    
    footer .customer-service {
        color: #9d9d9d !important;
    }
    
    footer .customer-service-phone {
        font-size: 35px !important;
        margin-top: -17px;
    }
    
    footer .row.whatsapp-zone {
        margin-left: -6px !important;
    }
    
    footer .row.whatsapp-zone img {
        height: 40px;
        width: 40px;
        margin-top: -8px;
    }
    
    footer .information-platform img {
        height: 93px;
        width: 386px;
        margin-left: -25px;
    }
    
    footer .green-distribution img {
        height: 45px;
        width: 222px;
        margin-bottom: 6px;
    }
    
    footer .green-distribution p {
        color: #9d9d9d;
    }
    
    footer .general-information .col-lg-3:nth-child(1) {
        padding-left: 50px;
    }
    
    .footer-social-icon ul li {
        display: inline-block;
        position: relative;
    }
    
    .footer-social-icon a {
        font-size: 1.3rem;
        margin-right: 20px;
    }
    
    .footer-social-icon a:hover {
        color: green;
    }
    
    .footer-social-icon p {
        margin-bottom: 0;
        font-size: 16px;
        color: green;
        margin-left: 3%;
    }
    
    footer {
        background-color: #ffffff;
    }
    
    .footer-social-icon ul li {
        -webkit-filter: grayscale(120%);
        opacity: 0.6;
    }
    
    .footer-social-icon ul li:hover {
        -webkit-filter: grayscale(0%);
        opacity: 1;
    }
    /*Footer Bitiş*/
    /* Mobile Menu */
    
    .mobile {
        display: none;
    }
    
    .mobile .header .navbar-brand {
        width: 60%;
        margin-left: 10px;
        padding-top: 0rem;
    }
    
    .menuBtn {
        margin-top: 10px;
    }
    
    .mobile .header .navbar-brand.navbar-mainMenu {
        width: 57%;
        margin-left: -93px;
        margin-top: 10px;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    a {
        color: #000;
        text-decoration: none;
    }
    
    .mobile .header {
        position: fixed;
        left: 0;
        z-index: 18;
        align-self: center;
        align-items: center;
        width: 100%;
        transform: translateZ(0);
        transition: all .2s ease;
        height: 60px;
        background: rgba(31, 26, 26, 0.6);
        padding-top: 6px;
    }
    /* menu button */
    
    .menuBtn {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 29px;
        top: 7px;
        z-index: 101;
    }
    
    .menuBtn>span {
        background-color: #fff;
        border-radius: 1px;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -15px;
        transition: height 100ms;
    }
    
    .menuBtn>span:after,
    .menuBtn>span:before {
        content: '';
        background-color: #fff;
        border-radius: 1px;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        transition: all 200ms;
    }
    
    .menuBtn>span:after {
        top: -7px;
    }
    
    .menuBtn>span:before {
        bottom: -7px;
    }
    
    .menuBtn.act>span {
        height: 0;
    }
    
    .menuBtn.act>span:after,
    .menuBtn.act>span:before {
        background-color: #21223E;
        top: 1px;
    }
    
    .menuBtn.act>span:after {
        transform: rotate(45deg);
    }
    
    .menuBtn.act>span:before {
        transform: rotate(-45deg);
    }
    /* main menu block */
    
    .mainMenu {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        height: 900px;
        width: 100%;
        display: table;
        text-align: center;
        opacity: 0;
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transform: scale(0);
    }
    
    .mainMenu.act {
        opacity: 1;
        transform: scale(1);
    }
    
    .mainMenu.act ul li {
        opacity: 1;
        transform: translateX(0);
    }
    
    .mainMenu ul {
        margin-top: 20%;
        padding-left: 0px !important;
    }
    
    .mainMenu li {
        padding: 8px 0;
        transition: all 400ms 510ms;
        opacity: 0;
    }
    
    .mainMenu li:nth-child(odd) {
        transform: translateX(30%);
    }
    
    .mainMenu li:nth-child(even) {
        transform: translateX(-30%);
    }
    
    .mainMenu li:last-child {
        transform: none;
    }
    
    .mainMenu a {
        color: #21223E;
        display: inline-block;
        font-size: 20px;
    }
    
    .mainMenu a.suBtn {
        color: #fff;
    }
    /* sign up button */
    
    .suBtn {
        background-color: #19b698;
        border-radius: 5px;
        padding: 10px 20px;
    }
    /* Mobile Menu End*/
    
    @media (min-width: 2027.98px) {}
    
    @media (max-width: 1419.98px) {}
    
    @media (max-width: 1199.98px) {}
    
    @media (max-width: 991.98px) {
        .mobile {
            display: block;
        }
        header {
            display: none;
        }
    }
    
    @media (max-width: 767.98px) {
        .news-blok .blog-title {
            height: 16vh;
        }
        .footer-social-icon ul {
            margin-left: -45px;
        }
        .ebulten .bulten-input a span {
            margin-left: -25px;
        }
        .referances-carousel .inner {
            font-size: 12px;
        }
        .line {
            top: 41px;
            height: 96vh !important;
        }
        .ebulten {
            margin-top: 0px;
            background-color: #059347;
            background-image: none;
        }
        .ebulten .bulten-icon img {
            width: 20%;
        }
        .ebulten .bulten-input input {
            width: 64%;
        }
        .ebulten .bulten-input a {
            width: 100px;
        }
        .hero-home-thumb.active {
            width: 50px;
            height: 50px;
        }
        .owl-dot.hero-home-thumb.active #container {
            width: 50px;
            height: 50px;
        }
        #search,
        #search-mobile,
        #search-btn {
            display: none;
        }
        .hero-home-thumb {
            width: 45px;
            height: 45px;
        }
        .hero-nav {
            right: 3px;
        }
        .owl-slide-text .text-link {
            padding: 10px 10px;
            width: 55% !important;
            text-align: center;
        }
        .owl-carousel .owl-slide-animated {
            font-size: 16px;
            width: 93%;
            margin-left: -28px
        }
        .tekno-text {
            background-image: none;
        }
        .tekno-text .text-details {
            padding: 1rem 2rem;
        }
        .tekno-text .text-details p:nth-child(1) {
            font-size: 25px
        }
        /* Footer Başlangıç*/
        footer .information-platform {
            margin-top: 40px;
        }
        footer .row.mt-5.mx-2 .col-lg-3:nth-child(2) {
            margin-top: 40px;
        }
        footer .green-distribution {
            margin-top: 40px;
        }
        footer .green-distribution img,
        p {
            margin-left: 0;
        }
        footer .green-distribution p {
            margin-left: 0;
        }
        footer .follow {
            margin-left: 0;
            color: #9d9d9d !important;
        }
        footer .general-information .col-lg-3:nth-child(1) {
            padding-left: 16px;
        }
        footer .information-platform img {
            height: 93px;
            width: 366px;
            margin-left: -25px;
        }
        /* Footer Bitiş*/
        #main_kurumsal {
            font-size: 12px;
        }
        #main_kurumsal .nav-item {
            padding: 8px 2px;
            margin-right: 7px;
        }
        #main_kurumsal .nav-link {
            padding: .1rem 0.1rem;
            font-size: 13px;
        }
        .hakkimizda-box {
            padding-right: 0px;
        }
        .caption-banner h3 {
            font-size: 35px;
            margin-top: 25%;
        }
        .address-box {
            border-right: none;
        }
        .iletisim-label-sol {
            text-align: left !important;
        }
        .pages-banner {
            /* margin-top: 1%; */
            width: 100%;
            background-size: cover;
            height: 400px;
            position: relative;
            z-index: 1;
            background-repeat: round;
            height: 200px;
        }
        .caption-banner h3 {
            font-weight: 600;
            font-size: 13px;
            text-align: left;
            position: absolute;
            top: 157%;
        }
    }
    
    @media (max-width: 575.98px) {}