.-bgColorCream {
    background-color: #ebe9df;
}

.text-baloon {
    background: #36b1ff;
    border-radius: 15px;
    padding: 47px 90px;
    color: #fff;
}

.text-baloon p {
    font-weight: 600;
}

.row.forms {
    padding: 100px 0 50px 0;
}

.col-md-6.feedback-form {
    background: #002e5b;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 35px 45px;
}

.col-md-6.feedback-form h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 1.3rem !important;
}

button.btn.btn-submit {
    background: #66829d;
    color: #fff;
    border-radius: 20px;
}

.clientinquiries {
    background-image: url(../../uploads/client-inquiries-bg.jpg);
    padding-right: 0 !important;
    padding-left: 8px !important;
    margin-top: -30px;
    margin-bottom: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 9px;
    background-position-y: 0px;
}

.client-inquiries .clientinquiries:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002e5b;
    border-radius: 0;
    z-index: -1;
    opacity: 0.6;
    mix-blend-mode: multiply;
    box-shadow: -10px 10px 0px -2px #36b1ff;
}

.client-inquiries .clientinquiries {
    position: relative;
    transform: scale(1.05);
    left: -2px;
}

.clientinquiries::after,
.clientinquiries::before {
    content: " ";
    display: table;
}

.content-area {
    text-align: left;
}

.content-area ul {
    list-style: none;
}

.content-area ul li {
    color: #fff;
    margin: 0 0 20px;
    line-height: 28px;
    display: flex;
}

.content-area ul li .icon {
    color: #ffffff;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
}

.content-area ul li .text {
    overflow: hidden;
    padding: 1px 0 0;
    font-weight: 500;
    margin-left: 20px;
}

.content-area ul.socials {
    display: inline-flex;
}

.content-area ul.socials li {
    margin-left: 4px !important;
}

.content-area ul.socials li a {
    color: #fff !important;
    background: transparent;
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 50%;
    height: 36px;
    width: 38px;
    line-height: 10px;
    text-align: center;
    margin: 0px 3px;
}

.content-area ul.socials li a:hover {
    color: #fff !important;
    background: #36b1ff;
    border: 1px solid #36b1ff;
    padding: 10px;
    border-radius: 50%;
    height: 36px;
    width: 38px;
    line-height: 10px;
    text-align: center;
    margin: 0px 3px;
}

.content-inquiries {
    mix-blend-mode: none;
    color: #fff;
    opacity: 1;
    mix-blend-mode: screen;
    text-align: center;
    padding: 60px 35px;
}

.content-inquiries h2 {
    text-transform: capitalize;
    font-size: 1.3rem;
}