.aw-service-megamenu {
    width: 100%;
    background-color: #3C3B6E;
}


.aw-service-megamenu-inner {
    max-width: 1280px;
    margin: 0 auto;
    font-family: "OPEN SANS";
    display: flex;
    flex-wrap: wrap;
    min-height: 555px;
}

.aw-image-tab {
    flex: 1 1 33%;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
}

.aw-image-tab img { 
    width: 555px;
    height: 444px;
}

.aw-image-tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    background-color: #3C3B6E;
}

.aw-linktab {
    flex: 1 1 33%;
    background-color: #3C3B6E;
    position: relative;
    color: #fff;
}



.aw-linktab .linktab-title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 25px;
}

.aw-linktab a {
    font-size: 20px;
    color: #fff;
}

.linktab-inner {
    padding: 50px 30px;
    position: relative;
}

.linktab-inner ul {
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0 auto;
    cursor: pointer;
    min-height: 120px;
}

.linktab-inner ul li {
    line-height: 60px;
    transition: all 0.03s ease;
    position: relative;
}

.linktab-inner ul li:hover {
    font-weight: bold;
}

.linktab-inner ul li.active {
    font-weight: bold;
} 

.linktab-inner ul li.active::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: -20px;
  }


.aw-linktab:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 3px;
    background-color: #3C3B6E;
}

.aw-linkcontent {
    flex: 1 1 33%;
    position: relative;
}

.linkcontent-inner {
    padding: 50px 5px 50px 3px;
    position: relative;
}

.linkcontent-inner .text-content {
    min-height: 120px;
    padding: 0 20px;
}

.aw-linkcontent:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 3px;
    background-color: #3C3B6E;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 100%;
    margin-top: 40px;
}

.contact-content > div {
    flex: 1 0 100%;
    margin-bottom: 30px;
}

.contact-content .contact-phone {
    padding-left: 0;
    position: relative;
    font-size: 14px;
}

.contact-content .contact-phone .contact-icon {
    font-size: 14px;
    top: 5px;
    left: -20px;
    position: absolute;
}

.contact-content .contact-mail {
    padding-left: 0;
    position: relative;
    font-size: 14px;
}

.contact-content .contact-mail .contact-icon {
    position: absolute;
    font-size: 14px;
    top: 5px;
    left: -20px;
}

#service_menu .et_pb_section {
    padding: 0;
}

.text-content .content {
    display: none;
    font-size: 17px;
    color: #fff;
}

.text-content .content.show {
    display: block;
}

#service_menu {
    background-color: #3C3B6E;
}
#service_menu .et_pb_row {
    max-width: 100%;
    width: 100%;
}


/* Form */
.wpcf7-form h3 {
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 15px;
}

.wpcf7-form h4 {
   margin-top: 20px;
}

.wpcf7-form label.group-title {
    font-size: 20px;
    margin: 18px 0;
    display: block;
}

.wpcf7-form input.text, .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form select, .wpcf7-form textarea {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.wpcf7-form input[type=submit] {
    padding: 15px 22px !important;
    color: #000 !important;
    background-color: #fff;
    cursor: pointer;
}