@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600&display=swap');

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}


::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3E1D8A;
    border-radius: 10px;
}

a {
    color: #C89900;
}

a:hover,
a:active,
a:focus {
    color: #b39123;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding: 0;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

.back-to-top {
    position: fixed;
    display: none;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

.dropdown-menu a {
    display: block;
    padding: 0px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


.social-links {
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 99;
}

.social-links span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #24004E;
    right: 10px;
    position: relative;
}

.linkedin {
    background-color: #0A66C2;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-links a {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 36px;
    transition: 0.3s;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

#nav-menu-container {
    float: left;
    margin: 0;
}

.nav-menu a {
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-transform: unset;
    outline: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #2A0052;
}

.nav-menu>li {
    margin-left: 6px;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    background: #9455C5;
    border-radius: 10px;
    color: #fff;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff5de;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #2dc997;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

#mobile-nav-toggle {
    position: fixed;
    left: 0;
    top: 10px;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #7147d2;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 60px;
    bottom: 0;
    z-index: 999;
    background: #5F1EB2;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #2dc997;
}

#mobile-nav ul .menu-item-active {
    color: #2dc997;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


.footer {
    background: #ffffff;
    padding: 0px 0;
    position: relative;
    z-index: 999;
}

.footer .copyright {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #24004E;
    margin: 10px 0px 20px 0px;
}

.footer h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #24004E;
    margin-bottom: 5px;
}

.footer .links {
    list-style-type: none;
    padding-left: 0px;
    list-style-type: none;
    padding-left: 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #24004E;
}

.footer .links a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #24004E;
}

.footer .mail {
    color: #C89900 !important;
    font-weight: 600 !important;
}

.footer .mail:hover {
    color: #f1bb0c !important;
    text-shadow: none !important;
}

.footer .links a:hover {
    color: #9455C5;
}

.footer .social-links {
    position: initial;
}

.footer .social-links a {
    display: inline-block;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }

    .container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (max-width: 991px) {
    .back-to-top {
        bottom: 15px;
    }


    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #about .about-container .title {
        padding-top: 15px;
    }

    .container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

body {
    background: rgba(1, 1, 1, 0);
}

body.opened-menu {
    background: rgba(1, 1, 1, 0.8);
}

body {
    background: rgba(1, 1, 1, 0);
}

body.opened-menu {
    background: rgba(1, 1, 1, 0.8);
}


.container p {
    font-family: Code Pro LC;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #24004E;
}

.policy {
    background: #ffffff;
    padding: 150px 0px 0px 0px;
    z-index: 999;
}

.right-policy span {
    color: #9455C5 !important;
    font-weight: 600;
}

.right-policy ul {
    padding-left: 20px;
}

.right-policy ul li {
    font-family: Code Pro LC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 35px !important;
    color: #24004E;
    text-align: justify;
}

@media only screen and (max-width: 800px) {
    .left-policy {
        display: none;
    }
}

.left-policy {
    position: sticky;
    top: 80px;
    height: 700px;
    overflow: hidden;
}

.left-policy:hover {
    position: sticky;
    top: 80px;
    height: 700px;
    overflow: auto;
}

.left-policy h3 {
    font-family: Code Pro LC;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #24004E;
}

.left-policy .topics {
    list-style-type: none;
    padding-left: 0px;
}

.left-policy .topics li {
    padding: 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.left-policy .topics li a {
    font-family: Code Pro LC;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #24004E;
}

.left-policy .topics li a:hover {
    color: #6500AB;
}

.policy img {
    max-width: 100% !important;
    margin-bottom: 20px;
}

.policy h1 {
    margin-bottom: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #24004E;
}

.policy p {
    font-family: Code Pro LC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: #24004E;
    text-align: justify;
}

.policy h2 {
    font-family: Code Pro LC;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #24004E;
}


.mobile-view {
    display: none;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu a {
        padding: 7px 7px 7px 7px;
        font-size: 14px;
        line-height: 22px;
    }

    .container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-menu a {
        padding: 10px !important;
    }

    #mobile-nav-toggle {
        margin: 10px 20px 0 6px;
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #mobile-nav-toggle i {
        color: #7147d2;
    }

    #hero {
        padding-top: 60px;
    }

    #header {
        background: #fff;
        z-index: 9999;
    }

    body.mobile-nav-active #header.header-fixed,
    body.mobile-nav-active #header {
        z-index: 99 !important;
    }

    body.mobile-nav-active #mobile-nav-toggle i {
        color: #7147d2;
    }

    .footer .copyright {
        margin: 5px 0px 6px 0px;
        line-height: 24px;
    }

    .footer .copyright br {
        display: none;
    }

    .container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (max-width: 768px) {

    body.mobile-nav-active #header.header-fixed,
    body.mobile-nav-active #header {
        z-index: 99 !important;
    }

    body.mobile-nav-active #mobile-nav-toggle i {
        color: #7147d2;
    }

    #mobile-nav-toggle {
        margin: 0;
        left: 8px;
        top: 8px;
        z-index: 99999;
    }

    #mobile-nav-toggle i {
        color: #7147d2;
    }

    .policy h1 {
        font-size: 22px;
        line-height: 29px;
    }

    .policy p {
        font-size: 16px;
        line-height: 35px;
    }

    .right-policy ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .footer .copyright {
        line-height: 20px;
        font-size: 14px;
        color: #24004E;
        margin: 1px 0px 1px 0px;
    }

    .footer .copyright br {
        display: none;
    }

}

@media (max-width: 480px) {

    .footer .respon-div img {
        display: none;
    }

    .footer .respon-div {
        text-align: center;
    }

    .footer .respon-div .social-links {
        margin-bottom: 15px;
    }

    .intro img {
        max-width: 95%;
        margin: 10px auto;
    }
}

@media (min-width: 320px) {
    .policy {
        background: #ffffff;
        padding: 150px 0px 0px 0px;
        z-index: 999;

    }

    .policy .title {
        font-family: Josefin Sans;
        font-style: normal;
        font-weight: 400;
        font-size: 55px;
        line-height: 55px;
        color: #24004E;
        padding-bottom: 50px;
        text-align: center;
    }

    .policy h2 {
        font-family: Code Pro LC;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 34px;
        color: #24004E;
    }

    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .right-policy ul li {
        font-family: Code Pro LC;
        font-style: normal;
        font-weight: normal;
        font-size: 16px !important;
        line-height: 35px !important;
        color: #24004E;
        text-align: justify;
    }

    .policy p {
        font-family: Code Pro LC;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 34px;
        color: #24004E;
        text-align: justify;
    }
}

@media (max-width: 480px) {
    .mobile-view {
        display: block;
    }

    .web-view {
        display: none;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 300px !important;
        margin: 1.75rem auto;
    }

    .container {
        max-width: 1140px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}