:root {
    --mediaBoxPrimaryColor: #FCBF37;
    --mediaBoxBlackColor: #4B4B4B;
  }




.MBcontent {
    margin: 20px 20px 20px 0px;
}



.MBcontent40{
    margin: 40px;
}

.blur {    
    -webkit-filter: blur(10px);
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);    

}

.topBanner {
    min-height: 200px;
}


#logoimage{
    height: 50px;
}

.card {
    background-color: white;
    border-radius: 10px;
    border-width: 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin:20px 0 20px 0;
    
}



.card-text-container div{
    margin:20px 20px 20px 10px;
}

.card-text-container p{
    color:black;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.card-text-container span{
    display: inline-block;
    float: right;
}


.MBCopyright{
    background: #34363a;
    padding: 15px;
}

.MBCopyright span{
    color: #666666;
    display: inline-block;
    margin-left: 20px;
}

.MBCopyright p{
    color: #ffffff;
}

.footerLogo{
    margin: auto;
}


.footerBoxImg{
    padding: 5px;
    height:80px;
    width:80px;
}

.mb-section-title {
    font-size: 50px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.mb-section-header {
    margin-bottom: 30px;
}
  
.mb-section-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
}

.mb-section-header h3 {
    color: #ffffff;
    font-weight: 100;
}

.mb-section-padding {
    padding: 40px 0;
}

.mb-section4-text p{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
}

.mb-section4-text img{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.mb-section3-textBox{
    margin: 0px 0px 60px 0px;
}

.mb-section3-textBox h2{
    color:#000000;
    font-size: 40px;
    font-weight: 700;
}

.mb-section3-textBox p{
    color:#000000;
    font-size: 20px;
    font-weight: 200;
}

.mb-center-overlay-text{
    color:#ffffff;
    font-size: 30px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin:0;
}

.mb-mask{
    color:#ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mb-about-mask{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left:0;

}



#section2-title{
    color: #000000;
}


#section2 .img-container{
    overflow: hidden;
    max-height: 200px;
    height: 100%;
    width:100%;
}

#section .card{
    max-height: 200px;
}


.mb-title-bar{
    background-color: white;
}




#aboutus-title{
    color:#ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-right: 20px;
}

#aboutus-subTitle{
    color:#ffffff;
    font-size: 20px;
    font-weight: 300;
}

#aboutus-text p{
    color:#ffffff;
    font-size: 16px;
    line-height: 32px;
}

.service-banner{
    background-color: white;
    border-radius: 10px;
    border-width: 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height:240px;
    position:relative;
    margin-bottom:30px;
    background-position: center;
}

.service-banner h2{
    color:#ffffff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding:20px 20px 0px 20px;
}

.service-banner span{
    color:#ffffff;
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    margin: 0px 10px 10px 10px;
    text-align: left;

}

.client-content p{
    color:black;
    margin: 10px 0 10px 0;
}

.client-content img{
    height:80px;
    width:80px;
    margin: 40px 20px 20px 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

#section3 .mb-section-title,#section3 h3{
    color:#000000;
}

#aboutus-text .MBcontent{
    margin:40px 0 20px 0;
}

.top-menu{
    color:#ffffff;
}


.flex-box{
    display:flex;
}

.flex-item{
    flex:1;
}