﻿/*.body {
    background: #deb887;
    background-image: src("/../Design/design/AdamCizim.png");
    font-family: 'Varela Round', sans-serif;
    font-family: "kanit", "Times New Roman", serif;
}*/

  /*  başlıklar*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*  metinler */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*  slogan*/
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lobster&display=swap');
/*  slogan*/
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Fugaz+One&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lobster&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&family=Viga&display=swap');
.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin:wght@100..700&family=Teko:wght@300..700&family=Viga&display=swap') .section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .our_solution_category .solution_cards_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

    .solution_cards_box .solution_card:hover {
        background: #309df0;
        color: #fff;
        transform: scale(1.1);
        z-index: 9;
    }

        .solution_cards_box .solution_card:hover::before {
            background: rgb(85 108 214 / 10%);
        }

        .solution_cards_box .solution_card:hover .solu_title h3,
        .solution_cards_box .solution_card:hover .solu_description p {
            color: #fff;
        }

    .solution_cards_box .solution_card:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 170px;
        height: 400px;
        z-index: -1;
        transform: rotate(42deg);
        right: -56px;
        top: -23px;
        border-radius: 35px;
    }

    .solution_cards_box .solution_card:hover .solu_description button {
        background: #fff !important;
        color: #309df0;
    }

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75% ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .solution_cards_box .solution_card .so_top_icon img {
        width: 40px;
        height: 50px;
        object-fit: contain;
    }

start media query
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

        .our_solution_category .solution_cards_box {
            flex: auto;
        }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}
.grey-bg {
    background-color: #F5F7FA;
}


img {
   
    width: 100%;
}

div [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.card {
    transition: 0.5s;
    cursor: pointer;
    padding:12px;
}

.card-title {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
}

    .card-title i {
        font-size: 15px;
        transition: 1s;
        cursor: pointer;
        color: #ffa710
    }

        .card-title i:hover {
            transform: scale(1.25) rotate(100deg);
            color: #18d4ca;
        }

.card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}

.card-text {
    height: auto;
}

.card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.card::before {
    transform-origin: left top;
}

.card::after {
    transform-origin: right bottom;
}

.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
    transform: scale3d(1, 1, 1);
}



.cards {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.slidermanset {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'M+PLUS+Code+Latin';
    font-size: 40px;
    background-color: #deb887;
    opacity: 0.5;
    padding: 10px;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}


.bg-baslik-1 {
    position: relative;
  
    font-family: 'M+PLUS+Code+Latin';
    font-size:large;
    background-color: #deb887;
 
}
.sliderTrend {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'M+PLUS+Code+Latin';
    font-size: x-large;
    background-color: #6da484;
    opacity: 0.5;
    padding: 10px;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}
.sliderOneri {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'M+PLUS+Code+Latin';
    font-size: x-large;
    background-color: #70995C;
    opacity: 0.5;
    padding: 10px;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.sliderDuyuru {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'M+PLUS+Code+Latin';
    font-size: x-large;
    background-color: #e14141;
    opacity: 0.5;
    padding: 10px;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}
.cards:hover {
   transform:rotateY('180deg')
}
.cardsContainer {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: aquamarine;
    top: 50px;
    left: 50px;
    transform: translate(-50%,100%);
}

.cardsFront {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    backface-visibility: hidden;
    background-color: crimson;
}



.cardsBack {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    backface-visibility: hidden;
    background-color:burlywood;
    transform:rotateY('180deg')
}
.section-cards {
    z-index: 3;
    position: relative;
}

.section-gray {
    background: #E5E5E5;
    padding: 60px 0 30px 0;
}


/*---------------------------------------------------------------------- /
CARDS
----------------------------------------------------------------------- */

/*.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .card .card-image {
        height: 60%;
        position: relative;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -30px;
        border-radius: 6px;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

        .card .card-image img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
            pointer-events: none;
        }

        .card .card-image .card-caption {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 1.3em;
            text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
        }

    .card img {
        width: 100%;
        height: auto;
    }

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .ftr {
    margin-top: 15px;
}

    .card .ftr div {
        display: inline-block;
    }

    .card .ftr .author {
        color: #888;
    }

    .card .ftr .stats {
        float: right;
        line-height: 30px;
    }

    .card .ftr .stats {
        position: relative;
        top: 1px;
        font-size: 14px;
    }*/


/* ============ Card Table ============ */

/*.table {
    margin-bottom: 0px;
}

.card .table {
    padding: 15px 30px;
}

.card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}

.card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

    .card [class*="table-"] .card-caption a,
    .card [class*="table-"] .card-caption,
    .card [class*="table-"] .icon i {
        color: #FFFFFF;
    }

    .card [class*="table-"] .icon i {
        border-color: rgba(255, 255, 255, 0.25);
    }

    .card [class*="table-"] .author a,
    .card [class*="table-"] .ftr .stats,
    .card [class*="table-"] .category,
    .card [class*="table-"] .card-description {
        color: rgba(255, 255, 255, 0.8);
    }

        .card [class*="table-"] .author a:hover,
        .card [class*="table-"] .author a:focus,
        .card [class*="table-"] .author a:active {
            color: #FFFFFF;
        }

    .card [class*="table-"] h1 small,
    .card [class*="table-"] h2 small,
    .card [class*="table-"] h3 small {
        color: rgba(255, 255, 255, 0.8);
    }*/


/* ============ Card Blog ============ */

/*.card-blog {
    margin-top: 30px;
}

    .card-blog .card-caption {
        margin-top: 5px;
    }

    .card-blog .card-image + .category {
        margin-top: 20px;
    }

.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}*/


/* ============ Card Background ============ */

/*.card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
}

    .card-background .table {
        position: relative;
        z-index: 2;
        min-height: 280px;
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 440px;
        margin: 0 auto;
    }

    .card-background .category,
    .card-background .card-description,
    .card-background small {
        color: rgba(255, 255, 255, 0.8);
    }

    .card-background .card-caption {
        color: #FFFFFF;
        margin-top: 10px;
    }

    .card-background:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        table: "";
        background-color: rgba(0, 0, 0, 0.56);
        border-radius: 6px;
    }*/


/* ============ Card Profile ============ */

/*.card-profile {
    margin-top: 30px;
    text-align: left;
}*/


/* ============ Card Category ============ */

/*.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}

.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}*/


/* ============ Card Author ============ */

/*.card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.card .author a {
    color: #333;
    text-decoration: none;
}

    .card .author a .ripple-cont {
        display: none;
    }*/


/* ============ Card Product ============ */

/*.card-product {
    margin-top: 30px;
}

    .card-product .btn-simple.btn-just-icon {
        padding: 0;
    }

    .card-product .ftr {
        margin-top: 5px;
    }

        .card-product .ftr .stats {
            margin-top: 4px;
            top: 0;
        }

        .card-product .ftr h4 {
            margin-bottom: 0;
        }

    .card-product .card-caption,
    .card-product .category,
    .card-product .card-description {
        text-align: left;
    }

.card-description p {
    color: #888;
}

.card-caption,
.card-caption a {
    color: #333;
    text-decoration: none;
}

.card-caption {
    font-weight: 700;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
}*/


/* ============ Card Testimonial ============ */

/*.card-testimonial {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: left;
}

    .card-profile .btn-just-icon.btn-raised,
    .card-testimonial .btn-just-icon.btn-raised {
        margin-left: 6px;
        margin-right: 6px;
    }

    .card-profile .card-avatar,
    .card-testimonial .card-avatar {
        max-width: 130px;
        max-height: 130px;
        margin: -50px auto 0;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

    .card-profile.card-plain .card-avatar,
    .card-testimonial.card-plain .card-avatar {
        margin-top: 0;
    }

    .card-testimonial .card-avatar {
        max-width: 100px;
        max-height: 100px;
    }

    .card-testimonial .card-description {
        font-style: italic;
    }

        .card-testimonial .card-description + .card-caption {
            margin-top: 30px;
        }

    .card-testimonial .icon {
        margin-top: 30px;
    }

    .card-testimonial .icon {
        font-size: 40px;
    }

    .card-testimonial .ftr {
        margin-top: 0;
    }

        .card-testimonial .ftr .card-avatar {
            margin-top: 10px;
            margin-bottom: -50px;
        }*/


/* ============ Text Color ============ */

/*.text-warning {
    color: #ff9800;
}

.text-primary {
    color: #9c27b0;
}

.text-danger {
    color: #f44336;
}

.text-success {
    color: #4caf50;
}

.text-info {
    color: #00bcd4;
}

.text-rose {
    color: #e91e63;
}

.text-gray {
    color: #888;
}*/


/*---------------------------------------------------------------------- /
BUTTONS
----------------------------------------------------------------------- */

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn,
.navbar .navbar-nav > li > a.btn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .btn:focus,
    .btn:active,
    .btn:active:focus {
        outline: 0;
    }

    .btn.btn-round,
    .navbar .navbar-nav > li > a.btn.btn-round {
        border-radius: 30px;
    }

    .btn.btn-just-icon,
    .navbar .navbar-nav > li > a.btn.btn-just-icon {
        font-size: 20px;
        padding: 12px 12px;
        line-height: 1em;
    }

        .btn.btn-just-icon i,
        .navbar .navbar-nav > li > a.btn.btn-just-icon i {
            width: 20px;
        }*/


    /* Button Info */

    /*.btn.btn-info {
        background-color: #00bcd4;
        color: #FFFFFF;
    }

        .btn.btn-info:focus,
        .btn.btn-info:active,
        .btn.btn-info:hover {
            box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
        }*/


    /* Button Danger */

    /*.btn.btn-danger {
        background-color: #f44336;
        color: #FFFFFF;
    }

        .btn.btn-danger:focus,
        .btn.btn-danger:active,
        .btn.btn-danger:hover {
            box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
        }*/


    /* Button Warning */

    /*.btn.btn-warning.btn-simple:hover,
    .btn.btn-warning.btn-simple:focus,
    .btn.btn-warning.btn-simple:active {
        background-color: transparent;
        color: #ff9800;
    }

    .btn.btn-warning.btn-simple,
    .navbar .navbar-nav > li > a.btn.btn-warning.btn-simple {
        background-color: transparent;
        color: #ff9800;
        box-shadow: none;
    }

    .btn.btn-warning,
    .navbar .navbar-nav > li > a.btn.btn-warning {
        box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
    }*/


    /* Button Rose */

    /*.btn.btn-rose.btn-simple:hover,
    .btn.btn-rose.btn-simple:focus,
    .btn.btn-rose.btn-simple:active {
        background-color: transparent;
        color: #e91e63;
    }

    .btn.btn-rose.btn-simple,
    .navbar .navbar-nav > li > a.btn.btn-rose.btn-simple {
        background-color: transparent;
        color: #e91e63;
        box-shadow: none;
    }*/


    /* Button White */

    /*.btn.btn-white,
    .btn.btn-white:focus,
    .btn.btn-white:hover {
        background-color: #FFFFFF;
        color: #888;
    }

        .btn.btn-white.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-white.btn-simple {
            color: #FFFFFF;
            background: transparent;
            box-shadow: none;
        }*/


    /*---------------------------------------------------------------------- /
SOCIAL MEDIA BUTTONS
----------------------------------------------------------------------- */


    /* facebook */

    /*.btn.btn-facebook,
    .navbar .navbar-nav > li > a.btn.btn-facebook {
        background-color: #3b5998;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    }

        .btn.btn-facebook:focus,
        .btn.btn-facebook:active,
        .btn.btn-facebook:hover {
            background-color: #3b5998;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
        }

        .btn.btn-facebook.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
            color: #3b5998;
            background-color: transparent;
            box-shadow: none;
        }*/


    /*twitter*/

    /*.btn.btn-twitter,
    .navbar .navbar-nav > li > a.btn.btn-twitter {
        background-color: #55acee;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    }

        .btn.btn-twitter:focus,
        .btn.btn-twitter:active,
        .btn.btn-twitter:hover {
            background-color: #55acee;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
        }

        .btn.btn-twitter.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
            color: #55acee;
            background-color: transparent;
            box-shadow: none;
        }*/


    /*pinterest*/

    /*.btn.btn-pinterest,
    .navbar .navbar-nav > li > a.btn.btn-pinterest {
        background-color: #cc2127;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
    }

        .btn.btn-pinterest:focus,
        .btn.btn-pinterest:active,
        .btn.btn-pinterest:hover {
            background-color: #cc2127;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
        }

        .btn.btn-pinterest.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-pinterest.btn-simple {
            color: #cc2127;
            background-color: transparent;
            box-shadow: none;
        }*/


    /*google*/

    /*.btn.btn-google,
    .navbar .navbar-nav > li > a.btn.btn-google {
        background-color: #dd4b39;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    }

        .btn.btn-google:focus,
        .btn.btn-google:active,
        .btn.btn-google:hover {
            background-color: #dd4b39;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
        }

        .btn.btn-google.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
            color: #dd4b39;
            background-color: transparent;
            box-shadow: none;
        }*/


    /*dribbble*/

    /*.btn.btn-dribbble,
    .navbar .navbar-nav > li > a.btn.btn-dribbble {
        background-color: #ea4c89;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
    }

        .btn.btn-dribbble:focus,
        .btn.btn-dribbble:active,
        .btn.btn-dribbble:hover {
            background-color: #ea4c89;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
        }

        .btn.btn-dribbble.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-dribbble.btn-simple {
            color: #ea4c89;
            background-color: transparent;
            box-shadow: none;
        }*/


    /*instagram*/

    /*.btn.btn-instagram,
    .navbar .navbar-nav > li > a.btn.btn-instagram {
        background-color: #125688;
        color: #fff;
        box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
    }

        .btn.btn-instagram:focus,
        .btn.btn-instagram:active,
        .btn.btn-instagram:hover {
            background-color: #125688;
            color: #fff;
            box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
        }

        .btn.btn-instagram.btn-simple,
        .navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
            color: #125688;
            background-color: transparent;
            box-shadow: none;
        }*/


/*---------------------------------------------------------------------- /
BOOTSTRAP COL-MD-12 CLASS
----------------------------------------------------------------------- */

/*.col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}*/


/*---------------------------------------------------------------------- /
FONT AWESOME FA CLASS
----------------------------------------------------------------------- */

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/***********Only4Demo*******************/
/**************************************/

/* ======= GENERAL  ======= */

/*body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

a {
    color: #9c27b0;
    text-decoration: none;
}

    a:hover {
        color: #9c27b0;
        text-decoration: underline;
    }

p {
    color: #3C4857;
}

header {
    border-bottom: 1px solid #dedede;
    text-align: left;
}


h1, .h1 {
    font-size: 3.8em;
}

h2, .h2 {
    font-size: 2.0em;
    line-height: 1.6em;
    margin: 15px 0 15px;
    font-weight: 700;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    text-align: left;
}

h3, .h3 {
    font-size: 1.825em;
    line-height: 1.4em;
    margin: 30px 0 30px;
    font-weight: 700;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    text-align: left;
}

h4, .h4 {
    font-size: 1.3em;
    line-height: 1.55em;
}

h5, .h5 {
    font-size: 1.25em;
    line-height: 1.55em;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 0.9em;
    font-weight: 500;
}*/
#AnaHaber {
    position: relative;
    width: 60%;
    height: 100%;
    float:none;
    /* background-color: burlywood;*/
}

#Onerilen {
    float: left;
    position: relative;
    width: 20%;
    height: 50%;
    /*background-color: darkmagenta;*/
}
#Trend {
    float: right;
    position: relative;
    width: 20%;
    height: 50%;
    /* background-color: cornflowerblue;*/
}
#Enson {
  
    width: 50%;
    background-color:brown;
    height:50%;
}

#expoler-ust-bar {
    height: auto;
    background-color:burlywood;
}

#expoler-ust-menuler {
}

.nav-menu-ozellestir {
    font-size: xx-large;
    font-family: M+PLUS+Code+Latin,Roboto;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}



.egitimler {
    text-align: center;
  
	 color: #F8FAFD;
  
    text-align: center;
    font-size: x-large;
    font-family: M+PLUS+Code+Latin,Roboto;
    font-style: normal;
    font-weight: bold;
	
}


    .egitimler:hover {
    background-color:#e9d0b0;
    
    color:#6da484;
    /* [disabled]margin-top: 20px; */
    }

.bg-1{
    background-color: #42c3ca;
}
.bg-2 {
    background-color: #6da484;
}
.bg-3 {
    background-color: #B7814F;
}
.bg-4 {
    background-color: #e14141;
}

.bg-5{
    background-color: #ddead7;
}

.bg-6{
    background-color: #e6d1d1;
}

.bg-7 {
    background-color: #F3EEEA;
}

.bg-8 {
    background-color: #e6d8d8;
}

.bg-9 {
    background-color: #e2d9cc;
}

.bg-10{
    background: rgb(237,184,122);
    background: linear-gradient(28deg, rgba(237,184,122,0.5158438375350141) 0%, rgba(213,212,204,0.3477766106442577) 58%);
}

.footer-dark {
    background-color: #6da484;
 
}

.footer-light {
    background-color: #ffefd5;
    background-image: src("/../Design/design/AdamCizim.png")
}

.copyriht-dark {
    background-color: #6da484;
    /*  margin: 30px;*/
    padding: 40px;
}

.copyriht-light {
    background-color: #ffefd5;
}

.container {
    font-family: M+PLUS+Code+Latin;
}

.referanslar-1{
    background-color: #B7814F;
}
.referanslar-2 {
    background-color: #6da484;
}
.referanslar-3 {
    background-color: #70995C;
}

.kms_linkler{
   /* background-color: #A8906D;*/
}
.kms_linkler:hover {
    background-color: #1b1b52;
}


/*ikonlar*/
.iconlar-1 {
    width: 10px;
    text-align: center;
}

.iconlar-10 {
    width: 10px;
    text-align: center;
}

.iconlar-20 {
    width: 20px;
    text-align: center;
}

.iconlar-30 {
    width: 30px;
    text-align: center;
}

.iconlar-40 {
    width: 40px;
    text-align: center;
}

.iconlar-50 {
    margin: auto;
    background-position: center center;
    width: 80px;
    top: auto;
    height: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
}

.iconlar-80 {
    margin: auto;
    background-position: center center;
    width: 80px;
    top: auto;
    height: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
}
.iconlar-80:hover {
    margin: auto;
    background-position: center center;
    width: 70px;
    top: auto;
    height: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    transform:scale(1)

}

.sosyalaglar-icon {

    top:5px;
    width: 35px;
    text-align: center;
    margin:5px;
}

/*.HaberResim{
    vertical-align: middle;
    -webkit-filter: grayscale(100%) contrast(0.9);
    -moz-filter: grayscale(100%) contrast(0.9);
    filter: grayscale(100%) contrast(0.9);
}
*/


.HaberResim {
    position: relative;
    display: inline-table;
    margin: 0;
}

    .HaberResim:hover {
       
        opacity: .15;
    }





/*    .HaberResim :after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .5;
        background: linear-gradient(to right, #d2ff52 0%, #91e842 100%);
    }
*/
.sosyalaglar-icon:hover {
    /*        transform: rotate(15deg);
*/ /*background-color: #1b1b52;
        width: 35px;*/
    /*  margin-top: 25px;
        margin: 10px;
        width: 40px;
        height: auto;*/
    border-color: #ff6a00;
    border-radius: 10px 5px 10px 5px;
    background-color: #1b1b52;
}


/*.sosyalikon {
    margin: 10px;
    margin-top: 25px;
    width: 35px;
    height: auto;
    border-color: #ff6a00;
    border-radius: 20px 5px 20px 5px;
}

    .sosyalikon:hover {
        margin-top: 25px;
        margin: 10px;
        width: 40px;
        height: auto;
        border-color: #ff6a00;
        border-radius: 20px 5px 20px 5px;
    }*/
#sosyalaglar {
    background-color: rgba(100, 149, 237, 0.39);
    min-height: 80px;
}

/*kartlar*/





.login-1-giris {
    background-position: center;
}








/*label/ etiketler*/

#icerik {
    background-color: wheat;
}







.oge a img {
    border-radius: 5px 5px;
    transition: all 0.5s;
    height: 40px;
    width: 40px;
}

    .oge a img:hover {
        height: 40px;
        width: 40px;
    }

.ayrac {
    margin-bottom: 10px;
}

.slider-resim {
    width: 100%;
    height: 400px;
}

#sld {
    padding:15px;


}


.logo {
    height: 40px;
    width: auto;
}
.logo-home-navbar {
    height: 40px;
    width: auto;
}


.logo-home-footer {
    height: 40px;
    width: auto;
}
.sosyalag-img:hover {
    width: 30px;
    height: 30px;
    text-align: right;
    right: auto;
}

.resimler {
    width: auto;
    height: auto;
    border: dotted 1px;
}

    .resimler:hover {
        width: 90%;
        height: auto;
        border: dotted 1px;
        filter: grayscale(0);
        transform: translate3d(5)
    }


.menuler {
    padding: 5px 0px 5px 0px;
    margin: 20px auto 0px auto;
    width: auto;
    text-align: right;
}





.logo-1{
    margin: 0px;
    padding: 0px;
    left: auto;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    right: auto;
    bottom: auto;
}



.logo-2{
    margin: 0px;
    padding: 0px;
    left: auto;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    right: auto;
    bottom: auto;
}

.logo-1-negatif{
    margin: 0px;
    padding: 0px;
    left: auto;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    right: auto;
    bottom: auto;
}
.logo-1-pozitif {
    margin: 0px;
    padding: 0px;
    left: auto;
    width: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
    right: auto;
    bottom: auto;
}







/*butonlar*/

.btn-delete {
    padding: 5px 25px 5px 25px;
    margin: 15px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    background-color: crimson;
    font-size: large;
    color: white;
    font-weight: normal;
    width: 400px;
    height: 40px;
    text-align: left;
}

.btn-kaydet {
    padding: 5px 25px 5px 25px;
    margin: 15px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    background-color: cornflowerblue;
    font-size: large;
    color: white;
    font-weight: normal;
    width: 400px;
    height: 40px;
    text-align: left;
}
.btn-guncelle {
    margin: 15px;
    padding: 5px 25px 5px 25px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    background-color: chartreuse;
    font-size: large;
    color: white;
    font-weight: normal;
    width: 400px;
    height: 40px;
    text-align: left;
}
.btn-devam {
    margin: 15px;
    padding: 5px 25px 5px 25px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    background-color: burlywood;
    font-size: large;
    color: white;
    font-weight: normal;
    width: 300px;
    height: 40px;
    text-align: left;
    border-radius: 5px 5px 20px 5px;
    
}

/*formalar*/
.form-spot {
    margin: 7px 0px 5px 0px;
    padding: 5px 0px 0px 5px;
    left: auto;
    width: 750px;
    height: 150px;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
    text-align: left;

}

.form-fuUpload {
    margin: 0px;
    padding: 0px;
    left: auto;
    width: 500px;
    height: 50px;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
}

.form-no {
    margin: 0px;
    padding: 0px;
    left: auto;
    width: 75px;
    height: 50px;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
}

/*dd*/




.tablo-left {
    margin: 10px;
    padding: 10px;
    left: auto;
    width: auto;
    height: 50px;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
    text-align: left;
}

.tablo-right {
    margin: 10px;
    padding: 10px;
    left: auto;
    width: auto;
    height: 50px;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
    text-align: left;
}

.tablo-center {
    margin: 10px;
    padding: 10px;
    left: auto;
    width: auto;
    height: 50px;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
    text-align: left;
}


/*tablolar*/




/*metin şekillendirme*/
.dikkat {
    margin: 0px;
    padding: 5px 15px 5px 5px;
    left: auto;
    height: 30px;
    font-family: M+PLUS+Code+Latin;
    color: #CC3300;
    font-size: medium;
    font-weight: normal;
    text-align: left;
}


/*menüler*/
/*RESIMURLler*/







#slogan {
    min-height: 120px;
    background-color: #d07f7f;
    background-color: #ffd800;
    top: 0px;
    left: 0px;
}

    #slogan h1 {
        margin-top: 47PX;
        font-family: 'Lobster', cursive;
    }

.yatay_menu {
    background-color: #ffefd5;
    min-height: 50px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.oge {
    height: 32px;
    width: 32px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .oge a img {
        height: 30px;
        width: 30px;
    }

    .oge a img {
        border-radius: 5px 5px;
        transition: all 0.5s;
        height: 40px;
        width: 40px;
    }

        .oge a img:hover {
            height: 40px;
            width: 40px;
        }

.sosyalag-img:hover {
    width: 30px;
    height: 30px;
    text-align: right;
    right: auto;
}


.menuler-img {
    width: 50px;
    height: 50px;
    text-align: right;
    right: auto;
    margin-left: 10px;
    line-height: 30px;
    margin-top: 10px;
}
/*.menuler-img:hover{
    width: 55px;
    height: 55px;
    text-align: right;
    right: auto;
    margin-left: 10px;
    line-height: 30px;
}*/


#temizle {
    clear: both;
}









.form-drop {
    margin: 7px 0px 5px 0px;
    padding: 5px 0px 0px 5px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #A4394C;
    font-size: medium;
    font-weight: normal;
    width: 300px;
    height: 44px;
}













.sosyalag-img {
    width: 40px;
    height: 40px;
    text-align: right;
    right: auto;
    margin-left: 10px;
    line-height: 30px;
    margin-top: 20px;
}

    .sosyalag-img:hover {
        width: 30px;
        height: 30px;
        text-align: right;
        right: auto;
    }



.altbar-adresler-img {
    width: 15px;
    height: 15px;
    text-align: right;
    right: auto;
    margin-left: 10px;
    line-height: 30px;
    margin-top: 10px;
}












/*tablolar*/
.tblo_left {
    margin: 0px;
    padding: 5px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #B7814F;
    font-size: small;
    text-align: left;
    text-indent: 5px;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}



#slogan h1 {
    margin-top: 47PX;
    font-family: 'Lobster', cursive;
}


#footer {
    width:100%;
    min-height: 80px;
    text-align: left;
    
   
    /* background-image: url('../design/AdamCizim.png');
    background-repeat: no-repeat;
    background-size:100%;
    background-position:bottom,left; */
   
    /*    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
*/ font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    background-color:#d8e7ef;
}




.text-ktg-b-1{
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #42c3ca;
    font-size: large;
   
    text-align: left;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-ktg-b-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #B7814F;
    font-size: large;
  
    text-align: left;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-ktg-b-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: large;


    text-align: left;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}


.text-s1{
    margin-top: 47PX;
    font-family: 'Lobster', cursive;
}
.text-s2 {
    margin-top: 47PX;
    font-family: 'Lobster', cursive;
}
.text-s3 {
    margin-top: 47PX;
    font-family: 'Lobster', cursive;
}

.text-B-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #42c3ca;
    font-size: xx-large;
    font-weight: bold;
    text-align: left;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.text-B-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.text-B-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    width: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: x-large;
    font-weight:bold;
    right: auto;
    bottom: auto;
}

.text-A-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    width: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: x-large;
    font-weight: 700;
    right: auto;
    bottom: auto;
    text-align: left;
}


.text-A-2{
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: x-large;
    font-weight: 700;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    text-align: left;
}

.text-A-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: x-large;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}


.text-D-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: "M+PLUS+Code+Latin", "Times New Roman", serif;
    color: #51456B;
    font-size: medium;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-D-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.text-D-3{
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.link-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.link-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.link-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-V-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-V-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.text-V-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.text-C-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-C-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-C-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: x-small;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}


.text-date-1 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #51456B;
    font-size: medium;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.text-date-2 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #70995C;
    font-size: medium;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.text-date-3 {
    margin: 0px;
    padding: 0px;
    left: auto;
    font-family: M+PLUS+Code+Latin;
    color: #6da484;
    font-size: medium;
    font-weight: normal;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

/*formalar*/




/*panel ikon*/
.panel-link-icon {
   
    height: 40px;
    margin-right: 30px;
}

    .panel-link-icon:hover {
       
        height: 50px;
        margin-right: 30px;
    }

.panel-link {
    width: 80px;
    height: 80px;
}

.panel-resim-list {
    width: 240px;
    height: auto;
}

.panel-ikon {
    width: 60px;
    height: auto;
    align-content: center;
}

.panel-icon-mesaj {
    width: 40px;
    height: auto;
    align-content: center;
}

.metin_bosluk {
    margin: 10px;
    padding: 10px;
    left: auto;
    font-family: teko;
    color: #51456B;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: auto;
    top: 10px;
    right: 10px;
    bottom: 10px;
    margin-bottom:10px;
}


/*/sosyal medya*/
/*
.fab {
    padding: 8px;
    font-size: 30px;
    width: 32px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fab:hover {
        opacity: 0.6;
    }

.fa-facebook-f {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}*/


/* blog slider*/
.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#mainNavbar{

}

#mainNavbar .navbar-nav .nav-item .nav-link{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:antiquewhite;
    letter-spacing:0,06em;
    font-size:1rem;
}

    #mainNavbar .navbar-nav .nav-item .nav-link.active{
        

    }
    #mainNavbar .navbar-nav .nav-item .nav-link:hover {
        color: blueviolet;
    }