.form-group.rsform-block label.control-label {
    display: none !important;
}

#sp-footer .container-inner {
    padding: 20px 0 0 0;
}

.list-group-flush .list-group-item {
    background-color: transparent !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.sp-module ul>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border-bottom: 1px dotted #227574;
}

#sp-cookie-consent.position-bottom_left {
    left: 0;
    bottom: 0;
    width: 320px;
}

#sp-cookie-consent {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.10);
    font-size: 12px;
}

#sp-cookie-consent>div {
    padding: 8px;
}

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 80%;
    }
}

.login-description {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
}

body.com-users #sp-main-body,
body.com-corporate-deals #sp-main-body {
    padding: 20px 0 !important;
}

.view-mydeals .table-responsive {
    min-height: 320px !important;
}

@media (min-width: 768px) {
    .view-mydeals .table-responsive {
        overflow: visible !important;
    }
}

.js-stools {
    margin-bottom: 15px;
}

.js-stools .btn-wrapper.input-append {
    position: relative;
}

.js-stools .btn-wrapper.input-append .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.status-box {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.status-box.Due.Diligence {
    background-color: green;
}

.status-box.Marketing {
    background-color: yellow;
}

.status-box.Investor.Shortlisted {
    background-color: blue;
}

.team-wrapper {
    position: relative;
    width: 100%;
}

.team-wrapper .team-item {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    height: 460px;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 60px;
}

.team-item .team-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s;
    text-align: left;
}

.team-item .team-item-wrapper:hover {
    background-color: #227574;
    transition: all 0.3s;
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;

}

.team-item .team-item-wrapper a {
    display: block;
    padding: 15px;
    height: 100%;
}

.team-item .team-item-wrapper a:hover * {
    color: #f7dc5f !important;
}

.team-item-wrapper>div {
    margin-bottom: 5px;
}

.team-item-wrapper .team-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
}

.team-item .team-item-wrapper:hover .team-picture {
    filter: none;
}

.team-item-wrapper .team-picture img {
    width: 100%;
    height: auto;
}

.team-item-wrapper .team-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
    padding-top: 305px;
    padding-bottom: 5px;
    color: #000;
}

.team-item-wrapper .team-designation,
.team-item-wrapper .team-industry {
    font-size: 13px;
    line-height: 14px;
    text-transform: capitalize;
    color: #227574;
}

.team-item-wrapper .team-industry {
    text-transform: capitalize;
    padding-top: 5px;
}

.team-item-wrapper .team-location {
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 5px;
}

.team-item-wrapper .team-email,
.team-item-wrapper .team-linkedin,
.team-item-wrapper .team-full-profile {
    position: absolute;
    bottom: 0;
}

.team-item-wrapper .team-email,
.team-item-wrapper .team-linkedin {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    left: 25px;
}

.team-item-wrapper .team-email a,
.team-item-wrapper .team-linkedin a {
    height: 30px;
}

.team-item-wrapper .team-linkedin {
    left: 65px;
}

.team-item-wrapper .team-full-profile {
    left: auto;
    right: 25px;
    bottom: 2px;
}

.team-item-wrapper .team-full-profile a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 4px 15px;
    background-color: #227574 !important;
    border-radius: 4px;
    color: #FFF !important;
}

.team-item-wrapper .team-full-profile a:hover {
    background-color: #f7dc5f !important;
    color: #227574 !important;
}

.team-item-wrapper .team-short-profile {
    position: absolute;
    top: 100px;
    left: 15px;
    width: calc(100% - 30px);
    height: 0;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s !important;
}

.team-item-wrapper .team-short-profile div {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.team-item .team-item-wrapper:hover .team-short-profile {
    top: 10px;
    height: 300px;
    opacity: 0;
    transition: all 0.3s !important;
}

.profile-top,
.profile-bottom {
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}

.profile-top .col-8 {
    position: relative;
}

.profile-bottom {
    border-top: 1px solid #dee2e6;
}

.full-profile-wrapper .team-picture img {
    width: 100%;
    height: auto;
}


.full-profile-wrapper .team-name {
    padding-top: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    color: #227574;
}

.full-profile-wrapper .team-designation,
.full-profile-wrapper .team-industry {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.full-profile-wrapper .team-industry {
    text-transform: capitalize;
    padding-top: 10px;
}

.full-profile-wrapper .team-location {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 10px;
    padding-bottom: 35px;
}

.full-profile-wrapper .team-email,
.full-profile-wrapper .team-linkedin {
    position: absolute;
    bottom: 0;
}

.full-profile-wrapper .team-email,
.full-profile-wrapper .team-linkedin {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    left: 15px;
}

.full-profile-wrapper .team-linkedin {
    left: 55px;
}

.full-profile-wrapper .team-profile {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

.back-to-teams {
    position: absolute;
    top: 15px;
    right: 15px;
}

.back-to-teams a {
    padding: 5px 20px;
    background-color: #227574 !important;
    color: #FFF !important;
    border-radius: 5px;
}

.back-to-teams a:hover {
    background-color: #f7dc5f !important;
    color: #000 !important;
}


.item_fields .table th {
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 18px;
}

.full-profile-wrapper {
    padding: 5px 20px;
    background-color: #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.item_fields {
    margin-bottom: 30px;
}

#sp-menu {
    flex: auto !important;
}

.burger-icon>span {
    background: #FFF !important;
}

.logo-image-phone {
    height: 60px !important;
}

.offcanvas-menu .d-flex.align-items-center.p-3.pt-4 {
    display: none !important;
}

.sp-dropdown-items .sp-menu-item {
    border-bottom: 1px dotted #999 !important;
}

.sp-dropdown-items .sp-menu-item:last-child,
ul.menu ul.menu-child li:last-child {
    border-bottom: none !important;
}

.sp-dropdown-items .sp-menu-item a {
    display: block !important;
    font-size: 13px !important;
}

.sp-dropdown-items .sp-menu-item a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.back-to-team {
    position: absolute;
    top: 0;
    right: 8px;
    background-color: #227574;
    padding: 3px 10px;
    border-radius: 3px;
    color: #FFF;
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .team-wrapper .team-item {
        width: 25%;
        height: 365px;
    }

    .team-item-wrapper .team-picture {
        height: 250px;
    }

    .team-item-wrapper .team-name {
        padding-top: 255px;
    }

    .back-to-team {
        top: -60px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .team-wrapper .team-item {
        width: 50%;
        height: 420px;
    }

    .team-item-wrapper .team-picture {
        height: 320px;
    }

    .team-item-wrapper .team-name {
        padding-top: 335px;
    }

    .back-to-team {
        top: -60px;
        right: 0;
    }

    .full-profile-wrapper .team-name {
        padding-top: 0;
    }

    .profile-top,
    .profile-bottom {
        margin-bottom: 0;
    }
}

@media (max-width: 512px) {
    .team-wrapper {
        width: 90%;
        margin: auto;
    }

    .team-wrapper .team-item {
        width: 100%;
        height: 420px;
    }

    .team-item-wrapper .team-picture {
        height: 330px;
    }

    .team-item-wrapper .team-name {
        padding-top: 345px;
    }

    .back-to-team {
        top: -60px;
        right: 0;
    }
}

body.view-login .body-wrapper,
body.itemid-107 .body-wrapper{
    background-color: #227574 !important;
    color: #FFF;
}
body.itemid-107 .body-wrapper .form-control::placeholder{
    color: #f7dc5f !important;
}
body.itemid-107 .body-wrapper .form-control{
    background-color: #227574 !important;
    color: #f7dc5f !important;
}
body.itemid-107 .body-wrapper .form-group a {
    color: #227574 !important;
    font-weight: 700;
}

body.itemid-107 .body-wrapper .btn-info{
    background-color: #227574 !important;
    border-color: #227574 !important;
    color: #f7dc5f !important;
}
body.itemid-107 .form-check-input:checked{
    background-color: #227574 !important;
    border-color: #227574 !important
}

body.view-login .btn-primary{
    background-color: #f7dc5f !important;
    color: #227574 !important;
}

body.view-login .list-group-item{
    background-color: transparent !important;
    color: #f7dc5f !important;
    border: none !important;
}
body.view-login .invalid {
    color: #f7dc5f !important;
}
body.view-login .form-check-input:checked{
    background-color: #f7dc5f !important;
    border-color: #f7dc5f !important
}

body.view-login #sp-main-body {
    padding-top: 80px !important;
}

/* body.view-login .login .list-group {
    transform: scale(.7);
} */

@media (max-width: 1366px) {

    .sp-megamenu-parent>li>a {
        font-size: 14px !important;
        padding: 0 10px !important;
    }

}

.executive-team-page #sp-main-body {
    padding: 0 0 20px 0 !important;
}

.executive-team-page #sp-main-body>.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.executive-team-page .sppb-section.section-heading {
    padding-top: 140px;
    padding-right: 0px;
    padding-bottom: 140px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgba(255, 255, 255, 1);
    background-image: url("../../../images/2021/03/17/about-us2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 30px;
}

.executive-team-page .sppb-row-overlay {
    z-index: 1;
    background-color: rgba(3, 35, 35, 0.55);
    mix-blend-mode: normal;
}

.executive-team-page .sppb-addon-title {
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
}


.key-services-heading{
    overflow: hidden;
    text-align: center;
}
.key-services-heading > h3{
   position: relative;
   display: inline-block;
   color: #227574;
}
.key-services-heading > h3:before, .key-services-heading > h3:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid #227574;
   width: 100vw;
   margin: 0 20px;
}
.key-services-heading > h3:before{
   right: 100%;
}
.key-services-heading > h3:after{
   left: 100%;
}

.key-services-section .sppb-col-md-4{
    padding-bottom: 15px !important;
}

.key-services-section .sppb-col-md-4::after,
.key-services-section .sppb-col-md-8::after,
.key-services-section .sppb-col-md-12::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}

.key-services-section .sppb-col-md-8::after{
    width: 90%;
}

.key-services-section .sppb-col-md-12::after{
    width: 94%;
}

.key-services p{
    font-weight: 700;
    position: relative;
    display: block;
}

.key-services p::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #227574;
    top: 5px;
    right: -15px;
}

#sp-logo .logo img {
  padding: 0 !important;
}