/* extracted-inline-styles */
/* layouts/partials/page-client.html */
.client-box {
                        padding: 80px 0;
                        background-image: url(/assets/img/client/client-bg.png);
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 80%;
                      }
                      .client {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: 350px;
                        width: 100%;
                      }
                      .client-img {
                        width: 30%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                      }
                      .client-img img { width: 80%; }
                      .client-txt { width: 30%; text-align: center; }
                      .client-title {
                        font-size: 36px;
                        font-weight: 500;
                        line-height: 1.5;
                        color: #00dc8c;
                        text-align: center;
                      }
                      .client-nub {
                        font-size: 25px;
                        font-weight: bold;
                        line-height: 1.5;
                        margin-bottom: 15px;
                      }
                      .client-code { display: flex; align-items: center; justify-content: center; }
                      @media (max-width: 1200px) {
                        .client { min-height: 350px; }
                      }
                      @media (max-width: 768px) {
                        .client-box { padding: 20px 0; }
                        .client { flex-wrap: wrap; align-items: center; justify-content: space-around; margin-top: 20px; }
                        .client-img { width: 100%; }
                        .client-img img { width: 35%; }
                        .client-txt { width: 40%; text-align: center; margin-top: 30px; }
                        .client-title { font-size: 26px; }
                        .client-nub { font-size: 20px; margin-bottom: 5px; }
                        .responsive #top #wrap_all #contact_con .container { margin: 30px auto; }
                      }

/* layouts/partials/page-client.html */
#contact_con { background: #f3f4f5; }
                    #contact_con .container {
                      background: #fff;
                      margin-top: -40px;
                      margin-bottom: 100px;
                      max-width: 1200px;
                      overflow: hidden;
                    }
                    #contact_con .avia-image-container.avia-align-center { margin: 0; }
                    #contact_con .av_textblock_section { margin-top: 20px; }
                    #contact_con h3 {
                      margin-bottom: 32px;
                      color: #131d3c;
                      font-size: 20px;
                    }
                    #contact_con h5 {
                      font-weight: normal;
                      color: #ec722f;
                      margin-bottom: 20px;
                      font-size: 14px;
                    }
                    #contact_con p {
                      font-size: 14px;
                      color: #333;
                      margin: 0 0 20px 0;
                    }
                    @media only screen and (max-width: 1200px) {
                      #contact_con .container { padding: 20px; max-width: 96%; }
                    }
                    @media only screen and (max-width: 767px) {
                      #contact_con .responsive #top .container .av-content-small,
                      .responsive #top #wrap_all .flex_column,
                      .responsive #top #wrap_all .av-flex-cells .no_margin {
                        margin-bottom: 40px;
                      }
                    }
