<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap");

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #1a548a;
}

::selection {
    color: #fff;
    background: #1a548a;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

form#form1 {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a,
button,
input {
    text-decoration: none !important;
}

    a:hover,
    button:hover,
    input:hover {
        text-decoration: none !important;
    }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.big-cont {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.top-wrapper {
    border-bottom: .5px solid #ddd;
}

.nav-top {
    padding: 10px 0;
}

    .nav-top .brand img {
        height: 40px;
    }

    .nav-top .nav-top-right .top-nav-right-line a:nth-last-child(1)::before {
        position: absolute;
        /* content: ''; */
        left: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #1a548a;
    }

    .nav-top .nav-top-right .top-nav-right-block a {
        font-size: 12px;
        font-weight: 500;
        color: #23629d;
        padding: 5px 0;
        margin: 0 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        position: relative;
    }

        .nav-top .nav-top-right .top-nav-right-block a:hover {
            color: #a88c70;
        }

        .nav-top .nav-top-right .top-nav-right-block a i {
            color: #a88c70;
            font-size: 1.4em;
            margin-right: 5px;
        }

        .nav-top .nav-top-right .top-nav-right-block a.active {
            border-top: 3px solid #a88c70;
            color: #a88c70;
        }

    .nav-top .nav-top-right .top-nav-right-block .top-nav-btn {
        background: #E30A14;
        color: #fff;
        padding: 10px 1.5em !important;
        border-radius: 5px;
        border: none;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        border: 0.5px solid #E30A14;
    }

        .nav-top .nav-top-right .top-nav-right-block .top-nav-btn:hover {
            color: #fff;
            background: #b60811;
        }

    .nav-top .nav-top-right .top-nav-right-block .top-nav-lang {
        border: none !important;
        color: #aaa;
    }

        .nav-top .nav-top-right .top-nav-right-block .top-nav-lang.active {
            color: #1a548a;
        }

@media only screen and (max-width: 900px) {
    .nav-top .top-nav-right-block {
        margin: 10px !important;
    }
}

.navbar {
    padding: 0 !important;
}

    .navbar ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .navbar ul li {
            border-right: .5px solid #ddd;
            width: 100%;
            height: 100%;
            margin: 0;
            text-align: center;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            position: relative;
        }

            .navbar ul li::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 0;
                height: 3px;
                background: #a88c70;
                -webkit-transition: .3s ease;
                transition: .3s ease;
            }

            .navbar ul li:hover::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 3px;
                background: #a88c70;
            }

            .navbar ul li.active::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100% !important;
                height: 3px;
                background: #23629d;
                -webkit-transition: .3s ease;
                transition: .3s ease;
            }

            .navbar ul li:nth-last-child(1) {
                border-right: none;
            }

            .navbar ul li a {
                font-size: 11px;
                font-weight: 600;
                line-height: 1.2;
                letter-spacing: -0.1px;
                color: #fff;
                text-transform: uppercase;
                width: 100%;
                height: 100%;
                display: block;
                padding: 20px 0;
                background-color: #336298;
            }

.nav-top .nav-top-right .top-nav-right-block .top-nav-lang img {
    height: 17px;
    width: 25px;
    object-fit: cover;
    margin-right: 4px;
    margin-top: -3px;
}


section.wrapper.banner-wrapper {
    padding-top: 20px;
}

.navbar ul li .dropdown-menu {
    width: auto;
    margin: 0;
    border-radius: 0;
    top: calc(100% - 1px);
    padding: 0 !important;
    border: none;
}

    .navbar ul li .dropdown-menu .dropdown-item {
        padding: 10px 20px;
        width: 100%;
    }

        .navbar ul li .dropdown-menu .dropdown-item:active {
            background: unset;
            color: unset;
        }

@media only screen and (max-width: 385px) {
    .navbar ul {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 0px;
        top: -140px;
        z-index: 9999;
    }
}

@media only screen and (min-width: 385px) and (max-width: 670px) {
    .navbar ul {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: -140px;
        z-index: 9999;
    }
}

@media only screen and (min-width: 670px) and (max-width: 839px) {
    .navbar ul {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 20px;
        top: -100px;
        z-index: 9999;
    }
}

@media only screen and (min-width: 913px) and (max-width: 1200px) {
    .top-nav-right-block:nth-last-child(1) {
        margin-right: 100px;
    }

    .navbar ul {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 20px;
        top: -50px;
        z-index: 9999;
    }
}

.home-banner {
    padding: 0;
    min-height: 500px;
}

    .home-banner .banner-item {
        background-position: center center !important;
        background-size: cover !important;
        border-radius: 5px;
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        position: relative;
        overflow: hidden;
        height: 100%;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        justify-content: flex-end;
    }

        .home-banner .banner-item::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(10%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
            background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
            -webkit-transition: .3s ease all;
            transition: .3s ease all;
        }

        .home-banner .banner-item h3 {
            font-size: 30px;
            font-weight: 400;
            line-height: 1.17;
            color: #fff;
            position: relative;
            display: block;
            z-index: 2;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

        .home-banner .banner-item.banner-item-default {
            background: #23629d;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .home-banner .banner-item.banner-item-default img {
                height: 50px;
                margin-right: 20px;
            }

            .home-banner .banner-item.banner-item-default::before {
                display: none;
            }

            .home-banner .banner-item.banner-item-default::after {
                content: url("../assets/symbol.png");
                position: absolute;
                right: -30px;
                bottom: -0px;
                opacity: .4;
            }

@media only screen and (max-width: 767px) {
    .home-banner .banner-item {
        margin: 0 0 20px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 200px !important;
    }

    .banner-wrapper .see-all {
        margin: 0 auto !important;
        padding: 10px !important;
    }

    .nav-top.container-fluid.big-cont.d-flex.flex-row.flex-wrap {
        position: relative;
        z-index: 3;
    }

    .navbar ul li {
        border-right: none;
        margin: 0;
        padding: 0;
    }

    .home-banner.container-fluid.big-cont.d-flex.flex-row.flex-wrap {
        margin-top: 30px;
    }

    .footer-wrapper .footer-mid .col-md-5ths {
        width: 100%;
        margin-bottom: 20px;
    }
}

.see-all {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #23629d;
    padding: 20px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .see-all:hover i {
        color: #23629d;
    }

    .see-all i {
        color: #a88c70;
        margin-left: 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

.home-message-cont img {
    width: 312px;
    height: 312px;
    object-fit: cover;
}

.home-message-cont .title small {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.9;
    text-align: center;
    color: #909eac;
}

.home-message-cont .title h3 {
    font-size: 30px;
    font-weight: 500;
    color: #23629d;
}

.home-message-cont .text p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.88;
    color: #545f6a;
}

.home-message-cont .signature {
    position: relative;
}

    .home-message-cont .signature h4 {
        font-family: "Great Vibes", cursive;
        font-size: 28px;
        color: #a88c70;
    }

    .home-message-cont .signature small {
        font-size: 10px;
        font-weight: 600;
        line-height: 1.9;
        color: #909eac;
    }

.l-blue-wrapper {
    background: #e5eff9 !important;
}

.activity-wrapper .activity-title {
    border-bottom: 0.5px solid #1a548a;
    padding: 20px 0;
}

    .activity-wrapper .activity-title .activity-title-left small {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.9;
        color: #909eac;
    }

    .activity-wrapper .activity-title .activity-title-left h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 0.93;
        color: #1d5e99;
    }

    .activity-wrapper .activity-title .activity-title-right {
        position: relative;
        padding: 0;
        text-align: right;
    }

        .activity-wrapper .activity-title .activity-title-right small {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 14px;
            line-height: 2.14;
            color: #1d5e99;
            z-index: 233 !important;
            position: relative;
        }

        .activity-wrapper .activity-title .activity-title-right span {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 100px;
            line-height: 0.28;
            color: #d3e2f0;
            font-weight: 900;
            z-index: 1;
        }

.activity-wrapper .activity-cont .activity-cont-title {
    padding: 40px;
}

    .activity-wrapper .activity-cont .activity-cont-title img {
        height: 30px;
    }

    .activity-wrapper .activity-cont .activity-cont-title span {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.17;
        color: #1d5e99;
        margin-left: 20px;
    }

.activity-wrapper .activity-cont .activity-list .activity-list-item {
    min-height: 130px;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.26);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .activity-wrapper .activity-cont .activity-list .activity-list-item:hover .activity-img::before,
    .activity-wrapper .activity-cont .activity-list .activity-list-item:hover .activity-img-2::before {
        top: 0%;
    }

    .activity-wrapper .activity-cont .activity-list .activity-list-item .activity-img {
        width: 100%;
        height: 100%;
        min-height: 156px;
        background-size: cover !important;
        background-position: center center !important;
        position: relative;
    }

        .activity-wrapper .activity-cont .activity-list .activity-list-item .activity-img::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 100%;
            background: url("../assets/logo-w-bg.jpg");
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

    .activity-wrapper .activity-cont .activity-list .activity-list-item .activity-img-2 {
        width: 100%;
        height: 100%;
        min-height: 130px;
        background-size: cover !important;
        background-position: center center !important;
        position: relative;
    }

        .activity-wrapper .activity-cont .activity-list .activity-list-item .activity-img-2::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 100%;
            background: url("../assets/fnb-logo-bg.jpg");
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

    .activity-wrapper .activity-cont .activity-list .activity-list-item:hover {
        -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.66);
        box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.66);
    }

    .activity-wrapper .activity-cont .activity-list .activity-list-item .card-title {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.39;
        letter-spacing: normal;
        color: #000000;
        min-height: 3em;
    }

    .activity-wrapper .activity-cont .activity-list .activity-list-item .card-text {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.14;
        letter-spacing: normal;
        color: #545f6a;
    }

        .activity-wrapper .activity-cont .activity-list .activity-list-item .card-text i {
            color: #a88c70;
            margin-right: 5px;
        }

    .activity-wrapper .activity-cont .activity-list .activity-list-item .card-img-logo {
        height: 30px;
        width: auto;
        margin: 20px;
    }

    .activity-wrapper .activity-cont .activity-list .activity-list-item .card-body {
        background: #fff;
    }

@media only screen and (max-width: 767px) {
    .activity-title-right {
        text-align: center !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.home-about-wrapper {
    padding: 40px 0;
}

    .home-about-wrapper small {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.9;
        color: #909eac;
        margin-bottom: 10px;
    }

    .home-about-wrapper h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 0.93;
        color: #1d5e99;
        margin-bottom: 10px;
    }

    .home-about-wrapper p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        line-height: 1.88;
        color: #545f6a;
        max-width: 700px;
    }

.home-member-wrapper {
    padding: 40px 0;
}

    .home-member-wrapper small {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.9;
        color: #909eac;
        margin-bottom: 10px;
    }

    .home-member-wrapper h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 0.93;
        color: #1d5e99;
        margin-bottom: 10px;
    }

    .home-member-wrapper .slider {
        padding: 20px;
    }

        .home-member-wrapper .slider .slide {
            background: #fff;
            border-radius: 5px;
            height: 100px;
            margin: 20px 0;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            padding: 20px;
            -webkit-box-shadow: 0px 0px 22px -7px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 22px -7px rgba(0, 0, 0, 0.25);
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

            .home-member-wrapper .slider .slide:hover {
                -webkit-box-shadow: 0px 0px 22px -7px rgba(0, 0, 0, 0.55);
                box-shadow: 0px 0px 22px -7px rgba(0, 0, 0, 0.55);
            }

            .home-member-wrapper .slider .slide img {
                max-height: 50px;
                max-width: 100px;
                height: auto;
                width: auto;
            }

        .home-member-wrapper .slider .slick-slide {
            margin: 0 27px;
        }

        .home-member-wrapper .slider .slick-list {
            margin: 0 -27px;
        }

.video-wrapper {
    background: #a88c70;
    min-height: 200px;
    position: relative;
}

    .video-wrapper::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: url("../assets/play-button.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .video-wrapper a {
        z-index: 44;
    }

    .video-wrapper img {
        width: 50px;
        margin-right: 30px;
    }

@media screen and (max-width: 768px) {
    .video-wrapper img {
        margin-right: 0;
    }
}

.video-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    letter-spacing: 7.7px;
    color: #ffffff;
    margin: 0;
}

#videoModal .modal-content {
    padding: 0;
    margin: 0;
    position: relative;
}

    #videoModal .modal-content iframe {
        border-radius: 5px;
    }

    #videoModal .modal-content .close {
        position: absolute;
        right: -30px;
    }

.sponsor-wrapper {
    padding: 40px 0;
    background: #f1f1f1;
}

    .sponsor-wrapper small {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.9;
        color: #909eac;
        margin-bottom: 10px;
    }

    .sponsor-wrapper h3 {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 0.93;
        color: #1d5e99;
        margin-bottom: 10px;
    }

    .sponsor-wrapper p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        line-height: 1.88;
        color: #545f6a;
        max-width: 700px;
    }

    .sponsor-wrapper .sponsor-title-golden {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.39;
        color: #a88c70;
        margin-bottom: 10px;
        display: block;
    }

    .sponsor-wrapper .sponsor-title-silver {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.39;
        color: #545f6a;
        margin-bottom: 10px;
        display: block;
		margin-top: 30px;
    }

    .sponsor-wrapper .sponsor-item {
        border-radius: 3px;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(168, 140, 112, 0.7);
        box-shadow: 5px 5px 0px 0px rgba(168, 140, 112, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

        .sponsor-wrapper .sponsor-item.sponsor-big {
            min-height: 200px;
            max-width: 350px;
            width: 100%;
            height: 100%;
        }

            .sponsor-wrapper .sponsor-item.sponsor-big img {
                max-width: 250px;
            }

        .sponsor-wrapper .sponsor-item.sponsor-mid {
            max-height: 150px;
            height: 100%;
            -webkit-box-shadow: 5px 5px 0px 0px #dddddd;
            box-shadow: 5px 5px 0px 0px #dddddd;
        }

            .sponsor-wrapper .sponsor-item.sponsor-mid img {
                max-width: 150px;
            }

        .sponsor-wrapper .sponsor-item.sponsor-small {
            height: 100px;
            -webkit-box-shadow: 5px 5px 0px 0px #dddddd;
            box-shadow: 5px 5px 0px 0px #dddddd;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

            .sponsor-wrapper .sponsor-item.sponsor-small img {
                max-width: 100px;
            }

@media only screen and (max-width: 767px) {
    .home-member-wrapper .slider .slide {
        margin: 20px;
    }

    .sponsor-wrapper .sponsor-item {
        width: 100% !important;
    }

    .sponsor-wrapper .sponsor-big {
        height: 150px !important;
    }

    .sponsor-wrapper .sponsor-mid {
        height: 150px !important;
    }

    .sponsor-wrapper .sponsor-title-golden,
    .sponsor-wrapper .sponsor-title-silver {
        text-align: center;
    }

    .sponsor-wrapper .sponsor-small {
        margin-bottom: 20px;
    }

    .sponsor-wrapper .col-md-8 {
        padding: 0 !important;
        margin-top: 20px;
    }

        .sponsor-wrapper .col-md-8 .col-12 {
            padding: 0 !important;
        }

            .sponsor-wrapper .col-md-8 .col-12 .col-md-4 {
                padding: 0 !important;
            }
}

.footer-wrapper {
    background: #23629d;
    padding: 0;
}

    .footer-wrapper .footer-top {
        border-bottom: 1px solid #3f7db7;
        padding: 20px 0;
    }

        .footer-wrapper .footer-top .footer-logo img {
            height: 30px;
        }

        .footer-wrapper .footer-top .footer-top-right .footer-top-right-block a {
            font-size: 12px;
            font-weight: 500;
            color: #fff;
            padding: 5px 10px;
            margin: 0;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

            .footer-wrapper .footer-top .footer-top-right .footer-top-right-block a i {
                color: #fff;
                font-size: 1.4em;
                margin-right: 5px;
            }

        .footer-wrapper .footer-top .footer-top-right .footer-top-right-block .footer-top-btn {
            background: #fff;
            color: #1a548a;
            padding: 10px 1.5em !important;
            border-radius: 5px;
            border: none;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            border: 0.5px solid #1a548a;
        }

            .footer-wrapper .footer-top .footer-top-right .footer-top-right-block .footer-top-btn:hover {
                color: #fff;
                background: #08355f;
            }

    .footer-wrapper .footer-mid {
        border-bottom: 1px solid #3f7db7;
        padding: 20px 0;
    }

        .footer-wrapper .footer-mid h4 {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.27;
            color: #ffffff;
        }

        .footer-wrapper .footer-mid .footer-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .footer-wrapper .footer-mid .footer-link a {
                font-family: "Source Sans Pro", sans-serif;
                font-size: 12px;
                color: #97cbff;
                margin: 5px 0;
                -webkit-transition: .3s ease;
                transition: .3s ease;
            }

                .footer-wrapper .footer-mid .footer-link a:hover {
                    color: #fff;
                    margin-left: 5px;
                }

        .footer-wrapper .footer-mid .footer-app a {
            margin-bottom: 10px;
            display: block;
        }

        .footer-wrapper .footer-mid .footer-app img {
            width: 100%;
            max-width: 150px;
            height: 100%;
        }

    .footer-wrapper .footer-bottom {
        padding: 20px 0;
    }

        .footer-wrapper .footer-bottom span,
        .footer-wrapper .footer-bottom a {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.93;
            letter-spacing: normal;
            color: #ffffff;
        }

        .footer-wrapper .footer-bottom a {
            margin: 0 10px;
        }

    .footer-wrapper .bottom {
        padding: 20px 0;
        background: #1a548a;
    }

        .footer-wrapper .bottom h3 {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 20px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            color: #ffffff;
            margin: 0;
        }

        .footer-wrapper .bottom span,
        .footer-wrapper .bottom a {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 12px;
            line-height: 1.54;
            color: #97cbff;
        }

        .footer-wrapper .bottom a {
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

            .footer-wrapper .bottom a:hover {
                color: #fff;
            }

.bottom-social {
    margin-top: 10px;
}

    .bottom-social a {
        color: #fff;
        font-size: 24px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        margin-right: -6px;
    }

.footer-wrapper .bottom-social a:hover {
    color: #fff;
}

@media screen and (max-width: 600px) {
    .inner-header-wrapper h3 {
        font-size: 30px !important;
        text-align: center !important;
        line-height: 40px !important;
        right: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
}

.inner-header-wrapper {
    background: url("../assets/inner-header-bg.jpg");
    background-position: center center;
    background-size: cover;
    min-height: 240px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .inner-header-wrapper .big-cont {
        position: relative;
        height: 100%;
        display: block;
        min-height: 240px;
    }

    .inner-header-wrapper:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .inner-header-wrapper h3 {
        font-size: 80px;
        font-weight: 800;
        opacity: .3;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        line-height: 115px;
        text-align: right;
        pointer-events: none;
    }

    .inner-header-wrapper .breadcrumb-cont {
        position: absolute;
        bottom: -25px;
        height: 50px;
    }

.newsItem.col-sm-6 .img-thumbnail {
    height: 165px;
    width: 100%;
    object-fit: contain;
}

.newsItem {
    margin-bottom: 30px;
}

    .newsItem.col-sm-6 .img-thumbnail .head a {
        display: block;
        margin-bottom: 34px;
    }

    .newsItem .head a {
        display: block;
        margin-bottom: 15px;
        background-color: #1a548a;
        color: #fff;
        padding: 13px 20px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .newsItem .date {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

h4.panel-title a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #1a548a;
    color: #fff;
    padding: 14px 25px;
    border-radius: 5px;
    margin-bottom: 15px;
}

h4.panel-title {
    width: 100%;
}

div#accordion {
    width: 100%;
}

.inner-header-wrapper .breadcrumb-cont .breadcrumb {
    height: 50px;
    background: #a88c70;
    border-radius: 0;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.galleryWrapper .text h5 {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
}

.videoItem.detail {
    margin-bottom: 50px;
}

    .videoItem.detail img {
        height: 252px;
        object-fit: contain;
        width: 100%;
        margin: 0 auto;
        object-position: center;
    }

.inner-header-wrapper .breadcrumb-cont .breadcrumb svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}

.inner-header-wrapper .breadcrumb-cont .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    color: #fff;
}

nav.navbar.navbar-expand-xl.navbar-light.bg-transparent {
    position: relative;
    z-index: 9;
}

.inner-header-wrapper .breadcrumb-cont .breadcrumb li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

    .inner-header-wrapper .breadcrumb-cont .breadcrumb li a {
        color: #fff;
    }

.inner-content-wrapper h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.inner-content-wrapper p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 2.14;
    color: #333;
}

.inner-content-wrapper {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 2.14;
    color: #333;
}

    .inner-content-wrapper strong {
        color: rgb(31, 31, 31);
    }

.col-sm-12.ekipKategoriGosterim.dn {
    display: none;
}

.title.tl span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    display: block;
    margin-top: 40px;
    color: #000;
}

.inner-content-wrapper ul {
    list-style: none;
}

    .inner-content-wrapper ul li {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        line-height: 2.14;
        color: #333;
        margin-bottom: 0;
        position: relative;
        padding-left: 15px;
    }

        .inner-content-wrapper ul li::before {

            position: absolute;
            left: 0;
            top: 15px;
            width: 6px;
            height: 6px;
            background-color: #1a548a;
            border-radius: 10px;
        }

.cardtext-center {
    text-align: center;
}

    .cardtext-center img {
        height: 85px;
        object-fit: contain;
        margin: 20px;
        max-width: calc(100% - 40px);
    }

.card-footer.text-center {
    color: #000;
}

.inner-content-wrapper ul li i {
    color: #a88c70;
}

.inner-content-wrapper ul li b {
    color: #a88c70;
    font-weight: 600;
}

.inner-content-wrapper .activity-detail-alt .card-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    color: #545f6a;
}

a.activity-list-item.card.mb-3 {
    color: #000;
}

    a.activity-list-item.card.mb-3 .card-title {
        line-height: 1.5em;
        min-height: 4.5em;
        font-size: 18px;
    }

.inner-content-wrapper .activity-detail-alt .card-text i {
    color: #a88c70;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .inner-content-wrapper .kb-line:hover {
        background: #f4f4f4;
    }

        .inner-content-wrapper .kb-line:hover .kb-text i {
            margin-right: 10px !important;
        }

    .inner-content-wrapper .kb-line:nth-child(even) {
        background: #f4f4f4;
    }

    .inner-content-wrapper .kb-line .kb-btn {
        margin: 20px auto 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.inner-content-wrapper .kb-line {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .inner-content-wrapper .kb-line:nth-last-child(1) {
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 40px;
    }

    .inner-content-wrapper .kb-line:hover {
        background: #f4f4f4;
    }

        .inner-content-wrapper .kb-line:hover .kb-text i {
            margin-left: 5px;
        }

    .inner-content-wrapper .kb-line .kb-text {
        font-size: 16px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

        .inner-content-wrapper .kb-line .kb-text i {
            font-size: .7em;
            color: #a88c70;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            margin-right: 10px;
        }

    .inner-content-wrapper .kb-line .kb-btn {
        background: #1a548a;
        color: #fff;
        border-radius: 3px;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .inner-content-wrapper .kb-line .kb-btn i {
            font-size: 1.3em;
        }

        .inner-content-wrapper .kb-line .kb-btn:hover {
            background: #3f7db7;
        }

.activity-gallery &gt; ul {
    margin-bottom: 40px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .activity-gallery &gt; ul &gt; li {
        width: calc(100% / 3 - 10px) !important;
    }
}

@media only screen and (max-width: 800px) {
    .activity-gallery &gt; ul &gt; li {
        width: calc(100% / 2 - 10px) !important;
    }
}

.activity-gallery &gt; ul &gt; li {
    width: calc(100% / 4 - 10px);
    display: inline-block;
    list-style: outside none none;
}

    .activity-gallery &gt; ul &gt; li a {
        border: .5px solid #FFF;
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
    }

        .activity-gallery &gt; ul &gt; li a &gt; img {
            -webkit-transition: -webkit-transform 0.15s ease 0s;
            transition: -webkit-transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            height: 100%;
            width: 100%;
        }

        .activity-gallery &gt; ul &gt; li a:hover &gt; img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .activity-gallery &gt; ul &gt; li a:hover .demo-gallery-poster &gt; img {
            opacity: 1;
        }

        .activity-gallery &gt; ul &gt; li a .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.1);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: background-color 0.15s ease 0s;
            transition: background-color 0.15s ease 0s;
        }

            .activity-gallery &gt; ul &gt; li a .demo-gallery-poster &gt; img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }

        .activity-gallery &gt; ul &gt; li a:hover .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.5);
        }

.activity-gallery .justified-gallery &gt; a &gt; img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.activity-gallery .justified-gallery &gt; a:hover &gt; img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.activity-gallery .justified-gallery &gt; a:hover .demo-gallery-poster &gt; img {
    opacity: 1;
}

.activity-gallery .justified-gallery &gt; a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .activity-gallery .justified-gallery &gt; a .demo-gallery-poster &gt; img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.activity-gallery .justified-gallery &gt; a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.activity-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.activity-gallery.dark &gt; ul &gt; li a {
    border: 3px solid #04070a;
}

.contact-form select {
    color: #333 !important;
    padding-top: unset !important;
    padding-bottom: unset !important;
    height: 50px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    outline: none !important;
    -webkit-box-shadow: 10px 10px 35px -13px rgba(0, 0, 0, 0.41) !important;
    box-shadow: 10px 10px 35px -13px rgba(0, 0, 0, 0.41) !important;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 25px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .contact-form input:hover,
    .contact-form textarea:hover,
    .contact-form select {
        -webkit-box-shadow: 10px 10px 35px -13px rgba(0, 0, 0, 0.81) !important;
        box-shadow: 10px 10px 35px -13px rgba(0, 0, 0, 0.81) !important;
    }

    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select {
        -webkit-box-shadow: 10px 10px 35px -13px rgba(0, 0, 0, 0.81) !important;
        box-shadow: 10px 10px 35px -13px rgba(0, 0, 0, 0.81) !important;
    }

.contact-form label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.contact-form .btn-contact {
    background: #1a548a;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 20px 70px;
    border-radius: 2px;
}

    .contact-form .btn-contact:hover {
        background: #3f7db7;
        color: #fff;
    }

.contact-social span {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
}

.contact-social a {
    color: #a88c70;
    font-size: 32px;
    margin: 20px 40px 20px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .contact-social a:nth-last-child(1) {
        margin-right: 0;
    }

.contact-info i {
    color: #a88c70;
    font-size: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.contact-info span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

    .contact-text b {
        font-weight: 400;
    }

.news .item {
    margin-bottom: 30px;
}

.news .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.news h3 {
    line-height: 1.3em;
    font-size: 18px;
}

    .news h3 a {
        color: #000;
    }

.pager {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .pager span,
    .pager a {
        background: #1a548a;
        color: #fff;
        padding: 3px 12px;
        margin: 0 2px;
    }

.ekipKategoriGosterim img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.ekipKategoriGosterim hr {
    margin: 20px 0 !important;
}

ul#lightgallery li::before {
    display: none;
}

ul#lightgallery li {
    padding: 0;
    margin-bottom: 30px;
}

    ul#lightgallery li img.img-responsive {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.news .image img {
    border: 1px solid #dee2e6;
    padding: 5px;
}

.activity-wrapper .activity-cont .activity-list .activity-list-item {
    height: calc(100% - 15px);
}

    .activity-wrapper .activity-cont .activity-list .activity-list-item .card-title {
        line-height: 1.4em !important;
        min-height: 4.2em;
    }

#zirveDetay #tab3 .card img.img-fluid {
    height: 175px;
    object-fit: cover;
}

#zirveDetay .card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.iy-kurumlar .col-md-3 {
    text-align: center;
    margin-bottom: 30px;
}

    .iy-kurumlar .col-md-3 img {
        max-width: 100%;
    }


.iy-kurumlar .col-md-9 {
    margin-bottom: 30px;
}

.btn-danger,
.btn-warning {
    background: #1a548a !important;
    border-color: #1a548a !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
}

    .btn-danger:hover,
    .btn-warning:hover {
        background: #3f7db7 !important;
    }

.alert.alert-warning {
    width: 100%;
}

ul.nav.nav-tabs {
    border-bottom: 1px solid #f1f1f1 !important;
}

    ul.nav.nav-tabs li a {
        color: #424242 !important;
        transition: .3s all !important;
        border-radius: 0 !important;
        border: none !important;
        padding: 10px 40px !important;
    }

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: #1a548a !important;
    color: #fff !important;
}

ul.nav.nav-tabs li {
    padding: 0 !important;
    margin: 0 !important;
}

.card {
    border-radius: 0 !important;
    border: 1px solid #f1f1f1 !important;
}

.card-header,
.card-footer {
    background: #1a548a !important;
    border-radius: 0 !important;
    color: #fff !important;
    margin: -1px !important;
    text-align: center;
}

.tab-pane img {
    max-width: 100%;
    height: auto !important;
}

@media only screen and (max-width: 1200px) {
    .navbar ul li .dropdown-menu a {
        background: #fff;
        color: #424242;
    }

    .navbar ul li .dropdown-menu {
        width: 100%;
        text-align: center;
    }

    .navbar ul li {
        border-right: none;
    }

    .dropdown-menu {
        position: static !important;
    }

    .navbar ul li .dropdown-menu .dropdown-item {
        white-space: normal;
        line-height: 1.5em;
    }

    .navbar ul li &gt; a {
        border-bottom: 1px solid #f1f1f1;
        padding: 15px 0;
    }

    .navbar ul li .dropdown-menu a {
        border-bottom: 1px solid #f1f1f1;
    }

    ul.nav.nav-tabs {
        display: block;
        text-align: center;
    }

    .tab-pane input {
        margin-bottom: 15px;
    }
}

.home-banner .banner-item {
    height: 242px;
}

@media only screen and (max-width: 1440px) {
    .big-cont {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }

    .navbar ul li a {
        font-size: 10px !important;
    }

    .home-banner .banner-item {
        height: 217px;
    }

    .home-banner {
        min-height: 450px !important;
    }
}

button#goTop {
    background: #336298;
    border: none;
    color: #fff;
    width: 55px;
    height: 45px;
    border-radius: 5px;
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 999999999999999999;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    outline: 0 !important;
    transition: .3s all;
}

    button#goTop:hover {
        background: #fff;
        color: #336298;
    }

.home-banner video {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.iy-kurumlar .col-md-3,
.iy-kurumlar .col-md-9 {
    border-bottom: 1px solid #f1f1f1;
}

.gg-page-gallery a {
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 30px;
}

    .gg-page-gallery a img {
        width: 100%;
        height: 290px;
        object-fit: cover;
    }

.event-detail img {
    width: 100%;
    margin-bottom: 20px;
}

.event-detail h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.accordion {
    margin-top: 40px;
}

    .accordion .accordion-content {
        overflow: hidden;
        transition: .5s all ease-in-out;
    }

    .accordion .accordion-title {
        background-color: #336298;
        color: #fff;
        padding: 15px 25px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 5px;
        cursor: pointer;
    }

/* 25 Mart Düzenlemeler */

.owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translate(-50%,-50%);
    left: 50%;
}

    .owl-nav button.owl-next span,
    .owl-nav button.owl-prev span {
        font-size: 48px;
        color: #a88c70;
    }

@media screen and (max-width: 768px) {
    .ekipKategoriGosterim img {
        height: 240px;
    }

    .ekip h4 {
        font-size: 1.2rem !important;
    }

    .ekip p {
        line-height: 1.7 !important;
        font-size: 14px !important;
    }

    .activity-wrapper .activity-cont .activity-list .activity-list-item {
        height: unset !important;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none !important;
}

/* 25 Mart Düzenlemeler */

div#e-bulten {
    background: #23629d;
    border-bottom: 1px solid #3f7db7;
    text-align: center;
    padding: 40px 0;
    color: #fff;
}

    div#e-bulten input.form-control {
        border: none;
        margin-bottom: 20px;
    }

    div#e-bulten h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    div#e-bulten a {
        color: #fff;
    }

#e-bulten .btn {
    background: #fff;
    color: #23629d;
    border: none;
    font-size: 14px;
    padding: 10px 40px;
    margin-top: 15px;
    display: inline-block;
}

.send-form {
    padding: 100px 0;
    text-align: center;
}


.form-check input {
    position: absolute;
	margin-top: 6px;
    margin-left: -24px;
}
</pre></body></html>