:root {
    --primary-color: #92D050;
    --secondary-color: #006fc0;
}


/* Start - ScrollBar */


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 50px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 50px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* End - ScrollBar */

html {
    scroll-behavior: smooth;
}

div.landing_banner {
    background-size: 100%;
    background-image: url('../images/bg_banner.png');
    margin-top: -95px;
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.partner_section {}

#Slider {
    background-size: unset;
    background-image: none;
    margin-top: unset;
    padding-top: unset;
}

.carousel-item .item {
    min-height: 370px !important;
    max-height: 370px !important;
}

.footer_Form h3 {
    font-size: 17px;
}

.membership_price h4 {
    text-decoration: underline;
}

.membership_price a.btn-membership {
    font-weight: 800;
    color: #ffffff !important;
    font-size: 18px;
}

.membership_price a.btn-membership:hover {
    color: #FFFFFF;
}

ul.membership_list li i {
    font-size: 20px;
}


/*
.hw_text span.text{
    background: none;
    color: #3b3b3b;
    font-weight: normal;
}
*/

ol.myOl {
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol.myOl li {
    counter-increment: my-awesome-counter;
    /*margin: 0.25rem;*/
    font-size: 20px;
    display: flex;
    padding-bottom: 12px;
}

ol.myOl li::before {
    content: counter(my-awesome-counter);
    background: #92D050;
    padding: 2px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    width: 2rem;
    height: 2rem;
    /*border-radius: 50%;*/
    display: inline-block;
    line-height: 2rem;
    /*color: white;*/
    text-align: center;
    margin-right: 0.5rem;
}

ul.hw_text_list li::before {
    color: #006fc0;
}


.home_learn_more:hover .bounce {
    cursor: pointer;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.why_join:hover:hover .bounce {
    cursor: pointer;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes gelatine {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes gelatine {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes wobble {
    0% {
        transform: translateY(0%);
    }
    15% {
        transform: translateY(-25%);
    }
    /* rotate(-5deg) */
    30% {
        transform: translateY(20%);
    }
    /* rotate(3deg) */
    45% {
        transform: translateY(-15%);
    }
    /* rotate(-3deg) */
    60% {
        transform: translateY(10%);
    }
    /* rotate(2deg) */
    75% {
        transform: translateY(-5%);
    }
    /* rotate(-1deg) */
    100% {
        transform: translateY(0%);
    }
}

@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
    }
}

.home_learn_more {
    cursor: pointer;
    /* -moz-animation: wobble 2s infinite;
    -webkit-animation: wobble 2s infinite; */
    animation: wobble 2s infinite;
}

.home_learn_more:hover {
    animation: alternate;
}

.why_join:hover {
    animation: alternate;
}

.Login_Form .form-control {
    height: 40px;
}

.Login_Form .signin_btn {
    margin: 0;
    height: 40px;
}

.Login_Form a {
    float: right;
}

.Registration .form-control {
    height: 40px;
}

.Registration button.btn-primary {
    background: #2A2840;
    width: 100%;
    height: 40px;
}

body #bodyOverflow {
    display: none;
    background: #0000006b;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s;
}

.sidenav {
    background-color: #fff;
    z-index: 999;
}

.sidenav a {
    color: #1F2930;
    font-weight: bold;
}

.sidenav a:hover {
    color: #208eff;
}

.Login_Form .form-control,
.Registration .form-control {
    height: 40px;
    border: 0;
    background: #F4F4F4;
}

.customRegistrationForSponsorAndSchool .Registration_Panel {
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
}

.customRegistrationForSponsorAndSchool .Registration_Panel_left {
    width: 45%;
    /*min-height: 100vh;*/
    height: 100%;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.customRegistrationForSponsorAndSchool .Registration_Panel_right {
    width: 55%;
    height: 100%;
    /*min-height: 100vh;*/
}

.customRegistrationForSponsorAndSchool .Registration_Panel_right .btnsPanel button.btn-warning {
    background: #006fc0;
    color: #fff;
    width: 300px;
    height: 40px;
}

.customRegistrationForSponsorAndSchool .schoolDes {
    padding: 10px 0;
}

.pr-1 {
    border-right: 1px solid #ccc;
}


/* Admin Dashboard */

.admindashboard button.publish {
    /*background: #BCBFC1;*/
    color: #fff;
    background-color: #006fc0;
    border-color: #006fc0;
    border: 0;
    padding-right: 25px;
}

.admindashboard .btn-dark:not(:disabled):not(.disabled).active,
.admindashboard .btn-dark:not(:disabled):not(.disabled):active,
.admindashboard .show>.btn-dark.dropdown-toggle {
    background-color: #006fc0;
}

.admindashboard button.btn-dark:disabled {
    background: #BCBFC1;
}

.addNewModal button.publish,
.editNewModal button.update {
    border: 1px solid #006FC0;
    background: #006FC0;
    padding: 8px 20px;
}

.addNewModal button.cancel,
.editNewModal button.cancel {
    border: 1px solid #006FC0;
    background: unset;
    color: #006FC0;
    padding: 8px 20px;
}

.content_panel .Inner_Panel h3 {
    color: #1F2930;
}

.content_panel .Inner_Panel h3.title:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #92D050;
}

.content_panel .Inner_Panel p {
    color: #1f2930d1;
}

.content_panel .Inner_Panel small {
    color: #BCBFC1;
}

.new_created_by_admin {
    background: #006FC0;
}

.new_created_by_admin .Inner_Panel h3,
.new_created_by_admin .Inner_Panel p,
.new_created_by_admin .Inner_Panel small,
.new_created_by_admin .edit a,
.new_created_by_admin .edit a:hover,
.new_created_by_admin .delete a {
    color: #fff;
}

.general_section .form-group {
    background: #F9F9F9;
    padding: 10px 0px;
    border-radius: 6px;
}

.general_section .form-group input.form-control {
    height: 40px;
    background: #fff;
    border: 0;
    outline: none;
}

.general_section .form-group input.form-control:focus {
    box-shadow: unset;
}

.ProfilePanel .ProfileCont p.company_name {
    color: #006fc0;
    font-weight: bold;
}

.ProfilePanel .ProfileCont p.address {
    color: #ADADAD;
}

.mailBoxContent .new-message a.newMsgBtn {
    color: #006FC0;
    font-weight: bold;
}

.mailBoxContent .new-message a.newMsgBtn i {
    border: solid 2px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.mailBoxContent input.form-control,
.mailBoxContent select.form-control {
    background: #fff !important;
}

.mailBoxContent .filtter {
    background: #F9F9F9;
    padding: 20px 0;
}

.adminMailPic {
    height: unset;
    width: unset;
    overflow: unset;
    border-radius: unset;
}

.adminMailPic img {
    height: 50px;
    border-radius: 50px;
    width: 50px;
    object-fit: cover;
}

#sendMessageModal .modal-dialog,
.sendMessageModal .modal-dialog {
    display: block;
    width: auto;
    position: relative;
    bottom: unset;
    right: unset;
}

.mailBoxContent select.form-control {
    max-width: unset !important;
}

.mailBoxContent a.msgReplyBtn i {
    color: #006FC0;
    font-size: 20px;
}

.mailBoxContent .mailShortText small.text-muted {
    font-size: 12px;
}

.viewMoreBtn,
.viewLessBtn {
    color: #006fc0;
    font-weight: bold;
}

.mailBoxContent p.createdat {
    padding-top: 10px;
    /*font-weight: 600;*/
}

.mailBoxContent .mailBoxDate input {
    border: 0;
}

.mailBoxContent .readAndUnRead {
    background: #F9F9F9;
    padding: 20px 0;
}

.form-check {
    line-height: 26px;
    display: inline-block;
    padding-right: 25px;
}

.form-check input {
    top: 0 !important;
    width: 15px;
    height: 15px;
}

.mailBoxContent a.mailboxDeleteSingle {
    color: #3B3B3B;
}

.mailBoxContent .notReadMessage {
    background: #e2fbe2;
    cursor: pointer;
}

.mailBoxContent .notReadMessage .center-details h6 {
    font-weight: bold;
}

.activitiesContent .filtter {
    background: #F9F9F9;
    padding: 20px 0;
}

.activitiesContent .form-group {
    background: #F9F9F9;
    padding: 10px 0px;
    border-radius: 6px;
}

.activitiesContent input,
.activitiesContent select,
.activitiesContent select.form-control {
    /*height: 40px;*/
    background: #fff !important;
    border: 0;
    outline: none;
    width: 100%;
    max-width: unset;
}

.activitiesContent input:focus,
.activitiesContent select:focus {
    box-shadow: unset;
}

.membershipsContent .filtter {
    background: #F9F9F9;
    padding: 20px 0;
}

.membershipsContent .form-group {
    background: #F9F9F9;
    padding: 10px 0px;
    border-radius: 6px;
}

.membershipsContent input,
.membershipsContent select,
.membershipsContent select.form-control {
    /*height: 40px;*/
    background: #fff !important;
    border: 0;
    outline: none;
    width: 100%;
    max-width: unset;
}

.membershipsContent input:focus,
.membershipsContent select:focus {
    box-shadow: unset;
}

.g-recaptcha div:first-child {
    margin: 0 auto;
}

.no-margin-auto .g-recaptcha div:first-child {
    margin: unset !important;
}


/* *****************  */

#news_feed_filter_form button.btn {
    margin-left: -10px;
}

.box_row_bg #news_feed_filter_form .form-control {
    border: 0;
}

#sidebar {
    position: fixed;
    /*z-index: 99;*/
    overflow-y: scroll;
    height: 100% !important;
}

#sidebar .profileCompletion ul li a,
#sidebar .profileCompletion ul li.active a,
#sidebar .profileCompletion ul li a:hover {
    /*border-left: 2px solid #006fc0;*/
    border: 0 !important;
}

.menu-bottom {
    /*position: fixed;*/
}

.numberProDone {
    color: #00B800;
    float: right;
}

.progressDone .progress-bar {
    background: #92D050;
}

.content_panel .Inner_Panel p.subtext {
    color: #3b3b3b94;
    font-size: 12px;
}

.color-92D050 {
    color: #92D050 !important;
}

.color-006FC0 {
    color: #006FC0 !important;
}

.color-006FC0 {
    color: #006FC0 !important;
}

.color-006FC0 {
    color: #006FC0 !important;
}

.color-DB3D3D {
    color: #DB3D3D !important;
}

.text-decoration-revert {
    text-decoration: revert !important;
}

.user-online {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    background: #13C906;
}

.user-offline {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    background: #686868;
}

.member-user-online {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    background: #13C906;
    position: relative;
    top: 30px;
    right: 15px;
}

.member-user-offline {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    background: #686868;
    position: relative;
    top: 30px;
    right: 15px;
}

.member_box .mb_header i {
    padding-left: 4px;
}

div#value_distinctive_designation_type {
    color: #006FC0;
    font-weight: 800;
}

.list-group-checkbox {
    margin-left: 10px;
}

.width-100 {
    width: 100%;
}

.content_panel .Inner_Panel h3.deadline {
    color: #006fc0;
    margin: 5px 0;
}

.content_panel .Inner_Panel p.project_category {
    color: #1f2930a8;
    height: auto;
    margin: 0;
    font-size: 14px;
    min-height: auto;
    padding-top: 5px;
}

.content_panel .Inner_Panel p.social_impact {
    color: #006FC0;
    height: auto;
    margin: 0;
    font-size: 16px;
    font-size: 14px;
    /* Edit For All */
    min-height: auto;
    padding-top: 5px;
}

.content_panel .Inner_Panel p.submission_description {
    min-height: auto;
    padding-top: 5px;
}

.ProfileTabs .showroom_box .showroom_img {
    /*height: 100%;*/
}

.submissions .showroom_img {
    position: relative;
    height: 200px;
}

.submissions .showroom_img img.project_cover_img {
    min-height: 200px !important;
    object-fit: cover;
}

.submissions .showroom_img .overlay {
    position: absolute;
    top: 35%;
    left: 10%;
    background: #ffffffe8;
    width: 80%;
    padding: 10px;
    /*opacity: 0;*/
    transition: 0.3s all;
    display: none;
}

.submissions .showroom_img .overlay a {
    font-size: 10px;
    padding: 5px;
}

.width-68 {
    width: 68%;
}

.width-28 {
    width: 28%;
}

.submissions .showroom_img:hover .overlay {
    /*opacity: 1;*/
    display: block;
}

.submissions .showroom_img .check {
    position: absolute;
    right: 8px;
    bottom: 20px;
    display: none;
}

.submissions .showroom_img .check a {
    background: #92D050;
    /*padding: 14px 18px;*/
    padding: 16px 19px;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
}

.submissions .showroom_img .check i {
    color: #ffffff;
}

.done-final-select {
    position: absolute;
    right: 34%;
    top: 34%;
    background: #006fc0;
    padding: 21px 28px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
}

.max-width-600 {
    max-width: 600px !important;
}

.showroom_box_profile .float-right {
    width: 75%;
}

.color_006fc0 {
    color: #006fc0 !important;
}

.color_993366 {
    color: #993366 !important;
}

line-height-normal {
    line-height: normal !important;
}

.height-auto {
    height: auto !important;
}

.submissionContent {
    /*height: 450px;*/
    /*object-fit: cover;*/
}

.submissionContent .submissionImg img {
    min-height: 555px;
    max-height: 555px;
    object-fit: cover;
}

.submissionContent .submissionBox_main {
    /* padding: 1rem 0.5rem; */
    padding: 3rem 1rem;
}

.download-attachments a {
    background: #006FC0;
    color: #fff;
    padding: 10px 10px;
    border-radius: 6px;
}

.postCover .overlay {
    width: 100%;
    height: 100%;
    background: #0000006b;
    position: absolute;
}

.bulletinModal .modal-header img {
    height: 205px;
    object-fit: cover;
}

.modal-header img {
    width: 150px;
    padding: 20px 0 0;
}

.profileBadge {
    padding: 5px 10px;
    background: #3B3B3B;
}

.bulletinModal .post-info span {
    padding: 5px 10px;
    line-height: unset;
}

.badge-993366 {
    background: #993366;
}

.projectFiles .img-thumbnail {
    padding: 0;
    border: 0;
}

.badge {
    font-weight: 600;
}

.member_box .mb_header .badge-light {
    max-width: 170px;
}

.showroom_box_main p {
    min-height: auto;
}

.showroom_box_main .project_category {
    color: #1f2930a8;
    height: auto;
    margin: 0;
    font-size: 14px;
    min-height: auto;
    padding-top: 5px;
}

.showroom_box_main .social_impact {
    color: #006FC0;
    height: auto;
    margin: 0;
    font-size: 16px;
    min-height: auto;
    padding-top: 5px;
}

.news_and_events_block_video {
    padding: 20px 40px;
    border-radius: 20px;
    text-align: center;
}

.news_and_events_block_video .artplus_news_and_events_btn {
    margin-top: 20px;
    background: #E4EBF1;
    color: #3B3B3B;
    font-size: 18px;
    font-weight: bold;
    border-radius: 9px;
    border-bottom: solid 5px #006fc0;
    border-left: solid 5px #006fc0;
}

.news_and_events_block {
    background: #006fc0;
    padding: 20px 40px;
    border-radius: 20px;
    text-align: center;
}

.news_and_events_block img {
    width: 100px;
}

.news_and_events_block p {
    padding: 10px 0;
    color: #fff !important;
    margin: 0;
}

.news_and_events_block span {
    padding: 0 0 10px;
    color: #fff !important;
}

.news_and_events_block .check_out {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: #006fc0;
    color: #fff;
    padding: 8px 25px;
    font-size: 16px;
}

.bulletinPanel .search-text {
    border-bottom: 0;
}

.bulletin-box h4 {
    padding-bottom: 5px;
}

.bulletin-box h4 {
    border-bottom: #ffa550 solid 2px;
}

.bulletin-box .post_category {
    color: #006FC0;
    padding-bottom: 5px;
}

.bulletin-box a.likes i {
    color: #006FC0;
}

.bulletin-box a.comments i {
    color: #92D050;
}


/* Start Custom Notification */

.devMohNotifications {}

.devMohNotifications .notification-box {}

.devMohNotifications .notifications-box {
    display: none;
    max-width: 330px;
    min-width: 330px;
    /*transform: translate3d(0px, 39px, 0px);*/
    /*transform: translate3d(-268px, -4px, 0px);*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    /*min-width: 10rem;*/
    padding: 0.5rem 0;
    margin: -0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    left: inherit;
    right: 0px;
    line-height: normal;
}

.devMohNotifications .notifications-box.show {
    display: block;
}

.devMohNotifications .notifications-box .notifications-header {
    display: block;
    font-size: .875rem;
    text-align: center;
    padding: 0.5rem 1rem;
    color: #6c757d;
}

.devMohNotifications .notifications-box .notifications-footer {
    display: block;
    font-size: .875rem;
    /*padding: 0.5rem 1rem;*/
    text-align: center;
    padding: 0;
}

.devMohNotifications .notifications-box .notifications-content .content-divider {
    height: 0;
    /*margin: 0.5rem 0;*/
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.devMohNotifications .notifications-box .notifications-content .notifications-content-item {
    /*padding: 0.5rem 1rem;*/
    padding: 0.8rem 1rem;
    display: block;
    width: 100%;
    /*padding: 0.25rem 1rem;*/
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    /* background-color: transparent; */
    border: 0;
}


/* End Custom Notification */

.projectBanner div.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.42);
}

.projectBanner .backBtn {
    position: absolute;
    top: 10%;
    left: 15px;
    color: #fff;
    width: 100%;
}

.projectBanner .backBtn a {
    color: rgba(59, 59, 59, 0.71);
    background: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 18px;
}

.projectBanner .post-info span.badge {
    padding: 5px 10px;
    line-height: normal;
}

.projectBanner .post-info span.badge-secondary {
    background: #BCBFC1;
}

.projectDesc h2 {
    /*display: inline-block;*/
}

.projectDesc p {
    /*display: inline-block;*/
}

.projectDesc .rulesBox {
    background: #fff;
    padding: 5px 15px;
    border: solid 1px #D9D9D9;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107 !important;
}

.member_box .mb_header .badge-warning {
    background: #ffe9c1 !important;
    color: #006fc0;
}

.bg-F9F9F9 {
    background: #F9F9F9;
}

.bg-006fc0 {
    background: #006fc0 !important;
}

.color-006fc0 {
    color: #006fc0 !important;
}

.ProjectCont h2 {
    color: #1F2930;
    font-size: 16px;
    font-weight: 600;
    /*margin: 0;*/
}

#sidebar li:first-child {
    margin-top: 45px;
}

div.box-alert-confirm-registration {
    display: inline-block;
    line-height: 55px;
    padding: 0px 20px;
    margin-left: 20px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    /*position: fixed;
    bottom: 21.5%;
    left: 0;
    width: 200px;
    line-height: normal;
    padding: 10px;
    z-index: 9999999;
    margin: 0;*/
}

.invite_btn {
    background: #cfe8fb;
    padding: 2px 20px;
    border-radius: 6px;
    color: #006FC0;
    font-weight: 600;
    transition: 0.3s all;
}

.post-info-right {
    right: 0;
}

.projectFiles img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.projectFiles .div_file {
    background: #e1e1e1;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.like {
    font-weight: 600;
    color: #ffa550;
}

.like:hover {
    font-weight: 600;
    color: #ffa550;
}

.like i {
    font-weight: 600;
    color: #ffa550 !important;
}

.comments-box {
    display: none;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 10px;
}

.comments-box ul {
    list-style: none;
    padding: 0 15px 10px;
}

.comments-box ul li {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 12px;
}

.comments-box ul li:last-child {
    border: 0;
}

.comments-box ul li span {
    float: right;
    color: #bcbfc1;
}

.comments-box input {
    height: 35px;
}

.comments-box ul li i {
    font-size: 16px;
    margin-right: 6px;
    color: #1f2930d1;
}

.comments-box ul li p {
    margin-left: 22px;
    color: #1f2930d1;
}

.deletenews.edit,
.deletenews {
    padding-right: 10px;
}

a.delete {
    color: #ffffff !important;
}

.color_006FC0 {
    color: #006FC0 !important;
}

.ProjectCont p {
    height: auto;
    margin: 0;
}

.showroom_box_row .showroom_box {
    height: 100% !important;
}

.showroom_box_row .showroom_box {
    /*font-size: 12px;*/
}

.showroom_box_row .showroom_box p i {
    color: #9D9D9D;
    font-size: 16px;
    /*line-height: 27px;*/
}

.submissionBox_main h3.h3 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.submission-like a i {
    color: #9D9D9D;
    font-size: 20px;
    transition: 0.2s all;
}

.submission-like a:hover i {
    color: #ffa550;
}

.projectBanner img {
    min-height: 200px;
    object-fit: cover;
}

.showroom_box_row .showroom_box img.project_cover_img {
    min-height: 150px;
    object-fit: cover;
}

.ProjectImg img.project_cover_img {
    object-fit: cover;
}

.box-questions {
    max-height: 600px;
    overflow-y: scroll;
}

.box-questions .question {
    width: 70%;
    background: #fff4f4;
    padding: 10px 10px;
    border-radius: 6px;
}

.box-questions .answer {
    width: 70%;
    background: #e7f5d7;
    padding: 10px 10px;
    border-radius: 6px;
}

.box-questions .answer-textarea {
    width: 70%;
}

.box-questions .answer-textarea textarea {
    background: #e7f5d7;
    /*padding: 10px 10px;*/
    border-radius: 6px;
    height: 50px;
}

#sidebar .profileCompletion ul li a {
    font-size: 12px !important;
}

#sidebar .profileCompletion ul li:first-child {
    margin-top: 0px;
}

.showroom_box_footer {
    padding-top: 5px;
}

.showroom_box_footer p {
    font-size: 14px;
}


/* Start invoice-outer */

.invoice-outer {}

.invoice-outer h1 {
    color: #92D050;
    font-weight: 600;
}

.invoice-outer button.invoice-summary {
    width: 100%;
    padding: 6px 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.invoice-outer p {
    font-size: 15px !important;
    padding-left: 30px;
}

.invoice-outer table.table tr.bg-green {
    height: 40px;
    line-height: 30px;
}

.invoice-outer .table td,
.invoice-outer .table th {
    /*padding: 0.55rem;*/
}

.invoice-outer .smallFonts label {
    font-size: 14px;
    cursor: pointer;
}

.invoice-outer input[type="radio"] {
    /*height: 18px;*/
    /*width: 18px;*/
    margin-right: 0px;
    cursor: pointer;
}

.invoice-outer .table td.payment-to {
    color: #3B3B3B;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.invoice-outer button#acceptTerms {
    border-radius: 0;
    padding: 10px 15px;
}

.invoice-outer .alert-code {
    line-height: 40px;
}

.invoice-outer .invoice_code {
    color: #DB3D3D;
    font-weight: 700;
    border: solid 1px #DB3D3D;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    width: 180px;
}


/* End invoice-outer*/

.color-006fc0 {
    color: #006fc0 !important;
}

.color-3B3B3B {
    color: #3B3B3B !important;
}

.membershipModal {
    font-size: 14px;
}

.membershipModal h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #993366;
    font-size: 22px;
}

.membershipModal a {
    padding: 8px 30px;
    font-size: 16px;
}

.membershipModal .bg-green {
    color: #FFFFFF;
    background-color: #92D050;
}

.membershipModal tr th {
    font-size: 14px;
}

.membershipModal td {
    border: solid 0;
    font-size: 14px;
}

.minuteRow {
    color: #006FC0;
}

.minuteRow.expired {
    color: red !important;
}

.Registration_Panel2_left {
    background-size: 100%;
    background-position: top;
    background-color: #9ea4b2;
}

.signup_sponsor .Registration_Panel_left {
    background: url(../images/business_leaders.jpg);
    background-size: 100%;
    background-position: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-top: 155px;
}

.nonprofit .Registration_Panel_left {
    background: url(../images/business_leaders.jpg);
    background-size: 100%;
    background-position: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-top: 155px;
}

.signup_school .Registration_Panel_left {
    background: url(../images/higher-singup.jpg);
    background-size: 100%;
    background-position: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-top: 155px;
}

.signup_student .Registration_Panel_left {
    background: url(../images/nonprofit-singup.jpg);
    background-size: 100%;
    background-position: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-top: 155px;
}

.ProjectImg {
    height: 200px;
    position: relative;
}

.ProjectImg img {
    min-height: 200px;
}

.ProjectImg .submission-count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ffffffbf;
    padding: 5px;
    border-radius: 10px;
}

.submission-count a:hover {
    color: #333 !important;
}

.shortlisted_invite_btn {
    opacity: 0.6;
}

.back_to_top svg .a {
    transition: 0.3s all;
}


/*.back_to_top svg .a:hover{

}*/

.no-background {
    background: unset;
    background-image: unset !important;
}

.member_bg_strip {
    height: 175px;
}

.customClose {
    float: right;
    text-align: right;
    right: 25px;
    position: absolute;
    font-size: 30px;
}


/* ------------------------------------------------------------------------------------------------ */


/*the container must be positioned relative:*/

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* -------------------------------------------------------------------------------------------- */

.header_actions .dropdown-menu.show {
    border: 0;
    margin-top: 10px;
    box-shadow: 0px 0px 7px 0px #00000026;
    border-radius: 15px;
}

.header_actions .dropdown-menu.show a.dropdown-item {
    border: 0;
    padding: 8px 15px;
    font-size: 14px;
}

.header_actions .dropdown-menu.show a.dropdown-item:nth-child(1n+4) {
    color: #D50000 !important;
}

.header_actions .dropdown-menu.show a.dropdown-item:hover:first-child {
    border-radius: 15px 15px 0 0;
}

.header_actions .dropdown-menu.show a.dropdown-item:hover:nth-child(1n+4) {
    border-radius: 0 0 15px 15px;
}

.tox .tox-statusbar {
    display: none !important;
}

#invite_btn_hidden,
#invite_btn_hidden2 {
    background: #cfe8fb;
    padding: 2px 20px;
    border-radius: 6px;
    color: #006FC0;
    font-weight: 600;
    transition: 0.3s all;
    opacity: 0.6;
    cursor: context-menu;
}

.ConnectUs ul li span,
.Links ul li a,
.copyright {
    color: #fff;
    /* margin-top: 10%; */
}

.border-radius-3 {
    border-radius: 3px;
}

.border-solid {
    border: solid 1px #D9D9D9;
}

.custom-control-label::before {
    background-color: #ffffff;
    /*border: solid 2px #707070;*/
    border: solid 0.1em #5e5e5e;
    /*border: solid 0.2em #ccc;*/
}

.custom-control-label::after {
    /*border: solid 2px #006FC0;*/
    /*border-radius: 50px;*/
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.search-text.linksshowing li a.active {
    color: #fea400;
    border-bottom: 3px solid #fea400;
}

#sidebar ul li a span {
    /*padding-left: 10px;*/
    padding: 0;
}

.denied {
    /* in memberships page */
    padding: 6px 10px;
    background: #3B3B3B;
    border: solid 1px #707070;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

.approved {
    /* in memberships page */
    padding: 6px 10px;
    background: #92D050;
    border: solid 1px #92D050;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}


/* new */

.f_boxes img {
    transition: 0.3s all;
    cursor: pointer;
}

.f_boxes img:hover {
    transform: scale(1.2);
}

.membership_heading {
    z-index: 1;
    /*transform: rotate(180deg);*/
}

.membership_content {
    z-index: 99999;
}

.membership_box {
    transition: 0.3s all;
    cursor: pointer;
}

.membership_box:hover {
    transform: scale(1.1);
}

.membership_join_link a {
    border-radius: 3px;
    transition: 0.3s all;
}

.membership_join_link a:hover {
    background: #fff;
    color: #006fc0 !important;
}

@keyframes hoverIn {
    from {
        fill: #92D050
    }
}

.back_to_top svg .a {
    animation: hoverIn 1s infinite alternate;
}

.landing_header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
}

.mt-85 {
    margin-top: 85px !important;
}

.font-20 {
    font-size: 20px !important;
}

.landing_feature_cont ol li b {
    display: contents;
}

h2.slider-title {}

h2.slider-title::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #92D050;
    display: block;
    margin-top: 7px;
}

.slide .item {}

.fileUploadBar {
    /*height: 9px;*/
    /*width: 220px;*/
    /*display: inline-block;*/
    /*background: #3B3B3B;*/
    /*margin-left: -5px;*/
    /*border-radius: 5px;*/
    height: 9px;
    width: 220px;
    display: inline-block;
    background: #006FC0;
    margin-left: -5px;
    border-radius: 5px;
}

.width-500 {
    width: 500px;
}

.fileUploadBarWarpper i {
    cursor: pointer;
    font-size: 16px;
    margin-right: 2px;
}


/* **********************************************************
 ******** Content Website Panel *****************************
 ********************************************************* */

.content_website_panel .content_box {
    background: #006FC0;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 25px;
    transition: 0.3s all;
    margin: 0 60px 60px;
    /* remove if no margin */
}

.content_website_panel .content_box img {
    width: 100%;
    transition: 0.3s all;
    margin-bottom: 10px;
}

.content_website_panel .content_box:hover {
    background: #2987c0;
}

.content_website_panel .content_box:hover img {
    margin-bottom: 0px;
    margin-top: 10px;
}

.content_website_panel .content_box h4 {
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
}

.content_faqs_page .page_subtitle,
.content_showroom_page .page_subtitle,
.content_members_page .page_subtitle,
.content_terms_of_use_page .page_subtitle,
.content_privacy_policy_page .page_subtitle,
.page_subtitle {
    font-weight: 600;
    color: #92D050;
    font-size: 20px;
    font-weight: 600;
}

.content_home_page,
.content_faqs_page,
.content_terms_of_use_page,
.content_privacy_policy_page,
.content_members_page {}

.content_home_page input,
.content_faqs_page input,
.content_terms_of_use_page input,
.content_privacy_policy_page input,
.content_members_page input {
    height: 50px;
}

.content_home_page textarea,

/* .content_faqs_page textarea, */

.content_terms_of_use_page textarea,
.content_privacy_policy_page textarea,
.content_members_page textarea {
    height: 117px;
}

.content_faqs_page textarea {
    height: 83px;
}

.content_home_page label.image-file,
.content_faqs_page label.image-file,
.content_terms_of_use_page label.image-file,
.content_privacy_policy_page label.image-file,
.content_members_page label.image-file {
    padding: 4px 10px;
    background: #006FC0;
    display: table;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

.contentFileUploadBarWarpper i {
    font-size: 16px;
}

.contentFileUploadBarWarpper .contentFileUploadBar {
    height: 9px;
    width: 220px;
    display: inline-block;
    background: #006FC0;
    margin-left: -5px;
    border-radius: 5px;
}

.content_faqs_page a.add_new_faq,
.content_home_page a.add_new_item,
.content_members_page a.add_new_item {
    font-size: 18px;
}

.content_faqs_page a.add_new_faq i,
.content_home_page a.add_new_item i,
.content_members_page a.add_new_item i {
    background: #006FC0;
    font-size: 20px;
    color: #fff;
    padding: 14px 16px;
    border-radius: 6px;
}

.font-14 {
    font-size: 14px !important;
}


/* End Content Website Panel */

.project-status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px;
    border-radius: 10px;
    border: solid 2px #ffffff;
}

.bg-green {
    background: #92d050 !important;
}

.bg-red {
    background: red !important;
}

.bg-yellow {
    background: #ffc107 !important;
}

.Profile_banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.Profile_banner .overlay {
    background: black;
    width: 100%;
    height: 100%;
    /*z-index: 9999;*/
    position: absolute;
    top: 0;
    opacity: 0.6;
    color: #fff;
    text-align: center;
}

.Profile_banner .overlay h2 {
    margin: 80px 0;
}

.Profile_banner .inputs {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.Profile_banner label {
    cursor: pointer;
    margin: 0;
}


/*.Profile_banner input.cancel{
    position: absolute;
    right: 10px;
    bottom: 10px;
}*/

.owl-carousel .owl-item img.profile_icon {
    display: unset;
    width: auto;
}

.owl-carousel .owl-item .profile button {
    margin: 0 auto;
    display: block;
}

.our-partners .partners .member_description {
    background: #92D050;
    margin-top: -30px;
    display: inline-block;
    padding-top: 30px;
}

.our-partners .partners .member_description .viewMoreBtn,
.our-partners .partners .member_description .viewLessBtn {
    color: #3B3B3B;
}

.our-partners .partners .img_box {
    height: 157px;
    overflow: hidden;
}

.our-partners .partners .member_description h3 {
    font-size: 16px;
}

.b-0 {
    border: 0 !important;
}


/* Start - First Section */

.first-section {
	padding-top: 195px;
    margin-bottom: 90px;
    min-height: 620px;
    background-size: 100% 92%;
}

.first-section .vector-image img {
    width: 100%;
    /*position: relative;*/
    /*right: -120px;*/
}

.first-section h3 {
    /* color: #92D050; */
    font-size: 26px;
    font-weight: 500;
}

.first-section .bd-callout {
    padding: 0.2rem 0.5rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    /*background-color: red;*/
    border-left: 0.60rem solid #92D050;
    font-size: 16px;
    color: #3B3B3B;
    font-weight: 500;
}


/* First Section Right Side */

.first-section-right {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.tab-image-top {
    max-width: 50%;
    display: block;
    margin-left: 30%;
    margin-top: 10%;
}


/* Youtube PLay Button with Effect */


/* Rounded TExt */

.wrapper {
    margin: auto;
    height: 20rem;
    width: 20rem;
    position: relative;
}

svg {
    display: block;
    /* fill: white; */
    font-family: monospace;
    font-weight: bold;
    height: 100%;
    margin: auto;
    /* text-transform: uppercase; */
    width: 100%;
}

.svg-text {
    float: left;
    max-width: 150px;
    max-height: 150px;
    /* margin-left: 30%; */
    /* margin-top: 10%; */
}

.play-button-text {
    /* font-size: 20px; */
    color: #036FC0 !important;
}

.play-button {
    position: absolute;
    top: 0;
    right: 40%;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 300px;
    left: -188px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 150px;
    height: 150px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 0px;
}

.video-play-button .image {
    position: relative;
    z-index: 3;
    max-width: 107%;
    margin-top: 70%;
    width: auto;
    height: auto;
    margin-left: 404%;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
}

.play-icon {
width: 43px;
    height: 56px;
    margin-top: -166px;
    margin-left: 669px;
}

@keyframes crescendo {
    0% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1.2);
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}


/* Youtube Play Button with Effect end */


/* End - First Section */


/* Start - JoinEcoSystem */

.sponsers_Tab .TabPanel_Cont .d-table,
.schools_Tab .TabPanel_Cont .d-table,
.students_Tab .TabPanel_Cont .d-table {
    min-height: 340px;
}

.tab_panel {
    background-repeat: no-repeat;
    background-size: 56%;
    /*background-position: right;*/
    /*background-attachment: fixed;*/
    background-position: top right;
}


/* sponsers_Tab */

.sponsers_tab_col .TabPanel_Right {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.schools_Tab .TabPanel_Right {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.students_Tab .TabPanel_Right {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.why_sponsors1 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.why_sponsors2 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.why_sponsors3 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.TabPanel_Right {
    /*padding-top: 350px;*/
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}


/* End - JoinEcoSystem */

.JoinEcoSystem::after {
    content: unset;
}

.sponsers_Tab .lean_join a.learnMore,
.popup-visit-btn {
    color: #006fc0;
    background: #fff;
}

.schools_Tab .lean_join a.learnMore {
    color: #006fc0;
    background: #fff;
}

.students_Tab .lean_join a.learnMore {
    color: #006fc0;
    background: #fff;
}

.btn-003266 {
    background-color: #003266 !important;
    border-color: #003266 !important;
}

.btn-003266:not(:disabled):not(.disabled).active:focus,
.btn-003266:not(:disabled):not(.disabled):active:focus,
.show>.btn-003266.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 50 102);
}

span.student {
    background: #003266;
    color: #ffffff;
    font-weight: 600;
    padding: 3px 13px;
    border-radius: 35px;
    margin: 6px 0;
    font-size: 12px;
    display: inline-block;
}

img.icon-alert {
    width: 25px;
    margin: 0 auto;
}

.submissionBox .showroom_img img {
    width: 100%;
}

.divBackBtn .backBtn {
    position: absolute;
    top: 10%;
    left: 15px;
    color: #fff;
    width: 100%;
}

.divBackBtn .backBtn a {
    color: rgba(59, 59, 59, 0.71);
    background: #fff;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 18px;
}


/* Ambassador section Bg */

.ambassador-section {
    /*background-image: url("../images/bg-amb-section.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -30px;
}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .vector-image {
        /* display: none; */
    }
    .pl-100 {
        padding-left: 100px;
    }
}


/* */

@media (max-width:991.99px) {
    .first-section .vector-image img {
        margin-top: 40px;
        /*position: unset;*/
        /*right: unset;*/
    }
}

@media (min-height: 1200px) {
    .first-sec {
        min-height: 350px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
    .first-section{
       background-image: none; 
       padding-top: 40px;
    }
}

 Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 540px) {
    .first-section{
       background-image: none; 
       padding-top: 40px;
    }
}

 Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {
    .vector-image{
       
    }
}

*/

@media (max-width: 480px) {
    .first-section {
        padding-top: 30px;
        margin-top: 100px;
        background-image: none;
        min-height: 430px;
    }
    .play-button {
        margin-bottom: 150px;
        margin-left: -15px;
    }
    .video-play-button {
        top: 100px;
    }
    .svg-text {
        margin-left: 28%;
        margin-top: 3%;
    }
    .first-section-mobile-bg {
        display: block;
    }
    .customRegistrationForSponsorAndSchool .Registration_Panel {
        overflow: auto;
    }
    .customRegistrationForSponsorAndSchool .Registration_Panel_left {
        width: 100%;
        padding-bottom: unset;
        margin-bottom: unset;
        margin-top: 1px;
    }
    .customRegistrationForSponsorAndSchool .Registration_Panel_right {
        width: 100%;
    }
    .customRegistrationForSponsorAndSchool .Registration_Panel .Login_Panel_left,
    .Registration_Panel_right {
        height: auto;
        width: 100%;
        padding-bottom: 15px;
    }
    /* Start - JoinEcoSystem */
    .sponsers_Tab .TabPanel_Cont,
    .schools_Tab .TabPanel_Cont,
    .students_Tab .TabPanel_Cont {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        min-height: auto;
    }
    .sponsers_Tab {
        background: unset;
    }
    .schools_Tab {
        background: unset;
    }
    .students_Tab {
        background: unset;
    }
    .sponsers_tab_col {
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .schools_tab_col {
        /* background-image: url('../images/schools.jpg'); */
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .students_tab_col {
        /* background-image: url('../images/students.jpg'); */
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .partner-heading {
        margin-top: 9rem !important;
    }
    /* End - JoinEcoSystem */

}


/* Tab Content Section Styles */

.feature_box {
    border: 2px solid #92D050;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin: 15px 0 30px;
    background: #ffffff;
}

.sponsor-tab-heading {
    font-size: 28px;
    font-weight: 600;
    color: #92D050 !important;
    background: #fff;
    padding: 5px 15px;
    margin: -28px 0 0 20px;
    float: left;
}

.school-tab-heading {
    font-size: 28px;
    font-weight: 600;
    color: #006fc0 !important;
    background: #fff;
    padding: 5px 15px;
    margin: -28px 20px 0 0;
    float: right;
}

.student-tab-heading {
    font-size: 28px;
    font-weight: 600;
    color: #003366 !important;
    background: #fff;
    padding: 5px 15px;
    margin: -28px 0 0 20px;
    float: left;
}

.landing_feature_cont p {
    text-align: left;
    /*font-weight: bold;*/
    line-height: 2rem;
}

.landing_feature_cont .font-weight-bolder {
    text-align: center;
    font-weight: bold;
}

.f-boxes {
    padding: 20px 15px;
    /* background: #f4faed; */
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.f-boxes img {
    max-height: 60px;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
    border-style: none;
}

.feature-name {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
    width: 600px;
    line-height: 18px;
    font-weight: bold;
    font-size: 15px;
    color: #3B3B3B;
}

.item {
    margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
    .feature-name {
        font-size: 12px;
    }
    .sponsor-tab-heading {
        margin: -28px 20px 0 20px;
    }
    .school-tab-heading {
        margin: -28px 20px 0 20px;
    }
    .student-tab-heading {
        margin: -28px 20px 0 20px;
    }
    /* .TabPanel_Right {
        margin-top: 100px;
    } */
    .JoinEcoSystem {
        margin-top: 0;
    }
    
    .JoinEcoSystem ul.nav.nav-tabs li a.active em::after {
        height: 6px;
        width: 100%;
        background-image: url(https://www.elevateimpact.com/public/general_assets/images/border-buttom-college.png);
        position: absolute;
        content: '';
    }
}

@media (max-width: 980px) {
    .TabPanel_Cont h4 {
        font-size: 18px;
    }
    .TabPanel_Cont h3 {
        font-size: 16px;
    }
    .TabPanel_Cont ul li {
        margin: 10px 0;
        font-size: 18px;
    }
}


/* Tab Content Section Styles End */

.ambassador-section {
    /*background-image: url("../images/bg-amb-section.png");*/
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-amb::before {
    content: '';
    background-image: url('../images/shape-left.png');
    position: absolute;
    top: 60%;
    left: -115px;
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
}

.swiper {
    margin: 20px 0;
}

.swiper-wrapper1 {
    margin: 18px 0 0 30px !important;
}

.swiper-wrapper {
    margin: 40px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-tab-img {
    display: block;
    width: 76%;
    height: 100%;
    object-fit: cover;
    margin-left: -12%;
}

.swiper-slide1 .swiper-slide-tab-img {
    display: block;
    width: 70%;
    height: 100%;
    object-fit: cover;
    margin-left: 20%;
}

.swiper-pagination1 {
    text-align: center;
    margin-top: -7px;
}


/* Top section tab responsive design */

@media (max-width: 320px) {
    .first-section-right {
        height: 300px;
    }
    .landing_header a.navbar-brand img {
        max-width: 210px;
    }
    .output .cursor {
        font-size: 20px;
    }
    .first-section h3 {
        margin-top: -60px;
    }
    .swiper-slide-tab-img {
        margin-top: 44px;
        width: 70%;
        margin-left: -10px;
    }
    .video-play-button .image {
        margin-top: 90%;
        margin-left: 24%;
        width: 43%;
    }
    .play-icon {
        margin-left: 57px;
        margin-top: -82px;
        width: 16%;
        height: 21%;
    }
    .TabPanel_Cont {
        padding: 30px 3px 30px 5px;
    }
    .TabPanel_Cont h4 {
        font-size: 18px;
    }
    .TabPanel_Cont h3 {
        font-size: 15px;
    }
    .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .swiper-pagination1 {
        margin-top: -3px;
        margin-left: 23px;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .first-section-right {
        height: 240px;
    }
    .landing_header a.navbar-brand img {
        max-width: 210px;
    }
    .output .cursor {
        font-size: 20px;
    }
    .first-section h3 {
        margin-top: -45px;
        margin-left: 12px;
    }
    .swiper-slide-tab-img {
        margin-top: 85px;
        width: 87%;
        margin-left: -18%;
    }
    .video-play-button {
        left: 50px !important;
    }
    .video-play-button .image {
        max-width: 52%;
        margin-top: 895%;
        margin-left: -103px;
    }
    .play-icon {
        width: 25px;
        height: 30px;
        margin-left: -53px;
        margin-top: 167px;
    }
    .TabPanel_Cont {
        padding: 30px 3px 30px 5px;
    }
    .TabPanel_Cont h4 {
        font-size: 20px;
    }
    .TabPanel_Cont h3 {
        font-size: 16px;
    }
    .partner_section::before {
        top: -100px;
    }
    .play-button {
        right: 25%;
    }
    .swiper-pagination1 {
        margin-top: -4px;
    }
}

@media (max-width: 480px) and (min-width: 441px) {
    .swiper-slide-tab-img {
        margin-top: 58px;
    }
}

@media (max-width: 440px) and (min-width: 400px) {
    .swiper-slide-tab-img {
        margin-top: 70px;
    }
}

@media (max-width: 399px) and (min-width: 360px) {
    .swiper-slide-tab-img {
        margin-top: 67px;
    }
}

@media (max-width: 330px) and (min-width: 320px) {
    .swiper-slide-tab-img {
        margin-top: 88px;
    }
}

@media (max-width: 650px) and (min-width: 481px) {
    .first-section-right {
        height: 285px;
    }
    .swiper-slide-tab-img {
        width: 63%;
        margin-top: 20px;
        margin-left: 3%;
    }
    .mySwiper1 {
        margin: 0;
    }
    .video-play-button .image {
        margin-left: 35%;
        max-width: 65%;
        margin-top: 40%;
    }
    .play-icon {
        margin-left: 90px;
        margin-top: -113px;
        width: 25px;
        height: 35px;
    }
}

@media (max-width: 520px) and (min-width: 481px) {
    .swiper-slide-tab-img {
        width: 68%;
    }
}

@media (max-width: 767px) and (min-width: 651px) {
    .first-section-right {
        height: 400px;
    }
    .swiper-slide-tab-img {
        width: 72%;
        margin-top: 40px;
    }
    .video-play-button .image {
        margin-top: 75%;
        margin-left: 40%;
    }
    .play-icon {
        margin-left: 105px;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .first-section-right {
        height: 360px;
    }
    .swiper-slide-tab-img {
        margin: 0;
        width: 61%;
        margin-left: 5%;
        margin-top: 5px;
    }
    .video-play-button {
        margin-top: 25px;
    }
}

@media (max-width: 991px) and (min-width: 851px) {
    .first-section-right {
        height: 450px;
    }
    .swiper-slide-tab-img {
        width: 70%;
        margin-top: 30px;
    }
    .video-play-button .image {
        max-width: 80%;
        margin-top: 100%;
        margin-left: 70%;
    }
    .play-icon {
        width: 30px;
        height: 35px;
        margin-top: -130px;
        margin-left: 153px;
    }
    .swiper-pagination1 {
        margin-left: 57px;
        margin-top: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .swiper-slide-tab-img {
        margin-top: 42px;
        width: 65%;
    }
    .video-play-button .image {
        margin-top: 60%;
        margin-left: 35%;
        max-width: 60%;
    }
    .play-icon {
        margin-left: 90px;
        width: 20px;
        height: 25px;
        margin-top: -106px;
    }
}


/* Type Writer Effect */

.output {
    color: #3B3B3B;
}


/* Cursor Styling */

.cursor::after {
    content: '';
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

h1.cursor {
    display: inline;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #3B3B3B;
}

h1.cursor::after {
    height: 24px;
    width: 13px;
    /* border-right: 4px solid gray; */
}

p.cursor::after {
    height: 13px;
    width: 6px;
}

p.cursor {}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width:1400px) and (min-width:768px) {
    .TabPanel_Cont {
        color: #fff;
        margin-left: -15px;
        padding: 10px 50px 18px 45px;
        border-radius: 0 93px 100px 0;
        width: 125%;
    }
}

@media screen and (max-width:1200px) {
    .TabPanel_Cont {
        border-radius: 0;
        width: 115% !important;
    }
}

@media screen and (max-width:767px) {
    .TabPanel_Cont {
        color: #3B3B3B;
        padding: 15px;
        border-radius: 0;
        width: 100% !important;
        margin-left: 0 !important;
    }
    #why_sponsor .col-md-6.col-sm-7,
    #why_sponsor .col-md-6.col-sm-5 {
        max-width: unset !important;
        flex: unset !important;
        width: 100% !important;
    }
    #why_sponsor .col-md-6.col-sm-7 .TabPanel_Cont,
    #why_sponsor .col-md-6.col-sm-5 .TabPanel_Cont {
        width: 100% !important;
    }
}

@media screen and (max-width:1500px) and (min-width:1201px) {
    .TabPanel_Cont {
        border-radius: 0 200px 200px 0 !important;
        width: 140% !important;
        padding-right: 15%;
    }
}
