@import url(css2.css);
:root
{
    --fonts: "Mulish",sans-serif;
    --color_primary: #fe8200;
    --color_primary-hover: #fc911a;
    --color_theme_black: #2e2e36;
    --color_theme_heading_black: #181818;
    --color_white: #fff;
    --color_black: #000;
    --color_subtitle_text: #595959;
    --color_dark_grey: #e8e8e8;
    --transition: all ease-in-out .3s;
}
@keyframes rotate
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes ripple
{
    0%
    {
        box-shadow: 0 0 0 0 rgba(232,232,232,.5),0 0 0 6px rgba(232,232,232,.5),0 0 0 12px rgba(232,232,232,.5),0 0 0 18px rgba(232,232,232,.5);
    }
    to
    {
        box-shadow: 0 0 0 6px rgba(232,232,232,.5),0 0 0 12px rgba(232,232,232,.5),0 0 0 18px rgba(232,232,232,.5),0 0 0 24px transparent;
    }
}
@keyframes ripple
{
    0%
    {
        box-shadow: 0 0 0 0 rgba(232,232,232,.5),0 0 0 6px rgba(232,232,232,.5),0 0 0 12px rgba(232,232,232,.5),0 0 0 18px rgba(232,232,232,.5);
    }
    to
    {
        box-shadow: 0 0 0 6px rgba(232,232,232,.5),0 0 0 12px rgba(232,232,232,.5),0 0 0 18px rgba(232,232,232,.5),0 0 0 24px transparent;
    }
}
@keyframes run
{
    0%
    {
        top: 0;
    }
    to
    {
        top: 100%;
    }
}
@keyframes blink
{
    0%, to
    {
        background-color: transparent;
    }
    50%
    {
        background-color: var(--color_white);
    }
}
html
{
    touch-action: manipulation;
}
p:empty
{
    display: none;
}
body
{
    font-family: var(--fonts)!important;
    margin: 0!important;
    font-size: 16px;
    line-height: 26px;
    color: var(--color_subtitle_text);
}
.site
{
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main_home_inner_container
{
    position: relative;
    flex: 1;
}
a
{
    text-decoration: none;
}
a, button, input[type="submit"]
{
    transition: var(--transition);
}
h2, h3
{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: var(--color_theme_heading_black);
}
.inner-banner-wrapper h1 strong, h2 strong, h3 strong
{
    font-weight: 700;
    color: var(--color_primary);
}
body h4
{
    color: var(--color_black);
    margin-bottom: 1.2rem;
}
.header-small, ol li, ul li
{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .04em;
    color: var(--color_black);
}
ol, ul
{
    margin-left: 0;
    padding-left: 20px;
}
ol li, ul li
{
    list-style-image: url(/wp-content/themes/wpas/assets/images/icon-square-bullet.svg);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--color_subtitle_text);
    padding-left: 10px;
}
ol li::marker, ul li::marker
{
    padding: 0;
    margin: 0;
}
.btn.vc_btn3-container
{
    padding-left: 0;
}
.product_variation_btn .btn
{
    width: 100%;
    padding: 18px 0;
    font-size: 22px;
    line-height: 1;
}
.btn .vc_btn3.vc_general
{
    font-size: 16px!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    letter-spacing: 1px;
    border-radius: 5px!important;
    background-image: none!important;
    padding: 20px 48px 20px 25px!important;
}
.btn-primary, .btn-theme-primary .vc_btn3.vc_general, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt, .woocommerce a.button:hover, .woocommerce button.button.alt, .woocommerce button.button:hover, .woocommerce input.button.alt, .woocommerce input.button:hover
{
    background-color: var(--color_primary)!important;
    border: 1px solid var(--color_primary)!important;
    color: var(--color_white)!important;
}
.btn-theme-outline .vc_btn3.vc_general, .btn-theme-primary .vc_btn3.vc_general:hover
{
    background-color: transparent!important;
    color: var(--color_primary)!important;
    border: 1px solid var(--color_primary)!important;
}
.btn-theme-primary.theme-bg-white .vc_btn3.vc_general:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    background-color: transparent!important;
    border: 1px solid var(--color_primary)!important;
    color: var(--color_primary)!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    padding: .8rem 1.7rem;
}
.btn-theme-outline .vc_btn3.vc_general
{
    color: var(--color_primary)!important;
}
.btn-primary:hover
{
    background-color: transparent!important;
    color: var(--color_primary)!important;
}
.btn-theme-outline .vc_btn3.vc_general:hover
{
    background-color: var(--color_primary)!important;
    color: var(--color_white)!important;
    border: 1px solid var(--color_primary)!important;
}
.theme-btn, input[type="submit"]
{
    background: var(--color_primary);
    color: var(--color_white);
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    background-image: none!important;
    padding: 20px 48px 20px 25px;
    font-weight: 600!important;
    letter-spacing: 1px;
}
.btn--link
{
    color: var(--color_primary);
}
.btn--link .vc_btn3.vc_general
{
    background-color: transparent!important;
    padding: 0!important;
    color: var(--color_primary)!important;
    border: 0!important;
    background-image: unset;
    font-weight: 600;
    font-size: 16px;
}
.btn--link .vc_btn3.vc_general:after
{
    content: "";
    font-family: 'Font Awesome 5 pro';
    font-weight: 900;
    margin-left: .5rem;
}
.btn--link .vc_btn3.vc_general:hover
{
    color: var(--color_white)!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
    font-weight: 600!important;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 6px 16px!important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
    background: 0 0!important;
    color: var(--color_primary)!important;
    border-color: var(--color_primary)!important;
    box-shadow: none;
}
.btn-primary, a.theme-btn
{
    font-weight: 600!important;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    padding: 9px 0!important;
}
a.theme-btn
{
    color: var(--color_white);
}
.btn-primary:hover, a.btn-primary:active:focus, a.theme-btn:active, a.theme-btn:focus
{
    background: 0 0;
    color: var(--color_primary);
    border-color: var(--color_primary);
    box-shadow: none;
}
.theme-btn:hover, input[type="submit"]:hover
{
    background: 0 0;
    color: var(--color_primary);
    border-color: var(--color_primary);
}
.button .vc_general.vc_btn3
{
    background-color: transparent!important;
    background-image: none!important;
    border: 0!important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .04em;
    color: var(--color_black)!important;
}
.button .vc_general.vc_btn3:hover, .why-choose-us-section .how-we-work-icon .vc_icon_element-inner .vc_icon_element-icon
{
    color: var(--color_primary)!important;
}
.button-play .vc_general.vc_btn3
{
    left: 20px;
    padding-left: 60px!important;
}
.button-play .vc_general.vc_btn3 i
{
    background-color: #fe820010;
    width: 50px;
    height: 50px;
    left: -20px!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--color_white);
    color: var(--color_primary);
}
.button-play .vc_general.vc_btn3 i::before
{
    position: absolute;
}
.button-play .vc_general.vc_btn3 i::after
{
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid transparent;
    box-shadow: inset 0 0 20px var(--color_dark_grey) 0 0 20px #e8e8e820;
    outline-color: transparent;
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #e8e8e850;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
.border-radius-20
{
    border-radius: 20px;
    overflow: hidden;
}
.featured-slider-box img, .full-img, .full-img figure, .full-img figure div, .full-img figure img
{
    width: 100%;
}
.slick-next:before, .slick-prev:before
{
    font-family: "Font Awesome 5 Pro";
    color: var(--color_black);
}
.slick-next:before
{
    content: "";
}
.slick-prev:before
{
    content: "";
}
.slick-next:hover::before, .slick-prev:hover::before, .submit-btn:hover:before
{
    color: var(--color_primary);
}
.site-header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: 0 0;
    transition: all .4s ease;
    background-color: var(--color_theme_black);
}
div#primary-menu
{
    position: relative;
    z-index: 9;
}
.scroll-down .site-header
{
    transform: translate3d(0,-100%,0);
}
.scroll-up .site-header
{
    transform: translate3d(0,0,0);
}
.menu ul
{
    margin-bottom: 0;
    list-style: none;
}
.menu ul li
{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 55px;
}
.menu ul li:last-child a
{
    background: var(--color_primary);
    color: var(--color_white);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 8px 10px;
    position: relative;
    background-image: none!important;
    font-weight: 400;
}
.menu ul li:last-child a::after
{
    display: none;
}
.menu ul li.current-menu-item:last-child a, .menu ul li:last-child a:hover
{
    background: 0 0;
    border: 1px solid var(--color_primary);
}
.menu ul li a:hover, .menu ul li a:hover:after, .menu ul li.current-menu-ancestor.current-menu-parent>a, .menu ul li.current-menu-ancestor.current-menu-parent>a:after, .menu ul li.current_page_item>a, .menu ul li.current_page_item>a::after
{
    color: var(--color_primary)!important;
    opacity: 1;
    visibility: visible;
}
.menu ul li a
{
    position: relative;
    color: var(--color_white)!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
}
.menu ul li .sub-menu, .menu ul li a::after
{
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--color_primary);
    opacity: 0;
    visibility: hidden;
}
.menu ul li a::after
{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: var(--transition);
    text-align: center;
    margin: 0 auto;
    bottom: -7px;
}
.menu ul li .sub-menu
{
    top: 100%;
    min-width: 18rem;
    z-index: 999;
    margin-left: 0;
    height: 0;
    padding: 0;
    line-height: 1;
}
.menu ul li:hover .sub-menu
{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.menu ul li .sub-menu li
{
    background-image: unset;
    line-height: 30px;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--color_white);
}
.menu ul li .sub-menu li:last-child, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-child
{
    border-bottom: 0;
}
.menu ul li .sub-menu li a
{
    width: 100%;
    display: block;
    padding: 8px 10px;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    border: 0;
}
.menu ul li .sub-menu li a:hover, .menu ul li .sub-menu li.current-menu-item a
{
    background-color: var(--color_primary-hover);
    color: var(--color_white)!important;
    border: 0;
}
.footer-menu-section ul li.menu-item-has-children ul, .menu ul li .sub-menu li a::after
{
    display: none;
}
.top_icons a
{
    color: var(--color_primary)!important;
    display: inline-block;
    padding: 0 .3rem;
}
.top_icons a:hover
{
    color: var(--color_white)!important;
}
.top_icons a i
{
    font-size: 18px;
}
.home-banner-wrapper
{
    max-height: 800px;
    padding-top: 80px;
    overflow: visible!important;
}
.banner-content
{
    color: var(--color_white);
    margin-top: -8rem;
}
.banner-content .vc_column-inner
{
    max-width: 70%;
    margin-left: auto;
}
.banner-image .vc_column-inner
{
    padding-right: 0!important;
}
.banner-image .img-corner-rounded figure, .banner-image .img-corner-rounded figure .vc_single_image-wrapper
{
    width: 85%;
}
.banner-image .img-corner-rounded img
{
    border-radius: 50px 0 0 50px;
    width: 100%;
}
.cta-bg-image
{
    border-radius: 50px;
}
.cta-content-wrapper h4
{
    font-weight: 700;
    font-size: 40px;
    color: var(--color_white);
    text-transform: capitalize;
    margin-bottom: 1.5rem!important;
}
.cta-content-wrapper p
{
    display: none;
}
.cta-bg-image
{
    border-radius: 50px;
}
.cta-content-wrapper p
{
    color: var(--color_white);
    display: block;
    font-size: 18px;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 25px!important;
}
.cta-bg-image
{
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-content-wrapper .btn a, .submit-btn
{
    position: relative;
}
.cta-content-wrapper .btn a::after
{
    content: "";
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    display: block;
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.footer-menu-section input[type="email"]
{
    padding: 15px;
    max-width: 295px;
    width: 100%;
    border: 1px solid var(--color_dark_grey);
    box-sizing: border-box;
    border-radius: 5px;
}
.footer-menu-section .wpcf7-form-control-wrap
{
    margin-bottom: 0;
}
.submit-btn
{
    display: inline-block;
}
#wpcf7-f75-o1 .submit-btn
{
    margin: 0 0 30px;
}
.submit-btn::before
{
    top: 30px!important;
}
.ajax-loader, .submit-btn:before
{
    top: 50%;
    transform: translateY(-50%);
}
.ajax-loader
{
    position: absolute!important;
    right: -30px;
    margin: 0!important;
}
.submit-btn:before
{
    color: var(--color_white);
    right: 90px!important;
    transition: all ease-in-out .3s;
    position: absolute;
    content: "";
    background-size: 50px;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    z-index: 1;
    font-size: 16px;
    height: 14px;
    line-height: 14px;
}
.wpcf7 form .wpcf7-response-output
{
    text-align: center;
}
.footer-menu-section
{
    padding: 40px 0 30px;
}
.footer-menu-section .widgettitle
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}
.footer-menu-section .widgettitle:before
{
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 1px;
    background-color: rgba(24,24,24,.2);
}
.copy-right-section ul, .footer-menu-section ul
{
    margin: 0;
    padding: 0;
}
.footer-menu-section ul li
{
    list-style: none;
}
.footer-menu-section ul li a
{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--color_black);
}
.company-detail-block .vc_column-inner p a:hover, .copy-right-section .wpb_text_column.wpb_content_element p a, .copy-right-section ul li a:hover, .faq-block .vc_toggle.vc_toggle_active .vc_toggle_title h4, .footer-menu-section ul li a:hover, .our-service-section .service_box a:hover, .port_filters .filters-button-group ul li button.is-checked
{
    color: var(--color_primary);
}
.copy-right-section .vc_col-sm-4 p
{
    text-align: right;
}
.copy-right-section .menu-footer-links-container ul, .footer-menu-section .social-icon ul
{
    display: flex;
    align-items: center;
}
.footer_contactbtn .social-icon i:hover, .footer_contactbtn .social-icon a:hover
{
    color: #fe8200!important;
}
.footer-menu-section .social-icon ul li
{
    padding-bottom: 0;
}
.footer-menu-section .social-icon ul li a
{
    font-size: 22px;
    margin-right: 15px;
}
.footer-menu-section .social-icon ul li a i
{
    font-family: "Font Awesome 5 Brands";
}
.footer-menu-section .social-icon ul li a:hover
{
    color: #4267b2;
}
.footer-menu-section .social-icon ul li:nth-child(2) a:hover
{
    color: #1d9bf0;
}
.footer-menu-section .social-icon ul li:nth-child(3) a:hover
{
    color: #0a66c2;
}
.copy-right-section
{
    padding: 20px 0;
    border-top: 1px solid var(--color_dark_grey);
}
.copy-right-section ul li
{
    margin-right: 25px;
    list-style: none;
}
.copy-right-section ul li a
{
    font-size: 14px;
    color: var(--color_black);
}
.copy-right-section .vc_wp_custommenu.wpb_content_element, .copy-right-section .widget_nav_menu, .copy-right-section .wpb_text_column.wpb_content_element
{
    margin-bottom: 0;
}
.copy-right-section .wpb_text_column.wpb_content_element p a:hover
{
    color: var(--color_theme_heading_black);
}
#myList li
{
    display: none;
}
.totop
{
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a
{
    display: none;
}
#loadMore
{
    cursor: pointer;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover
{
    background-color: #fff;
    color: #33739e;
}
.why-choose-us-section
{
    padding: 65px 0;
}
.why-choose-us-section .how-we-work-icon
{
    position: absolute;
    left: 15px;
    border: 1px solid var(--color_dark_grey);
    border-radius: 100px;
    padding: 5px;
}
.why-choose-us-section .how-we-work-icon .vc_icon_element-inner
{
    background: #fef3e5!important;
}
.why-choose-inner-text, .why-choose-us-section .why-choose-img
{
    position: relative;
}
.why-choose-inner-text h4
{
    padding-left: 90px;
    margin: 54px 0 0!important;
}
.why-choose-inner-text h3
{
    font-size: 28px;
    line-height: 36px;
    margin: 15px 0 20px;
}
.why-choose-inner-text p
{
    line-height: 24px;
}
.why-choose-us-section .why-choose-img::before
{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(/wp-content/themes/wpas/assets/images/ractangle-box.png);
    width: 560px;
    height: 470px;
    background-size: 470px;
    background-position: center center;
    margin: auto;
    z-index: 1;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    animation: rotate 8s infinite linear;
    -webkit-animation: rotate 8s infinite linear;
    animation-delay: 3s;
}
.why-choose-us-section .why-choose-img figure
{
    z-index: 2;
    position: relative;
}
.our-service-section h2
{
    margin-bottom: 50px;
}
.our-service-section .our-service-img img
{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.our-service-section .our-service-img figure, .our-service-section .our-service-img figure .vc_single_image-wrapper, .our-service-section .our-service-img figure img
{
    width: 100%!important;
}
.service-slider-wrapper
{
    margin-left: -2rem;
}
.featured-resources-slider .slick-prev
{
    top: -3rem;
    left: auto;
}
.featured-resources-slider .slick-next, .service-slider-wrapper .slick-next
{
    top: -3rem;
    left: auto;
    right: 1rem;
}
.service-slider-wrapper .slick-prev
{
    top: -3rem;
    left: auto;
}
.featured-resources-slider .slick-prev, .service-slider-wrapper .slick-prev
{
    right: 3.5rem;
}
.our-service-section .service_box
{
    background: var(--color_white);
    box-shadow: 0 0 10px 3px rgb(190 190 190/25%);
    border-radius: 20px;
    padding: 30px;
    margin: 15px;
    min-height: 472px;
}
.our-service-section .service_box h3
{
    font-size: 22px;
    line-height: 1.2;
    margin: 25px 0;
    color: var(--color_black);
}
.our-service-section .service_box p, .why-choose-inner-text h3, .why-choose-inner-text p
{
    color: var(--color_subtitle_text);
}
.our-service-section .service_box .service-box-icon
{
    background: rgba(193,244,240,.3);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-service-section .service_box a
{
    color: var(--color_primary);
    text-transform: uppercase;
}
.our-service-section .service_box a i
{
    margin-left: .3rem;
    transition: var(--transition);
}
.our-service-section .service_box a:hover i
{
    transform: translateX(5px);
}
.our-client-wrapper
{
    background: linear-gradient(180deg,rgba(245,245,245,.99) 0,rgba(255,255,255,0) 100%);
    border-radius: 50px;
    padding: 4rem 4rem 1rem;
    margin: 3rem 0 0;
}
.our-client-says-slider .slick-slide .client-says-text p, .our-client-wrapper .content-block p, .our-client-wrapper h5
{
    font-weight: 400;
    text-align: justify;
    letter-spacing: .04em;
    color: var(--color_subtitle_text);
}
.our-client-wrapper h5
{
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 1rem 0 0;
}
.our-client-wrapper .content-block
{
    padding: 0 0 4rem;
}
.our-client-wrapper .content-block p
{
    font-style: normal;
}
.global-our-work-section
{
    margin-bottom: 2rem;
}
.our-client-says-slider .slick-slide
{
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
}
.our-client-wrapper .content-block h3, .our-client-wrapper .content-block h5
{
    padding: 0 .5rem;
}
.our-client-says-slider .slick-slide .client-says-text
{
    flex: 1;
    padding-right: 80px;
}
.our-client-says-slider .slick-slide .client-says-text p
{
    word-break: break-word;
    margin-top: 2rem;
}
.client-says-auth-name, .client-says-auth-name strong
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .04em;
    color: var(--color_theme_heading_black);
}
.client-says-auth-name strong
{
    display: block;
    font-weight: 700;
    text-align: justify;
    color: var(--color_primary);
}
.our-client-says-slider .slick-next, .our-client-says-slider .slick-prev
{
    top: auto;
    bottom: -5rem;
    left: .5rem;
    right: auto;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color_dark_grey);
    background-color: var(--color_white);
    border-radius: 5px;
}
.our-client-says-slider .slick-next
{
    left: 4.1rem;
}
.our-client-says-slider .slick-next:hover, .our-client-says-slider .slick-prev:hover
{
    border: 1px solid var(--color_primary);
    background-color: var(--color_primary);
}
.our-client-says-slider .slick-next:hover::before, .our-client-says-slider .slick-prev:hover::before
{
    color: var(--color_white);
}
.page-template-template-inner-page .counter-block
{
    padding: 4rem 0;
}
.counter-block .counter, .counter-block p
{
    text-align: center;
    color: var(--color_theme_heading_black);
}
.counter-block .counter
{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
.counter-block p
{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.counter-block figure.vc_figure
{
    max-width: 64px;
}
.counter-block .wpb_column.vc_column_container
{
    border-right: 1px solid var(--color_dark_grey);
}
.counter-block .wpb_column.vc_column_container:last-child
{
    border-right: 0;
}
div.feature-slider-wrapper
{
    margin: 40px 0;
}
div.feature-slider-wrapper .featured-resources-block
{
    background-size: 100%;
    margin: 0 0 0 8rem;
    padding: 1rem 5rem 1rem 3rem;
    background-position: center bottom!important;
    border-radius: 50px 0 0 50px;
}
.featured-slider-box
{
    padding: 0;
    margin: 0 15px;
    border-radius: 20px;
    background-color: var(--color_white);
    overflow: hidden;
}
.featured-slider-box .slide-img
{
    min-height: auto;
    max-height: auto;
    overflow: hidden;
}
.featured-slider-box .slide-img img, .post-featured-image img, .related-thumb-img img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 350px;
}
.featured-slider-box .slide-detail
{
    padding: 30px;
}
.featured-slider-box .slide-detail h4
{
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    letter-spacing: .04em;
    color: var(--color_theme_heading_black);
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    min-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease-in-out .3s;
}
.featured-slider-box .slide-detail a:hover h4
{
    color: var(--color_primary);
}
.featured-slider-box .slide-detail .item-link
{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--color_primary);
}
.featured-slider-box .slide-detail .date
{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .04em;
    color: var(--color_subtitle_text);
}
.featured-slider-box .slide-detail .item-link i
{
    margin-left: 6px;
    transition: all ease-in-out .3s;
}
.featured-slider-box .slide-detail .item-link:hover i
{
    margin-left: 10px;
}
.feature-slider-wrapper .slick-next
{
    top: -3rem;
    left: auto;
    right: 1rem;
}
.feature-slider-wrapper .slick-prev
{
    top: -3rem;
    left: auto;
    right: 3.5rem;
}
.lines, .lines .line
{
    position: absolute;
    top: 0;
}
.lines
{
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1;
}
.lines .line
{
    width: 1px;
    left: 50%;
    height: 60%;
    background: var(--color_dark_grey);
    overflow: visible;
}
.lines .line:nth-child(1)
{
    top: 15%;
    margin-left: -47%;
    height: calc(100% - 15.3%);
    bottom: 0;
}
.page-template-template-blog .lines .line:nth-child(2), .single.single-post .lines .line:nth-child(2), .woocommerce-page .lines .line:nth-child(2)
{
    display: none;
}
.page-template-template-blog .lines .line:nth-child(1)
{
    top: 213px;
    height: calc(100% - 210px);
}
.page-template-template-inner-page .lines .line
{
    height: 23%;
}
.page-template-template-inner-page .lines .line:nth-child(1), .single-works .lines .line:nth-child(1), .woocommerce-page .lines .line:nth-child(1)
{
    top: 0;
    height: 100%;
}
.page-template-template-inner-page .lines .line:nth-child(2), .single-works .lines .line:nth-child(2)
{
    display: none;
}
.page-id-30 .lines .line:nth-child(2)
{
    display: none;
}
.lines .line::after, .lines .line::before
{
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 13px;
    top: -50%;
    left: -6.5px;
    border-radius: 50%;
    background: rgba(254,130,0,.5);
    animation: run 8s 0s infinite;
    animation-fill-mode: forwards;
    animation-delay: 4s;
    animation-timing-function: cubic-bezier(.4,.26,0,.97);
}
.lines .line:nth-child(1)::after
{
    animation-delay: 2s;
}
.lines .line:nth-child(1)::before
{
    animation-delay: 4s;
}
.inner-banner-wrapper h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: var(--color_theme_black);
}
h2.typing-text
{
    font-weight: 700;
    min-height: 45px;
}
.typing-text, h2.typing-text
{
    position: relative;
    color: var(--color_primary)!important;
}
.typing-text::after
{
    content: "";
    position: absolute;
    margin-left: 5px;
    width: 2px;
    height: 100%;
    animation: blink 800ms ease infinite;
}
.typed-cursor
{
    display: none;
}
.page-first-section
{
    padding: 2rem 0;
}
.page-first-section .content-block .vc_column-inner
{
    max-width: 70%;
    margin-left: auto;
    padding-right: 3rem;
}
.page-first-section .content-block p
{
    text-align: justify;
}
.image-block .vc_column-inner
{
    padding-right: 0!important;
    padding-left: 3rem!important;
}
.image-block .vc_figure
{
    width: 100%;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
}
.mission-sec, .value-sec, .vision-sec
{
    margin-bottom: 40px;
}
.contact-form-wrapper
{
    margin: 25px 0 0;
}
.wpcf7-form-control-wrap
{
    display: block;
    width: 100%;
    margin-bottom: 1.8rem;
}
input[type="email"], input[type="password"], input[type="tel"], input[type="text"], textarea
{
    font-family: var(--fonts);
    width: 100%;
    border: 1px solid var(--color_dark_grey);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color_theme_heading_black);
    padding: 15px 20px;
    outline: 0;
}
textarea
{
    min-height: 200px;
    max-height: 200px;
}
input::placeholder, textarea::placeholder
{
    font-size: 16px;
    line-height: 40px;
    color: var(--color_theme_heading_black);
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder
{
    font-size: 16px;
    line-height: 40px;
    color: var(--color_theme_heading_black);
    opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
    font-size: 16px;
    line-height: 40px;
    color: var(--color_theme_heading_black);
    opacity: 1;
}
.company-detail-wrapper
{
    padding: 0;
    margin: 3rem 0 0;
}
.company-detail-block
{
    position: relative;
    z-index: 3;
}
.company-detail-block .vc_column-inner
{
    max-width: 450px;
    margin-left: auto;
    margin-right: -3rem;
    background: var(--color_white);
    box-shadow: 100px 100px 100px rgba(255,255,255,.3),0 50px 100px rgba(29,53,71,.1);
    border-radius: 5px;
    padding: 35px 40px 0 50px!important;
    position: absolute;
    top: 0;
    right: 0;
}
.company-detail-block .vc_column-inner h5
{
    margin-bottom: 20px;
}
.company-detail-block .vc_column-inner p
{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--color_black);
}
.company-detail-block .vc_column-inner p a, .our-price-card ul li
{
    color: var(--color_black);
}
.company-image-block .vc_figure, .company-image-block .vc_figure div, .company-image-block .vc_figure div img
{
    width: 100%;
}
.company-image-block .wpb_single_image .vc_figure
{
    border-radius: 50px 0 0 50px;
    overflow: hidden;
}
.featured-resources-slider
{
    margin-left: auto;
}
.our-price-main-wrapper
{
    max-width: 86%;
    margin-top: 30px;
    margin-left: auto!important;
}
h3.our-price-main-wrapper
{
    padding-left: 1rem;
}
.our-price-main-wrapper .our-price-card .our-card-body
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 0 0 30px;
    overflow: auto;
}
.our-price-main-wrapper .good-plan-card
{
    border-radius: 20px;
    padding: 40px 40px;
    background: var(--color_primary);
    color: var(--color_white);
    overflow: hidden;
}
.our-price-main-wrapper .good-plan-card .card-img
{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 75%;
}
.our-price-main-wrapper .good-plan-card .card-img figure, .our-price-main-wrapper .good-plan-card .card-img figure div, .our-price-main-wrapper .good-plan-card .card-img img
{
    width: 100%;
    margin: 0 auto!important;
}
.our-price-main-wrapper .good-plan-card p
{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.our-price-card.slick-slide
{
    padding: 0 1rem;
}
.our-price-card ul
{
    margin-left: 0;
    padding: 0 40px;
    margin-bottom: 30px!important;
}
.our-price-card ul li
{
    position: relative;
    list-style-image: unset;
    list-style: none;
    margin: 12px 0;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding-left: 2rem;
}
.our-price-card ul li::before
{
    content: '';
    background: url(/wp-content/themes/wpas/assets/images/icon-checked.svg) no-repeat 0 0/20px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
}
.our-price-main-wrapper .our-price-card .our-card-body h4
{
    color: #000;
    font-weight: 600;
    text-align: center;
    background: #fe8200;
    padding: 8px 0;
    font-size: 24px;
    margin-bottom: 0;
}
.our-price-main-wrapper .product_variation_price
{
    padding: 0 20px 15px;
    margin-top: -20px;
}
.our-price-main-wrapper .our-price-card .our-card-body h5
{
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1.8rem;
    background: #f7f7f7;
    text-align: center;
    border-radius: .5rem;
}
.our-price-main-wrapper .our-price-card .our-card-body .product_variation_btn
{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 180px;
}
.featured-resources-slider .product_variation_btn
{
    margin-left: 20px!important;
    margin-right: 20px!important;
}
.featured-resources-slider .our-price-card .our-card-body h4
{
    color: #fff;
}
.featured-resources-slider .our-price-card .our-card-body h5
{
    padding: 1rem;
}
.good-plan-card h4, .our-price-main-wrapper .our-card-body h4
{
    color: var(--color_white);
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}
.price .product_variation_price
{
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #0b0914;
}
.price .product_variation_price span
{
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    color: #0b0914;
}
div.hire-banner, div.features-wrapper
{
    overflow: visible!important;
}
.features-wrapper
{
    margin: 3rem 0 1rem;
}
.features-wrapper h3
{
    margin-bottom: 2rem;
}
.features-wrapper .feature-block-row .service_box .vc_column-inner
{
    background: var(--color_white);
    box-shadow: 0 0 10px 3px rgba(190,190,190,.25);
    border-radius: 20px;
    padding: 30px;
}
.features-wrapper .feature-block-row .service_box .vc_column-inner .wpb_single_image .vc_figure
{
    max-width: 60px;
}
.faq-wrapper
{
    padding-top: 2rem;
}
.faq-wrapper h3
{
    margin-bottom: 3rem;
}
.faq-block .vc_toggle.vc_toggle_default
{
    border-bottom: 1px solid var(--color_dark_grey);
}
.faq-block .vc_toggle_content
{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: .5rem;
}
.faq-block .vc_toggle_title
{
    padding-bottom: 1.3rem;
    padding-left: 0!important;
}
.faq-block .vc_toggle_title h4
{
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--color_black);
    transition: all ease-in-out .3s;
}
.faq-block .vc_toggle .vc_toggle_content, .faq-block .vc_toggle .vc_toggle_title
{
    padding-left: 0!important;
}
.faq-block .vc_toggle_title i.vc_toggle_icon
{
    border: 0;
    background: var(--color_primary);
    top: 25%!important;
    left: auto!important;
    right: 0;
    width: 14px;
    height: 2px;
    border-radius: 4px;
}
.faq-block .vc_toggle_title i.vc_toggle_icon::after, .faq-block .vc_toggle_title i.vc_toggle_icon::before
{
    border: 0;
    background: var(--color_primary);
}
.faq-block .vc_toggle_title i.vc_toggle_icon::before
{
    width: 2px;
    height: 14px;
    border-radius: 4px;
}
.service-main-wrapper
{
    padding: 0 0 3rem;
}
.service-content-block .content-text>div
{
    background-size: contain;
    background-position: 0 100%!important;
}
.service-content-block .content-text h3
{
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--color_black);
}
.service-content-block .content-text .wpb_text_column
{
    padding: 0 20px;
}
.service-content-block .vc_figure
{
    min-width: 250px;
    max-width: 250px;
}
.process-line
{
    margin: 1.8rem 0 0;
}
.process-line .vc_figure
{
    opacity: .6;
    min-width: inherit;
    max-width: inherit;
}
.service-content-block .vc_figure div, .service-content-block .vc_figure div img
{
    width: auto;
}
.author-wrapper, .cat-date-wrapper
{
    display: flex;
    align-items: center;
}
.cat-date-wrapper ul, .news-cat ul
{
    padding-left: 0;
}
.news-cat ul, .next-prev-pagination p
{
    margin-bottom: 0;
}
.cat-date-wrapper ul li, .news-cat ul li
{
    display: inline-block;
    list-style: none;
    list-style-image: none;
}
.cat-date-wrapper ul li .button, .news-cat ul li .button
{
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 18px;
    border: 0;
}
.cat-date-wrapper ul li .button
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 20px 0 0;
}
.news-cat ul li .button
{
    display: inline-block;
    margin: 0 2px 0 0;
}
ul li .button[data-filter=".website"]
{
    background: #f2fafd;
    color: #3996c1;
}
ul li .button[data-filter=".technology"]
{
    background: #f2effc;
    color: #582adb;
}
ul li .button[data-filter=".wordpress"]
{
    background: #e5fffe;
    color: #01817a;
}
ul li .button[data-filter=".maintenance"], ul li .button[data-filter=".social-media"]
{
    background: #fff1dc;
    color: #c57f17;
}
ul li .button[data-filter=".business"]
{
    background: #f2effc;
    color: #582adb;
}
.company-detail-block .vc_column-inner h5, .sticky-post-info .sticky-post-details h3 .btn
{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--color_black);
}
.auth-profile
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c4c4c4;
    border: 1px solid var(--color_primary);
    margin-right: 14px;
    overflow: hidden;
}
.author-wrapper .auth-info p
{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .04em;
    color: var(--color_black);
    margin: 0;
}
.author-wrapper .auth-info p:last-child
{
    color: rgba(0,0,0,.5);
}
.port_filters
{
    margin-bottom: 40px;
}
.port_filters .filters-button-group ul
{
    padding-left: 0;
    border: solid var(--color_dark_grey);
    border-width: 1px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.port_filters .filters-button-group ul li
{
    list-style: none;
    display: inline-block;
}
.port_filters .filters-button-group ul li button
{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    color: var(--color_black);
    background: unset;
    border: 0;
    padding: 14px 10px;
}
.port_filters .grid .image-wrapper
{
    max-height: 290px;
    overflow: hidden;
}
.port_filters .image-wrapper a
{
    display: block;
}
.port_filters .image-wrapper a img
{
    min-height: 290px;
    max-height: 290px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.port_filters .news-detail-wrapper
{
    margin-top: 15px;
    margin-bottom: 30px;
}
.port_filters .news-detail-wrapper .news-title-wrapper h3 a
{
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    color: var(--color_black);
    margin: 8px 0 0;
    padding: 0;
    white-space: normal;
}
.news-detail-wrapper .auth-date-wrapper p
{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--color_black);
}
.news-detail-wrapper .auth-date-wrapper p span
{
    color: var(--color_subtitle_text);
    padding-left: 6px;
}
.post_loadmore
{
    display: block;
    margin: 20px auto 0;
    background: var(--color_primary);
    background-image: none!important;
    color: var(--color_white);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 14px 55px 14px 30px!important;
    font-size: 14px;
    font-weight: 500!important;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
}
.post_loadmore:before
{
    position: absolute;
    content: "";
    right: 22px;
    top: 50%;
    background-size: 50px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    height: 14px;
    line-height: 14px;
    transition: all ease-in-out .3s;
}
.post_loadmore:hover
{
    background-color: transparent;
    border-color: var(--color_primary);
    box-shadow: none;
}
.next-prev-pagination a:hover, .post_loadmore:hover, .post_loadmore:hover::before
{
    color: var(--color_primary);
}
.single-post .lines .line:nth-child(1)
{
    top: 6.5%;
    max-height: 93%;
}
.single-post .post-title-wrapper
{
    margin-top: 4rem;
}
.single-post h1.post-title
{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: var(--color_black);
}
.post-featured-image
{
    width: 100%;
    max-height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
}
.date
{
    font-size: 14px;
    padding-bottom: .5rem;
}
.post-cat-wrapper ul
{
    padding: 0;
    margin: 30px 0 24px;
}
.related_cat ul
{
    padding-left: 0;
    margin: 20px 0 10px;
}
.post-cat-wrapper ul li, .related_cat ul li
{
    list-style: none;
    list-style-image: unset;
    display: inline-block;
    margin-right: 8px;
}
.post-cat-wrapper ul li:first-child
{
    margin-right: 5px;
}
.post-cat-wrapper ul li button, .related_cat ul li button
{
    border: 0;
    border-radius: 30px;
    padding: 6px 22px;
}
.related_cat ul li button
{
    font-size: 14px;
    padding: 3px 15px;
}
.next-prev-pagination
{
    margin: 0 0 3.5rem;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.next-prev-pagination a
{
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .04em;
}
.next-prev-pagination a::after
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    transition: var(--transition);
}
.next-prev-pagination .prev
{
    padding-left: 1rem;
}
.next-prev-pagination .prev a:after
{
    content: "";
    left: -1rem;
}
.next-prev-pagination .next
{
    padding-right: 1rem;
}
.next-prev-pagination .next a::after
{
    content: "";
    left: auto;
    right: -1rem;
}
.next-prev-pagination .prev a:hover::after
{
    left: -1.3rem;
}
.next-prev-pagination .next a:hover::after
{
    right: -1.3rem;
}
.related_posts
{
    margin: 0 0 5rem;
}
.related_posts h3
{
    margin: 0 0 2.5rem;
}
.next-prev-pagination a, .relatedthumb_post a, .woocommerce-page a:hover, .woocommerce-products-header h1
{
    color: var(--color_black);
}
.relatedthumb_post h4
{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
}
.daterelated, .post-admin
{
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .04em;
}
.post-admin
{
    font-weight: 600;
    text-align: justify;
    text-transform: uppercase;
    color: var(--color_black);
}
.daterelated
{
    font-weight: 400;
    color: var(--color_subtitle_text);
    padding-left: 5px;
}
.related-thumb-img
{
    width: 100%;
    max-height: 365px;
    overflow: hidden;
}
#wprmenu_bar .bar_logo
{
    height: 40px;
}
#wprmenu_bar .menu_title a
{
    top: 2px;
}
.wprmenu_bar .hamburger .hamburger-inner
{
    height: 2px;
}
.wprmenu_bar .hamburger .hamburger-inner::before
{
    top: 8px;
    height: 2px;
}
.wprmenu_bar .hamburger .hamburger-inner::after
{
    top: 16px;
    width: 20px;
    right: 0;
    height: 2px;
}
.wprmenu_bar .hamburger.is-active .hamburger-inner::before
{
    top: 8px;
}
.wprmenu_bar .hamburger.is-active .hamburger-inner::after
{
    width: 30px;
    top: 20px;
}
.choose_btn-2, .show_div-2, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs::before
{
    display: none;
}
.switch
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input
{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider, .slider:before
{
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider
{
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}
.slider:before
{
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
}
input:checked+.slider
{
    background-color: #ccc;
}
input:focus+.slider
{
    box-shadow: 0 0 1px var(--color_primary);
}
input:checked+.slider:before
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round
{
    border-radius: 34px;
}
.slider.round:before
{
    border-radius: 50%;
}
.our-price-main-wrapper .radio_btn
{
    margin: -65px 0 34px 225px;
    display: flex;
    align-items: center;
}
.our-price-main-wrapper .radio_btn .switch
{
    margin: 0 .5rem;
}
.our-price-main-wrapper .radio_btn .toggle-text
{
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 8px;
    background-color: #ddd;
    color: var(--color_black);
}
.single-product .content-area, .woocommerce-account .site-main, .woocommerce-shop .content-area
{
    margin-top: 10em;
}
.woocommerce-MyAccount-navigation ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link
{
    list-style-image: none;
    line-height: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a
{
    position: relative;
    display: block;
    background-color: var(--color_primary);
    border-bottom: 1px solid var(--color_dark_grey);
    color: var(--color_white);
    padding: .8rem 1rem;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-child a
{
    border-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a
{
    background-color: var(--color_primary-hover);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a::after
{
    content: "";
    background: url(/wp-content/themes/wpas/assets/images/icon-square-bullet.svg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: -8px;
    width: 15px;
    height: 15px;
    z-index: -1;
}
.woocommerce-info
{
    border-top-color: var(--color_primary);
}
.woocommerce-info::before, .woocommerce-page a
{
    color: var(--color_primary);
}
.woocommerce-page .select2-container--default .select2-selection--single
{
    border-color: var(--color_dark_grey);
    height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 50px;
    width: 40px;
}
.woocommerce-ordering select
{
    padding: 5px 10px;
}
.woocommerce .accordion .accordion-item .accordion-button:focus, .woocommerce-ordering select:focus
{
    outline: 0;
    box-shadow: unset;
}
.post-type-archive-product.woocommerce ul.products li.product .woocommerce-loop-product__title
{
    font-size: 1.3rem;
    padding: 0;
}
.product .summary
{
    margin-top: 0;
}
.product .cart, .product .summary .product_title
{
    font-size: 30px;
    color: var(--color_black);
    font-weight: 700;
}
.single.woocommerce .quantity .qty
{
    padding: 10px 0;
    font-size: 16px;
    display: none;
}
.single.woocommerce div.product form.cart .button
{
    padding: 3px 16px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li
{
    border-radius: 0;
    border: 0;
    margin-right: 1rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs
{
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
    padding: 8px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active
{
    background-color: var(--color_primary);
    color: var(--color_white);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus
{
    outline: 0;
}
.woocommerce div.product .wpcf7-form-control-wrap
{
    margin-bottom: 0;
}
.woocommerce div.product .col-lg-6 .wpcf7-form-control-wrap
{
    margin-bottom: 1.5rem;
}
.woocommerce .accordion .accordion-item .accordion-button
{
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce .accordion .accordion-item .accordion-button:not(.collapsed)
{
    background-color: var(--color_primary);
    color: var(--color_white);
}
.woocommerce .accordion .accordion-item .accordion-button:not(.collapsed)::after
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4wMDIiIGhlaWdodD0iNy4wMDIiIHZpZXdCb3g9IjAgMCAxMy4wMDIgNy4wMDIiPg0KICA8cGF0aCBpZD0iZG93bi1hcnJvdyIgZD0iTTEuNjQ2LDQuNjQ2YS41LjUsMCwwLDEsLjcwOCwwTDgsMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUsMCwwLDEsLjcwOC43MDhsLTYsNmEuNS41LDAsMCwxLS43MDgsMGwtNi02YS41LjUsMCwwLDEsMC0uNzA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNDk5IC00LjQ5OSkiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=);
}
.landing-page-banner
{
    margin-top: 72px;
    padding: 50px 0;
}
.landing-page-banner h1, .why-choose-block h4
{
    color: var(--color_theme_heading_black);
    font-weight: 700;
    margin-bottom: 26px;
}
.what-we-can-wrapper
{
    padding-left: 19rem;
    margin: 0 0 45px;
}
.flex-grow-1
{
    flex: 1;
}
.what-we-can-wrapper .what-we-do-title
{
    padding: 4rem 0 1.5rem 3rem;
}
.what-we-can-wrapper .what-we-can-block
{
    padding: 0 15rem 0 1rem;
}
.what-we-can-wrapper .what-we-can-block.last
{
    padding-bottom: 4rem;
}
.what-we-can-wrapper>.wpb_column>.vc_column-inner
{
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.what-we-can-wrapper>.wpb_column>.vc_column-inner .wpb_text_column
{
    margin-bottom: 0!important;
}
.what-we-can-wrapper .what-we-can-block>.wpb_column>.vc_column-inner
{
    padding-top: 0!important;
}
.what-we-can-wrapper .what-we-can-block h4
{
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 7px;
}
.wp-we-work-with
{
    margin: 45px 0 15px;
}
.we-work-with-title
{
    margin-bottom: 2.3rem;
}
.we-work-with
{
    background: var(--color_white);
    border: 1px solid var(--color_dark_grey);
    box-sizing: border-box;
    box-shadow: 0 0 30px 4px rgba(211,208,208,.25);
    border-radius: 5px;
    padding: 38px 24px;
    margin-bottom: 30px!important;
}
.why-choose-wrapper
{
    padding: 45px 0 15px;
}
.why-choose-block>.wpb_column>.vc_column-inner>.wpb_wrapper
{
    background: var(--color_white);
    box-shadow: 0 0 10px 3px rgba(190,190,190,.25);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.why-choose-block>.wpb_column>.vc_column-inner>.wpb_wrapper .icon
{
    position: relative;
    background-color: transparent;
}
.why-choose-block>.wpb_column>.vc_column-inner>.wpb_wrapper .icon::before
{
    content: '';
    width: 60px;
    height: 60px;
    background: var(--color_primary);
    opacity: .4;
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    top: 0;
    left: -8px;
}
.why-choose-block>.wpb_column>.vc_column-inner>.wpb_wrapper .icon img
{
    position: relative;
    max-width: 60px;
    margin-right: 30px;
}
.why-choose-block .flex-grow-1
{
    padding-left: 20px;
}
.why-choose-block h4
{
    font-size: 20;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 9px;
}
.lp-contact-form
{
    padding-right: 1rem!important;
}
.lp-contact-form .wpcf7-form-control-wrap.your-message
{
    margin-bottom: 0;
}
.faq-wrapper.with-lp
{
    padding: 25px 0 55px;
}
.megamenu-wrapper
{
    padding: 0 2rem;
}
.megamenu-wrapper .wpb_column ul
{
    margin-left: 1.4rem;
}
.megamenu-wrapper.wpb_row .gap-left
{
    padding-left: 2rem!important;
}
.megamenu-wrapper .border-right
{
    border: solid #ddd;
    border-width: 0 1px 0 0;
}
.woocommerce-checkout-payment ul.payment_methods li
{
    list-style-image: unset;
}
.flex-grow-1
{
    display: table;
}
.flex-grow-feature
{
    display: table;
    padding-left: 35px!important;
}
.flex-grow-1
{
    padding-left: 30px!important;
}
.flex-grow-1 i
{
    width: 80px;
    height: 80px;
    background: #edfcfb;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    left: 31px;
}
.flex-grow-feature i, .position-apply-btn a
{
    background: var(--color_primary);
    color: var(--color_white);
    position: relative;
    text-align: center;
}
.flex-grow-feature i
{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: inline-block;
    line-height: 68px;
    font-size: 25px;
    float: left;
    top: 37px;
    box-shadow: 0 0 26px 0 rgba(254,130,0,50%);
    display: table-cell;
    margin-right: 25px;
}
.flex-grow-info
{
    max-width: calc(100% - 5rem);
    display: block;
    margin-left: auto;
}
.footer-menu-section ul li
{
    text-align: inherit;
}
.navbar-light .navbar-brand
{
    max-width: 230px!important;
}
.error-back-home-section .btn-theme-primary .vc_btn3.vc_general:hover
{
    color: var(--color_primary)!important;
    border: 1px solid var(--color_primary)!important;
}
.error-back-home-section
{
    border-bottom: 1px solid #ccc;
}
.sticky-post-section .row
{
    display: flex!important;
    align-items: center!important;
}
.sticky-post-info .sticky-post-details h3 .btn
{
    padding-left: 0!important;
}
.latest-work-section .work-detail-wrapper .work-content
{
    font-size: 16px!important;
}
.position-details-body
{
    display: flex;
    align-items: center;
}
.position-detail-description
{
    padding-right: 30px;
}
.position-apply-btn
{
    max-width: 110px;
    width: 100%;
}
.position-apply-btn a
{
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 8px 10px;
    background-image: none!important;
    font-weight: 400;
}
.position-apply-btn a:hover
{
    background-color: var(--color_white);
    color: var(--color_primary);
    border: 1px solid var(--color_primary);
}
.margin-top-zero
{
    margin-top: 0!important;
}
.button-play-hide
{
    display: none!important;
}
.single-career .lines .line:last-child
{
    display: none;
}
.single-career .lines .line:first-child
{
    top: 5%;
    height: calc(100% - 4.3%);
}
.faq-wrapper.faq-block .accordion .accordion-item
{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button
{
    padding-left: 0;
    padding-bottom: 1.3rem;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--color_black);
    transition: all ease-in-out .3s;
    background: transparent;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button:focus
{
    box-shadow: none;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button[aria-expanded="true"]
{
    color: var(--color_primary);
    border-bottom: 0!important;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-body
{
    padding-left: 0;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-body .position-apply-btn
{
    line-height: 52px;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button:not(.collapsed)
{
    box-shadow: none;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button[aria-expanded="false"]:after
{
    border: 0;
    background: var(--color_primary);
    top: 42%!important;
    left: auto!important;
    right: 0;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    right: 5px;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button[aria-expanded="false"]:before
{
    width: 2px;
    height: 14px;
    border-radius: 4px;
    right: 11px;
    background: var(--color_primary);
    top: 32%!important;
    position: absolute;
    content: "";
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button[aria-expanded="true"]:after
{
    border: 0;
    background: var(--color_primary);
    top: 42%!important;
    left: auto!important;
    right: 0;
    width: 14px;
    height: 2px;
    border-radius: 4px;
    transform: none;
    position: absolute;
    right: 5px;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button[aria-expanded="true"]:before
{
    display: block;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button.collapsed
{
    padding-left: 0;
    padding-bottom: 1.3rem;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--color_black);
    transition: all ease-in-out .3s;
    background: transparent;
}
.faq-wrapper.faq-block .accordion .accordion-item .accordion-button.collapsed::before
{
    width: 2px;
    height: 14px;
    border-radius: 4px;
    right: 11px;
    background: var(--color_primary);
    top: 32%!important;
    position: absolute;
    content: "";
}
.faq-wrapper-open-position h3
{
    margin-bottom: 0!important;
}
.whatsapp_btn
{
    position: fixed;
    top: 15px;
    right: 16px;
    z-index: 30;
    max-width: 38px;
}
.work-content a
{
    color: var(--color_primary);
}
.work-content a:hover
{
    color: var(--color_black);
}
.what-we-do-bg h3
{
    margin-bottom: 25px;
}
.our-price-second .good-plan-card
{
    background: #fe820012;
}
.our-price-second .our-price-card .our-card-body
{
    background-color: var(--color_white);
}
.landing-page-banner.hire-banner
{
    padding-bottom: 0;
}
.hire-banner h1, .hire-banner p
{
    color: var(--color_white);
}
.hire-banner h1
{
    font-size: 2rem;
}
.hire-banner h1 span
{
    color: var(--color_primary);
}
.hire-form
{
    padding: 0 30px;
}
.hire-form>p
{
    margin: 0;
}
.hire-form .dynamictext
{
    margin: 0;
    padding: 0;
}
.hire-form-wrapper>.vc_column-inner>.wpb_wrapper
{
    background-color: #3a3a42;
    padding: 30px 0;
    border-radius: 12px;
    max-width: 550px;
    margin-bottom: -64px;
    margin-left: auto;
    position: relative;
    z-index: 5;
}
.hire-form-wrapper>.vc_column-inner>.wpb_wrapper h4
{
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}
.hire-form input[type="email"], .hire-form input[type="password"], .hire-form input[type="tel"], .hire-form input[type="text"], .hire-form textarea
{
    border-color: #00000042;
    padding: 10px 15px;
}
.hire-form textarea
{
    resize: none;
    min-height: 140px;
    height: 140px;
}
.hire-form-wrapper .wpcf7 form .wpcf7-response-output
{
    color: var(--color_white);
}
.company__awards>.wpb_column>.vc_column-inner
{
    background: linear-gradient(180deg,rgba(244,244,244,1) 0,rgba(255,255,255,0) 100%);
    padding-bottom: 50px;
    border-radius: 12px;
    margin-top: 40px;
}
.company__awards
{
    padding: 120px 0 40px;
}
.company__awards .vc_row.vc_inner
{
    max-width: 960px;
    margin: 0 auto;
}
.company__awards .vc_row.vc_inner .vc_figure
{
    max-width: 130px;
}
.company__awards .vc_row.vc_inner .wpb_column
{
    margin-top: 35px;
    border-right: 1px solid #e5e5e5;
    box-shadow: 0 10px 10px -10px rgb(0,0,0,.2);
}
.company__awards .vc_row.vc_inner .wpb_column:first-child
{
    border-left: 1px solid #e5e5e5;
}
.cmm-layout-full .cmm-content-container
{
    width: 100%!important;
    background-color: var(--color_theme_black)!important;
    border-top: 1px solid #ffffff14!important;
    padding: 0 16px;
    right: 0;
    left: 0;
    box-shadow: 0 0 10px -4px rgba(0,0,0,.5);
}
.cmm-mega.cmm-layout-center .cmm-content-container
{
    max-width: 18rem;
    left: auto!important;
    margin-top: .7rem!important;
    border-top: 1px solid #ffffff14!important;
}
.cmm-container .cmm.cmm-theme-default-461836
{
    position: static!important;
}
.cmm-content-container
{
    background-color: var(--color_theme_black)!important;
}
.cmm ul li
{
    list-style-image: unset;
}
.cmm-layout-full .cmm-content-container>.cmm-content-wrapper .vc_custom_heading
{
    color: var(--color_white);
    font-weight: 500;
}
.cmm-layout-full .social-icon ul
{
    margin-left: 0;
    padding-left: 0;
}
.cmm-layout-full .social-icon ul li
{
    display: inline-block;
    margin: 0 10px;
}
.cmm-layout-full .social-icon ul li a i
{
    font-size: 18px;
    color: var(--color_white);
}
.mega-menu-contact-info a
{
    display: inline-block!important;
    margin: 0 15px;
    color: var(--color_white)!important;
    font-size: 15px!important;
}
.cmm-layout-full .social-icon ul li a:hover i, .mega-menu-contact-info a:hover
{
    color: var(--color_primary)!important;
}
.cmm-container .cmm li.cmm-layout-full:last-child .cmm-nav-link
{
    background-color: var(--color_primary);
    color: var(--color_white);
    border-radius: 5px;
}
.cmm-container .cmm li.cmm-layout-full:last-child .cmm-nav-link:hover
{
    background-color: transparent;
    color: var(--color_primary);
    border: 1px solid var(--color_primary);
}
#mg-wprm-wrap li.menu-item a
{
    padding: 8px 16px;
}
#mg-wprm-wrap ul li ul.sub-menu li
{
    list-style-image: unset;
    margin: 0;
    padding: 0;
}
.grid-wrapper>div
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper>div>a
{
    display: block;
    width: 100%;
    height: 100%;
}
.grid-wrapper>div>a>img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.grid-wrapper
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-auto-rows: 270px;
    grid-auto-flow: dense;
}
.grid-wrapper .wide
{
    grid-column: span 2;
}
.grid-wrapper .tall
{
    grid-row: span 2;
}
.grid-wrapper .big
{
    grid-column: span 2;
    grid-row: span 2;
}
.industries-bg a
{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.industries-bg>div
{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.industries-bg>div::before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #000;
    background: linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}
.industries-bg h4
{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding-left: 19px;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: .7px;
    text-transform: uppercase;
    z-index: 2;
}
.industries-bg a img
{
    transition: all .3s ease-out 0s;
}
.industries-bg a:hover img
{
    transform: scale(1.1);
}
.our-price-main-wrapper .our-price-latest-card .our-card-body
{
    padding: 25px 40px;
}
.our-price-main-wrapper .our-price-latest-card .our-card-body h4
{
    background: inherit;
    font-size: 32px;
    text-align: start;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-price-main-wrapper .our-price-latest-card .our-card-body ul
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
}
.our-price-main-wrapper .our-price-latest-card .our-card-body h5
{
    text-align: start;
    background: transparent;
    color: #0b0914;
}
.our-price-main-wrapper .our-price-latest-card .our-card-body .product_variation_btn
{
    display: block!important;
    width: 100%!important;
}
.our-price-main-wrapper .our-price-latest-card .our-card-body .product_variation_btn a
{
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
}
.hire-banner h2
{
    color: #fff;
}
.hire-banner h2 span
{
    color: var(--color_primary);
}
.our-team-section-wrapper .btn-theme-primary .vc_btn3.vc_general:hover
{
    border: 1px solid #fe8200!important;
    color: #fe8200!important;
}
.hover-btn
{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    transition: .5s all;
    opacity: 0;
}
.hover-btn a
{
    background: #fff;
    border-top: 5px solid #fe8200;
    color: #000;
    padding: 20px 15px;
    display: inline-block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    display: block;
}
.hover-btn a b
{
    display: block;
    font-weight: bold;
    font-size: 22px;
}
.our-team-section-wrapper .vc_col-sm-3 .vc_column-inner .wpb_wrapper
{
    position: relative;
}
.our-team-section-wrapper .vc_col-sm-3 .vc_column-inner .wpb_wrapper:hover .hover-btn
{
    bottom: 50px;
    transition: .5s all;
    opacity: 1;
}
#wprmenu_bar
{
    top: 85px!important;
}
.maintenance-form .row select, .maintenance-form .row input, .maintenance-form .row textarea
{
    width: 100%;
    padding: 13px;
    border-color: #bfbfbf;
}
.maintenance-form button.btn-close
{
    border: 1px solid;
    border-radius: 32px;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 25px;
    top: 34px;
}
.maintenance-form .modal-header
{
    padding: 23px 23px 9px;
}
.maintenance-form
{
    z-index: 999999;
}
.maintenance-form .modal-body
{
    padding-top: 25px;
}
.woocommerce-info
{
    margin-bottom: 30px!important;
}
.cmm-container .cmm.cmm-theme-default-461836 li>.cmm-content-container .cmm-content-wrapper .widget ul.menu li a
{
    text-align: left;
}
.cmm-container .cmm.cmm-theme-default-461836 li>.cmm-content-container .cmm-content-wrapper .widget ul.menu li.current-menu-item a
{
    color: #f26522;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-url
{
    border: 1px solid #d9d8d8;
    word-wrap: normal;
    width: 100%;
    padding: 13px;
}
input[type="email"], input[type="password"], input[type="tel"], input[type="text"], textarea, select
{
    font-family: var(--fonts);
    width: 100%;
    border: 1px solid var(--color_dark_grey);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color_theme_heading_black);
    padding: 16px 8px;
    outline: 0;
}
.woocommerce .woocommerce-breadcrumb a:hover
{
    color: #ff9800;
}
.woocommerce div.product p.price
{
    color: #ff9800;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce div.product form.cart .variations label
{
    font-weight: 400;
    font-size: 16px;
    color: #595959;
}
.woocommerce div.product form.cart .variations select
{
    max-width: 80%;
    min-width: 50%;
    display: inline-block;
    margin-right: none;
    padding: 10px;
}
.summary span.woocommerce-Price-amount.amount
{
    color: #ff9800;
    font-size: 20px!important;
    font-weight: 700;
}
.woocommerce div.product form.cart .reset_variations
{
    font-size: 16px;
    font-weight: 400;
}
.woocommerce div.product form.cart .variations
{
    margin-bottom: 0;
}
section.related.products
{
    display: none;
}
.woocommerce-variation-price
{
    margin-bottom: 17px!important;
    text-align: left;
}
.woocommerce-variation-price .price .woocommerce-Price-amount bdi
{
    font-size: 20px!important;
    font-weight: 700;
}
.woocommerce-variation.single_variation
{
    width: 100%!important;
    text-align: center;
}
.tc-extra-product-options
{
    visibility: visible;
    margin-top: -20px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th
{
    border: 0;
    line-height: 1em;
    vertical-align: top;
    padding-top: none;
}
.woocommerce ul.products li.product .price
{
    color: #ff9800;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
{
    padding: 0;
    font-size: 20px;
}
.woocommerce-product-details__short-description ul li
{
    font-size: 15px;
    line-height: 27px;
    padding-left: 6px;
}
.woocommerce-Tabs-panel h2, .up-sells h2
{
    font-size: 30px;
}
.woocommerce-Tabs-panel p
{
    text-align: justify;
}
.row.description-section
{
    width: 40%;
}
.woocommerce-tabs.wc-tabs-wrapper
{
    margin-bottom: 20px;
    border-top: none;
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    padding-bottom: 20px;
}
div#tab-description
{
    padding-left: 30px;
}
.accordion-item
{
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.125);
}
div#tab-attrib_enq_tab
{
    width: 80%;
    margin: 0 auto;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs a
{
    transition: none;
}
.variations tr
{
    display: block;
}
.variations th.label
{
    display: block;
}
.inner-clm.wpb_column.vc_column_container.vc_col-sm-12
{
    padding-bottom: 27px;
}
.woocommerce-variation-add-to-cart .tc-cell .tm-epo-field-label input
{
    width: 55%!important;
}
section.up-sells.upsells.products
{
    margin-top: 91px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3
{
    line-height: 33px;
    text-align: left;
}
a.added_to_cart.wc-forward
{
    padding-left: 10px;
}
.policy-heading a
{
    color: #fe8200;
}
.policy-heading a:hover
{
    text-decoration: underline!important;
}
.policy-heading h4
{
    font-weight: 700;
}
.policy-heading .free-support
{
    color: #fe8200!important;
}
.post-content h3
{
    font-size: 26px;
    font-weight: 600;
}
.post-title-wrapper h1
{
    font-size: 40px!important;
}
.single-post .wpb_content_element a
{
    color: #000;
    text-decoration: none;
}
.post-content a
{
    color: #fe8200!important;
}
.post-content a:hover
{
    text-decoration: underline!important;
}
.udaipur-schedule-form td
{
    border: 1px solid #fe8200!important;
    text-align: center;
    padding: 20px;
    color: #000;
    text-align: left;
}
.udaipur-schedule-form tr
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.our_clients_section #marquee
{
    width: 100%;
    margin: 30px 0;
}
.our_clients_section #marquee .view
{
    overflow: hidden;
    width: 100%;
}
.pic-container-reverse, .our_clients_section #marquee .pic-container
{
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 35s linear infinite alternate;
    animation: marquee 35s linear infinite alternate;
    gap: 30px;
}
.our_clients_section .pic
{
    display: flex;
    width: calc(100% / 5);
    align-items: center;
    flex-shrink: 0;
    filter: blur(1px);
    border-radius: 8px;
    border: 2px solid #d5d5d5;
    overflow: hidden;
}
.pic-container-reverse
{
    -webkit-animation: marqueereverse 35s infinite alternate linear;
    animation: marqueereverse 35s infinite alternate linear;
}
.steps_to_develop_wrapper a:visited
{
    color: #fe8200;
}
.steps_to_develop_wrapper a:hover
{
    color: #c56702;
}
@keyframes marquee
{
    0%
    {
        transform: translateX(0);
    }
    100%
    {
        transform: translateX(calc(-20% * 5));
    }
}
@keyframes marqueereverse
{
    0%
    {
        transform: translateX(calc(-20% * 5));
    }
    100%
    {
        transform: translateX(0);
    }
}
@include media(1024){@keyframes marqueereverse{0%{transform:translateX(-(25% * 5));}100%{transform:translateX(0);}}}
@include media(768){@keyframes marqueereverse{0%{transform:translateX(-(33.33% * 5));}100%{transform:translateX(0);}}}
@include media(1024){@keyframes marquee{0%{transform:translateX(0);}100%{transform:translateX(-(25% * 5));}}}
@include media(768){@keyframes marquee{0%{transform:translateX(0);}100%{transform:translateX(-(33.33% * 5));}}}
.addon-features-sec .statistics-box h4
{
    margin-top: 6px;
    position: relative;
    display: inline-block;
    line-height: 1.2;
}
.addon-features-sec .statistics-box
{
    padding: 30px 23px;
    display: block;
}
.addon-features-sec .statistics-box h4:after
{
    content: "";
    width: 0;
    height: .1em;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transition: all .6s;
}
.addon-features-sec .statistics-box:hover h4:after
{
    width: 100%;
    left: 0;
    background: #ff5100;
}
.addon-features-sec .statistics-box:hover
{
    box-shadow: 0 4px 20px 5px #e7e7e7;
}
.addon-features-grid
{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.our-theme-section
{
    margin-bottom: 80px;
}
.addon-features-sec
{
    margin-bottom: 80px;
}
div.counter-new-padding
{
    padding: 20px 0 100px!important;
}
.modal.fade.show .modal-dialog
{
    max-width: 55%;
    margin-top: 10%;
}
.modal.fade.show .modal-dialog .modal-header h1#exampleModalLabel
{
    color: #ff5722;
    font-weight: 700;
    font-size: 25px!important;
    padding-left: 12px;
}
.modal.fade.show .modal-dialog .modal-body
{
    padding: 30px!important;
}
.modal.fade.show .modal-dialog .modal-body p
{
    text-align: justify;
}
.modal.fade .modal-dialog
{
    max-width: 55%;
}
.development-section-landing-page-banner
{
    background-color: #2e2e36!important;
    margin-bottom: 90px;
    padding-top: 80px;
    padding-bottom: 30px;
}
.testimonial--slider--wrapper .our-client-wrapper h3
{
    color: #000!important;
}
.vc_row.wpb_row.vc_row-fluid.testimonial--slider--wrapper.vc_custom_1702537922841
{
    padding-top: 0!important;
    margin-top: 0!important;
    padding-top: 0!important;
}
.testimonial--slider--wrapper .our-client-wrapper
{
    margin-top: 0;
}
.top-navbar .use-code-box
{
    max-width: 204px!important;
}
.actions .coupon .input-text
{
    width: 161px!important;
    padding: .7rem 1.7rem!important;
    text-align: center!important;
    font-weight: 700!important;
    border-radius: 3px!important;
    background-color: transparent!important;
}
.cart_totals .wc-proceed-to-checkout a
{
    width: 192px!important;
    font-weight: 700!important;
}
.requirement-section
{
    margin-bottom: 40px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button
{
    margin-right: 10px;
}
.woocommerce-MyAccount-content .woocommerce-Address
{
    width: auto!important;
}
h3.vc_custom_heading.what-do-section
{
    margin-bottom: 50px;
}
.entry-summary .woocommerce-variation-price .subscription-details
{
    font-size: 16px;
    color: #ff9800;
    font-weight: 700;
}
.entry-summary .woocommerce-variation-price
{
    margin-bottom: 17px!important;
    text-align: left;
}
.career-bottom ul li
{
    position: relative!important;
    padding-left: 0!important;
    list-style: url(/wp-content/themes/wpas/assets/images/icon-square-bullet.svg)!important;
    list-style-position: inside!important;
}
.select2-dropdown
{
    border: 1px solid #e8e8e8!important;
    border-top: hidden!important;
}
.woocommerce-checkout #payment div.payment_box .form-row
{
    margin: 0 0 0!important;
}
#payment div.form-row
{
    padding: 10px!important;
}
.woocommerce form .form-row
{
    padding: 0!important;
}
.inner-banner-wrapper, .vc_row.inner-banner-wrapper
{
    margin-top: 72px!important;
}
.inner-banner-wrapper h1.inner-banner-wrapper
{
    margin-top: 0!important;
}
.calendly-routing-form .calendly-inline-widget
{
    height: auto!important;
    min-height: 550px;
    padding: 40px 40px 0;
}
.calendly-routing-form .calendly-inline-widget iframe
{
    height: 100%;
    min-height: 550px;
}
.steps_to_develop_wrapper
{
    margin-top: 30px;
    padding: 0 80px;
}
.steps_to_develop_wrapper .wp_steps
{
    position: relative;
    padding: 30px 0 0;
    text-align: center;
}
.steps_to_develop_wrapper .wp_steps::after
{
    content: '';
    width: 98%;
    position: absolute;
    height: 1px;
    top: 61px;
    z-index: -1;
    border-top: 1px dashed var(--color_primary);
}
.steps_to_develop_wrapper .wp_steps:first-child::after
{
    width: 50%;
    left: auto;
    right: 3px;
}
.steps_to_develop_wrapper .wp_steps:last-child::after
{
    width: 50%;
}
.steps_to_develop_wrapper .wp_steps::before
{
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid var(--color_primary);
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: -7px;
    top: 49px;
}
.steps_to_develop_wrapper .wp_steps>.vc_column-inner:first-child::after, .steps_to_develop_wrapper .wp_steps:last-child:before
{
    display: none;
}
.steps_to_develop_wrapper .wp_steps h3
{
    font-size: 22px;
    line-height: 1.4;
}
.steps_to_develop_wrapper .wp_steps .wp_step_no
{
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    background: linear-gradient(0deg,#ddd,#fff);
    transition: .5s;
    margin: 0 auto 15px!important;
}
.steps_to_develop_wrapper .wp_steps .wp_step_no p
{
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg,#fff,#ddd);
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    color: var(--color_black);
    font-weight: 700;
    transition: .5s;
}
.steps_to_develop_wrapper .wp_steps>.vc_column-inner>.wpb_wrapper .wpb_content_element:nth-child(2)
{
    margin-bottom: 16px;
}
.steps_to_develop_wrapper .wp_steps>.vc_column-inner:after
{
    border-right: 1px solid #ececec;
    position: absolute;
    width: 1px;
    height: 130px;
    top: 60%;
    transform: translateY(-50%);
    left: -1px;
}
.development-section .landing-page-banner strong
{
    color: #fe8200!important;
    font-weight: 700!important;
}
.blog-table-section table th
{
    font-size: 18px;
}
.blog-table-section table
{
    border-collapse: collapse;
    overflow: scroll;
}
.blog-table-section table tr, .blog-table-section table td, .blog-table-section table th
{
    border: 1px solid #fe8200;
    text-align: center;
    padding: 15px;
}
.blog-table-section .ecommerce-heading a
{
    color: var(--color_black)!important;
}
.blog-table-section .ecommerce-para
{
    font-size: 26px;
    font-weight: 600;
    color: var(--color_black);
}
.steps_to_develop_wrapper
{
    margin-bottom: 70px;
}
.ecommerce-blog-section
{
    margin-top: 50px;
}
.section_cta_wrapper h2
{
    color: var(--color_white);
}
.section_cta_wrapper p
{
    color: var(--color_white);
}
.section_cta_wrapper
{
    padding-bottom: 35px;
}
.why-choose-item-grid
{
    margin-top: 50px;
}
.why-choose-item-grid>.wpb_column>.vc_column-inner
{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin: 0 15px;
    padding: 30px 30px 0;
}
.why-choose-item-grid
{
    justify-content: center;
}
.vc_column-inner>.wpb_wrapper .why-choose-item-grid:last-child
{
    margin-top: 30px;
}
.why-choose-item-grid>.wpb_column.empty
{
    display: none!important;
}
.empty.wpb_column.vc_column_container.vc_col-sm-4
{
    display: none;
}
.key-advantages_block
{
    justify-content: center;
}
.key-advantages_block:last-child
{
    margin-top: 50px;
    margin-bottom: 60px;
}
.key-advantages_block>.wpb_column>.vc_column-inner
{
    background-color: var(--color_white);
    border-bottom: 5px solid var(--color_primary);
    padding: 20px;
    margin: 0 15px;
}
.key-advantages_block>.wpb_column>.vc_column-inner>.wpb_wrapper h3
{
    font-size: 30px!important;
    line-height: 30px;
    margin-top: 10px;
}
.msg-founder
{
    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
}
.msg-founder-wrappper
{
    padding: 45px 35px 28px!important;
}
.msg-founder-content
{
    max-width: 700px;
}
.msg-founder-heading
{
    margin-bottom: 30px;
}
.msg-founder .social-icon a
{
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #fe8200;
    background-color: #fe8200;
    border-radius: 50%;
    text-decoration: none;
    transition: ease-in-out .5s;
    width: 42px;
    height: 42px;
}
.msg-founder .social-icon a:hover
{
    border: 1px solid #fe8200;
    background-color: transparent;
    transition: ease-in-out .5s;
}
.msg-founder .social-icon a:hover svg path
{
    fill: #fe8200;
    transition: ease-in-out .5s;
}
.img-wrapper
{
    display: flex;
    gap: 15px;
}
.msg-founder-name
{
    width: 278px!important;
    transform: matrix(1,0,0,1,146,-16);
}
.Benefits-of-work-flex .wpb_wrapper
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.Benefits-of-work-flex .wpb_wrapper img
{
    width: 50px!important;
}
.Benefits-of-work
{
    border: 1px solid;
    border-color: #bfbfbf;
    display: flex;
}
.Benefits-of-work>div:nth-child(2)
{
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #bfbfbf;
}
.Benefits-of-work>div
{
    padding: 38px 23px 0;
}
@media screen and (max-width: 1599px)
{
    .steps_to_develop_wrapper
    {
        padding: 0 40px;
    }
}
@media screen and (max-width: 1199px)
{
    .steps_to_develop_wrapper .wp_steps
    {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px)
{
    .steps_to_develop_wrapper
    {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .steps_to_develop_wrapper .wp_steps
    {
        width: 100%;
    }
    .steps_to_develop_wrapper .wp_steps:first-child::after
    {
        width: 1px;
        left: 50%;
        right: 0;
    }
    .steps_to_develop_wrapper .wp_steps:last-child::after
    {
        width: 1px;
    }
    .steps_to_develop_wrapper .wp_steps::after
    {
        width: 1px;
        height: 100%;
        top: 63px;
        left: 50%;
        z-index: -1;
        border-top: unset;
        border-left: 1px dashed var(--color_primary);
        transform: translateX(-50%);
    }
    .steps_to_develop_wrapper .wp_steps>.vc_column-inner>.wpb_wrapper .wpb_content_element:nth-child(2)
    {
        padding-bottom: 16px;
        background: var(--color_white);
        margin-bottom: 0;
    }
    .steps_to_develop_wrapper .wp_steps>.vc_column-inner>.wpb_wrapper .wpb_content_element:nth-child(3)
    {
        background: var(--color_white);
    }
    .steps_to_develop_wrapper .wp_steps::before
    {
        right: -7px;
        top: auto;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .steps_to_develop_wrapper .wp_steps:last-of-type>.vc_column-inner>.wpb_wrapper .wpb_content_element:nth-child(3)
    {
        margin-bottom: 0;
    }
    .why-choose-item-grid>.wpb_column>.vc_column-inner
    {
        margin: 15px 15px;
    }
    .key-advantages_block>.wpb_column>.vc_column-inner
    {
        margin: 15px 15px;
        height: auto;
    }
    .vc_column-inner>.wpb_wrapper .why-choose-item-grid:last-child
    {
        margin-top: 0!important;
    }
    .key-advantages_block:last-child
    {
        margin-top: 0!important;
    }
    .msg-founder
    {
        box-shadow: none;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .msg-founder-heading
    {
        margin-bottom: 12px;
    }
    .msg-founder-name
    {
        width: 100%!important;
        transform: matrix(1,0,0,1,146,10);
    }
    .msg-founder-wrappper
    {
        padding: 27px 0 0!important;
        order: 1;
    }
    .social-icon a
    {
        padding: 9px;
        width: 40px;
        height: 40px;
    }
    .img-wrapper
    {
        gap: 12px;
    }
    .msg-founder-content
    {
        margin-bottom: 23px!important;
    }
    .Benefits-of-work>div:nth-child(2), .Benefits-of-work
    {
        border: none;
    }
    .Benefits-of-work>div
    {
        padding: 0;
    }
    .Benefits-of-work-flex .wpb_wrapper
    {
        margin-bottom: 12px;
    }
    .Benefits-of-work-flex .wpb_wrapper img
    {
        width: 40px!important;
    }
}