﻿body {
    background-color: #f1f6ff;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsLight";
    src: url("../fonts/Poppins-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsRegular";
    src: url("../fonts/Poppins-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsMedium";
    src: url("../fonts/Poppins-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsDemiBold";
    src: url("../fonts/Poppins-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsBold";
    src: url("../fonts/Poppins-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

p {
    font-family: PoppinsRegular;
}

a {
    font-family: PoppinsDemiBold;
}

text {
    font-family: PoppinsBold;
}

select {
    font-family: PoppinsBold;
}

h3 {
    font-family: PoppinsDemiBold;
}

h4 {
    font-family: PoppinsDemiBold;
}

em {
    font-family: PoppinsRegular;
}

div {
    font-family: PoppinsLight !important;
}

.igu-departmant-card {
    background: #fff;
    border-radius: 15px;
    margin-left: 2%;
    margin-top: 5%;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

@media only screen and (max-width:950px) {
    .igu-departmant-card {
        margin-left: 2%;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width:600px) {
    .igu-departmant-card {
        margin-bottom: -10px !important;
        transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8); /* IE 9 */
        -webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */
        -o-transform: scale(0.8, 0.8); /* Opera */
        -moz-transform: scale(0.8, 0.8); /* Firefox */
    }
}

@media only screen and (min-width:1200px) {
    .igu-departmant-card {
        width: 355px !important;
    }
}

.igu-departmant-card .igu-post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

    .igu-departmant-card .igu-post-img img {
        width: 100%;
        height: auto;
        transform: scale(1,1);
        transition: transform 0.2s linear;
    }

.igu-departmant-card:hover .igu-post-img img {
    transform: scale(1.1,1.1);
}

.igu-departmant-card .igu-over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition: all 0.50s linear;
}

.igu-departmant-card:hover .igu-over-layer {
    opacity: 1;
    text-decoration: none;
}

.igu-departmant-card .igu-over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.igu-departmant-card .igu-post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.igu-departmant-card .igu-post-title a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

    .igu-departmant-card .igu-post-title a:hover {
        text-decoration: none;
        color: #3498db;
    }

.igu-departmant-card .igu-post-description {
    line-height: 24px;
    font-size: 1rem;
    color: #808080;
    margin-bottom: 25px;
}

.igu-departmant-card .igu-post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.igu-departmant-card .igu-read-more {
    padding: 7px 20px;
    float: left;
    font-size: 12px;
    background: #57768f;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

    .igu-departmant-card .igu-read-more:hover {
        background: #3498db;
        text-decoration: none;
        color: #fff;
    }

@media only screen and (max-width:1280px) {
    .igu-departmant-card .igu-post-content {
        padding: 0px 15px 25px 15px;
    }
}

.igu-bolum-img {
    width: 350px !important;
}

.igu-icon-img {
    width: 10% !important;
    margin-top: -5% !important;
}


.carousel-inner img {
    width: 100%;
    height: 100%;
}

.solid {
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    width: 80px;
    height: 5px;
    border-radius: 10px;
}

body {
    background-color: #f1f6ff;
}


.post-slide-duyuru {
    min-height: 150px !important;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    min-height: 520px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1,1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1,1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 40px;
        border-radius: 15px;
    }

    .post-slide .post-title a {
        font-size: 0.7rem;
        font-weight: bold;
        color: #333;
        display: inline-block;
        transition: all 0.3s ease 0s;
        padding-top: 10px;
        text-align: left;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .post-slide .post-description {
        line-height: 24px;
        font-size: 0.8rem;
        color: #808080;
        margin-bottom: 25px;
    }

    .post-slide .post-reading {
        height: 190px;
    }

    .post-slide .post-reading-duyuru {
        height: 90px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 12px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

    .post-slide .read-more {
        padding: 4px 20px;
        float: right;
        font-size: 9px;
        background: #57768f;
        color: #ffffff;
        box-shadow: 0px 10px 20px -10px #1376c5;
        border-radius: 25px;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        margin-top: 20%;
        background: #fff;
        position: absolute;
        top: 25px;
        left: 15px;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        margin-top: 20%;
        background: #fff;
        position: absolute;
        top: 25px;
        right: 15px;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.site-footer {
    margin-top: -17px;
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer p {
        color: #b3b3b3;
    }

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #35447e;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active,
        .footer-links a:focus,
        .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text,
        .site-footer .social-icons {
            text-align: center
        }
}

.text-footer {
    text-align: left;
    margin-left: 35%;
}

.logo-footer {
    width: 30%;
    float: left;
}

.news_head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%); */
    background: #ddd;
    width: 100%;
    color: white;
    height: 40px;
}

.igu-link-head {
    float: right;
    margin-right: 2%;
    padding-top: 1.001vh;
    color: white !important;
}

.prev {
    margin-top: 30%;
    margin-left: -6%;
}

.logo-img-side-mobile {
    width: 60%;
    margin-left: 18%;
}

.date-card {
    border: 1px solid #ddd;
    width: 200px;
    padding: 10px;
    display: flex;
    align-items: center;
}

    .date-card .day {
        font-size: 48px;
        margin: 0px 10px;
        color: #2ab6b6;
    }

    .date-card .month {
        font-weight: bold;
    }

@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?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");

:root {
    /* GENERAL FONT */
    --font1: "Titillium Web", sans-serif;
    --font2: "Roboto", sans-serif;
    /* GENERAL COLOR */
    --bg-col-1: #0059b3;
    --bg-col-2: #dc3545;
    --bg-col-3: #fff;
    --bg-col-4: #024c96;
    --tx-color-1: #fff;
    --tx-color-2: #000;
    --tx-color-3: #0059b3;
    --tx-slider-section-title: #212529;
    --bg-slider-section: rgb(250, 250, 250);
    --bg-slider-card-4: #fff;
    --tx-slider-card-4: #0059b3;
    --tx-button: #fff;
    --bg-button: #0059b3;
}

/*start dark mode css*/
.dark-mode {
    /* GENERAL COLOR */
    --bg-col-1: #121212;
    --tx-color-1: #fff;
    --tx-button: #fff;
    --bg-button: #272727;
    --bg-button-border: #272727;
    --bg-button-hover: #fff;
    --tx-button-hover: #272727;
    --bg-button-focus: #0f0f0f40;
    --tx-slider-section-title: #ffffff;
    --bg-slider-section: #121212;
    --bg-slider-card-4: #272727;
    --tx-slider-card-4: #fff;
}

/* end dark mode css */
.btn-archive {
    color: var(--tx-button);
    background: var(--bg-button);
    border-color: var(--bg-button-border);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .btn-archive:hover {
        color: var(--tx-button-hover);
        background-color: var(--bg-button-hover);
        border-color: var(--bg-button-hover);
    }

    .btn-archive:focus {
        -webkit-box-shadow: 0 0 0 0.25rem var(--bg-button-focus);
        box-shadow: 0 0 0 0.25rem var(--bg-button-focus);
    }

.custom-slider {
    font-family: var(--font1);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .custom-slider .title-section {
        font-weight: 700;
        text-transform: uppercase;
        color: var(--tx-slider-section-title);
    }

    .custom-slider .swiper-container .card.box-4 {
        background: var(--bg-slider-card-4);
        color: var(--tx-slider-card-4);
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .custom-slider .swiper-container .card.box-4 .card-header {
            background: var(--bg-slider-card-4);
            color: var(--tx-slider-card-4);
            border-bottom: 0;
        }

            .custom-slider .swiper-container .card.box-4 .card-header .fa-map-marker-alt {
                color: var(--tx-slider-card-4);
            }

                .custom-slider .swiper-container .card.box-4 .card-header .fa-map-marker-alt.grow {
                    transition: all 0.2s ease-in-out;
                }

                    .custom-slider .swiper-container .card.box-4 .card-header .fa-map-marker-alt.grow:hover {
                        transform: scale(1.5);
                    }

        .custom-slider .swiper-container .card.box-4 .attached {
            font-weight: 300;
            font-size: 0.8rem;
        }

        .custom-slider .swiper-container .card.box-4 .card-title {
            line-height: 35px;
            color: var(--tx-slider-card-4);
        }

            .custom-slider .swiper-container .card.box-4 .card-title .day {
                font-weight: 600;
                font-size: 3.5rem;
            }

            .custom-slider .swiper-container .card.box-4 .card-title .month {
                font-size: 1.5rem;
                font-weight: 300;
            }

    .custom-slider .swiper-container .card.box-5 {
        background: var(--bg-col-2);
        color: var(--tx-color-1);
    }

        .custom-slider .swiper-container .card.box-5 .card-header {
            background: var(--bg-col-1);
            border-bottom: 0;
        }

        .custom-slider .swiper-container .card.box-5 .attached {
            font-weight: 300;
            font-size: 0.8rem;
        }

            .custom-slider .swiper-container .card.box-5 .attached .link {
                color: var(--tx-color-1);
            }

                .custom-slider .swiper-container .card.box-5 .attached .link:hover {
                    text-decoration: none;
                }

        .custom-slider .swiper-container .card.box-5 .card-title {
            line-height: 35px;
        }

            .custom-slider .swiper-container .card.box-5 .card-title .day {
                font-weight: 600;
                font-size: 3.5rem;
                color: var(--tx-color-1);
            }

            .custom-slider .swiper-container .card.box-5 .card-title .cal-y {
                display: grid;
                line-height: 21px;
            }

                .custom-slider .swiper-container .card.box-5 .card-title .cal-y .month {
                    font-size: 1.5rem;
                    color: var(--tx-color-1);
                    font-weight: 300;
                }

                .custom-slider .swiper-container .card.box-5 .card-title .cal-y .year {
                    font-size: 1.2rem;
                    color: var(--tx-color-1);
                    font-weight: 700;
                }

        .custom-slider .swiper-container .card.box-5 .card-footer {
            background: var(--bg-col-2);
        }

            .custom-slider .swiper-container .card.box-5 .card-footer .fa-map-marker-alt {
                color: var(--tx-color-1);
            }

                .custom-slider .swiper-container .card.box-5 .card-footer .fa-map-marker-alt.grow {
                    transition: all 0.2s ease-in-out;
                }

                    .custom-slider .swiper-container .card.box-5 .card-footer .fa-map-marker-alt.grow:hover {
                        transform: scale(1.5);
                    }

.anSlider {
    width: 50% !important;
}

@media only screen and (max-width:768px) {
    .anSlider {
        width: 100% !important;
    }
}

.form-select {
    display: block;
    width: 100%;
    padding: 2px 29px 2px 11px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
}

@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

#main {
    width: 100%;
    padding: 0;
}

.content-asset p {
    margin: 0 auto;
}

.breadcrumb {
    display: none;
}


.margin-top-10 {
    padding-top: 10px;
}

.margin-bot-10 {
    padding-bottom: 10px;
}

#parallax-world-of-ugg h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: black;
    padding: 0;
    margin: 0;
}
/* #parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;} */
#parallax-world-of-ugg p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.sc {
    color: #3b8595;
}

.ny {
    color: #3d3c3a;
}

.atw {
    color: #c48660;
}

#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

    #parallax-world-of-ugg .title h1 {
        font-size: 35px;
        letter-spacing: 8px;
    }


#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 0.7%;
    border-radius: 10px;
    width: 110%;
}

#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}


#parallax-world-of-ugg .parallax-one {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../img/igu-kurumsal-tower.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#parallax-world-of-ugg .parallax-two {
    padding-top: 200px;
    padding-bottom: 234px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.parallax-section {
    background-image: url(../img/igu-kurumsal-tower.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: left;
}

#parallax-world-of-ugg .parallax-three {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(https://images.unsplash.com/photo-1440688807730-73e4e2169fb8?dpr=1&auto=format&fit=crop&w=1500&h=1001&q=80&cs=tinysrgb&crop=);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}


@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        margin-top: -5.05% !important;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }

    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        margin-top: 3% !important;
    }
}

@media only screen and (max-width:768px) {
    .block img {
        width: 100% !important;
        height: 100% !important;
    }
}

.igu-haber-hr {
    border: 3px solid white;
    width: 5%;
    margin-left: 20.5%;
    border-radius: 10px;
    background-color: white;
}


#success-message {
    opacity: 0;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0 20% 0 20%;
}

.margin-top-25 {
    margin-top: 25px;
}

.renk-4 {
    color: #4285F4 !important;
}

.form-title {
    padding: 25px;
    font-size: 30px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: #000;
}

    .form-group .form-control:focus {
        box-shadow: none;
        border-width: 0 0 2px 0;
        border-color: #000;
    }

textarea {
    resize: none;
}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.btn-mod.btn-border {
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
}

.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

    .btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
        color: #fff;
        border-color: #000;
        background: #000;
        outline: none;
    }




/*54616C68612042657261*/

@media only screen and (max-width: 500px) {
    .btn-mod.btn-large {
        padding: 6px 16px;
        font-size: 11px;
    }

    .form-title {
        font-size: 20px;
    }
}

.duyuru-alan {
    /* background-color: whitesmoke; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 1.1%;
    width: 58.3% !important;
}


.haber-container {
    margin-top: 5%;
}

@media only screen and (max-width:768px) {
    .haber-container {
        margin-top: 20%;
    }

    .duyuru-alan {
        width: 92.5% !important;
    }

    .mobile-contact {
        margin-left: 5%;
    }

    .mobile-contact-one {
        margin-left: -12%;
    }
}

.affix {
    top: 20px;
}

div.col-sm-9 div {
    height: 250px;
    font-size: 28px;
}

#section1 {
    color: #fff;
    background-color: #1E88E5;
}


@media screen and (max-width: 810px) {
    #section1, #section2, #section3, #section41, #section42 {
        margin-left: 150px;
    }
}


.nav li {
    border-bottom: 1px solid #eee;
}

    .nav li a {
        font-size: 14px;
    }

#accordionMenu {
    max-width: 300px;
}

.panel-body {
    padding: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e113";
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e114";
        }

.accordion {
    background-color: #ddd;
    color: white;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 2px solid #ffffff69;
}


.accordion-l-m {
    background-color: #ddd;
    color: white;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 2px solid #ffffff69;
}



.accordion-menu {
    background-color: #0f7bce;
    color: white;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.panel .accordion-l-m, .panel .accordion {
    background-color: #444748;
}


.active-m, .accordion:hover, .accordion-menu:hover, .accordion-l-m:hover {
    background-color: #939597;
}

.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-m:after {
    content: "\2212";
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.cd-breadcrumb, .cd-multi-steps {
    padding: 0.5em 1em;
    /* background-color: #055C9D; */
    background-color: #383838;
}

    .cd-breadcrumb::after, .cd-multi-steps::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-breadcrumb li, .cd-multi-steps li {
        display: inline-block;
        float: left;
        margin: 0.5em 0;
    }

        .cd-breadcrumb li::after, .cd-multi-steps li::after {
            display: inline-block;
            content: '\00bb';
            margin: 0 .6em;
            color: #959fa5;
        }

        .cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
            display: none;
        }

        .cd-breadcrumb li > *, .cd-multi-steps li > * {
            display: inline-block;
            font-size: 0.7rem;
            color: white;
        }

        .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
            color: white;
        }

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
    color: white;
}

.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
        padding: 0 1.2em;
    }

        .cd-breadcrumb li, .cd-multi-steps li {
            margin: 1.2em 0;
        }

            .cd-breadcrumb li::after, .cd-multi-steps li::after {
                margin: 0 1em;
            }

            .cd-breadcrumb li > *, .cd-multi-steps li > * {
                color: white;
                font-size: 0.9rem;
            }
}


@media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
        background-color: transparent;
        padding: 0;
    }

        .cd-breadcrumb.triangle li {
            position: relative;
            padding: 0;
            margin: 4px 4px 4px 0;
        }

            .cd-breadcrumb.triangle li:last-of-type {
                margin-right: 0;
            }

            .cd-breadcrumb.triangle li > * {
                position: relative;
                padding: 1em .8em 1em 2.5em;
                color: #2c3f4c;
                background-color: #edeff0;
                border-color: #edeff0;
            }

            .cd-breadcrumb.triangle li.current > * {
                color: #ffffff;
                background-color: #96c03d;
                border-color: #96c03d;
            }

            .cd-breadcrumb.triangle li:first-of-type > * {
                padding-left: 1.6em;
                border-radius: .25em 0 0 .25em;
            }

            .cd-breadcrumb.triangle li:last-of-type > * {
                padding-right: 1.6em;
                border-radius: 0 .25em .25em 0;
            }

    .no-touch .cd-breadcrumb.triangle a:hover {
        color: #ffffff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }

    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }

    .cd-breadcrumb.triangle li::after {
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }

    .cd-breadcrumb.triangle li > *::after {
        z-index: 2;
        border-left-color: inherit;
    }

    .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
        display: none;
    }

    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }

    .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li > *::after {
            border-left-style: dashed;
        }
    }
}

@media only screen and (min-width: 768px) {
    .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
        background-position: 0 -40px;
    }

    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
        background-position: -20px -40px;
    }

    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
        background-position: -40px -40px;
    }

    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
        background-position: -60px -40px;
    }
}

@media only screen and (min-width: 768px) {
    .cd-multi-steps {
        /* reset style */
        background-color: transparent;
        padding: 0;
        text-align: center;
    }

        .cd-multi-steps li {
            position: relative;
            float: none;
            margin: 0.4em 40px 0.4em 0;
        }

            .cd-multi-steps li:last-of-type {
                margin-right: 0;
            }

            .cd-multi-steps li::after {
                position: absolute;
                content: '';
                height: 4px;
                background: #edeff0;
                /* reset style */
                margin: 0;
            }

            .cd-multi-steps li.visited::after {
                background-color: #96c03d;
            }

            .cd-multi-steps li > *, .cd-multi-steps li.current > * {
                position: relative;
                color: #2c3f4c;
            }

        .cd-multi-steps.custom-separator li::after {
            height: 4px;
            background: #edeff0;
        }

        .cd-multi-steps.text-center li::after {
            width: 100%;
            top: 50%;
            left: 100%;
            -webkit-transform: translateY(-50%) translateX(-1px);
            -moz-transform: translateY(-50%) translateX(-1px);
            -ms-transform: translateY(-50%) translateX(-1px);
            -o-transform: translateY(-50%) translateX(-1px);
            transform: translateY(-50%) translateX(-1px);
        }

        .cd-multi-steps.text-center li > * {
            z-index: 1;
            padding: .6em 1em;
            border-radius: .25em;
            background-color: #edeff0;
        }

    .no-touch .cd-multi-steps.text-center a:hover {
        background-color: #2c3f4c;
    }

    .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
        color: #ffffff;
        background-color: #96c03d;
    }

    .cd-multi-steps.text-center.custom-icons li.visited a::before {
        background-position: 0 -60px;
    }

    .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
        width: 80px;
        text-align: center;
    }

        .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
            position: absolute;
            left: 50%;
            width: calc(100% + 40px);
        }

        .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
            content: '';
            position: absolute;
            z-index: 1;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background-color: #edeff0;
        }

        .cd-multi-steps.text-top li.visited > *::before,
        .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
        .cd-multi-steps.text-bottom li.current > *::before {
            background-color: #96c03d;
        }

    .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
        color: #96c03d;
    }

        .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
            box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
        }

    .cd-multi-steps.text-top li::after {
        bottom: 4px;
    }

    .cd-multi-steps.text-top li > * {
        padding-bottom: 20px;
    }

        .cd-multi-steps.text-top li > *::before {
            bottom: 0;
        }

    .cd-multi-steps.text-bottom li::after {
        top: 3px;
    }

    .cd-multi-steps.text-bottom li > * {
        padding-top: 20px;
    }

        .cd-multi-steps.text-bottom li > *::before {
            top: 0;
        }
}

.cd-multi-steps.count li {
    counter-increment: steps;
}

    .cd-multi-steps.count li > *::before {
        content: counter(steps) " - ";
    }

@media only screen and (min-width: 768px) {
    .cd-multi-steps.text-top.count li > *::before,
    .cd-multi-steps.text-bottom.count li > *::before {
        content: counter(steps);
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .cd-multi-steps.text-top.count li:not(.current) em::before,
    .cd-multi-steps.text-bottom.count li:not(.current) em::before {
        color: #2c3f4c;
    }

    .cd-multi-steps.text-top.count li::after {
        bottom: 11px;
    }

    .cd-multi-steps.text-top.count li > * {
        padding-bottom: 34px;
    }

    .cd-multi-steps.text-bottom.count li::after {
        top: 11px;
    }

    .cd-multi-steps.text-bottom.count li > * {
        padding-top: 34px;
    }
}

.ac:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel .ac:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mufredat-foot {
    color: black;
}

.baslik-alan-bolum {
    width: 100%;
    background-color: #055C9D;
    border-radius: 10px;
}

.card-personel {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
}

    .card-personel:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.card__img {
    flex: 1 30%;
    -webkit-flex: 1 30%;
    overflow: hidden;
    position: relative;
}

.card__img-preview {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    min-width: 150px;
    max-width: 100%;
    min-height: 100%;
    transition: all 0.5s ease 0s;
    width: 50%;
}

.card__content ul {
    list-style-type: none;
    padding-left: 5px;
    padding-top: 10px;
}

.card__content {
    flex: 1 70%;
    -webkit-flex: 1 70%;
    padding: 0.8rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
}

.card__img-preview:hover {
    transform: scale(1.5);
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

    .blog-card a {
        color: inherit;
    }

        .blog-card a:hover {
            color: #5ad67d;
        }

    .blog-card:hover .photo {
        transform: scale(1.3) rotate(3deg);
    }

    .blog-card .meta {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .blog-card .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.2s;
    }

    .blog-card .details, .blog-card .details ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .blog-card .details {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: auto;
        transition: left 0.2s;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        padding: 10px;
        width: 100%;
        font-size: 0.9rem;
    }

        .blog-card .details a {
            text-decoration: dotted underline;
        }

        .blog-card .details ul li {
            display: inline-block;
        }

        .blog-card .details .author:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f007";
        }

        .blog-card .details .date:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f133";
        }

        .blog-card .details .tags ul:before {
            font-family: FontAwesome;
            content: "\f02b";
            margin-right: 10px;
        }

        .blog-card .details .tags li {
            margin-right: 2px;
        }

            .blog-card .details .tags li:first-child {
                margin-left: -4px;
            }

    .blog-card .description {
        background: #fff;
        position: relative;
        z-index: 1;
    }

        .blog-card .description h1, .blog-card .description h2 {
            font-family: Poppins, sans-serif;
        }

        .blog-card .description h1 {
            line-height: 1;
            margin: 0;
            font-size: 1.7rem;
        }

        .blog-card .description h2 {
            font-size: 1rem;
            font-weight: 300;
            text-transform: uppercase;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .blog-card .description .read-more {
            text-align: right;
        }

            .blog-card .description .read-more a {
                color: #5ad67d;
                display: inline-block;
                position: relative;
            }

                .blog-card .description .read-more a:after {
                    content: "\f061";
                    font-family: FontAwesome;
                    margin-left: -10px;
                    opacity: 0;
                    vertical-align: middle;
                    transition: margin 0.3s, opacity 0.3s;
                }

                .blog-card .description .read-more a:hover:after {
                    margin-left: 5px;
                    opacity: 1;
                }

    .blog-card p {
        position: relative;
        margin: 1rem 0 0;
    }

        .blog-card p:first-of-type {
            margin-top: 1.25rem;
        }

            .blog-card p:first-of-type:before {
                content: "";
                position: absolute;
                height: 5px;
                background: #5ad67d;
                width: 35px;
                top: -0.75rem;
                border-radius: 3px;
            }

    .blog-card:hover .details {
        left: 0%;
    }

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
    }

        .blog-card .meta {
            height: auto;
        }

        .blog-card .description {
            flex-basis: 60%;
        }

            .blog-card .description:before {
                transform: skewX(-3deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }

        .blog-card.alt {
            flex-direction: row-reverse;
        }

            .blog-card.alt .description:before {
                left: inherit;
                right: -10px;
                transform: skew(3deg);
            }

            .blog-card.alt .details {
                padding-left: 25px;
            }
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167f92;
}

    .responstable tr {
        border: 1px solid #d9e4e6;
    }

        .responstable tr:nth-child(odd) {
            background-color: #eaf3f3;
        }

    .responstable th {
        display: none;
        border: 1px solid #fff;
        background-color: #167f92;
        color: #fff;
        padding: 1em;
    }

        .responstable th:first-child {
            display: table-cell;
            text-align: center;
        }

        .responstable th:nth-child(2) {
            display: table-cell;
        }

            .responstable th:nth-child(2) span {
                display: none;
            }

            .responstable th:nth-child(2):after {
                content: attr(data-th);
            }

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }

    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}

    .responstable td:first-child {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #d9e4e6;
    }

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #d9e4e6;
    }
}

.responstable th, .responstable td {
    text-align: left;
    margin: 0.5em 1em;
}

@media (min-width: 480px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 1em;
    }
}

.akademik-kadro-img {
    transform: rotate(15deg);
    width: 336px;
    -webkit-filter: blur(0.5px);
    opacity: 0.5;
    z-index: 0;
}

@media only screen and (max-width:768px) {
    .akademik-kadro-img {
        display: none;
    }

    .img-hoca {
    }
}

.img-hoca {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    min-width: 150px;
    max-width: 40%;
    min-height: 100%;
    transition: all 0.5s ease 0s;
    width: 100%;
}

    .img-hoca:hover {
        transform: scale(1.5);
    }

@media only screen and(max-width:768px) {
    .responsive-li {
        margin-left: 8%;
    }
}

@media only screen and (min-width:768px) {
    #programlar-alan {
    }
}

#parallax-world-of-ugg .block-programlar {
    margin: 0 auto;
    text-align: justify;
    margin-top: 0.7%;
    border-radius: 10px;
    width: 110%;
}

.gallery {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    max-width: 600px;
}

    .gallery img {
        width: 150px;
        border-radius: 10px;
    }


#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

    .img-wrapper img {
        width: 100%;
    }

@media only screen and (min-width:768px) {
    .img-overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }
}

@media only screen and (max-width:768px) {
    .img-overlay {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

        .img-overlay img {
            display: none;
        }
}


.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width: 768px) {
    #overlay img {
        /* width: 60%; */
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        /* width: 50%; */
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
        cursor: pointer;
    }

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
        cursor: pointer;
    }

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
        cursor: pointer;
    }

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.gallery-igu-icon {
    width: 25% !important;
}




.img-wrapper:hover {
    cursor: pointer;
}

.baslik-alan-bolum-galeri {
    width: 100%;
    background-color: #e08530;
    border-radius: 10px;
}

@media only screen and (min-width:990px) {
    .img-responsive {
        height: 118px !important;
    }
}

@media only screen and (max-width:768px) {
    #overlay img {
        width: 80% !important;
    }
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0.5rem;
}

.news-card {
    border: 0px solid aqua;
    margin: 0.5rem;
    position: relative;
    height: 12rem;
    overflow: hidden;
    border-radius: 0.5rem;
    flex: 1;
    min-width: 290px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {

    .news-card {
        height: 20rem
    }
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
    ;
    z-index: 0;
}

.news-card__card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
}

.news-card__text-wrapper {
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    color: white;
    /*     background-color: rgba(0, 0, 0, 0.4); */
    transition: background-color 1.5s ease;
}

.news-card__title {
    transition: color 1s ease;
    margin-bottom: .5rem;
}

.news-card__post-date {
    font-size: .7rem;
    margin-bottom: .5rem;
    color: #CCC;
}

.news-card__details-wrapper {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
    .news-card:hover .news-card__details-wrapper {
        max-height: 20rem;
        opacity: 1;
    }

    .news-card:hover .news-card__text-wrapper {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .news-card:hover .news-card__title {
        color: yellow;
    }

    .news-card:hover .news-card__image {
        transform: scale(1.2);
        z-index: -1;
    }
}

.news-card__excerpt {
    font-weight: 300;
}

.news-card__read-more {
    background: black;
    color: #bbb;
    display: block;
    padding: 0.4rem 0.6rem;
    border-radius: 0.3rem;
    margin-top: 1rem;
    border: 1px solid #444;
    font-size: 0.8rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    width: 7rem;
    margin-left: auto;
    position: relative;
    z-index: 5;
}

    .news-card__read-more i {
        position: relative;
        left: 0.2rem;
        color: #888;
        transition: left 0.5s ease, color 0.6s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .news-card__read-more:hover i {
        left: 0.5rem;
        color: yellow;
    }

.baslik-alan-bolum-old {
    width: 100%;
    background-color: #055C9D;
    border-radius: 10px;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");


.card-kadro {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(34, 35, 58, 0.5);
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    position: relative;
    max-height: 265px;
}

    .card-kadro h2 {
        margin: 0;
        padding: 0 1rem;
    }

    .card-kadro .title {
        padding: 1rem;
        text-align: right;
        color: green;
        font-weight: bold;
        font-size: 12px;
    }

    .card-kadro .desc {
        padding: 0.5rem 1rem;
        font-size: 12px;
    }

    .card-kadro .actions {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        padding: 0.5rem 1rem;
    }

    .card-kadro svg {
        width: 85px;
        height: 85px;
        margin: 0 auto;
    }

.img-avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    border: 6px solid white;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    top: 15px;
    left: 85px;
}

.card-kadro-text {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.title-total {
    padding: 2.5em 1.5em 1.5em 1.5em;
}

path {
    fill: white;
}

.img-portada {
    width: 100%;
}

.portada {
    width: 208px;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-position: bottom center;
    background-size: cover;
    max-height: 265px;
}

.kadro-img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100% !important;
    width: 100% !important;
    transition: transform .5s ease;
}

.kadro-ul {
    list-style-type: none;
    padding-left: 5px;
    padding-top: 10px
}

    .kadro-ul li span {
        font-weight: 600;
        font-size: 14px !important;
    }

.home-title {
    margin-left: 2%;
    float: left;
    padding-top: 5px;
    font-size: 24px;
}

.takvim-tables-title {
    margin-left: 2%;
    float: left;
    padding-top: 10px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

@media only screen and (max-width:1000px) {
    .post-description {
        font-size: 0.8rem !important;
    }

    @media only screen and (max-height:600px) {
        .igu-logo-resp {
            display: none;
        }
    }
}

.igu-logo {
    margin-left: 10vw;
}

@media only screen and (min-width:1200px) {
    .igu-logo {
        margin-left: -5vw;
    }
}

.accordion-alt-menu {
    background-color: #055C9D;
    color: white;
    width: 100%;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 2px solid #41759c;
}

    .active-m, .accordion-alt-menu:hover, .accordion-alt-menu-menu:hover, .accordion-alt-menu-l-m:hover {
        background-color: #0E86D4 !important;
    }

    .accordion-alt-menu:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.accordion-alt-menu-l-m {
    background-color: #055C9D;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 2px solid #41759c;
}



.accordion-alt-menu-uc {
    background-color: #0f7bce;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

@media only screen and (max-width:768px) {
    .accordion-alt-menu-uc {
        margin-left: 4%;
    }
}

.active-m:after {
    content: "\2212" !important;
}


.active-m, .accordion-alt-menu:hover, .accordion-alt-menu-menu:hover, .accordion-alt-menu-l-m:hover {
    background-color: #7c7d7e !important;
}

.accordion-alt-menu:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion-alt-menu-l-m {
    background-color: #055C9D;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 2px solid #41759c;
}



.accordion-alt-menu-uc {
    background-color: #0f7bce;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

@media only screen and (max-width:768px) {
    .accordion-alt-menu-uc {
        margin-left: 4%;
    }
}

.active-m:after {
    content: "\2212" !important;
}

.igu-kadro-cv {
    color: chocolate;
}

.igu-kadro-web {
    color: cornflowerblue;
}

.igu-paging-prev {
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 40px;
}

.igu-paging-next {
    border: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 40px;
}

#pageNumber {
    border: none;
    width: 75px;
}

.news-card__title {
    font-family: system-ui !important;
    text-align: left !important;
}

.icerik .table td {
    text-align: left;
}

table-fixer {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width:768px) {
    .subtitle {
        font-size: 21px;
        margin-top: 1.5%;
    }

    .igu-link-head {
        font-size: 0.6rem;
        margin-top: 1.5%;
    }
}

.detay-baslik {
    font-weight: 600;
    font-family: inherit;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

.lisansustuCard a:hover {
    text-decoration: none;
}

.lisansustuCard .np {
    padding: 0px;
}

.lisansustuCard .featuredPropBox {
}

    .lisansustuCard .featuredPropBox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: outside none none;
        padding: 0;
    }

        .lisansustuCard .featuredPropBox ul li {
            background-color: #eeeeee;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: block;
            height: 200px;
            margin: 5px;
            width: 40%;
            position: relative;
            transition: all 0.3s;
            cursor: pointer;
        }

            .lisansustuCard .featuredPropBox ul li:after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(22, 22, 22, 0.6);
                transition: all 0.3s;
            }

            .lisansustuCard .featuredPropBox ul li:nth-child(1) {
                background-image: url('/Areas/Akademik/Contents/img/card1.jpg');
            }

            .lisansustuCard .featuredPropBox ul li:nth-child(2) {
                background-image: url('/Areas/Akademik/Contents/img/card2.jpg');
            }

            .lisansustuCard .featuredPropBox ul li .fplogo {
                font-size: 16px;
                left: 50%;
                position: absolute;
                text-align: center;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.3s ease 0s;
                width: 65%;
                z-index: 1;
            }

                .lisansustuCard .featuredPropBox ul li .fplogo img {
                    width: 100%;
                }

            .lisansustuCard .featuredPropBox ul li .fptext {
                display: none;
                font-size: 16px;
                left: 50%;
                position: absolute;
                text-align: center;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.3s ease 0s;
                width: 65%;
                z-index: 1;
            }

                .lisansustuCard .featuredPropBox ul li .fptext p {
                    color: #fff;
                    margin: 0px;
                }

            .lisansustuCard .featuredPropBox ul li:hover {
                box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
            }

                .lisansustuCard .featuredPropBox ul li:hover:after {
                    background-color: rgba(22, 22, 22, 0.3);
                }

                .lisansustuCard .featuredPropBox ul li:hover .fplogo {
                    display: none;
                }

                .lisansustuCard .featuredPropBox ul li:hover .fptext {
                    display: block;
                }

@media only screen and (max-width:770px) {
    .lisansustuCard {
        margin-top: 10%;
        margin-bottom: -15%;
    }
}

.toggle-button .fa {
    font-size: 1.4em;
}

@media only screen and (max-width:1200px) {
    .bolum-sayfasi .icerik {
        width: 120%;
        margin-left: -10%;
    }

    .bolum-sayfasi .akredite-bolum {
        width: 90% !important;
    }

    .bolum-sayfasi .mufredat-bolum {
        font-size: 0.7rem;
    }

    .site-footer {
        text-align: center;
    }
}

#IndexNewsSlider .haber-container .owl-prev,
#IndexNewsSlider .haber-container .owl-next {
    top: 50px !important;
}

.social-footer .fa-2x {
    font-size: 1.5em !important;
}

.igu-dishastanesi-menu-link {
    background-color: #1f284c;
    border-color: #1f284c;
    border-radius: 5px;
    height: 40px !important;
    margin-left: 10px;
}

    .igu-dishastanesi-menu-link :hover {
        background-color: #2e4a7c;
        border-radius: 5px;
    }

    .igu-dishastanesi-menu-link .dishastanesi-link {
        color: #fff !important;
        font-size: 15px !important;
        margin-bottom: 5px;
    }


.bolum-akredite {
    width: 54px !important;
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #fff;
    z-index: 1;
    padding: 14px;
}

.desktop-igumer {
    color: white !important;
    background-color: #1f284c;
    padding: 12.5px;
    border-radius: 5px;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
}


.mobile-igumer {
    height: 52px;
    color: white !important;
    background-color: #1f284c;
    border-radius: 5px;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
    margin-top: 17%;
    display: none;
    display: flex !important;
    align-content: space-around;
}

@media only screen and (min-width:768px) {
    .mobile-igumer {
        display: none !important;
        margin-top:30px;
    }
}


.top-bar-desktop {
    display: block !important;
}

.top-bar-mobile {
    display: none !important;
}


@media only screen and (max-width:768px) {
    .desktop-igumer {
        display: none !important;
    }

    .mobile-igumer {
        display: block !important;
        text-align: center;
    }

    .top-bar-desktop {
        display: none !important;
    }

    .top-bar-mobile {
        display: block !important;
    }

    #IndexNewsSlider {
        margin-top: -28px !important;
    }
}


@media only screen and (min-width:800px) and (max-width:1360px) {
    .desktop-igumer {
        display: none !important;
    }

    .mobile-igumer {
        display: block !important;
        text-align: center;
    }

    .top-bar-desktop {
        display: none !important;
    }

    .top-bar-mobile {
        display: block !important;
    }

    #IndexNewsSlider {
        margin-top: -28px !important;
    }
}


.desktop-igumer-button {
    background-color: white;
    padding: 7px;
    border-radius: 5px;
    color: #1f284c !important;
}

@media only screen and (min-width:800px) and (max-width:1360px) {
    #IndexNewsSlider {
        margin-top: 20px !important;
    }
}


