html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

html, body {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'PT Sans', sans-serif !important;
    color: #333;
}

.space {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.space-pt {
    padding-top: 0 !important;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}

strong {
    color: #417b14;
}

a {
    text-decoration: unset;
}

body .vc_tta.vc_tta-tabs .vc_tta-tabs-container { display: block !important; }
body .vc_tta.vc_general .vc_tta-panel-heading { display: none !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

h2 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    color: #333;
    /*font-weight: bold;*/
    margin-bottom: 25px !important;
    text-align: center;
}

#cursor {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    opacity: 1;
}

.cursor_circle {
    width: 100px;
    height: 100px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    background: rgba(177, 145, 119, .5);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    mix-blend-mode: multiply;
    backdrop-filter: blur(10px) brightness(100%);
}

.cursor_circle.active {
    width: 15px;
    height: 15px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    background: #b19177;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.overlay.active {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}


/* ========================================================================== */
/* ======================== Header          ================================= */
/* ========================================================================== */
header .logo {
    width: 180px;
    margin-left: -5px;
}

.menu-wrapper {
    margin-right: 0;
}

#zsHead li a {
    color: #474a4d !important;
    font-weight: 800 !important;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 16px !important;
}

#zsHead .mega-current_page_item a, #zsHead li a:hover {
    color: #b19177 !important;
    font-weight: 800 !important;
}

#zsHead .mega-current_page_item ul li a {
    color: #333 !important;
}

header .top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    /*animation: headerSticky .3s ease;*/
}

header .top-box .btn, .all-btn .btn {
    color: #fff;
    font-weight: 800;
    /*background-image: linear-gradient( to bottom, #474a4d, #474a4d);*/
    background: #333 !important;
    border-radius: 4px;
    padding: 12px 25px;
    border: unset;
    border: 1px solid #474a4d;
}

header .top-box a, .all-btn a {
    color: #fff;
}

.all-btn .btn {
    font-size: 14px;
}

.all-btn .btn:hover {
    border: 1px solid #474a4d;
    background: unset;
    color: #474a4d;
}

.fixed-top {
    background: #fff;
    animation: headerSticky .3s ease;
    box-shadow: 0px 3px 5px 0 #d4d4d4;
}

@keyframes headerSticky {
    0% {
        transform: translateY(-100%); }
    to {
        transform: translateY(0); } 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 5px 20px !important;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    /*border: 1px solid #c3a988;*/
    /*border-radius: 5px;*/
    background: #fff !important;
    margin-top: 18px;
    min-width: max-content;
    /*margin-left: -5px;*/
    padding: 10px 0;
}

.m_logo {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    padding: 0 20px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: right;
    margin: 0;
}





/* ========================================================================== */
/* ======================== Footer          ================================= */
/* ========================================================================== */
.sub-footer {
    text-align: center;
    background: #333;
    padding: 60px 0;
}

.sub-footer h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-footer h2 span {
    color: #efe5cf;
}

.sub-footer p {
    color: #f5f5f5;
}

.sub-footer .btn {
    border: 1px solid #b19177;
    border-radius: 5px;
    padding: 15px 30px;
    margin-top: 20px;
    font-weight: bold;
    color: #b19177;
}

.sub-footer .btn:hover {
    border: 1px solid #efe5cf;
    color: #efe5cf;
}

footer {
    text-align: left;
    background: #222;
    color: #fff;
}

footer .space {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

footer .space h4 {
    /*border-bottom: 1px solid #f5f5f5;*/
    font-size: 16px;
    /*padding-bottom: 15px;*/
    font-weight: 700;
    margin: auto;
    margin-left: 0;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

footer .space ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

footer .space ul li {
    margin-bottom: 10px;
}

footer .space ul li a {
    color: #333;
    text-decoration: unset;
}

footer .space ul li a:hover {
    color: #c3a988;
}

footer .social-link {
    text-align: left;
}

footer .social-link a {
    color: #fff;
}

footer .social-icon {
    display: flex;
    justify-content: start;
    margin-top: 30px;
}

footer .social-media {
    text-align: left;
    width: 300px;
}

footer .social-icon i {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-right: 12px;
    color: #000;
    background: #fff;
}

footer .social-icon .fa-whatsapp {
    margin-right: 0;
}

footer .social-icon i:hover {
    background: #efe5cf;
}

footer .company img {
    width: 200px;
}

.to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    opacity: .3;
    /*display: none;*/
}

.to-top:hover {
    opacity: 1;
}

.to-top i {
    font-size: 30px;
    color: #333;
}

.spacemou {
    background: #b19177;
    height: 5px;
}

footer .footer-content {
    text-align: left;
    border-right: 1px solid #fff;
    padding-right: 50px;
    margin-right: 50px;
    width: 300px;
}

footer .space ul li:hover {
    color: #efe5cf;
}

footer .social-link p {
    margin-bottom: 10px;
}



/* ========================================================================== */
/* ======================== HomePage        ================================= */
/* ========================================================================== */
.banner {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.banner .owl-carousel, .banner .owl-stage-outer {
    height: 100% !important;
}

.banner .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    z-index: 1001;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    display: none;
}

.banner-title {
    position: absolute;
    z-index: 10;
    text-align: center;
    padding-bottom: 80px;
}

.banner h1 {
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    letter-spacing: 1px;
    font-size: 65px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.banner p {
    color: #fff;
    width: 80%;
    margin: auto;
    text-shadow: 1px 2px 5px #000;
    font-size: 16px;
}

.banner .banner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

.banner .banner-flex a {
    color: #fff;
    background: rgba(33,33,33,0.45);
    backdrop-filter: blur(10px);
    border: 1px solid #b19177;
    padding: 15px 80px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: margin-top 0.3s;
	min-width: 280px;
}

.banner .banner-flex a:hover {
    margin-top: -10px;
    background: rgba(177, 145, 119, 0.5);
}

.banner-arrow {
    position: absolute;
    z-index: 50;
    bottom: 90px;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.home-about p {
    text-align: center;
    width: 80%;
    margin: auto;
}

.home-service {
    text-align: center;
}

.home-service-img {
    overflow: hidden;
}

.home-service img {
    object-fit: cover;
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
    transition: all 2s;
    border-radius: 15px 15px 0 0;
}

.home-service img:hover {
    transform: scale(1.25); 
}

.home-service h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 20px 10px;
}

.home-service .row {
    justify-content: center;
}

.home-service-box {
    margin-bottom: 30px !important;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 5px 0 #c1c1c1;
    transition: margin-top .3s;
}

.home-service-box a {
    color: #333;
}

.home-service-box:hover {
    background: #efe5cf;
    margin-top: -10px;
}

.home-service-h2 h2 {
    margin-bottom: 45px !important;
}

.home-service-h2 {
    padding-bottom: 50px !important;
}


/* ========================================================================== */
/* ======================== Contact / FORM  ================================= */
/* ========================================================================== */
.contact {
    text-align: center;
}

.contact-map {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact-map h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px !important;
    text-align: center;
    letter-spacing: 1px;
}

.contact-map form {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px #c1c1c1;
    width: 60%;
    margin: auto;
}

.contact-map form input, .contact-map form textarea, .contact-map form select, .top-form form input, .top-form form textarea, .top-form form select {
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 15px !important;
    color: #b19177;
}

.top-form form input, .top-form form select {
    padding: 10px 15px !important;
}

.contact-map form input:focus, .contact-map form textarea:focus, .contact-map form select:focus {
    outline: 1px solid #b19177;
}

.contact-map form .gchoice {
    float: left;
    width: 50%;
}

.contact-map form .gfield_label, .contact-map form legend {
    margin-top: 10px;
}

.contact-map form .gfield_label span, .contact-map form legend span, .top-form form .gfield_label span {
    display: none !important;
}

.contact-map form #input_1_9 {
    width: 100%;
}

.contact-map form textarea {
    margin-top: 10px !important;
}

.contact-map form .gform_button {
    width: 100%;
    color: #333;
}

.contact-map form .gform_button:hover {
    background: #474a4d;
    color: #fff;
}

.address-box {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #b19177;
    margin-bottom: 20px;
}

.address-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.address-box a br {
    display: none;
}

.address-box a {
    color: #333;
}

.address-box p {
    margin-bottom: 5px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    font-size: 12px !important;
    padding: 10px !important;
    margin-top: 5px;
}


/* ========================================================================== */
/* ======================== SUB PAGE        ================================= */
/* ========================================================================== */
.about-title {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}

.about-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.65);
}

.banner-button .vc_btn3 {
    margin-right: 50px;
    margin-top: 35px;
    background: unset !important;
    border: unset !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    padding: 15px 0 !important;
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    transition: 0.3s;
}

.banner-button .vc_btn3 i {
    font-size: 20px !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: unset !important;
}

.banner-button .vc_btn3:hover {
    transform: translate(0, -3px);
    border-bottom: 2px solid #fff !important;
}

.about-title .vc_row {
    position: relative;
    z-index: 10;
}

.about-title h1 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 15px !important;
    letter-spacing: 1px;
    text-shadow: 1px 2px 5px #000;
}

.about-us h1 {
    margin-top: 50px;
}

.about-title h1 small {
    font-size: 14px;
}

.about-title p {
    color: #fff;
    width: 90%;
    text-shadow: 1px 2px 5px #000;
}

.about-testimonial {
    background: #f5f5f5;
}

.about-testimonial .testi {
    text-align: center;
}

.about-testimonial .testi p {
    width: 75%;
    margin: auto;
    margin-bottom: 1rem;
}

.about-testimonial .testi p:last-child {
    margin-bottom: 0;
}

.testi-box {
    border: 1px solid #333;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-top: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testi-box p {
    /*-webkit-line-clamp: 5;*/
    /*line-clamp: 5; */
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
}

.client-corousel .owl-item {
    padding: 15px;
}

.testi-box h4 {
    font-weight: 600;
    font-size: 16px;
}

.client-corousel .testi-box img {
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
}

.testi-box:before {
    content: '';
    background-image: url('img/comma-left.png');
    background-color: #fff;
    background-size: contain;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: -17px;
}

.client-corousel {
    position: relative;
}

.client-corousel .owl-nav.disabled {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 15px;
    align-items: center;
    height: 100%;
    margin: 0;
    z-index: -1;
}

.client-corousel .owl-nav span {
    font-size: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #b19177;
}

.client-corousel .owl-nav .owl-next {
    margin-right: -20px;
}

.client-corousel .owl-nav .owl-prev {
    margin-left: -20px;
}

.about-client {
    background: #efe5cf;
}

.about-client2 {
    margin-top: 35px;
    background: #f5f5f5;
    flex-direction: row-reverse;
}

.about-client img {
    height: 350px;
    object-fit: cover
}

.about-client .vc_column-inner, .why-box .vc_column-inner {
    padding: 0;
}

.about-client .about-client-content, .why-box .why-box-content {
    padding: 20px 50px;
}

.about-client .about-client-content h2, .why-box .why-box-content h2 {
    margin-bottom: 30px;
}

.about-value {
    margin-top: 35px;
}

.about-value img {
    width: 140px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: transform .2s;
}

.about-value .vc_col-sm-4:hover img {
    transform: scale(1.1);
}

.about-value .about-value-content {
    text-align: center;
}

.about-value .about-value-content h3 {
    font-size: 20px;
    font-weight: bold;
}

.about-value .about-value-content p {
    padding: 0 30px;
}

.about-aff {
    text-align: center;
}

.about-aff h2 {
    margin-bottom: 35px !important;
    font-weight: normal;
}

.about-aff img {
    width: 75%;
    height: 100px;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: transform .3s;
}

.about-aff img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.1);
}

.about-benefit {
    background: #efe5cf;
}

.top-form {
    padding: 35px 20px 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 15px 0 #333;
}

.top-form h2 {
    color: #333;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.top-form .gform_button {
    width: 100%;
    background: #333;
    color: #fff;
    transition: transform .2s;
}

.top-form .gform_button:hover {
    transform: scale(1.025);
    background: #535151;
}

.why-aline .why-aline-box {
    background: #f5f5f5;
    padding: 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    min-height: 220px;
    transition: 0.3s;
}

.why-aline .why-aline-box:hover {
    box-shadow: 0px 3px 10px 0 #c1c1c1;
    transform: translate(0, -10px);
}

.why-aline .why-aline-box h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.perks {
    text-align: center;
    background: #efe5cf;
}

.culture {
    /*padding-top: 20px !important;*/
    /*padding-bottom: 20px !important;*/
}

.culture h2 {
    text-align: left;
    margin-left: 50px;
    margin-bottom: 0 !important;
}


/* ========================================================================== */
/* ======================== PRICING         ================================= */
/* ========================================================================== */
.pricing-title h1 {
    background: #f5f5f599;
}

.pricing-tabs .vc_tta-tabs-container {
    margin: 0 !important;
}

.pricing-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 20%;
    text-align: center;
    margin: 0;
}

.pricing-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    background: unset;
    border: unset;
    border-bottom: 2px solid #c3a988;
    color: #333;
    font-weight: 600;
}

.pricing-tabs .vc_tta.vc_tta-spacing-1 .vc_active a, .pricing-tabs .vc_tta.vc_tta-spacing-1 .vc_tta-tab a:hover {
    background: #efe5cf !important;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #c3a988 !important;
    font-weight: 600;
    color: #333 !important;
}

.pricing-tabs .vc_tta-panels {
    background: unset !important;
    border: unset !important;
}

.pricing-plan {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 2px solid transparent;
    box-shadow: 0 0px 10px 0px #ede9e9;
    display: grid;
    gap: 15px;
    text-align: center;
    transition: 0.2s;
    position: relative;
    align-content: space-between;
    height: 520px;
}

.pricing-plan:hover {
    border: 2px solid #588f2d;
}

.pricing-tabs .vc_tta.vc_tta-spacing-1 .pricing-plan:hover a {
    background: #000 !important;
}

.pricing-plan h4 {
    font-weight: 600;
    margin-bottom: 25px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-plan .pricing-plan-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
    text-align: left;
    align-items: center;
    margin-bottom: 20px;
}

.pricing-plan .pricing-plan-row p {
    margin-bottom: 0;
    font-weight: 600;
    color: #588f2d;
}

.pricing-plan .pricing-plan-row p:first-child {
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.pricing-tabs .vc_tta-panel-body {
    margin-top: 30px;
    padding-top: 30px !important;
}

.pricing-tabs .vc_row {
    display: flex;
    justify-content: center;
}

.pricing-tabs .vc_tta.vc_tta-spacing-1 .pricing-plan a {
    background: gray !important;
    width: 100%;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 5px;
    margin-top: 20px;
}

.pricing-tabs .vc_tta.vc_tta-spacing-1 .pricing-plan a br {
    display: none;
}

.pricing-plan .pricing-plan-row small {
    color: gray;
    font-size: 13px;
}

.pricing-recommend:before {
    content: 'RECOMMEND';
    background: #000;
    display: block;
    width: 101.2%;
    padding: 10px 5px;
    position: absolute;
    top: -25px;
    left: -2px;
    border-radius: 18px 18px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000;
    letter-spacing: 1px;
}

.benefit img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
    padding: 5px;
    transition: transform .2s;
}

.benefit {
    text-align: center;
    padding-bottom: 30px !important;
}

.benefit h2 {
    margin-bottom: 45px !important;
}

.benefit h4 {
    font-weight: 600;
    font-size: 18px;
}

.benefit p {
    padding: 0 15px;
}

.benefit .vc_col-sm-3 {
    margin-bottom: 30px;
}

.benefit .vc_col-sm-3:hover img {
    transform: scale(1.125);
}

.why-box {
    background: #f5f5f5;
}

.why-box img {
    height: 380px;
    object-fit: cover
}

.why-box2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background: #efe5cf;
}

.all-price {
    padding: 80px 0 80px !important;
}

.all-price .recommend .pricing-plan {
    transform: scale(1.1);
}

.all-price .recommend .pricing-plan:before {
    content: 'MOST POPULAR';
    background: #588f2d;
    display: block;
    width: 101.5%;
    padding: 10px 5px;
    position: absolute;
    top: -25px;
    left: -2px;
    border-radius: 18px 18px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #588f2d;
    letter-spacing: 1px;
}

.all-price .recommend .pricing-plan {
    border: 2px solid #588f2d;
}

.all-price .pricing-plan ul {
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.all-price .pricing-plan ul li {
    list-style: none;
    margin-bottom: 5px;
}

.all-price .pricing-plan ul li:before {
    content: '✓';
    color: #588f2d;
    position: absolute;
    left: 0;
    font-weight: bold
}

.all-price .pricing-plan a br {
    display: none;
}

.all-price .pricing-plan a {
    width: 100%;
    border-radius: 5px;
    color: #fff !important;
    padding: 10px 5px;
    margin-top: 20px;
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.all-price .pricing-plan:hover a {
    background: #000;
}

.all-price .recommend .pricing-plan a {
    background: #000;
}

.all-price .pricing-plan h3 {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-content p {
    width: 80%;
    margin: auto;
    text-align: center;
}

.package-content {
    margin-top: 35px !important;
}

.package-about {
    background: #f5f5f5;
}

.all-price .vc_col-sm-3:last-child .pricing-plan {
    align-content: center;
}

.all-price .vc_col-sm-3:last-child .pricing-plan p {
    margin-bottom: 0;
}

.all-price .vc_col-sm-3:last-child .pricing-plan h3 {
    font-size: 20px;
    font-weight: 600;
}

.all-price .vc_col-sm-3:last-child .pricing-plan a {
    margin-top: 0;
}


.all-price .vc_col-sm-3:last-child .pricing-plan .list-icon {
    transform: scale(.7);
}


/* ========================================================================== */
/* ======================== PAYROLL         ================================= */
/* ========================================================================== */
.payroll-why .why-aline .why-aline-box {
    background: #fff;
    height: 260px;
    text-align: center;
    padding: 60px 30px 30px;
    box-shadow: 0px 3px 10px 0 #c1c1c1;
    transition: margin-top 0.3s;
}

.payroll-why .why-aline {
    padding-top: 50px;
}

.payroll-why .circle {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efe5cf;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s;
}

.payroll-why .why-aline .why-aline-box:hover {
    margin-top: -10px;
}

.payroll-why .why-aline .why-aline-box:hover .circle {
    background: #333;
    color: #fff;
}

.payroll-whyworry {
    background: #efe5cf;
}

.payroll-whyworry .payroll-whycontent p {
    text-align: center;
    width: 75%;
    margin: auto;
}

.payroll-whyworry .payroll-whycontent {
    margin-bottom: 50px !important;
}

.payroll-whyworry img {
    width: 70px;
    margin: auto;
    margin-bottom: 25px;
    transition: transform .2s;
}

.payroll-whyworry p {
    text-align: center;
}

.payroll-step {
    position: relative;
}

.payroll-step:after {
    content: '';
    background: url('img/step_arrow.png');
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 15px;
    right: -20px;
}

.payroll-step:last-child:after {
    display: none;
}

.payroll-step p {
    padding: 0 20px;
    font-size: 14px;
}

.payroll-step:hover img {
    transform: scale(1.1);
}

.payroll-flex {
    margin-top: 20px;
    text-align: left;
}

.payroll-flex div {
    margin-bottom: 5px;
}

.payroll-about {
    display: flex;
    align-items: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.payroll-about img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.payroll-about strong {
    color: #000 !important;
}

.payroll-about p {
    font-size: 18px;
}

.tax-package {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.tax-package img {
    height: 400px;
}

.tax-package h2 {
    text-align: left;
}

.tax-package-box {
    background: #f5f5f5;
    padding: 50px;
}

.tax-appoint h2 {
    margin-bottom: 0 !important;
}


/* ========================================================================== */
/* ======================== SOFTWARE        ================================= */
/* ========================================================================== */
.software-banner {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    text-align: center;
    justify-content: center;
}

.software-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.65);
}

.software-title {
    position: relative;
    z-index: 50;
}

.software-banner h1, .software-banner p {
    color: #fff;
    text-shadow: 1px 2px 5px #000;
}

.software-banner p {
    width: 80%;
    margin: auto;
}

.software-btn {
    background: #b19177;
    border-radius: 50px;
    padding: 5px 25px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #b19177;
}

.software-btn:hover {
    background: #333;
}

.software-btn a {
    color: #fff;
}

.software-banner h1 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    letter-spacing: 1px;
}

.bottom-form {
    text-align: center;
}

.bottom-form .top-form {
    box-shadow: unset;
    background: unset;
    padding: 0;
}

.bottom-form .top-form h2 {
    font-weight: 500;
}

.bottom-form form {
    border-radius: 15px;
    box-shadow: 0px 3px 15px 0 #e3e3e3;
    width: 50%;
    margin: auto;
    padding: 40px 40px 20px;
    background: #fff;
    text-align: left;
}

.m-form {
    display: none;
}


/* ========================================================================== */
/* ======================== SUGGEST LIST    ================================= */
/* ========================================================================== */
.suggest {
    width: 90%;
    margin: auto;
    padding-bottom: 50px !important;
}

.suggested-item p {
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.suggested-item h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px !important;
    text-align: left;
    font-weight: 600;
    -webkit-line-clamp: 1;
    line-clamp: 1; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.suggested-item a {
    color: #333;
}

.suggested-item {
    margin: 0 15px;
    border-radius: 25px;
    text-align: left;
    transition: .2s;
    /*background: #f5f5f5;*/
    box-shadow: 0px 5px 10px 0px #cfcfcf;
}

.suggested-item:hover {
    background: #efe5cf;
    box-shadow: 0px 5px 10px 0px #cfcfcf;
}

.suggested-item img {
    height: 200px;
    border-radius: 25px 25px 0 0;
    object-fit: cover
}

.suggested-content {
    padding: 20px 30px;
}

.suggested-list {
    position: relative;
}

.suggested-list .owl-stage {
    margin: 20px 0 !important;
}

.autocount-label {
    position: absolute;
    top: 20px;
    left: 35px;
    background: rgba(33, 33, 33, 0.45);
    backdrop-filter: blur(10px);
    border: 1px solid #b19177;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 7px 12px;
    font-size: 10px;
    color: blanchedalmond;
    letter-spacing: 0.5px;
}


/* ========================================================================== */
/* ======================== ICON LIST       ================================= */
/* ========================================================================== */
.icon_list .row {
    justify-content: center;
}

.icon-space {
    padding-top: 40px !important;
    padding-bottom: 20px !important; 
}

.icon_list h4 {
    font-size: 18px;
    margin-top: 15px;
}

.icon-box {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 5px solid #f3f3f5;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e7e8ec inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 280px;
    perspective: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card img {
    object-fit: contain;
    filter: grayscale(100%);
    width: 50px;
    height: 50px;
}

.flip-card-back img {
    filter: grayscale(0);
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    background: #efe5cf;
    color: #000;
    transform: rotateY(180deg);
    box-shadow: 0px 3px 5px 0 #c1c1c1;
    border-radius: 15px;
    padding: 15px;
}

.flip-card-back a div {
    background: #333;
    border: 1px solid #b19177;
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
}

.flip-card-back p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.icon-inventory .flip-card {
    height: 300px;
}

.icon-inventory .flip-card-back p {
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.icon-pos {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.icon-pos .col-md-3 {
    width: 20%;
}

.icon-pos .icon-box {
    margin: auto;
}

.icon-pos .flip-card:hover a {
    color: #b19177;
}

.icon-pos .flip-card:hover .icon-box img {
    filter: grayscale(0);
}

.icon-pos .flip-card img {
    filter: grayscale(100%);
}

.icon-pos .flip-card:hover .flip-card-inner {
    transform: unset;
}

.icon-pos .flip-card {
    transition: margin-top .3s;
}

.icon-pos .flip-card:hover {
    margin-top: -10px;
}

.icon-pos a {
    color: #333;
}

.software-what .software-whatbox {
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.software-what .software-whatbox:nth-child(odd) {
    flex-direction: row-reverse;
}

.software-what .software-whatbox h4 {
    color: #b19177;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.software-what .software-whatbox h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.software-what .software-whatbox img {
    width: 100%;
    object-fit: cover
}

.software-what .software-whatbox .brief-content {
    padding: 50px;
}

.gridmou {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, [col-start] 1fr);
    padding-top: 15px;
    margin-bottom: 20px;
}

.gridmou h4 {
    font-size: 18px !important;
}

.inventory-imgtitle h2 {
    font-size: 22px;
    font-weight: 600;
}

.price-table {
    overflow-x: auto;
}

.price-table2 {
    overflow-x: auto;
}

table {
    width: 100%;
    text-align: center;
}

table, th, td {
    border: 1px solid #a1a1a1;
    border-collapse: collapse;
}

table thead th {
    padding: 10px;
}

table tbody td {
    padding: 10px 10px;
}

.price-table tbody td:first-child {
    width: 40%;
}

table tbody td:first-child {
    text-align: left;
    /*background: #efe5cf;*/
    font-weight: 600;
    width: 50%;
}

table .table-title {
    background: #333 !important;
    color: #fff;
    padding: 10px !important;
}

table tbody td i {
    color: #588f2d;
}

tr:hover {
    background-color: #dbd7d7 !important;
}

table .price-box {
    background-color: #dbd7d7;
}

table .price-green {
    background: #7ca959;
    color: #fff;
}

table .price-green:hover, table .price-green:hover td:first-child {
    background: #588f2d !important;
}

table .price-green td:first-child {
    background: #7ca959 !important;
    padding: 10px;
}

table thead th {
    background: #dbd7d7;
}

table .price-green i {
    color: #fff;
}

.price-green td {
    border: 1px solid #fff;
}

.price-table .price-green td {
    border-bottom: 0;
}

.price-green {
    border: 1px solid #a1a1a1;
}

.link-contact {
    background: #333;
    padding: 15px 35px;
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px
}

.link-contact img {
    width: 24px;
    margin-left: 10px;
    margin-top: -2.5px;
}

#why .link-contact {
    margin-bottom: 50px;
}

.page-id-201 .link-contact {
    margin-top: 0;
}


.link-contact br {
    display: none;
}

.link-contact a {
    color: #fff;
}

.more-than h2 {
    margin-bottom: 50px !important;
}

.more-than {
    text-align: center;
}

.more-than h4 {
    font-size: 18px;
}

.more-than img {
    margin-bottom: 15px;
    transition: 0.3s;
}

.more-than .vc_col-sm-4 {
    margin-bottom: 0px;
    padding: 30px 20px;
}

.more-than .vc_col-sm-4:hover img {
    transform: scale(1.1);
}

.software-what2 .software-whatbox {
    flex-direction: unset !important;
}

.page-id-360 .software-what .software-whatbox {
    padding-top: 10px;
}

.software-what .software-whatbox .link-contact {
    margin-left: 0;
    font-size: 16px;
    padding: 12px 30px;
}

.software-what2 ul {
    padding-left: 20px;
    margin-top: 20px;
}

.under_control ul {
    display: flex !important;
    justify-content: space-between !important;
    gap: 15px;
    margin: 0 !important;
}

.under_control li {
    width: 25% !important;
    margin: 0 !important;
    border: 1px solid #b19177 !important;
    border-radius: 5px !important;
}

.under_control li a {
    text-align: center;
    border: unset !important;
    border-radius: 0 !important;
}

.under_control .vc_tta-tabs-container {
    margin: 0 !important;
}

.under_control .under_control_content {
    display: flex;
    align-items: center;
    padding: 50px 0 50px 30px;
}

.under_control .vc_tta-panel-body {
    background: #fff !important;
    margin-top: 30px;
}

.under_control li>a {
    background: unset !important;
}

.under_control li.vc_active>a {
    background: #b19177 !important;
    color: #fff !important;
}

.under_control .vc_tta-panels {
    border: unset !important;
}

.software-payroll-img .vc_single_image-wrapper {
    overflow: hidden;
    transition: transform .3s;
}

.software-payroll-img .vc_single_image-wrapper img {
    transition: transform .3s;
}

.software-payroll-img img:hover {
    transform: scale(1.05);
}

.auto_software h3 {
    margin-bottom: 0 !important;
}

.corevalue_list {
    text-align: left;
    width: 80%;
    margin: auto;
    list-style: square;
    margin-top: -10px;
}

.contact_ctaBg {
    background: #f5f5f5;
}

.contact_cta {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 30px 0;
}

.contact_cta h3 {
    margin-bottom: 0;
    font-size: 50px;
}

.contact_ctaBox {
    width: 50%;
}

.contact_ctaBox1 {
    display: flex;
    justify-content: center;
    gap: 20px
}

.contact_ctaBox .link-contact {
    background: #333;
    padding: 20px 30px;
    border-radius: 5px;
    width: 50%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-right: 0;
}

.contact_ctaBox .link-contact1 {
    background: #fff;
    color: #b19177;
    border: 1px solid #b19177;
}

.contact_ctaBox .link-contact1 a {
    color: #b19177;
}

.none {
    display: none;
}

.perks h4 {
    font-weight: 600;
    border-bottom: 2px solid #b19177;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.perkBox {
    background: white;
    padding: 50px;
    border-radius: 15px;
    width: 80%;
    margin: auto;
    text-align: left;
    transition: .3s;
}

.perkBox:hover {
    box-shadow: 0px 3px 10px 0px #b19177;
}

.perkBox ul {
    padding-left: 20px;
}

.perkBox ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.perkBox a {
    font-weight: 600;
    color: #b19177;
}

.perkBox a:hover {
    text-decoration: underline;
}

.perks2 h4 {
    border-bottom: 2px solid #c1c1c1;
}

.perks2 .perkBox:hover {
    box-shadow: 0px 3px 10px 0px #c1c1c1;
}

.servicePrice tbody td:first-child, .servicePrice tbody td {
    width: 25%;
    font-weight: 400;
    text-align: left;
    padding: 13px 20px;
}

.servicePayroll tbody td:first-child, .servicePayroll tbody td {
    width: 75%;
}

.servicePrice tbody td div {
    display: flex;
    gap: 10px
}

.servicePrice tbody td div i {
    margin-top: 5px;
}

.servicePrice tbody td div i.fa-minus {
    font-size: 12px;
}

.servicePrice tbody td.text-center i {
    margin-right: 5px;
}

.servicePrice tbody td .table_col {
    flex-direction: column;
    gap: 5px
}

.servicePrice {
    /*width: 90%;*/
    margin: auto;
}

.servicePrice .table-title {
    background: #588f2d !important;
    text-align: center !important;
    letter-spacing: 0.25px;
}

.servicePrice tbody td .td-10 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.pack_h2 h2 {
    margin-bottom: 30px !important;
}

.servicePrice thead tr th {
    position: relative;
    padding: 20px 15px;
    background: #f5f5f5;
    align-content: baseline;
}

.packagemou_type {
    position: relative;
    /*background: #588f2d;*/
    width: 100%;
    color: #588f2d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.packagemou_flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
}

.packagemou_price {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
}

.package_own {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicePrice tbody td .td-10 .link-contact {
    background: unset;
    border-bottom: 2px solid #588f2d;
    border-radius: 0;
    margin: 0;
    padding: 15px 0px;
}

.servicePrice tbody td .td-10 .link-contact a {
    color: #588f2d;
}

.companyTax .link-contact {
    margin-top: 35px;
}

.companyTax h2 {
    margin-bottom: 15px !important;
}


/* ========================================================================== */
/* ======================== CALCULATOR      ================================= */
/* ========================================================================== */
#calculator .ccb-wrapper-768 .calc-thank-you-page-container.vertical, #calculator .ccb-wrapper-768 .calc-container.vertical {
    max-width: 100% !important;
    width: 100% !important;
}

#calculator .calc-checkbox {
    position: absolute;
    top: 0;
    justify-content: end;
}

#calculator .ccb-wrapper-768 .calc-item__description.after {
    width: 85%;
}

#calculator .ccb-wrapper-768 .calc-container .calc-list .calc-subtotal-list .calc-subtotal-list-accordion, #calculator .ccb-wrapper-768 .calc-container .calc-list .calc-subtotal-list {
    row-gap: calc(40px / 2) !important;
}

#calculator .calc-container .calc-list .calc-subtotal-list.show-unit .sub-list-item.inner {
    display: none !important;
}

#calculator .calculator-settings.ccb-front {
    margin: 50px 0 !important;
}

.calculator-icon {
    width: 25px;
}


/* ========================================================================== */
/* ======================== TERMS           ================================= */
/* ========================================================================== */
.terms .wpb_content_element {
    margin-bottom: 35px !important;
}

.terms b, .terms strong {
    color: #b19177;
}

.terms h1, .terms h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.terms h3 {
    font-size: 20px;
}

.email_page h1 {
    margin-bottom: 35px !important;
}

.terms a {
    color: #b19177;
}


/* ========================================================================== */
/* ======================== MEDIA           ================================= */
/* ========================================================================== */
@media screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		/*max-width: 1640px;*/
	}
	
	.banner, .about-title {
	    /*height: 700px;*/
	}
}


@media screen and (max-width: 1400px) {
	.home-service h4 {
	    font-size: 16px;
	}
	
	.banner p {
	    width: 90%;
	}
	
	h2 {
	    font-size: 28px;
	}
	
	.preloader img {
        max-width: 118px;
    }
    
    footer .company img {
        width: 180px;
    }
    
    .banner h1 {
        font-size: 60px;
    }
    
    body, .banner p {
        font-size: 15px;
    }
    
    .contact_cta h3 {
        font-size: 45px;
    }
}


@media screen and (max-width: 1200px) {
	.banner {
	    height: 600px;
	}
	
	.home-service .col-md-3 {
	    width: 33.33%;
	}
	
	.bottom-form form {
	    width: 70%;
	}
	
	.container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        width: 100%;
        padding: 0 40px;
    }
    
    .top-menu {
        position: absolute;
        right: 15px;
    }
    
    header .top-box .btn {
        margin-right: 40px;
    }
    
    footer .company img {
        width: 160px;
    }
    
    footer .social-icon i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .home-service img {
        height: 160px;
    }
    
    .about-value img {
        width: 130px;
    }
    
    .fixed-top {
        animation: unset;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        text-align: center;
        font-size: 18px !important;
        margin: auto;
        margin-bottom: 10px;
        width: max-content;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: block;
    }
    
    .menu-wrapper.active .m_logo {
        display: block;
    }
    
    .menu-wrapper.active .m_logo img {
        width: 200px;
        display: none;
    }
    
    .menu-wrapper.active {
        flex-direction: column;
        justify-content: center;
        /*padding-top: 100px;*/
        gap: 25px
    }
    
    .contact-map form {
        width: 80%;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        margin-top: 0;
        /*left: -10px;*/
        background: #f5f5f5 !important;
        min-width: 100%;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #f5f5f5 !important;
        text-align: center;
        padding: 5px 10px !important;
    }
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
        text-align: center;
    }
    
    .menu-wrapper {
        max-width: 330px;
        right: -350px;
    }
    
    .contact_cta h3 {
        font-size: 40px;
    }
}


@media screen and (max-width: 1024px) {
	#cursor {
	    display: none;
	}
	
	.container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }
    
    #testimonials {
        padding: 0 10px;
    }
    
    .banner h1 {
        font-size: 55px;
    }
    
    .testi-box {
        padding: 30px 20px;
    }
    
    .client-corousel .testi-box img {
        width: 70px;
    }
    
    .top-form {
        display: none;
    }
    
    .bottom-form .top-form {
        display: block;
    }
    
    .about-title {
        align-items: center;
        height: 550px;
        text-align: center;
    }
    
    .about-title .vc_col-sm-7 {
        width: 100%;
    }
    
    .about-aff img {
        width: 90%;
        height: 80px;
    }
    
    .about-client .about-client-content {
        padding-bottom: 0;
    }
    
    .about-value .about-value-content p {
        padding: 0 10px;
    }
    
    .banner-button {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px !important;
    }
    
    .banner-button .vc_btn3-container {
        margin-bottom: 10px;
    }
    
    .banner-button .vc_btn3 {
        margin: 0 30px !important;
    }
    
    .page-id-27 .banner-button .vc_btn3 {
        margin: 0 15px !important;
    }
    
    .about-title p {
        width: 100%;
    }
    
    .m-form {
        display: block;
    }
    
    .why-aline .why-aline-box {
        padding: 30px;
    }
    
    .all-price {
        overflow-x: auto;
        display: flex;
    }
    
    .all-price::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    
    .all-price .vc_col-sm-3 {
        min-width: 300px;
    }
    
    .about-title h1 {
        margin-top: 30px;
    }
    
    .payroll-why .why-aline .why-aline-box {
        height: 200px;
        margin-bottom: 50px;
    }
    
    .payroll-why .why-aline .vc_col-sm-3 {
        width: 50% !important;
        float: left;
    }
    
    .flip-card img {
        width: 45px;
        height: 45px;
    }
    
    .flip-card-back img {
        width: 50px;
        height: 50px;
    }
    
    .icon-box {
        width: 100px;
        height: 100px;
    }
    
    .icon_list h4 {
        font-size: 16px;
    }
    
    .software-what .software-whatbox h3 {
        font-size: 26px;
    }
    
    .suggest {
        width: 100%;
    }
    
    .suggest .vc_column-inner {
        padding: 0;
    }
    
    .more-than .vc_col-sm-4 {
        padding: 30px 0;
    }
    
    .under_control li a {
        padding: 14px 10px !important;
    }
    
    .corevalue_list {
        width: 100%;
        padding: 0 0 0 20px;
        margin-top: 0;
    }
    
    .contact_cta {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 0;
    }
    
    .contact_ctaBox .link-contact {
        margin: auto
    }
}


@media screen and (max-width: 991px) {
    .home-service .col-md-3 {
	    width: 50%;
	}
    
    .home-service .container {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .home-about p {
        width: 100%;
    }
    
    h2 {
        font-size: 26px;
    }
    
    .home-service-h2 h2 {
        margin-bottom: 35px !important;
    }
    
    .home-service-h2 {
        padding-bottom: 40px !important;
    }
    
    #testimonials {
        padding: 0 0px;
    }
    
    .banner p {
        width: 100%;
    }
    
    .banner .banner-flex {
        gap: 20px;
        margin-top: 35px;
        flex-wrap: wrap;
    }
    
    .banner h1 {
        font-size: 45px;
    }
    
    .banner, .banner .owl-carousel .owl-item img {
        height: 500px;
    }
    
    .banner-arrow, .to-top {
        display: none;
    }
    
    .banner-title {
        padding-bottom: 0;
    }
    
    header .logo {
        width: 160px;
    }
    
    .bottom-form form {
        width: 100%;
    }
    
    .preloader img {
        max-width: 100px;
    }
    
    footer .social-icon i {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    footer .social-icon {
        margin-top: 20px;
    }
    
    .testi-box {
        margin-top: 15px;
    }
    
    body, .banner p {
        font-size: 14px;
    }
    
    .space, .contact-map {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .banner .banner-flex a {
        padding: 15px;
        width: 31%;
		min-width: auto
    }
    
    .banner .banner-flex {
        justify-content: space-between;
    }
    
    .client-corousel .owl-nav {
        display: none;
    }
    
    .client-corousel .owl-dots {
        margin-top: 10px;
    }
    
    .mcol-2 .social-link {
        padding-left: 30px;
    }
    
    .about-value .vc_col-sm-4 {
        width: 100%;
    }
    
    .about-client {
        /*background: unset;*/
    }
    
    .about-client img {
        width: 100%;
        height: auto;
    }
    
    .about-client .vc_col-sm-6 {
        width: 100%;
    }
    
    #team .vc_col-sm-1\/5 {
        width: 25%;
    }
    
    #team .vc_row {
        justify-content: center;
    }
    
    .about-aff h2 {
        margin-bottom: 20px !important;
    }
    
    .m_content {
        text-align: center;
        padding: 30px;
    }
    
    .about-client .about-client-content, .why-box .why-box-content {
        padding: 0;
    }
    
    .culture h2 {
        text-align: center;
        margin-bottom: 20px !important;
        margin-left: 0;
    }
    
    .about-us h1 {
        margin-top: 30px;
    }
    
    .culture {
        margin: 0;
    }
    
    .about-value {
        margin-top: 0;
    }
    
    h2 {
        margin-bottom: 20px !important;
    }
    
    .about-testimonial .testi p {
        width: 100%;
    }
    
    .why-aline .why-aline-box h4 {
        font-size: 18px;   
    }
    
    .link-contact {
        margin-top: 10px;
    }
    
    .benefit img {
        width: 70px;
        height: 70px;
    }
    
    .benefit p {
        padding: 0;
    }
    
    .benefit h2 {
        margin-bottom: 30px !important;
    }
    
    .benefit {
        padding-bottom: 15px !important;
    }
    
    .tax-package img {
        height: 300px;
    }
    
    .tax-package-box {
        padding: 30px;
    }
    
    .payroll-about {
        display: block;
    }
    
    .payroll-about .vc_col-sm-5, .payroll-about .vc_col-sm-7 {
        width: 100%;
    }
    
    .payroll-about img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .payroll-step p {
        padding: 0;
    }
    
    .payroll-whyworry img {
        width: 60px;
    }
    
    .payroll-step:after {
        width: 45px;
        height: 45px;
        top: 8px;
    }
    
    .contact-map form {
        width: 90%;
    }
    
    .software-what .software-whatbox {
        display: block;
        padding-top: 0;
        padding-bottom: 10px;
    }
    
    .software-what .software-whatbox .vc_col-sm-5, .software-what .software-whatbox .vc_col-sm-7 {
        width: 100%;
    }
    
    .software-what .software-whatbox .brief-content {
        padding: 30px 10px;
    }
    
    .software-what .software-whatbox h3 {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .icon_list .container {
        padding: 0;
    }
    
    .icon_list .col-md-3 {
        width: 50%;
    }
    
    .icon_list h4 {
        font-size: 18px;
    }
    
    .icon_list p {
        font-size: 16px;
    }
    
    .software-what .software-whatbox h4 {
        text-align: center;
    }
    
    .software-what .software-whatbox .brief-content p {
        text-align: center;
    }
    
    .inventory-imgtitle h2 {
        margin-top: 30px;
    }
    
    .more-than .vc_col-sm-4 {
        width: 50%;
        height: 320px;
    }
    
    .software-what .software-whatbox .link-contact {
        margin: 50px auto 0;
    }
    
    .page-id-358 .software-what .software-whatbox img {
        width: 100%;
    }

    .software-what .software-whatbox img {
        width: 80%;
    }
    
    #never-a-problem .vc_col-sm-6 {
        width: 100%;
    }
    
    .under_control ul {
        overflow-x: auto !important;
    }
    
    .under_control ul::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    
    .under_control li {
        min-width: 200px !important;
    }
    
    .under_control .under_control_content {
        padding: 30px 10px;
    }
    
    .under_control .vc_tta-panel-body {
        margin-top: 0;
    }
    
    .corevalue_list li {
        width: 50%;
        float: left;
    }
    
    .contact_cta h3 {
        font-size: 36px;
    }
    
    .contact_ctaBox {
        width: 80%;
    }
    
    .servicePrice tbody td:first-child, .servicePrice tbody td {
        min-width: 280px;
    }
    
    .servicePayroll tbody td:first-child {
        min-width: 720px;
    }
    
    .space-pt {
        padding-top: 0 !important;
    }
}


@media screen and (max-width: 767px) {
    .mcol-1 {
        width: 100%;
    }
    
    footer .space {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
    
    .mcol-2 .social-link {
        padding-left: 0px;
    }
    
    .mcol-2, .mcol-3 {
        width: 50%;
        float: left;
        margin-top: 35px;
    }
    
    h2, .home-service-h2 h2 {
        font-size: 24px;
        margin-bottom: 15px !important;
    }
    
    .banner h1 {
        font-size: 40px;
    }
    
    .client-corousel .owl-item {
        padding: 0 5px;
    }
    
    .client-corousel .owl-dots {
        margin-top: 20px;
    }
    
    header .top-flex {
        padding: 0 5px;
    }
    
    .bottom-form form {
        padding: 40px 30px 20px;
    }
    
    .why-aline .why-aline-box {
        min-height: auto;
        text-align: center;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    
    .benefit .vc_col-sm-3 {
        width: 50%;
        float: left;
    }
    
    .link-contact {
        font-size: 16px;
    }
    
    .pricing-plan {
        padding: 30px 20px;
    }
    
    .tax-package {
        display: block;
        margin: 0;
    }
    
    .about-title, .software-banner {
        height: auto;
        padding: 50px 0 !important;
        background-attachment: unset;
    }
    
    .all-price .recommend .pricing-plan {
        transform: scale(1);
    }
    
    .all-price .vc_col-sm-3:nth-child(3) {
        order: 1;
    }
    
    .all-price .vc_col-sm-3:nth-child(2) {
        order: 2;
    }
    
    .all-price .vc_col-sm-3:nth-child(1) {
        order: 3;
    }
    
    .all-price .vc_col-sm-3:nth-child(4) {
        order: 4;
    }
    
    .all-price {
        padding: 40px 0 !important;
    }
    
    .payroll-about {
        display: block;
    }
    
    .payroll-step {
        margin-bottom: 50px;
    }
    
    .payroll-step:after {
        top: 8px;
        margin: auto;
        right: 0;
        position: relative;
        transform: rotate(90deg);
    }
    
    .payroll-whyworry .payroll-step:last-child {
        margin-bottom: 0;
    }
    
    .contact-map form {
        width: 100%;
        padding: 40px 30px;
    }
    
    .contact-map form input, .contact-map form textarea, .contact-map form select, .top-form form input, .top-form form textarea, .top-form form select {
        padding: 10px 15px !important;
    }
    
    .contact-map form .gchoice {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .price-table tbody td:first-child {
        min-width: 250px;
    }
    
    table tbody td {
        min-width: 150px;
    }
    
    .software-what .software-whatbox h3 {
        font-size: 20px;
    }
    
    .software-what .software-whatbox .brief-content {
        padding: 15px 5px 20px;
    }
    
    table::-webkit-scrollbar, .price-table::-webkit-scrollbar {
        width: 0;
        background: transparent;
        display: none;
    }
    
    .software-what {
        /*padding-bottom: 0 !important;*/
    }
    
    .inventory-imgtitle h2 {
        font-size: 20px;
    }
    
    .gridmou {
        grid-template-columns: repeat(1, [col-start] 1fr);
    }
    
    .gridmou h4 {
        font-size: 16px !important;
    }
    
    .link-contact {
        padding: 10px 35px;
    }
    
    .icon-pos .flip-card {
        height: 200px;
    }
    
    .more-than .vc_col-sm-4 {
        width: 100%;
        height: auto;
    }
    
    .software-what .software-whatbox .link-contact {
        margin: 30px auto;
    }
    
    .under_control .under_control_content {
        display: block;
        padding: 10px;
    }
    
    .under_control .under_control_content img {
        margin-top: 20px;
    }
    
    .software-banner p {
        width: 100%;
    }
    
    .corevalue_list {
        width: 100%;
        padding: 0 0 0 20px;
        margin-top: 0;
    }
    
    .corevalue_list li {
        width: 100%;
        float: unset;
    }
    
    .perkBox {
        width: 100%;
    }
    
    .perkBox {
        padding: 30px;
    }
    
    .perkBox ul li {
        font-size: 16px;
    }
    
    .perks h4 {
        font-size: 20px;
    }
    
    .servicePrice tbody td:first-child, .servicePrice tbody td {
        min-width: 260px;
    }
    
    .servicePayroll tbody td:first-child {
        min-width: 700px;
    }
}


@media screen and (max-width: 650px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
        width: 90%;
        padding: 0;
    }
    
    .banner h1 {
        font-size: 36px;
    }
    
    .banner .banner-flex a {
        width: 32%;
    }
    
    .banner .banner-flex {
        gap: 10px
    }
    
    #team .vc_col-sm-1\/5 {
        width: 33.33%;
    }
    
    .benefit img {
        width: 65px;
        height: 65px;
    }
    
    .payroll-why .why-aline .why-aline-box {
        padding: 60px 15px 30px;
        height: auto;
    }
    
    .payroll-why .why-aline .vc_col-sm-3 {
        width: 100% !important;
    }
    
    .icon_list .col-md-3 {
        width: 100%;
    }
    
    .contact_cta h3 {
        font-size: 30px;
    }
    
    .contact_cta {
        width: 100%;
    }
    
    .contact_ctaBox {
        width: 100%;
    }
    
    .contact_ctaBox .link-contact {
        width: 80%;
        padding: 15px;
    }
    
    .contact_ctaBox .link-contact {
        font-size: 16px;
    }
}


@media screen and (max-width: 576px) {
    .home-service .col-md-3 {
        width: 100%;
    }
    
    .mcol-1 {
        text-align: center;
    }
    
    footer .social-icon {
        justify-content: center;
    }
    
    .mcol-2, .mcol-3 {
        width: 100%;
    }
    
    footer .social-link {
        text-align: center;
    }
    
    header .top-box .btn {
        display: none;
    }
    
    .banner .banner-flex a {
        width: 100%;
    }
    
    .banner, .banner .owl-carousel .owl-item img {
        height: 600px;
    }
    
    .preloader img {
        max-width: 90px;
    }
    
    #team .vc_col-sm-1\/5 {
        width: 50%;
    }
    
    .about-aff img {
        width: 85%;
        height: 60px;
    }
    
    .banner-button .vc_btn3 {
        font-size: 16px !important;
    }
    
    h2, .home-service-h2 h2 {
        font-size: 22px;
    }
    
    .banner-button {
        margin-top: 20px !important;
    }
}


@media screen and (max-width: 400px) {
    .banner h1 {
        font-size: 34px;
    }
    
    .bottom-form form {
        padding: 30px 25px 0px;
    }
    
    .about-value img {
        width: 120px;
    }
    
    .terms h3 {
        font-size: 18px;
    }
    
    .all-price .vc_col-sm-3:last-child .pricing-plan .list-icon {
        transform: scale(.65);
    }
    
    .tax-package-box {
        padding: 30px 20px;
    }
    
    .contact_cta h3 {
        font-size: 28px;
    }
}


@media screen and (max-width: 360px) {
    .banner, .banner .owl-carousel .owl-item img {
        height: 650px;
    }
    
    .banner h1 {
        font-size: 32px;
    }
    
    body, .banner p {
        /*font-size: 13px;*/
    }
    
    header .logo {
        width: 150px;
    }
    
    .all-price .vc_col-sm-3 {
        min-width: 260px;
    }
}












