body {
    padding: 0px;
    margin: 0px;
}
img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    max-width: 100%;
}
.top-menu {
    width: 100%;
    min-height: 10vh;
    overflow: hidden;
}

.top-section {
    display: grid;
    grid-template-columns: 50% 50%;
    max-height: 15vh;
    grid-auto-rows: 1fr;
}

.left img {
    min-width: 150px;
    max-width: 150px;
    padding-left: 50px;
    padding-top: 0px;
}

.right {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding-right: 20px;
    align-items: center;
}

.socials a {
    background-color: #221F20;
    max-height: 50px;
}

.bottom-section {
    width: 100%;
    position: relative;
}

.bottom-section img {
    padding-left: 50px;
}


.menu_our_people {
    width: 100%;
    display: grid;
    grid-template-columns: 14.5% 14.5% 14.5% 14.5% 14.5% 14.5% 14.5%;
}

.yellow {
    background-color: #F0BB18;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.green {
    background-color: #1DA261;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red {
    background-color: #EE4326;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divs-menu>div:first-child {
    min-height: 80px;
}

.triangle_1_our_people {
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F0BB18;
    display: none;
}
.triangle_one_our_people{
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F0BB18;
}
.triangle_2_our_people {
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1DA261;
    display: none;
}

.triangle_3_our_people {
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EE4326;
    display: none;
}

.top_img{
    width: 100%;
    text-align: center;
}
.p_left{
    width: 88%;
    margin: auto;
}
.txt{
    font-size: 21px;
    font-weight: bold;
    padding: 5px;
    font-family: 'Myriad Pro';
    text-align: center;
}
.t_boldo{
    font-size: 60px;
    font-weight: bold;
}
.t_smallo{
    font-size: 50pxt;
}
.c_yellow{
    color: #F0BB18;
}
.title_wrapper{
    width: 80%;
    margin: auto;
    font-family: 'Myriad Pro';
}
/* columns */
.columns_holdero{
    /* display: grid;
    grid-template-columns: 24% 24% 24% 24%; */
    display: flex;
    flex-direction: row;
    column-gap: 1%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 50px;
    width: 80%;
    margin: auto;
}
.column_new{
    background-color: #FCEECD;
    padding: 0px;
    width: 24%;
}
.column_new-tp{
    font-weight: bold;
    font-size: 20px;
    font-family: 'Myriad Pro';
    text-align: center;
    background-color: #F0BB18;
    padding: 2px;
    min-height: 120px;
    max-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column_b_tp{
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 20px;
    font-family: 'Calibri';
}
@media (max-width:1032px) {
    .column_new{
        width: 40%;
    }
}
@media (max-width:600px) {
    .column_new{
        width: 100%;
    }
    .t_boldo{
        font-size: 35px;
    }
}
.img_section_container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}
.img_section_container:last-child{
    width: 50%;
    margin: auto;
}
.box_wrapper_pt{
    width: 13%;
    text-align: center;
}
.box_wrapper_pt img{
    /* width: 90%; */
}
.profile_text{
    font-family: 'Calibri';
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
}
/* rows */
.rd_row{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rd_col{
    width: 20%;
    text-align: center;
}
.rd_col img{
    width: 70%;
}
.y_row_cols{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 50px;
    justify-content: center;
}
.clos_topt{
    width: 17%;
    background-color: #F0BB18;
    padding: 10px;
    display: flex;
    justify-content: center;
    min-height: 150px;
    font-size: 20px;
    font-family: 'Calibri';
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.g_row_cols{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 50px;
}
.clos_topt_g{
    width: 30%;
    background-color: #1DA261;
    padding: 10px;
    display: flex;
    justify-content: center;
    min-height: 150px;
    font-size: 20px;
    font-family: 'Calibri';
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.r_row_cols{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 50px;
    justify-content: center;
}
.clos_topt_r{
    width: 20%;
    background-color: #EE4326;
    padding: 10px;
    display: flex;
    justify-content: center;
    min-height: 150px;
    font-size: 20px;
    font-family: 'Calibri';
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
/* responsive */
@media (max-width:1256px) {
    .l{
        display: none;
    }
    .m{
        display: grid!important;
        grid-template-columns: 19% 19% 19% 19%;
        justify-content: center;
    }
    .box_wrapper_pt{
        width: 100%;
    }
   
}
@media (max-width:1031px) {
    .rd_row{
        width: 100%;
    }
}
@media (max-width:949px) {
    
    .txt{
        font-size: 14px!important;
    }
    .y_row_cols{
        width: 100%;
        margin-top: 50px;
    }
    .clos_topt{
        width: 40%;
    }
    .r_row_cols{
        display: grid;
        grid-template-columns: 100%;
        padding-bottom: 50px;
    }
    .clos_topt_r{
        width: 100%;
    }
    
}
@media (max-width:820px) {
    .m{
        display: grid!important;
        grid-template-columns: 30% 30% 30% ;
        justify-content: center;
    }
    .d_topp{
        width: 100%!important;
    }
}
@media (max-width:530px) {
    .m{
        width: 100%;
    }
    .clos_topt{
        width: 80%;
    }
    .g_row_cols,.r_row_cols{
        display: grid;
        grid-template-columns: 100%;
        padding-bottom: 50px;
    }
    .clos_topt_g{
        width: auto;
    }
}



/* menu */


@media (max-width:704px) { 
/* menu */
.menu_our_people{
    grid-template-columns: 50% 50%!important;
}
.divs-menu{
    min-height: 20px!important;
}
.rd_col{
   width: 40%; 
}
}
@media (max-width:500px) {
    .img_section{
        margin-top: 0px!important;
    }
    .rd_col{
   width: 60%; 
}
}
@media (max-width:370px) {
    .lastbox{
        min-height: 200px!important;
    }
    .img_section{
        margin-top: 40px!important;
    }
      .rd_col{
   width: 80%; 
}
}
