    @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
    body {
        font-family: 'Rubik', sans-serif !important;
    }
    
    #hamburger {
        width: 35px;
        height: 18px;
        position: relative;
        display: none;
        margin: 18px 10px;
    }
    
    #hamburger .line {
        display: block;
        background: #003c71;
        width: 35px;
        height: 3px;
        position: absolute;
        left: 0;
        border-radius: 1.5px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }
    
    #hamburger .line.line-1 {
        top: 0;
    }
    
    #hamburger .line.line-2 {
        top: 50%;
    }
    
    #hamburger .line.line-3 {
        top: 100%;
    }
    
    #hamburger:hover .line-1,
    #hamburger:focus .line-1 {
        transform: translateY(-1.5px);
        -webkit-transform: translateY(-1.5px);
        -moz-transform: translateY(-1.5px);
    }
    
    #hamburger:hover .line-3,
    #hamburger:focus .line-3 {
        transform: translateY(1.5px);
        -webkit-transform: translateY(1.5px);
        -moz-transform: translateY(1.5px);
    }
    
    #hamburger.active .line-1 {
        transform: translateY(9px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -moz-transform: translateY(9px) translateX(0) rotate(45deg);
    }
    
    #hamburger.active .line-2 {
        opacity: 0;
    }
    
    #hamburger.active .line-3 {
        transform: translateY(-9px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
    }
    
    #hamburger {
        cursor: pointer;
    }
    
    @media (max-width: 991px) {
        .nav {
            padding: 15px 0;
        }
        .nav__right {
            display: none;
            position: absolute;
            top: 84px;
            left: 0;
            width: 100%;
        }
        .sub__nav a:hover {
            color: #8eafcb;
        }
        .sub__nav {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #132f65;
            width: 100%;
            padding-top: 25px;
        }
        .sub__nav li {
            padding: 0 25px 25px;
        }
    }
    
    @media only screen and (min-width: 563px) and (max-width: 992px) {
        #hamburger {
            margin-right: 0;
        }
    }
    
    @media (max-width: 992px) {
        #hamburger {
            display: block;
        }
        .main__li.sponsor_logo p {
            margin: 15px 0px;
        }
    }
    
    @media (max-width: 700px) {
        .sub__nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (max-width: 561px) {
        .nav {
            padding: 10px 0;
        }
        .nav__main {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .nav__right {
            top: 90px;
        }
    }
    
    @font-face {
        font-family: "Trueno";
        src: url("../fonts/TruenoLt.eot");
        src: url("../fonts/TruenoLt.eot?#iefix") format("embedded-opentype"), url("../fonts/TruenoLt.woff2") format("woff2"), url("../fonts/TruenoLt.woff") format("woff"), url("../fonts/TruenoLt.ttf") format("truetype"), url("../fonts/TruenoLt.svg#svgFontName") format("svg");
        font-weight: 300;
    }
    
    @font-face {
        font-family: "Trueno";
        src: url("../fonts/TruenoRg.eot");
        src: url("../fonts/TruenoRg.eot?#iefix") format("embedded-opentype"), url("../fonts/TruenoRg.woff2") format("woff2"), url("../fonts/TruenoRg.woff") format("woff"), url("../fonts/TruenoRg.ttf") format("truetype"), url("../fonts/TruenoRg.svg#svgFontName") format("svg");
        font-weight: 400;
    }
    
    @font-face {
        font-family: "Trueno";
        src: url("../fonts/TruenoBd.eot");
        src: url("../fonts/TruenoBd.eot?#iefix") format("embedded-opentype"), url("../fonts/TruenoBd.woff2") format("woff2"), url("../fonts/TruenoBd.woff") format("woff"), url("../fonts/TruenoBd.ttf") format("truetype"), url("../fonts/TruenoBd.svg#svgFontName") format("svg");
        font-weight: 700;
    }
    
    @font-face {
        font-family: "Trueno";
        src: url("../fonts/TruenoSBd.eot");
        src: url("../fonts/TruenoSBd.eot?#iefix") format("embedded-opentype"), url("../fonts/TruenoSBd.woff2") format("woff2"), url("../fonts/TruenoSBd.woff") format("woff"), url("../fonts/TruenoSBd.ttf") format("truetype"), url("../fonts/TruenoSBd.svg#svgFontName") format("svg");
        font-weight: 900;
    }
    
    html,
    body {
        margin: 0;
        padding: 0;
        min-height: 100%;
        height: 100%;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        background-color: #ffffff;
    }
    
    svg {
        max-width: 100%;
        width: 100%;
    }
    
    img {
        max-width: 100%;
    }
    
    body {
        counter-reset: section;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }
    
    body *,
    body *:before,
    body *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    p {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.5;
    }
    
    .page__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 1400px;
        padding: 0 15px;
    }
    
    .container-small {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        padding: 0 15px;
    }
    
    .container-extrasmall {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 768px;
        padding: 0 15px;
    }
    
    ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }
    
    a {
        text-decoration: none;
    }
    
    .hide {
        display: none;
    }
    
    input,
    button {
        font-family: inherit;
    }
    
    .btn {
        display: inline-block;
        padding: 7px 30px !important;
        text-decoration: none;
        background: #fff;
        color: #222222;
        border-radius: 15px;
        font-weight: 700;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        border: 2px solid #00a6eb !important;
        font-family: inherit;
        cursor: pointer;
    }
    
    .btn.with-arrow {
        padding-right: 30px;
    }
    
    .btn.with-arrow:after {
        content: "";
        display: block;
        position: absolute;
        height: 14px;
        width: 14px;
        border: 2px solid #222222;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 2px 2px 0px 0px;
    }
    
    .btn.btn-primary, .login {
        background: #ff9600;
        color: #fff;
    }
    
    .btn.btn-primary:after {
        border-color: #fff;
    }
    
    .btn:hover, .login:hover {
        background: transparent !important;
        color: #4ea5b4 !important;
    }
    
    .btn:hover:after {
        border-color: #fff;
    }
    
    * {
        outline: none !important;
    }
    
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    
    header .header-top {
        min-height: 80px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
    
    section {
        overflow: hidden;
    }
    
    .head__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .head__right>ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style: none;
        padding-left: 0;
        margin: 0;
        padding: 30px 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .head__right>ul:first-of-type {
        color: #003c71;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .head__right>ul:last-of-type {
        padding: 0 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .head__right a {
        text-decoration: none;
        color: inherit;
        padding: 15px;
        display: inline-block;
        font-size: 16px;
        color: #222222;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    
    .head__right a:hover {
        text-decoration: none;
        color: #00a6eb;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }
    
    .head__left {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .head__left img,
    .head__left svg {
        max-width: 110px;
        display: block;
    }
    
    header.fixed-header {
        background: rgba(0, 3, 12, 0.9);
    }
    
    header.fixed-header .head__left {
        opacity: 1;
        visibility: visible;
    }
    
    .home .head__left {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .home.fixed-header {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .login_btns a {
        color: #00a6eb;
        position: relative;
    }
    
    .login_btns a:first-of-type:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 1px;
        right: 0;
        top: 0;
    }
    
    .submenu {
        background: #fff;
        color: #333;
        position: absolute;
        left: 15px;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        min-width: 150px;
    }
    
    .submenu a {
        padding: 5px !important;
        width: 100%;
    }
    
    .submenu a:hover {
        background: #003c71;
        color: #fff;
    }
    
    .main__li {
        position: relative;
        padding: 0;
        margin: 0 10px;
    }
    
    .main__li:hover .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .main__li.active a {
        position: relative;
    }
    
    .main__li.active:before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 3px;
        background-color: #00a6eb;
    }
    
    .main__li .profile-dropdown .dropdown-toggle {
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    
    .main__li .profile-dropdown .dropdown-toggle:after {
        margin-left: .555em;
    }
    
    .main__li .profile-dropdown .dropdown-toggle span {
        font-weight: 500;
        color: #555555;
    }
    
    .main__li .profile-dropdown .dropdown-menu {
        padding: 0;
        -webkit-transform: translate3d(0px, 72px, 0px) !important;
        transform: translate3d(0px, 72px, 0px) !important;
        width: 100%;
        border-radius: 0;
    }
    
    .main__li .profile-dropdown .dropdown-menu a {
        padding: 10px;
    }
    
    .main__li .profile-dropdown .dropdown-menu a:hover {
        background-color: #00a6eb;
        color: #fff;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    
    .main__li .login__btn {
        background: #00a6eb;
        color: #fff;
        padding: 7px 30px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #00a6eb;
        text-decoration: none;
    }
    
    .main__li .login__btn:hover {
        background-color: transparent;
        color: #00a6eb;
    }
    
    .main__li .register__btn {
        background: #0EB71B;
        color: #fff;
        padding: 7px 30px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #0EB71B;
        text-decoration: none;
    }
    
    .main__li .register__btn:hover {
        background-color: transparent;
        color: #0EB71B;
    }
    
    .main__link {
        padding: 31px 15px !important;
    }
    
    .login__menu .login_btns .submenu {
        left: -140%;
        background: #101231;
    }
    
    .login__menu .login_btns .submenu li a {
        color: #fff;
    }
    
    .login__menu .login_btns .submenu li a:hover {
        background: #ffffff;
        color: #101231;
    }
    
    .login__menu .login_btns .submenu li a:first-of-type:after {
        background: none;
    }
    
    #user {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: relative;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        padding: 14px;
    }
    
    #user svg {
        fill: #fff;
    }
    
    #user svg * {
        fill: inherit;
    }
    
    @media (max-width: 991px) {
        .main__li {
            display: block;
            border-bottom: 1px solid #dedede;
        }
        .main__li .login__btn {
            max-width: 200px;
            margin-bottom: 10px;
            margin-top: 10px;
            padding: 7px 30px !important;
        }
        .main__li .register__btn {
            margin-top: 10px;
            max-width: 200px;
            margin-bottom: 10px;
            padding: 7px 30px !important;
        }
        .active:before {
            content: none !important;
        }
        .head__right {
            position: fixed;
            width: 100%;
            top: 79px;
            left: 0;
            display: none;
            background: #fff;
            z-index: 3;
            padding: 15px 0px;
            height: 100%;
        }
        .head__right a {
            width: 100%;
            padding: 15px !important;
        }
        .head__right>ul:last-of-type {
            padding: 20px;
            display: block;
            text-align: center;
        }
        .what-we-do {
            padding: 80px 0;
        }
        .what-we-do .wwd-item-block .wwd-item {
            padding: 30px;
            min-width: 33.3%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
        }
        .about-content {
            padding: 0 100px;
        }
        .thought-block .t-text1 h3 {
            font-size: 100px;
        }
        .thought-block .t-text1 h3 {
            font-size: 100px;
        }
        .thought-block .t-text1 h3 {
            font-size: 100px;
        }
        .thought-block .t-text2 h3 {
            font-size: 60px;
        }
        .thought-block .t-text3 h3 {
            font-size: 130px;
        }
        .heading-block .heading h2 {
            font-size: 22px;
        }
    }
    
    @media (max-width: 1024px) {
        .head__right a {
            font-size: 15px;
            padding: 0;
        }
        .head__left img,
        .head__left svg {
            max-width: 110px;
        }
        .head__right>ul:last-of-type {
            padding: 0;
        }
        .history-timeline-item .history-timeline-content {
            padding-right: 5%;
        }
        .sc__campaigns--box .sc__campaigns-content {
            padding: 14px;
            min-height: 340px;
        }
    }
    
    @media (max-width: 992px) {
        .profile-dropdown .dropdown-menu {
            position: static !important;
            -webkit-transform: inherit !important;
            transform: inherit !important;
            border: none;
            text-align: center;
        }
        .profile-dropdown .dropdown-menu a {
            border-bottom: 1px solid #dedede;
        }
        .profile-dropdown .up-num-section,
        .profile-dropdown .section-right .up-num-section {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .profile-dropdown .up-num-section {
            padding: 10px 0;
        }
        .profile-dropdown .up-num-section .up-section-content {
            margin-top: 50px;
        }
        .profile-dropdown #hamburger {
            display: block;
        }
    }
    
    .last {
        border: none;
    }
    
    @media (max-width: 767px) {
        .head__left img,
        .head__left svg {
            max-width: 110px;
        }
        .support_by {
            margin-top: 20px;
        }
        .main-slider-block .slider-content-block .slider-content {
            max-width: 100%;
            padding: 0 10px;
        }
        .main-slider-block .slider-content-block .slider-content h1 {
            font-size: 18px;
        }
        .up-num-section .up-section-content {
            padding-right: 58px;
            margin-top: 0;
            padding-top: 0;
        }
        .up-num-section .up-section-number {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 150px;
            flex: 0 0 150px;
        }
        .up-num-section .up-section-number .numeber__block h2 {
            font-size: 60px;
        }
        .up-num-section .up-section-image .image__block {
            height: 250px;
        }
        .footer .footer-top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .up-num-section {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin: 17px 0 17px 30%;
        }
        .section-right .up-num-section {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin: 17px 30% 17px 0;
        }
    }
    
    .sc__banner--section {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*padding: 120px 0px;*/
        height: 350px;
        position: relative;
        z-index: 1;
        /* margin-top: 88px; */
    }
    
    .filter {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /* padding: 120px 0px; */
        height: 70px;
        position: relative;
        z-index: 1;
        margin-top: 30px;
    }
    
    .sc_banner--slider {
        margin-top: 80px;
    }
    
    .sc__banner--section2 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*padding: 120px 0px;*/
        height: 350px;
        position: relative;
        z-index: 1;
        /* margin-top: 88px; */
    }
    
    .sc__banner--section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background-color: rgba(0, 0, 0, 0.5); */
        z-index: -1;
    }
    
    .sc__banner--section2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background-color: rgba(0, 0, 0, 0.5); */
        z-index: -1;
    }
    
    .sc__banner--section h2 {
        color: #fff;
        text-align: center;
    }
    
    .sc__banner--section .search__filter--box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #ffffff;
        padding: 20px 0px;
        max-width: 800px;
        margin: 0 auto;
        border-radius: 3px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    
    .sc__banner--section .filter-control select {
        height: 45px;
        width: 100%;
        -webkit-box-flex: 0;
        max-width: 280px;
        padding: 10px;
        border-radius: 3px;
        border: none;
        font-size: 16px;
        font-family: 'Rubik', sans-serif;
        color: #6f6f6f;
        -webkit-appearance: none;
        border: 1px solid #f1f1f1;
    }
    
    .sc__banner--section .filter-control.sc_catagory {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0 15px;
    }
    
    .sc__banner--section .filter-control.sc_catagory:before {
        content: '';
        position: absolute;
        background-image: url(../img/down-arrow.svg);
        top: 50%;
        right: 20px;
        background-size: contain;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
    
    .sc_university .select2-container,
    .sc_catagory .select2-container,
    .sc__banner--section .filter-control select {
        width: 100% !important;
        max-width: 100%;
    }
    
    .sc__banner--section .filter-control.sc_university {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0 15px;
    }
    
    .sc__banner--section .filter-control.sc_university:before {
        content: '';
        position: absolute;
        background-image: url(../img/down-arrow.svg);
        top: 50%;
        right: 20px;
        background-size: contain;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
    
    .sc__banner--section .search-btn {
        padding-left: 0px;
        position: relative;
    }
    
    .sc__banner--section .search-btn:before {
        content: "\f002";
        position: absolute;
        top: 50%;
        left: 35px;
        font-size: 16px;
        font-family: Font Awesome\ 5 Free;
        z-index: 1;
        font-weight: 600;
        color: #ffffff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
    
    .sc__banner--section .search-btn input[type="button"] {
        padding: 5px 30px 5px 50px;
        font-size: 16px;
        color: white;
        background-color: #0EB71B;
        border: 2px solid #0EB71B;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }
    
    .sc__banner--section .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 37px !important;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 37px !important;
    }
    
    .sc__banner--section .search-btn input[type="button"]:hover {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #0da018;
        color: #fff;
    }

    .sc__banner--section.filter {
        height: auto;
    }
    
    @media (max-width: 992px) {
        .search-btn {
            margin-top: 0px;
        }
    }
    
    @media (max-width: 767px) {
        .sc_banner--slider .carousel-caption .h3-responsive {
            font-size: 20px;
            line-height: 30px;
        }
        .sc__banner--section .filter-control.sc_catagory,
        .sc__banner--section .filter-control.sc_university {
            flex: 0 0 100%;
            max-width: 100% !important;
            padding: 0;
        }
        .sc__banner--section .filter-control {
            margin-bottom: 15px;
            max-width: 100% !important;
        }
        .sc__banner--section .filter-control select {
            max-width: 100%;
        }
        .sc__banner--section.sc_catagory {
            max-width: 100%;
        }
        .search-btn {
            width: 100%;
        }
        .search-btn:before {
            left: 40% !important;
        }
        .search-btn input[type="button"] {
            max-width: 100%;
            width: 100%;
        }
        .search__filter--box {
            padding: 20px !important;
        }
        .sc__banner--section h2 {
            font-size: 22px;
        }
    }
    
    .section-title {
        margin-bottom: 50px;
        color: #222222;
        font-weight: 600;
        font-family: 'Rubik', sans-serif;
        position: relative;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-title:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 100px;
        background: #0EB71B;
        bottom: -15px;
        left: 0;
    }
    
    .sc__campaigns--box {
        background: #f5f6f6;
        border-radius: 10px;
        margin-bottom: 30px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .sc__campaigns--box:hover {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
        box-shadow: 0px 3px 12px 2px #007bff;
    }
    
    .sc__campaigns--box .sc__campaignsbg--img {
        background-image: url(../img/banner.jpg);
        padding: 100px 0px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    
    .sc__campaigns--box .sc__campaigns-content {
        padding: 14px;
    }
    
    .sc__campaigns--box .sc__campaigns-content h5>a {
        color: #222222;
        font-weight: 600;
        font-family: 'Rubik', sans-serif;
        font-size: 18px;
    }
    
    .sc__campaigns--box .sc__campaigns-content p {
        color: #555555;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name img {
        margin-right: 15px;
        height: 30px;
        width: 30px;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name span {
        color: #6f6f6f;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 60px;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name .sc_taget-amt {
        margin-top: 15px;
        font-weight: 500;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name .progress .progress-bar {
        background-color: #0EB71B;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name .sc__box--footer {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name .sc__box--footer .sc__box--invested p {
        margin: 0px;
        font-weight: 500;
        text-align: center;
    }
    
    .sc__campaigns--box .sc__campaigns-content .sc__stud--name .sc__box--footer .sc__box--status p {
        margin: 0px;
        font-weight: 500;
        text-align: center;
    }
    
    .view__campaign .view__all--btn {
        background: #00a6eb;
        color: #fff;
        padding: 10px 30px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #00a6eb;
        text-decoration: none;
        display: inline-block;
    }
    
    .view__campaign .view__all--btn:hover {
        background: transparent;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #00a6eb;
    }
    
    .sc__investment--rules .investment__rules {
        list-style-position: outside;
    }
    
    .sc__investment--rules .investment__rules {
        padding-left: 20px;
        margin-top: 20px;
    }
    
    .sc__investment--rules .investment__rules li {
        position: relative;
        padding-left: 0px;
        margin-bottom: 10px;
        font-weight: 400;
        color: #6f6f6f;
        list-style-type: disc;
    }
    
    .invest_sub li {
        margin-left: 20px;
    }
    /* .sc__investment--rules .investment__rules li:before {
        content: '';
        display: block;
        position: absolute;
        left: 5px;
        top: 6px;
        width: 6px;
        height: 11px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #0eb71b;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .sc__investment--rules .investment__rules li:after {
        content: '';
        display: block;
        position: absolute;
        height: 22px;
        width: 22px;
        border-radius: 45px;
        border: 2px solid #0eb71b;
        top: 6px;
        left: 0px;
    } */
    
    .footer {
        padding: 15px 0px;
        background: #202020;
    }
    
    .footer-menu-items ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    
    .footer-menu-items ul li {
        padding-right: 15px;
    }
    
    .footer .footer-menu-items h5 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    .footer .footer-menu-items ul li {
        margin-bottom: 5px;
    }
    
    .footer .footer-menu-items ul li a {
        color: #a6a6a6;
        font-weight: 400;
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }
    
    .footer .footer-menu-items ul li a:hover {
        color: #00a6eb;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1;
    }
    
    .footer .footer-menu-items p {
        color: #a6a6a6;
    }
    
    .footer .footer-menu-items #newsletterForm {
        position: relative;
        border-radius: 3px;
        height: 50px;
        margin-bottom: 20px;
    }
    
    .footer .footer-menu-items #newsletterForm input[type="text"] {
        width: 100%;
        border-radius: 3px;
        height: 100%;
        border: 1px solid #ededed;
        padding: 8px 15px;
        font-size: 14px;
        color: #222222;
        font-style: italic;
    }
    
    .footer .footer-menu-items #newsletterForm button {
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
        background: #00a6eb;
        bottom: 0;
        padding: 0 18px;
        border-radius: 3px;
        cursor: pointer;
    }
    
    .footer .footer-menu-items #newsletterForm button i {
        color: #fff;
    }
    
    .footer .follow h3 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 16px;
    }
    
    .footer .follow ul li {
        display: inline-block;
        height: 36px;
        width: 36px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 10px;
        opacity: 1 !important;
        padding-right: 0px;
    }
    
    .footer .follow ul .facebook a i:first-child {
        color: #3b5998;
        font-size: 18px;
    }
    
    .footer .follow ul .twitter a i:first-child {
        color: #1da1f2;
        font-size: 18px;
    }
    
    .footer .follow ul .instagram a i:first-child {
        color: #f56040;
        font-size: 18px;
    }
    
    .footer .follow ul .linkedin a i:first-child {
        color: #0073b1;
        font-size: 18px;
    }
    
    .footer .follow ul .youtube a i:first-child {
        color: #cd201f;
        font-size: 18px;
    }
    
    .footer-copyright {
        background-color: #1c1c1c;
        padding: 15px 0px;
    }
    
    .footer-copyright .copyright {
        color: #fff;
        opacity: 0.7;
        margin: 0;
        text-align: center;
        font-size: 14px;
    }
    
    .sc__login--section {
        background-image: url(../img/login.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 100px 0px;
        position: relative;
        z-index: 1;
        margin-top: 88px;
    }
    
    .sc__login--section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
    
    .sc__login--section h2 {
        color: #fff;
        text-align: center;
    }
    
    .sc__login-form .sc_login--box {
        margin-top: 30px;
        -webkit-box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.095);
        box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.095);
        border: 1px solid #ececec;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .sc__login-form .sc_login--box .field {
        margin-bottom: 15px;
    }
    
    .sc__login-form .sc_login--box .field .email {
        border: 1px solid #ececec;
        background: #fff;
        font-size: 16px;
        line-height: 23px;
        padding: 10px;
        width: 100%;
        border-radius: 3px;
    }
    
    .sc__login-form .sc_login--box .field .pass {
        border: 1px solid #ececec;
        background: #fff;
        font-size: 16px;
        line-height: 23px;
        padding: 10px;
        width: 100%;
        border-radius: 3px;
    }
    
    .sc__login-form .sc_login--box button.login {
        background: #ff9600;
        color: #fff;
        padding: 7px 30px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #ff9600;
    }
    
    .sc__login-form .sc_login--box button.login:hover {
        color: #4fa6b5;
        background-color: transparent;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #4fa6b5;
    }
    
    .sc__login-form .not-member {
        color: #6f6f6f;
    }
    
    .sc__login-form a {
        color: #00a6eb;
        font-weight: 500;
        margin-top: 5px;
    }
    
    .sc__login-form a:hover {
        text-decoration: none;
        color: #00a6eb;
    }
    
    .sc__login-form .forget-pass {
        text-align: right;
        width: 100%;
    }
    
    .sc__register--section {
        background-image: url(../img/login.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 100px 0px;
        position: relative;
        z-index: 1;
        margin-top: 88px;
    }
    
    .sc__register--section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
    
    .sc__register--section h2 {
        color: #fff;
        text-align: center;
    }
    
    #logmeinform .form-check {
        display: inline-block;
    }
    
    #logmeinform .form-check input[type="checkbox"] {
        position: relative;
        width: 1.2em;
        height: 1.2em;
        color: #363839;
        border: 1px solid #bdc1c6;
        border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        cursor: pointer;
        top: -15px;
        -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
        transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    }
    
    #logmeinform .form-check input[type="checkbox"]::before {
        position: absolute;
        content: '';
        display: block;
        top: 2px;
        left: 6px;
        width: 5px;
        height: 11px;
        border-style: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    
    #logmeinform .form-check input[type="checkbox"]:checked {
        color: #fff;
        border-color: #00a6eb;
        background: #00a6eb;
    }
    
    #logmeinform .form-check input[type="checkbox"]:checked::before {
        opacity: 1;
    }
    
    #logmeinform .form-check input[type="checkbox"]:checked~label::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    
    #logmeinform .form-check label {
        position: relative;
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        padding: 0 0.45em 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #6f6f6f;
        font-family: 'Rubik', sans-serif;
    }
    
    #logmeinform .form-check label::before {
        position: absolute;
        content: attr(data-content);
        color: #9c9e9f;
        -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
        text-decoration: line-through;
        text-decoration-thickness: 3px;
        -webkit-text-decoration-color: #363839;
        text-decoration-color: #363839;
        -webkit-transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    .sc_cl-bg {
        background-image: url(../img/banner-img.png);
    }
    
    .sc__campaign--list {
        padding: 60px 0px;
    }
    
    .sc__campaign--list .table thead {
        background: #f4f4f4;
    }
    
    .sc__campaign--list .table thead tr th {
        color: #222222;
        font-weight: 500;
    }
    
    .sc__campaign--list .table tbody tr:nth-child(even) {
        background-color: #f8f8f8;
    }
    
    .sc__campaign--list .table .action-btn .edit-cmp i {
        text-align: center;
        padding: 6px;
        border: 2px solid #00a6eb;
        border-radius: 4px;
        margin-right: 5px;
    }
    
    .sc__campaign--list .table .action-btn .delete-cmp i {
        color: red;
        text-align: center;
        padding: 6px;
        border: 2px solid red;
        border-radius: 4px;
        margin-left: 5px;
    }
    
    .sc__campaign--list .create-campaign {
        text-align: right;
    }
    
    .sc__campaign--list .create-campaign .create-cmp-btn {
        background: #0EB71B;
        color: #fff;
        padding: 10px 30px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #0EB71B;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: capitalize;
    }
    
    @media (max-width: 767px) {
        .action-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }
    
    .sc_create-campaign {
        padding: 60px 0px;
    }
    
    .sc_create-campaign .campaign_form .form-group .form-control {
        height: 45px;
    }
    
    .sc_create-campaign .campaign_form .form-group textarea {
        resize: none;
        height: 150px !important;
    }
    
    .sc_create-campaign .campaign_form .form-group .btn-tertiary {
        color: #222222;
        padding: 5px 15px;
        line-height: 40px;
        width: 100%;
        max-width: 500px;
        display: block;
        border: 1px solid #ced4da;
        font-weight: 500;
        margin-top: 10px;
    }
    
    .sc_create-campaign .campaign_form .form-group .btn-tertiary:hover {
        background: #00a6eb;
        color: #fff;
    }
    
    .sc_create-campaign .campaign_form .form-group .btn-tertiary:hover i:before {
        color: #fff;
    }
    
    .sc_create-campaign .campaign_form .form-group:hover:focus {
        color: #888888;
        border-color: #888888;
    }
    
    .sc_create-campaign .input-file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    
    .sc_create-campaign .input-file+.js-labelFile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;
    }
    
    .sc_create-campaign .input-file+.js-labelFile .icon:before {
        content: "\f093";
        margin-right: 10px;
    }
    
    .sc_create-campaign .input-file+.js-labelFile.has-file .icon:before {
        content: "\f00c";
        color: #5AAC7B;
    }
    
    .btn-submit-btn {
        background: #ff9600;
        color: #fff;
        padding: 7px 30px;
        /*border-radius: 3px;*/
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #ff9600;
        text-decoration: none !important;
        display: inline-block;
    }
    
    .btn-submit-btn:hover {
        background-color: transparent;
        background-color: #54a2b3;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #fff;
        border: 2px solid #54a2b3;
    }
    
    .sc__campaign--detailsbg {
        background-image: url(../img/banner-img.png);
    }
    
    .sc_cmp--details {
        padding: 60px 0px;
    }
    
    .sc_cmp--details .sc__cmp--content .sc__cmp--title h3 {
        color: #222222;
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    
    .sc_cmp--details .sc__cmp--content .sc__description p {
        color: #6f6f6f;
        color-font-weight: 400;
    }
    
    .sc_cmp--details .sc__cmp--content .sc__stud--info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .sc_cmp--details .sc__cmp--content .sc__stud--info .sc_stud--location i {
        color: #222222;
    }
    
    .sc_cmp--details .sc__cmp--content .info-progress {
        border-radius: 30px !important;
        height: 1.3rem !important;
    }
    
    .sc_cmp--details .sc__cmp--content .info-progress .progress-bar {
        background: #0EB71B;
    }
    
    .sc_cmp--details .sc__cmp--content .process-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }
    
    .sc_cmp--details .sc__cmp--content .process-info p {
        font-weight: 600;
        color: #222222;
    }
    
    .sc_cmp--details .sc__cmp--content .process-info span {
        color: #6f6f6f;
    }
    
    .sc_cmp--details .sc__social--img {
        margin-top: 15px;
    }
    
    .sc_cmp--details .sc__social--img ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    
    .sc_cmp--details .sc__social--img ul li a {
        height: 45px;
        width: 45px;
        border-radius: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: white;
        border: 1px solid #f4f4f4;
        padding: 5px;
        background-color: #f4f4f4;
        margin-right: 20px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .sc_cmp--details .sc__social--img ul li a:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 2px 5px 1px rgba(0, 166, 235, 0.29);
        box-shadow: 0 2px 5px 1px rgba(0, 166, 235, 0.29);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .sc_cmp--details .sc__social--img ul li a i {
        font-size: 20px;
    }
    
    .sc_cmp--details .sc__social--img ul li a .fa-facebook-f {
        color: #3b5998;
    }
    
    .sc_cmp--details .sc__social--img ul li a .fa-twitter {
        color: #1da1f2;
    }
    
    .sc_cmp--details .sc__social--img ul li a .fa-instagram {
        color: #f56040;
    }
    
    .sc_cmp--details .sc__social--img ul li a .fa-linkedin {
        color: #0073b1;
    }
    
    .sc__compney--summary {
        padding: 60px 0px;
    }
    
    .sc__compney--summary .cs__summary h4 {
        color: #222222;
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .sc__compney--summary .sc__keypoints li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        font-weight: 400;
        color: #6f6f6f;
    }
    
    .sc__compney--summary .sc__keypoints li:before {
        content: '';
        display: block;
        position: absolute;
        left: 5px;
        top: 6px;
        width: 6px;
        height: 11px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #0eb71b;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .sc__compney--summary .sc__keypoints li:after {
        content: '';
        display: block;
        position: absolute;
        height: 22px;
        width: 22px;
        border-radius: 45px;
        border: 2px solid #0eb71b;
        top: 6px;
        left: 0px;
    }
    
    .sc__faq-bg {
        background-image: url(../img/banner-img.png);
    }
    
    .sc_faq-section {
        padding: 60px 0px;
    }
    
    .sc_faq-section .card .card-header {
        padding: 0;
    }
    
    .sc_faq-section .card .btn-header-link {
        display: block;
        padding: 15px;
        text-align: left;
        font-weight: 600;
        color: #555555;
        font-size: 18px;
        background-color: #fff;
        position: relative;
    }
    
    .sc_faq-section .card .btn-header-link:hover {
        background-color: transparent;
    }
    
    .sc_faq-section .card .btn-header-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .sc_faq-section .card .btn-header-link:after {
        position: absolute;
        content: "\f106";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
    
    .sc_faq-section .card .btn-header-link.collapsed:after {
        content: "\f107";
    }
    
    .sc_faq-section .card .card-body {
        color: #6f6f6f;
    }
    
    .sc__about-bg {
        background-image: url(../img/banner-img.png);
    }
    
    .sc__about--content {
        padding: 60px 0px;
    }
    
    .sc__about--content .content-title h3 {
        font-size: 26px;
        color: #222222;
        margin-bottom: 15px;
    }
    
    .sc__about--content .content-title p {
        color: #6f6f6f;
    }
    
    .sc__profile-section {
        padding: 60px 0px;
    }
    
    .sc__profile-section .profile__left--tab .nav-link {
        background-color: #f5f6f6;
        font-weight: 600;
        padding: 15px 20px;
        border-radius: 0;
        color: #222222;
    }
    
    .sc__profile-section .profile__left--tab .nav-link.active {
        background-color: #00a6eb;
    }
    
    .sc__profile-section .profile-tab {
        border: 1px solid #ced4da;
        padding: 10px;
    }
    
    .sc__profile-section .profile-tab .profile-header {
        background-color: #00a6eb;
        padding: 10px;
    }
    
    .sc__profile-section .profile-tab .profile-header h5 {
        color: #fff;
        margin-bottom: 0px;
    }
    
    .sc__profile-section .profile-tab .form-row label {
        font-weight: 500;
        color: #222222;
        font-size: 16px;
    }
    
    .sc__profile-section .profile-tab .form-row .sc-control {
        height: 45px;
        border-radius: 0;
    }
    
    .sc__profile-section .profile-tab .form__chng--passwword .sc-control {
        max-width: 50%;
        height: 45px;
        border-radius: 0;
    }
    
    .sc__profile-section .profile-tab .form__chng--passwword label {
        font-weight: 500;
        color: #222222;
        font-size: 16px;
    }
    
    .sc_tab-list .table {
        width: 1140px;
    }
    
    @media (max-width: 992px) {
        .sc__profile-section .profile__left--tab .nav-link {
            padding: 10px;
        }
        .sc__profile-section .profile-tab {
            margin-top: 20px;
        }
        .sc__profile-section .profile-tab .form__chng--passwword .sc-control {
            max-width: 100%;
        }
    }
    /*model css*/
    
    .modal-invest {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }
    /* Modal Content */
    
    .modal-content-invest {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 30%;
    }
    /* The Close Button */
    
    .close-invest {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close-invest:hover,
    .close-invest:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    
    .avail-bal {
        color: #0da018;
    }
    
    .avail-bal-less {
        color: red;
    }
    
    .sc__campaigns--box-a {
        text-decoration: none !important;
    }
    
    .sc__description {
        min-height: 100px;
    }
    
    .sponsor_logo p {
        padding: 0;
        display: inline-block;
        font-size: 16px;
        color: #222222;
        margin-bottom: 0;
        margin-right: 60px;
    }
    
    .sponsor_logo p img {
        width: 250px;
        margin-left: 10px;
    }
    
    .footer-menu-items img {
        margin-right: 15px;
    }
    
    .footer-menu-items a {
        color: #ffffff;
        text-decoration: none !important;
        transition: all .3s ease-in-out;
        font-weight: 300;
    }
    
    .footer-menu-items a:hover {
        color: #00a6eb;
        transition: all .3s ease-in-out;
    }
    
    .sc_banner--slider .carousel-caption {
        position: absolute;
        max-width: 700px;
        margin: 0 auto;
        padding: 0px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        bottom: auto;
    }
    /*model css*/
    
    .modal-invest {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }
    /* Modal Content */
    
    .modal-content-invest {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 30%;
    }
    /* The Close Button */
    
    .close-invest {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close-invest:hover,
    .close-invest:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    
    .avail-bal {
        color: #0da018;
    }
    
    .avail-bal-less {
        color: red;
    }
    
    .sc__campaigns--box-a {
        text-decoration: none !important;
    }
    
    .sc__description {
        min-height: 100px;
    }
    
    .sponsor_logo p {
        padding: 0;
        display: inline-block;
        font-size: 16px;
        color: #222222;
        margin-bottom: 0;
        margin-right: 60px;
    }
    
    .sponsor_logo p img {
        width: 250px;
        margin-left: 10px;
    }
    
    .footer-menu-items img {
        margin-right: 15px;
    }
    
    .footer-menu-items a {
        color: #ffffff;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }
    
    .footer-menu-items a:hover {
        color: #00a6eb;
        transition: all .3s ease-in-out;
    }
    /* start 11-02-2021 jay */
    
    .sc_conatct--us {
        max-width: 100% !important;
    }
    
    .contact_msg {
        resize: none;
    }
    
    .contact-info h3 {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center
    }
    
    .contact-info li,
    .contact-info li a {
        list-style: none;
        margin-bottom: 15px;
        color: #555555;
        font-size: 14px;
        font-weight: 400;
    }
    
    .contact-info li i {
        margin-right: 15px;
    }
    
    @media(max-width: 767px) {
        .sc_conatct--us {
            margin-top: 30px !important;
        }
    }
    /*end */
    /*# sourceMappingURL=main.css.map */
    /*Apply now box css and key dates*/
    
    .sc__apply--now .section-title:after {
        content: none;
    }
    
    .sc__apply--now .section-title {
        margin-bottom: 25px;
    }
    
    .sc__apply--now {
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        padding: 40px;
        text-align: center;
        border-top: 4px solid #0eb71b;
        border-radius: 6px;
        max-width: 700px;
        margin: 0 auto;
    }
    
    .sc__apply--now .sc_cf--content a {
        background: #0EB71B;
        color: #fff;
        padding: 10px 30px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 2px solid #0EB71B;
        text-decoration: none;
        display: inline-block;
    }
    
    .sc_cf--keydate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .text_date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    
    .date_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
    
    .text_date1 li,
    .date_text li {
        margin-bottom: 8px;
        font-weight: 500;
        position: relative;
    }
    
    .text_date ul,
    .date_text ul {
        padding-left: 30px;
    }
    
    .text_date1 li:before {
        content: '';
        position: absolute;
        background-image: url(../img/star.png);
        top: 2px;
        left: -30px;
        background-size: contain;
        height: 18px;
        width: 18px;
    }
    
    .text_date1 li {
        display: flex;
        flex-wrap: wrap;
        margin-left: 30px;
    }
    
    .text_date1 {
        width: 100%;
    }
    
    .text_date1 li p:first-child {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .text_date1 li p:last-child {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .text_date1 li p {
        margin-bottom: 5px;
    }
    
    #ptag {
        font-weight: 700;
        color: #0da018;
    }
    
    .head__left a img {
        padding: 15px 0px;
    }
    
    .camp_desc {
        padding: 20px 0px;
    }
    
    .invest_sub {
        padding-left: 30px;
    }
    
    .invst--rules {
        margin-top: 30px;
    }
    
    .footer-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    
    .footer-logo a {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
    }
    
    .cs__summary {
        margin-top: 30px;
    }
    
    @media(max-width: 767px) {
        .support_by {
            margin: 30px 0px;
        }
        .text_date1 li p:first-child {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .text_date1 li p:last-child {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .follow,
        .footer-menu-items {
            text-align: center;
        }
        .footer-menu-items ul,
        .footer-logo {
            justify-content: center;
        }
        .sc__campaigns--section {
            padding-bottom: 30px;
        }
        .sc__social--img li:last-child {
            margin-top: 30px;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .sc_catagory .select2-container,
        .sc_university .select2-container {
            width: 100% !important;
        }
    }
    /* Leaderboard Css*/
    
    .list {
        padding-left: 2rem;
        margin: 0 auto;
        padding: 40px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .list .item {
        position: relative;
        display: flex;
        align-items: center;
        background: white;
        height: 3rem;
        border-radius: 4rem;
        margin-bottom: 2rem;
        background: #00a6eb;
        transform-origin: left;
        cursor: pointer;
        flex: 0 0 47%;
        max-width: 47%;
        transition: transform 200ms ease-in-out;
        box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1), 0 1rem 2rem -1rem rgba(0, 0, 0, 0.3);
    }
    
    .list .item .pos {
        font-weight: 600;
        position: absolute;
        left: -2rem;
        text-align: center;
        font-size: 1.25rem;
        width: 1.5rem;
        color: #202020;
        opacity: 0.6;
        transition: opacity 200ms ease-in-out;
    }
    
    .list .item .pic {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        margin-right: 1rem;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
    }
    
    .list .item .name {
        flex-grow: 2;
        flex-basis: 10rem;
        font-size: 1.1rem;
        font-weight: 600;
        color: #ffffff;
    }
    
    .list .item .score {
        color: #ffffff;
        margin-right: 1.5rem;
    }
    
    .list .item .score:after {
        margin-right: 1rem;
        content: "points";
        color: #ffffff;
    }
    
    .list .item:hover {
        transform: scale(1.02);
    }
    
    .list .item:hover .pos {
        opacity: 0.8;
    }
    
    .sc__leaderboard .section-title {
        margin-bottom: 20px;
    }
    
    .image_fit {
        object-fit: cover;
    }
    
    @media(max-width: 992px) {
        .list .item {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .list .item .name {
            flex-basis: 4rem;
        }
    }
    
    @media(max-width: 767px) {
        .list .item .pic {
            height: 3.5rem;
            width: 3.5rem;
        }
        .list .item .score {
            margin-left: 0rem;
            font-size: 13px;
        }
        .list .item .score:after {
            margin-right: 0rem;
        }
    }
    
    @media(max-width: 380px) {
        .list .item .name {
            font-size: 14px;
        }
    }

    .us__board_members--block {
        margin: 100px 0;
    }
    .us__board_member--item {
        margin-bottom: 30px;
        border: 1px solid #e8e8e8;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        background: #ffffff;
        border-radius: 8px;
        height: calc(100% - 30px);
        padding: 25px 15px 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .us__board_member--item:hover {
        background: #00A7EB;
    background: -webkit-linear-gradient(top, #00A7EB, #A7E6FF);
    background: -moz-linear-gradient(top, #00A7EB, #A7E6FF);
    background: linear-gradient(to bottom, #00A7EB, #A7E6FF);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .us__board_member--item:hover .us__board_member--des h4 a, .us__board_member--item:hover .us__board_member--des h5 {
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .us__board_member--item .us__board_member--img {
        text-align: center;
    }
    .us__board_member--item .us__board_member--img img {
        width: 140px;
        height: 140px;
        border-radius: 12px;
        object-fit: cover;
    }
    .us__board_member--item .us__board_member--des {
        text-align: center;
        margin-top: 20px;
    }
    .us__board_member--item .us__board_member--des h4 a {
        color: #101010;
        font-size: 18px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .us__board_member--item .us__board_member--des h5 {
        font-size: 14px;
        line-height: 1.4;
        color: #00A6EB;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .us__board_member__social_share {
        position: relative;
        padding-top: 15px;
    }
    .us__board_member__social_share li a {
        color: #00A6EB;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        background-color: #ffffff;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    @media (max-width: 575px) {
        .us__board_members--block {
            margin: 50px 0;
        }
        .us__board_member--item {
            width: 80%;
            margin: 0 auto 30px;
        }
    }
    @media only screen and (min-width: 480px){
    .sc__login--section{
        margin-top:0 !important;
        padding: 5px 0 !important;
    }
    }