/* Template Name: Bizoric - Business Tamplate
   Author: Shreethemes
   Version: 1.0.0
   Created: May 2019
   File Description: Main Css file of the template
*/
/**********************************/
/*            INDEX               */
/*==================================
 *       01.  Variables            *
 *       02.  Bootstrap Custom     *
 *       03.  Button               *
 *       04.  General              *
 *       05.  Helper               *
 *       06.  Title                *
 *       07.  Menu                 *
 *       08.  Home                 *
 *       09.  Badges               *
 *       10.  Alert                *
 *       11.  Spinner              *
 *       12.  Boxed                *
 *       13.  Loader               *
 *       14.  About                *
 *       15.  Services             *
 *       16.  Features             *
 *       17.  Back To Home         *
 *       18.  Blockquote           *
 *       19.  Progressbar          *
 *       19.  Testimonial          *
 *       20.  Counter              *
 *       21.  Price                *
 *       22.  Blog                 *
 *       23.  Team                 *
 *       24.  Work                 *
 *       25.  Faq                  *
 *       26.  Userpages            *
 *       27.  Error Page           *
 *       28.  CTA                  *
 *       29.  Countdown            *
 *       30.  Triangle             *
 *       31.  Work Process         *
 *       32.  Contact              *
 *       33.  Footer               *
/***********************************/
/*@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

.bg-primary {
    background-color: #da2d1d !important;
}

.bg-secondary {
    background-color: #9CA1A3 !important;
}

.bg-success {
    background-color: #159B42 !important;
}

.bg-info {
    background-color: #4BA2AA !important;
}

.bg-warning {
    background-color: #FCD581 !important;
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.bg-dark {
    background-color: #323886 !important;
}

.bg-custom {
    background-color: #da2d1d !important;
}

.text-primary {
    color: #005ED1 !important;
}

.text-secondary {
    color: #9CA1A3 !important;
}

.text-success {
    color: #159B42 !important;
}

.text-info {
    color: #4BA2AA !important;
}

.text-warning {
    color: #FCD581 !important;
}

.text-light {
    color: #f8f8f8 !important;
}

.text-dark {
    color: #29292d !important;
}

.text-custom {
    color: #f53320 !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.modal-open {
    padding-right: 0 !important;
}

.btn {
    padding: 8px 24px;
    outline: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ced4da;
}

    .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .btn.btn-sm {
        padding: 7px 16px;
        font-size: 10px;
    }

    .btn.btn-lg {
        padding: 14px 30px;
        font-size: 16px;
    }

    .btn.btn-primary {
        background-color: #005ED1;
        border: 1px solid #005ED1 !important;
    }

        .btn.btn-primary:hover {
            background-color: #005ED1;
            opacity: 0.8;
        }

    .btn.btn-secondary {
        background-color: #545a5c;
        border: 1px solid #9CA1A3 !important;
    }

        .btn.btn-secondary:hover {
            background-color: #9CA1A3;
            opacity: 0.8;
        }

    .btn.btn-success {
        background-color: #159B42;
        border: 1px solid #159B42 !important;
    }

        .btn.btn-success:hover {
            background-color: #159B42;
            opacity: 0.8;
        }

    .btn.btn-danger {
        background-color: #D52941;
        border: 1px solid #D52941 !important;
    }

        .btn.btn-danger:hover {
            background-color: #D52941;
            opacity: 0.8;
        }

    .btn.btn-warning {
        background-color: #FCD581;
        border: 1px solid #FCD581 !important;
    }

        .btn.btn-warning:hover {
            background-color: #FCD581;
            opacity: 0.8;
        }

    .btn.btn-info {
        background-color: #4BA2AA;
        border: 1px solid #4BA2AA !important;
    }

        .btn.btn-info:hover {
            background-color: #4BA2AA;
            opacity: 0.8;
        }

    .btn.btn-light {
        background-color: #f8f8f8;
        border: 1px solid #f8f8f8 !important;
    }

        .btn.btn-light:hover {
            background-color: #f8f8f8;
            opacity: 0.8;
        }

    .btn.btn-dark {
        background-color: #323886;
        border: 1px solid #323886 !important;
    }

        .btn.btn-dark:hover {
            background-color: #29292d;
            opacity: 0.8;
        }

    .btn.btn-custom {
        color: #ffffff;
        background: #f53320;
    }

        .btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-custom:active, .btn.btn-custom.active, .btn.btn-custom.focus {
            background-color: #535353;
            color: #ffffff;
        }

    .btn.btn-custom-white {
        border: 1px solid #ffffff;
        color: #ffffff !important;
        background-color: transparent;
    }

        .btn.btn-custom-white:hover, .btn.btn-custom-white:focus, .btn.btn-custom-white:active, .btn.btn-custom-white.active, .btn.btn-custom-white.focus {
            background-color: #8bc34a;
            border-color: #8bc34a;
        }

    .btn.btn-outline-white {
        border: 1px solid #ffffff !important;
        background-color: transparent;
    }

        .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active, .btn.btn-outline-white.focus {
            background-color: #8bc34a;
            color: #ffffff;
        }

    .btn.rounded-btn {
        border-radius: 30px;
    }

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #8bc34a;
    background-color: #8bc34a;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    font-size: 15px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

::-moz-selection {
    background: #707070;
    color: #ffffff;
}

::selection {
    background: #707070;
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    letter-spacing: 0.03em;
    line-height: 28px;
}

.section {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

    .section.pb-less-30 {
        padding-bottom: 70px;
    }

    .section.pb-less-60 {
        padding-bottom: 40px;
    }

.section-two {
    padding: 100px 0px 50px;
    position: relative;
}

.bg-overlay {
    background-color: rgba(37, 41, 52, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pt-70 {
    padding-top: 90px !important;
}

@media (min-width: 200px) and (max-width: 767px) {
    .section {
        padding: 60px 0;
    }

        .section.pb-less-30 {
            padding-bottom: 30px;
        }

        .section.pb-less-60 {
            padding-bottom: 0px;
        }

    .mt-sm-30 {
        margin-top: 30px;
    }
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #323886;
}

.title-heading {
    line-height: 26px;
}

    .title-heading .heading {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 50px;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .title-heading p {
        margin-bottom: 35px;
        font-size: 18px;
        opacity: 0.9;
    }

.section-title {
    position: relative;
    margin-bottom: 60px;
}

.section-sub-title {
    position: relative;
    margin-bottom: 15px;
}

    .section-title .title, .section-sub-title .title {
        letter-spacing: 2.5px;
        font-size: 24px;
        font-weight: 900;
        color: #f53320;
    }

.section-title.text-light .title {
    color: #f8f8f8;
}

.section-title hr {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .section-title hr.white {
        border-top-color: #adb5bd;
    }

.section-title .heading_h4 {
    font-size: 20px;
}

.section-title .para-desc {
    max-width: 700px;
    font-size: 16px;
}

@media (min-width: 200px) and (max-width: 767px) {
    .title-heading .heading {
        font-size: 30px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
    font-family: 'Nunito Sans', sans-serif;
}

    #topnav .navigation-menu {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #topnav .navigation-menu > li {
            float: left;
            display: block;
            position: relative;
            margin: 0 10px;
        }

            #topnav .navigation-menu > li > a {
                display: block;
                font-size: 12px;
                color: #535353;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                padding-left: 10px;
                padding-right: 15px;
            }

                #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
                    background-color: transparent;
                }

            #topnav .navigation-menu > li:last-of-type > a {
                padding-right: 0;
            }

            #topnav .navigation-menu > li .submenu li a i {
                margin-right: 10px;
                font-size: 14px;
            }

            #topnav .navigation-menu > li .submenu li a b {
                margin-right: 10px;
            }

    #topnav .logo {
        float: left;
        line-height: 68px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #535353;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
    }

    #topnav .menu-extras {
        float: right;
    }

    #topnav .has-submenu {
        position: relative;
    }

        #topnav .has-submenu .submenu .submenu-arrow {
            border: solid #535353;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 2.5px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            right: 20px;
            top: 17px;
        }

        #topnav .has-submenu.active .submenu li.active > a {
            color: #da2d1d;
        }

        #topnav .has-submenu.active a {
            color: #da2d1d;
        }

        #topnav .has-submenu.active .menu-arrow {
            border-color: #da2d1d;
        }

    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

        #topnav .navbar-toggle .lines {
            width: 25px;
            display: block;
            position: relative;
            margin: 28px auto;
            height: 15px;
        }

        #topnav .navbar-toggle span {
            height: 2px;
            width: 100%;
            background-color: #ffffff;
            display: block;
            margin-bottom: 5px;
            transition: -webkit-transform .5s ease;
            transition: transform .5s ease, -webkit-transform .5s ease;
        }

        #topnav .navbar-toggle.open span {
            position: absolute;
        }

            #topnav .navbar-toggle.open span:first-child {
                top: 6px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #topnav .navbar-toggle.open span:nth-child(2) {
                visibility: hidden;
            }

            #topnav .navbar-toggle.open span:last-child {
                width: 100%;
                top: 6px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            #topnav .navbar-toggle.open span:hover {
                background-color: #8bc34a;
            }

        #topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus {
            background-color: transparent;
        }

    #topnav .blog-home-nav {
        float: left !important;
    }

.menu-arrow {
    border: solid #535353;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: -1px;
    top: 30px;
}

/* Search */
.search-bar {
    background-color: #f8f9fa !important;
    border: 2px solid #dee2e6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 42px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-search {
    display: none;
}

.dropdown-menu {
    border: none;
    border: 1px solid #ced4da;
}

    .dropdown-menu > li > a {
        padding: 9px 20px;
        color: #212529;
        display: block;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

.dropdown-menu-search {
    width: 360px;
    padding: 15px;
}

.noti-icon {
    font-size: 12px !important;
}

.navigation-menu .dropdown-toggle::after {
    display: none;
}

.navbar-sticky.small.small {
    top: 0px !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.navbar-sticky {
    background-color: #ffffff;
}

.boxed-home {
    max-width: 1170px;
    margin: 0 auto;
}

.menu-search {
    padding: 16px 0;
    float: right;
}

    .menu-search form {
        position: relative;
    }

    .menu-search .form-control {
        font-size: 13px;
        padding: 6px 12px;
        height: 38px;
        width: 270px;
    }

        .menu-search .form-control:focus {
            border: 1px solid #dee2e6;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.navbar-sticky {
    top: 0px !important;
    width: 100%;
}

.header-style {
    border-bottom: 1px solid #dee2e6;
}

    .header-style img {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .header-style img:hover {
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        }

@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

        #topnav .navigation-menu > li .last-elements .submenu > li.has-submenu .submenu {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 10px;
        }

    #topnav .logo-mobile {
        display: none;
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 0;
        list-style: none;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

        #topnav .navigation-menu > li .submenu.megamenu {
            white-space: nowrap;
            width: auto;
        }

            #topnav .navigation-menu > li .submenu.megamenu > li {
                overflow: hidden;
                width: 150px;
                display: inline-block;
                vertical-align: top;
            }

        #topnav .navigation-menu > li .submenu > li .submenu {
            left: 100%;
            top: 0;
            margin-left: 10px;
            margin-top: -1px;
        }

        #topnav .navigation-menu > li .submenu li {
            position: relative;
        }

            #topnav .navigation-menu > li .submenu li ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
            }

            #topnav .navigation-menu > li .submenu li a {
                display: block;
                padding: 8px 20px;
                clear: both;
                white-space: nowrap;
                font-size: 14px;
                letter-spacing: 0.03em;
                color: #535353;
            }

                #topnav .navigation-menu > li .submenu li a:hover,
                #topnav .navigation-menu .has-submenu .submenu > li:hover > a {
                    color: #da2d1d;
                }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav .navigation-menu > li:hover > a {
        color: #da2d1d !important;
    }

    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #da2d1d;
    }

    #topnav.scroll-active .navigation-menu > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #topnav.scroll .navigation-menu > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #topnav.scroll {
        top: 0;
    }
}

@media (max-width: 991px) {
    .menu-arrow {
        top: 15px;
        right: 20px;
    }

    .menu-search {
        display: none;
    }

    .submenu-arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }

    .logo-mobile img {
        height: 20px;
        float: left;
        margin: 26px 0;
    }

    .logo {
        padding: 0 !important;
        line-height: 0;
    }

    #topnav .container {
        width: auto;
    }

    #topnav .blog-home-nav {
        float: none !important;
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
    }

        #topnav .navigation-menu > li {
            float: none;
        }

            #topnav .navigation-menu > li > a {
                color: #535353;
                padding: 10px 20px;
            }

                #topnav .navigation-menu > li > a:hover {
                    color: #da2d1d;
                }

                #topnav .navigation-menu > li > a:after {
                    position: absolute;
                    right: 15px;
                }

            #topnav .navigation-menu > li .submenu {
                display: none;
                list-style: none;
                padding-left: 20px;
                margin: 0;
            }

                #topnav .navigation-menu > li .submenu li a {
                    display: block;
                    padding: 6px 15px;
                    clear: both;
                    white-space: nowrap;
                    font-size: 14px;
                    letter-spacing: 0.03em;
                    color: #535353;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    #topnav .navigation-menu > li .submenu li a:hover {
                        color: #da2d1d;
                    }

                #topnav .navigation-menu > li .submenu.open {
                    display: block !important;
                }

                #topnav .navigation-menu > li .submenu .submenu.open {
                    display: block;
                }

                #topnav .navigation-menu > li .submenu .has-submenu.open {
                    display: block;
                }

                    #topnav .navigation-menu > li .submenu .has-submenu.open > a {
                        color: #8bc34a;
                    }

                        #topnav .navigation-menu > li .submenu .has-submenu.open > a .has-submenu.open > a {
                            color: #8bc34a;
                        }

                #topnav .navigation-menu > li .submenu .submenu {
                    display: none;
                    list-style: none;
                }

                #topnav .navigation-menu > li .submenu .megamenu > li > ul {
                    list-style: none;
                    padding-left: 0;
                }

                    #topnav .navigation-menu > li .submenu .megamenu > li > ul > li > span {
                        display: block;
                        position: relative;
                        padding: 10px 15px;
                        text-transform: uppercase;
                        font-size: 12px;
                        letter-spacing: 2px;
                        color: #535353;
                    }

        #topnav .navigation-menu .menu-extras .menu-item .cart > a:hover, #topnav .navigation-menu .menu-extras .menu-item .search > a:hover {
            color: #8bc34a;
        }

    #topnav .navbar-toggle span {
        background-color: #535353;
    }

    #topnav .navbar-header {
        float: left;
    }

    #topnav .logo {
        padding: 11px 0;
    }

        #topnav .logo .logo-light {
            display: none;
        }

        #topnav .logo .logo-dark {
            display: block;
        }

    #topnav .has-submenu.active a {
        color: #da2d1d;
    }

    #navigation {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        background-color: #ffffff;
    }

        #navigation.open {
            display: block;
            overflow-y: auto;
        }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid #da2d1d;
    }

        #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
            visibility: visible;
            opacity: 1;
            margin-left: 0;
            margin-right: 0;
            border-top: 2px solid #8bc34a;
        }

    .navbar-toggle {
        display: block;
    }
}

@media (min-width: 426px) {
    .taglines {
        top: 41px !important;
    }
}

@media (max-width: 425px) {
    .taglines {
        top: 0px !important;
    }
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

    .home-center .home-desc-center {
        display: table-cell;
        vertical-align: middle;
    }

.bg-home {
    background-position: center center;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    padding-bottom: 40px;
    min-height: 400px;
}

@media (min-width:200px) and (max-width:667px) {
    .bg-home {
        min-height: 216px;
        padding: 0 !important;
        margin-top: 58px;
        background-size: contain;
    }
}

@media (min-width:667px) and (max-width:768px) {
    .bg-home {
        min-height: 380px;
        padding: 0 !important;
        margin-top: 58px;
    }
}

@media (min-width:1200px) {
    .bg-home {
        min-height: 600px;
    }
}

.home-shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}

    .home-shape-bottom img {
        width: 100%;
        height: auto;
    }

.home-shape-top {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: -1px;
    left: 0;
}

    .home-shape-top img {
        width: 100%;
        height: auto;
    }

.bg-half {
    height: 90vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}

    .bg-half .typed-cursor {
        display: none;
    }

.bg-default {
    padding: 108px 0 40px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background: #f8f8f8;
}

.bg-pages {
    background: url("../images/home/bg09.jpg") center center;
    padding: 208px 0 140px;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}

.bg-cta {
    background: url("../images/home/cta01.jpg") fixed center center !important;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}

.bg-slider {
    background-size: cover;
    height: 80vh;
    position: relative;
}

.flex-control-paging li a.flex-active {
    background: #8bc34a;
    cursor: default;
    font-size: 17px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a {
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flex-control-nav {
    display: none;
}

.swiper-slider {
    height: 100vh;
    display: block;
    position: relative;
    z-index: 0;
}

    .swiper-slider .swiper-container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .swiper-slider .swiper-container .swiper-slide {
            overflow: hidden;
        }

            .swiper-slider .swiper-container .swiper-slide .slide-inner {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
                background-size: cover;
                background-position: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: left;
            }

                .swiper-slider .swiper-container .swiper-slide .slide-inner .swiper-text {
                    position: relative;
                    z-index: 1;
                }

        .swiper-slider .swiper-container .swiper-button-prev, .swiper-slider .swiper-container .swiper-button-next {
            background: transparent;
            border: 1px solid #dee2e6;
            width: 35px;
            height: 35px;
            line-height: 35px;
            margin-top: -30px;
            text-align: center;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .swiper-slider .swiper-container .swiper-button-prev:before, .swiper-slider .swiper-container .swiper-button-next:before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #ffffff;
            }

            .swiper-slider .swiper-container .swiper-button-prev:hover, .swiper-slider .swiper-container .swiper-button-next:hover {
                background: #dee2e6;
            }

        .swiper-slider .swiper-container .swiper-button-prev {
            left: 25px;
        }

            .swiper-slider .swiper-container .swiper-button-prev:before {
                content: "\f053";
            }

        .swiper-slider .swiper-container .swiper-button-next {
            right: 25px;
        }

            .swiper-slider .swiper-container .swiper-button-next:before {
                content: "\f054";
            }

    .swiper-slider .swiper-pagination-bullet {
        font-size: 15px;
        color: #dee2e6;
        margin: 0 5px;
        opacity: 1;
        background: transparent;
        position: relative;
    }

        .swiper-slider .swiper-pagination-bullet:before {
            content: "";
            background: #ffffff;
            width: 1px;
            height: 15px;
            position: absolute;
            left: 3px;
            top: 0;
            opacity: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

    .swiper-slider .swiper-pagination-bullet-active {
        color: #ffffff;
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

        .swiper-slider .swiper-pagination-bullet-active:before {
            opacity: 1;
            top: -20px;
        }

    .swiper-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-slider .swiper-pagination-custom, .swiper-slider .swiper-pagination-fraction {
        bottom: 45px;
    }

        .swiper-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 13px;
        }

.page-next-level .title-pager {
    font-size: 24px;
    color: #535353;
    font-weight: 400;
    letter-spacing: 1px;
}

.page-next-level .page-two {
    padding-left: 0;
}

    .page-next-level .page-two a {
        color: #535353 !important;
    }

.page-next-level .page-next {
    letter-spacing: 0.5px;
}

    .page-next-level .page-next li {
        display: inline-block;
    }

        .page-next-level .page-next li:after {
            content: "\f30b";
            font-size: 13px;
            color: #535353;
            font-family: 'Font Awesome 5 Free';
            font-weight: 600;
            padding: 0 15px 0 5px;
        }

        .page-next-level .page-next li:last-child:after {
            display: none;
        }

        .page-next-level .page-next li a {
            font-size: 16px;
            display: inline-block;
            font-weight: 500;
            padding-right: 8px;
            text-transform: capitalize;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #535353;
        }

            .page-next-level .page-next li a:hover {
                color: #da2d1d !important;
            }

    .page-next-level .page-next span {
        font-size: 15px;
        display: inline-block;
        font-weight: 500;
        padding-right: 8px;
        text-transform: capitalize;
        color: #8bc34a;
    }

@media (min-width: 200px) and (max-width: 767px) {
    .bg-home, .swiper-slider, .bg-slider, .bg-half {
        padding: 150px 0;
        height: auto;
    }

    .page-next-level {
        text-align: center;
    }

        .page-next-level .page-two {
            margin-top: 15px;
        }
}

@media (max-width: 991px) {
    .swiper-slider {
        height: 600px;
    }

        .swiper-slider .swiper-button-prev, .swiper-slider .swiper-button-next {
            display: none;
        }
}

.badge {
    padding: 5px 8px;
    font-size: 12px;
    font-weight: normal;
}

    .badge.badge-pill {
        border-radius: 10px;
    }

    .badge.badge-primary {
        background-color: #005ED1;
        color: #ffffff;
    }

        .badge.badge-primary:hover {
            color: #ffffff;
        }

    .badge.badge-secondary {
        background-color: #9CA1A3;
        color: #ffffff;
    }

        .badge.badge-secondary:hover {
            color: #ffffff;
        }

    .badge.badge-success {
        background-color: #159B42;
        color: #ffffff;
    }

        .badge.badge-success:hover {
            color: #ffffff;
        }

    .badge.badge-danger {
        background-color: #D52941;
        color: #ffffff;
    }

        .badge.badge-danger:hover {
            color: #ffffff;
        }

    .badge.badge-warning {
        background-color: #FCD581;
        color: #ffffff;
    }

        .badge.badge-warning:hover {
            color: #ffffff;
        }

    .badge.badge-info {
        background-color: #4BA2AA;
        color: #ffffff;
    }

        .badge.badge-info:hover {
            color: #ffffff;
        }

    .badge.badge-light {
        background-color: #f8f8f8;
    }

    .badge.badge-dark {
        color: #ffffff;
    }

        .badge.badge-dark:hover {
            color: #ffffff;
        }

.alert {
    padding: 13px 15px;
    color: #ffffff;
}

    .alert.alert-primary {
        background-color: #005ED1;
    }

    .alert.alert-secondary {
        background-color: #9CA1A3;
    }

    .alert.alert-success {
        background-color: #159B42;
    }

    .alert.alert-danger {
        background-color: #D52941;
    }

    .alert.alert-warning {
        background-color: #FCD581;
    }

    .alert.alert-info {
        background-color: #4BA2AA;
    }

    .alert.alert-light {
        background-color: #f8f8f8;
    }

    .alert.alert-dark {
        background-color: #29292d;
    }

.spinner-border, .spinner-grow {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-animation: spinner-border 1.5s linear infinite;
    animation: spinner-border 1.5s linear infinite;
}

.spinner-grow {
    -webkit-animation: spinner-grow 1.5s linear infinite;
    animation: spinner-grow 1.5s linear infinite;
}

#sThemes-layout {
    background-image: url("../images/home/boxed.png");
}

    #sThemes-layout .sThemesbox {
        background: #ffffff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        max-width: 1170px;
        margin: 0 auto;
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #8bc34a, #8bc34a);
    z-index: 9999999;
}

    #preloader #status {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #preloader #status .spinner {
            width: 40px;
            height: 40px;
            position: relative;
            margin: 100px auto;
        }

            #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #ffffff;
                opacity: 0.6;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
                animation: sk-bounce 2.0s infinite ease-in-out;
            }

            #preloader #status .spinner .double-bounce2 {
                -webkit-animation-delay: -1.0s;
                animation-delay: -1.0s;
            }

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about-section .about-head {
    font-size: 30px;
}

.about-section .project-video .play-icon {
    font-size: 14px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: #8bc34a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.about-section .about-img {
    position: relative;
}

    .about-section .about-img .about-video .project-video {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

        .about-section .about-img .about-video .project-video .play {
            position: absolute;
            top: 50%;
            left: 0px;
            right: 0px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.about-section .about-content .head {
    font-size: 26px;
}

.about-section .about-content .para {
    font-size: 20px;
    font-weight: 300;
}

.about-section .about-content .listing-about i {
    font-size: 18px;
    color: #8bc34a;
}

.mfp-iframe-scaler iframe {
    border: 12px solid #dee2e6;
    border-radius: 3px;
}

@media (min-width: 200px) and (max-width: 767px) {
    .about-section {
        text-align: left !important;
    }
}

.services {
    padding: 40px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 3px;
}

    /*.services .icon i {
        font-size: 25px;
        float: left;
        color: #8bc34a;
        margin: 10px 20px 0 0;
    }*/

    .services .heading {
        overflow: hidden;
        display: block;
    }

        .services .heading .serv-head {
            font-size: 17px;
            letter-spacing: 0.6px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .services .heading a {
            color: #535353;
        }

            .services .heading a:hover {
                color: #da2d1d;
            }

        .services .heading .serv-number {
            position: absolute;
            left: 32px;
            bottom: 60px;
            font-size: 40px;
            font-weight: 600;
            color: #535353;
            opacity: 0.06;
            z-index: 1;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    /*.services:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/

        .services:hover .serv-number {
            font-size: 50px;
        }

    .services.service-two {
        padding: 0;
        margin: auto 15px;
    }

        .services.service-two:hover .serv-head {
            color: #8bc34a;
        }

    .services.service-three {
        margin-bottom: 60px;
        border: 1px solid #dee2e6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .services.service-three .icon-2 {
            position: relative;
            margin-top: -75px;
        }

            .services.service-three .icon-2 i {
                font-size: 25px;
                height: 70px;
                width: 70px;
                line-height: 70px;
                border: 1px solid #dee2e6;
                background: #ffffff;
                border-radius: 3px;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                text-align: center;
            }

        .services.service-three:hover {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        }

            .services.service-three:hover .icon-2 i {
                border: 1px solid #8bc34a;
                background: #8bc34a;
                color: #ffffff;
                -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            }

    .services.service-four {
        position: relative;
        overflow: hidden;
        border: 1px solid #dee2e6;
        padding: 30px;
    }

        .services.service-four:before {
            content: "";
            position: absolute;
            top: -45px;
            right: -80px;
            width: 230px;
            height: 130px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #f8f9fa;
            display: inline-block;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .services.service-four .icon-3 {
            position: absolute;
            right: 30px;
            top: 30px;
        }

            .services.service-four .icon-3 i {
                font-size: 25px;
                color: #da2d1d;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .services.service-four p {
            margin-right: 30px;
        }

        .services.service-four:hover .heading .serv-head {
            color: #da2d1d;
        }

        .services.service-four:hover:before {
            background-color: #da2d1d;
        }

        .services.service-four:hover .icon-3 i {
            color: #ffffff;
        }

.bg-service-video {
    background-position: center center;
}

.service-detail .content .title {
    font-size: 20px;
}

.service-detail h5 {
    font-size: 18px;
}

.service-login {
    background-color: rgba(255,255,255,0.8)
}

.features {
    display: block;
}

    .features .container-fluid {
        max-width: 100%;
    }

        .features .container-fluid .padding-less.img {
            background: scroll center no-repeat;
            background-size: cover;
            position: absolute;
            height: 100%;
        }

    .features .feature-img-box {
        padding: 12% 10%;
    }

    .features .feature-head {
        font-size: 18px;
        letter-spacing: 0.8px;
        margin-top: 18px;
    }

    .features.feature-two-bg {
        background: #29292d;
    }

        .features.feature-two-bg .feature-two {
            position: relative;
            background-color: transparent;
            padding: 0px 30px;
            border: none;
        }

            .features.feature-two-bg .feature-two .icon {
                font-size: 40px;
            }

        .features.feature-two-bg .bg-gray {
            background: #495057;
        }

    .features .core-feature .fetures-item {
        margin-bottom: 30px;
    }

        .features .core-feature .fetures-item .content {
            overflow: hidden;
            display: block;
        }

    .features .core-feature .icon i {
        font-size: 16px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #f53320;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
    }

    .features .core-feature .fea-right .icon {
        float: right;
    }

    .features .core-feature .fea-left .icon {
        float: left;
    }

    .features .center-fe {
        margin-top: -40px;
    }

    .features .left-fe {
        margin-top: -80px;
    }

.start-feature .icon {
    font-size: 44px;
}

.start-feature .content {
    overflow: hidden;
    display: block;
}

    .start-feature .content .title {
        font-size: 18px;
    }

@media (max-width: 768px) {
    .features .padding-less {
        position: relative !important;
        height: 300px !important;
    }

    .features .feature-content {
        text-align: left !important;
    }

    .features .core-feature .fea-right {
        text-align: left !important;
    }

        .features .core-feature .fea-right .icon {
            float: left;
            margin-left: 0 !important;
            margin-right: 15px;
        }
}

@media (min-width: 200px) and (max-width: 767px) {
    .features .feature-two {
        text-align: center !important;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .features .core-feature-img {
        display: none;
    }

    .features .center-fe, .features .left-fe {
        margin-top: 30px;
    }
}

.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 140px !important; /* Más espacio entre botones */
    right: 35px !important;
}

    .back-to-top i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: none;
        text-align: center;
        font-size: 12px;
        display: block;
        color: #535353;
        background-color: #ffffff;
        border: 1px solid #535353;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        border-radius: 30px;
    }

    .back-to-top:hover i {
        background-color: #535353;
        color: #ffffff;
    }

.blockquote {
    font-size: 16px;
    font-style: italic;
    border-left: 2px solid #adb5bd;
    border-radius: 3px;
    padding: 20px 0 20px 30px;
}

.progressbox .progress-value {
    display: inline-block;
}

.progressbox .progress {
    height: 10px;
}

    .progressbox .progress .progress-bar {
        background: #8bc34a;
        border-radius: 30px;
    }

.testi-review .testi-content {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    cursor: w-resize;
}

.testi-review .image img {
    width: 80px;
    border: 1px solid #dee2e6;
}

.testi-review .name {
    font-size: 14px;
    letter-spacing: 0.8px;
}

.testi-review .designation {
    font-size: 13px;
}

.testi-review.bg-testi {
    background: url("../images/testi/bg-testi.jpg") fixed center center;
}

.testi-review .testimonial {
    cursor: w-resize;
}

    .testi-review .testimonial .content-review .review {
        font-size: 18px;
        color: #ced4da;
    }

.testi-review .testimonial-three {
    cursor: w-resize;
}

    .testi-review .testimonial-three .review {
        font-size: 17px;
        background: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

        .testi-review .testimonial-three .review.arrow-bottom {
            position: relative;
        }

            .testi-review .testimonial-three .review.arrow-bottom:after {
                top: 100%;
                left: 8%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                border-top-color: #dee2e6;
                border-width: 15px;
            }

    .testi-review .testimonial-three .quote-icon {
        position: absolute;
        top: 10px;
        width: 60px;
        right: 30px;
        opacity: 0.05;
    }

.owl-theme .owl-controls {
    margin-top: 15px;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 10px;
        height: 10px;
        margin: 5px;
        -webkit-filter: Alpha Opacity=70;
        filter: Alpha Opacity=70;
        background-color: #8bc34a;
        opacity: 0.3;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.slick-slider {
    overflow-x: hidden !important;
    cursor: pointer;
}

.counter.bg-counter {
    background: url("../images/bg-counter.jpg") fixed center center;
}

.counter .counter-content .icon i {
    font-size: 50px;
}

.counter .counter-content .content {
    overflow: hidden;
    display: block;
}

    .counter .counter-content .content .count-data {
        font-size: 24px;
    }

@media (min-width: 200px) and (max-width: 767px) {
    .counter .counter-content {
        text-align: center;
    }

        .counter .counter-content .icon {
            float: none !important;
            padding-bottom: 10px;
        }
}

.pricing-table .pricing-plan {
    font-size: 15px;
    letter-spacing: 0.8px;
}

.pricing-table .price-value {
    padding: 30px 20px;
}

    .pricing-table .price-value h4 {
        font-size: 35px;
    }

.pricing-table .pricing-features {
    padding: 25px 55px;
}

    .pricing-table .pricing-features ul li {
        position: relative;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #dee2e6;
    }

        .pricing-table .pricing-features ul li:last-child {
            border-bottom: none;
        }

    .pricing-table .pricing-features .li-border-less li {
        border-bottom: none;
    }

.pricing-table .icon-price {
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    top: -24px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #ff311a;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-tab {
    border: 1px solid #ff311a;
    padding: 4px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}

    .pricing-tab li {
        display: inline-block;
    }

.nav-pills .nav-link {
    color: #ff311a;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 30px;
    border-color: transparent !important;
    text-transform: uppercase;
}

@media (min-width: 200px) and (max-width: 767px) {
    .pricing-table.business-plan {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 769px) {
    .pricing-table.business-plan {
        position: relative;
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
        box-shadow: 0px 0px 40px rgba(200, 200, 200, 0.3);
        z-index: 1;
    }
}

.post .post-preview {
    overflow: hidden;
    min-height: 30px;
}

    .post .post-preview img {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
    }

    .post .post-preview video {
        background-size: cover;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .post .post-preview .video-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        padding-top: 56.25%;
    }

        .post .post-preview .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .post .post-preview .tag {
        position: absolute;
        top: 15px;
        left: 30px;
        z-index: 1;
    }

.post .post-content {
    position: relative;
    margin: -30px 15px 30px;
    padding: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .post .post-content .post-meta li a i {
        font-size: 30px;
    }

    .post .post-content .post-meta li:last-child {
        margin-right: 0;
    }

    .post .post-content .post-title {
        font-size: 16px;
    }

    .post .post-content h4 {
        line-height: 24px;
    }

    .post .post-content a {
        color: #535353;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .post .post-content a i {
            font-size: 13px;
        }

        .post .post-content a:hover {
            color: #da2d1d;
        }

    .post .post-content .post-footer {
        padding-top: 15px;
    }

.post:hover .post-preview img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post .page-title {
    font-size: 18px;
}

.post .comment-area .media-list .media img {
    width: 80px;
}

.post .comment-area .media-list .media .media-body a:hover {
    color: #8bc34a !important;
}

.post .comment-area .media-list .media .media-body .media-heading {
    font-size: 16px;
}

    .post .comment-area .media-list .media .media-body .media-heading a {
        color: #535353;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .post .comment-area .media-list .media .media-body .media-heading a:hover {
            color: #8bc34a;
        }

.post .comment-area .media-list .media .media-body .media-para {
    background: #f8f9fa;
    padding: 20px 25px;
}

.sidebar {
    background-color: rgba(0,0,0,.03);
}

    .sidebar .widget .widget-search form {
        position: relative;
    }

    .sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 12px 15px;
        height: 45px;
        font-size: 14px;
        display: block;
        width: 100%;
        background-color: #ffffff;
        background-image: none;
        outline: none !important;
        padding-right: 45px;
    }

    .sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
        position: absolute;
        background-color: transparent;
        border: none;
        outline: none !important;
        top: 5px;
        right: 10px;
        opacity: 0;
        width: 40px;
        height: 40px;
    }

    .sidebar .widget .widget-search .searchform:after {
        content: "\F349";
        position: absolute;
        font-family: "Material Design Icons";
        right: 16px;
        top: 15px;
        font-size: 20px;
        line-height: 20px;
        pointer-events: none;
    }

    .sidebar .widget .widget-title {
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .sidebar .widget .catagories li, .sidebar .widget .archive li {
        padding-bottom: 10px;
    }

        .sidebar .widget .catagories li:last-child, .sidebar .widget .archive li:last-child {
            padding-bottom: 0;
        }

        .sidebar .widget .catagories li a, .sidebar .widget .catagories li span, .sidebar .widget .archive li a, .sidebar .widget .archive li span {
            font-size: 13px;
        }

        .sidebar .widget .catagories li a, .sidebar .widget .archive li a {
            color: #535353;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .sidebar .widget .catagories li span, .sidebar .widget .archive li span {
            color: #535353;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            cursor: pointer;
        }

        .sidebar .widget .catagories li a:hover, .sidebar .widget .archive li a:hover {
            color: #da2d1d;
        }

        .sidebar .widget .catagories li span:hover, .sidebar .widget .archive li span:hover {
            color: #8bc34a;
        }

    .sidebar .widget .widget-grid {
        overflow: hidden;
    }

        .sidebar .widget .widget-grid .item {
            position: relative;
            width: 33.33333333%;
            padding-top: 33.33333333%;
            float: left;
        }

            .sidebar .widget .widget-grid .item a {
                position: absolute;
                display: block;
                top: 4px;
                left: 4px;
                right: 4px;
                bottom: 4px;
                overflow: hidden;
            }

                .sidebar .widget .widget-grid .item a img {
                    position: absolute;
                    width: 100%;
                    top: 0;
                    left: 0;
                }

            .sidebar .widget .widget-grid .item:first-child {
                width: 66.66666666%;
                padding-top: 66.66666666%;
            }

            .sidebar .widget .widget-grid .item:nth-child(4) {
                clear: both;
            }

    .sidebar .widget .post-recent {
        padding-bottom: 15px;
    }

        .sidebar .widget .post-recent:last-child {
            padding-top: 0;
        }

        .sidebar .widget .post-recent .post-recent-thumb {
            width: 25%;
        }

        .sidebar .widget .post-recent .post-recent-content {
            width: 75%;
            padding: 10px 0 0 10px;
        }

            .sidebar .widget .post-recent .post-recent-content a {
                display: block;
                color: #535353;
                font-size: 15px;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .sidebar .widget .post-recent .post-recent-content a:hover {
                    color: #8bc34a;
                }

            .sidebar .widget .post-recent .post-recent-content span {
                font-size: 13px;
            }

    .sidebar .widget .tagcloud > a {
        background: #e9ecef;
        border-radius: 2px;
        color: #535353;
        display: inline-block;
        font-size: 9px;
        letter-spacing: 1px;
        margin: 5px 10px 5px 0;
        padding: 5px 8px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .sidebar .widget .tagcloud > a:hover {
            background: #8bc34a;
            color: #ffffff;
        }

    .sidebar .widget .newsletter-box > form .form-control {
        background-color: #ffffff;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #535353;
    }

.pagination {
    line-height: 20px;
    font-size: 12px;
}

    .pagination li {
        display: inline;
    }

        .pagination li:first-child a {
            border-left-width: 1px;
            border-radius: 4px 0 0 4px;
        }

        .pagination li:last-child a {
            border-radius: 0 4px 4px 0;
        }

        .pagination li a {
            float: left;
            text-decoration: none;
            color: #535353;
            border: 1px solid #dee2e6;
            border-left-width: 0;
            background: #ffffff;
        }

            .pagination li a:hover {
                color: #da2d1d;
                background: #f8f9fa;
            }

    .pagination .active a {
        color: #da2d1d;
        background: #f8f9fa;
        cursor: not-allowed;
    }

.team-member {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .team-member .image {
        padding: 0 20px 10px;
    }

    .team-member .team-content .member-name a, .team-member .member-detail .member-name a {
        font-size: 16px;
        color: #535353;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .team-member .team-content .member-name a:hover, .team-member .member-detail .member-name a:hover {
            color: #8bc34a;
        }

    .team-member .team-content span, .team-member .member-detail span {
        font-size: 14px;
    }

    .team-member .member-detail {
        z-index: 2;
        position: relative;
    }

    .team-member .member-pic {
        position: relative;
    }

    .team-member .team-overlay {
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(512px);
        transform: translateY(512px);
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

        .team-member .team-overlay .team-para {
            position: absolute;
            bottom: 50%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

    .team-member.teams {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .team-member:hover {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    }

        .team-member:hover .team-overlay {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .team-member:hover.teams {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

    .team-member .name {
        font-size: 22px;
    }

.team-img {
    padding: 0 15px 30px;
}

    .team-img img {
        -webkit-box-shadow: -20px -20px 0px -5px #8bc34a;
        box-shadow: -20px -20px 0px -5px #8bc34a;
    }

    .team-img:before {
        content: '';
        position: absolute;
        top: 30px;
        right: 10px;
        left: 50px;
        bottom: 0;
        border: 10px solid #dee2e6;
    }

.container-filter li a {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 30px;
}

    .container-filter li a:hover, .container-filter li a.active {
        color: #ffffff !important;
        background-color: #8bc34a;
        border-color: #8bc34a !important;
    }

.portfolio-box {
    overflow: hidden;
}

    .portfolio-box .work-img .overlay-work {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.9s ease;
        transition: all 0.9s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: rgba(27, 27, 27, 0.5);
        z-index: 1;
    }

        .portfolio-box .work-img .overlay-work .icon {
            position: absolute;
            bottom: 50%;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            right: 0;
            left: 0;
        }

            .portfolio-box .work-img .overlay-work .icon i {
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 22px;
            }

                .portfolio-box .work-img .overlay-work .icon i:hover {
                    color: #8bc34a !important;
                    background: #ffffff;
                }

        .portfolio-box .work-img .overlay-work .work-content {
            position: absolute;
            top: 20px;
            left: 5%;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .portfolio-box .work-img .overlay-work .work-content .title a {
                font-size: 17px;
            }

            .portfolio-box .work-img .overlay-work .work-content .title:hover a {
                color: #8bc34a !important;
            }

    .portfolio-box .gallary-title {
        background: #f8f8f8;
    }

        .portfolio-box .gallary-title .title a {
            color: #535353;
            font-size: 17px;
        }

        .portfolio-box .gallary-title .title:hover a {
            color: #8bc34a !important;
        }

    .portfolio-box:hover .overlay-work {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

        .portfolio-box:hover .overlay-work .icon {
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

        .portfolio-box:hover .overlay-work .work-content {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

.work-details .title {
    font-size: 18px;
}

.work-details ul li b {
    max-width: 90px;
    width: 100%;
    display: inline-block;
}

.faq-content .card {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

    .faq-content .card a.faq[data-toggle=collapse] {
        background-color: #ffffff;
        color: #8bc34a;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: bold !important;
        font-weight: 700 !important;
    }

        .faq-content .card a.faq[data-toggle=collapse]:after {
            content: '\f078';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 11px;
            color: #8bc34a;
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .faq-content .card a.faq[data-toggle=collapse].collapsed {
            background-color: #ffffff;
            color: #535353;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .faq-content .card a.faq[data-toggle=collapse].collapsed:after {
                content: '\f054';
                color: #535353;
            }

    .faq-content .card .faq {
        position: relative;
    }

        .faq-content .card .faq .card-header {
            background-color: rgba(255, 255, 255, 0);
            border-bottom: 0;
        }

            .faq-content .card .faq .card-header .faq-question {
                font-size: 16px;
            }

.faq-title .title {
    font-size: 18px;
}

.back-to-home {
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 1;
}

    .back-to-home a i {
        font-size: 36px;
    }

.bg-userpage {
    height: 100vh !important;
}

    .bg-userpage .login .title {
        font-size: 18px;
    }

.error-content .number {
    font-size: 230px;
    text-shadow: 12px 14px 10px rgba(28, 28, 28, 0.6);
}

.error-content .title {
    font-size: 40px;
    line-height: 1.3;
}

.error-content .para-desc {
    max-width: 500px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .error-content .number {
        font-size: 125px;
    }

    .error-content .title {
        font-size: 30px;
    }
}

.social-icon li a {
    color: #adb5bd;
    border: 1px solid #adb5bd;
    display: inline-block;
    height: 36px;
    text-align: center;
    width: 36px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

    .social-icon li a i {
        position: absolute;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        left: 0px;
        right: 0px;
    }

        .social-icon li a i.first-icon {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #323886;
            bottom: -60px;
            left: -1px;
            color: #2511b0;
            background-color: #fff;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            border-radius: 50%;
        }

        .social-icon li a i.second-icon {
            bottom: -60px;
            left: -1px;
            color: #ffffff;
            background-color: #da2d1d;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            border-radius: 50%;
        }

    .social-icon li a:hover {
        border-color: #da2d1d !important;
    }

        .social-icon li a:hover .first-icon {
            top: -60px;
        }

        .social-icon li a:hover .second-icon {
            bottom: 50%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

.social-icon.social li a {
    color: #535353;
    border-color: #535353;
}



.social-icon li button {
    color: #adb5bd;
    border: 1px solid #adb5bd;
    display: inline-block;
    height: 36px;
    text-align: center;
    width: 36px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

    .social-icon li button i {
        position: absolute;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        left: 0px;
        right: 0px;
    }

        .social-icon li button i.first-icon {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .social-icon li button i.second-icon {
            bottom: -60px;
            left: -1px;
            color: #ffffff;
            background-color: #da2d1d;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            border-radius: 50%;
        }

    .social-icon li button:hover {
        border-color: #da2d1d !important;
    }

        .social-icon li button:hover .first-icon {
            top: -60px;
        }

        .social-icon li button:hover .second-icon {
            bottom: 50%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

.social-icon.social li button {
    color: #535353;
    border-color: #535353;
}






.bg-cta .video-play-icon .play-icon {
    background: #8bc34a;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.bg-cta .title-one {
    font-size: 30px;
}

.contact-cta .intro-text .title {
    font-size: 26px;
}

@media (min-width: 200px) and (max-width: 767px) {
    .contact-cta {
        text-align: center !important;
    }
}

.coming-soon {
    font-size: 50px;
    letter-spacing: 1px;
}

#countdown .count-down {
    display: inline-block;
    margin: 30px 10px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #f8f8f8;
    height: 130px;
    width: 130px;
}

    #countdown .count-down .count-number {
        font-size: 40px;
        line-height: 95px;
    }

    #countdown .count-down .count-head {
        display: block;
        position: relative;
        margin-top: -20px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
    }

@media (min-width: 200px) and (max-width: 767px) {
    .coming-soon {
        font-size: 24px;
    }
}

.page-triangle:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffffff;
    margin-left: -20px;
}

.page-triangle.triangle-light:after {
    border-top-color: #f8f8f8;
}

.page-triangle.triangle-custom:after {
    border-top-color: #da2d1d;
}

.work-process .icon i {
    font-size: 40px;
}

.work-process.arrow:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -7px;
    top: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .work-process {
        padding-bottom: 30px;
    }

        .work-process.arrow:after {
            content: "\f107";
            right: 0;
            left: 0;
            top: 100px;
        }
}

.error {
    margin: 8px 0px;
    display: none;
    color: #D52941;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #D52941;
    color: #D52941;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

    #success_page h3 {
        color: #159B42;
        font-size: 22px;
    }

.custom-form {
    background: #f8f9fa;
    border: 12px solid #f8f8f8;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .custom-form .form-control {
        height: 35px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #535353;
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .custom-form .form-control:focus, .custom-form .form-control:active {
            border-bottom-color: #8bc34a;
            outline: 0;
        }

    .custom-form textarea.form-control {
        height: auto;
    }

.contact-map iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.contact-detail .icon {
    font-size: 25px;
    color: #8bc34a;
}

.contact-detail .content {
    overflow: hidden;
    display: block;
}

    .contact-detail .content .contact-detail-title {
        font-size: 18px;
    }

@media (min-width: 200px) and (max-width: 767px) {
    .contact-detail {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6;
        padding: 30px 0;
    }

    .contact-cta {
        text-align: center !important;
    }
}

.footer.footer-absolute {
    position: absolute !important;
    bottom: 0;
    width: 100%;
}

@media (min-width: 200px) and (max-width: 767px) {
    .footer.footer-absolute {
        position: relative !important;
    }
}

.footer {
    padding: 60px 0 30px;
    position: relative;
}

    .footer.footer-two {
        padding: 30px 0;
    }

    .footer .footer-head {
        font-size: 18px;
        letter-spacing: 0.8px;
    }

    .footer .footer-list {
        margin: 0;
    }

    .footer div.footer-list a i {
        font-size: 45px;
        color: #fff;
        margin-left: 16px;
    }

    .footer .footer-list li {
        list-style-type: none;
        padding: 7px 0;
        color: #fff;
    }

        .footer .footer-list li i {
            color: #f53320;
        }

        .footer .footer-list li a {
            color: #fff;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .footer .footer-list li a:hover {
                color: #da2d1d;
            }

        .footer .footer-list li:first-child {
            padding-top: 0;
        }

    .footer .footer-recent .post-recent {
        padding-bottom: 15px;
    }

        .footer .footer-recent .post-recent:last-child {
            padding-top: 0;
        }

        .footer .footer-recent .post-recent .post-recent-thumb {
            width: 18%;
        }

        .footer .footer-recent .post-recent .post-recent-content {
            width: 82%;
        }

            .footer .footer-recent .post-recent .post-recent-content a {
                display: block;
                color: #adb5bd;
                font-size: 15px;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .footer .footer-recent .post-recent .post-recent-content a:hover {
                    color: #da2d1d;
                }

            .footer .footer-recent .post-recent .post-recent-content span {
                font-size: 13px;
            }

    .footer .footer-bar p {
        color: #adb5bd;
    }

    .footer .footer-bar .payment li a {
        font-size: 25px;
        color: #ffffff;
    }

    .footer .read-more a:hover {
        color: #8bc34a !important;
    }

@media (min-width: 200px) and (max-width: 767px) {
    .footer .footer-bar {
        text-align: center;
    }
}
/*# sourceMappingURL=style.css.map */

.btn span.fa-check {
    opacity: 0;
}

.btn.active span.fa-check {
    opacity: 1;
}

ul.inline-list li {
    display: inline-block;
    margin-right: 12px;
    width: 23%;
    vertical-align: top;
    margin-bottom: 20px;
}

.navigation-menu.administration {
    display: none;
}

.administration-sidebar {
    display: block;
}

@media (min-width: 200px) and (max-width: 767px) {
    .navigation-menu.administration {
        display: block;
    }

    .administration-sidebar {
        display: none;
    }

    ul.inline-list li {
        display: inline-block;
        margin-right: 12px;
        width: 45%;
        vertical-align: top;
        margin-bottom: 20px;
    }
}

.validation-summary-errors {
    color: #dc3545 !important;
    list-style-type: none;
}

    .validation-summary-errors ul li {
        list-style-type: none;
    }


.cascate-radio-button {
    height: 150px;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #BDC4C9;
    display: block;
    box-shadow: inset 0px 1px 0px #F1F0F1;
    overflow: auto;
}

    .cascate-radio-button ul {
        padding-left: 25px;
        list-style-type: none
    }

    .cascate-radio-button .radio {
        margin-top: 1px;
        margin-bottom: 0px
    }

        .cascate-radio-button .radio input:checked + label {
            padding: 0px 4px;
            color: #fff;
            border-radius: 3px;
            background-color: #00aff0;
        }

        .cascate-radio-button .radio label {
            padding-left: 0px;
        }

.filterBar {
}

    .filterBar ul {
    }

        .filterBar ul li {
        }

            .filterBar ul li .filter {
                border: none;
                background: none;
                margin-bottom: 5px;
            }

                .filterBar ul li .filter:hover {
                    color: #da2d1d;
                }

                .filterBar ul li .filter.selected {
                    background: #da2d1d;
                    color: #fff;
                    border-radius: 6px;
                }

                    .filterBar ul li .filter.selected:hover {
                        color: #e31f1f;
                        background: none;
                    }

.product {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .product .image {
        padding: 0 20px 10px;
    }

    .product .product-content .product-name, .product .product-detail .product-name {
        font-size: 16px;
        color: #535353;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 0.8;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .product .product-content .product-name:hover, .product .product-detail .product-name:hover {
            color: #da2d1d;
        }

    .product .product-content span, .product .product-detail span {
        font-size: 14px;
    }

    .product .product-detail {
        z-index: 2;
        position: relative;
    }

    .product .product-pic {
        position: relative;
        padding-top: 100%;
    }

        .product .product-pic img {
            position: absolute;
            margin: auto;
            margin-right: auto;
            margin-left: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            width: auto;
        }

    .product .product-overlay {
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(512px);
        transform: translateY(512px);
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

        .product .product-overlay .product-para {
            position: absolute;
            bottom: 50%;
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }

    .product.products {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .product:hover {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    }

        .product:hover .product-overlay {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .product:hover.products {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

.product-img {
    padding: 0 15px 30px;
}

    .product-img img {
        -webkit-box-shadow: -20px -20px 0px -5px #8bc34a;
        box-shadow: -20px -20px 0px -5px #8bc34a;
    }

    .product-img:before {
        content: '';
        position: absolute;
        top: 30px;
        right: 10px;
        left: 50px;
        bottom: 0;
        border: 10px solid #dee2e6;
    }

.productos-search {
    padding: 10px;
    padding-bottom: 42px;
}

.image-selector {
    list-style-type: none;
    padding-left: 0px;
}

    .image-selector .image-selector-item {
        cursor: pointer;
        padding: 5px;
        margin-bottom: 15px;
        border: solid 2px #29292d;
        position: relative;
        padding-top: 100%;
    }

        .image-selector .image-selector-item.selected {
            -webkit-box-shadow: 0 0 3px 2px #da2d1d;
            -moz-box-shadow: 0 0 3px 2px #da2d1d;
            box-shadow: 0 0 3px 2px #da2d1d;
        }

        .image-selector .image-selector-item img {
            position: absolute;
            margin: auto;
            margin-right: auto;
            margin-left: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
        }


.image-view {
    position: relative;
    padding-top: 100%;
}


    .image-view img {
        position: absolute;
        margin: auto;
        margin-right: auto;
        margin-left: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
    }

.catalog-filter-sidebar {
}

    .catalog-filter-sidebar #show-filters {
        display: none;
    }

@media (min-width: 200px) and (max-width: 767px) {
    .catalog-filter-sidebar #show-filters {
        display: block;
    }

    .catalog-filter-sidebar .filterBar {
        display: none;
    }
}

.logo svg {
    line-height: 68px;
    color: #535353;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    height: 40px;
}

    .logo svg .st0 {
        fill: #f53320;
    }

.logo-footer {
    text-align: center;
}

    .logo-footer svg {
        line-height: 68px;
        color: #535353;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        width: 75%;
    }

        .logo-footer svg .st0 {
            fill: #fff;
        }


.section .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .section .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .section .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .section .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .section .container {
        max-width: 1024px
    }
}


.container-fluid .ql-editor {
    padding: 12px 0px;
}

    .container-fluid .ql-editor img {
        width: 100%;
    }

.divider-red {
    border-top: 7px solid #f53320;
    margin-left: 20%;
    margin-right: 20%;
}

.background-mision {
    width: 100%;
}
.background-water-mark-mision {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-mision {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rubro {
    min-height:220px;
}
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 90px; /* Más grande que antes */
    height: 90px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    border: 4px solid #ffffff; /* Borde blanco más grueso */
}

    .whatsapp-float svg {
        width: 45px;
        height: 45px;
    }
/* Círculo de notificación */
.whatsapp-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    background-color: #FF0000;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
}
 
