﻿.sademoji {
    min-height: 275px;
    background: url(../images/sad-moji-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .sademoji div {
        font-size: 20px;
        font-weight: 700;
    }

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.h5, h5 {
    font-size: 1.15rem;
}

a {
    color: #ed502e;
    text-decoration: none;
}

    a:hover {
        color: #f1775d;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.top-text {
    display: initial;
    font-size: 20px;
    position: absolute;
    top: -18px;
    padding-left: 5px;
    color: #f26522;
}

input.error, select.error, textarea.error {
    border: 1px solid #ff5666 !important;
  /*  box-shadow: 0px 0px 5px 5px rgb(255 86 102 / 40%) !important;*/
}

label.error {
    display: none !important;
}

.following-documents01 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}


    .following-documents01 li {
        list-style-type: none;
        background: url(/images/document-icon.png) no-repeat 0px 5px;
        padding: 3px 0px 10px 35px;
        margin: 0;
        color: #0b405a;
        font-weight: bold;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #ed502e;
        border-top-color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ed502e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #f06f54;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #393939;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%);
}

    #header.header-scrolled {
        padding: 10px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

.formBox {
    border-radius: 4%;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    padding: 25px 25px;
    -webkit-box-shadow: 0 0 10px #99989887;
    box-shadow: 0 0 5px #99989887;
}











.Sliderbar {
    width: 100%;
    /*height: 100vh;*/
    background: url(../images/bg.png) top center;
    background-size: cover;
    margin-top: 81px;
    padding: 70px 0px 60px 0px;
}

    .Sliderbar h1 {
        font-size: 45px;
        color: #f26522;
        line-height: 60px;
        font-weight: 500;
        margin-bottom: 30px;
        font-family: 'Oswald', sans-serif;
        margin-top: 40px;
        position: relative;
    }

        .Sliderbar h1 span {
            color: #0b405a;
            font-size: 42px;
            display: block;
        }

    .Sliderbar .circle-icon {
        background: #fff;
        border-radius: 74%;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 50px;
        margin-right: 10px;
        -webkit-box-shadow: 0 0 10px #99989887;
        box-shadow: 0 0 5px #f26522;
        display: list-item;
    }

    .Sliderbar .following-documents {
        margin: 0px;
        padding: 0px;
    }

.form-text p {
    font-size: 22px;
    color: #393939;
    font-weight: 600;
    font-family: 'Bahnschrift';
}

.form-text .following {
    font-family: 'Roboto', sans-serif;
    color: #083e58;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.Sliderbar .following-documents li {
    background-position: 6px 9px;
    list-style-type: none;
    padding: 15px 0px 10px 0px;
    display: flex;
    color: #606060;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}


.formBox .nav-item {
    text-align: center;
    width: 50%;
}

.formBox .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f26522;
}

.formBox .nav-pills .nav-link {
    text-align: center;
    background: #dadada;
    border-radius: 0px !important;
}

.formBox a {
    color: #000
}

.formBox h4 {
    color: #0f53a5;
    margin-bottom: 20px;
    margin-top: 20px;
}

.formBox input::-webkit-input-placeholder {
    opacity: .7;
    font-weight: 200;
}

.formBox label {
    font-size: 15px;
    color: #585858;
}

.formBox .form-control {
    padding: .500rem .75rem;
}

.formBox input {
    background-color: #fff;
    /*opacity: .5;*/
    margin-bottom: 0px;
    border: 1px #696868 solid;
}

.formBox .termsCondns {
    margin-top: 0px;
    color: #585858;
    font-size: 12px;
}

    .formBox .termsCondns a {
        color: #585858;
        text-decoration: underline;
    }

.formBox .btn-primary {
    background-color: #ff6821;
    border: 1px #ff6821 solid;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 0px;
    opacity: initial;
}

/*Our Offering*/
.our-offering {
    background-color: #ff6821;
    padding: 15px 0px 20px 0px;
    color: #fff;
    margin-top: 30px;
}

    .our-offering .circle img {
        width: 210px;
        height: 210px;
        background-color: #fff;
        border: 15px #fff solid;
        border-radius: 50%;
        box-shadow: 0 8px 24px rgb(35 46 59 / 16%);
    }

    .our-offering .box h2 {
        color: #393939;
        font-size: 24px;
        margin-bottom: 35px;
        margin-top: 20px;
    }

    .our-offering .box p {
        font-family: 'Roboto', sans-serif;
        line-height: 20px;
        font-size: 16px;
        font-weight: 300;
        margin-top: 15px;
    }

    .our-offering .box {
        margin-top: -200px;
    }



/*.box_cnt__no-flow {
    overflow: hidden;
}*/

.box_aside {
    width: 82px;
    height: 82px;
    line-height: 80px;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
}

    .box_aside::before {
        content: "";
        position: absolute;
        border: 2px dotted #fff;
        top: -8px;
        bottom: -8px;
        left: -8px;
        right: -8px;
        border-radius: 50%;
    }

    .box_aside img {
        padding-top: 7px
    }

footer {
    margin: 0px;
    background-color: #393939;
    color: #fff;
    padding: 20px 0px;
}

.main-footer {
    display: flex;
    justify-content: space-between;
}

    .main-footer p {
        margin-bottom: 5px;
        color: #ff6821;
        font-size: 14px;
    }

        .main-footer p span {
            font-size: 15px;
            font-weight: 500;
        }

img, svg {
    vertical-align: middle;
}

/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/
@media (max-width: 992px) {
    .our-offering .box {
        margin-top: 0px;
    }

        .our-offering .box h2 {
            text-align: center;
            color: #fff;
        }

    .formBox {
        margin-top: 30px;
    }

    .Sliderbar {
        margin-top: 100px;
        padding: 20px 0px 0px 0px;
    }

        .Sliderbar h1 {
            font-size: 33px;
            margin-bottom: 15px;
            margin-top: 10px;
            line-height: 50px;
        }

            .Sliderbar h1 span {
                font-size: 35px;
                margin-bottom: 15px;
                display: inline;
                padding-left: 10px;
            }

    .financial-services .box {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .main-footer {
        display: block;
        text-align: center;
    }

        .main-footer div {
            margin-bottom: 10px;
        }

    .formBox {
        margin-top: 0px;
    }


    .financial-services {
        padding: 75px 0 50px 0px;
    }
}


@media (max-width: 575px) {
    .financial-services .box {
        margin-left: 15px;
    }

    .Sliderbar h1 {
        font-size: 27px;
    }
}

@media (max-width: 500px) {
}

@media (max-width: 480px) {
    .header {
        display: block !important;
        text-align: center;
        line-height: 30px;
    }

    .Sliderbar h1 span {
        display: block;
        padding-left: 0px;
    }
}

@media (max-width: 380px) {
    .Sliderbar .circle-icon {
        width: 60px;
        height: 45px;
        text-align: center;
        line-height: 40px;
    }
}

.mypopup .modal-header {
    background: #f26522;
    color: #fff;
}

    .mypopup .modal-header .close {
        color: #fff;
        opacity: 5;
    }




.default-btn {
    background-color: #f5821f !important;
    border-color: #f5821f !important;
    border-radius: 20px;
    padding: 5px 25px !important;
}
