/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    color: #444444;
}

a {
    color: #ffc451;
}

a:hover {
    color: #ffd584;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    /*background-color: #1b1b1b;*/
}

#header.header-scrolled, #header.header-inner-pages {
    background: rgba(255, 255, 255, 0.9);
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo a span {
    color: #ffc451;
}

#header .logo img {
    max-height: 50px;
}

/* ----- NEW HEADER TEST ----- */

#header .navbar {
    background-color: transparent !important;
    padding: 0px !important;
    position: relative;
}

#header .navbar .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

#header .navbar .navbar-brand img {
    width: 135px;
}

#header .navbar .navbar-brand-left img {
    width: 150px;
}

#header .navbar .navbar-collapse.collapsing, #header .navbar .navbar-collapse.show {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

#header .navbar .navbar-collapse.collapsing li:not(.last), #header .navbar .navbar-collapse.show li:not(.last) {
    border-bottom: 1px solid;
}

#header .navbar .btn-item {
    padding: .5rem 1rem;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 28px 10px 0;
}

.nav-menu a:not(.nav-btn) {
    display: block;
    position: relative;
    color: #505F98 !important;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.nav-menu a:not(.nav-btn):hover, .nav-menu .active>a:not(.nav-btn), .nav-menu li:hover>a:not(.nav-btn) {
    color: #257DC1 !important;
}

/* Join Now Button */

.nav-btn {
    color: #fff !important;
    border-radius: 4px;
    padding: 0px 25px 0px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
    background-color: #111B47;
    border-radius: 2px;
    height: 26px;
    line-height: 26px;
}

.join-now-btn:hover {
    background-color: #FFD166 !important;
    color: #FFF !important;
}

.sign-in-btn {
    background-color: #FFD166 !important;
}

.sign-in-btn:hover {
    background-color: #111B47 !important;
    color: #FFF !important;
}

@media (max-width: 768px) {
    .rightSide {
        margin-right: 35px;
    }
    .join-now-btn {
        margin: 0 0px 0 0;
        padding: 0px 7px 0px 7px;
    }
}

/*--------------------------------------------------------------
  # home Section
  --------------------------------------------------------------*/

#home {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    background-size: 50%;
    position: relative;
    background-image: url(/images/banner_bg3.svg);
    background-position: right -0px top 0px;
    background-repeat: no-repeat;
}

#home .bannerRightImg {
    position: absolute;
    right: 0;
    top: -80px;
    width: 62%;
}

#home .bannerRightImg img {
    width: 100%;
    max-height: 1350px;
}

#home .container {
    position: relative;
}

#home h1 {
    margin: 20px 0 20px 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #091133;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

#home h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

#home p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 45px;
    color: #505F98;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
}

#home .getStarted {
    background-color: #111B47;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.3s;
    color: #FFF;
    display: inline-block;
    margin-top: 20px;
}

#home .getStarted:hover {
    background-color: transparent;
    color: #111B47;
}

#home .centerIcon {
    margin-top: 10px;
}

#home .centerIcon img {
    margin: 0 12px;
}

@media (min-width: 1024px) {
    #home {
        background-attachment: inherit;
    }
}

@media (max-width: 1024px) {
    #home {
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        height: 450px;
    }
    #home h1 {
        margin: 50px 0 20px 0;
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
        color: #091133;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }
    #home p {
        font-size: 16px;
        line-height: 25px;
    }
}

.purple_line {
    margin-right: 0;
    margin-left: 0;
    background-image: url(/images/purple_line.svg);
    background-position: 0 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #402e5b;
}

/* @media (min-width: 481) and (max-width: 1024px) {
    #home #homeText {
      margin-bottom: 200px;
    }
  } */

@media (max-width: 1022px) {
    #home {
        background-image: url(/images/banner_bg.svg);
    }
}

@media (max-width: 840px) {
    .mobile-nav-toggle {
        top: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    #home #homeText {
        padding-right: 0px !important;
    }
    #home h1 {
        font-size: 36px;
        line-height: 38px;
    }
    #home h2 {
        font-size: 13px;
        line-height: 16px;
    }
    #home p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    #home {
        background-image: url(/images/banner_bg.svg);
        height: auto;
        background-position: right -200px top 0px;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% 100%;
        padding-bottom: 25px;
    }
    .mobile-nav-toggle {
        top: 8px;
    }
    #home h1 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    #home h2 {
        font-size: 14px;
        line-height: 18px;
    }
    #home p {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
    }
    #home .container {
        text-align: center;
    }
    #home .portfolio .portfolio-container {
        height: 200px !important;
        overflow: hidden !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }
}

@media (max-width: 880px) {
    #home .bannerRightImg {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/

section {
    padding: 100px 0;
    overflow: hidden;
}

section p {
    color: #6F7CB2;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.section-title {
    padding-bottom: 20px;
}

.section-title h1 {
    font-size: 36px;
    font-weight: 500;
    padding: 0;
    line-height: 48px;
    margin: 0 0 10px 0;
    color: #091133;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    color: #FFF;
    font-weight: 400;
}

@media (max-width: 768px) {
    .section-title h1, .features-title h1, .suppliers-title h1 {
        font-size: 22px;
        line-height: 27.6px;
        text-align: center;
    }
    .section-title, .features-title, .suppliers-title {
        padding-bottom: 0;
    }
    section {
        padding: 30px 0;
    }
    section p {
        font-size: 15px;
        line-height: 22px;
    }
}

/*--------------------------------------------------------------
  # Features Section
  --------------------------------------------------------------*/

.features {
    background-color: #FFF;
}

.features-title {
    text-align: center;
    color: #091133;
    /*padding-bottom: 35px;*/
}

.features .icon-box {
    padding: 70px 0px 0 0px;
    transition: all ease-in-out 0.3s;
    text-align: left;
}

.features .icon-box .icon {
    margin: 0;
    margin-bottom: 15px;
    height: 36px;
    width: 36px;
    transition: 0.3s;
}

.features .icon-box .icon img {
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.features .icon-box h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #091133;
}

.features .icon-box p {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
    color: #5D6970;
}

.features .icon-box:hover {
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .features {
        text-align: center;
    }
    .features .contentInner {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .features .icon-box {
        padding-top: 20px;
        text-align: center;
    }
    .features .icon-box .icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .features .iconic img {
        margin-bottom: 35px;
    }
}

/*--------------------------------------------------------------
  # Suppliers
  --------------------------------------------------------------*/

.suppliers-title {
    text-align: center;
    color: #091133;
    padding-bottom: 35px;
}

.suppliers {
    text-align: center;
}

.suppliers .supplier-box {
    transition: all ease-in-out 0.3s;
    text-align: center;
}

.suppliers .supplier-box {
    margin: 0;
    margin-bottom: 15px;
    transition: 0.3s;
}

.suppliers .supplier-box:hover {
    transform: scale(1.3);
    cursor: pointer;
}

@media (max-width: 768px) {
    .suppliers .supplier-box {
        padding-top: 20px;
        width: 50%;
        margin: auto;
        text-align: center;
    }
}

/*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/

.pricing {
    background-color: #FFF;
    background-image: url(/images/rectangle.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 175px;
    text-align: center;
    width: 100%;
    min-height: 700px;
}

.pricing h1 {
    text-align: center;
}

.pricing p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
}

.pricing h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 66px;
    margin: 35px 0 10px 0;
    color: #222F65;
    text-align: center;
}

.pricing h3 small {
    font-size: 20px;
    font-weight: 400;
}

.pricing h4 {
    font-size: 16px;
    color: #37447E;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-align: center;
}

.pricing h5 {
    font-size: 14px;
    color: #5D6970;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0;
}

.pricing .purchase-btn {
    background-color: #111B47;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    border-radius: 2px;
}

.pricing .purchase-btn:hover {
    background-color: #FFD166;
}

@media (max-width: 768px) {
    .pricing {
        padding-top: 30px;
        text-align: center;
        background-image: none;
        background-color: #f3f6ff;
    }
}

@media (max-width: 767px) {
    .pricing .offset-3 {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#footer {
    background: #E7ECFF;
    padding: 0 0;
    color: #fff;
    font-size: 12px;
}

#footer.sign-footer {
    width: 100%;
    height: 100px;
    bottom: 0;
}

.sign-footer .footer-bottom {
    background: #E7ECFF;
}

#footer .footer-top {
    background: #E7ECFF;
    padding: 15px 0;
}

#footer .footer-top .logo img {
    max-height: 40px;
}

#footer .footer-top .leftSide {
    color: #939EA4;
}

#footer .social-links a {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer-bottom .container {
    padding: 0 0 0 0;
    border-top: #CDD1D4 solid 1px;
}

#footer .footer-bottom .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 400;
    color: #FDFEFE;
    position: relative;
    padding-bottom: 10px;
}

#footer a.credit {
    color: #939EA4;
    display: block;
}

#footer a.policy {
    color: #939EA4;
}

#footer a.credit:hover, #footer a.policy:hover {
    color: #828a8f;
}

@media (max-width: 768px) {
    #footer .footer-top .footer-links, #footer .footer-top .footer-newsletter {
        display: inline-block;
        width: 50%;
    }
    #footer .container {
        flex-direction: column;
    }
    #footer .rightSide {
        margin-right: 0;
        padding-top: 15px;
    }
    .footer-bottom .row {
        margin-left: 0;
        margin-right: 0;
    }
    #footer .d-none {
        display: block !important;
    }
    #footer .footer-info {
        text-align: left !important;
    }
    #footer .footer-top {
        padding: 20px 0 20px 0;
    }
}

/* FormSec and */

#formSec {
    /*background-color: #f3f6ff;*/
    background-color: #FFF;
    padding: 110px 0 75px 0;
    min-height: calc(100vh - 100px);
    justify-content: center;
    align-items: center;
    display: flex;
}

#formSec .formTitle h1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

#formSec .formTitle h1 {
    font-weight: 300 !important;
    color: #111B47;
}

#formSec aside {
    background-color: #ffffff;
    border-radius: 8px;
    width: 95%;
    max-width: 450px;
    -webkit-box-shadow: 0 0 10px 3px #C7C7C7;
    box-shadow: 0 0 10px 3px #C7C7C7;
    padding: 17px;
}

#formSec hr.sep {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

#formSec form h4 {
    font-size: 15px;
    font-weight: normal;
    color: #181818;
    margin-top: 15px;
    margin-bottom: 5px;
}

#formSec input[type=text], #formSec input[type=password], #formSec input[type=email] {
    width: 100%;
    font-size: 15px;
    padding: 5px 10px;
    border: #ccc solid thin;
    border-radius: 3px;
}

#formSec button[type=submit] {
    width: 100%;
    margin-top: 20px;
    background-color: #111B47;
    color: #ffffff;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    border: none;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
}

#formSec button[type=submit]:hover {
    background-color: #ffc451;
}

#formSec .forgot_pass {
    color: #614264;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

#formSec .forgot_pass:hover {
    text-decoration: underline;
}

/* -- Other -- */

#input_errors {
    color: #b90b0b
}

.g-recaptcha {
    display: inline-block;
    padding-top: 20px;
}

div.terms-privacy-alert {
    padding: 10px 30px 0px 30px;
}

.price-bold {
    font-weight: 600 !important;
}

mark {
    color: #2b3a75 !important;
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient( to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.undragable_image {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}