/* 
    Created on : 10-Dec-2021, 16:42:32
    Author     : Lithos Technosft PVT. LTD
*/

@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Work+Sans:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css?family=roboto:300,400,500,700,900);
body {
    font-size: 17px !important;
    text-decoration: none;
    color:#333 !important;
    line-height: 1.6 !important;
    font-family: 'roboto', sans-serif !important;
    font-weight: 300 !important;
    overflow-x:hidden;
    background: #fff;
}

h1,h2,h3,h4{
    font-family: 'Bebas Neue', sans-serif;
    margin: 0;
    margin-bottom: 10px;
    color: #000;
}
h1{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 2.2rem;
}
h2{
    text-transform: capitalize;
}
h5{
    font-family: 'roboto', sans-serif !important;
}
h4{
    font-size: 18px;
    margin-bottom: 15px;
    color: #333 !important;
}
ol, ul, li {
	list-style:none;
}
.btn{
    padding: .7rem 1.5rem !important;
    color: #fff;
}
.btn:hover{
    padding: .7rem 1.5rem !important;
    color: #fff;
}
.img img{
    width: 100%;
}
.clear{
    clear: both;
}
:focus {
	outline: none;
}
a:focus {
	text-decoration:none !Important;
}
a{
    text-decoration: none !Important;
}
a:hover{
    text-decoration: none !Important;
}
.no-padding{
    padding: 0 !important;
}
.no-t-pad{
    padding-top: 0 !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::selection {
    background: #00383e;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background:#00383e;
    color:#fff;
    text-shadow:none;
}
::-webkit-scrollbar {
    width: 9px;
    background: #d2d2d2;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow:inset 39px 46px 41px #00383e;
}
::-moz-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow:inset 39px 46px 41px #00383e;
}
iframe{
    width:100%;
    height:100%;
}
iframe::-webkit-scrollbar {
    width: 0px !important;
    background: #d2d2d2;
}
iframe::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow:inset 39px 46px 41px #00383e;
}
iframe::-moz-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow:inset 39px 46px 41px #00383e;
}
.modal-body {
    padding: 0;
}
.ivory{
    background: #fff5e6;
}
.meroon{
    background: #79171d;
}
.banner{
    position: relative;
    z-index: 0;
    padding-top: 80px;
}
.banner img{
    width: 100%;
}
.onine-order .modal-body{
    height:800px;
}
.modal-header{
    background: #000;
}
.btn-close{
    filter: brightness(0) invert(1);
    opacity: 0.8;
    padding: 10px 10px !important;
}
.sticky-menu button{
    border: none;
    background: transparent;
    margin-top: -25px;
    float: right;
    color: #000;
}
.sticky-menu {
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px !important;
    position: absolute !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-menu .logo {
    font-size: 30px;
    z-index: 10000;
    margin: auto;
    margin-top: 17px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-menu .logo a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.sticky-menu .menu {
    width: auto;
    background: #fff;
    z-index: 10000;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    padding: 20px 15px;
}
.sticky-menu .menu ul{
    margin: 0;
    padding: 0 10px;
    float: left;
}
.sticky-menu .menu > ul > li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.sticky-menu .menu > ul > li > a {
    color: #333;
    font-size: 16px;
    padding: 6px 20px 1px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 5;
}
.sticky-menu.open {
    height: 60px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    top: 0px !important;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 0px !important;
    position: fixed !important;
}
.sticky-menu.open .menu {
    background: transparent;
}
.sticky-menu.open .logo {
    font-size: 20px;
    text-align: center;
}
.sticky-menu.open .logo img{
    width: 35%;
}
.sticky-menu.open button{
    margin-top: 0;
}
.sticky-menu.open .logo{
    margin-top: 0;
}
.sticky-menu.open .menu{
    box-shadow: none;
}
.overlay-box{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 0px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+56,000000+100&0+0,0.2+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.11) 56%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.11) 56%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.11) 56%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    top: 0;
    right: 0;
    left: 15px;
    z-index: 100;
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  
}
.overlay-box:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.6+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
     
}
.overlay-box h2{
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    font-size: 24px
}
.content-container{
    width: 100%;
    padding: 120px 0;
    position: relative;
}

.flex-center{
    align-items: center;
    justify-content: left;
    display: flex !important;
}
.image img{
    width: 100%;
}
.point-col{
    margin: 30px 0;
    width: 100%;
    float: left;
    font-weight: 500;
    line-height: 1.2em;
}
.point-col img{
    float: left;
    border-radius: 0 !important;
}
.point-col h2{
    font-family: 'roboto', sans-serif !important;
    font-size: 80px !important;
    font-weight: 600;
    width: 100%;
}
.point-col .item-avatar{
    width: 60px;
    height: 60px;
}
.point-col .card-list-title{
    height: 60px;
}
.float-right{
    text-align: right !important;
}
.float-right .item-avatar{
    float: right;
}
.float-right .item-avatar img{
    float: right;
}
.float-right .card-list-title{
    float: right;
    padding-right: 20px;
}
.bg-yellow{
    background: #e29c08;
}
.bg-red{
    background: #cd361f;
}
.bg-green{
    background: #63790c;
}
.menu-col{
    padding: 30px 30px 10px 30px;
    position: relative;
    height: 100%;
}
.menu-col h1{
    color: #fff !important;
}
.item-avatar{
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-avatar img{
    border-radius: 50%;
}
.card-list-title {
    min-height: 40px;
    float: left;    
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    padding-left: 20px;
}
.card-list-title h4{
    font-family: 'roboto', sans-serif !important;
    font-weight: 400;
    color: #fff !important;
}
.card-list-title span{
    font-weight: 800;
}
.marg-b-t-10{
    margin: 10px 0;
}
.marg-t-30{
    margin-top: 30px;
}
.menu-img{
    position: absolute;
    z-index: 1000;
    right: 0px;
    bottom: 0px;
}
.pad-bottom-large{
    padding-bottom: 300px !important;
}
.offer-col{
    position: relative;
    margin-top: -300px;
}
.offer-col img{
    width: 100%;
}
.main-head h1{
    font-size: 60px;
    text-align: center;
    margin: 80px 0 30px 0;
}
.no-margin{
    margin: 0 !important;
}
footer{
    color: #fff5e6 !important;
}
footer b{
    color: #e29c08 !important;
}
footer .logo p{
    margin-top: 10px;
}
footer h1{
    font-size: 80px;
    color: #e29c08;
    margin: 0;
    line-height: 1em;
}
footer h2{
    font-size: 50px;
    color: #fff5e6 !important;
    margin: 0;
    line-height: 1em;
    margin-bottom: 30px
}
.text-right{
    text-align: right !important;
}
footer button{
    border: solid 2px #e29c08;
    background: transparent;
    padding: 10px 20px;
    color: #e29c08;
    font-weight: 600;
    height: 55px;
}
footer h5{
    color: #fff5e6 !important;
}
.call{
    padding: 15px 10px;
}
.call span{
    color: #e29c08;
}
.call a{
    color: #e29c08;
}
footer{
    position: relative;
    width: 100%;
    background: #79171d;
    color: #fff5e6 !important;
    padding: 0px 0 15px 0;
    font-weight: 400;
}
footer .logo{
    text-align: center;
    margin-bottom: 50px;
}
.copy-right{
    padding: 15px 0 0 0;
    border-top: solid 1px #862127;
    margin-top: 50px;
    text-align: center;
    font-size: 14px;    
}
.social .fa{
    color: #fff5e6 !important;
    padding: 11px 10px;
    font-size: 24px;
    margin-bottom: 30px;
    border: solid 2px #fff5e6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: left;
    text-align: center;
    margin-left: 5px;
}
.marg-bottom-2{
    margin-bottom: 30px
}
.text-center{
    text-align: center
}
footer button{
    animation-name: colorchange3;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
button{
    border: solid 4px #e29c08;
    background: #79171d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    height: 55px;
    text-transform: uppercase;   
    animation-name: colorchange2;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
.banner button{
    animation-name: colorchange;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
button img{
    animation-name: rotating;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    width: 18px;
    margin-top: -2px;
}
.m-marg-bottom-2 {
    margin-bottom: 0px;
}
.m-none{
    display: block !important;
}
.num{
    height: auto;
}
.m-tick{
    display: none;
}
@keyframes colorchange{
    0%{background-color: #79171d;}
    50%{background-color: #e29c08;}
    100%{background-color: #79171d;}
}

@keyframes colorchange2{
    0%{color: #000;}
    50%{color: #e29c08;}
    100%{color: #000;}
}

@keyframes colorchange3{
    0%{color: #fff;}
    50%{color: #e29c08;}
    100%{color: #fff;}
}

@keyframes rotating {
  0% {transform: rotate(360deg);}
  50% {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}
.rotating {
  animation: rotating 1s ease-in-out infinite;
}
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: left;
    min-width: 350px;
    max-width: 21em;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    height: auto;
    line-height: 1.3em;
}
[tooltip]:hover::before{
    left: 0 !important;
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 95px;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}







@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    .section-1 h5{
        margin-top: 5px;
    }
    h1{
        font-size: 2rem;
    }
    .section-1 h1{
        font-size: 2rem;
        padding-right: 30px;
    }
    .col_1 h3{
        font-size: 20px;
    }
    .intro h1 {
        margin-top: 20px;
    }
    .fixed_bg h2 {
        padding-right: 45%;
    }
    .overlay-box h2{
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .no-margin{
        margin: 0 -15px !important;
    }
    .m-marg-bottom-2 {
        margin-bottom: 30px;
    }
    .menu-container{
        padding: 0 15px;
    }
    .point-col h2{
        font-size: 50px !important;
    }
    .point-col .card-list-title{
        width: 100%;
        padding-left: 0;
    }
    .float-right .card-list-title{
        text-align: right;
        padding-right: 0;
        display: block;
    }
    .main-head h1{
        margin: 30px 0 30px 0;
    }
    .content-container{
        padding: 50px 0;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
    .logo img{
        width: 80%;
    }
    .sticky-menu .menu ul{
        padding: 0 0px 0 0px;
    }
    nav ul li a{
        padding: 10px 10px;
    }
    .sticky-menu .menu{
        padding: 15px 15px;
    }
    .sticky-menu .menu{
        padding-right: 15px;
    }
    .sticky-menu .menu > ul > li > a{
        padding: 6px 10px 1px 10px;
    }
    .section-1 h1{
        font-size: 1.3rem;
    }
    .col_1 h3 {
        font-size: 15px;
    }
    .section-1 h1{
        padding-right: 15px;
    }
    .intro h1 {
        margin-top: 0px;
    }
    .section-1 h5 {
        margin-top: 20px;
    }
    .fixed_bg h2 {
        padding-right: 45%;
        font-size: 25px;
    }
    .sticky-menu .logo{
        margin-top: 28px;
    }
    footer .logo img {
        width: 32%;
    }
}
@media screen and (max-width: 768px) {
    .sticky-menu .menu{
        background: transparent;
        box-shadow: none;
    }
    footer h1{
        font-size: 60px;
    }
    footer h2 {
        font-size: 30px;
    }
    .m-none{
        display: none !important;
    }
    .sticky-menu .logo{
        text-align: left;
    }
    .logo img {
        width: 70%;
    }
    .sticky-menu .logo {
        margin-top: 20px;
    }
    .sticky-menu.open .logo{
        text-align: left;
    }
    
}
@media screen and (max-width: 661px) {
    button img{
        width: 14px !important;
    }
    .point-col .card-list-title {
        width: auto !important;
        padding-left: 30px;
    }
    .image img {
        width: 50%;
    }
    .float-right {
        text-align: left !important;
    }
    .float-right .item-avatar {
        float: left;
    }
    .point-col .card-list-title{
        text-align: left;
        float: left;
        display: flex;
    }
    .ofr{
        margin: 15px 0;
    }
    .text-right {
        text-align: left !important;
    }
    .social-col{
        margin-top: 50px;
    }
    .copy-right{
        text-align: left;
    }
    .sticky-menu {
        padding-top: 0px !important;
    }
    .logo img {
        width: 65%;
    }
    .sticky-menu button{
        margin-top: 0px;
    }
    .banner{
        height: 600px !important;
    }
    .banner .item.ordinary .container > div h2{
        font-size: 70px !important;
    }
    .section-1 h5 {
        margin-top: 0px;
    }
    .box_img{
        padding: 0 12px 0 15px !important;
    }
    .section-1 h1 {
        padding-right: 30px;
        margin-bottom: 20px;
    }
    .col_1_container {
        padding-left: 15px !important;
    }
    .col_1 h3{
        text-align: center;
        font-size: 24px;
    }
    .section-1 h1{
        font-size: 24px;
    }
    .section-1 h5{
        margin-bottom: 15px;
    }
    .intro h1 {
        margin-top: 30px;
        font-size: 30px !important;
    }
    footer img{
        width: 30%;
        margin-bottom: 40px;
    }
    .copy-right{
        margin-top: 20px;
    }
    .sticky-menu.open{
        height: 70px;
    }
    .sticky-menu .logo{
        margin-top: 5px;
    }
    .inner-banner{
        padding-top: 100px;
    }
    .gallery a{
        width: 50% !important;
        height: 200px !important;
    }
    .section-4 h1{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .section-5 h1 {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .sticky-menu{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 480px) {
    .sticky-menu.open .logo {
        margin-top: 10px;
    }
    .owl-theme .owl-controls{
        bottom: 10% !important;
        right: 20px !important;
    }
    .owl-theme .owl-controls .owl-dot{
        margin: 10px 0 !important;
    }
    .owl-controls{
        display: none;
    }
    .onine-order .modal-body{
        height:650px;
    }
    button{
        border: solid 2px #e29c08;
        margin-top: 15px;
        font-size: 14px;
        padding: 10px 30px !important;
        height: auto;
    }
    .point-col .card-list-title{
        padding-left: 15px;
    }
    .card-list-title{
        font-size: 16px;
    }
    .point-col h2{
        text-align: left;
        font-size: 30px !important;
    }
    .c-image{
        display: none !important;
    }
    .num {
        display: none !important;
    }
    .point-col .item-avatar img{
        width: 60%;
    }
    .point-col{
        margin: 0px 0;
    }
    .point-col h2{
        margin-bottom: 0;
    }
    .point-col{
        background: #fff;
        padding: 0px 0px 0px 10px;
        margin-bottom: 10px;
        box-shadow: 0px 2px 3px #e9d7bc;
    }
    .main-head h1{
        font-size: 40px;
    }
    .card-list-title h4{
        text-align: left;
    }
    .menu-img{
        z-index: 1;
    }
    .menu-col h1{
        text-align: left;
    }    
    .marg-bottom-2 {
        margin-bottom: 15px;
    }
    .m-marg-bottom-2 {
        margin-bottom: 15px;
    }
    .item-col{
        position: relative;
        z-index: 10;
    }
    footer .logo img {
        width: 45%;
        margin-bottom: 0;
    }
    footer p{
        text-align: center;
    }
    footer .row .row-cols-auto .col{
        width: 100%;
        text-align: center;
    }
    .social-col h5{
        text-align: center;
    }
    .social{
        width: fit-content;
        margin: auto;
    }
    .copy-right p{
        padding: 0 10%;
    }
    .content-container {
        padding: 15px 0;
        text-align: center;
    }
    .m-tick{
        display: block flex;
        float: right !important;
    }
    .m-tick img{
        width: 40% !important;
        margin-right: 10px;
    }
}
@media screen and (max-width: 414px) {
    .sticky-menu button{
        font-size: 13px;
        padding: 10px 0px 10px 10px !important;
    }
    .sticky-menu button img{
        width: 25px;
    }
    .logo img {
        width: 80%;
    }
    .sticky-menu.open .logo img {
        width: 80%;
    }
    .banner {
        height: 400px !important;
    }    
    .section-1 h1{
        padding-right: 0;
    }
    .overlay-box h2 {
        font-size: 30px;
    }
    .product-box{
        height: 250px;
    }
    .box_img{
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    .box_img img{
        margin-top: -50px;
    }
    .col_1 h3{
        font-size: 20px;
    }
    .intro_img {
        padding-right: 15px;
        padding-left: 15px;
    }
    .fixed_bg h2 {
        padding-right: 40%;
        font-size: 18px;
    }
    footer{
        text-align: center;
    }
    .section-1 h5 {
        margin-top: 30px;
    }
    .section-1 h1 {
        font-size: 21px;
    }
    .intro{
        padding-bottom: 30px;
    }
    .nav-container ul li{
        text-align: center !important;
    }
    .col_1 h3{
        top: 0;
    }
    .col_1 h3:after{
        display: none;
    }
    .gallery a{
        width: 50% !important;
        height: 175px !important;
    }
    .section-4 h1{
        font-size: 24px;
    }
    .f-address{
        padding: 0 30px;
    }
    .fixed_bg .container{
        padding: 0 25px;
    }
    .fixed_bg .btn{
        padding: 0.5rem 1.5rem !important;
    }
    .address p{
        padding: 0 30px !important;
    }
}
@media screen and (max-width: 320px) {
    
}