/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.gform_footer.top_label input.gform_submit_button {
    background: #00923f !important;
}
.gform_footer.top_label input.gform_button {
    background: #00923f;
    color: #fff;
    border: 1px solid #00923f;
    padding: 10px 50px;
    border-radius: 5px;
}

.gform_footer.top_label input.gform_button:hover {
    color: #00923f;
    background: #fff;
}

ul#team_list_wrap {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

ul#team_list_wrap li.team_list_item {
    list-style: none;
}

ul#team_list_wrap li.team_list_item .cart_top img {
	border: 1px solid #ebebeb;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}

ul#team_list_wrap li.team_list_item .info_wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

ul#team_list_wrap li.team_list_item .info_wrap {
    text-align: center;
    padding: 20px 0;
}

ul#team_list_wrap li.team_list_item .info_wrap h4 {
    font-size: 14px;
    color: #00923f;
}

ul#team_list_wrap li.team_list_item a.btn_wrap {
    padding: 5px 30px;
    background: #fff;
    border: 2px solid #00923f;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
    transition: .5s ease all;
}

ul#team_list_wrap li.team_list_item a.btn_wrap:hover {
    background: #00923f;
    color: #fff;
}

ul.team_list_wrap.bod {
    display: flex !important;
    flex-flow: row;
    justify-content: center;
}

ul.team_list_wrap.bod li.team_list_item.bod {
    width: 23%;
}

/* .invest-portal-text:before {
    width: 230px;
    height: 2px;
    background: #16171e;
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
}

.invest-portal-text:after {
    width: 230px;
    height: 2px;
    background: #16171e;
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
}
 */

/* Modal CSS */

.modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}
.modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
}
.modal-header button.close {
    width: 30px;
    height: 30px;
    background: #00923F;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    color: #fff;
}

.modal-right h3 {
    font-weight: bold;
    margin: 0;
}

.modal-right h4 {
    font-size: 20px;
    font-weight: 600;
    color: #00923F;
}
.fade.in {
    opacity: 1;
    display: block;
}


@media (min-width: 768px) {
.modal-dialog {
    width: 900px;
    margin: 80px auto;
}

}


@media (min-width: 768px) {
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #626262bd;
}

.modal-body {
    padding: 40px;
    overflow-y: scroll;
    height: 450px;
}


.modal-body::-webkit-scrollbar {
  width: 2px;
}
 
.modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.modal-body::-webkit-scrollbar-thumb {
  background-color: #00923F;
}