@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: "Raleway";
}

ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

.top-footer-content ul, ol {
    margin: 0 !important;
    padding: 0;
}




.top-footer-content ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
}






.singh{padding-top: 198px !important;}
.kumar{padding-top: 190px !important;}
::placeholder {
    color: #8d8d8d;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8d8d8d;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8d8d8d;
}

.page ::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

.page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}


/*===== Go To Top Section =====*/

#back-top {
    display: block;
    position: fixed;
    bottom: 140px;
    right: 10px;
    bottom: 55px;
    text-align: center;
    z-index: 99999;
}

#back-top a {
    display: block;
    text-decoration: none;
}

#back-top a .fa {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    font-size: 20px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    background: #936e48;
    border: #936e48 solid 2px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#back-top a .fa:hover {
    background: #fff;
    color: #936e48;
}

.input-text {
    color: #333;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-family: "Nunito Sans";
    padding: 5px 15px;
    background: #e6e0e0;
    border: 1px solid #c3c3c3;
}

.input-textarea {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: "Nunito Sans";
    padding: 5px 15px;
    background: #e6e0e0;
    border: 1px solid #c3c3c3;
}

.input-submit {
    color: #936e48;
    font-size: 15px;
    border: 2px solid #936e48;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Nunito Sans";
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;
}

.input-submit:hover {
    color: #fff;
    background: #936e48;
    border: 2px solid #936e48;
}

.page .input-text {
    color: #121212;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: "Nunito Sans";
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
    font-weight: 300
}

.page .input-textarea {
    color: #121212;
    width: 100%;
    font-size: 14px;
    font-family: "Nunito Sans";
    padding: 5px 15px;
    background: #fff;
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.page .input-submit {
    color: #936e48;
    font-size: 16px;
    border: 2px solid #936e48;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: "Nunito Sans";
}

.page .input-submit:hover {
    color: #fff;
    background: #936e48;
    border: 2px solid #936e48;
}

.button1 {
    font-family: "Nunito Sans";
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 16px;
    border: 2px solid #000;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
    letter-spacing: 1px;
    ;
}

.button1:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}

.button2 {
    font-family: "Nunito Sans";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
    letter-spacing: 1px;
    ;
}

.button2:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.button3 {
    font-family: "Nunito Sans";
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: #000;
    padding: 15px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;
}

.button3:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}

.top-header {
    background: #222222;
    padding: 12px 0;
    margin: 0;
}

.top-header .info {}

.top-header .info ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Nunito Sans';
    color: #dbdbdb;
    font-size: 15px;
    margin-left: 25px;
}

.top-header .info .fa {
    color: #dbdbdb;
}

.top-header .info ul li:first-child {
    margin-left: 0;
}

.top-header .info ul li a {
    color: #dbdbdb;
}

.top-header .info ul li a:hover {
    color: #936e48;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.top-header .social-info {
    text-align: right;
}

.top-header .social-info ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Nunito Sans';
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

.top-header .social-info ul li a {
    color: #fff;
}

.top-header .social-info ul li .fa {
    color: #fff;
}

.mid-header {
    background: #fff;
    padding: 10px 0 50px 0;
    margin: 0;
}

.mid-header .info-block {
    margin-top: 15px;
    float: right;
}

.mid-header .info-icon {
    display: inline;
}

.mid-header .info-content {
    display: inline-block;
    margin-left: 15px;
    vertical-align: -webkit-baseline-middle;
}

.mid-header .info-content h3 {
    font-family: 'Nunito Sans';
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin: 0 0 10px 0;
}

.mid-header .info-content p {
    font-family: 'Nunito Sans';
    color: #5e5e5e;
    font-size: 16px;
}

.banner-content {
    position: absolute;
    z-index: 999;
    margin-top: -224px;
}

header#masthead {
    position: relative;
    z-index: 9999;
    background: none !important
}

.banner-content img {
    width: 100%;
}

.banner-content .top-left {
    position: absolute;
    top: 30%;
    left: 4%;
    width: 100%;
}

.banner-content .top-left p {
    color: #fff;
    font-size: 60px;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin-bottom: -15px;
}

.banner-content .top-left p span {
    font-size: 60px;
    font-family: "Nunito Sans";
    font-weight: 600;
}

.one {
    background: url(../images/onebg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.one .hr2 {
    width: 10%;
    background: #fff;
    height: 2px;
    margin: 0 auto 15px auto;
}

.one h2 {
    color: #fff;
    font-size: 20px;
    font-family: "Nunito Sans";
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.two {
    background: #fff;
    padding: 0 !important;
}

.two .pa {
    padding: 0;
}

.two .collection-block1 img {
    padding: 0 15px;
}

.two .collection-block1 img {
    padding: 0 1px;
}

.four {
    background: #fff;
    padding: 80px 0 !important;
    text-align: center;
}

.four .title-section {
    margin-bottom: 30px;
}

.four .title-section .hr1 {
    width: 10%;
    background: #000;
    height: 2px;
    margin: 0 auto 15px auto;
}

.four .title-section h2 {
    color: #121212;
    font-size: 25px;
    font-family: "Nunito Sans";
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.four img {
    margin: 15px auto;
}

.seven {
    background: #fff !important;
    padding: 428px 0 40px 0;
    overflow: hidden;
    position: relative;
}

.seven::before {
    content: '';
    background: #fff;
    z-index: 1;
    width: 36%;
    height: 100%;
    position: absolute;
    top: 0;
}

.seven .title-section {
    margin-bottom: 30px;
    text-align: center;
    z-index: 111;
    position: relative;
    margin-top: 170px;
}

.seven .title-section .hr1 {
    width: 10%;
    background: #000;
    height: 2px;
    margin: 0 auto 15px auto;
}

.seven .title-section h2 {
    color: #121212;
    font-size: 20px;
    font-family: "Nunito Sans";
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.seven img {
    width: 100%;
}

.top-footer {
    padding: 80px 0 40px 0;
    background: #000 !important;
    position: relative;
}

.top-footer h5 {
    color: #fff;
    font-size: 17px;
    font-family: "Nunito Sans";
    margin: 0 0 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-footer .social-info {
    margin-top: 30px;
}

.top-footer .social-info ul {
    list-style: none;
    text-decoration: none;
}

.top-footer .social-info ul li {
    font-family: 'Poppins';
    font-size: 16px;
    color: #dcdcdc;
    margin-bottom: 15px;
    display: inline-block;
}

.top-footer .social-info .fa {
    color: #fff;
    border-radius: 50%;
    padding: 8px 9px;
    border: 2px solid #fff;
    margin-right: 20px;
}

.top-footer .social-info .fa:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    transition: all ease-in 0.2s;
}

.top-footer .social-info .fa-facebook {
    padding: 8px 11px;
}

.top-footer-content ul {
    list-style: none;
    text-decoration: none;
}

.top-footer-content ul li {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #dcdcdc;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.top-footer-content ul li span {
    margin-left: 28px;
}

.top-footer-content .border-bot li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.top-footer-content .border-bot li:last-child {
    border-bottom: none;
}

.top-footer h3 {
    color: #fff;
    font-size: 18px;
    font-family: "Nunito Sans";
    font-weight: 500;
    margin: 0;
}

.top-footer p {
    color: #dcdcdc;
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.top-footer .top-footer-content .fa {
    color: #fff;
    font-size: 18px;
    width: 25px;
}

.top-footer a {
    color: #dcdcdc;
    letter-spacing: 1px;
}

.top-footer a:hover {
    color: #936e48;
    transition: all ease-in 0.2s;
    text-decoration: none;
    opacity: 0.9;
}

.top-footer img {
    margin: 0 auto;
}

.footer {
    padding: 20px 0 15px 0;
    background: #0e0e0e;
    border-top: 1px solid #878787;
}

.footer span {
    color: #936e48;
}

.footer p {
    color: #b5b5b5;
    font-family: "Nunito Sans";
    font-size: 14px !important;
    margin: 0;
    color: grey !important;
    text-align: left !important;
}

.footer .pay {
    float: right;
}


/* Inner Page */

.page {
    padding: 0;
   /*background-image: url(./images/bg1.jpg) no-repeat;*/
   background-size: contain;
    position: relative !important;
}

.page .inner-cont {
    background: white;
    margin-top: -60px;
    box-shadow: 0 10px 10px 0px #666;
    padding: 25px 25px 80px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page h2 {
    color: #fff !important;
    font-size: 24px !important;
    font-family: "Nunito Sans";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h4 {
    color: #121212;
    font-size: 30px;
    font-family: "Nunito Sans";
    margin: 0;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.page h3 {
    font-size: 20px;
    font-family: "Nunito Sans";
    color: #936e48;
}

.page h3 span {
    font-family: "Nunito Sans";
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: "Nunito Sans";
    color: #936e48;
    font-size: 20px;
    font-weight: 500;
}

.page p {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 15px;
    line-height: 30px;
}

.page .fa {
    font-size: 18px;
    color: #936e48;
}

.reset {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-reset {
    margin: 0px !important;
}

.padding-reset {
    padding: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #fff !important;
}


/* Typography */

.opensans {
    font-family: "Open Sans";
}

.coda {
    font-family: "Coda";
}

.rokkitt {
    font-family: "rokkitt";
}


/* Coloring */

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}


/* Header */

.affix {
    position: fixed;
    top: 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

.affix-top {
    position: static;
    top: -35px;
    transition: all 0.5s ease-in-out;
}

.affix .header {
    background: #fff;
    position: inherit;
    margin-top: inherit;
    border-bottom: 2px solid #936e48;
}

.affix .header .main-header {
    box-shadow: inherit;
}

.affix .header .logo {
    top: 0;
}

.header .dash {
    margin: 1.5em 5px 0;
}

.header {
    display: block;
    background: transparent;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-top: 20px;
}


/*header-alt*/

.header .logo img {
    margin: 0 auto;
}


/* Tap to Call */

.taptocall {
    color: #000;
    font-size: 14px !important;
    border: 1px solid #000;
    width: 100%;
    padding: 10px;
    margin-top: 60px;
}

.taptocall:hover {
    background: #e1dfdf;
    transition: 0.2s ease-in;
    color: #000;
}


/* Menu */

:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Cool Heading */

.heading {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-family: "Poetsen One";
    font-weight: bold;
    font-size: 26px;
}


/* Owl Banner CSS */

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

#owl-demo .item img {
    display: block;
    width: 100%;
}

.owl-controls.clickable .owl-buttons div {
    display: none !important;
    border-radius: 0px !important;
    width: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
    text-align: center;
    color: transparent;
    font-size: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 20px !important;
    height: 5px !important;
    display: inline-block;
    margin: 0;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
    background: #936e48 !important;
    width: 20px !important;
    height: 5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {
    .mid-header .info-content p {
        font-size: 15px;
    }
    .header .dash {
        margin: 1em 5px 0;
    }
    .main-header {
        box-shadow: inherit;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
        position: relative;
    }
    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .services img {
        width: 100%;
        margin-bottom: 20px;
    }
    .menu-nav>li>a {
        color: #000 !important;
    }
    .brand-and-icon {
        display: flex !important;
    }
    .affix .header img {
        width: inherit;
    }
    .logo {
        position: inherit;
        top: inherit;
    }
    .request-callback #ask {
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
    .top-header .info {
        text-align: center;
    }
    .top-header .social-info {
        text-align: center;
    }
    .header #toggle-menu {
        padding: 1em 0.8em;
        background: #936e48;
        color: #fff;
    }
    .header #menu .quote:last-child {
        float: none;
    }
    .header #menu .quote:last-child a {
        margin-top: 0px;
    }
    .logo {
        display: block;
    }
    .menu {
        background: #fff;
        padding: 0 10px;
    }
    .main-wrapper img {
        width: 26%;
    }
}

@media only screen and (max-width: 768px) {

    .seven {
    background: #fff !important;
    padding: 60px 0 40px 0;
    overflow: hidden;
    position: relative;
}

.banner-content {
    position: absolute;
    z-index: 999;
   margin-top: -40px}
header#masthead {
    position: relative;
    z-index: 9999;
    background: black !important
}



    .singh{padding-top: 60px !important;}
.kumar{padding-top: 60px !important;}
    .button1 {
        margin-bottom: 20px;
    }
    .top-footer .top-footer-content {
        margin-top: inherit;
        margin-bottom: 30px;
    }
    .header #menu .quote:last-child a {
        padding: 1em 1.25em;
    }
    .footer .pay {
        float: none;
    }
    .seven .title-section {
        z-index: 0;
    }
    .seven::before {
        display: none;
    }
    .seven .title-section {
        margin-top: 0;
    }
    .slider .owl-carousel .owl-wrapper-outer {
        overflow: hidden !important;
    }

    .logo {
        position: inherit;
        top: inherit;
    }
    .request-callback #ask {
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .four .service-content-block {
        min-height: inherit;
    }
    .header {
        top: inherit;
        background: #fff;
        padding: 10px 0px;
    }
    .affix .header {
        background: #fff;
    }
    .footer h2 {
        text-align: center;
    }
    .hr1 {
        display: none;
    }
    .title-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .one {
        text-align: center;
    }
    .three h2 {
        text-align: center !important;
    }
    .two h2 {
        text-align: center;
    }
    .two #ask {
        padding: 30px 0;
    }
    .seven {
        text-align: center;
    }
    .footer img {
        margin: 0 auto;
    }
    .footer p {
        text-align: center !important;
    }
    .four {
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content .client-name {
        text-align: center;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .five {
        text-align: center;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .six {
        text-align: center;
    }
    .four .service img {
        margin: 0 auto;
    }
    .top-footer .btm-menu {
        font-size: 15px;
    }
    .header .dash {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .owl-controls {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}

.testimonials-content {}

.client-information {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    position: relative;
}

.client-information .dash img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonials-content .client-name {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
    color: #936e48;
    display: inline-block;
}

.testimonials-content .address {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 300;
    color: #434343;
    display: block;
    margin-top: -10px;
}

.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 28px;
    color: #5f5f5f;
    font-size: 16px;
    font-family: "Nunito Sans";
}

#owl-demo1 .item {
    margin: 0 10px;
}


/* -- Here is owl pagination { display: none; } you can { display: block; } to show the pagigation buttons -- */

#owl-demo1 .owl-pagination {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: none !important;
}

#owl-demo1 .owl-pagination .owl-page span {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #fff;
}

#owl-demo1 .owl-pagination .active span {
    background: #000000 !important;
    border: 1px solid #005826 !important;
    height: 15px !important;
    width: 15px !important;
}

#owl-demo2 .owl-pagination {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: block !important;
    margin-top: 15px;
}

#owl-demo2 .owl-pagination .owl-page span {
    width: 55px !important;
    height: 2px !important;
    background: #fff;
}

#owl-demo2 .owl-pagination .active span {
    background: #000000 !important;
    height: 2px !important;
    width: 55px !important;
}

#owl-demo2 .item {
    margin: 0 10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header #menu a {
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header #menu a {
        font-size: 12px
    }
}

@media (min-width: 768px){
.woocommerce-active .site-header #mega-menu-wrap-primary {
    width: 73.9130434783%;
    float: none !important;
    margin-right: 20% !important;
    clear: both;
    margin: 0 auto !important;
    background: none !important
}
li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-align: center !important;
}
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none !important;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
a.mega-menu-link {
    background: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: none !important;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 40px; 
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 50px !important;
    outline: 0;

}

