/* Minification failed. Returning unminified contents.
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(46,23): run-time error CSS1039: Token not allowed after unary operator: '-fontArabicRegular'
(167,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(174,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(242,23): run-time error CSS1039: Token not allowed after unary operator: '-fontNewRegular'
(269,23): run-time error CSS1046: Expect comma, found '8'
(269,28): run-time error CSS1046: Expect comma, found '/'
(273,23): run-time error CSS1046: Expect comma, found '8'
(273,28): run-time error CSS1046: Expect comma, found '/'
(314,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(319,23): run-time error CSS1039: Token not allowed after unary operator: '-fontBold'
(440,23): run-time error CSS1039: Token not allowed after unary operator: '-fontArabicRegular'
(465,27): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(473,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(546,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(553,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(559,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(626,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(637,23): run-time error CSS1039: Token not allowed after unary operator: '-fontRegular'
(663,17): run-time error CSS1036: Expected expression, found '#'
(692,23): run-time error CSS1039: Token not allowed after unary operator: '-fontBold'
(1030,27): run-time error CSS1039: Token not allowed after unary operator: '-fontBold'
(1518,40): run-time error CSS1046: Expect comma, found '80'
(1518,45): run-time error CSS1046: Expect comma, found '/'
 */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

:root {
    /*Fonts*/
    --fontRegular: 'cordale_corpregular';
    --fontArabicRegular: 'cordale_arabicregular';
    --fontItalik: 'cordale_corpitalic';
    --fontBold: 'cordale_corpbold';
    --fontBoldItalik: 'cordale_corpbold_italic';
    /*New Fonts*/
    --fontNewRegular: 'qnbsans_regular';
    --fontNewLight: 'qnbsans_light';
    --fontNewItalic: 'qnbsans_italic';
    --fontNewBold: 'qnbsans_bold';
    --fontNewMediumItalic: 'qnbsans_medium_italic';
}

body {
    /*padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;*/
    font-family: var(--fontRegular);
    font-weight: 400;
    color: #4a4f55;
    font-size: 14px;
}

.homepage-slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

button:focus {
    outline: none;
}

nav.navbar-light {
    z-index: 3;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-family: var(--fontArabicRegular);
    /*font-weight: 600;*/
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 1000;
    display: none;
    min-width: 16rem;
    /* padding: 0.5rem 1rem; */
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 10px;
    border: none;
    padding-top: 36px;
    padding-bottom: 0;
    overflow: hidden;
}

/*.dropdown-menu li {
        border-left: 2px solid #870052;
        border-right: 2px solid #870052;
    }

        .dropdown-menu li:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            border-bottom: 2px solid #870052;
        }*/

.dropdown-item {
    font-size: 14px;
    color: #870052;
    padding: .75rem 1.50rem;
}

    .dropdown-item:hover {
        background-color: transparent;
        /*text-decoration: underline;
        background-color: #f4f4f4;*/
        background-color: #870052;
        color: #fff;
    }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }


.carousel-indicators {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
    border: none;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

    .owl-next svg, .owl-prev svg {
        font-size: 48px;
    }

.owl-carousel.owl-drag .owl-item {
    text-align: center;
    font-size: 14px;
}

.duyurular .owl-carousel.owl-drag .owl-item {
    padding: 0 60px;
}

.carousel-inner {
    height: 100%;
}

.white h3 {
    color: #fff !important;
    font-size: 79px !important;
    border-radius: 25px;
    margin-top: 75%;
    font-family: var(--fontRegular);
    font-weight: 700;
}

.white h4 {
    color: white;
    font-size: 18px;
    font-family: var(--fontRegular);
    text-align: center;
    float: left;
    margin-left: 6%;
    font-weight: 700;
    /*margin-top:-13%*/;
    letter-spacing: 0.5px;
}

.white i img {
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
}

#slide-1 a {
    font-size: 18px;
}

#slide-1 .hsContainer {
    position: absolute;
    z-index: 100;
}

#slide-1 .carousel-control {
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    #slide-1 .carousel-control:hover {
        -ms-opacity: 1;
        opacity: 1;
    }

#slide-1 .carousel-control, #slide-1 .carousel-indicators {
    z-index: 101;
}

.bcg {
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
    min-height: 450px;
}

.bannerRow {
    /*min-height: 500px;*/
}

.bcg .bannerFilter {
    min-height: 450px;
    background-image: url(/assets/img/bannerFilter.png);
    background-repeat: no-repeat
}

.carousel-caption {
    font-family: var(--fontNewRegular);
    font-weight: 400;
    right: 0%;
    left: 0%;
    /*padding-bottom: 30px;*/
    /*margin-top: -50px;*/
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

    .carousel-caption .btn-light {
        padding: 12px 40px;
        border-radius: 25px;
        background: #860852;
        border: none;
        color: white;
        margin-top: 20px;
    }

.homepage-slider .owl-nav {
    margin-top: 0px !important;
}

    .homepage-slider .owl-nav button svg path {
        fill: rgb(134 8 82 / 60%);
    }

    .homepage-slider .owl-nav button:hover svg path {
        fill: rgb(134 8 82 / 100%);
    }

.bcg h3 {
    font-size: 38px;
    font-weight: bold;
    color: #153067;
}

.bcg p {
    font-size: 18px;
    font-weight: 400;
}

.owl-carousel .item {
    margin: auto 30px;
}

.chartTable tbody, .chartTable td, .chartTable tfoot, .chartTable th, .chartTable thead, .chartTable tr {
    width: 20%;
    text-align: center;
    border-color: #000000;
}

.table th {
    background: #116fc4;
    color: white;
    font-weight: bold;
}

table.fundTable td, table.fundTable th {
    padding: 12px;
}

table.fundTable th {
    background: #b1b1b1;
    color: white;
    font-weight: normal;
}

ul.leftMenu h5 {
    font-family: var(--fontRegular);
    font-size: 15px !important;
}

h5 {
    font-family: var(--fontBold);
    font-size: 18px;
}
/* 
    MARKETING CONTENT
    -------------------------------------------------- 
*/
.marketing {
    margin-top: -125px;
    position: relative;
}

    .marketing .col {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .marketing h2 {
        font-size: 18px;
    }

    .marketing a {
        background-color: #fff;
        border-radius: 10px;
        padding: 50px 15px;
        color: #4a4f55;
        text-decoration: none;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
        display: block;
        width: 100%;
    }

        .marketing a:hover {
            background-color: #fff;
            color: #fff;
        }

    .marketing svg {
        max-width: 60px;
        margin-bottom: 30px;
    }

    .marketing a:hover svg path {
        fill: #fff;
    }

    .marketing img:hover {
        color: #fff;
    }

    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }


.duyurular svg {
    margin-bottom: 0;
}

.duyuruBaslik {
    color: #cf152d;
    font-size: 22px;
}


section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.StrategyandAsset h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.StrategyandAsset p {
    font-size: 16px;
}

.portfoyStrategy h1 {
    font-size: 20px;
    color: #fff;
}

.portfoyStrategy p {
    font-size: 16px;
}

.fundChart {
    background-color: #ebebeb;
    padding: 40px 0px;
    margin-bottom: 0 !important;
}

    .fundChart h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

.form-label {
    font-size: 12px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.form-select {
    border-radius: 10px !important;
}

footer {
    font-family: var(--fontArabicRegular);
    color: #860852;
}

    footer #footer-bottom-menu {
        border-top: 1px solid white;
        padding: 20px 0;
    }

        footer #footer-bottom-menu a {
            color: #860852;
            text-decoration: none;
            font-size: 15px;
            margin: auto 10px;
        }

.pageDetailBanner {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-left: 20px;
}

    .pageDetailBanner .pageTitle {
        font-family: var(--fontRegular);
        font-weight: 700;
        color: #4a4f55;
        font-size: 32px;
        border-bottom: 1px solid #4a4f55;
    }

.pageTitle {
    font-family: var(--fontRegular);
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.pageContent {
    padding: 20px;
}

.breadcrumb {
    font-size: 13px !important;
}

    .breadcrumb a {
        color: #505759;
        text-decoration: none;
    }

ul.leftMenu, ul.leftMenu ul {
    padding: 0;
    list-style-type: none;
}

    ul.leftMenu ul {
        list-style-type: none;
    }

    ul.leftMenu > li > ul > li ul {
        padding-left: 20px;
    }

    ul.leftMenu li {
        padding: 3px 0;
    }

    ul.leftMenu > li > a > h5 {
        font-weight: bold;
    }

    ul.leftMenu > li > ul > li > ul > li {
        padding-left: 0px;
    }

    ul.leftMenu li a, ul.leftMenu h5 {
        font-size: 16px;
        font-weight: bold;
        color: #4a4f55;
        text-decoration: none;
        font-weight: normal;
        padding: 3px 0;
    }

        ul.leftMenu li a.active {
            color: #fff;
            font-weight: bold;
        }

    ul.leftMenu li.active a, ul.leftMenu li.active h5 {
        color: #870052;
        font-weight: bold;
    }

    ul.leftMenu li.active > ul > li > a > h5 {
        font-weight: normal;
    }

    ul.leftMenu li.active li a, ul.leftMenu li.active li h5 {
        color: #4a4f55;
    }

.NotFound h1 {
    font-family: var(--fontRegular);
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.NotFound p {
    font-family: var(--fontRegular);
    font-size: 14px;
    color: #4a4f55;
}

.NotFound a {
    font-family: var(--fontRegular);
    font-weight: 500;
    font-size: 16px;
    color: #010000;
}

.searchBanner {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.searchPadding {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px
}

    .searchPadding .row > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.searchDiv {
    margin: 1rem;
    background-color: white;
    border: 1px solid #870052;
    border-radius: 10px;
}

    .searchDiv .fa-search {
        color: #870052;
        font-size: 20px;
    }

    .searchDiv .input-group-text {
        padding: .90rem 1rem;
    }

    .searchDiv input {
        border: 0px;
        font-size: 18px;
        padding: .90rem .25rem;
    }

    .searchDiv .fa-search {
        font-size: 20px;
    }

    .searchDiv button {
        padding: 8px 30px;
    }

    .searchDiv .araButon {
        margin-right: 12px !important;
        margin-top: 8px !important;
        background-color: #870052;
        border-color: #fff;
        border-radius: 10px;
    }

        .searchDiv .araButon:hover {
            background-color: #870052;
            border-color: #fff;
        }

.searchPage h1 {
    font-family: var(--fontRegular);
    font-weight: 700;
    font-size: 20px;
}

.searchPage .searchResult .row {
    padding: 20px;
    background-color: #fbfbfb;
}

.searchPage .searchResult h1 {
    font-family: var(--fontRegular);
    font-size: 18px;
    font-weight: normal;
}

.searchPage .searchResult small {
    color: #8c0b59;
}

.input-group-text {
    display: block;
    background-color: transparent;
    border: 1px solid transparent;
}

main {
    min-height: 650px;
    background: #f7f7f7;
    margin-top: 0;
}

header {
    background: white;
}

.homepage main {
    background: ##ededed;
    margin-top: 0;
}

.btn-language {
    background-color: #860852;
    border-radius: 20px;
    color: white !important;
}

#header-clearfix {
    display: none;
}

header {
    /*z-index: 1;
    position: relative;*/
    background: transparent;
}

.homepage header {
    overflow: inherit;
}

.navbar-light .container {
    padding: 25px 15px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: var(--fontBold);
    color: #06225d;
    padding-right: 1rem;
    padding-left: 1rem;
}


    .navbar-light .navbar-nav .nav-link svg {
        margin-left: 10px;
    }

        .navbar-light .navbar-nav .nav-link svg path {
            fill: #860852;
        }

.navbar-light .navbar-brand-two {
    z-index: 99;
}

.carousel-caption {
    color: #220000;
}

.contactDiv {
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
}

/*nav.navbar-light .belt {
    /*position: absolute;* /
}

    nav.navbar-light .belt .belt-image {
        position: absolute;
        width: 1000px;
        height: 590px;
        background: url(/assets/img/header_belt.png);
        left: -350px;
        top: -13px;
        z-index: 99;
    }*/
header .header-img-wrapper {
    height: 600px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header .header-img {
    position: absolute;
    width: 980px;
    height: 100%;
    background: url(/assets/img/header_belt.png) no-repeat right top -10px;
    left: 50%;
    top: 0;
    z-index: -1;
    bottom: 0;
    margin-left: -1320px;
}

.fundDetail .btn {
    font-size: 12px;
}

.btn-orange {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    display: block;
    border-radius: 10px;
}

    .btn-orange svg {
        max-width: 60px;
        margin-bottom: 15px;
    }

        .btn-orange svg path {
            fill: #fff;
        }

    .btn-orange:hover svg path {
        fill: #fff;
    }


    .btn-orange:hover {
        color: #fff;
        background-color: #ebebeb;
        border-color: #ebebeb;
    }


        .btn-orange:hover img {
            filter: invert(43%) sepia(49%) saturate(6387%) hue-rotate(3deg) brightness(100%) contrast(106%);
        }

.funds .btn-orange img {
    display: block;
    margin: 5px auto;
}


.funds .active {
    color: #fff;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

    .funds .active img {
        filter: invert(43%) sepia(49%) saturate(6387%) hue-rotate(3deg) brightness(100%) contrast(106%);
    }


.fundTable h1 {
    color: #505759;
    font-size: 20px;
}

.fundTable table {
    font-size: 12px;
}

    .fundTable table th {
        color: #505759;
    }

    .fundTable table td:first-child {
        white-space: pre;
        color: #cf152d;
    }

    .fundTable table th {
        padding: 20px 20px;
        vertical-align: middle;
    }

    .fundTable table td {
        padding: 20px 20px;
    }


.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fundDocuments h1 {
    color: #505759;
    font-size: 20px;
}

a.accordion-button::after {
    transform: rotate(-90deg);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #870052;
    background-color: #dfdfdf;
}

.announcements .accordion-collapse {
    border-width: 0 1px 1px 1px !important;
}

.announcements ul {
    list-style-type: circle;
}

    .announcements ul li {
        margin-bottom: 10px;
    }

.announcements a {
    text-decoration: none;
    color: #000000;
}

.accordion-button:focus {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.accordion-button.collapsed {
    border-bottom-width: 1px;
    background-color: #dfdfdf;
}



.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* The Overlay (background) */
.overlay {
    display: flex;
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    background: linear-gradient(131deg,#7e055a 20.28%,#00144e 65.59%);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .overlay-content .mobile-menu {
        margin: 40px 0;
    }
/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    line-height: 24px;
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover {
        color: rgba(255,255,255,0.5);
        background-color: transparent;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    z-index: 99;
}

.mClose a {
    color: #fff;
}

    .mClose a:hover {
        color: #fff;
        background-color: transparent;
    }

.riskValueList {
    position: absolute;
    font-size: 26px;
    margin-top: 4rem;
    margin-left: .8rem;
    font-weight: bold;
}

.riskValue {
    width: 5.33rem;
    float: left;
    text-align: center;
    color: #fff;
}


.realEstateOther a {
    font-size: 18px;
    font-weight: bold;
    color: #cf152d;
    margin-bottom: 20px;
    text-decoration: none;
    margin-bottom: 15px;
}

.realEstateOther .icons a {
    display: inline-block;
    margin-right: 30px;
}

/*.owl-carousel {
    z-index: 0 !important;
}*/

.owl-carousel .item {
    margin: auto 0;
}

.owl-prev, .owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 20px;
}

    .owl-prev i, .owl-next i {
        transform: scale(2,5);
        color: #ccc;
    }

.card {
    width: 100%;
}

    .card h5 {
        font-family: var(--fontBold);
        font-size: 18px;
        color: #1D2652;
    }

    .card .btn.btn-ruby {
        background: #860852;
        border: none;
        color: white;
        height: 40px;
        min-width: 150px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }

.horizontalRule {
    width: 100%;
    height: 2px;
    background-color: #870052;
    margin: 5px 0 10px 0;
}

.searchBox {
    background-color: #00144e;
}

    .searchBox.card {
        border: none;
        background: #00144e;
        box-shadow: 0px 10px 20px #808080;
        border-radius: 0;
        width: 100%;
    }

    .searchBox h3 {
        color: #fff;
    }

    .searchBox .btn-close {
        background: transparent url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"%3E%3Cpath d="M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z"/%3E%3C/svg%3E') center/1em auto no-repeat;
    }

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 2px;
    caret-color: #fff;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #00144e;
    font-size: 18px;
    bottom: 30px;
    position: relative;
    border-radius: 5px;
    border: none;
}

/*.search-icon:hover {
        color: #870052 !important
    }*/

a:link {
    text-decoration: none
}

.card-inner {
    position: relative;
    display: flex;
    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: .25rem;
    border: none;
    cursor: pointer;
    transition: all 2s
}

    .card-inner:hover {
        transform: scale(1.1)
    }

.mg-text span {
    font-size: 12px
}

.mg-text {
    line-height: 14px
}

.btn-light {
    border-color: #d4d4d4;
}

    .btn-light:hover {
        border-color: #ced4da;
    }


.dropdown-menu .datepicker-days, .dropdown-menu .datepicker-months, .dropdown-menu .datepicker-years {
    color: #505759;
    font-size: 12px;
}

.datepicker td, .datepicker th {
    height: 25px !important;
}

.galleryItemBg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.apexcharts-tooltip-series-group {
    background: #f3f3f3 !important;
    color: #333 !important;
}


.popupStyle {
    max-width: 640px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) !important;
}

    .popupStyle .close {
        cursor: pointer;
        position: absolute;
        margin: 8px;
        border: 0px;
        background-color: transparent;
        font-size: 18px;
        right: 0;
        font-weight: bold;
        font-family: cursive;
    }

.anasayfaSection .box a {
    color: #fff;
}

    .anasayfaSection .box a:hover svg {
        font-size: 28px;
    }

.anasayfaSection .box h1 {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
}

.anasayfaSection .box .text {
    font-size: 15px;
}

.anasayfaSection .box svg {
    font-size: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .anasayfaSection .box svg path {
        fill: #bb4f8f;
    }


.searchButton, .mOpen {
    border: none;
}

    .searchButton svg, .mOpen svg {
        font-size: 26px;
    }

        .searchButton svg path, .mOpen svg path {
            color: #870052;
        }

section.anasayfaSection .box > a > .row:first-child {
    min-height: 70px;
}

.customDots {
    margin-top: -50px !important;
    position: sticky;
    z-index: 5;
}

    .customDots > .owl-dot span {
        background-color: #870052 !important;
    }
    .customDots > .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #00144e !important;
    }



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: -0.5px;
        color: #660d36;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}




@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 1400px) {
    /* Bump up size of carousel content */
    header .header-img {
        margin-left: -1230px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-light .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 1200px) {
    .homepage-slider {
        background-position: center;
    }

    .bcg h3 {
        font-size: 45px;
        font-weight: 700;
    }

    .bcg p {
        font-size: 16px;
        font-weight: 700;
    }

    header .header-img {
        margin-left: -1190px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    header .header-img {
        margin-left: -1020px;
    }
}

@media (max-width: 768px) {
    footer {
        text-align: center !important;
    }

        footer .socialMedia {
            text-align: center !important;
            margin-top: 20px;
        }

        footer .clearfix {
            margin-top: 0 !important;
        }

        footer a {
            text-align: center !important;
            display: block;
        }

    .funds .col {
        flex: initial;
        margin-bottom: 5px;
    }

        .funds .col a {
            display: block;
            width: 100%;
        }

    .graph .col {
        flex: initial;
        margin-bottom: 5px;
    }

    .contactDiv .row div {
        text-align: center;
    }
}

@media (max-width: 767px) {
    header .header-img {
        margin-left: -940px;
    }

    #footer-bottom-menu .menu > div.col-auto {
        width: 100%;
        margin-bottom: 8px;
    }
}


@media (max-width: 425px) {
    .marketing .col {
        flex: initial;
    }

    header .header-img {
        margin-left: -910px;
    }

    .search .search-input {
        font-size: 14px;
    }

    .bcg h3 {
        font-size: 42px;
    }

    .bcg p {
        font-size: 15px;
    }

    .carousel-caption .btn-light {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .bcg {
        background-position: right;
        background-image: none !important;
    }

    .bannerText {
        padding: 20px;
    }

    .bannerRow {
        min-height: 450px;
    }

    .carousel-caption {
        color: #660d36;
    }

    .homepage header {
        background: white;
    }

    .homepage main {
        margin-top: 0px;
    }

    section.anasayfaSection .box {
        margin-bottom: 40px;
    }

        section.anasayfaSection .box:last-child {
            margin-bottom: 0;
        }

    #footer-bottom-menu .menu {
        justify-content: center;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #870052;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


@media all and (max-width: 575px) {
    section.anasayfaSection .box > a > .row > div:first-child {
        padding-left: 40px;
    }

    section.anasayfaSection .box > a > .row:first-child > div:first-child {
        width: 100px !important;
    }
}

.fintechBrand > div > a {
    display: block;
    border: 1px solid #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 0;
}

    .fintechBrand > div > a:hover {
        box-shadow: 0 3px 10px rgb(252 80 0 / 0.5);
    }

section.anasayfaSection {
    padding: 80px 0 !important;
    background: linear-gradient(131deg,#7e055a 20.28%,#00144e 65.59%);
    margin: 0 !important;
}

    section.anasayfaSection img {
        max-height: 80px;
    }

.borderRibbon {
    margin-bottom: 20px;
}

    .borderRibbon:before {
        content: '';
        position: absolute;
        background-image: url("/assets/qnb/BorderRibbonLeft.png");
        background-repeat: no-repeat;
        background-position: left 0px top 0px;
        width: 71px;
        height: 95px;
    }

    .borderRibbon > div {
        background-image: url("/assets/qnb/BorderRibbonRight.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        min-height: 120px;
        margin: auto 20px;
    }

    .borderRibbon h1 {
        font-size: 19px;
        color: #870052;
    }

.fundCompare .form-switch {
    padding: 10px;
    padding-left: 2.5em;
}

    .fundCompare .form-switch .form-check-input {
        width: 4rem;
        height: 1.5rem;
        margin-right: 1rem;
        margin-top: 0;
    }

.allfund .nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*image gallery*/
.allfund .image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
    border-radius: 10px;
    overflow: hidden;
}

    .allfund .image-checkbox input[type="checkbox"] {
        display: none;
    }

.allfund .image-checkbox-checked {
    border-color: #4783B0;
}

.allfund .image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.allfund .image-checkbox-checked .fa {
    display: block !important;
}

.field-validation-error {
    color: red;
}

.btn-custom {
    color: #fff;
    background-color: #870052;
    border-color: #8c0b59;
}

    .btn-custom:hover {
        color: #fff;
    }

.whichFund > fieldset {
    display: none;
}

.whichFund h1 {
    margin-top: 20px;
    font-size: 20px;
}

.whichFund .wizard {
    margin: 40px auto;
}

    .whichFund .wizard .col {
        display: table;
    }

        .whichFund .wizard .col .box {
            background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg.png);
            background-repeat: no-repeat;
            background-position-x: center;
            background-position-y: center;
            height: 70px;
            font-size: 20px;
            padding-right: 30px;
            display: table-cell;
            vertical-align: middle;
        }


    .whichFund .wizard .active {
        background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg_Hover.png) !important;
    }

    .whichFund .wizard .finish .box {
        background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg_Finish.png);
    }

.whichFund fieldset .content, .whichFund fieldset .contentrisk {
    margin: 40px 0;
}

.whichFund .content .box {
    cursor: pointer;
    display: grid;
    justify-content: center;
    min-height: 150px;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 20px solid #116fc4;
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.whichFund .content .noborder {
    cursor: pointer;
    background-color: #fff;
    border-radius: initial;
    border: none;
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 10px;
}

.whichFund .content .box > .circle {
    display: flex;
    background-color: #116fc4;
    width: 100px;
    height: 100px;
    padding: 25px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
}


.whichFund .content div.active {
    background-color: #116fc4;
    color: #fff;
    border-bottom-color: #05205f;
}

    .whichFund .content div.active > .circle {
        background-color: #fff;
        color: #116fc4;
    }

        .whichFund .content div.active > .circle img {
            filter: invert(43%) sepia(100%) saturate(6387%) hue-rotate(195deg) brightness(100%) contrast(106%);
        }

.whichFund .contentrisk .risk {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 18px;
    padding-bottom: 10px;
    background-size: contain;
    background-image: url(/assets/img/risk.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    .whichFund .contentrisk .risk:hover {
        background-image: url(/assets/img/risk-hover.png);
    }

.whichFund .contentrisk .active .risk {
    background-image: url(/assets/img/risk-hover.png);
}

.whichFund .contentrisk .riskBorder {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    border-radius: 20px;
    background: rgb(0,15,51);
    background: -moz-linear-gradient(90deg, rgba(0,15,51,1) 0%, rgba(78,152,211,1) 77%, rgba(78,152,211,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,15,51,1) 0%, rgba(78,152,211,1) 77%, rgba(78,152,211,1) 100%);
    background: linear-gradient(90deg, rgba(0,15,51,1) 0%, rgba(78,152,211,1) 77%, rgba(78,152,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f33",endColorstr="#4e98d3",GradientType=1);
}

/* Style the form */
.whichFund #regForm {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 30px;
    min-width: 300px;
}

/* Style the input fields */
.whichFund input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

    /* Mark input boxes that gets an error on validation: */
    .whichFund input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.whichFund .tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.whichFund .step {
    height: 70px;
    width: 120px;
    margin: 0 2px;
    padding: 20px;
    padding-left: 0;
    font-size: 22px;
    background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg.png);
    border: none;
    display: inline-block;
}

    /* Mark the active step: */
    .whichFund .step.active {
        background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg_Hover.png);
    }

    .whichFund .step:last-child {
        background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg_Finish.png);
    }

    .whichFund .step.active:last-child {
        background-image: url(/assets/img/WhichFundIsForMe_Tab_Bg_Finish_Hover.png);
    }


ul.socialMedia {
    list-style-type: none;
    padding: 0;
}

    ul.socialMedia li {
        display: inline-block;
        margin-right: 15px;
        font-size: 24px;
    }

        ul.socialMedia li a {
            color: #870052;
        }

