﻿
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.login form .input, .login input[type=text], .login form input[type=checkbox] {
    border-radius: 0;
}

input[type=checkbox]:checked:before {
    content: url('data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F><%2Fsvg>');
    margin: -0.25rem 0 0 -0.275rem !important;
}

.wp-core-ui #login .button-primary {
    margin-left: 0;
}

.admin-email__actions-primary .button:first-child {
    font: 400 15px "Roboto", sans-serif;
    color: #fff;
    height: auto;
    line-height: 20px !important;
    padding: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    text-align: center;
    background-color: #008ec2;
    border: 0;
    margin-bottom: 8px;
    border-radius: 5px;
}

    .admin-email__actions-primary .button:first-child:hover {
        background-color: #008ec2;
    }

.login form.admin-email-confirm-form {
    max-width: 360px;
    margin: 0 auto;
}

.login-action-confirm_admin_email #backtoblog a {
    color: #008ec2 !important;
}

.woocommerce-product-gallery {
    opacity: 1 !important;
}


 .recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}



body.login {
    background-image: url(https://www.vwthemesdemo.com/vw-summer-camp-pro/wp-content/plugins/img/bg.jpg);
    /*background-color: #ddd5c3;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}

.header-wrapper {
    /* display: table-row; */
}

#login {
    margin-top: 2%;
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    max-width: 350px;
    padding: 26px 26px 6px 26px;
    width: 100%;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 0 24px 12px !important;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .login form .input, .login input[type="text"] {
        height: 48px;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 18px;
        font: normal 15px "Roboto", sans-serif;
        color: #7f7f7f;
        border-color: #bdbdbd;
        padding-left: 27px;
        font-weight: normal;
    }

#jetpack_protect_answer {
    padding-left: 0;
    text-align: center;
}

.login input[type="submit"] {
    background: #fff;
    color: #fff;
    margin: 7px 0 7px;
    height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font: normal 15px "Roboto", sans-serif;
    color: #fff;
    width: 100%;
}

.wp-core-ui.login .button-group.button-large .button,
.wp-core-ui.login .button.button-large, .wp-core-ui.login .button-primary {
    height: 46px;
    line-height: 0;
    background: #008ec2;
}

.wp-core-ui.login .two-factor-email-resend .button {
    color: #444;
}

.login #nav {
    text-align: center;
}

#login_error {
    display: block;
}
/*.message { display:none; }*/
/*.custom-message {
    	-moz-border-radius:3px 3px 3px 3px;
    	border-style:solid;
    	border-width:1px;
    	margin:0 0 16px 8px;
    	padding:12px;
    }*/

#backtoblog {
    text-align: center;
}

.header-cell {
    /* display: table-cell; */
    height: 100px;
}

.loginHeaderMenu {
    text-align: center;
    position: relative;
    z-index: 10;
    list-style: none;
    background: #333;
}

    .loginHeaderMenu > ul > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        list-style: none;
    }

        .loginHeaderMenu > ul > li > a {
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 16px;
            padding: 17px 20px;
            display: inline-block;
        }

        .loginHeaderMenu > ul > li:hover > a {
            background: #4CAF50;
            color: #fff;
        }

        .loginHeaderMenu > ul > li > ul {
            position: absolute;
            width: 200px;
            padding: 0;
            top: 100%;
            left: 0;
            background: #fff;
            list-style: none;
            text-align: left;
            border-radius: 0 0 5px 5px;
            -webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
            -moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
            box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
        }

        .loginHeaderMenu > ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
        }

        .loginHeaderMenu > ul > li > ul > li {
            font-size: 15px;
            color: #333;
        }

            .loginHeaderMenu > ul > li > ul > li > a {
                color: #333;
                padding: 10px;
                display: block;
                text-decoration: none;
            }

                .loginHeaderMenu > ul > li > ul > li > a:hover {
                    background: rgba(51, 51, 51, 0.35);
                    color: #fff;
                }

.login-wrapper {
    display: table-row;
}

.login-cell {
    display: table-cell;
    vertical-align: middle;
}

.clear {
    display: none;
}

.footer-wrapper {
    /* display: table-footer-group; */
    position: -webkit-sticky;
    position: sticky;
    top: 100vh;
}

.footer-cont {
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    /* display: table-cell; */
    vertical-align: bottom;
    /* height: 100px; */
}

.loginFooterMenu {
    text-align: center;
    background-color: rgba(0,0,0,.7);
}

    .loginFooterMenu > ul {
        display: inline-flex;
    }

        .loginFooterMenu > ul > li {
            display: inline-block;
            padding: 18px;
        }
/* style two factor plugin */
.login .backup-methods-wrap a, #login form p:not([class]) {
    color: #555d66;
}

    .login .backup-methods-wrap a:hover {
        color: #00a0d2;
    }
/*End style two factor plugin */
.loginFooterMenu > ul > li:focus {
    outline: none;
    border: 0;
}

.loginFooterMenu > ul > li > a:focus {
    outline: none;
    border: 0;
}

.loginFooterMenu > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.loginHead {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 13px 0 0;
    position: relative;
    margin: 0;
}

    .loginHead p a {
        text-decoration: none;
    }

.loginFooter {
    display: table-footer-group;
}

    .loginFooter p a {
        display: inline-block;
        margin: 0 5px;
    }

.loginInner {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 13px 0;
    position: relative;
}

.copyRight {
    text-align: center;
    padding: 12px;
    background-color: #efefef;
}

.themes-show-love {
    color: #222;
}

    .themes-show-love a {
        color: #263466;
    }

        .themes-show-love a:hover {
            color: #4d5d95;
        }

@media screen and (max-width: 767px) {
    #login {
        width: 300px;
    }

    .login form {
        padding-right: 0;
        padding-left: 0;
    }

    .login .themes-show-love {
        position: static;
        text-align: center;
        float: none;
        background: rgba(255,255,255, .5);
        margin-top: 11px;
        padding-bottom: 0;
        padding: 3px;
    }
}


* {
    box-sizing: border-box;
}

#symptons {
}

#symptons {
}

    #symptons span, #symptons .side-navigation a {
    }

.side-navigation li a:hover, .side-navigation ul > li.menu-item-has-children > a:after {
}

.side-navigation li a {
}

#footer {
}

#testimonial .owl-nav i:hover {
}

#testimonial .owl-nav i {
}

#how-it-work {
}

#how-it-work {
}

#getstarted-blog {
}

#browse-topics .blank-div {
}

#browse-topics {
}

    #browse-topics .all-topics-links a:hover {
    }

    #browse-topics .all-topics-links a {
    }

.site-header .header-logo p {
}

#live-chat-blog .live-chat-content a {
}

#live-chat-blog .live-chat-content:hover {
}

#live-chat-blog .live-chat-content {
}

    #live-chat-blog .live-chat-content span {
    }

    #live-chat-blog .live-chat-content p {
    }

#our-faq .card .card-header i, #our-faq .accordion-item .accordion-header i {
}

#our-faq .accordion-header a, #our-faq .accordion-item {
}

    #our-faq .card .card-body, #our-faq .accordion-item .accordion-body {
    }

#our-faq .card .card-header a, #our-faq .accordion-header a {
}

#our-faq h2, #our-faq h2 {
}

#our-faq span {
}

#testimonial .testi-title a {
}

#newsletter .news-p p, #newsletter input::placeholder {
}

#our-records .record-title {
}

#our-records .our-records-content span {
}

#our-records .our-records-content span {
}

#contact-partners .our-partners p {
}

#contact-partners .home-contact-us .contact-sub-title, #appointment .appointment-content span {
}

#contact-partners .home-contact-us h2, #appointment .appointment-content h2 {
}

#appointment .appointment-shortcode input[type="submit"] {
}

#get-in-touch a.read-more {
}

#get-in-touch p {
}

#get-in-touch h3 {
}

#latest-news .link-title, #our-blogs a.link-title {
}

#latest-news .link-title, #our-blogs a.link-title {
}

#our-blogs .our-blogs-contents h5 a {
}

#our-blogs .blog_text, #our-blogs .our-blogs-contents .blogs-title {
}

#latest-news .news-image span, #our-blogs .our-blogs-contents span, #our-blogs .our-blogs-contents span a {
}

#latest-news .news-title, .our-blogs-head span, #our-blogs .our-blogs-head span {
}

#latest-news h2, .our-blogs-head h2, #our-blogs .our-blogs-head h2 {
}

#pricing-plans .pricing-plans-content:hover a {
}

#pricing-plans .pricing-plans-content a {
}

.pricing-plan-content a.read-more {
}

.pricing-plan-box {
}

#pricing-plans .pricing-plans-content:hover ul li {
}

#pricing-plans .pricing-plans-content ul li {
}

#pricing-plans .pricing-plans-content:hover h4 {
}

#pricing-plans .pricing-plans-content h4 {
}

#pricing-plans .pricing-plans-content:hover span {
}

#pricing-plans .pricing-plans-content span {
}

#pricing-plans .pricing-plans-content:hover, .icons-img {
}

#pricing-plans .pricing-plans-content, .pricing-plan-content, .plans_data2 .pricing-plan-content {
}

#pricing-plans h2, #pricing-plan h2 span {
}

    #pricing-plan h2 span:before, #pricing-plan h2 span:after {
    }

#introduction .intro-box:hover .text-box p {
}

#introduction .text-box p, #introduction p {
}

#introduction .intro-box:hover .text-box h3 {
}

#introduction .text-box h3 {
}

#introduction .intro-box:hover {
}

#introduction .text-box {
}

#introduction .intro-right-box h3.head_white, #introduction span.head_white {
}

#introduction .left-read, #introduction .right-read {
}

#introduction .left-read, #introduction .right-read {
}

#our-team, #our-teams {
}

.team-title span, .sidebar-cont p, .sidebar-cont .social-profiles a {
}

#our-teams .our-teams-contents:hover .sidebar-cont p, #our-teams .our-teams-contents:hover .sidebar-cont .social-profiles a {
}

#our-teams a.left-read {
}

#our-team .team-title h5 a, #our-teams a.teams-title {
}

#our-team {
}

    #our-team .our-team-head h3, #our-teams .section-content h2 {
    }

#our-teams .section-content span {
}

#our-teams .sidebar-cont {
}

#our-teams .our-teams-contents:hover .sidebar-cont {
}

#Active-articals .articals-content:hover a {
}

#Active-articals .articals-content:hover li {
}

#Active-articals .articals-content:hover h3 {
}

#Active-articals .articals-content a {
}

#Active-articals .articals-content {
}

    #Active-articals .articals-content:hover {
    }

#Active-articals h3 {
}

#Active-articals .articals-content li {
}

#our-services .our-services-content .services-text {
}

#our-services .our-services-content a, #our-services .services-small-title, #our-features .feature-main-content span {
}

#our-services .our-services-head h2, #our-services .section-content h2, .service-main-content h2, #our-features .feature-main-content h2 {
}

#our_partners h2 {
}

.partners_inner span {
}

#how-it-work h2 {
}

#how-it-work span {
}

#how-it-work p {
}

#getstarted-blog a {
}

#getstarted-blog p {
}

#getstarted-blog span {
}

#getstarted-blog li {
}

#services-blog .sblog-head span {
}

#services-blog p {
}

#services-blog a {
}

#browse-topics .browse-topics-content span {
}

#browse-topics .browse-topics-content a {
}

#topbar {
}

#topbar {
}

    #topbar span, #topbar .side-navigation a {
    }

.vwsmp_front a {
}

#topbar .vwsmp_front a:hover, #content_header .vwsmp_front a:hover {
}

#topbar .vwsmp_front a, #content_header .vwsmp_front a {
}

    #topbar .vwsmp_front a:hover, #content_header .vwsmp_front a:hover {
    }

#topbar .topbtn a {
}

.about-content h2 span.left-text, .about-content .left-read, #featured-update h2 span.left-text, .adjust1 a.button, #our-app span.head_white, #services span.head_center, .deg-right-box i, #interface-deg .left-read, #introduction span.head_white, #introduction .left-read, #newsletter .news-heading span, #newsletter input[type="submit"], #testimonials h2 span, #video span.left-text, #video .left-read, .pricing-plan-head span.left-text, #featured-update li a:active, .client_inner:hover img.alt-img {
}

#header {
}

    #header .header-logo a {
    }

    #header .header-logo p.tagline {
    }

#search-banner .search-banner-content h1 {
}

#search-banner .search-banner-content p {
}

#search-banner .search-banner-content input[type="search"] {
}

.top-content .contentbx h5 {
}

#pricing-plans {
}

#pricing-plans {
}

#latest-news, #our-blogs {
}

#services-blog {
}

#browse-topics {
}

#getstarted-blog {
}

#getstarted-blog {
}

#our-feature, #our-features {
}

#appointment .appointment-shortcode {
}

#our-features .our-features-content p {
}

#our-features .our-features-content span {
}

#why-choose-us {
}

    #why-choose-us .why-choose-us-content h2 {
    }

    #why-choose-us .why-choose-us-content ul li {
    }

    #why-choose-us .why-choose-us-content a {
    }

.top-content .contentbx p {
}

.side-navigation a {
}

.main-header .side-navigation ul li a:hover {
    filter: drop-shadow(4.5px 7.794px 13.5px );
    background-image: linear-gradient(57deg, 0%, 100%);
}

.main-header .side-navigation ul ul {
}

    .main-header .side-navigation ul ul a {
    }

.side-navigation li.current_page_item a {
}

#sidebar1 {
}

    #sidebar1 ul li a {
    }

#cartbx {
}

.menubar .cart .currentcont {
}

.menubar .cart .currentcont {
}

.side-navigation li a, .main-header .side-navigation li {
}

#header-menu button[type=submit] i {
}

.menubar .login-link a:hover, .menubar .topbtn {
}

.menubar .login-link a, .menubar .topbtn, .header-button a, #topbar .topbtn a {
}

div#cat_togglee i {
}

#catg_animate {
}

    #catg_animate ul.product-categories li a {
    }

.header-button a i {
}

#slider {
}

#productslide {
}

    #productslide .owl-nav {
    }

#slider .prop_desc p, #slider .slider-box span {
}

#slider .slider-box h1, #productslide .products-box .product-content a, #slider .prop_desc p, .slider-box h1 span {
}

#slider li a.active, #slider li a, #slider .slider-box p, #productslide .products-box .product-content p {
}

    #slider li a.active, #slider .tab-content {
    }

#slider .search-submit, #slider .slider-button-1, #productslide .products-box .product-content .icon_link a {
}

#slider .search-submit, #slider .slider-button {
}

#productslide .products-box .product-content .icon_link a, #productslide .products-box .featured-cart a {
}

#our-feature {
}

    #our-feature p {
    }

    #our-feature p {
    }

    #our-feature h3 {
    }

    #our-feature span {
    }

    #our-feature a {
    }

#why-choose-us .why-video-wrap span i, .video-img i {
}

#why-choose-us .why-video-wrap span {
}

.video-img i {
}

#our-feature a, #our-feature a {
}

#emergency_contact {
}

#search-banner {
}

#about, #about-us {
}

#about, #about-us {
}

#about, #about-us {
}

#featured-update {
}

.about-content h2 span.left-text, #about-us .section-content span {
}

.about-content h2 span.right-text {
}

.about-content h3, #about h3, #about-us .section-content h2 {
}

.about-content li p, #about ol p {
}

#about .about-content p, #about-us .section-content p, #about .about-content p {
}

.about-content .right-read, .about-content .left-read, .about-content .right-read, #about-us .section-content a {
}

.about-content .right-read, .about-content .right-read, #about-us .section-content a {
}

.about-video p, .left-bg p, .right-img-bg p {
}

.right-img-bg, .img-outer:after, .img-outer:before {
}

#featured-update {
}

    #featured-update h2 span.left-text {
    }

    #featured-update h2 span.right-text {
    }

    #featured-update .about-inner h3 {
    }

    #featured-update li a {
    }

        #featured-update li a:active {
        }

    #featured-update .adjust1 {
    }

    #featured-update .price-featured-car h3 a, #category-products h3 a {
    }

    #featured-update .price-featured-car p {
    }

    #featured-update .adjust1 ins {
    }

.adjust1 a.button {
}

#our-app {
}

#our-app, #newsletter .right-box {
}

    #our-app span.head_white {
    }

    #our-app h3 {
    }

    #our-app p {
    }

    #our-app .left-inner {
    }

    #our-app .icon-b-inner i {
    }

    #our-app .text-b-inner p.first-p {
    }

    #our-app .text-b-inner p.last-p {
    }

    #our-app .left-inner:hover .icon-b-inner i {
    }

#our_partners {
}

#our_partners {
}

#live-chat-blog {
}

#Active-articals {
}

#contact-partners, #appointment {
}

    #contact-partners .home-contact-us {
    }

#our-faq {
}

.client_inner:hover img.main-img {
}

.client_inner:hover img.main-img {
}

#services, #our-services {
}

#services, #our-services {
}

    #services span.head_center, #services p.small-text, #our-services .services-small-title, #our-features .feature-main-content span {
    }

    #services h3, #our-services .section-content span {
    }

    #services p {
    }

.services-image img, .our-services-image {
}

#services a.bottom-link i, #our-feature a, #our-feature a {
}

.service-box:hover .services-image img {
}

#services h4 a, #our-services .our-services-content a {
}

#services .services_content, #our-services .services-post, #our-services .our-services-content .services-text {
}

#services .themeBbutton a, #our-services .all-services a {
}

#services .themeBbutton a {
}

#interface-deg {
}

#interface-deg {
}

.deg-right-box h3, .deg-bottom .head_white {
}

.deg-right-box p, .deg-bottom p {
}

.deg-right-box li {
}

#interface-deg .right-read, #interface-deg .left-read {
}

#interface-deg .right-read, #interface-deg .left-read, .deg-bottom {
}

#introduction {
}

#introduction {
}
/*------------Home contact---------------*/
#connect_withus {
}

#connect_withus {
}

.contact-text h3 {
}

.contact-text p {
}

.flower-submit-btn input.wpcf7-form-control.wpcf7-submit {
}
/*------------Best Seller products---------------*/
#best-seller {
}

#best-seller {
}

    #best-seller h3 {
    }

    #best-seller span.product-sale-tag .onsale {
    }

    #best-seller h2 span {
    }

        #best-seller h2 span:after, #best-seller h2 span:before {
        }

    #best-seller .product-box h5 a, #best-seller h5 a {
    }

    #best-seller ins, #best-seller del {
    }

    #best-seller .product-over a.add_to_cart_button {
    }

    #best-seller .product-over a.add_to_cart_button {
    }

    #best-seller a.view-all {
    }

    #best-seller span.product-sale-tag .onsale {
    }
/*------------category products---------------*/
#category-products {
}

#category-products {
}

    #category-products h3 {
    }

    #category-products p#timer .numbers, #category-products .numbers span {
    }

    #category-products p#timer .numbers {
    }

    #category-products ul a.nav-link {
    }

        #category-products ul a.nav-link.active {
        }

        #category-products ul a.nav-link.active {
        }

    #category-products span.product-sale-tag .onsale {
    }

    #category-products span.product-sale-tag .onsale {
    }

    #category-products h5 a {
    }

    #category-products ins, #category-products del {
    }

    #category-products a.view-all {
    }

    #category-products a.view-all {
    }

    .recode-prod-content a.add_to_cart_button, #best-seller .product-over a.add_to_cart_button, #category-products .product-over a.add_to_cart_button {
    }

    .recode-prod-content a.add_to_cart_button, #best-seller .product-over a.add_to_cart_button, #category-products .product-over a.add_to_cart_button {
    }
/*------------Newsletter---------------*/
#newsletter {
}

#newsletter {
}

    #newsletter h3 {
    }

    #newsletter span {
    }

    #newsletter input[type="submit"] {
    }

#testimonials {
}

#testimonials {
}

    #testimonials h2 span, #testimonials h2 {
    }

        #testimonials h2 span:before, #testimonials h2 span:after {
        }

    #testimonials h3, #testimonials span {
    }

    .testimonial-text-out h4.testimonial_name a, #testimonials a {
    }

    .testimonial-text-out h4.testimonial_name cite, #testimonials .testimonials-contents span {
    }

    .testimonial_box .qoute_text, #testimonials p {
    }

    #testimonials a.left-read {
    }

    #testimonials a.left-read {
    }

#video {
}

#video {
}

    #video span.left-text {
    }

    #video span.right-text {
    }

    #video h3 {
    }

    #video p {
    }

    #video .left-read, #video .right-read {
    }

    #video .left-read, #video .right-read, #video .slider-video-box a {
    }

    #video .left-read, #video .right-read {
    }

    #video .slider-video-box i {
    }

    #video .video_content h2, #video .video_content p {
    }

#our-records .record-count-no {
    -webkit-text-fill-color: #fffffff;
    -webkit-background-clip: text
}

#our_records .record-text, p.record-count-title {
}

.record_box1, .record_box2, .record_box3, .record_box4 {
}

    .record_box1:hover, .record_box2:hover, .record_box3:hover, .record_box4:hover {
    }

.rtitle-box .sufix-head, .rtitle-box .sufix-title {
}
/*-----Pricing planse-------*/
#pricing-plan {
}

#pricing-plan {
}

    #pricing-plan .pricing-plan-head h3 {
    }

    #pricing-plan h2 span, #pricing-plan h2 span:before, #pricing-plan h2 span:after {
    }

    #pricing-plan .pricing-plan-head p {
    }

.prising_toggle ul a {
}

.pricing-plan-box h3, .pricing-plan-box p, .pricing-plan-box h5 sup, .pricing-plan-box h5 sub {
}

.pricing-plan-content, .plans_data2 .pricing-plan-content {
}

.bottom-box li {
}

.bottom-box ul i {
}

.bottom-box a {
}

#our_records, #our-records {
}

    #our_records, #our-records .record-box {
    }

#instagramsec {
}

#instagramsec {
}

    #instagramsec .insta-content h3 {
    }

    #instagramsec .insta-content h2, #instagramsec .insta-content h2:before, #instagramsec .insta-content h2:after {
    }

        #instagramsec .insta-content h2:before, #instagramsec .insta-content h2:after {
        }

#get-in-touch {
}

#contact_partners, #appointment {
}

#get-in-touch {
}

    #get-in-touch h3 {
    }

    #get-in-touch p {
    }

#timming {
}

#footer {
}

    #footer h3 {
    }

    #footer h3 {
    }

    #footer .textwidget p, #footer .widget p, #footer .post-content a, #footer a, #footer .textwidget p, #footer .widget p, #footer .post-content a, #footer .about_me p, #footer .about_me .dempar, #footer ul li a, #footer .footer-cols .phone-text a, #footer .about_me table p {
    }

    #footer .footer_menu ul li a {
    }

#preloader {
}

#footer .about_me i {
}

.copyright {
}

    .copyright p, .copyright p a, #footer .copy_privacy_policy a {
    }

.contact-page-details h2 {
}

.contact-page-details p {
}

.contact-box .vw-minima-contact-box i {
}

.contact-page-details h3 {
}

.contact-page-details .contac_form label, .contact-page-details .contac_form input::placeholder {
}

.contact-page-details .contac_form input[type="submit"] {
}

.wp-core-ui .button-primary {
    text-shadow: none;
}

 .woocommerce-product-gallery {
    opacity: 1 !important;
}





#newsletter input[type=submit] {
    background: yellow !important;
    font-size: 15px;
    font-weight: 600;
}

.footer2 i {
    color: yellow;
}

.socialbox i {
    display: none;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .sticky .main-navigation li {
        padding: 17px 11px;
    }
}

.buynow {
    background: #ffe21c;
}

    .buynow a {
        color: #000000;
    }

        .buynow a:hover {
            color: #fb3640;
        }

.footer-buy-now a {
    background: #fb3640;
    padding: 15px 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

    .footer-buy-now a:hover {
        background: #ffe21c;
        color: #fff;
    }

.main-navigation li {
    padding: 6px;
}

