@charset "UTF-8";
.contact-form-area {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    border-top: 2px solid rgb(111,81,199);
}

.m-top-30 {
    margin-top: 30px;
}
.contact-form-area h4 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 0px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.contact-form-area .form-group {
    position: relative;
}
.contact-form-area .form-group {
    margin: 0;
    margin-top: 20px;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-form-area .form-group .icon {
    position: absolute;
    right: 15px;
    z-index: 33;
    color: #f3a712;
    top: 12px;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.58);
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 0px 40px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: normal;
   
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    padding-right: 40px;
    font-weight: normal;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 20px 0 0 !important;
}
.contact-form-area .bizwheel-btn.theme-2 {
    padding: 15px 32px;
    border-radius: 3px;
}
.bizwheel-btn.theme-2 {
    background: rgb(52,184,192);
    color: #fff;
    padding: 15px 32px;
}
.bizwheel-btn:last-child {
    margin: 0;
}
.bizwheel-btn {
    text-align: center;
    margin: 0;
    padding: 13px 32px;
    background: #1A9F68;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    border: 2px solid transparent;
    margin-right: 15px;
}
.col-12 {
   width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px)
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
@media (min-width: 992px)
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.contact-box-main .contact-title {
    margin-bottom: 20px;
}
.single-contact-box {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.contact-box-main .contact-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.single-contact-box .c-icon {
    float: left;
    
}
.single-contact-box i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #2E2751;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-contact-box h4 {
    color: #2E2751;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: inherit;
    margin-bottom: 5px;
}
.bizwheel-btn i {
    padding-left: 6px;
}
.bizwheel-btn:hover, .bizwheel-btn.theme-2:hover {
    background: rgb(111,81,199);
    color: #fff;
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
}
