
.initial-info{
    background-color: #f3f4f7;
}
.support-section{
    background-blend-mode: multiply;
    background-color: #daf4f5;
}
.contact-body{
    background: #f3f4f7;
}
.contact-office{
    background-blend-mode: multiply;
    background-color: #daf4f5;
}
.contact-header .card {

    border: none;
    background-color: #ffffff !important;
    min-height: 320px;
}

.phone-list h4{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}

.btn-custom{
    width: 160px;
    font-size: 16px;
    border: solid 1px #F8DE7E;
    background-color: #F8DE7E;
    border-radius: 32px;
    color: #262626;
    box-shadow: 0 3px 8px -3px lightskyblue;
}
.btn-custom:hover{
    width: 160px;
    font-size: 16px;
    border: solid 1px #F8DE7E;
    background-color: #F8DE7E;
    border-radius: 32px;
    color: #262626;
    box-shadow: 0 6px 18px -3px lightskyblue;
}


.email-card {
    border: solid none;
    
}

.office-card {
    border: none;
}

.map-card {
    border: solid 1px #cae0df;
    transition: 0.5s ease-out;

}

.map-card:hover {
    transform: scale(1.095);
}

.map-header {
    border: none;
    background-color: #ffffff !important;
}


.display-6{
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}


.team-support .card-img-top{
    flex-grow: 1;
    object-fit: contain;
    height: 225px;
    width: 100%;
}
.team-support-info {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300px;
    color: #040f28bc;
}



.main {

    background:#e6f7f9;
}

.fa-phone-volume,
.fa-envelope-square,
.fa-handshake {
    font-size: 48px;
}

.fa-map-marker-alt {
    font-size: 60px;
    color: #ea000d;
}

#fa-map {
    font-size: 16px;
}

.btn-outline-primary {
    width: 250px;
}

form label {
    font-size: 16px;
    font-weight: 500px;
    line-height: 28px;
}

.form-control {
    border: solid 2px #99dfda;
    box-shadow: 0 2px 6px #d6e7e6;
}

form button {
    width: 200px;
    box-shadow: 0 3px 8px #d6e7e6;

}

form button:hover {
    box-shadow: 0 8px 24px #d6e7e6;
}

#map .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.t-name {
    font-size: 18px;
    font-weight: 700;
    color: #040F28;

}
.t-designation, .t-email, .t-phone{
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 28px;
}
.display_2 {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 700;

}
.display_4{
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 700;

}
.display_6{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}

@media screen and (max-width:577px){
    h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
    
    }
  
}
h2{
    margin-bottom: 0px;
}