/* PUT GENERIC STYLES FOR THE SITE */

.mumbai-img {
    background: url(/public/front/img/gateway.jpg)no-repeat center;
    background-position-y: 50%;
    background-size: cover;
    position: relative;
    z-index: -1;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.mumbai-img::after {
    background: rgba(0, 0, 0, 0.0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

.contentbox {
    content: "";
    display: block;
    width: 500px;
    height: 490px;
    color: #fff;
    z-index: 1;
    /*background: rgba(0, 74, 128, 0.9);*/
    /*border-radius: 50%;*/
    /*margin: 0 auto;*/
    /*position: absolute;*/
    /*top: 55%;*/
    /*transform: translateY(-50%);*/
    /*left: 0;*/
    /*right: 0;*/
}

.contentbox .primary-title {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    padding-top: 35%;
}

.contentbox .secondary-title {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 22px;
}

.abt-us {
    flex-direction: column;
}

.abt-title {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    padding: 110px 0;
    text-align: center;
    position: relative;
    background: url(/public/front/img/singapore.jpeg)no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
    color: #fff;
    margin-top: 60px;
}

.abt-title::after {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
}

.holder {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.physical-address {
    background: #f1f1f1;
}

.cntbg {
    position: relative;
    overflow: hidden;
}

.cntbg::before {
    position: absolute;
    left: -20px;
    top: -8px;
    height: 120%;
    content: '';
    width: 60px;
    background: #fff;
    transform: rotate( 8deg);
}

.tmbg {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*z-index: -1;*/
}

.tmbg::before {
    /*position: absolute;*/
    /*left: -34px;*/
    /*top: -8px;*/
    /*height: 120%;*/
    /*content: '';*/
    /*width: 60px;*/
    /*background: #fff;*/
    /*transform: rotate( 5deg);*/
}


/* CARDS & PANELS */

.about-item-container {
    padding-bottom: 25px;
}

.card-item-container {
    padding-bottom: 35px;
}

.about-item,
.card-item {
    padding: 30px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
    height: 100%;
    font-size: .95em;
    text-align: justify;
}

.about-item .title,
.card-item .title {
    text-align: left;
}

.about-item img {
    text-align: center;
    max-width: 200px;
    height: auto;
}

.about-item .img-container {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.title {
    font-weight: 600;
    margin-bottom: 30px;
}


/* FLEX FEATURE CONTAINER */

.flex-feature-container {
    display: flex;
    margin-bottom: 10px;
    margin-top: 30px;
}

.flex-feature-container .flex-content {
    flex: 6;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .95em;
    text-align: justify;
}

.flex-feature-container .flex-content .title{
    text-align: left;
}
    
.flex-feature-container .flex-figure {
    flex: 5;
}

.box-image{
    padding: 25px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}

.featured-form{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    padding: 20px 30px;
    margin: 18px;
    background: white;
}

.form-group{
    margin: 10px 0;
}
.form-group label{
    margin: 7px 0;
}
.form-group *{
    border-radius: 0;
    font-size: 0.8em;
}

.form-error{
    margin: 5px 0;
    color: red;
}


#success-message{
    background-color: lightgreen;
    color: darkgreen;
}


