﻿/* Font >>> */
@import url("/content/themes/Order-Site/fonts/_fonts.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");
@import url("/content/themes/Order-Site/lib/icofont/icofont.min.css");
/* <<< Font */
/* Library >>> */
@import url("/content/themes/Order-Site/lib/bootstrap/bootstrap.min.css");
@import url("/content/themes/Order-Site/lib/swiperjs/swiper-bundle.min.css");
@import url("/content/themes/Order-Site/lib/animete/animate.min.css");
@import url("/content/themes/Order-Site/lib/fancybox/jquery.fancybox.min.css");
/* <<< Library */
/* Var >>> */
/* Fonts */
.font-1 {
    font-family: "Santral-Book", Arial, sans-serif;
}

.font-2 {
    font-family: "Santral", Arial, sans-serif;
}




/* Colors */
/* <<< Var */
/* Mixin >>> */
/* <<< Mixin  */
/* Func >>> */
/* <<< Func */
/* Anim >>> */
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.anim-shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes mymove {
    0% {
        top: 0px;
    }

    25% {
        top: 200px;
    }

    50% {
        top: 100px;
    }

    75% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}

@keyframes sliderBullet {
    from {
        padding-right: 0%;
    }

    to {
        padding-right: 2%;
    }
}

@keyframes playIconBreath {
    0% {
        width: 40px;
        height: 40px;
        left: 0%;
        top: 0%;
    }

    50% {
        width: 50px;
        height: 50px;
        left: -13%;
        top: -11%;
    }

    100% {
        width: 40px;
        height: 40px;
        left: 0%;
        top: 0%;
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(0.95);
    }

    5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.9);
    }
}

.anim-heartBeat {
    animation: heartBeat 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes basicFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.anim-basicFade, .contents.active, .form.active {
    animation: basicFade 1.2s;
}

/* <<< Anim */
/* RESET >>> */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin-top: 72px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    font-size: 18px;
    quotes: none;
    padding-left: 25px;
    font-weight: bold;
    border-left: 1px solid;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* <<< RESET */
:root {
    color: #515154;
    font-family: "Santral-Book", Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    font-size: clamp(14px, 0.97222vw, 16px);
}

@media (max-width: 480px) {
    :root {
        font-size: 14px;
        font-size: clamp(14px, 0.97222vw, 14px);
    }
}

.components__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
}

.components * {
    margin: 15px;
}

strong {
    font-weight: bold !important;
}

a {
    color: #515154;
    text-decoration: none;
}

    a[href] {
        cursor: pointer;
        transition: .2s;
    }

    /*a[href]:hover {
            color: #1080C4;
            transition: .2s;
            text-decoration: none;
        }*/

    a.underline {
        color: #1080C4
    }


img {
    width: 100%;
}


.opacity-0 {
    opacity: 0 !important;
}

.circle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: .2s;
}

    .circle-arrow:hover {
        color: #ffbb16 !important;
        border-color: #ffbb16 !important;
    }

.circle-arrow--right::after .circle-arrow--right:hover {
    margin-right: -10px;
}

.circle-arrow--left:hover {
    margin-left: -10px;
}

.btn {
    font-family: "Santral", Arial, sans-serif;
    font-weight: 500;
    box-shadow: none !important;
    padding: 10px 15px;
    width: 100%;
    border-radius: 8px;
    display: inline-block;
    transition: .2s;
    font-weight: 500;
}

    .btn:hover {
        transition: .2s;
    }

    .btn:disabled {
        filter: grayscale(1);
        cursor: not-allowed;
        transition: 0.2s;
    }

.btn--sharp {
    border-radius: 0;
}

.btn--white {
    background: #fff;
    color: #1080C4;
    border: solid 1px #1080C4;
}

    .btn--white:hover {
        background: linear-gradient(157.73deg, #1080C4 0%, #1B9ECA 60.95%, #24B8D0 100%);
        color: #fff !important;
        border: solid 1px #1080C4;
    }

.btn--white__calender {
    background: #fff;
    color: #1080C4;
    border: solid 1px #1080C4;
}

    .btn--white__calender:hover {
        background: #fff;
        color: #1080C4;
        border: solid 1px #fff;
    }

.btn--transparent {
    background: transparent;
    color: #fff;
    border: solid 1px #979797;
}

    .btn--transparent:hover {
        background: #001c65;
        color: #fff;
        border: solid 1px #001c65;
    }

.btn--blue {
    background: #001c65;
    color: #fff;
    border: solid 1px #001c65;
}

    .btn--blue:hover {
        background: #fff;
        color: #001c65;
    }

.btn--gray {
    background: #eee;
    color: #b5b5b5;
}

    .btn--gray:hover, .btn--gray.active {
        background: linear-gradient(158deg, #1080C4 0%, #1B9ECA 25.77%, #24B8D0 100%);
        color: #fff;
    }

.btn--gray__calender {
    background: #fff;
    color: #777776;
    border: 1px solid #777776;
}

    .btn--gray__calender:hover, .filter-result__item {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

.btn-gradient--blue {
    background: linear-gradient(157.17deg, #1080C4 0%, #24B8D0 100%);
    color: #fff;
    transition: .2s;
    border: solid 1px #1080C4;
}

    .btn-gradient--blue:hover {
        background: linear-gradient(157.73deg, #1080C4 0%, #1B9ECA 60.95%, #24B8D0 100%);
        box-shadow: 0 6px 11px 0 rgba(222,222,222,0.5);
        transition: .2s;
        color: #fff;
    }

.btn-gradient--yellow {
    background: linear-gradient(156deg, #ffdf31 -4%, #ffbb16 68%);
    transition: .2s;
    color: #fff;
    width: 100px;
}

    .btn-gradient--yellow:hover {
        transition: .2s;
        background: linear-gradient(156deg, #ffdf31 -4%, #ffbb16 68%);
        color: #fff;
    }

.checkbox {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    transition: .2s;
    cursor: pointer;
}

    .checkbox:checked {
        background-color: #58595b;
    }

        .checkbox:checked::before {
            content: "\2713";
            display: block;
            text-align: center;
            color: #fff;
            position: absolute;
            font-weight: bold;
            left: 3px;
            font-size: 9px;
        }

.form1 {
    color: #515154;
}

    .form1 form {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form1 input[type="text"],
    .form1 input[type="password"],
    .form1 input[type="email"],
    .form1 input[type="number"],
    .form1 select {
        width: 100%;
        padding: 15px 25px;
        margin-bottom: 15px;
        font-size: 12px;
        padding-top: 20px;
    }

    .form1 input {
        max-height: 50px;
        z-index: 10;
        color: transparent;
    }

        .form1 input:focus {
            outline: none !important;
            color: #515154;
        }

        .form1 input:valid {
            color: #515154;
        }

        .form1 input:focus + label {
            transition: .2s;
            top: 11px;
            font-size: 11.2px;
            font-weight: 900;
        }

        .form1 input:valid + label {
            transition: .2s;
            top: 11px;
            font-size: 11.2px;
            font-weight: 900;
            color: #515154;
        }

        .form1 input.invalid:focus:invalid + label {
            top: 11px;
            font-size: 11.2px;
            font-weight: 900;
            color: red;
        }

        .form1 input.invalid:invalid + label {
            color: red;
            transition: .2s;
            top: 30%;
            left: 42px;
            font-weight: 900;
        }

        .form1 input.invalid:focus:invalid {
            border-color: red;
        }

        .form1 input.invalid:invalid {
            border-color: red;
        }

    .form1 label {
        position: absolute;
        top: 30%;
        left: 42px;
        transition: .2s;
        z-index: 5;
        font-size: 13px;
        font-weight: 500;
    }

    .form1 button {
        padding: 20px 80px;
        display: block;
        margin-left: auto;
        background: #000;
        color: #fff;
        margin-top: 35px;
    }

@media (max-width: 768px) {
    .form1-contact {
        margin-bottom: 35px;
    }
}

.form1 .warning-area {
    width: 100%;
}

.form1 .warning-area__check {
    margin-top: 35px;
    display: flex;
    line-height: 1.31;
    color: #515154;
    font-size: 1rem;
    font-weight: bold;
    align-items: center;
    justify-content: flex-start;
}

    .form1 .warning-area__check input {
        margin-right: 15px;
    }

.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

    .tooltips .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

.search-area {
    position: fixed;
    left: 0;
    right: 0;
    top: 18%;
    z-index: 200;
    background: #ffffff;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

    .search-area form {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .search-area form input {
            width: 100%;
            margin: 0 auto;
        }

            .search-area form input:focus {
                outline: none;
                box-shadow: none;
            }

        .search-area form .searchbutton {
            border-radius: 5px;
            margin-left: 15px;
            outline: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            line-height: 0;
        }

            .search-area form .searchbutton i {
                margin-right: 5px;
            }

            .search-area form .searchbutton:focus {
                outline: none;
                box-shadow: none;
            }

.icon-date {
    width: 1rem;
    margin-right: 10px;
}

.textbox {
    border: 1px solid #000;
    height: 35px;
    padding: 4px 16px;
    color: #000;
    transition: .2s;
}

    .textbox:focus {
        border-color: #58595b;
        border-left: 3px solid #58595b;
        color: #58595b;
        transition: .2s;
    }

.text {
    color: #020303;
    line-height: 1.5;
}

.link {
    color: #020303;
    transition: .2s;
}

    .link:hover {
        transition: .2s;
        color: #001c65;
    }

.title {
    font-size: 32px;
    font-size: clamp(24px, 2.22222vw, 40px);
    font-weight: bold;
}

.title--underline {
    text-decoration: underline;
}

.title--page {
    font-size: 42px !important;
    font-size: clamp(34px, 2.91667vw, 50px);
    background: linear-gradient(156deg, #ffdf31 -4%, #ffbb16 68%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: "Santral", Arial, sans-serif;
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-size: 500;
    line-height: 1.5;
    padding-left: 60px;
    padding-top: 50px;
}

.desc {
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
}

.date {
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
    padding-top: 5%;
}

.detail {
    color: #515154;
}

.readmore {
    letter-spacing: 1.85px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #ffbb16;
}

    .readmore i {
        margin-left: 15px;
    }

#slider-msg-advisory {
    display: none;
}

    #slider-msg-advisory.active {
        display: block;
    }

#slider-msg-member {
    display: none;
}

    #slider-msg-member.active {
        display: block;
    }

.slider {
    max-height: 547px;
    height: 28.47222vw;
    min-height: 360px;
    position: relative;
}

    .slider .swiper {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .slider .swiper-slide {
        height: inherit;
    }

.slider__wrap {
    position: relative;
    background-color: #001c65;
    height: inherit;
}

.slider__bg {
    opacity: 0.8;
    height: inherit;
}

    .slider__bg img {
        height: inherit;
        object-fit: cover;
    }

.slider__title {
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 39px;
    font-size: clamp(34px, 2.91667vw, 50px);
    margin-bottom: 20px;
}

.slider__desc {
    padding-right: 7.98611vw;
}

.slider__button-control {
    z-index: 2;
    font-size: 30px;
}

@media (max-width: 768px) {
    .slider__button-control {
        font-size: 22px;
    }
}

.slider__button-control::after {
    content: none;
}

.slider__button-next {
    right: 3.47222vw;
}

.slider__button-prev {
    left: 3.47222vw;
}

.slider-main__text {
    color: #fff;
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
    line-height: 1.45;
    letter-spacing: -0.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 10.41667vw;
    top: 0;
    height: 100%;
    padding-right: 53vw !important;
    padding-left: 12px !important;
}

@media (max-width: 768px) {
    .slider-main__text {
        padding-right: 53vw !important;
    }
}

.slider-msg {
    padding: 45px 0;
    position: relative;
    background-image: url("/Media/Uploads/site/admin-messages.webp");
}

@media (max-width: 768px) {
    .slider-msg {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.slider-msg__bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

.slider-msg__wrap {
    background: transparent;
    height: 100%;
    margin-bottom: 30px;
}

.slider-msg__text {
    color: #fff;
}

.slider-msg__title--top {
    font-family: "Santral", Arial, sans-serif;
    letter-spacing: -0.76px;
    text-align: center;
    font-weight: bold;
    color: #001c65;
    margin-bottom: 35px;
}

.slider-msg__icon {
    margin-bottom: 10px;
    max-height: 44px;
    height: 2.29167vw;
    min-height: 27.5px;
    max-width: 40.5px;
    width: 1.875vw;
    min-width: 22.5px;
    position: relative;
    left: 48%;
}

.slider-msg__msg {
    font-size: 16px;
    font-size: clamp(15px, 1.11111vw, 15px);
    line-height: 1.60;
    color: #4d4d4d;
    margin-bottom: 17px;
    padding-left: 37 !important;
}

.slider-msg__name {
    color: #000;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.76px;
    font-size: 16px;
    font-size: clamp(14px, 1.11111vw, 18px);
}

.slider-msg__job {
    color: #000;
    font-size: 11px;
    font-size: clamp(10px, 0.76389vw, 12px);
    line-height: 1.54;
    letter-spacing: -0.5px;
}

.slider-msg .circle-arrow {
    border-color: #aaaaab;
    color: #aaaaab;
}

.slider-msg .btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34.72222vw;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .slider-msg .btn-area {
        width: 100%;
        flex-direction: column;
    }
}

.slider-msg .btn-area button:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.slider-msg .btn-area button:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.slider-msg .btn-area button:hover {
    background-color: #fff;
    color: #001c65;
}

.slider-msg .btn-area button.active {
    background-color: #fff;
    color: #001c65;
}

@media (max-width: 768px) {
    .slider-msg .btn-area button {
        border-top-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important;
        border-top-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important;
        margin-bottom: 15px;
    }
}

.slider-msg-advisory {
    background-image: url("/Media/Uploads/site/slider-member.webp");
    padding-top: 4.58333vw;
    max-height: 547px;
    height: 36.11111vw;
    position: relative;
    min-height: 490px;
}

    .slider-msg-advisory .btn-area {
        margin-bottom: 60px;
    }

.slider-msg-advisory__msg {
    color: #fff;
    padding-left: 27%;
    text-align: center;
    position: relative;
    right: 14%;
}

.slider-msg-advisory__name {
    display: flex;
    justify-content: center;
    color: #fff;
}

.slider-msg-advisory__job {
    color: #fff;
    text-align: center;
}

.slider-anim {
    height: 9px;
    width: 87px;
    color: fff;
}

.slider-msg-member {
    background-image: url("/Media/Uploads/site/slider-new-member.webp");
    padding-top: 4.58333vw;
    max-height: 100%;
    height: 100%;
    position: relative;
    min-height: 490px;
}

.slider-msg-member__msg {
    color: #fff;
}

.slider-msg-member__name {
    color: #fff;
}

.slider-msg-member__job {
    color: #fff;
}

.slider-category {
    padding: 45px 0;
    position: relative;
    background-image: url("/Media/Uploads/site/admin-messages.webp");
}

@media (max-width: 768px) {
    .slider-category {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.slider-category__bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

.slider-category__wrap {
    background: transparent;
    height: 100%;
}

.slider-category__text {
    color: #fff;
}

.slider-category__title--top {
    font-family: "Santral", Arial, sans-serif;
    letter-spacing: -0.76px;
    text-align: center;
    font-weight: bold;
    color: #001c65;
    margin-bottom: 35px;
}

.slider-category__icon {
    margin-bottom: 17px;
    max-height: 44px;
    height: 2.29167vw;
    min-height: 27.5px;
    max-width: 40.5px;
    width: 1.875vw;
    min-width: 22.5px;
}

.slider-category__msg {
    font-size: 16px;
    font-size: clamp(14px, 1.11111vw, 18px);
    line-height: 1.43;
    letter-spacing: -0.5px;
    color: #4d4d4d;
    margin-bottom: 17px;
}

.slider-category__name {
    color: #000;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.76px;
    font-size: 16px;
    font-size: clamp(14px, 1.11111vw, 18px);
}

.slider-category__job {
    color: #000;
    font-size: 11px;
    font-size: clamp(10px, 0.76389vw, 12px);
    line-height: 1.54;
    letter-spacing: -0.5px;
}

.slider-category .circle-arrow {
    border-color: #aaaaab;
    color: #aaaaab;
}

.slider-category .btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34.72222vw;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .slider-category .btn-area {
        width: 100%;
        flex-direction: column;
    }
}

.slider-category .btn-area button:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.slider-category .btn-area button:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.slider-category .btn-area button:hover {
    background-color: #fff;
    color: #001c65;
}

.slider-category .btn-area button.active {
    background-color: #fff;
    color: #001c65;
}

@media (max-width: 768px) {
    .slider-category .btn-area button {
        border-top-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important;
        border-top-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important;
        margin-bottom: 15px;
    }
}

.slider-category-advisory {
    background-image: url("/Media/Uploads/site/slider-member.webp");
    padding-top: 4.58333vw;
    max-height: 547px;
    height: 36.11111vw;
    position: relative;
    min-height: 490px;
}

    .slider-category-advisory .btn-area {
        margin-bottom: 60px;
    }

::selection {
    color: #001c65;
    background: #ffbb16;
}

.menu-main {
    font-size: 14px;
    font-size: clamp(14px, 0.97222vw, 14px);
    padding: 1% 14%;
    position: fixed;
    z-index: 999;
    top: 0px;
    background: #FFF;
    width: 100%;
}

@media (max-width: 1280px) {
    .menu-main {
        padding: 1% 5%;
    }
}

@media (max-width: 974px) {
    .menu-main {
        text-align: center;
        padding: 2% 3%;
        padding-bottom: 5%;
    }
}

.menu-main__left {
    padding: 0 2%;
    display: flex;
    align-items: center;
    height: 100%;
    order: 2;
}

    .menu-main__left .btn {
        font-size: 13px;
    }

@media (max-width: 974px) {
    .menu-main__left {
        order: 0;
        width: 100%;
        margin-top: 15px;
    }
}

.menu-main__left button, .menu-main__left a {
    margin: 0 7.5px;
    height: 100%;
    font-weight: 500;
    font-size: 12px;
    font-size: clamp(12px, 0.83333vw, 12px);
    white-space: nowrap;
}

@media (max-width: 974px) {
    .menu-main__left button, .menu-main__left a {
        flex: 1;
    }
}

.menu-main__left button:first-child, .menu-main__left a:first-child {
    flex: 2.5;
}

@media (max-width: 974px) {
    .menu-main__left button:first-child, .menu-main__left a:first-child {
        margin-left: 0;
        flex: 2;
    }
}

.menu-main__left button:last-child, .menu-main__left a:last-child {
    flex: 1;
}

@media (max-width: 974px) {
    .menu-main__left button:last-child, .menu-main__left a:last-child {
        margin-right: 0;
    }
}

.menu-main .nav-link {
    font-size: 12px;
    font-size: clamp(13px, 0.83333vw, 13px);
    color: #020303 !important;
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
    text-align: center;
    width: max-content;
}

    .menu-main .nav-link:hover {
        color: #1080C4 !important;
    }

@media (max-width: 768px) {
    .menu-main .nav-link {
        font-size: 16px;
        font-size: clamp(16px, 1.11111vw, 16px);
    }
}

@media (max-width: 960px) {
    .menu-main .navbar-toggler {
        border-color: #001c65 !important;
        color: #001c65 !important;
        outline: none;
        height: 100%;
    }
}

.menu-main .navbar-toggler-icon {
    height: 3.5rem;
}

.menu-main .navbar-collapse {
    justify-content: right;
}

@media (max-width: 768px) {
    .menu-main .navbar-collapse {
        padding: 3% 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1460px) {
    .menu-main {
        padding: 1% 6%;
    }

        .menu-main .navbar-brand img {
            width: 60%;
        }
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.1000rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    height: 36px;
    width: 187px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.statistics {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    background: #fff;
    padding-top: 3.81944vw;
    padding-bottom: 3.81944vw;
}

    .statistics .row .col .statistics__item {
        text-align: center;
    }

.statistics__item {
    padding: 0 0%;
}

@media (max-width: 768px) {
    .statistics__item {
        border: none;
        padding: 0;
        margin: 10px 0;
        text-align: center;
    }
}

.statistics__number {
    font-size: 46px;
    font-size: clamp(46px, 3.81944vw, 46px);
    font-family: "Santral", Arial, sans-serif;
    font-weight: bolder;
    background: linear-gradient(156deg, #ffdf31 -4%, #ffbb16 68%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -6px;
}

.statistics__name {
    font-size: 16px;
    font-size: clamp(16px, 1.11111vw, 16px);
    color: #1080C4;
    line-height: 1.38;
    font-weight: 'Santral';
}

.categories {
    padding: 3.81944vw 0;
    background-image: url(/Media/Uploads/site/Shapes.webp);
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 768px) {
    .categories__wrap {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .categories__text {
        text-align: center;
    }
}

.categories__icon {
    margin-bottom: 1.38889vw;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 768px) {
    .categories__icon {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.categories__icon img {
    max-width: 60px;
    width: 2.125vw;
    min-width: 45px;
    max-height: 60px;
    height: 3.125vw;
    min-height: 45px;
    object-fit: contain;
    margin-right: 25px;
}

.categories__title {
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    color: #fff;
}

    .categories__title a {
        color: #fff;
        line-height: 1.1;
    }

.categories__title--top {
    font-size: 32px;
    font-size: clamp(24px, 2.22222vw, 40px);
    margin-bottom: 2.43056vw;
    font-weight: bold;
    text-align: center;
    font-family: "Santral", Arial, sans-serif;
}

@media (max-width: 768px) {
    .categories__title--top {
        margin-bottom: 35px;
    }
}

.categories__desc {
    color: #fff;
    line-height: 1.57;
    letter-spacing: -1px;
    padding-right: 6%;
}

.categories_btn {
    box-sizing: border-box;
    height: 50px;
    width: 244px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background: transparent;
}

.btn-c {
    position: relative;
    top: 0%;
}

.categories_box {
    display: flex;
    align-items: center;
    max-height: 400px;
    min-height: 100px;
    margin-bottom: 35px;
    line-height: 0.5;
    padding-top: 3%;
    padding-left: 9%;
}

.hov-box {
    padding: 1% 0%;
    border-radius: 15px;
}

    .hov-box:hover, .hov-box.active {
        background-color: #fff;
        cursor: pointer;
        width: 100%;
        overflow: hidden;
    }

        .hov-box:hover .cat-img-hov {
            display: unset;
            position: relative;
            right: 19%;
        }

        .hov-box:hover .categories__title a {
            color: #1080C4;
            text-decoration: none;
        }

        .hov-box:hover .categories__desc {
            color: #000000;
        }

.banner__wrap {
    position: relative;
}

.banner__bg img {
    object-fit: cover;
    height: 100%;
}

.banner__text {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    top: 0;
}

.banner-video {
    padding: 5.38889vw 10.76389vw;
    cursor: pointer;
    background-image: url(/Media/Uploads/site/Flower-Shapes.webp);
    background-size: cover;
    background-position-y: bottom;
}

@media (max-width: 768px) {
    .banner-video {
        padding: 6.38889vw 35px;
    }
}

.banner-video__wrap {
    max-height: 640px;
    height: 33.33333vw;
    min-height: 400px;
}

    .banner-video__wrap:after {
        content: "";
        background: #001c65;
        background: linear-gradient(270deg, rgba(16,128,196,0) 0%, #1080C4 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 0;
    }

.banner-video__icon {
    max-width: 120px;
    width: 6.25vw;
    min-width: 60px;
    max-height: 120px;
    height: 6.25vw;
    min-height: 60px;
}

.banner-video__text {
    color: #fff;
    left: 4.44444vw;
    padding-right: 24.30556vw;
    z-index: 1;
}

@media (max-width: 1280px) {
    .banner-video__text {
        padding-right: 10.41667vw;
    }
}

@media (max-width: 768px) {
    .banner-video__text {
        padding-right: 15px;
    }
}

.banner-video__title {
    font-size: 56px;
    font-size: clamp(48px, 3.88889vw, 64px);
}

@media (max-width: 768px) {
    .banner-video__title {
        font-size: 32px;
        font-size: clamp(24px, 2.22222vw, 38px);
    }
}

.banner-video__desc {
    padding-right: 19.09722vw;
    margin-bottom: 1.38889vw;
}

@media (max-width: 1280px) {
    .banner-video__desc {
        padding-right: 3.47222vw;
    }
}

@media (max-width: 768px) {
    .banner-video__desc {
        padding-right: 15px;
    }
}

.banner-video-contents {
    margin-bottom: 4.58333vw;
    cursor: pointer;
}

.banner-video-contents__wrap {
    max-height: 380px;
    height: 23.61111vw;
    min-height: 300px;
}

    .banner-video-contents__wrap:after {
        content: "";
        background: #001c65;
        background: linear-gradient(90deg, #001c65 5%, transparent 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 0;
    }

.banner-video-contents__icon {
    max-width: 85px;
    width: 4.51389vw;
    min-width: 45px;
    max-height: 85px;
    height: 4.51389vw;
    min-height: 45px;
    margin-bottom: 15px;
}

.banner-video-contents__text {
    color: #fff;
    left: 4.44444vw;
    padding-right: 55%;
    z-index: 1;
}

@media (max-width: 1280px) {
    .banner-video-contents__text {
        padding-right: 10.41667vw;
    }
}

@media (max-width: 768px) {
    .banner-video-contents__text {
        padding-right: 15px;
    }
}

.banner-video-contents__title {
    font-size: 21px;
    font-size: clamp(18px, 1.45833vw, 24px);
    margin-bottom: 15px;
}

.banner-video-contents__desc {
    padding-right: 1.04167vw;
    margin-bottom: 1.38889vw;
}

@media (max-width: 1280px) {
    .banner-video-contents__desc {
        padding-right: 3.47222vw;
    }
}

@media (max-width: 768px) {
    .banner-video-contents__desc {
        padding-right: 15px;
    }
}

.banner-agenda {
    margin-bottom: 4.58333vw;
}

@media (max-width: 768px) {
    .banner-agenda {
        padding: 6.38889vw 35px;
    }
}

.banner-agenda__wrap {
    max-height: 455px;
    height: 23.61111vw;
    min-height: 250px;
}

    .banner-agenda__wrap:after {
        content: "";
        background: #001c65;
        background: linear-gradient(90deg, #001c65 5%, transparent 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 0;
    }

.banner-agenda__icon {
    max-width: 120px;
    width: 6.25vw;
    min-width: 60px;
    max-height: 120px;
    height: 6.25vw;
    min-height: 60px;
}

.banner-agenda__text {
    color: #fff;
    left: 4.44444vw;
    padding-right: 48.61111vw;
    z-index: 1;
}

@media (max-width: 1280px) {
    .banner-agenda__text {
        padding-right: 10.41667vw;
    }
}

@media (max-width: 768px) {
    .banner-agenda__text {
        padding-right: 15px;
    }
}

.banner-agenda__title {
    font-size: 21px;
    font-size: clamp(19px, 1.45833vw, 23px);
    margin-bottom: 15px;
}

.banner-agenda__desc {
    padding-right: 0.34722vw;
    margin-bottom: 1.38889vw;
}

@media (max-width: 1280px) {
    .banner-agenda__desc {
        padding-right: 3.47222vw;
    }
}

@media (max-width: 768px) {
    .banner-agenda__desc {
        padding-right: 15px;
    }
}

.banner-agenda__dates {
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
    margin-bottom: 10px;
}

.banner-post {
    background-color: #070086;
    margin-bottom: 50px;
    /*    max-height: 520px;
    height: 27.08333vw;
    min-height: 50vh;*/
}

@media (max-width: 420px) {
    .banner-post {
        right: 0 !important;
    }
}

.banner-post__wrap {
    height: 100%;
}

.banner-post__bg {
    height: 100%;
    object-fit: cover;
    background-color: #1080C4 !important;
}

.banner-post__text {
    align-items: center;
    width: 100%;
    <<<<<<< HEAD right: 27vw;
    padding-left: 25px;
}

=======
right: 27vw;
padding-left: 25px;
}

> > > > > > > 66bb0a14f6f8a11489ce5ec63e33d8e531297209
@media (max-width: 900px) {
    .banner-post__text

{
    right: 0 !important;
}

}


.banner-post__title h1 {
    color: #fff;
    font-size: 42px;
}

@media (max-width: 900px) {
    .banner-post__title h1 {
        font-size: 42px;
    }
}

.banner-post__btn {
    margin-top: 40px;
    display: block;
    width: auto;
    padding: 10px 70px;
    line-height: 1.38;
    letter-spacing: -0.46px;
    font-family: "Santral", Arial, sans-serif;
    color: #ffffff;
}

.contents {
    display: none;
}

    .contents.active {
        display: block;
    }

.contents__title, .calender__title {
    font-family: "Santral", Arial, sans-serif;
    font-weight: bolder;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    margin-top: 8%;
}

    .contents__title::after, .calender__title::after {
        content: '';
        position: absolute;
        bottom: -28px;
        width: 54%;
        height: 3px;
        background-color: #1080C4;
    }

.contents-achievement__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 6.11111vw;
}

.contents-achievement__text {
    padding: 7.5px 0;
    color: #515154;
    line-height: 1.57;
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
    letter-spacing: -1px;
}

    .contents-achievement__text p {
        padding: 12.5px 0;
    }

.contents-achievement__title {
    font-size: 42px;
    font-size: clamp(38px, 2.91667vw, 46px);
    color: #000;
    font-family: "Santral", Arial, sans-serif;
}

.contents-achievement__logo {
    display: flex;
    flex-wrap: wrap;
}

    .contents-achievement__logo img {
        width: 25%;
        margin-right: 15px;
        margin-bottom: 15px;
    }

.contents-egitim {
    padding-top: 3.81944vw;
}

.breadcrumbs {
    padding: 0 4.5%;
}

@media (max-width: 1280px) {
    .breadcrumbs {
        padding: 0 5%;
    }
}

@media (max-width: 974px) {
    .breadcrumbs {
        padding: 0 3%;
    }
}

.breadcrumbs__wrap {
    display: flex;
    padding: 0% 5%;
}

.breadcrumbs-category__wrap {
    display: flex;
    padding: 9% 0%;
}

.breadcrumbs__item {
    margin-right: 5px;
    color: #ececec;
    letter-spacing: -0.5px;
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
    line-height: 1.57;
    font-size: 15px;
}

    .breadcrumbs__item i {
        font-size: 15px;
        color: #ffbb16;
    }

    .breadcrumbs__item:last-child {
        color: #1080C4;
    }

.forms {
    padding: 4.58333vw 0;
}

.forms__menu li {
    padding: 20px;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    border-radius: 8px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    transition: .2s;
    cursor: pointer;
    margin-bottom: 15px;
}

    .forms__menu li:last-child {
        border: none;
    }

    .forms__menu li.active {
        background-color: #1080C4;
        color: #fff !important;
        border: none;
    }

    .forms__menu li:hover {
        background-color: #1080C4;
        color: #fff !important;
        border-color: transparent;
        transition: .2s;
    }

.forms {
    padding: 4.58333vw 0;
}

.forms__menu2 li {
    padding: 10px;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    border-radius: 8px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-size: clamp(14px, 1.25vw, 14px);
    transition: .2s;
    cursor: pointer;
}

    .forms__menu2 li a[href]:active {
        font-size: 18px;
    }

.form {
    display: none;
}

    .form.active {
        display: block;
    }

.form__title {
    font-size: 32px;
    font-size: clamp(24px, 2.22222vw, 40px);
    color: #000;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 2.77778vw;
}

.form__input {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 12px;
    font-size: clamp(10px, 0.83333vw, 14px);
}

.form__select {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 12px;
    font-size: clamp(10px, 0.83333vw, 14px);
}

.form__textarea {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 12px;
    font-size: clamp(10px, 0.83333vw, 14px);
}

.form__btn {
    display: inline-block;
}

.form-search {
    position: relative;
}

.form-search__input {
    margin-bottom: 0;
}

.form-search .submit {
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    top: 16px;
}

    .form-search .submit:hover {
        color: #000;
        text-decoration: none;
    }

.boxes-categories {
    padding-top: 3.33333vw;
    padding-bottom: 3.18056vw;
    padding-left: 10%;
    padding-right: 10%;
}

.box-categories {
    display: flex;
    align-items: center;
    border-radius: 16px;
    max-height: 150px;
    height: 7.84722vw;
    min-height: 100px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 2px 11px 0 #dedede80;
    background: #fff;
    transition: .2s;
    margin-bottom: 25px;
}

    .box-categories:hover, .box-categories.active {
        transition: .2s;
        box-shadow: none;
        background: linear-gradient(157.73deg, #1080C4 0%, #1B9ECA 24.81%, #24B8D0 100%);
        cursor: pointer;
    }

        .box-categories:hover .box-categories__icon, .box-categories.active .box-categories__icon {
            transition: .2s;
            border: 1px solid #fff;
        }

            .box-categories:hover .box-categories__icon img, .box-categories.active .box-categories__icon img {
                transition: .2s;
                fill: #fff;
                filter: brightness(30);
            }

        .box-categories:hover .box-categories__name, .box-categories.active .box-categories__name {
            transition: .2s;
            color: #fff !important;
        }

.box-categories__wrap {
    display: flex;
    align-items: center;
}


.box-categories__icon {
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100px;
    height: 5.20833vw;
    min-height: 50px;
    max-width: 100px;
    width: 5.20833vw;
    min-width: 50px;
    transition: .2s;
    border: 1px solid #eee;
}

    .box-categories__icon img {
        transition: .0s;
        height: 100%;
    }

.box-categories__name {
    margin-left: 22px;
    font-family: "Santral", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.9px;
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    transition: .2s;
    color: #000;
}

.box-notice {
    background-color: #001c65;
    position: relative;
    margin: 14px 0;
    max-height: 240px;
}

.box-notice__bottom {
    box-sizing: border-box;
    height: 116px;
    border: 1px solid #F0F0F0;
    background-color: #fff;
}

    .box-notice__bottom:hover, .box-notice__bottom.active {
        transition: .2s;
        background-color: #1080C4;
        border: 1px solid #1080C4;
        color: #ffffff;
        cursor: pointer;
    }

        .box-notice__bottom:hover .box-notice__title {
            transition: .2s;
            color: #ffffff;
        }

        .box-notice__bottom:hover .title-notice a {
            transition: .2s;
            color: #ffffff;
        }

.box-notice__bg img {
    height: 100%;
    object-fit: cover;
}

.box-notice__text {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0vw;
    padding-top: 0%;
}

.box-notice__dates {
    font-size: 12px;
    font-size: clamp(12px, 0.83333vw, 12px);
    font-weight: bold;
    text-align: center;
    padding-top: 1%;
    color: #FFFFFF;
    height: 70px;
    width: 48px;
    background: linear-gradient(173.68deg, #FFC400 0%, #FFA300 100%);
}

.box-edu__dates {
    font-size: 12px;
    font-size: clamp(13px, 0.83333vw, 13px);
    padding-top: 1%;
    color: #FFFFFF;
}

.box-notice__title {
    font-size: 24px;
    font-size: clamp(15px, 1.66667vw, 18px);
    line-height: 1.30;
    margin-bottom: 15px;
    color: #000000;
    padding-right: 15%;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
    height: 115px;
    position: relative;
    left: 5%;
}

.title-notice {
    color: #1080C4;
    font-size: 13px;
    padding-top: 3%;
    font-weight: normal;
}



.box-webinar {
    margin-bottom: 36px;
}

.box-webinar__bg {
    background-color: none;
    margin-bottom: 20px;
    position: relative;
    max-height: 240px;
    height: 15.27778vw;
    height: 200px;
    transition: .2s;
}

    .box-webinar__bg:hover {
        background-color: #001c65;
        transition: .2s;
    }

        .box-webinar__bg:hover .play-icon {
            display: block;
            opacity: 1;
        }

        .box-webinar__bg:hover img {
            opacity: 0.2;
        }

    .box-webinar__bg img {
        opacity: 1;
        height: 100%;
        object-fit: cover;
    }

    .box-webinar__bg .play-icon {
        position: absolute;
        z-index: 2;
        opacity: 1;
        padding: 20%;
        object-fit: unset;
        display: none;
    }

.box-webinar__title {
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    margin-bottom: 15px;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.33;
}

    .box-webinar__title a {
        color: #000;
    }

        .box-webinar__title a:hover {
            color: #ffbb16;
        }

.box-webinar__dates {
    font-size: 12px;
    font-size: clamp(10px, 0.83333vw, 14px);
    color: #5d5d5d;
}

.box-egitim {
    margin-bottom: 36px;
}

.box-egitim__bg {
    background-color: #001c65;
    margin-bottom: 20px;
    position: relative;
    max-height: 240px;
    height: 15.27778vw;
    height: 200px;
}

    .box-egitim__bg img {
        opacity: 0.2;
        height: 100%;
        object-fit: cover;
    }

    .box-egitim__bg .play-icon {
        position: absolute;
        z-index: 2;
        opacity: 1;
        padding: 20%;
        object-fit: unset;
    }

.box-egitim__title {
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    margin-bottom: 15px;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.33;
}

    .box-egitim__title a {
        color: #000;
    }

        .box-egitim__title a:hover {
            color: #ffbb16;
        }

.box-egitim__dates {
    font-size: 12px;
    font-size: clamp(10px, 0.83333vw, 14px);
    color: #5d5d5d;
}

.modal-blue {
    background-color: rgba(0, 29, 101, 0.56);
}

.modal-blue__content {
    position: relative;
    padding-left: 3.88889vw;
    padding-right: 3.29861vw;
    padding-top: 6.38889vw;
    padding-bottom: 5.48611vw;
}

@media (min-width: 1920px) {
    .modal-blue__content {
        padding-left: 75px;
        padding-right: 64px;
        padding-top: 122px;
        padding-bottom: 105px;
    }
}

.modal-blue__content .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-blue__icon {
    border-radius: 50%;
    background-color: #ffbb16;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.05556vw;
    max-height: 250px;
    height: 13.19444vw;
    max-width: 250px;
    width: 13.19444vw;
}

    .modal-blue__icon img {
        /*filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(132deg) brightness(112%) contrast(101%);*/
    }

.modal-blue__text {
    line-height: 1.57;
    letter-spacing: -1px;
    color: #515154;
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
}

    .modal-blue__text p {
        margin: 5px 0;
    }

    .modal-blue__text ul {
        margin: 5px 0;
    }

    .modal-blue__text span {
        font-weight: bold;
    }

.modal-blue__title {
    font-size: 42px;
    font-size: clamp(34px, 2.91667vw, 50px);
    color: #000000;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
}

.modal-blue__title--small {
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    color: #000;
}

.modal-blue__btn {
    width: auto;
    padding: 14px 58px;
}

.modal-blue .ortak {
    display: flex;
    padding: 12.5px 0;
}

.modal-blue .ortak__logo {
    height: 5.90278vw;
    width: 5.90278vw;
    padding: 10px;
    border: 1px solid #c2c2c2;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 26px;
}

.modal-blue .ortak__name {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-info__content {
    padding: 66px 55px;
}

.modal-info__body {
    text-align: center;
    line-height: 1.5;
}

    .modal-info__body > div {
        margin-bottom: 25px;
    }

.modal-info__icon {
    font-size: 80px;
    font-size: clamp(70px, 5.55556vw, 90px);
}

    .modal-info__icon img {
        max-height: 100px;
        max-width: 100px;
        width: 6.66667vw;
        height: 6.66667vw;
        min-height: 75px;
        min-width: 75px;
    }

.modal-info__title {
    font-size: 32px;
    font-size: clamp(28px, 2.22222vw, 36px);
    background: linear-gradient(116deg, #003c9e 10%, #001c65 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    line-height: 1.5;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
}

.modal-info__btn {
    display: inline-block;
    width: auto;
    padding: 10px 35px;
}

.button-area {
    display: flex;
    justify-content: normal;
    margin-bottom: 45px;
    margin-top: 25px;
    padding-left: 39%;
}

    .button-area button {
        display: inline-block;
        width: 17.8%;
    }

@media (max-width: 768px) {
    .button-area button {
        width: 45%;
    }
}

.button-area button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-area button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.calender {
    margin-top: 3.81944vw;
    overflow: hidden;
}

.filter__select {
    margin-bottom: 0;
}

.filter-result {
    margin-top: 3.47222vw;
    margin-bottom: 8.54167vw;
}

.filter-result__wrap:last-child .filter-result__item {
    border: none;
}

.filter-result__item {
    display: flex;
    padding: 20px 20px;
    justify-content: space-between;
    align-items: center;
}

    .filter-result__item:hover, .filter-result__item.active {
        border-radius: 4px;
        background: linear-gradient(157.17deg, #1080C4 0%, #24B8D0 100%);
        box-shadow: 0 6px 11px 0 rgba(222,222,222,0.5);
    }

        .filter-result__item:hover .filter-result__text {
            color: #fff
        }

        .filter-result__item:hover .filter-result__date-box {
            background-color: transparent !important;
            border: 1px solid #fff;
            color: #fff;
        }

.filter-result__text {
    display: flex;
    align-items: center;
    color: #58595b;
    font-weight: bold;
    font-size: 16px;
}

.filter-result__date-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(116deg, #003c9e 10%, #001c65 84%);
    background: #fff !important;
    max-width: 90px;
    width: 4.16667vw;
    min-width: 45px;
    max-height: 90px;
    height: 4.16667vw;
    min-height: 45px;
    border-radius: 9px;
    border: 1px solid #1080C4;
    flex-direction: column;
    color: #1080C4;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
}

.filter-result__date-box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(116deg, #003c9e 10%, #001c65 84%);
    background: linear-gradient(116deg, #c3c3c3 10%, #666666 84%) !important;
    max-width: 90px;
    width: 4.16667vw;
    min-width: 45px;
    max-height: 90px;
    height: 4.16667vw;
    min-height: 45px;
    border-radius: 9px;
    border: 1px solid #A9A9A9;
    flex-direction: column;
    color: #fefefe;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
}

.filter-result__day {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-size: clamp(17px, 1.80556vw, 17px);
    line-height: 0.8;
}

.filter-result__mounth {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.filter-result__year {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-size: clamp(10px, 0.76389vw, 12px);
    padding-top: 8%;
}

.filter-result__btn-area {
    display: flex;
    align-items: center;
    height: 100%;
}


.filter-result__btn {
    white-space: nowrap;
    margin: 0 5px;
}

    .filter-result__btn:first-child {
        flex: 4;
    }

    .filter-result__btn:last-child {
        flex: 5;
    }

.search-result__item {
    padding: 2rem 1rem;
    display: flex;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    line-height: 1.3;
    max-height: 125px;
    height: 7.77778vw;
    min-height: 110px;
}

.search-result__logo {
    padding: 15px;
    border: 1px solid #c2c2c2;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 56px;
    height: 3.61111vw;
    min-height: 52px;
    max-width: 70px;
    width: 4.16667vw;
    min-width: 60px;
}

.search-result__name {
    display: flex;
    align-items: center;
    color: #001c65;
}

.post {
    padding: 5% 0;
}

.post-about {
    background-image: url("/Media/Uploads/Hakkinda-bg.png");
    background-size: cover;
}

.post__text {
    line-height: 1.57;
    letter-spacing: -1px;
    color: #515154;
    font-size: 14px;
    font-size: clamp(12px, 0.97222vw, 16px);
}

    .post__text p {
        margin: 5px 0;
    }

    .post__text ul {
        margin: 5px 0;
        list-style: circle;
    }

    .post__text ol {
        margin: 5px 0;
        list-style: decimal;
    }

    .post__text li {
        margin: 5px 0;
        list-style: inherit;
    }

    .post__text span {
        font-weight: bold;
    }

.post__title {
    font-size: 42px;
    font-size: clamp(34px, 2.91667vw, 50px);
    color: #000000;
    font-family: "Santral", Arial, sans-serif;
    font-weight: bold;
}

.post__title--small {
    font-size: 18px;
    font-size: clamp(16px, 1.25vw, 20px);
    color: #000;
}

.post__btn {
    width: auto;
    padding: 14px 58px;
}

.post .ortak {
    display: flex;
    padding: 12.5px 0;
}

.post .ortak__logo {
    max-height: 95px;
    height: 5.90278vw;
    min-height: 75px;
    max-width: 85px;
    width: 5.90278vw;
    min-width: 75px;
    padding: 10px;
    border-right: 1px solid #c2c2c2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 26px;
}

.post .ortak__name {
    width: 100%;
    font-size: clamp(16px, 1.25vw, 20px);
    color: #000;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .post .ortak__name {
        width: 100%;
    }
}

.post .ortak__collapseBtn {
    display: block;
    width: auto;
}

footer {
    padding: 0;
    margin-top: 100px;
}

@media (max-width: 768px) {
    footer {
        padding: 0 5%;
    }
}

footer .footer-bottom {
    padding: 2.08333vw 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #aaaaab;
}

@media (max-width: 768px) {
    footer .footer-bottom {
        flex-direction: column;
    }
}

footer .footer-bottom__logo {
    display: flex;
    align-items: center;
    flex: 1;
    color: #a2a2a2;
    font-size: 14px;
}

@media (max-width: 768px) {
    footer .footer-bottom__logo {
        flex-direction: column;
    }
}

footer .footer-bottom__logo img {
    width: 22%;
    margin-right: 25px;
}

@media (max-width: 768px) {
    footer .footer-bottom__logo img {
        width: 50%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

footer .footer-bottom__kvkk {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #a2a2a2;
    flex: 1;
    font-size: 14px;
}

@media (max-width: 768px) {
    footer .footer-bottom__kvkk {
        margin: 15px 0;
        justify-content: center;
        flex-direction: column;
    }
}

footer .footer-bottom__kvkk a {
    padding: 0 10px;
}

@media (max-width: 768px) {
    footer .footer-bottom__kvkk a {
        margin-bottom: 15px;
    }
}

footer .footer-menu {
    border-top: 1px solid #aaaaab;
}

    footer .footer-menu ul {
        padding: 3.80556vw 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media (max-width: 768px) {
    footer .footer-menu ul {
        flex-direction: column;
    }
}

footer .footer-menu ul li {
    padding: 0 28px;
}

@media (max-width: 768px) {
    footer .footer-menu ul li {
        font-size: 18px;
        font-size: clamp(16px, 1.25vw, 20px);
        padding: 5px 0;
    }
}

footer .footer-contact {
    padding: 3.81944vw 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #aaaaab;
    justify-content: space-between;
}

@media (max-width: 768px) {
    footer .footer-contact {
        flex-direction: column;
    }
}

footer .footer-contact__social {
    width: 39%;
}

@media (max-width: 768px) {
    footer .footer-contact__social {
        width: 100%;
        text-align: center;
    }
}

footer .footer-contact__social__desc {
    color: #58595b;
}

footer .footer-contact__follow {
    display: flex;
    align-items: center;
    color: #1080C4;
    font-size: 24px;
    font-size: clamp(22px, 1.66667vw, 26px);
    letter-spacing: -0.75px;
    font-weight: bold;
    font-family: 'Santral';
    margin-bottom: 0.52778vw;
}

@media (max-width: 768px) {
    footer .footer-contact__follow {
        justify-content: center;
    }
}

footer .footer-contact__follow ul {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

    footer .footer-contact__follow ul li {
        padding: 0 5px;
    }

    footer .footer-contact__follow ul a {
        padding: 12px;
        border-radius: 50%;
        border: 0px solid #000;
        transition: .2s;
        color: #000;
        display: block;
        font-size: 16px;
    }

        footer .footer-contact__follow ul a img {
            width: 130%;
        }


        footer .footer-contact__follow ul a:hover {
            color: #fff;
            transition: .2s;
        }

footer .footer-contact__info {
    width: 25%;
}

@media (max-width: 768px) {
    footer .footer-contact__info {
        width: 70%;
        text-align: center;
        font-size: 16px;
        font-size: clamp(14px, 1.11111vw, 18px);
    }
}

footer .footer-contact__info ul li {
    display: flex;
    padding: 5px 0;
    align-items: center;
}

@media (max-width: 768px) {
    footer .footer-contact__info ul li {
        text-align: center;
        justify-content: center;
        padding: 10px 0;
    }
}

footer .footer-contact__info ul li img {
    width: 20px;
    margin-right: 10px;
}

.register {
    padding: 35px 0;
}

.dropdown-profile .dropdown-menu {
    left: unset;
    right: -5px;
    width: 20vw;
}

.dropdown-profile .dropdown-item {
    flex: unset;
    margin: 0;
    white-space: normal;
}

    .dropdown-profile .dropdown-item:empty {
        display: none;
    }

        .dropdown-profile .dropdown-item:empty:active {
            color: unset;
            text-decoration: none;
            background-color: #f8f9fa;
        }

.activation__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    .activation__text {
        padding: 15px;
        text-align: center;
    }

        .activation__text br {
            display: none;
        }
}

.activation__title {
    background: linear-gradient(116deg, #003c9e 10%, #001c65 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bolder !important;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.activation__desc {
    font-size: 20px;
    font-size: clamp(18px, 1.38889vw, 22px);
    margin-bottom: 2rem;
}

.activation__btn {
    width: 35%;
}

@media (max-width: 768px) {
    .activation__btn {
        width: 100%;
    }
}

.card {
    position: relative;
    left: 1%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-body strong {
    font-family: Santral;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: var(--h-2);
}

.slider__title2 h1 {
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: clamp(34px, 2.91667vw, 50px);
    margin-bottom: 20px;
    color: #ffbb16;
    font-weight: bold;
}

.slider_desc {
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: "Santral", Arial, sans-serif;
}

.slider_desc_title {
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 42px;
    margin-bottom: 20px;
    color: #ffbb16;
    font-weight: bold;
    font-family: "Santral";
}

.slider-main__text {
    padding-right: 44vw !important;
}

@media (max-width: 820px) {
    .slider__title2 h1 {
        line-height: 25px;
        letter-spacing: -1px;
        font-size: 24px;
    }

    .slider__title h1 {
        line-height: 25px;
        letter-spacing: -1px;
        font-size: 24px;
    }

    .slider__title {
        line-height: 18px;
        letter-spacing: -1px;
        font-size: 24px;
    }

    .slider__title2 {
        line-height: 18px;
        letter-spacing: -1px;
        font-size: 24px;
    }

    .slider_desc {
        font-size: 24px;
    }

    .slider_desc_title {
        font-size: 26px;
    }

    .slider-main__text {
        padding-right: 0vw !important;
        padding_left: 12px !important;
    }

    .box-categories__icon {
        width: 21vw;
        height: 21vw;
    }
}

.new-logo-- {
    height: 36px;
    width: 187px;
}

.rectangle {
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 rgba(223,223,223,0.5);
}

.uye-giris {
    position: relative;
    bottom: 4px;
    right: 2px;
}

.uye {
    height: 22px;
    width: 41px;
    color: #FFFFFF;
    font-family: 'Santral';
    font-size: 8px !important;
    font-weight: 500;
    letter-spacing: -0.29px;
    text-align: center;
    position: relative;
    right: 85px;
    top: 8px;
    text-decoration: none;
}

    .uye:hover {
        color: #fff !important
    }

.icn {
    height: 4.03px;
    width: 8.04px;
    position: relative;
    bottom: 4px;
}

.container {
    max-width: 1326px;
}

.asset {
    height: 14px;
    width: 14px;
}

.up-arrow {
    height: 48px;
    width: 48px;
    background-color: #1080C4;
    position: relative;
    left: 150px;
}

    .up-arrow .arrow-size {
        width: 18px;
        height: 18px;
        position: relative;
        top: 11px;
        left: 14px;
    }

.main-slider-text {
    color: #FFC61C;
}

.member_msg_title {
    height: 50px;
    width: 390px;
    color: #FFFFFF;
    font-family: Santral;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.76px;
    line-height: 50px;
    text-align: center;
    position: relative;
    left: 40%;
}

.btn-all-category {
    box-sizing: border-box;
    height: 50px;
    width: 244px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    position: relative;
    left: 40%;
    outline: none;
}

    .btn-all-category:hover {
        outline: none;
    }

.all-category {
    font-family: "Santral", Arial, sans-serif;
    font-weight: 500;
    height: 50px;
    width: 244px;
    padding: 13px 15px;
    transition: .2s;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: transparent;
    outline: none;
}

    .all-category:hover {
        background: linear-gradient(157.17deg, #1080C4 0%, #24B8D0 100%);
        color: #fff;
        border: 0px;
    }

.all-category-btn {
    position: relative;
    left: 50%;
    margin-left: -122px;
    margin-top: 4%;
}

.hov-box:hover cat-img-hov {
    position: absolute;
    left: 0;
}

.cat-img-hov {
    display: none;
}



.calender_filter {
    display: flex;
    justify-content: flex-end;
}

.about-text {
    padding: 3% 0%;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    letter-spacing: -0.9px;
}

.about-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}


.about-bottom {
    background-color: #F9F9F9;
}

.about-bottom_text {
    color: #4F4F4F;
    font-family: Santral;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 26px;
    text-align: center;
    padding: 0% 29%;
}

.about-image {
    height: 420.16px;
    width: 420.16px;
}

.about-image2 {
    height: 420.16px;
    width: 276.92px;
}

.order-text {
    color: #1080C4;
    font-size: 18px;
}

.commun-form {
    font-size: 18px;
    padding-left: 4%;
    color: #777776;
}



.tabs-order .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    padding: 35px 0 35px;
}

    .tabs-order .nav-tabs a {
        color: #777776;
        font-family: 'Santral';
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.9px;
        line-height: 27px;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1080C4;
    background-color: #fff;
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.order-title {
    color: #FFFFFF;
    font-family: 'Santral';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
}

.order-desc-1 {
    padding: 60px 115px 60px;
    color: #000000;
}

    .order-desc-1 p {
        color: #FFFFFF;
        font-family: 'Santral';
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 24px;
    }

.order-desc-2 {
    margin-top: 15%;
    padding: 0 25%;
}

    .order-desc-2 p {
        color: #4F4F4F;
        font-family: 'Santral';
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 26px;
        text-align: center;
    }


.order-desc-3 {
    color: #4F4F4F;
    font-family: 'Santral';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 24px;
    padding: 70px 115px 70px;
}

.bg-mb {
    margin-top: -38%;
}

.banner-desc {
    position: absolute;
    top: 25%;
    left: 15%;
    display: flex;
    flex-direction: column;
}

    .banner-desc h1 {
        color: #FFFFFF;
        font-family: 'Santral';
        font-size: 42px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 59px;
    }

    .banner-desc a {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -0.5px;
        line-height: 22px;
    }

        .banner-desc a:hover {
            color: #ffffff;
        }

.tabs-order .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: none;
    padding: 35px 0 35px;
}

.slider-button-next, .slider-button-prev {
    position: absolute;
    top: 145%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    ):;
}

.order-img .col img {
    width: 67%;
}


.date-box_gray {
    background-color: #dedede;
    color: #fefefe;
}

@media (max-width: 768px) {

    .filter-result__btn-area {
        display: inline-block;
    }

    .calender__title {
        padding-top: 76px;
    }

    .calender_filter {
        padding-right: 12%;
    }

    .slider-button-next, .slider-button-prev {
        top: auto;
    }
}


@media (max-width: 650px) {

    .hov-box:hover {
        background: none;
        overflow: inherit;
        color: #fff;
    }

        .hov-box:hover .categories__desc {
            color: #fff;
        }

        .hov-box:hover .categories__title a {
            color: #fff;
        }

    .categories_box {
        width: 600%;
    }

    .bg-banner-img {
        height: 50vh;
    }

        .bg-banner-img img {
            height: 50vh;
            object-fit: cover;
        }

    .order-title {
        color: #000000;
    }

    .order-desc-1 {
        padding: 0;
        color: #000000;
    }

        .order-desc-1 p {
            color: #4F4F4F;
            padding-top: 30px;
        }

    .order-desc-3 {
        padding: 50px 0px 50px;
    }

    .bg-mb {
        margin-top: 0;
    }

    .order-bg img {
        display: none;
    }

    .filter-result__item {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .filter-result__text {
        justify-content: center;
    }

    .uye-form {
        margin-top: 40px;
    }

    .mb-img {
        width: 45%;
        position: absolute;
        margin-left: 45px;
    }
}

.mb-img {
    width: 45%;
    position: absolute;
    margin-left: 45px;
    padding-top: 120px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    font-family: "Santral", Arial, sans-serif !important;
    font-weight: bold !important;
    background-color: transparent !important;
    color: #1080C4 !important;
    border-bottom: 1px solid #1080C4;
    background-image: url('/Content/images/icon/arrow1.png');
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: center;
    padding: 25px 0 25px 15px;
}

.nav-pills .nav-link {
    padding: 25px 0 25px 0;
    border-radius: 0px;
    border-bottom: 1px solid #0000004A;
    background-image: url('/Content/images/icon/arrow2.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    font-weight: bold !important;
    display: flex;
    align-items: center;
}

.order-desc-kategori {
    padding: 0 2% 2%;
}

    .order-desc-kategori p {
        color: #4F4F4F;
        font-family: 'Santral';
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 26px;
    }

.field-validation-error,
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
}

    .validation-summary-errors ul {
        list-style: circle;
    }

        .validation-summary-errors ul li {
            margin: 10px 30px;
        }

.validation-summary-valid {
    display: none;
}


.ContentRight {
    padding: 5px 15px;
    margin-bottom: 20px
}

    .ContentRight .ItemContent {
        background: #f1f1f1;
        margin-bottom: 10px;
        display: -webkit-box;
        height: 110px;
        /* min-height: 120px; */
        padding: 8px 8px;
    }

        .ContentRight .ItemContent .col-md-4 {
            overflow: hidden;
            position: relative;
            padding: 0
        }

        .ContentRight .ItemContent span {
            background: #bbe9ff;
            padding: 5px 15px
        }

        .ContentRight .ItemContent h4 {
            font-size: 13px;
            font-weight: 700;
            margin: 0 0 7px;
            color: #000
        }

        .ContentRight .ItemContent p {
            font-size: 10px;
            line-height: 16px
        }

        .ContentRight .ItemContent a {
            color: #000
        }

            .ContentRight .ItemContent a.devam {
                color: #155e9c;
                position: absolute;
                bottom: 0;
                right: 0
            }

        .ContentRight .ItemContent p.ReadCount {
            position: absolute;
            bottom: 0;
            left: 15px;
            margin: 0;
            color: #000
        }

            .ContentRight .ItemContent p.ReadCount i {
                background: #d5d5d5;
                color: #848484;
                padding: 5px;
                margin-right: 5px;
                left: 15px
            }

        .ContentRight .ItemContent img {
            max-height: 100px;
            width: 100%;
            min-height: 100px;
            object-fit: cover;
        }

    .ContentRight h5 {
        text-transform: uppercase;
        margin: 0;
        color: #183650;
        font-weight: 300;
        font-family: Titillium Web;
    }



/* BANNER CSS */

/* BLOG BODY CSS */
.blog-body h1 {
    text-align: center;
    color: #011d67;
    font-size: 48px;
    font-weight: 500;
    margin-top: 65px;
}

.blog-body hr {
    border: 2px solid #011d67;
    border-radius: 3px;
    opacity: 100%;
    margin: 20px 0 30px;
}

.blog-body span {
    font-size: 20px;
    font-weight: 500;
    color: #382933;
    margin-left: 20px;
}

.blog-body .section1 img {
    margin-top: 50px;
}

.blog-body .section1 img {
    width: 100%;
}

.blog-body .blog-text p {
    margin: 40px 0 30px;
    font-size: 16px;
    line-height: 2rem;
    color: #382933;
}

.blog-body .blog-text ul {
    line-height: 2rem;
    list-style-type: disc;
    padding-left: 3rem;
}

.blog-body h5 {
    text-align: center;
}

.blog-body .section2 img {
    width: 100%;
    margin: 30px 0 30px;
}

/* slider CSS */
.blog-slide {
    margin: 60px 0 60px;
}

    .blog-slide .swiper {
        width: 100%;
        height: 500px;
    }

.blogSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .blogSwiper .swiper-slide .img-box {
        width: 50%;
    }

    .blogSwiper .swiper-slide .text-box {
        width: 50%;
        padding-left: 50px;
        text-align: left;
    }

        .blogSwiper .swiper-slide .text-box a {
            text-decoration: none;
            color: #011d67;
            font-size: 26px;
            font-weight: bold;
        }

        .blogSwiper .swiper-slide .text-box p {
            color: #382933;
            font-size: 18px;
            font-weight: 500;
        }

    .blogSwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blogSwiper.swiper-horizontal > .swiper-pagination-bullets,
.blogSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.blogSwiper .swiper-pagination-custom,
.blogSwiper .swiper-pagination-fraction {
    bottom: 0;
}

.blogSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1.5px solid #382933;
    background-color: #fff;
    opacity: 100%;
}

.blogSwiper .swiper-pagination-bullet-active {
    background-color: #382933;
}

/* BLOG ON IZLEME CSS */
.blog-body .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0;
}

    .blog-body .navbar .form-inline {
        position: relative;
    }

        .blog-body .navbar .form-inline .form-control {
            width: 450px;
            height: 68px;
            border-radius: 50px;
            border: 2px solid #ffc01c;
            padding-left: 80px;
            color: #382933;
        }

.blog-body .form-control:focus {
    box-shadow: none;
}

.blog-body .navbar .form-inline .btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    border-radius: 50%;
    background-color: #ffc01c;
    border: 1px solid #ffc01c;
}

    .blog-body .navbar .form-inline .btn img {
        width: 45px;
        height: auto;
        transform: rotate(90deg);
    }

/** Blog List Swiper Section */
.blogBoxSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogBoxSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
}

.swiper-grid .swiper-wrapper {
    flex-direction: row;
}

.blogBoxSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.blogBoxSwiper .swiper-pagination {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogBoxSwiper .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px !important;
    width: 30px;
    height: 30px;
    color: #011d67;
    font-size: 20px;
    font-weight: bold;
    background: none;
    border: none;
    opacity: 100%;
}

.blogBoxSwiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, rgba(255, 163, 0, 1) 0%, rgba(255, 209, 37, 1) 100%);
    color: #fff;
}

.blog-box {
    min-height: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease, color 0.3s ease;
}

    .blog-box:hover {
        background-color: #011d67;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.blog-box-left {
    width: 50%;
    height: 100%;
}

    .blog-box-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 20px;
    }

.blog-box-right {
    width: 50%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-grow: 1;
}

    .blog-box-right h2 {
        text-align: left;
        font-size: 22px;
        color: #19456b;
        font-weight: bold;
        transition: all 0.3s ease, color 0.3s ease;
    }

    .blog-box-right h4 {
        text-align: left;
    }

    .blog-box-right .blog-box-author {
        transition: all 0.3s ease;
    }

.blog-box:hover .blog-box-author-name {
}

.blog-box:hover .blog-box-author-name,
.blog-box:hover .blog-box-author-title {
    color: #ffc01c;
    transform: translateY(10px);
}

.blog-box-right .blog-box-author-name {
    font-size: 16px;
    color: #382933;
    font-weight: bold;
}

.blog-box-right .blog-box-author-title {
    font-size: 14px;
    color: #382933;
    font-weight: bold;
    transition: all 0.3s ease, color 0.3s ease;
}

.blog-box:hover .blog-box-right h2 {
    color: #fff;
    transform: translateY(5px);
}

.blog-box-right .blog-box-more-btn {
    font-size: 12px;
    color: #9e9e9e;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 3px 6px;
}

.blog-box:hover .blog-box-more-btn {
    transform: translateY(-10px);
    background: linear-gradient(90deg, rgba(255, 163, 0, 1) 0%, rgba(255, 209, 37, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}

.blog-box-right .blog-box-tags {
    font-size: 12px;
    font-weight: bold;
    color: #ffc01c;
    padding: 3px;
    background-color: #19456b;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.blog-box:hover .blog-box-tags {
    color: #ffc01c;
    background-color: transparent;
    transform: translateY(-10px);
}
/** Blog List Swiper Section END*/

/** RESPONSIVE CSS START*/
@media only screen and (max-width: 768px) {
    header {
        padding: 10px 0 30px;
    }

    .top-menu .header-btn {
        margin-right: 10px;
        width: 150px;
    }

    .nav-link svg {
        fill: #1287c5;
    }

    .top-menu .header-btn span {
        font-size: 12px;
    }

    .blog-body .navbar .form-inline .form-control {
        width: 350px;
        height: 60px;
    }

    .blog-body .navbar .form-inline .btn {
        top: -8px;
        padding: 6px;
    }

    .blog-body .navbar .form-inline .form-control {
        padding-left: 70px;
    }

    .navbar-collapse {
        background-color: white;
        margin-top: 10px;
        padding: 0 20px;
    }

    .bottom-menu .nav-link {
        color: #1287c5;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #1287c5;
    }

    .nav-link:after {
        top: 32px;
        left: 0;
        transform: none;
    }

    .bottom-menu .navbar-nav .dropdown-menu {
        margin-top: 0;
        border-color: transparent;
    }

    .blogBoxSwiper {
        padding: 0;
    }

    .blog-body {
        margin-top: 50px;
    }

        .blog-body h1 {
            font-size: 26px;
            margin-top: 0;
        }

    .blog-body-title {
        text-align: center;
        line-height: 0;
    }

    .blog-body span {
        font-size: 16px;
    }

    .blog-slide .swiper {
        height: auto;
    }

    .banner img {
        min-height: 125px;
        object-fit: cover;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .blogSwiper .swiper-slide {
        flex-direction: column;
    }

        .blogSwiper .swiper-slide .img-box {
            width: 100%;
        }

        .blogSwiper .swiper-slide .text-box {
            width: 100%;
            padding-left: 0;
            padding-bottom: 30px;
        }
}
