@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    background-color: white;
}


.custom-logo {
    pointer-events: none;
    user-select: none;
}

ul {
    list-style: none; /* Remove default bullets */
}

ul li:not(.nav-item)::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #e31837; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#secondMenu {
    padding: 10px 0;
}

.bg-gray {
    background-color: #f2f2f2;
}

.board-member-container {
    padding-left: 2rem;
    padding-right: 2rem;
}

.bg-cwblue {
    background-color: #64b9de;
    color: white;
}

.bg-cwred {
    background-color: #e83a43;
    color: white;
}

.mega-bg-cwred {
    background-color: #e83a43 !important;
    color: white;
}

.topbar {
    padding: 10px 0px;
    background-color: #64b9de;
    color: white;
    font-size: 0.9rem;
}

.menu-button {
    background-color: #64b9de;
    color: white;
}

.register-button {
    background-color: #e83a43;
    color: white;
}

.button-menu-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.button-menu-item-seperator-right {
    padding-left: 0.3rem;
    padding-right: 0.6rem;
    border-right: solid 0.5px black;
}

.button-menu-item-seperator-left {
    padding-left: 0.6rem;
    padding-right: 0.3rem;
    border-left: solid 0.5px black;
}

.bg-dark-blue {
    background-color: #005ca9;
    color: white;
}


.bg-dark-blue .navbar-nav .nav-link {
    color: white;
}

.soc-med:hover {
    transform: scale(1.2);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    cursor: pointer;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.currency-area {
    background-color: #f5f5f5;
    color: #3c3c3c;
    padding-left: 40px;
    padding-right: 40px;
}

.fa-sort-up {
    color: green;
}

.fa-sort-down {
    color: red;
}

.currency-item {
    padding: 1rem 1.5rem;
    border-left: solid 1px black;
    width: 20%;
    float: left;
}

.currency-item.first {
    border: none;
}

.currency-name {
    font-size: 0.8rem;
}

.currency-heading {
    font-size: 0.8rem;
}

.search-icon {
    background-color: white;
    border-right: none;
}

.search-suggestion {
    font-size: 0.9rem;
    cursor: pointer;
}

.search-suggestion:hover {
    color: #000000;
    transform: scale(1.02);
}

.services-block {
    background-color: #f5f5f5;
    padding-left: 0px;
    padding-right: 0px;
    border-left: solid white 10px;
}

.featuredservices-block {
    /* background-color: #eaeaea; */
    background-color: #f5f5f5;
}

.services-heading {
    color: #6f6f6f;
    text-align: center;
}

#service-calculator > .nav-item {
    background-color: #f5f5f5;
    color: #b6b6b6;
    border-right: solid 1px #b6b6b6;
}

#service-calculator > .active {
    background-color: #005da3;
    color: white;
    border: solid 1px #005da3;
}

.service-list {
    border-right: solid 1px #b6b6b6;
}

.service-name {
    font-size: 1.1rem;
    color: #bfbdbe;
    margin: auto;
    font-width: normal;
    cursor: pointer;
}

.servname-bold {
    font-weight: 700;
    color: #64b9de;
}

.service-icon-active {
    display: block;
}

.service-icon-inactive {
    display: none;
}

.color-service-icon {
    display: none;
}

.selectpicker, .transparent {
    padding: 2%;
    background-color: #f5f5f5;
    text-align: center;
    line-height: normal;
    border: solid 0.5px #b6b6b6;
}

.full {
    width: 100%;
}

.wide {
    width: 70%;
}

.medium {
    width: 45%;
}

.narrow {
    width: 25%;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #2b9cc6;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #2b9cc6;
    cursor: pointer;
    border-radius: 50%;
}

.carousel-control-prev {
    bottom: -90%;
    left: 85%;
}

.carousel-control-next {
    bottom: -90%;
    left: 90%;
}

.curr-calc-name {
    font-size: 20px;
    color: #e31837;
    font-weight: bold;
}

.active-curr-calc-name {
    color: #64b9de !important;
}

.footer-top {
    background-color: #dddddd;
    padding-top: 2%;
}

.footer-menu-heading {
    color: #717171;
    font-size: 1rem;
    font-weight: bolder;
}

.footer-menu-list {
    text-align: left;
    padding: 0px;
    list-style-type: none !important;
    margin: 0px;
}

.footer-menu-list > li:before {
    content: "";
}

.footer-menu-list > li {
    color: #838383;
    font-size: 0.9rem;
    font-weight: normal;
}

.footer-menu-list > li > a {
    color: #838383;
    font-size: 0.9rem;
    font-weight: normal;
    list-style-type: none;
}

.footer-menu-list > li > a:visited {
    color: #838383;
    font-size: 0.9rem;
    font-weight: normal;
    list-style-type: none;
}

.footer-bottom {
    background-color: #272727;
    padding-top: 2%;
}

.footer-bottom .nav-link {
    font-size: 0.9rem;
    color: #818181;
}

.footer-bottom .navbar {
    width: 100%;
}

.copyright-text {
    font-size: 0.7rem;
    color: #818181;
}

/* Digital Page */

/* Container holding the image and the text */
.image-container {
    position: relative;
    text-align: center;
    color: white;
}

/* Top left text */
.digital-heading {
    position: absolute;
    top: 200px;
    left: 110px;
    font-weight: bolder;
    max-width: 20%;
    font-size: 1.2rem;
    text-align: left;
}

/* Bottom right text */
.digital-text-part-right {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #000000;
    width: 50%;
    text-align: right;
}

.digital-text-part-left {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #000000;
    width: 30%;
    text-align: right;
}

.digital-service-img, .category-image {
    max-width: 100%;
    text-align: center;
    padding: 10%;
}

.service-container:hover {
    transform: scale(1.02);
}

.digital-service-container:hover {
    transform: scale(1.02);
}


.property-img {
    width: 90%;
    text-align: center;
}

.property-img:hover {
    transform: scale(1.2);
}

.digital-service-name {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.2rem;
    font-weight: bold;
    margin: auto;
    color: #005ca9;
    text-decoration: none !important;
    overflow: hidden;
}

.local-pay-service-name {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.2rem;
    font-weight: bold;
    margin: auto;
    color: #005ca9;
    text-decoration: none !important;
    overflow: hidden;
}

.digital-service-container:hover .digital-service-name {
    color: #e31837;
    text-decoration: none !important;
}

.local-pay-service-container.active .local-pay-service-name {
    color: #e31837;
    text-decoration: none !important;
}

.local-pay-service-container {
    cursor: pointer;
}

.service-container:hover .digital-service-container:hover {
    color: #64b9de;
    text-decoration: none !important;
}

.creditwest-red {
    color: #e31837;
}

.creditwest-blue {
    color: #64b9de;
}

p {
    padding-top: 1%;
    padding-bottom: 1%;
}

.IKBox {
    padding: 2%;
}

.IKHeading {
    font-weight: bold;
    font-size: 1.1rem;
    padding-left: 1rem;
}

.IKHeading:before {
    content: url('img/list_arrow_right.png');
    padding-right: 1rem;
}

.IKContent {
    display: none;
    padding-left: 5%;
    padding-right: 5%;
}

/* Original design

.IKBox {
    padding: 2%;
}

.IKHeading {
    font-weight: bolder;
    font-size: 1.7rem;
    padding-left: 1rem;
}

.IKHeading:before {
    content: url('img/w-logo.png');
    padding-right: 1rem;
}

.IKContent {
    display: none;
    padding-left: 5%;
    padding-right: 5%;
}

 */

/* Creditwest services page  */
.cwservices h1 {
    color: #e31837;
    padding-bottom: 0.5rem;
}

.cwservices h2 {
    color: #e31837;
    padding-bottom: 0.5rem;
}

.cwservices h3 {
    color: #64b9de;
    padding-bottom: 0.5rem;
}

.cwservices h4 {
    color: #64b9de;
    padding-bottom: 0.5rem;
}

.cwservices h5 {
    color: #64b9de;
    padding-bottom: 0.5rem;
}

.cwservices .wpb_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}


.cw-breadcrumb, .cw-breadcrumb a {
    font-size: 0.75rem;
    font-weight: bolder;
    color: #212529;
}

.cw-breadcrumb a:visited {
    font-size: 0.75rem;
    font-weight: bolder;
    color: #212529;
    text-decoration: none !important;
}

.service-container .normal {
    display: block;
}

.service-container .cw-color-icon {
    display: none;
}

.service-container:hover .normal {
    display: none;
}

.service-container:hover .cw-color-icon {
    display: block !important;
}


.digital-service-container .cw-color-icon {
    display: none;
}

.digital-service-container:hover .normal {
    display: none;
}

.digital-service-container:hover .cw-color-icon {
    display: block !important;
}

.shortcut-box a {
    text-decoration: none;
    color: #212529;
}

.shortcut-box a:visited {
    text-decoration: none;
    color: #212529;
}

.content-area-boxed {
    border: none;
    box-shadow: 2px 5px 10px 0px #ccc;
    border-radius: 10px;
}

.btn-cw-blog {
    border: 1px solid #a0a0a0;
    color: #a0a0a0 !important;
    margin: 0.3rem;
}

.btn-cw-blog:visited {
    color: #a0a0a0 !important;
}

.blog-container {
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    min-height: 250px;
    position: relative;
}

.cw-blog-name {
    color: white !important;
    text-decoration: none !important;
    font-weight: 900;
}

.cw-blog-category {
    color: white !important;
    background-color: #e93745;
    border-color: #e93745;
}

.blog-container-text {
    position: absolute;
    bottom: 0;
}

.equal-height {
    display: flex !important;
}

.homecarousel {
    background: black;
}

.homecarousel img {
    opacity: 0.5;
}

a {
    color: #64b9de;
}

a:visited {
    color: #64b9de;
}

.whatsapp-link, .whatsapp-link:visited {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.nav-item:hover {
    transform: scale(1.02);
}

.open-positions {
    background: url("/wp-content/uploads/2022/01/munhal.jpg");
    text-align: center;
    color: white;
}

#langmenu:hover {
    font-weight: normal !important;
}

.lang-item:hover {
    color: #89061a;
}

.footer-menu-list > .nav-item > a:hover {
    transform: scale(1.02);
}

.highcharts-credits {
    display: none !important;
}

.btn-ik-submenu {
    color: #3c2f27;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

a.ik-submenu {
    color: #3c2f27 !important;
}

.ik-container {
    background-color: #f5f5f5;
    border-radius: 0.25rem;
    padding: 1%;
}

.ik-detail-button {
    background-color: #e43b42;
    color: white;
    border-radius: 0.25rem;
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
}

.ik-desc {
    font-size: 0.8rem;
}

.digital-dark-bg {
    background-color: #013765;
    border: none;
    color: white;
    border-radius: 2rem;
}

.digital-dark-bg h5 {
    color: white;
}

.digital-light-bg {
    background-color: #168eff;
    border: none;
    color: white;
    border-radius: 2rem;
}

.digital-dark-bg h5 {
    color: white;
}

.digital-grey-bg {
    background-color: #f7f7f7;
    border: none;
    padding: 4rem;
    border-radius: 2rem;
    color: #014984;
}

.digital-light-bg h5 {
    color: white;
}

.digital-no-background h5 {
    color: #013765;
}

.digital-button-bg {
    background-color: #013765;
    border: #013765 solid 1px;
    color: white;
    padding: 1rem 5rem;
    border-radius: 1.1rem;
}

.digital-button-bg-red {
    background-color: #e83a43;
    border: #e83a43 solid 1px;
    color: white;
    padding: 1rem 5rem;
    border-radius: 1.1rem;
}

#Content-2345 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.zaman_asimi_header {
    font-size: 2rem;
}

.currency-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}


.serviceform-input {
    padding: 2% !important;
}

#mega-menu-item-1263.mega-current-menu-item > a, #mega-menu-item-1263.mega-current-menu-ancestor > a {
    background-color: #e31837 !important;
    border-color: #e31837 !important;
}

.currency-header-row {
    border-bottom: 1px solid #e83a43;
}

.rates-page-container {
    padding-left: 15%;
    padding-right: 15%;
}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
}

.InternetBanking {
    font-size: 1.5rem;
    color: #e83a43;
    margin: auto;
    padding-right: 1rem;
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

.localpay-button {
    color: white !important;
}

.localpay-button-red {
    color: #013765 !important;
}

@keyframes blinkingText {
    0% {
        color: #0056b3;
    }
    49% {
        color: white;
    }
    50% {
        color: white;
    }
    99% {
        color: white;
    }
    100% {
        color: #0056b3;
    }
}

@media (max-width: 670px) {
    #MenuCredCardArrow{
        display: none;
    }

    .local-pay-service-name {
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 0.7rem;
        font-weight: bold;
        margin: auto;
        color: #005ca9;
        text-decoration: none !important;
        overflow: hidden;
    }

    #btn-back-to-top {
        position: fixed;
        bottom: 120px;
        right: 20px;
        display: block;
    }

    .currency-item {
        padding: 1rem 1.5rem;
        border-left: none;
        width: 100%;
        float: left;
    }

    .digital-service-name {
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 0.9rem;
        font-weight: bold;
        margin: auto;
        color: #005ca9;
        text-decoration: none !important;
        overflow: hidden;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        cursor: pointer;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .services-block {
        border: none !important;
    }

    .digital-button-bg {
        background-color: #013765;
        border: none;
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 0.6rem;
    }


}


/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .currency-item {
        padding: 1rem 1.5rem;
        border-left: none;
        width: 100%;
        float: left;
    }
}


