html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #292e34;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}
.follow-us a {
    display: inline-block;
}
svg {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 15px 0;
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #6e6e6e;
    opacity: 1;
    font-weight: 900;
    font-size: 21px;
}

:-ms-input-placeholder {
    color: #2b2b2b;
    opacity: 1;
    font-weight: 900;
    font-size: 21px;
}

::-ms-input-placeholder {
    color: #2b2b2b;
    opacity: 1;
    font-weight: 900;
    font-size: 21px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader:active, .screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.hideflow {
    overflow: hidden
}

.txtcenter {
    text-align: center
}

.txtleft {
    text-align: left;
}

.header {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
}


.header.sticky {
    background-color: #4d3634;
}

.site-branding {
    text-align: center
}


.sidebar-close, .sidebar-open {
    border-radius: 10px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}



.menu-items li {
    position: relative
}

.menu-items li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
    margin: 2px 0;
}


.icon-dropdown {
    border: solid #fff0eb;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-duration: .8s;
    transition: transform .3s, -webkit-transform .3s
}

.submenu-toggle {
    display: block;
    left: 0;
    padding: 18px 16px;
    position: absolute;
    top: 0;
    background: #622a1a;
}

.sub-menu {
    display: none
}

.sub-menu.active {
    display: block
}


.submenu-toggle.active .icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}


.site-logo {
    display: block;
}
.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-info ul li {
    display: inline-block;
    margin-left: 15px;
}
.footer-info ul  {
    list-style: none;
    padding: 0;
}

.icon {
    margin-left: 8px;
}

.footer-right p {
    font-size: 22px;
    width: 77%;
}

.footer-left {
    text-align: center;
}
footer {
    color: #999999;
    outline: 5px solid #eeb313;
    outline-offset: 11px;
    background-color: #292e34;
}

footer a {
    color: #c5ccd9;
}




.scrollUp {
    display: none;
    position: fixed;
    left: 7px;
    bottom: 8px;
    padding: 8px 10px;
    border-radius: 50%;
    background: rgb(238 179 19);
}

.scrollUp.active {
    display: block
}

.call-with-phone, .whatsapp-chat {
    position: fixed;
    bottom: 69px;
    bottom: 0px;
    text-decoration: none;
    animation: animate-waggle 5s infinite;
    z-index: 9999;
    right: 15px;
}

.call-with-phone {
    bottom: 88px;
}

.call-phone-icon, .whatsapp-chat-icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    padding: 11px;
    box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
    background: #eeb313;
}
span.whatsapp-chat-icon {
    background: rgb(11,151,67);
}
.not-found {
    padding: 80px 0;
    text-align: center
}

.not-found h1 span {
    display: block
}

.not-found .number {
    color: #292e34;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}



.site-copyright {
    text-align: center;
    background-color: #21252a;
    padding: 13px 0;
    color: #777777;
}



.footer-info {
    display: flex;
    padding: 80px 0;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}


.footer-title {
    font-size: 31px;
    font-weight: 900;
    color: #fff;
}

footer .follow-us a {
    margin: 0 8px;
    display: inline-block;
}



.more-ico:after {
    content: "\27A5";
    margin-right: 15px;
}

.call-now {
    margin-bottom: 40px;
    background: #eeb313;
    text-decoration: none;
    padding: 7px 26px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    border-radius: 25px;
    display: inline-block;
    border: 1px solid #bd911a;
}
@media (max-width: 991px) {
 .menubar-section .follow-us {
    display: none;
}
    .main-nav {
        background: #eeb313;
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
    }

    .menu-items {
        padding: 0;
        margin: 0;
        padding: 60px 0 21px 0;
        text-align: right;
    }

    .menu-items li {
        border-top: 1px solid #c5940f;
    }

    .sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 14px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
    }

    .main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px;
    }

    .sidebar-open {
        background: #292e34;
        border: 0;
        margin-right: 13px;
    }

    .topbar, .call-us-wrap {
        display: none
    }

    footer h3 {
        font-size: 18px
    }

    .footer-info {
        font-size: 16px;
        margin-bottom: 25px
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 960px
    }

    .main-nav {
        width: 72%;
    }

    .sidebar-close, .sidebar-open, .submenu-toggle {
        display: none
    }

    .menu-items>li {
        display: inline-block
    }

    .menu-items li.current > a {
    color: #ebb42a;
    }

    .menu-items li a {
        box-shadow: none;
        padding: 5px 17px;
    }

    .menu-items li.has-children>a:after {
        content: " ";
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -1px;
        right: 7px
    }

    .menu-items .sub-menu li.has-children>a:after {
        border: solid #707070;
        border-width: 0 2px 2px 0;
    }

    .menu-items .sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .menu-items .sub-menu {
        background-color: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
    }

    .menu-items .sub-menu a {
        color: #000;
        margin: 0;
        padding: 10px 16px;
    }

    .menu-items .sub-menu a:hover {
        color: #fff;
        background-color: #7a3515;
    }

    .menu-items .sub-menu .has-children .sub-menu {
        right: 100%;
        top: 0
    }

    .menu-items .has-children:hover>.sub-menu {
        display: block
    }

 

    .site-branding {
        margin-left: 35px;
        width: 11%;
    }

.footer-right {
    width: 61%;
}
    

}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}
