    /*!
    Theme Name: simpalfyi: an alfyi theme child theme
    Theme URI: http://alfyi.com/
    Template: simpalfyi
    Author: alfyi
    Author URI: http://www.alfyi.com
    Description: Custom Wordpress Theme Developed by alfyi Services
    Version: 1.0.0
    Text Domain: simpalfyi_by_alfyi
    Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.

    simplfyi is powered by https://alfyi.com/, (C) 2019-2020 alfyi.
    simplfyi is distributed under the terms of the use by partner and client site only.

    */




    body {
        margin: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
    }

    .elementor-widget-image-carousel .swiper-slide {
        line-height: 0;
    }

    .quform .quform-field-captcha,
    .quform .quform-field-date,
    .quform .quform-field-email,
    .quform .quform-field-file,
    .quform .quform-field-multiselect,
    .quform .quform-field-password,
    .quform .quform-field-select,
    .quform .quform-field-text,
    .quform .quform-field-textarea,
    .quform .quform-field-time,
    .quform .select2-container--quform .select2-selection {
        padding: 15px 20px;
        font-family: "Barlow", Sans-serif;
        font-size: 0.9vw;
    }

    .quform .quform-label-inside label {
        color: #AEB1C4;
        font-family: "Barlow", Sans-serif;
        font-size: 0.9vw;
    }

    .quform-submit {
        padding: 18px 70px !important;
        color: #FFF;
        border: none;
        cursor: pointer;
        font-family: "Barlow", Sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.9vw;
        background-color: #F89D36;
    }

    .quform-button-back-default,
    .quform-button-next-default,
    .quform-button-submit-default {
        margin: 0px !important;
        float: right !important;
    }

    .boxBrand .logoBrand img {
        max-width: inherit;
        max-height: 50px;
        width: auto;
    }

    .elementor-slideshow__footer,
    .elementor-slideshow__header {
        box-sizing: border-box;
    }

    .rightSticky {
        position: fixed !important;
        z-index: 10;
        transform: rotate(-90deg);
        left: -94px;
        top: 50%;
    }

    .dropSlider ul.jet-slick-dots {
        padding: 0px;
    }
.footer-slider i.fas.fa-angle-left:before {
        position: absolute;
        top: 150px;
        left: 570px;
    }
    .footer-slider i.fas.fa-angle-right:before {
        position: absolute;
        top: 150px;
        right: 570px;
    }
    @media (max-width: 1024px) {
        .pp-advanced-menu--dropdown.pp-menu-off-canvas.pp-menu-off-canvas-right .pp-menu-close-wrap {
            left: auto;
            right: 20px;
        }

        .boxBrand .logoBrand img {
            max-height: 35px;
        }

        .quform .quform-field-captcha,
        .quform .quform-field-date,
        .quform .quform-field-email,
        .quform .quform-field-file,
        .quform .quform-field-multiselect,
        .quform .quform-field-password,
        .quform .quform-field-select,
        .quform .quform-field-text,
        .quform .quform-field-textarea,
        .quform .quform-field-time,
        .quform .select2-container--quform .select2-selection {
            padding: 12px 18px;
            font-size: 14px;
        } 

        .quform .quform-field-textarea {
            height: 150px;
        }

        .quform .quform-label-inside label {
            font-size: 14px;
        }

        .quform-submit {
            padding: 12px 49px !important;
            font-size: 15px;
        }

    }

    @media (max-width: 767px) {
        .rightSticky {
            left: -82px;
        }

        .footerMenu .pp-advanced-menu__align-right .pp-advanced-menu {
            justify-content: center;
        }

    }