/* Write Custom Css Here */

:root {
    --maincolor:#293222;
    --secondcolor:#E3530D;
    --white:#ffffff;
    --black:#000000;
    --bordercolor:#dddddd;
    --body-color: #383838;
    --greybgcolor:#f2f2f2;
}

.aboutCaption-global .listItem {
list-style: disc;
}

.teamthumb-wrapper {
display: flex;
border: 1px solid #ddd !important;
background: #f1f1f1;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 9px;
}

.teamthumb-wrapper .teamthumb-wrapper-image {
flex: 0 0 20%;
}

.teamthumb-wrapper .teamthumb-wrapper-contents {
flex: 0 0 80%;
padding: 20px;
}

.teamthumb-wrapper .teamthumb-wrapper-contents h3 {
font-size: 26px !important;
margin: 0 0 10px 0 !important;
}

.teamthumb-wrapper .teamthumb-wrapper-contents p {
font-size: 14px;
margin: 0 !important;
}

.aboutCaption-global li {
display: none;
}

.abutArea-global1 .row {
    background: #ddd;
    border-radius: 7px;
    padding: 10px;
}

.abutArea-global1 .row .aboutCaption-global h3 {
    font-size: 24px;
    margin: 10px 0 10px 0;
}

.abutArea-global1 .row .aboutCaption-global p {
    font-size: 15px;
}



.abutArea-global1 .row .col-xxl-6 {
    width: 20%;
}

.abutArea-global1 .row .col-xxl-5 {
    width: 80%;
}

.dynamic-page-content-area .dynamic-page-content-wrap {
    margin: 40px 0;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*.abutArea-global1 .row .col-xxl-6 img {*/
/*    height: 450px;*/
/*}*/


@media (max-width: 992px){
.teamthumb-wrapper {
flex-direction: column;
}
    .aboutCaption-global .tittle {
        font-size: 24px !important; 
    }
    
    .abutArea-global1 .row .col-xxl-6,
    .abutArea-global1 .row .col-xxl-5{
        width: 100%;
    }
    .abutArea-global1 .row {
        padding-top: 20px;
    }
}

@media (max-width: 576px){
.teamthumb-wrapper .teamthumb-wrapper-contents h3 {
font-size: 21px !important;
}
}

