@font-face {
    font-family: Chalk Board;
    src: url(../webfonts/Chalk_Board.ttf);
}

body {
    background-color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #122033;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Theme */
#main {
    overflow: hidden;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #72194f;
}

h2 {
    position: relative;
    margin-bottom: 35px;
    font-weight: 400;
    color: #555555;
}

    h2::after {
        background-image: url("../images/title-border.png");
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        width: 100px;
        height: 12px;
        left: 0;
        bottom: -20px;
    }

    h2 strong {
        display: block;
        color: #72194f;
    }

/* Theme */
/* Header */
.user_menu-action span span {
    text-transform: capitalize;
}

.user_menu-action span {
    text-transform: uppercase;
}

.after-login-landing .user_menu {
    margin-left: auto;
}

header#header.after-login-landing .menu-inner {
    display: flex;
}

header#header.after-login-landing nav a.navbar-brand img {
    /*max-height: 23px;*/
    width: 148px;
}

.after-login-landing .navbar-brand:last-child {
    border: none;
}

.after-login-landing .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.after-login-landing .navbar-brand {
    /* padding-top: .3125rem;
    padding-bottom: .3125rem; */
    width: auto;
    border-right: 1px #8e8e91 dashed;
    /* padding-right: 15px; */
    margin-right: 9px;
    padding: 15px 25px 15px 10px;
}


header.after-login-landing {
    background-color: #fff;
    border-bottom: 1px solid #cacaca;
}

    header.after-login-landing nav .navbar-brand svg {
        width: 148px;
    }

    header.after-login-landing nav .navbar-toggler {
        background-color: #fff;
        border: none;
    }

        header.after-login-landing nav .navbar-toggler:focus {
            border: none;
            box-shadow: none;
        }

    header.after-login-landing nav #navbarNav {
        justify-content: end;
    }

        header.after-login-landing nav #navbarNav ul li a {
            font-weight: 300;
            color: #000;
            font-size: 18px;
            margin-bottom: 0;
            padding: 10px 25px;
            border-right: 1px #818992 dashed;
            line-height: 1;
        }

.header.after-login-landing nav #navbarNav ul li:last-child a.active:after {
    left: 25px;
}

.header nav #navbarNav ul li:last-child a.active:after {
    left: 25px;
}

header.after-login-landing nav #navbarNav ul li a:hover {
    color: #fd9b67;
}

header.after-login-landing nav #navbarNav ul li a.active {
    color: #fd9b67;
    position: relative;
    background: transparent;
    font-weight: 600;
}

    header.after-login-landing nav #navbarNav ul li a.active:after {
        content: "";
        /*background-image: url("../images/menu-active-border.png");
                background-repeat: no-repeat;*/
        position: absolute;
        width: 80%;
        height: 5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -10px;
        border-bottom: 2px solid #fd9b67;
    }

.header.after-login-landing nav #navbarNav ul li:last-child a.active:after {
    left: 25px;
}

.header nav #navbarNav ul li:last-child a.active:after {
    left: 25px;
}

header.after-login-landing nav #navbarNav ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

/*header {
  background-image: url("../images/menu-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

header nav .navbar-toggler {
  background-color: #fff;
  border: none;
}

header nav .navbar-toggler:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header nav #navbarNav ul li a {
  font-family: Chalk Board;
  color: #fff;
  font-size: 2vw;
  margin-bottom: 0;
  padding: 18px 25px;
  border-right: 1px #fff dashed;
  line-height: 0;
}

header nav #navbarNav ul li a:hover {
  color: #fd9b67;
}

header nav #navbarNav ul li a.active {
  color: #fd9b67;
  position: relative;
}

header nav #navbarNav ul li a.active:after {
  content: "";
  background-image: url("../images/menu-active-border.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 65%;
  height: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}

header nav #navbarNav ul li:last-child a {
  border-right: none;
  padding-right: 0;
}*/


@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

#slider svg path {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    pointer-events: none;
}

#slider svg .border-svg {
    -webkit-animation: lineanimation 0.7s linear forwards 1;
    animation: lineanimation 0.7s linear forwards 1;
    /*animation-delay:0.6s; */
    opacity: 0;
}

@-webkit-keyframes lineanimation {
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes lineanimation {
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

/* Slider */
/* Ovrview and Login*/
#overview .col-md-12 {
    position: relative;
}

    #overview .col-md-12 .duster {
        position: absolute;
        z-index: 1;
        left: 34%;
        top: -25px;
    }

#overview h2 {
    font-size: 38px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #e96826;
    margin-top: 40px;
}

    /*#overview h2::before {
        content: "Overview";
        color: #d9dbdd;
        font-size: 90px;
        position: absolute;
        top: -30px;
        left: 0;
        z-index: -1;
    }*/

#overview p {
    font-size: 18px;
    color: #555555;
}

.login {
    background: #ea6826;
    background: radial-gradient(circle, #ea6826 0%, #84235e 100%);
    padding: 20px 30px;
    border-radius: 25px 25px 0 0;
    position: relative;
    top: -40px;
}

    .login::after {
        background-color: #fca47d;
        width: 100%;
        height: 5px;
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
    }

    .login .title {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
    }

    .login input {
        background: transparent;
        border-radius: 50px;
        border: 1px #fff solid;
        color: #fff;
        margin: 10px 0;
    }

        .login input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent;
            color: #fff;
            border: 1px #fff solid;
        }

        .login input::-webkit-input-placeholder {
            color: #fff;
        }

        .login input:-ms-input-placeholder {
            color: #fff;
        }

        .login input::-ms-input-placeholder {
            color: #fff;
        }

        .login input::placeholder {
            color: #fff;
        }

    .login .form-text {
        color: #fff;
    }

    .login .forgot-pass {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .login .forgot-pass .submit-button, .login .forgot-pass button {
            background-color: #fcd6c8;
            border: none;
            font-size: 16px;
            text-transform: uppercase;
            border-radius: 50px;
            padding: 5px 20px;
            color: #72194f;
            cursor: pointer;
        }

            .login .forgot-pass .submit-button:hover, .login .forgot-pass button:hover {
                background-color: #e96826;
                color: #fff;
            }

            .login .forgot-pass .submit-button:focus, .login .forgot-pass button:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .login .forgot-pass a {
            color: #fff;
            text-decoration: none;
            font-size: 12px;
        }

            .login .forgot-pass a:hover {
                color: #f9ba9a;
            }

    .login .new-user {
        text-align: center;
    }

        .login .new-user a {
            text-decoration: none;
            color: #fff;
            margin-top: 16px;
            display: inline-block;
            border-bottom: 1px #fff solid;
            font-weight: 600;
        }

            .login .new-user a:hover {
                color: #f9ba9a;
            }

/* Ovrview and Login*/
/* Participate */
#participate .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    #participate .title img {
        width: 170px;
        margin-right: 20px;
    }

    #participate .title h2 {
        font-size: 38px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        color: #e96826;
        margin-top: 10px;
    }

        #participate .title h2::before {
            content: "Participate";
            color: #d9dbdd;
            font-size: 90px;
            position: absolute;
            top: -30px;
            left: 0;
            z-index: -1;
        }

#participate .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

    #participate .col-md-4 svg {
        width: 92%;
    }

    #participate .col-md-4 .participate-top-border svg {
        top: 2px;
        position: relative;
    }

    #participate .col-md-4 .participate-content-middle {
        width: 66%;
        border-left: 4px #f4647a solid;
        padding-left: 30px;
        color: #7d7d7d;
    }

        #participate .col-md-4 .participate-content-middle p {
            margin-bottom: 0;
        }

    #participate .col-md-4 .participate-bottom-border {
        position: relative;
        bottom: 40px;
    }

    #participate .col-md-4.participate-secondbox .participate-content-middle {
        border-color: #616898;
    }

    #participate .col-md-4.participate-thirdbox .participate-content-middle {
        border-color: #f39a6b;
    }

#participate .get-started-btn {
    background-color: #72194f;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    display: table;
    margin: 10px auto 40px auto;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #participate .get-started-btn img {
        margin-left: 5px;
    }

    #participate .get-started-btn:hover {
        background-color: #e96826;
    }

/* Participate */
/* Footer */
footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-top {
    background-color: #72194f;
    border-top: #e96826 3px solid;
    padding: 16px 0;
}

    footer .footer-top p {
        /*margin-bottom: 0;*/
        color: #fff;
        text-align: right;
        font-size: 14px;
    }

    footer .footer-top ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .footer-top ul li a {
            color: #fff;
            text-decoration: none;
            font-family: Chalk Board;
            font-size: 30px;
            margin-right: 40px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            footer .footer-top ul li a:hover {
                color: #e96826;
            }

footer .footer-bottom {
    background-color: #5b133f;
    padding: 15px 0;
}

    footer .footer-bottom .footer-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        footer .footer-bottom .footer-logo a {
            margin-right: 40px;
            border-right: 1px #fff dashed;
            padding-right: 40px;
        }

        footer .footer-bottom .footer-logo p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0;
        }

/* Footer */
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    /* Participate */
    #participate .col-md-4 svg {
        width: auto;
    }

    header#header.after-login-landing .menu-inner {
        padding-left: 25px;
    }

    .after-login-landing .navbar-brand {
        padding-right: 25px;
        margin-right: 25px;
    }

    header#header.after-login-landing nav a.navbar-brand img {
        /*max-height: 28px;*/
        width: 148px;
    }
    header.after-login-landing nav #navbarNav {
        padding-right: 50px;
    }
    .after-login-landing .user_menu {
        padding-right: 20px;
    }
    #participate .col-md-4 .participate-content-middle {
        border-left: 4px #f4647a solid;
    }
    /* Participate */
    header.after-login-landing nav #navbarNav ul li a {
        font-size: 20px;
        padding: 10px 15px;
    }
    header#header.after-login-landing nav #navbarNav ul li a {
        padding: 10px 15px;
    }

    /*header.after-login-landing nav #navbarNav ul li a {
        font-size: 1.5vw;
    }*/
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header.after-login-landing nav #navbarNav ul li a {
        font-size: 18px;
        padding: 10px 15px;
    }

    header nav #navbarNav ul li a {
        font-size: 2.4vw;
    }

    header nav.navbar-light .navbar-brand img {
        max-width: 230px;
    }

    #slider {
        background-position: center right;
    }

    #overview .col-md-12 .duster {
        left: 43%;
    }

    #participate .title img {
        width: 130px;
    }

    footer .footer-top ul li a {
        font-size: 25px;
    }

    footer .footer-top p {
        font-size: 13px;
    }

    footer .footer-bottom .footer-logo p {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header .line {
        fill: none;
        stroke: #f2f6f8;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    header .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    header .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    header .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    header .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    header .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    header .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    header nav.navbar-light .navbar-brand img {
        max-width: 200px;
    }

    header nav.navbar-light .navbar-toggler {
        background: radial-gradient(circle, #ea6826 0%, #84235e 100%);
        border: 1px #a2583d solid;
    }

    header nav.navbar-light #navbarNav ul {
        margin: 16px 0;
    }

        header nav.navbar-light #navbarNav ul li a {
            font-size: 23px;
            border-bottom: 1px dashed #fff;
            border-right: none;
            padding: 23px 0;
        }

            header nav.navbar-light #navbarNav ul li a.active:after {
                display: none;
            }

    #overview .col-md-12 .duster {
        left: 43%;
    }

    #overview p {
        font-size: 16px;
    }

    #overview .login {
        padding: 20px 20px;
    }

        #overview .login .new-user a {
            font-size: 14px;
        }

    #participate .title img {
        width: 110px;
    }

    footer .footer-top ul li a {
        font-size: 20px;
        margin-right: 22px;
    }

    footer .footer-top p {
        font-size: 12px;
    }

    footer .footer-bottom .footer-logo p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    header {
        background-size: cover;
    }

        header .line {
            fill: none;
            stroke: #f2f6f8;
            stroke-width: 6;
            -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        header .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        header .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6;
        }

        header .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        header .opened .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

        header .opened .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6;
        }

        header .opened .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

        header nav.navbar-light .navbar-brand img {
            max-width: 200px;
        }

        header nav.navbar-light .navbar-toggler {
            background: radial-gradient(circle, #ea6826 0%, #84235e 100%);
            border: 1px #a2583d solid;
        }

        header nav.navbar-light #navbarNav ul {
            margin: 16px 0;
        }

            header nav.navbar-light #navbarNav ul li a {
                font-size: 23px;
                border-bottom: 1px dashed #fff;
                border-right: none;
                padding: 23px 0;
            }

                header nav.navbar-light #navbarNav ul li a.active:after {
                    display: none;
                }

    #slider {
        background-position: center right;
    }

    #overview .col-md-12 .duster {
        left: inherit;
        top: -20px;
        right: 0;
    }

        #overview .col-md-12 .duster img {
            width: 50px;
        }

    #overview h2 {
        font-size: 28px;
        margin-top: 0px;
    }

    #overview p {
        font-size: 16px;
    }

    #overview .login {
        width: 80%;
        margin: 0 auto;
    }

    #participate .title img {
        width: 80px;
    }

    #participate .title h2 {
        font-size: 28px;
    }

    #participate .col-md-4 {
        padding-left: 12px;
        padding-right: 12px;
    }

    footer .footer-top p {
        font-size: 12px;
        text-align: center;
        border-top: 1px #fff dashed;
        padding-top: 10px;
        margin-top: 10px;
    }

    footer .footer-top ul {
        text-align: center;
    }

        footer .footer-top ul li a {
            font-size: 22px;
            margin-right: 27px;
        }

    footer .footer-bottom .footer-logo p {
        font-size: 12px;
    }

    footer .footer-bottom .footer-logo a {
        padding-right: 20px;
        margin-right: 20px;
    }

        footer .footer-bottom .footer-logo a img {
            width: 82px;
        }
}

@media (max-width: 575px) {
    header#header.after-login-landing nav a.navbar-brand img {
        /*max-height: 28px;*/
        width: 148px;
    }

    #slider {
        padding-bottom: 80px;
    }

    #overview .col-md-12 .duster {
        top: -58px;
        right: 50px;
    }

        #overview .col-md-12 .duster img {
            width: 37px;
        }

    #overview .login {
        width: 100%;
    }

    footer .footer-bottom .footer-logo {
        display: block;
    }

        footer .footer-bottom .footer-logo a {
            margin-bottom: 10px;
            border: none;
            display: block;
        }
}
/*# sourceMappingURL=style.css.map */
footer .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-top {
    background-color: #72194f;
    border-top: #e96826 3px solid;
    padding: 16px 0
}

    <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"> {
        /*margin-bottom: 0;*/
        color: #fff;
        text-align: right;
        font-size: 17px
    }

        footer .footer-top p a, footer .footer-top a a {
            color: #fff;
            text-decoration: none
        }

            footer .footer-top p a:hover, footer .footer-top a a:hover {
                color: #fff
            }

    footer .footer-top .footer-inner-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        footer .footer-top .footer-inner-left ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            footer .footer-top .footer-inner-left ul li {
                margin-top: 10px
            }

                footer .footer-top .footer-inner-left ul li a {
                    color: #fff;
                    text-decoration: none;
                    font-family: "Roboto Condensed",sans-serif;
                    font-size: 18px;
                    margin-right: 40px;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out
                }

                    footer .footer-top .footer-inner-left ul li a:hover {
                        color: #e96826
                    }

        footer .footer-top .footer-inner-left .footer-logo {
            /*display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;*/
            align-items: center
        }

            /*footer .footer-top .footer-inner-left .footer-logo a {
                margin-right: 20px;
                border-right: 1px #fff dashed;
                padding-right: 20px;
                padding: 10px 20px 10px 0;
            }*/
            footer .footer-top .footer-inner-left .footer-logo .first-logo a img {
                width: 100px;
                margin-right: 0;
            }
            footer .footer-top .footer-inner-left .footer-logo .first-logo a:last-child img {
                width: 120px;
            }
            footer .footer-top .footer-inner-left .footer-logo .third-logo {
                margin-top: 15px;
            }
                footer .footer-top .footer-inner-left .footer-logo a img {
                    width: 148px;
                }

    footer .footer-top .footer-inner-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
        margin-bottom: 10px;
        display: none;
    }


    footer .footer-top .footer-inner-left .footer-logo a:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    footer .footer-top .footer-inner-left .footer-logo p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0
    }

.after-login-landing .user_menu {
    margin-left: auto;
    padding-left: 20px;
}

.after-login-landing .navbar {
    padding-top: 0px;
    padding-bottom: 0;
}
header .navbar .navbar-brand.last-logo {
    border: none;
    padding-right: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.col-xl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 41.666667%;
}
/*.col-xl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 58.333333%;
}*/
/*.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}*/
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}*/
/* Footer responsive */
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    /*header.after-login-landing nav #navbarNav ul li a {
        font-size: 2vw !important
    }*/



    footer .footer-top .footer-inner-left ul li a {
        font-size: 18px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header#header.after-login-landing nav a.navbar-brand img {
        max-height: 18px;
    }

    header.after-login-landing nav #navbarNav ul li a {
        font-size: 15px;
    }

    header nav #navbarNav ul li a {
        font-size: 2.4vw
    }

    header nav.navbar-light .navbar-brand img {
        max-width: 230px
    }

    /*  header.after-login-landing nav a.navbar-brand img {
        width: 170px
    }*/

    header.after-login-landing nav #navbarNav ul li a {
        font-size: 20px
    }

    header.after-login-landing .dashboard-btn-main .user_menu-action .user_name {
        font-size: 14px
    }

    header.after-login-landing .dashboard-btn-main .dashboard-btn a {
        font-size: 10.5px
    }



    footer .footer-top .footer-inner-left ul li a {
        font-size: 18px;
        margin-right: 20px
    }

    footer .footer-top .footer-inner-left .footer-logo a img {
        width: 180px
    }

    footer .footer-top p {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header .line {
        fill: none;
        stroke: #f2f6f8;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)
    }

    header .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6
    }

    header .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6
    }

    header .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6
    }

    header .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6
    }

    header .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6
    }

    header .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6
    }

    header nav.navbar-light .navbar-brand img {
        max-width: 200px
    }

    header nav.navbar-light .navbar-toggler {
        background: radial-gradient(circle, #ea6826 0%, #84235e 100%);
        border: 1px #a2583d solid
    }

    header nav.navbar-light #navbarNav ul {
        margin: 16px 0
    }

        header nav.navbar-light #navbarNav ul li a {
            font-size: 23px;
            border-bottom: 1px dashed #fff;
            border-right: none;
            padding: 23px 0
        }

            header nav.navbar-light #navbarNav ul li a.active:after {
                display: none
            }

    header.after-login-landing .dashboard-btn-main {
        width: 100%;
        padding-left: 0;
    }

        header.after-login-landing .dashboard-btn-main .dashboard-btn a {
            font-size: 13px
        }


    footer .footer-top .footer-inner-left ul li a {
        font-size: 22px;
        margin-right: 12px
    }

    footer .footer-top .footer-inner-left .footer-logo a {
        margin-right: 10px;
        padding-right: 10px
    }

        footer .footer-top .footer-inner-left .footer-logo a img {
            width: 130px
        }

    footer .footer-top p {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    footer .footer-top .footer-inner-left ul li a {
        font-size: 22px;
        margin-right: 27px
    }

    footer .footer-top .footer-inner-left .footer-logo a img {
        width: 132px
    }

    footer .footer-top p {
        font-size: 12px;
        text-align: center;
        border-top: 1px #fff dashed;
        padding-top: 10px;
        margin-top: 10px
    }
}

@media (max-width: 575px) {


    footer .footer-top .footer-inner-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .footer-top .footer-inner-left .footer-logo a {
            border: none;
            margin-right: 0;
            padding-right: 0
        }

        footer .footer-top .footer-inner-left ul li {
            text-align: center
        }

    footer .footer-bottom .footer-logo {
        display: block
    }

        footer .footer-bottom .footer-logo a {
            margin-bottom: 10px;
            border: none;
            display: block
        }
}
/*Header */
/*header {
    background-image: url("../images/menu-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

    header nav .navbar-toggler {
        background-color: #fff;
        border: none
    }

        header nav .navbar-toggler:focus {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    header nav #navbarNav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

        header nav #navbarNav ul {
            margin-right: 35px !important;
        }


            header nav #navbarNav ul li a {
                font-family: Chalk Board;
                color: #fff;
                font-size: 2vw !important;
                margin-bottom: 0;
                padding: 18px 25px;
                border-right: 1px #fff dashed;
                line-height: 0
            }

                header nav #navbarNav ul li a:hover {
                    color: #fd9b67
                }

                header nav #navbarNav ul li a.active {
                    color: #fd9b67;
                    position: relative;
                    background: transparent
                }

                    header nav #navbarNav ul li a.active:after {
                        content: "";
                        background-image: url("../images/menu-active-border.png");
                        background-repeat: no-repeat;
                        position: absolute;
                        width: 65%;
                        height: 5px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        bottom: -5px
                    }

            header nav #navbarNav ul li:last-child a {
                border-right: none;
                padding-right: 0
            }*/

/*header.after-login-landing nav a.navbar-brand img {
    width: 200px
}*/

/*header.after-login-landing nav #navbarNav ul li a {
    font-size: 1vw;
}*/

header.after-login-landing .dashboard-btn-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 25px
}

    header.after-login-landing .dashboard-btn-main .dashboard-btn a {
        background-color: #e96826;
        border-radius: 50px;
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

        header.after-login-landing .dashboard-btn-main .dashboard-btn a:hover {
            background-color: #72194f
        }

    header.after-login-landing .dashboard-btn-main .nav-link {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.04rem;
        padding: 7px 10px;
        margin: 0;
        color: #fff
    }
    header#header.after-login-landing .dashboard-btn-main .user_txt {
        padding-right: 55px;
        position: relative;
        font-style: italic;
        max-width: 250px;
        white-space: normal;
        color: #828597;
        font-size: 12px;
    }
    header.after-login-landing .dashboard-btn-main .user_menu-action:after {
        display: none
    }

    header.after-login-landing .dashboard-btn-main .user_menu-action span {
        display: block;
        text-align: right
    }

    header.after-login-landing .dashboard-btn-main .user_menu .dropdown-menu {
        min-width: 175px
    }

    header.after-login-landing .dashboard-btn-main .user_txt {
        padding-right: 40px;
        position: relative;
        font-style: italic;
        color: #828597;
        font-size: 12px
    }

    header.after-login-landing .dashboard-btn-main .user_menu-action .user_name {
        font-weight: 500;
        font-size: 16px;
        font-style: normal;
        color: #ea6826;
        padding-top: 3px;
        text-transform: capitalize
    }

    header.after-login-landing .dashboard-btn-main .logout-btn-landingpg i {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 20px;
        color: #fff;
        background-color: #e96826;
        border-radius: 20px;
        height: 40px;
        width: 40px;
        padding: 10px 10px 10px 10px
    }
