body{
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
}
/******************* About us main section *********************/
.cce-main-body.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.cce-main-lt-content{
    background-image: url(../../../../assets/images/about-us/About-us-banner.png);
    background-size: cover;
}
.cce-pl-in{
    display: flex;align-items: center;justify-content: center;
}

.cce-main-body{
    background: none;
}

.cce-bs-div-in a{
    text-decoration: none;
}

.cce-pl-cnt p{
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}
.cce-pl-img, .cce-pl-cnt{
    padding-left: 0px;
}
.cce-pl-img p{
    font-size: 15px;
    margin-top: 10px;
}
.cce-pl-img img{
    max-width: 100%;
}
.cce-pl-img p{
    text-align: center;
}
.cce-exec-team .cce-exe-img img{
    width: 100%;
     max-width:345px;
}
.cce-exec-team {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.cce-exe-img {
    /* display: flex; */
    justify-content: flex-start;
}
.cce-exe-team-in>.cce-exec-team:nth-child(odd) .cce-exe-img{
    justify-content: flex-end;
    text-align: right;
} 
.cce-exe-team-in>.cce-exec-team:nth-child(odd) .cce-exe-cont {
    text-align: right;
}
.cce-exe-team-in>.cce-exec-team .cce-exe-cont p{
    text-align: justify;
}
h2.cce-sec-h{
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.cce-about-us-page>.cce-sec-h{
    max-width: 720px;
    margin: auto;
    text-align: left;
    margin-bottom: 22px;
}
.cce-exe-cont h4{
    font-size: 20px;
    font-weight: 700;
}
.cce-exe-cont p{
    font-size: 13px;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
}
.cce-place-sec{
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
}
.cce-executiveTeams{
    background-color: #f3f8ff;
    padding-top: 40px;
}
.cce-bs-div-in{
    display: flex;
    margin: auto;
    max-width: 800px;
    align-items: center;
    justify-content: center;
}
.bs-box {
    width: 180px;
    /* height: 103px; */
    min-height:152px;
    background: rebeccapurple;
}
.bs-box.bs-box1{
    background-color: #0a89e3;
}
.bs-box.bs-box2{
    background-color: #0480d7;
}
.bs-box.bs-box3{
    background-color: #0478ca;
}
.bs-box.bs-box4{
    background-color: #0070c0;
}
.bs-box a{
    transition: all linear 0.2s;
}
.bs-box a:hover{
    background-color: white;
    box-shadow: 2px 3px 13px #dadada;
}
.bs-box.bs-box1 a:hover .header_svg, .bs-box.bs-box1 a:hover h4, .bs-box.bs-box1 a:hover p,
.bs-box.bs-box1 a:hover .cce-about-us-arrow{
    fill: #0a89e3;
    color: #0a89e3;
}
.bs-box.bs-box2 a:hover .header_svg, .bs-box.bs-box2 a:hover h4, .bs-box.bs-box2 a:hover p,
.bs-box.bs-box2 a:hover .cce-about-us-arrow{
    fill: #0480d7;
    color: #0480d7;
}
.bs-box.bs-box3 a:hover .header_svg, .bs-box.bs-box3 a:hover h4, .bs-box.bs-box3 a:hover p,
.bs-box.bs-box3 a:hover .cce-about-us-arrow{
    fill: #0478ca;
    color: #0478ca;
}
.bs-box.bs-box4 a:hover .header_svg, .bs-box.bs-box4 a:hover h4, .bs-box.bs-box4 a:hover p,
.bs-box.bs-box4 a:hover .cce-about-us-arrow{
    fill: #0070c0;
    color: #0070c0;
}
.cce-bs-div-in a{
    display: block;
    padding: 10px;
    padding-left: 20px;
}
.cce-about-us-page .header_svg {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    fill: white;
    transition: all linear 0.2s;
}
.bs-box p{
    color: white;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0px;
    transition: all linear 0.2s;
    min-height:48px;
}
.cce-about-us-arrow{
    text-align: right;
    color: white;
    font-size: 13px;
    font-weight: 200;
    transition: all linear 0.2s;
}
/* @media only screen and (min-width: 1300px){
    .container{
        max-width: 1260px !important;
        width: 100%;
    }
}
@media only screen and (min-width: 1500px){
    .container{
        max-width: 1400px !important;
        width: 100%;
    }
}
@media only screen and (min-width: 1800px){
    .container{
        max-width: 1400px !important;
        width: 100%;
    }
} */
@media only screen and (max-width: 992px){
    .cce-pl-img{
        text-align: center;  
    } 
    .flex-col-res{
        flex-direction: column !important;
    }
    .cce-exec-team.flex-col-res:nth-child(odd) .cce-exe-cont {
        order: 1;
    }
    .cce-pl-img{
        text-align: center;
    } 
    .cce-about-us-page>.cce-sec-h{
        text-align: center;
    }
    .cce-executiveTeams{
        margin-top: 60px;
        padding-top: 20px;
    }
    .cce-exe-team-in>.cce-exec-team:nth-child(odd) .cce-exe-cont{
        text-align: left;
    }
    .cce-exe-team-in>.cce-exec-team .cce-exe-img{
        text-align: center !important;
        justify-content: center !important;
    }
    .cce-exe-cont h4{
        margin-top: 20px;
    }
    .cce-layout-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px){
    .flex-col-res{
        flex-direction: column !important;
    }
    .cce-exec-team.flex-col-res:nth-child(odd) .cce-exe-cont {
        order: 1;
    }
    .cce-pl-img{
        text-align: center;
    } 
    .cce-about-us-page>.cce-sec-h{
        text-align: center;
    }
    .cce-executiveTeams{
        margin-top: 60px;
        padding-top: 20px;
    }
  
    .cce-main-lt-content{
        padding-top: 50%;padding-bottom: 50%;
    }
    .cce-exe-team-in>.cce-exec-team:nth-child(odd) .cce-exe-cont{
        text-align: left;
    }
    .cce-exe-cont h4{
        margin-top: 20px;
    }
    .cce-exe-team-in>.cce-exec-team .cce-exe-img{
       
        justify-content: center !important;
    }
    .cce-bs-div-in{
        max-width: 410px;
        margin: auto;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px){

}