<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Montserrat Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');

@font-face {
    font-family: 'proxima_novaregular';
    src: url('/fonts/proxima_nova_font-webfont.woff2') format('woff2'),
        url('/fonts/proxima_nova_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('../fonts/ProximaNovaRegular.woff') format('woff'),
         url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
  }
  @font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNovaSemibold.eot');
    src: url('../fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaSemibold.woff2') format('woff2'),
         url('../fonts/ProximaNovaSemibold.woff') format('woff'),
         url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
         url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
  }
  @font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaBold.woff2') format('woff2'),
         url('../fonts/ProximaNovaBold.woff') format('woff'),
         url('../fonts/ProximaNovaBold.ttf') format('truetype'),
         url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
  }
  @font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../fonts/ProximaNovaExtrabold.eot');
    src: url('../fonts/ProximaNovaExtrabold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaExtrabold.woff2') format('woff2'),
         url('../fonts/ProximaNovaExtrabold.woff') format('woff'),
         url('../fonts/ProximaNovaExtrabold.ttf') format('truetype'),
         url('../fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold') format('svg');
  }
html,
body{
    overflow-x: hidden;
}
.main-banner {
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.main-banner .row {
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-card-holder {
    overflow: hidden;
    background: #070605;
    border-radius: 1rem;
    -webkit-border-radius: 2.25rem;
    -moz-border-radius: 2.25rem;
    -ms-border-radius: 2.25rem;
    -o-border-radius: 2.25rem;
    margin: -41.75rem 0 0;
    font-family: 'Montserrat', sans-serif;
}

.banner-card-holder .card-image-holder {
    padding: 5rem 3.125rem;
}

.banner-card-holder .card-image-holder img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
}

.banner-card-holder .card-content {
    background: #191919;
    color: #bababa;
    padding: 5rem 5.625rem;
    font-size: 15px;
    line-height: 19px;
}

.banner-card-holder .card-content h1 {
    font-size: 44px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 1.75rem;
    color: #fff;
}

.banner-card-holder .card-content strong {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 1rem;
    display: block;
    font-weight: 600;
}

.banner-card-holder .card-content p {
    margin-bottom: 24px;
}

.banner-card-holder .card-content .btn-default {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    background: #373737;
    padding: 1rem 1.75rem;
    overflow: hidden;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border: transparent;
    font-family: 'ProximaNovaRegular';
}

.container.sector.additional {
    overflow: visible;
    padding-top: 0;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

.stratigies-banner .image-holder {
    display: block;
    overflow: hidden;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.stratigies-banner .image-holder {
    max-width: 100%;
    margin: -5rem 0 0;
    height: auto;
    display: block;
    object-fit: contain;
}

section.redesign_refine .content {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

section.redesign_refine .content span {
    color: #020a2c;
    font-size: 37px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
}

section.redesign_refine .content h3 {
    font-size: 37px;
    line-height: 40px;
    font-weight: 700;
    color: #32c36c;
    margin: 0 0 5rem;
    font-family: 'ProximaNovaRegular';
}

section.redesign_refine .content h3 strong {
    display: inline-block;
    position: relative;
}

section.redesign_refine .content h3 strong:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    background: #e5e5e5;
    height: 1px;
    margin: 2.5rem 0 0;
}

section.redesign_refine .content p {
    margin: 0 0 2rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #8e8e8e;
}

.btn-default {
    display: inline-block;
    background: #32c36c;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    min-width: 180px;
    padding: 1rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border: 1px solid #32c36c;
    border-radius: .325rem;
    -webkit-border-radius: .325rem;
    -moz-border-radius: .325rem;
    -ms-border-radius: .325rem;
    -o-border-radius: .325rem;
}

.btn-default:hover {
    background: none;
    color: #32c36c;
}

section.redesign_refine .redesign-image-holder {
    overflow: hidden;
    margin: 0 auto;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    max-width: 395px;
}

section.redesign_refine .redesign-image-holder img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    object-fit: cover;
}

.bottom-half-banner .image-holder,
.bottom-half-banner,
.top-half-banner .image-holder,
.top-half-banner {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.bottom-half-banner .image-holder img,
.top-half-banner .image-holder img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.bottom-half-banner {
    margin: -20rem 0 0;
    position: relative;
    z-index: 1;
}

.objective-section {
    background-position: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 8.5rem 5.625rem 12.5rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.objective-section .logo {
    margin: 0 0 3.125rem;
    padding: 0 0 3.125rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
}

.objective-section .logo img {
    max-width: 270px;
    margin: 0;
    height: auto;
    display: block;
    object-fit: contain;
}

.objectives {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    padding-bottom: 3rem;
    font-family: 'Montserrat', sans-serif;
}

.objective-section .objectives-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.objective-section .objectives-list li {
    margin: 0 0 .825rem;
    position: relative;
    padding: 0 0 0 2rem;
}

.objective-section .objectives-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    margin: 3px 0 0 0;
    background: url(/img/icon-check-green.png) no-repeat 50% 50% / 16px;
    width: 16px;
    height: 16px;
    z-index: 1;
}

.objectives .objective-alt-logo {
    overflow: hidden;
    margin: 0 auto 2.5rem;
    padding: 0;
    max-width: 104px;
}

.objectives .objective-alt-logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.purpose-section {
    max-width: 950px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.purpose-section .purpose-heading {
    max-width: 650px;
    margin: 0 auto 5rem;
    overflow: hidden;
}

.purpose-section .purpose-heading .heading-logo {
    max-width: 204px;
    margin: 0 auto 2.5rem;
}

.purpose-section .purpose-heading .heading-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.purpose-section .purpose-heading h2 {
    font-size: 54px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    color: #040922;
    position: relative;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
}

.purpose-section .purpose-heading h2 strong {
    color: #32c36c;
}

.purpose-section .purpose-heading h2:before {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 0;
    margin: 0;
    height: 1px;
    content: '';
    background: #e7e7e8;
}

.purpose-section .purpose-heading p {
    margin: 0 auto;
    max-width: 80%;
}

.purpose-content-area .image-holder {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    overflow: hidden;
}

.purpose-content-area .image-holder img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.purpose-content-area .principles-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.purpose-content-area .principles-list li {
    border: none;
    margin: 0;
    padding: 1rem 1.375rem;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    color: #616161;
    font-weight: 500;
}

.purpose-content-area .principles-list li:nth-child(4n+1),
.purpose-content-area .principles-list li:nth-child(4n+2) {
    background: #f9f9f9;
}

.purpose-content-area .principles-list li:nth-child(4n+1) {
    border-radius: .5rem 0 0 .5rem;
    -webkit-border-radius: .5rem 0 0 .5rem;
    -moz-border-radius: .5rem 0 0 .5rem;
    -ms-border-radius: .5rem 0 0 .5rem;
    -o-border-radius: .5rem 0 0 .5rem;
}

.purpose-content-area .principles-list li:nth-child(4n+2) {
    border-radius: 0 .5rem .5rem 0;
    -webkit-border-radius: 0 .5rem .5rem 0;
    -moz-border-radius: 0 .5rem .5rem 0;
    -ms-border-radius: 0 .5rem .5rem 0;
    -o-border-radius: 0 .5rem .5rem 0;
}

.purpose-content-area .principles-list li .icon-holder {
    max-width: 36px;
    overflow: hidden;
    margin: 0 1rem 0 0;
}

.purpose-content-area .principles-list li .icon-holder img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

section.i-s.certifyed {
    padding-bottom: 10rem;
}

section.i-s.certifyed h3 {
    font-size: 34px;
}

section.i-s.certifyed .iso-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.who-we-are-section {
    position: relative;
    z-index: 1;
    margin: -11rem 0 0;
    overflow: hidden;
    padding-bottom: 7rem;
}

.who-we-are-section .banner {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.who-we-are-section .banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.who-we-are-section .content-holder {
    background: #010101;
    color: #fff;
    padding: 7rem 5rem;
    overflow: hidden;
    border-radius: 1.75rem;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    -ms-border-radius: 1.75rem;
    -o-border-radius: 1.75rem;
    font-size: 16px;
    line-height: 22px;
    color: #d0d0d0;
}

.who-we-are-section .content-holder h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 2.25rem;
}

.who-we-are-section .content-holder p {
    margin: 0 0 1.75rem;
}

.who-we-are-section .content-holder .btn-default {
    background: none;
    color: #d0d0d0;
    border-color: #d0d0d0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: .625rem 1rem;
}

.who-we-are-section .who-we-are-content {
    margin-top: -18rem;
}

section.our_project .title h3 {
    margin-bottom: 2rem;
}

section.trusted_us {
    background: none;
}

section.trusted_us .content h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
}

section.trusted_us .content .box {
    padding: 0;
    background: none;
}

section.trusted_us .content .growth-features-list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    color: #232124;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

section.trusted_us .content .growth-features-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 .825rem;
}

section.trusted_us .content .growth-features-list li i {
    margin: 0 1.5rem 0 0;
}

section.trusted_us .content .box .btn-default {
    background: #e4e9ea;
    color: #0a0a0a;
    font-weight: 600;
    border-color: #e4e9ea;
}

.kaizen_home .row {
    background: #f8f8f8;
}

.kaizen_home .kaizan-heading {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 1.875rem;
}

.kaizen_home .kaizan-heading .logo {
    max-width: 152px;
    margin: 0 .75rem 0 0;
}

.kaizen_home .kaizan-heading .logo img {
    display: block;
    max-width: 100%;
    margin: 0;
    height: auto;
}

.kaizen_home .kaizan-heading h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 .75rem;
    font-weight: 700;
}

.kaizen_home .kaizan-heading p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.kaizen_home .content {
    padding-right: 5rem;
}

section.up_training {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

section.up_training .title {
    margin: 0 0 2rem;
}

.center-banner {
    overflow: hidden;
}

.center-banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

section.hylman_expreance_home {
    margin: 0 auto;
    padding-bottom: 0;
}

section.collum_but ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

section.collum_but li.lin {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: 18rem;
}

section.collum_but li.lin .case {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;
    */
    opacity: 1;
    background: rgba(0, 0, 0, .45);
    padding: 3.75rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

section.collum_but li.lin .case:hover {
    background: rgba(0, 0, 0, .9);
}

section.collum_but li.lin .case h3 {
    font-size: 18px;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 1.5rem;
}

section.collum_but li.lin .case .btn-default {
    margin: 0;
    max-width: max-content;
    min-width: inherit;
}

section.we_strive_ac .content h2.heading {
    font-size: 54px;
    font-family: 'ProximaNovaRegular';
}

.great_business_res .content a.button_blue {
    font-size: 18px;
    font-weight: 400;
}

section.great_business_res {
    padding: 4rem 10px;
    margin: 0;
}

section.great_business_res img {
    height: 250px;
    max-height: inherit;
    object-fit: cover;
}

section.great_business_res .content h5 {
    font-size: 21px;
    line-height: 1.2;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

section.meet_expert {
    padding: 4rem 10px 0;
}

section.gain_hq_expreance {
    padding: 0;
    margin: 0 auto;
    background-size: cover;
}

section.gain_hq_expreance .content {
    min-height: 75vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

section.gain_hq_expreance .content .button_border_y {
    max-width: 160px;
    text-align: center;
}

section.improve_business {
    padding: 5rem 10px;
}

section.improve_business .business-cover {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    padding-block: 3rem;
}

section.improve_business .content h6 {
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
}

section.improve_business .content h2 {
    font-family: 'ProximaNovaRegular';
    font-size: 51px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
}

section.improve_business .content h2 span {
    color: #3d71c9;
    display: block;
    margin: 0 0 1.875rem;
    padding: 0 0 1.875rem;
    border-bottom: 1px solid #c1c1c5;
}

section.right_foundations .content p {
    font-family: 'ProximaNovaRegular';
    margin: 0 0 2rem;
}

section.fifteen_y .content h1,
section.competitive_assets .content h3,
section.competitive_assets .content p,
section.competitive_assets .content h6 {
    font-family: 'ProximaNovaRegular';
}

.fifteen_y a.button_green_c {
    text-align: center;
    position: relative;
    padding: .75rem 3rem .75rem 1.25rem;
}

.fifteen_y a.button_green_c i {
    position: absolute;
    right: .25rem;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.trainer-image {
    height: 250px;
    object-fit: cover;
}

.tabsmain h5 {
    font-size: 18px !important;
}

section.contact .form textarea,
section.contact .form input {
    background: rgba(50, 49, 47, .6);
    border-color: rgba(149, 149, 149, .2);
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.4;
    font-family: 'ProximaNovaRegular';
    padding: 1rem 1.5rem;
}

section.contact .form textarea {
    resize: none;
    min-height: 150px;
    margin: 0 0 2rem;
}

section.contact .form textarea:focus {
    outline: none;
}

.form #submitButton {
    font-family: 'ProximaNovaRegular';
    font-size: 1.5rem;
    line-height: 1.2;
    width: 100%;
}

section.contact .form,
section.contact .form h2 {
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    line-height: 24px;
}

section.contact .form .form-heading {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 3.5rem;
    padding: 0 0 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

section.contact .form .form-heading h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

section.contact .form .form-heading p {
    margin: 0;
    padding: 0;
}

section.contact .contact-details-list {
    padding-bottom: 8rem;
}

section.contact .contact-details-list .content h2 {
    font-size: 2.125rem;
    line-height: 1.2;
    margin: 0 0 2.5rem;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
}

section.contact .contact-details-list .content .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'ProximaNovaRegular';
    font-size: 1.125rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, .7);
}

section.contact .contact-details-list .content .contact-list li {
    margin: 0 0 1.75rem;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 1.125rem;
}

section.contact .contact-details-list .content .contact-list li a {
    text-decoration: none;
    color: rgba(0, 0, 0, .7);
}

section.contact .contact-details-list .content .contact-list li .icon-holder {
    margin: 0 0 1rem;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}
section.request_pro{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

section.request_pro .content {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'ProximaNovaRegular';
}

section.request_pro .content h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'ProximaNovaRegular';
    margin: 0 0 2.5rem;
    padding: 0;
}

section.request_pro .content h5 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'ProximaNovaRegular';
    margin: 0 0 1.5rem;
}

section.request_pro .content p {
    margin: 0 0 2.5rem;
    padding: 0;
}

section.request_pro .content .btn-default {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'ProximaNovaRegular';
    margin: 0;
    border: none;
    padding: 1rem 1.5rem;
}

section.request_pro .content .btn-default:hover {
    background: #fff;
    color: #010101;
}

.preparing-success-content {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f8f8f8 45%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f8f8f8 45%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f8f8f8 45%, #f8f8f8 100%);
}
.preparing-success-content .content h2{
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    padding: 0;
    font-family: 'ProximaNovaRegular';
    font-weight: 700;
}
.preparing-success-content .content .content-header{
    font-size: 18px;
    line-height: 1.3;
    font-family: 'ProximaNovaRegular';
    margin: 0 0 2.25rem;
}
.preparing-success-content .content .content-header p{
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}
.preparing-success-content .content .prepairing-list{
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}
.preparing-success-content .content .prepairing-list li{
    margin: 0 0 1.125rem;
}
.preparing-success-content .content .prepairing-list li i{
    color: #d5d5d6;
    margin: 0 1rem 0 0;
}
.preparing-success-content .content .btn-default{
    background: #191919;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'ProximaNovaRegular';
    border-color: #191919;
    color: #fff;
}
.preparing-success-content .content .btn-default:hover{
    background: none;
    color: #000;
}

/* Services Styles Start */

.inline-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.services-top-section{
    min-height: 1050px;
}
img.img-fluid{
    width: auto;
    margin: auto;
    display: block;
}
.services-top-content{
    background-color: rgba(0, 0, 0, .9);
    color: #939393;
    font-size: 18px;
    line-height: 1.4;
    padding: 15% 12% 20%;
}
.services-top-content .services-logo img{
    margin: 0;
}
.services-top-content .imgs-holder {
    gap: 2%;
}
.services-top-content .imgs-holder .imgbox{
    width: 48%;
}
.services-top-content .txtbox{
    padding-bottom:15px;
    border-bottom:2px solid #494949;
    margin-right:20px;
    margin-bottom: 40px;
}
.services-top-content h2{
    color: #fff;
    font-size: 34px;
    margin-bottom:15px;
}

.btn-primary {
    min-width: 200px;
    padding: 10px 15px;
    color: #fff;
    background-color: #49bb58;
    border-color: #49bb58;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:hover,
.show&gt;.btn-primary.dropdown-toggle:focus{
    color: #49bb58;
    background-color: transparent;
    border-color: #49bb58;
    outline: none;
    box-shadow: none;
}
.btn-primary.green {
    min-width: 150px;
    font-size: 16px;
    text-transform: none;
    border-radius: 0;
    background-color: #7bc74d;
    border-color: #7bc74d;
    color: #0a0a0a;
}
.services-top-content .btn-check:active+.btn-primary.green:focus,
.services-top-content .btn-check:checked+.btn-primary.green:focus,
.services-top-content .btn-primary.green.active:focus,
.services-top-content .btn-primary.green:active:focus,
.services-top-content .btn-primary.green:hover,
.services-top-content .show&gt;.btn-primary.green.dropdown-toggle:focus{
    color: #7bc74d;
    background-color: transparent;
    border-color: #7bc74d;
}
.btn-check:active+.btn-primary.green:focus,
.btn-check:checked+.btn-primary.green:focus,
.btn-primary.green.active:focus,
.btn-primary.green:active:focus,
.btn-primary.green:hover,
.show&gt;.btn-primary.green.dropdown-toggle:focus{
    color: #fff;
    background-color: #49bb58;
    border-color: #49bb58;
}
.btn-secondary{
    min-width: 140px;
    padding: 10px 15px;
    color: #0a0a0a;
    background-color: transparent;
    border:2px solid #797979;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    border-radius:0;
}
.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.show&gt;.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #49bb58;
    border-color: #49bb58;
    outline: none;
    box-shadow: none;
}
.services-inteligence {
    background-color: #f3f3f3;
    position:relative;
}
.services-inteligence::before {
    background-color: #0a0a0a;
    position:absolute;
    z-index: 1;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: 60%;
}
.services-inteligence .container{
    z-index: 2;
    position: relative;
    padding-block:100px;
}
.services-inteligence h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
}
.services-inteligence h2{
    font-size: 64px;
    line-height: 1.12;
    font-weight: 600;
    margin-bottom: 40px;
}
.services-build-section{
    padding-block: 100px;
}
.services-build-section h2{
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
}
.services-build-section .container{
    padding-inline: 5%;
}
.services-build-section .txtbox{
    padding-inline: 7%;
}
.services-build-section p{margin-bottom: 20px;}
.services-build-section p b{
    display: block;
    padding-bottom: 10px;
}
.green-color{color: #32c36c;}
.services-network{
    padding-block: 100px;
}
.services-talent-col{
    position: relative;
    border: 5px solid #222;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
}
.services-talent-col:before{
    position: absolute;
    content: '';
    box-shadow: rgba(0, 0, 0, .95) 0px -80px 176px 152px inset;
    left: -9999px;
    bottom: 0;
    right: -9999px;
    top: -9999px;
    z-index: 1;
}
.services-talent-col .contentbox{
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 30px;
    background-color: rgba(255, 255, 255, .1);
    padding: 25px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    max-width: 420px;
    margin-inline:auto;
    z-index: 2;
}
.services-network h2 {
    letter-spacing: 1px;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.services-network h2 .underline{
    position: relative;
    background: url(/images/services/text-underline.png) no-repeat center 45px;
    padding-bottom: 10px;
}

.services-network h3 {
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.services-network h4 {
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
}
.services-network h4 a{
    color: #fff;
    text-decoration: none;
}
.services-network h4 a:hover{
    color: #32c36c;
}
.services-counter-section{
    counter-reset: my-sec-counter;
    position: relative;
    z-index: 2;
    margin-bottom: -203px;
}
.services-counter-section .counter-large{
    padding-block:100px;
}
.services-counter-cols{
    position: relative;
    padding-inline: 130px 30px;
    margin-left: 30px;
}
.services-counter-cols:before{
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
    font-size: 117px;
    line-height: 1;
    color: #98e1b5;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    letter-spacing: -7px;
}
.services-counter-cols.count-0:before{
    display: none;
}
.services-counter-cols .title{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.services-counter-cols .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 340px;
    height: 2px;
    background-color: #e5e5e5;
}
.services-counter-cols h2{
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.services-counter-cols h3{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.request-call-box{
    padding-top:100px;
}
.request-call-section{
    max-width: 1170px;
    margin:100px auto 30px;
    position: relative;
    padding: 50px 100px;
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
.request-call-section .inline-img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.request-person{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 368px;
    z-index: 2;
}
.request-call-form{
    max-width: 470px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -30px;
}
.request-call-form label{
    display: block;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.request-call-form .form-row{
    position: relative;
}
.request-call-form label{
    display: block;
    opacity: 1;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 20px 20px;
    text-transform: uppercase;
}
.request-call-form .form-control{
    width: 100%;
    height: 78px;
    background-color: #fff;
    box-shadow: 6px 7px 10px rgba(0,0,0,.5);
    border-radius: 5px;
    padding-inline:25px 170px;
}
.request-call-form .btn-primary{
    position: absolute;
    right: 10px;
    top:10px;
    bottom: 10px;
    min-width: 150px;
    font-size: 15px;
}
.management-decisions{
    color: #fff;
    padding-top: 180px;
}
.container.small-cotainer{
    max-width: 1150px;
}
.management-decisions .left-content{
    padding-top: 50px;
}
.management-decisions .left-content .img1{
    margin-bottom: 50px;
}
.management-decisions .left-content .img2{
    margin-bottom: -200px;
}
.management-decisions .right-content .img3 img{
    margin-inline:0;
}
.management-decisions .right-content .txtbox{
    max-width: 430px;
    margin: 0 0 150px 60px;
}
.management-decisions h2{
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 50px;
}
.management-decisions p{
    margin-bottom: 50px;
    color: #9e9da2;
}
.services-counter-section.resume{
    padding-block: 250px 100px;
    margin-bottom: 0;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}
.header_nav.additional{
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    z-index: 999;
}
.header_nav.additional.show .search{
    width: 68.425%;
    border-bottom: 1px solid #000;
}
.header_nav.additional.show .search input{
    background: #fff;
    color: #000;
}
.statistics-section{
    padding-block: 5rem;
}
  
/* Hylman History Style Starts */
.hylman-history-section{
    background-color: #000;
    margin-block:8rem 4rem;
    overflow: hidden;
}
.hylman-history-section.about{
    margin-block:0;
}
.tab-main-title {
    position: relative;
    color: #fff;
    font-size: 24px;
    padding-left: 60px;
    margin-bottom:3rem;
}
.tab-main-title .iconbox{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hylman-history-section img{
    max-width: 100%;
    width: auto;
    margin: auto;
    display: block;
}
.tab-main-title .iconbox img{
    width: auto;
    max-width: 43px;
    max-height: 43px;
}
.tab-content.histroy-tabs-content {
    background-color: transparent;
}
.hylman-history-left{
    position: relative;
    padding-top: 45.3%;
}
.hylman-history-left h2{
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #464646;
    background-color: #000;
    color:#fff;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0;
    padding:30px 15px;
    min-width: 290px;
    text-align: center;
}
.hylman-history-right{
    padding: 3rem 3rem 2rem;
    color: rgba(255, 255, 255,0.8);
    font-size: 14px;
    line-height: 1.6;
}
.hylman-history-right h3{
    color: rgba(255, 255, 255,0.7);
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 1.2rem;
}
.hylman-history-right .txtbox{padding-left: 2rem;}
.hylman-history-right .tab-title{
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    margin-block:2.5rem 1.3rem;
}
.btn-detailed{
    background-color: #fff;
    color: #000;
    min-width: 250px;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}
.btn-detailed:hover{
    background-color: #00a651;
    color: #fff;
}
.nav.histroy-tabs-nav{
    padding:1.2rem 3rem 1rem;
    margin: 0 -3rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 22px;
    background-color: rgba(255,255,255,0.1);
}
.nav-pills.histroy-tabs-nav .nav-item{position: relative;}
.nav-pills.histroy-tabs-nav .nav-item + .nav-item::after{
    position: absolute;
    left: -45%;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    background: url(/images/tabs-after-dots.png) no-repeat;
    background-size:contain;
    width: 18px;
    height: 6px;
}

.nav-pills.histroy-tabs-nav .nav-link {
    border-radius: 0px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    padding: 0px 0px 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 3px solid transparent;
}
.nav-pills.histroy-tabs-nav .nav-link.active,
.nav-pills.histroy-tabs-nav .show &gt; .nav-link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-bottom-color: rgb(255, 255, 255);
}
@media (max-width: 1399px){
    .nav-pills.histroy-tabs-nav .nav-link {font-size: 20px;}
    .tab-main-title .iconbox img {
        max-width: 35px;
        max-height: 35px;
    }
    .tab-main-title {
        font-size: 22px;
        padding-left: 50px;
    }
}
@media (max-width: 1199px){
    .hylman-history-right .txtbox {padding-left: 1rem;}
    .hylman-history-right .tab-title {
        font-size: 22px;
        margin-block: 1.2rem 1rem;
    }
    .nav-pills.histroy-tabs-nav .nav-link {font-size: 18px;}
    .nav-pills.histroy-tabs-nav .nav-item + .nav-item::after{
        width: 14px;
        height: 5px;
    }
    .btn-detailed {
        min-width: 220px;
        padding: 12px;
        font-size: 16px;
    }
    .hylman-history-left h2 {
        font-size: 20px;
        padding: 25px 15px;
        min-width: 250px;
    }
    .hylman-history-section {margin-top: 6rem;}
}
@media (max-width: 991px){
    .hylman-history-left {padding-top: 100%;}
    .hylman-history-section {margin-block: 3rem 2rem;}
}
@media (max-width: 767px){
    .hylman-history-right {padding-inline:1.5rem;}
    .nav.histroy-tabs-nav {
        padding-inline: 1.5rem;
        margin-inline: -1.5rem;
        grid-template-columns: repeat(4, 1fr);
    }
    .btn-detailed {
        min-width: 200px;
        font-size: 14px;
      }
    .nav-pills.histroy-tabs-nav .nav-item:nth-child(4):after{display: none;}
    .nav-pills.histroy-tabs-nav .nav-link {
        font-size: 15px;
        border-bottom-width: 2px;
    }
    .nav-pills.histroy-tabs-nav .nav-item + .nav-item::after {
        width: 12px;
        left: -52%;
    }
}
/* Hylman History Style End */


@media only screen and (max-width: 1919px) {
    .bottom-half-banner {
        margin: -16rem 0 0;
    }
}

@media only screen and (max-width: 1599px) {
    .banner-card-holder {
        margin: -33.75rem 0 0;
    }

    .bottom-half-banner {
        margin: -14rem 0 0;
    }

    section.collum_but li.lin .case {
        padding: 2.5rem;
    }

    .banner-card-holder .card-image-holder {
        padding: 3.5rem 2.5rem;
    }

    .banner-card-holder .card-content {
        padding: 3.5rem 3.625rem;
    }

    .purpose-section .purpose-heading h2 {
        font-size: 44px;
    }

    .who-we-are-section .content-holder {
        padding: 4rem;
    }
}

@media only screen and (max-width: 1439px) {
    .banner-card-holder {
        margin: -30rem 0 0;
    }

    section.we_strive_ac .content h2.heading {
        font-size: 44px;
    }

    section.improve_business .content h2 {
        font-size: 40px;
    }

    section.fifteen_y .content h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1399px) {
    .services-counter-cols h2 {
        font-size: 30px;
    }
    .services-counter-cols:before {
        font-size: 100px;
    }
    .services-counter-cols {
        padding-inline: 110px 20px;
    }
}
@media only screen and (max-width: 1360px) {
    .banner-card-holder {
        margin: -25rem 0 0;
    }

    .tabsmain h5 {
        font-size: 18px !important;
    }

    .banner-card-holder .card-content h1 {
        margin: 0 0 1.25rem;
    }

    .banner-card-holder .card-content strong {
        font-size: 28px;
    }

    section.redesign_refine .content span,
    section.redesign_refine .content h3 {
        font-size: 32px;
    }

    section.redesign_refine .content h3 {
        margin: 0 0 3rem;
    }

    section.redesign_refine .content h3 strong:before {
        margin: 1.5rem 0 0;
    }

    .purpose-section .purpose-heading .heading-logo {
        max-width: 150px;
        margin: 0 auto 1.5rem;
    }

    section.fifteen_y .content h1,
    section.improve_business .content h2,
    section.we_strive_ac .content h2.heading,
    .purpose-section .purpose-heading h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1199px) {
    .management-decisions .left-content .img2 {
        margin-bottom: -150px;
    }
    .services-build-section,
    .services-network,
    .services-inteligence .container {
        padding-block: 80px;
    }
    .services-counter-cols{
        margin-left:0;
    }
    .services-counter-section.resume .services-counter-cols{
        padding-left: 50px;
    }
    .services-counter-section.resume {
        padding-block: 240px 20px;
    }
    .services-counter-section .counter-large {
        padding-block: 60px 100px;
    }
    .request-call-section {
        padding: 50px;
        min-height: 380px;
    }
    .request-person {
        max-width: 330px;
    }
    .services-top-section {
        min-height: 850px;
    }
    .request-call-box {
        padding-top: 80px;
    }
    .request-call-form label {
        font-size: 30px;
    }
    .services-top-content .txtbox {
        margin-right: 0;
    }
    .services-inteligence h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .management-decisions .right-content .txtbox {
        margin: 0 0 80px 40px;
    }
    .main-banner {
        min-height: 60vh;
    }

    .banner-card-holder {
        margin: -35rem 0 0;
    }

    .tabsmain h5 {
        font-size: 16px !important;
    }

    section.redesign_refine {
        padding: 3rem 0 4rem;
    }

    .objective-section {
        padding: 6.5rem 4.625rem 12.5rem;
    }

    .objective-section .logo {
        margin: 0 0 2rem;
        padding: 0 0 2rem;
    }

    .who-we-are-section .who-we-are-content {
        margin: -25rem 0 0;
    }

    section.trusted_us {
        margin: 0 auto;
        padding: 5rem 0;
    }

    .kaizen_home .kaizan-heading .logo {
        max-width: 100px;
    }

    .trainer-image {
        height: 180px;
    }

    section.collum_but li.lin .case {
        padding: 1.75rem;
    }

    section.we_strive_ac {
        padding: 2rem;
    }

    section.meet_expert {
        padding: 4rem 10px;
    }

    section.meet_expert .img h3 {
        margin: 0 0 1.5rem;
        padding: 0;
    }

    section.gain_hq_expreance .content {
        min-height: 50vh;
        padding-left: 2rem;
    }

    section.right_foundations {
        background-position: center;
    }

    section.get_in_touch {
        padding: 16em 10em;
    }
    section.contact .form{margin: 0;}
}

@media only screen and (max-width: 1023px) {

    .banner-card-holder .card-content,
    .banner-card-holder .card-image-holder {
        padding: 3rem 2.5rem;
    }

    .banner-card-holder .card-content h1 {
        font-size: 28px;
        margin: 0 0 .825rem;
    }

    .banner-card-holder .card-content strong {
        font-size: 20px;
    }

    .banner-card-holder {
        margin: -25rem 0 0;
    }

    .container.sector.additional .main_home_box ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .tabsmain h5 {
        font-size: 13px !important;
    }

    section.sector .content .box ul li.active:before,
    section.sector .content .box ul li:hover:before {
        width: 100%;
    }

    .container.sector.additional {
        padding-bottom: 1.5rem;
    }

    section.redesign_refine {
        padding-block: 1.5rem;
    }

    section.redesign_refine .content span,
    section.redesign_refine .content h3 {
        font-size: 28px;
    }

    section.redesign_refine .content h3 {
        padding: 0;
        line-height: 1.2;
        margin: 0 0 2rem;
    }

    section.redesign_refine .content h3 strong:before {
        max-width: 1rem 0 0;
    }

    .objective-section {
        padding: 4rem 2.5rem 12.5rem;
    }

    .objective-section .logo img {
        max-width: 200px;
    }

    .objective-section .logo {
        padding: 0 0 1rem;
        margin: 0 0 1rem;
    }

    .purpose-section {
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
    }

    .purpose-section .purpose-heading .heading-logo {
        max-width: 120px;
        margin: 0 auto 1rem;
    }

    section.fifteen_y .content h1,
    section.improve_business .content h2,
    section.we_strive_ac .content h2.heading,
    .purpose-section .purpose-heading h2 {
        font-size: 28px;
    }

    .purpose-section .purpose-heading h2 {
        margin: 0 0 1rem;
        padding: 0 0 1rem;
    }

    .purpose-section .purpose-heading {
        margin: 0 auto 2.25rem;
    }

    .purpose-content-area {
        max-width: 600px;
        margin: 0 auto;
    }

    .who-we-are-section .content-holder {
        padding: 2.5rem;
    }

    .who-we-are-section .content-holder h2 {
        font-size: 28px;
        margin: 0 0 1.5rem;
    }

    .who-we-are-section .who-we-are-content {
        margin: -12rem 0 0;
    }

    .who-we-are-section {
        padding-bottom: 2rem;
    }

    section.trusted_us {
        padding-block: 2rem;
    }

    section.trusted_us .content h3 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        font-size: 28px;
    }

    .kaizen_home {
        padding-block: 2rem;
    }

    section.up_training .title h2 {
        font-size: 28px;
    }

    section.up_training .traner_box {
        border-radius: .5rem;
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        -ms-border-radius: .5rem;
        -o-border-radius: .5rem;
    }

    section.up_training .traner_box .img {
        width: 100%;
    }

    section.up_training .traner_box {
        padding: 1.25rem;
    }

    section.hylman_expreance_home .img {
        width: 80%;
    }

    .content h1 {
        font-size: 28px;
    }

    section.collum_but li.lin {
        height: 12rem;
    }

    section.collum_but li.lin .case {
        padding: 1.25rem;
    }

    section.collum_but li.lin .case .btn-default,
    section.collum_but li.lin .case h3 {
        font-size: 14px;
    }

    section.we_strive_ac {
        padding: 2rem 10px;
    }

    section.we_strive_ac .img {
        width: 100%;
        font: none;
    }

    section.great_business_res img {
        height: 180px;
    }

    section.right_foundations {
        padding: 3rem;
        background-position: 70% 50%;
    }

    section.competitive_assets {
        padding: 2rem 10px;
    }

    section.i-s.certifyed h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .services-top-content {
        font-size: 16px;
        padding: 10% 12% 15%;
    }
    .services-top-content h2 {
        font-size: 30px;
    }
    .services-top-section {
        min-height: 750px;
    }
    .services-inteligence::before {
        top: 60%;
        bottom: 0;
        left: 0;
    }
    .services-build-section .txtbox,
    .services-inteligence .textbox{
        margin-bottom: 40px;
    }
    .services-build-section,
    .services-network,
    .services-inteligence .container {
        padding-block: 60px;
    }
    .services-network{padding-bottom: 30px;}
    .services-counter-cols {
        margin-bottom: 30px;
    }
    .services-counter-section .counter-large {
        padding-block: 40px 80px;
    }
    .btn-primary {
        min-width: 165px;
        font-size: 16px;
    }
    .management-decisions h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .management-decisions p {
        margin-bottom: 30px;
    }
    .management-decisions .left-content .img2 {
        margin-bottom: -100px;
    }
    .services-counter-section.resume {
        padding-block: 170px 0;
    }
    .services-counter-cols h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .services-counter-cols h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .request-call-section {
        min-height: 350px;
    }
    .services-counter-cols:before {
        font-size: 90px;
        top: -10px;
    }
    .services-network h3 {
        font-size: 28px;
    }
    .services-network h2 {
        font-size: 42px;
        margin-bottom: 60px;
    }
    .services-talent-col .contentbox {
        left: 30px;
        right: 30px;
    }
    .services-network h4 {
        font-size: 20px;
    }
    .services-counter-section {
        margin-bottom: -140px;
    }
}
@media only screen and (max-width: 767px) {
    .services-counter-section.resume .services-counter-cols {
        padding-left: 0;
    }
    .request-call-form .form-control {
        height: 65px;
        padding-inline: 20px 170px;
    }
    .request-call-form label {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .request-call-section {
        min-height: 260px;
        padding: 40px;
    }
    .request-call-section{
        margin-block: 60px 15px;
    }
    .request-call-box {
        padding-top: 0;
    }
    .request-person{display: none;}
    .services-counter-section.resume {
        padding-top: 70px;
    }
    .management-decisions .right-content .txtbox {
        margin: 0 0 50px;
    }
    .services-counter-section {
        margin-bottom: -70px;
    }
    .management-decisions {
        padding-block: 100px 50px;
    }
    .services-inteligence h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .services-inteligence h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .services-build-section .txtbox {
        padding-inline: 0;
    }
    .services-network h3 {
        font-size: 24px;
    }
    .services-counter-cols {
        padding-inline: 100px 0;
    }
    .services-counter-section .counter-large {
        padding-block: 30px 80px;
    }
    .services-top-content {
        padding: 10%;
    }
    .services-top-section {
        min-height: inherit;
        padding-block: 70px;
    }
    .banner-card-holder {
        margin: 0;
    }

    .banner-card-holder {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .banner-card-holder .card-content,
    .banner-card-holder .card-image-holder {
        padding: 2rem;
    }

    .banner-card-holder .card-content h1 {
        font-size: 24px;
    }

    .banner-card-holder .card-content strong {
        font-size: 18px;
    }

    .stratigies-banner .image-holder {
        margin: 0;
    }

    section.redesign_refine .content span,
    section.redesign_refine .content h3 {
        font-size: 22px;
    }

    section.redesign_refine .content p {
        font-size: 14px;
        margin: 0 0 1rem;
    }

    .btn-default {
        font-size: 16px;
        line-height: 20px;
        padding: .75rem 1rem;
        min-width: 150px;
    }

    .purpose-section .purpose-heading .heading-logo {
        max-width: 100px;
    }

    .purpose-section .purpose-heading h2 {
        font-size: 22px;
        margin: 0 0 .75rem;
        padding: 0 0 .75rem;
    }

    .purpose-section .purpose-heading p {
        font-size: 14px;
    }

    .purpose-section .purpose-heading {
        margin: 0 auto 1.5rem;
    }

    .purpose-content-area .principles-list li {
        font-size: 13px;
    }

    .purpose-content-area .principles-list li .icon-holder {
        max-width: 24px;
        margin: 0 .5rem 0 0;
    }

    section.i-s {
        padding: 3rem 0;
    }

    .who-we-are-section .banner {
        margin: 0 0 1.5rem;
    }

    .who-we-are-section .who-we-are-content {
        margin: 0;
    }

    .who-we-are-section .content-holder {
        font-size: 14px;
    }

    .who-we-are-section .content-holder h2 {
        font-size: 22px;
        margin: 0 0 .75rem;
    }

    .who-we-are-section .content-holder p {
        margin: 0 0 1rem;
    }

    section.our_project .title h3 {
        font-size: 22px;
    }

    section.trusted_us .content h3 {
        font-size: 22px;
    }

    section.trusted_us .content .growth-features-list {
        font-size: 16px;
    }

    .kaizen_home .content {
        padding-right: 0;
    }

    .kaizen_home .kaizan-heading p {
        margin: 0;
    }

    .kaizen_home .img {
        padding-top: 0;
    }

    section.up_training {
        padding: 2rem 0;
    }

    section.up_training .title h2 {
        font-size: 22px;
    }

    section.up_training .title {
        margin: 0 0 1rem;
        font-size: 14px;
    }

    section.i-s.certifyed h3 {
        font-size: 22px;
    }

    section.up_training .traner_box {
        max-width: 320px;
        margin: 0 auto;
    }

    section.up_training .traner_box span {
        padding-bottom: 0;
    }

    .trainer-image {
        height: 300px;
    }

    .trainer-image .img {
        margin-top: 1rem;
    }

    section.up_training .traner_box a {
        font-size: 14px;
    }

    section.hylman_expreance_home {
        padding-top: 0;
        border: none;
        padding-inline: 10px;
        padding-bottom: 2rem;
    }

    section.hylman_expreance_home .img {
        margin: 0 auto 1.5rem;
        padding-top: 0;

    }

    section.hylman_expreance_home .content h1 {
        font-size: 22px;
    }

    section.hylman_expreance_home .content h5 {
        font-size: 18px;
    }

    section.collum_but ul {
        grid-template-columns: repeat(2, 1fr);
    }

    section.collum_but li.lin .case .btn-default {
        font-size: 12px;
    }

    section.fifteen_y .content h1,
    section.improve_business .content h2,
    section.we_strive_ac .content h2.heading,
    .purpose-section .purpose-heading h2 {
        font-size: 22px;
    }

    section.we_strive_ac .content ul {
        padding: 0;
        margin: 0;
    }

    section.great_business_res {
        padding: 2rem 10px;
    }

    section.great_business_res .content h2 {
        font-size: 22px;
    }

    .great_business_res .content a.button_blue {
        font-size: 14px;
        margin: 0;
    }

    section.great_business_res .content a.button_blue {
        margin-bottom: 0;
    }

    section.great_business_res .content h5 {
        font-size: 18px;
        height: 44px;
        -webkit-line-clamp: 2;
    }

    section.meet_expert {
        padding: 2rem 10px;
    }

    section.improve_business {
        padding: 0 10px;
    }

    section.meet_expert .img h3 {
        font-size: 22px;
    }

    section.improve_business .img {
        margin-bottom: 1.5rem;
    }

    section.improve_business .content h6 {
        font-size: 14px;
    }

    section.improve_business .content h2 span {
        margin: 0 0 1rem;
        padding: 0 0 1rem;
    }

    section.right_foundations {
        background-image: none;
        background-color: #e59e36;
        padding: 2rem;
    }

    section.right_foundations .content p {
        width: 100%;
    }

    section.competitive_assets .content h3,
    section.frequently_ask_question .content h3,
    section.right_foundations .content h3 {
        font-size: 22px;
    }

    section.fifteen_y {
        padding: 2rem 10px;
    }

    .fifteen_y a.button_green_c {
        font-size: 14px;
    }
    .request-call-section .inline-img {
        border-radius: 25px;
    }
    .header_nav.additional.show .search{
        float: none;
        width: 100%;
        margin: 0;
    }
    .header_nav.additional{top: 72px;}
    section.header_nav .bs-example{padding-top: 0 !important;}
    section.header_nav .sidebar{padding-bottom: -3rem;}
    .header_nav.additional{
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }
}
@media only screen and (max-width: 575px) {
    .services-top-section {
        padding-block: 50px;
    }
    .services-build-section,
    .services-network,
    .services-inteligence .container {
        padding-block: 50px;
    }
    .services-inteligence h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .services-build-section h2 {
        font-size: 26px;
    }
    .services-network h3 {
        font-size: 20px;
    }
    .services-network h2 {
        font-size: 34px;
        margin-bottom: 50px;
    }
    .services-talent-col .contentbox{
        padding-block: 20px;
    }
    .services-network h4 {
        font-size: 18px;
    }
    .services-counter-cols:before {
        font-size: 72px;
        top: -8px;
    }
    .services-counter-cols {
        padding-left: 75px;
    }
    .btn-primary {
        min-width: 150px;
        font-size: 15px;
    }
    .services-counter-cols .title {
        padding-bottom: 10px;
    }
    .services-counter-cols .title:before {
        width: 200px;
    }
    .services-counter-section.resume {
        padding-top: 50px;
    }
    .request-call-section {
        min-height: 220px;
        padding: 30px;
    }
    .request-call-section {
        margin-top: 40px;
    }
    .request-call-form label {
        font-size: 24px;
        margin-bottom:15px;
    }
}
@media only screen and (max-width: 374px) {
    .services-counter-cols h2 {
        font-size: 21px;
    }
}</pre></body></html>