* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
outline: none;
}
:root{
--primary-color: #a70202;
--secondary-color: #ff3333;
--third-color: #fff;
--fourth-color: #ff9933;
--fifth-color: #454545;
--six-color: #333333;
--seven-color: #d41508;
--eight-color: #000;
scroll-behavior: smooth;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Great Vibes', cursive;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    }
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
p {
font-size: 14px;
line-height: 24px;
color: var(--fifth-color);
}
li {
list-style: none;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
outline: none;
}
a:hover {
text-decoration: none;
color: var(--primary-color);
}
h1, h2, h3, h4, h5, h6 {
color: var(--fifth-color);
font-family: 'Mulish', sans-serif;
}
img {
max-width: 100%;
box-sizing: border-box;
height:auto;
}
.hvr-shutter-out-horizontal:before {
background: var(--secondary-color);
border: var(--secondary-color);
}
.form-group .change {
color: var(--fifth-color) !important;
padding-left: 10px !important;
}
.form-group .change {
color: var(--fifth-color) !important;
padding-left: 10px !important;
}
.animated.bounce {
animation: bounce 5s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.sec-padding{
padding: 60px 0;
}
.title h2 {
margin-bottom: 1em;
font-size: 40px;
color: var(--fifth-color);
font-family: 'Great Vibes', cursive;
}
.aboutus .title h2 {
font-size: 28px;
}
.title h2 span, .title h2 span {
display: block;
font-size: 40px;
color: var(--fifth-color);
font-family: 'Great Vibes', cursive;
}
/*=====================sticky header=====================*/
.fixed-header {
position: fixed !important;
top: 0;
left: 0;
right: 0;
width: 100%;
background: rgba(0,125,32,0.75);
z-index: 9;
padding-left: 0;
padding-right: 0;
transition: 0.9s;
-webkit-transition: 0.9s;
-moz-transition: 0.9s;
-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
.main_menu {
position: absolute;
top: 0% !important;
left: 0;
width: 100%;
color: var(--third-color);
z-index: 999;
}
/*=====================scroll to top=====================*/
.scrollup {
position: fixed;
right: 2%;
bottom: 1%;
background: var(--secondary-color);
color: var(--third-color);
font-size: 20px;
z-index: 999;
border-radius: 5px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
/*=====================loader=====================*/
.loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loader.gif) 50% 50% no-repeat var(--third-color);
}
/*=====================header=====================*/
header {
color: var(--third-color);
position: relative;
z-index: 999;
}
header .topHeader {
background: var(--seven-color);
padding: 10px 0;
}
header .topHeader ul li i.clock {
color: var(--secondary-color);
margin-right: 10px;
}
header .topHeader ul.info li {
display: inline-block;
margin-left: 15px;
font-weight: 300;
}
header .topHeader ul.info li a {
color: var(--third-color);
display: block;
font-size: 14px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
header .topHeader ul.info li a:hover{
color: var(--secondary-color);
}
header .topHeader ul.info li i {
margin-right: 8px
}
header .topHeader ul.info,header .topHeader ul.socialicon{
display: flex;
justify-content: flex-end;
}
header .topHeader ul.socialicon li {
display: inline-block;
margin-left: 5px;
}
header .topHeader ul.socialicon li a i {
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
color: var(--third-color);
font-weight: 600;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
header .topHeader ul.socialicon li a i:hover {
color: var(--secondary-color);
}
header .logo-box {
position: absolute;
left: 16px;
top: -60px;
z-index: 999;
width: 190px;
left: 0;
}
header .bottomHeader {
padding: 15px 0;
background: var(--primary-color);
}
header .bottomHeader .mainnav {
color: var(--third-color);
}
.mainnav .navbar-collapse {
position: relative;
}
.mainnav .navbar-right {
position: absolute;
right: 0;
}
.mainnav .navbar a {
padding: 1rem 1rem;
font-size: 14px;
outline: none !important;
text-transform: uppercase;
color: var(--third-color);
}
/*.mainnav .navbar li:last-child .nav-link{
background: var(--secondary-color);
border-radius: 30px;
padding: 8px 22px;
margin-top: 6px;
display: block;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}*/
.mainnav .current-menu-item>a {
color: var(--secondary-color);
}
.mainnav .navbar a:hover {
color: var(--secondary-color) !important;
}
.mainnav .current-menu-item a {
color: var(--secondary-color) !important;
}
.mainnav .navbar .dropdown.show > a {
color: var(--secondary-color) !important;
}
.online-order {
animation: blinking 5s infinite;
}
/*@keyframes blinking {
0% {
background:var(--secondary-color);
}
50% {
background:var(--secondary-color);
}
100% {
background:var(--secondary-color);
}
}*/
.mainnav .navbar {
padding: 0;
}
.mainnav .navbar .dropdown-menu {
font-size: 14px;
border-radius: 0px;
border: none;
-webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
min-width: 13em;
margin-top: -10px;
}
.mainnav .navbar .dropdown-menu:before {
bottom: 100%;
left: 10%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-bottom-color: var(--third-color);
border-width: 10px;
}
.mainnav .navbar .dropdown-menu .dropdown-item:hover {
background: #007bff;
color: var(--third-color);
}
.mainnav .navbar .dropdown-menu .dropdown-item.active {
background: #007bff;
color: var(--third-color);
}
.mainnav .navbar .dropdown-menu a {
padding-top: 7px;
padding-bottom: 7px;
}
.mainnav .navbar.navbar-light .nav-link {
color: var(--third-color);
}
.mainnav .navbar.navbar-light .nav-link.active {
color: var(--third-color);
}
.mainnav .navbar-dark .navbar-nav .nav-link {
color: var(--third-color);
}
.hvr-underline-from-center:before {
background: var(--seven-color)
}
.navbar-toggler i {
color: var(--secondary-color);
}
/*=====================banner=====================*/
.banner {
position: relative;
overflow: hidden;
}
.bannerOverlay {
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
content: "";
}
.caption {
text-shadow: none;
top: 20%;
width: 80%;
position: absolute;
color: var(--third-color);
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
}
.caption h2 {
font-size: 70px;
color: var(--third-color);
padding-bottom: 10px;
line-height: 75px;
font-family: 'Great Vibes', cursive;
}
.caption p {
max-width: 55%;
padding: 5px 0 20px;
font-size: 16px;
color: var(--third-color);
text-align: center;
margin: 0 auto;
}
#owldemo1 .owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: 10%;
}
#owldemo1 .owl-dots .owl-dot.active span, 
#owldemo1 .owl-dots .owl-dot:hover span {
background: var(--secondary-color);
}
#owldemo1 .owl-dots .owl-dot span {
width: 20px;
height: 3px;
background: var(--third-color);
border-radius: 0;
}
.custombtn {
color: var(--third-color);
border-radius: 25px;
border: 0;
padding: 6px 30px;
text-transform: uppercase;
margin-right: 15px;
overflow: hidden;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
background: rgb(238,45,37);
background: linear-gradient(0deg, rgb(238 45 37) 0%, rgba(255,165,0,1) 100%);
}
.menubtn {
background: transparent;
border: 1px solid var(--third-color);
overflow: hidden;
padding: 5px 30px;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}
.custombtn:hover {
background: var(--third-color);
color: var(--secondary-color);
}
.menubtn:hover {
background: rgb(238,45,37);
background: linear-gradient(0deg, rgb(238 45 37) 0%, rgba(255,165,0,1) 100%);
color: var(--third-color);
}
.ourmenu h2, .testimonial h2, .contactArea h2, .contact-form h2, .menulist h2 {
/* text-transform: uppercase; */
padding-bottom: 45px;
font-size: 40px;
font-weight: 500;
position: relative;
font-family: 'Great Vibes', cursive;
}
.ourmenu h2:before,.testimonial h2:before {
content: "";
position: absolute;
background: url(../images/divider.png) no-repeat center bottom;
width: 100%;
height: 40px;
left: 0;
right: 0;
bottom: 0;
}
.ourmenu p {
color: #555555
}
/*=====================about us======================*/
.aboutus .btn-readmore {
/* display: block;*/
background: #bc0061;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
padding: 5px 30px;
}
.aboutus{
position: relative;
background: url(../images/aboutbg.png) no-repeat top left;
width: 100%;
height: 100%;
background-size: cover;
}
.ahoutus-inner {
    position: relative;
    background: url(../images/aboutbg.png) no-repeat top left;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.aboutus:before {
content: "";
background: url(../images/about-top.png) no-repeat top left;
width: 100%;
height: 106px;
position: absolute;
top: -90px;
left: 0;
z-index: 99;
}
.aboutus:after {
background: var(--secondary-color);
clip-path: polygon(0 93%, 100% 100%, 100% 100%, 0% 100%);
width: 95%;
height: 95%;
content: "";
position: absolute;
right: 0;
bottom: 0;
}
.aboutus .title {
margin: 2em 0 0;
}
.aboutus .custombtn {
color: var(--third-color);
border-radius: 25px;
border: 0;
padding: 8px 35px;
margin-right: 15px;
overflow: hidden;
text-transform: capitalize;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
background: rgb(238,45,37);
background: linear-gradient(0deg, rgb(238 45 37) 0%, rgba(255,165,0,1) 100%);
}
.aboutus .custombtn:hover {
background: var(--third-color);
color: var(--secondary-color);
}
.about-img {
width: 100%;
height: 100%;
position: relative;
}
.about-img:before {
content: "";
position: absolute;
/*background: var(--fourth-color);*/
width: 40%;
height: 100%;
top: -20px;
/* bottom: -20px; */
left: -20px;
z-index: -1;
}
/*=====================restaurantmenu======================*/
.restaurantmenu {
background: url(../images/menubg.jpg) no-repeat center center;
background-size: cover;
position: relative;
}
.restaurantmenu:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(26,33,51,0.85);
}
#owldemo2 .owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: -10%;
}
#owldemo2 .owl-dots .owl-dot.active span, 
#owldemo2 .owl-dots .owl-dot:hover span {
background: var(--secondary-color);
}
#owldemo2 .owl-dots .owl-dot span {
width: 20px;
height: 3px;
background: var(--third-color);
border-radius: 0;
}
.singlemenu {
border: 0;
position: relative;
}
.singlemenu .absltment {
position: absolute;
right: 0;
top: 15%;
background: var(--secondary-color);
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
padding: 7px 15px;
text-align: center;
min-width: 45%;
}
.singlemenu .absltment h4 {
margin-bottom: 0;
color: var(--third-color);
font-size: 1.15em;
}
/*=====================appetizer======================*/
.appetizer {
position: relative;
}
/*
.appetizer:after {
content: "";
position: absolute;
width: 100%;
height: 190px;
background: url(../images/afterbg2.png) no-repeat bottom left;
z-index: 0;
left: 0;
bottom: -65px;
}
*/
.appetizer:before {
position: absolute;
clip-path: polygon(0 100%, 100% 93%, 100% 100%, 0% 100%);
transform: rotateX(180deg);
background: var(--fourth-color);
width: 95%;
height: 95%;
content: "";
position: absolute;
left: 0;
top: -1px;
z-index: 2;
}

.appetizer .btn-fullmenu {
background: var(--secondary-color);
border-radius: 0;
padding: 9px 20px;
outline: 1px solid var(--third-color);
outline-offset: -4px;
text-transform: uppercase;
color: var(--third-color);
}
.appmenuitem {
    margin-bottom: 16px;
    border-bottom: dotted 2px #ccc;
    padding: 18px;
}
.appmenuitem ul li {
font-weight: 600;
}
.appmenuitem p {
font-size: 14px;
color: var(--fifth-color);
margin-bottom: 5px;
margin-top: 5px;
}
.appmenuitem .btn-special {
background: var(--secondary-color);
border: 0;
border-radius: 0;
text-transform: uppercase;
font-size: 13px;
color: var(--third-color);
}
.appmenuitem .btn-new {
background: var(--secondary-color);
border: 0;
border-radius: 0;
text-transform: uppercase;
font-size: 13px;
color: var(--third-color);
}
/*==============================lightbox==============================*/
.specialities {
    position: relative;
}
/* .specialities:before {
    content: "";
    position: absolute;
    background: url(../images/gallerybefore.png);
    width: 100%;
    height: 7px;
    background-repeat: repeat-x;
    left: 0;
    top: -7px;
} */
.lightbox_gallery {
display: flex;
flex-wrap: wrap;
}
.lightbox_gallery .singlephoto {
width: 250px;
flex-grow: 1;
}
.lightbox {
background: var(--third-color);
}
.galleryIcon {
position: relative;
overflow: hidden;
margin-bottom: 2em;
/* width: 20%; */
}
.galleryIcon img {
width: 100%;
height: auto;
}
.galleryOverlay {
position: absolute;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
top: -100%;
transition: 0.5s
}
.galleryIcon:hover .aboutOverlay {
top: 0
}
.linkIcon {
position: absolute;
left: 40%;
bottom: -100%;
transition: 0.5s
}
.linkIcon i {
width: 60px;
height: 60px;
border: 1px solid var(--third-color);
color: var(--third-color);
border-radius: 100%;
font-size: 20px;
line-height: 60px;
text-align: center;
transition: 0.5s
}
.galleryIcon:hover .linkIcon {
bottom: 40%;
}
.linkIcon i:hover {
color: var(--third-color);
}

/*========================testimonials========================*/
.testimonials {
padding: 4rem 0 2rem;
position: relative;
}
/* .testimonials:before {
position: absolute;
content: "";
background: url(../images/testimonialsbefore.png) no-repeat top right;
top: -61px;
right: 0;
width: 100%;
height: 274px;
} */
.singleTestimonials {
border-radius: 0;
position: relative;
text-align: center;
color: var(--six-color);
display: flex;
justify-content: space-between;
background: transparent;
border: 0;
}
.singleTestimonials .card-body {
padding: 1rem 1em;
position: relative;
background: rgb(244 244 244 / 75%);
}
.singleTestimonials .client-text:before {
content: "\f10d";
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 24px;
top: -15px;
color: var(--fifth-color);
}
.singleTestimonials .card-body h4 {
margin-bottom: 0;
padding: 15px 0 5px;
color: var(--primary-color);
font-size: 16px;
font-family: 'Roboto', sans-serif;
}
.singleTestimonials .card-body p {
color: var(--fifth-color);
}
.singleTestimonials .card-body p:before {
content: "\f10d";
position: absolute;
font-family: "Font Awesome 5 Free";
}
.singleTestimonials .client {
margin-bottom: 15px;
margin-top: 15px;
}
.singleTestimonials .card-body h4 {
margin-bottom: 0;
/* padding: 15px 0 5px; */
color: var(--six-color);
font-size: 16px;
font-family: 'Poppins', sans-serif;
display: inline-flex;
padding: 0 10px;
}
#owldemo3 .owl-dots {
left: 5%;
position: absolute;
top: 65%;
margin-top: 0;
}
#owldemo3 .owl-prev {
position: absolute;
left: -4%;
top: 25%;
color: var(--fifth-color);
font-size: 25px;
padding: 15px !important;
border-radius: 0;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
#owldemo3 .owl-next {
position: absolute;
right: -4%;
top: 25%;
color: var(--fifth-color);
font-size: 25px;
padding: 15px !important;
border-radius: 0;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
#owldemo3 .item .singlebrand {
padding: 0 1.5rem;
}
#owldemo3 .owl-dot.active span, #owldemo2 .owl-dot:hover span {
background: var(--six-color);
}
#owldemo3 .owl-dot span {
background: transparent;
transition: opacity .2s ease;
border-radius: 30px;
border: 0;
background: var(--third-color);
width: 20px;
height: 4px;
border-radius: 0;
}
#owldemo3 .item{
padding: 55px 0 0;
}
.client-img {
width: 28%;
position: absolute;
margin-top: -51px;
/* display: inline-flex; */
}
.client-img img{
    height: auto;
    width:100%;
}
.client-text {
width: 68%;
float: right;
position: relative;
text-align: left;
padding: 15px;
top: 0px;
}
/*================newsletter=================*/
.newsletter {
background: var(--secondary-color);
padding: 2em 3em;
/* border: 1px dashed #ff9100; */
/* margin-top: 25px; */
position: relative;
margin-bottom: -40px;
z-index: 9;
/* display: inline-flex; */
position: relative;
overflow: hidden;
}
.newsletter:before {
background: url(../images/newsbefore.png) no-repeat top left;
position: absolute;
content: "";
width: 82px;
height: 135px;
top: -24px;
left: -2px;
transform: rotate(180deg);
z-index: 0;
}
.newsletter .news-box {
display: flex;
align-items: center;
z-index: 9;
}
.newsletter p span{display: block;}
.newsletter .newsletter-box {
position: relative;
}
.newsletter .form-group{ margin-bottom: 0; }
.newsletter .newsletter-box input.subscribe-box {
border: none;
height: 45px;
width: 100%;
color: var(--fifth-color);
background: var(--third-color);
font-size: 14px;
outline: none;
padding: 8px 15px;
display: block;
position: relative;
}
.newsletter .newsletter-box input.subscribe-btn {
border: none;
background: var(--fifth-color);
height: 45px;
width: 30%;
color: var(--third-color);
font-size: 14px;
outline: none;
padding: 8px 5px;
display: block;
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
cursor: pointer;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
.newsletter .newsletter-box input.subscribe-btn:hover {
background:var(--primary-color);
}
.newsletter p{
font-size: 1.35em;
color: var(--third-color);
margin-bottom: 0;
}
/*=====================lunchspecial======================*/
.lunchspecial {
	background: url(../images/lunchspecialbg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 520px;
}
.lunchspecial .heading h2 {
	font-size: 50px;
	color: var(--third-color);
	padding-bottom: 50px;
	font-family: 'Great Vibes', cursive;
}
.ordernow {
	background: var(--third-color);
	position: relative;
	padding: 50px 20px;
}
.lunchimage {
	position: absolute;
	z-index: 9;
	left: 5%;
	top: -25%;
}
.lunchtext {
	padding: 0px 60px;
	text-align: center;
}
.lunchtext p {
	font-size: 19px;
	color: #202020;
}
.lunchbtn .btn-ordernow {
	background: var(--primary-color);
	border-radius: 0;
	padding: 9px 20px;
	outline: 1px solid var(--third-color);
	outline-offset: -4px;
	text-transform: uppercase;
    color: var(--third-color);
}
/*==============================footer==============================*/
.footer {
position: relative;
background: var(--six-color);
z-index: 0;
}
.footer:before {
content: "";
position: absolute;
background: url(../images/worldmap.png) no-repeat bottom left;
width: 100%;
height: 390px;
opacity: 0.06;
}
.footer:after {
content: "";
position: absolute;
background: url(../images/fafter.png) no-repeat top right;
width: 183px;
height: 159px;
opacity: 0.06;
right: 0;
top: 0;
z-index: 9;
}
.footerlogo {
margin-bottom: 20px;
width: 120px;
}
.delivery h5{
    color: var(--third-color);
} 
.singlefooter h2 {
font-weight: 600;
color: var(--third-color);
text-transform: uppercase;
padding-bottom: 10px;
margin-bottom: 30px;
position: relative;
padding-bottom: 20px;
font-size: 1.45em;
}
.singlefooter h2:before {
content: "";
position: absolute;
background: var(--secondary-color);
width: 15%;
height: 6px;
bottom: -3px;
left: 0;
z-index: 1;
}
.singlefooter h2:after {
content: "";
position: absolute;
width: 5%;
height: 6px;
background: var(--secondary-color);
bottom: -3px;
left: 43px;
}
.singlefooter a {
color: var(--third-color)
}
.singlefooter h5 {
font-family: 'Mulish', sans-serif;
font-size: 14px;
}
.singlefooter p {
font-size: 14px;
}
.singlefooter p span {
float: right;
padding-right:2px;
}
.singlefooter p {
font-size: 14px;
margin-bottom: 0.5rem;
color: var(--third-color);
}
.singlefooter ul li {
padding-bottom: 5px;
padding-left: 25px;
position: relative;
}
.singlefooter ul li:before {
content: "\f101";
position: absolute;
left: 0;
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: var(--third-color);
}
.singlefooter ul.beforenone li:before {
content: "";
}
.singlefooter ul li i {
position: absolute;
left: 0;
top: 4px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
color: var(--third-color);
}
.singlefooter ul li a {
color: #fefdfb;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
display: block;
padding-bottom: 5px;
}
.singlefooter ul li a:hover {
color: var(--secondary-color);
}
.singlefooter .footer-social {
padding-top: 12px;
}
.singlefooter .footer-social a {
display: inline-block;
height: 35px;
width: 35px;
background: var(--fifth-color);
color: var(--third-color);
text-align: center;
line-height: 35px;
border-radius: 50%;
margin-right: 7px;
position: relative;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
z-index: 1;
}
/*.singlefooter .footer-social a {
display: inline-block;
height: 33px;
width: 33px;
background: transparent;
border: 1px solid var(--third-color);
color: #b1b1b1;
text-align: center;
line-height: 33px;
border-radius: 50%;
margin-right: 7px;
position: relative;
z-index: 1;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
font-size: 16px;
}*/
.singlefooter .footer-social a:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: var(--secondary-color);
content: "";
border-radius: 50%;
opacity: 0;
-webkit-transition: all 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
z-index: -1;
}
.singlefooter .footer-social a:hover:before {
opacity: 1;
}
.singlefooter span.readmore {
display: block;
float: none !important;
}
.singlefooter span.readmore a {
color: var(--secondary-color);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
.singlefooter span.readmore a:hover {
color: var(--secondary-color);
margin-left: 3px;
}
.copyright {
border-top: 1px solid var(--fifth-color);
}
.copyright p {
margin-bottom: 0;
color: var(--third-color);
}
.copyright p span {
color: var(--secondary-color);
}
.singlefooter ul.socialicon li {
background: none;
padding-left: 0;
margin-right: 20px;
}
/*.border {
border: 1px solid #4f4f4f
}
#owldemo3 .singlebox p {
color: var(--third-color)
}
#owldemo3 .singlebox:before, #owldemo3 .singlebox:after {
background: transparent;
}*/
/*==========================page-title==============================*/
.page-title {
position: relative;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding: 50px 0px 45px;
}
.page-title:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.page-title .content-box {
position: relative;
z-index: 1;
}
.page-title .content-box {
position: relative;
z-index: 1;
}
.page-title h1 {
margin-bottom: 20px;
color: var(--secondary-color);
text-transform: uppercase;
font-weight: 800;
display: inline-block;
/* border-bottom: 1px dotted var(--third-color); */
}
.page-title p {
color: var(--third-color);
max-width: 550px;
}
.page-title .bread-crumb li {
position: relative;
display: inline-block;
color: var(--third-color);
font-weight: 600;
font-size: 16px;
padding-right: 15px;
margin-right: 5px;
}
.page-title .bread-crumb .active {
color: var(--secondary-color);
}
.page-title .bread-crumb li:first-child:before {
position: absolute;
content: "/";
font-size: 16px;
color: var(--third-color);
right: 0px;
top: 1px;
}
.page-title .bread-crumb a {
color: var(--third-color);
font-size: 16px;
font-weight: 600;
}
/*=====================menu========================*/
.menu {
background: url(../images/menubg.jpg) no-repeat;
background-position: center top;
background-size: cover;
padding-top:50px;
}
.singlemenubtm h4 {
font-family: 'Mulish', sans-serif;
text-transform: uppercase;
font-size: 18px;
color:#ff3333;
}
.singlemenu p, .singlemenubtm p {
font-size: 1rem;
margin-bottom: 5px;
color:#FFF;
}
.menu1, .menu2, .menu3, .menu4, .menu5, .menu6 {
position: relative
}
.menu1:before {
content: "";
position: absolute;
background: url(../images/m1shadow.png) no-repeat;
width: 294px;
height: 84px;
left: -27px;
bottom: 8px;/* z-index: -1; */
}
.menu7:before {
content: "";
position: absolute;
background: url(../images/m6shadow.png) no-repeat;
width: 165px;
height: 141px;
left: -50px;
bottom: -50px;
}
/**===========================contact us===========================================**/
.contactAddress {
min-height: 400px;
}
.contactAddress {
padding: 45px 60px;
color: var(--third-color);
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border: 3px solid var(--primary-color);
border-left: 20px solid var(--seven-color);
border-top: 5px solid var(--seven-color);
margin-bottom: 1em;
}
.contactAddress a {
color: var(--primary-color);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}
.contactAddress a:hover {
color: var(--six-color);
}
.contactAddress h3 {
line-height: 20px;
font-weight: 600;
letter-spacing: 3px;
color: var(--primary-color);
font-size: 28px;
}
.contactAddress h4 {
font-size: 16px;
line-height: 32px;
/* font-weight: 700; */
letter-spacing: 0px;
color: var(--six-color);
text-transform: uppercase;
margin-bottom: 10px;
}
.contactAddress p{color: #000;}
.contactAddress ul.social-links li {
display: inline-block;
position: relative;
padding-right: 26px;
}
.contactAddress ul.social-links li a {
color: var(--primary-color);
width: 15px;
height: 15px;
line-height: 15px;
font-size: 18px;
text-align: center;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
}

.contactbox .heading p{
   text-align: justify;
   margin-bottom: 12px;
   margin-top: 12px;
}
.contactAddress ul.social-links li a:hover {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
color: var(--six-color);
}
.google-map {
height: 100%;
}
.contact-info .address, .contact-info-wrapper .contact-info .phone {
margin-bottom: 30px;
}
.contact-info .address h6, .contact-info-wrapper .contact-info .phone h6 {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
text-transform: capitalize;
}
.contact-info .address p, .contact-info-wrapper .contact-info .phone p {
margin-bottom: 0;
color: #777;
font-size: 14px;
}
.contact-info .address, .contact-info-wrapper .contact-info .phone {
margin-bottom: 30px;
}
.contact-form {
background-image: url(../images/contactbottombg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.contact-form:before {
content: "";
position: absolute;
width: 100%;
background: rgb(67, 68, 65, 0.75);
height: 100%;
left: 0;
top: 0;
}

.contactbox .heading h2 {
position: relative;
text-transform: capitalize;
font-size: 35px;
margin-bottom: 10px;
padding-bottom: 15px;
letter-spacing: -1px;
color: var(--primary-color);
text-align: center;

}
.heading p {
color: #5d5d62;
font-size: 14px;
margin-bottom: 0;
}
.contact-form ::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: var(--third-color) !important;
opacity: 1 red !important;
}
.contact-form :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: var(--third-color) !important;;
}
.contact-form ::-ms-input-placeholder {
/* Microsoft Edge */
color: var(--third-color) !important;
}
.contact-form ::-webkit-input-placeholder {
color: var(--third-color) !important;
}
.contact-form ::-o-input-placeholder {
color: var(--third-color) !important;
}
.contact-form ::-moz-placeholder {
color: var(--third-color) !important;
}
.contact-form form .form-group {
margin-bottom: 25px;
}
.contact-form form input.form-control, .contact-form form textarea.form-control {
border: none;
border-bottom: 1px solid rgba(255,255,255, 0.3);
background-color: transparent;
padding-left: 0;
height: 70px;
font-size: 13px;
}
.contact-form form i.form-control-feedback {
height: 70px;
width: 70px;
line-height: 70px;
color: var(--third-color);
}
.contact-form .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.contact-form form .message-wrapper .form-group .form-control {
line-height: 55px;
}
.contact-form form .message-wrapper .form-group .form-control {
line-height: 55px;
}
.contact-form form .message-wrapper {
max-width: 600px;
padding: 0 15px;
margin: auto;
overflow: hidden;
margin-bottom: 40px;
}
.contact-form form .submit-wrapper {
max-width: 600px;
margin: auto;
text-align: center;
}
.btn-send {
background: transparent;
padding: 5px 20px;
margin-top: 6px;
border: 2px solid var(--primary-color);
color: var(--primary-color);
font-weight: bold;
overflow: hidden;
text-align: center;
}
/*=====================testimonialsArea page===========================*/
.testimonialsArea h2, .portfolio h2 {
font-family: 'Great Vibes', cursive;
text-transform: capitalize;
font-size: 40px;
font-weight: 500;
position: relative;
}
.testimonial-list {
/* margin-top: -15px; */
width: auto;
min-width: 100%;
}
.testimonial-list .item {
overflow: visible;
padding-top: 53px;
}
.testimonial-list .item .content {
background: #f0f0f0;
padding: 40px;
position: relative;
-moz-transition: box-shadow .3s;
-o-transition: box-shadow .3s;
-webkit-transition: box-shadow .3s;
transition: box-shadow .3s;
}
.testimonial-list .item .content:before {
right: 0;
bottom: 0;
content: " ";
/*display: block;
width: 0;
height: 0;*/
position: absolute;
border-bottom: 20px solid #f6f8fa;
border-right: 0 solid transparent;
border-left: 15px solid #cdcdcd;
border-left-style: inset;
border-bottom-style: inset;
}
.testimonial-list .item .client {
position: absolute;
height: 100px;
width: 100px;
top: -32px;
/*border-radius: 50%;*/
overflow: hidden;
box-shadow: 0 0 14px #f2f2f2;
box-shadow: 0 0 14px rgba(0,0,0,.15);
}
.testimonial-list .item .content h4 {
font-family: 'Mulish', sans-serif;
text-align: center;
}
.testimonial-list .item .content .description {
color: #727272;
line-height: 24px;
font-size: 16px;
margin: 0;
position: relative;
padding-left: 50px;
}
.testimonial-list .item .content .description:after {
content: "";
position: absolute;
left: 0;
top: 0;
background: url(../images/quote2.png) no-repeat;
width: 30px;
height: 17px;
}
/********************************menupage****************/
.our-menu {
background: #f5f5f5;
position: relative;
}
.our-menu:before {
background: url(../images/bg-big-left.png) no-repeat right bottom;
padding-bottom: 20px;
position: absolute;
content: "";
left: 0;
width: 326px;
height: 996px;
bottom: 0;
}
.our-menu:after {
background: url(../images/bg-big-right.png) no-repeat right bottom;
padding-bottom: 20px;
position: absolute;
content: "";
right: 0;
width: 357px;
height: 1000px;
bottom: 0;
}
.our-menu .heading h2 {
font-family: 'Great Vibes', cursive;
text-transform: capitalize;
font-size: 40px;
font-weight: 500;
position: relative;
}
.product-menu-area {
z-index: 7;
}
.our-menu .img-box{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.our-menu h4{
    color: var(--seven-color);
        font-size: 1.15em;
    }
.our-menu .img-box img{
    width: 100%;
    height: 100%;
   object-fit: contain;
  
}
.our-menu .box {
border: 1px solid #E5E5E5;
margin-bottom: 20px;
background: var(--third-color);
text-align: left;
}
.our-menu .box .image {
float: left;
width: 140px;
height: 140px;
overflow: hidden;
border-radius: 100%;
}
.singlemenu{
    margin-bottom: 1em;
    padding: 1em 0;
}
.our-menu .box .image img{
width: 100%;
height: 100%;
object-fit: cover;
}
.our-menu .box .title {
position: relative;
border-left: 1px solid #E5E5E5;
margin-left: 145px;
padding: 19px 90px 19px 15px;
min-height: 145px;
}
.our-menu .box .title h4 {
font-size: 16px;
font-weight: 600;
color: var(--secondary-color);
border-bottom: 1px dashed #cccccc;
display: flex;
justify-content: space-between;
margin: 0 0 7px;
padding: 0 0 10px;
font-family: 'Roboto', sans-serif;
}
.our-menu .box .title .des {
font-size: 13px;
font-weight: 600;
color: var(--fifth-color);
margin: 0;
line-height: 20px;
}
.our-menu .box .title span {
color: #757575;
}
.our-menu .box .title .price {
font-size: 18px;
font-weight: 600;
color: var(--secondary-color);
position: absolute;
right: 15px;
top: 18px;
}
.singlebuffet{ margin-bottom:20px; z-index:999}
.singlebuffet h3{
font-size: 20px;
color: var(--secondary-color);
font-weight: 700;
font-family: oswald;
}
/**********************menu tab**********************/
.menu-tab-wrap {
text-align: center;
}
.mb-50 {
margin-bottom: 50px;
}
.tab-content{
    width:100%;
}
.menu-product-img {
flex: 0 0 100px;
}
.menu-product-img > img {
width: 100%;
}
.menu-tab-wrap {
text-align: center;
}
.menu-tab-list.nav.text-center {
background-color: var(--third-color);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
display: inline-block;
padding: 20px 10px;
}
.menu-tab-list a {
color: #242424;
display: inline-block;
font-weight: 500;
padding: 0 9px;
}
.menu-tab-list a.active {
color: var(--secondary-color);
}
.single-menu-product {
align-items: center;
background-color: var(--third-color);
border: 1px solid var(--third-color);
display: flex;
padding: 15px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.menu-product-content {
margin-left: 25px;
width: 100%;
}
.menu-title-price {
border-bottom: 1px dashed #cccccc;
display: flex;
justify-content: space-between;
margin: 0 0 7px;
padding: 0 0 10px;
}
.menu-title h4 {
color: #242424;
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
text-transform: capitalize;
}
.menu-title h4 a:hover {
color: #fcb139;
}
.menu-price span {
color: #fcb139;
font-size: 22px;
font-weight: 600;
line-height: 1;
}
.menu-product-content > p {
margin: 0;
}
/*========================portfolio================================*/
.portfolioIcon {
position: relative;
overflow: hidden;
display: inline-flex;
margin-bottom: 30px;
}
.portfolioIcon img {
width: 100%
}
.galleryOverlay {
position: absolute;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
top: -100%;
transition: 0.5s
}
.portfolioIcon:hover .aboutOverlay {
top: 0
}
.linkIcon {
position: absolute;
left: 40%;
bottom: -100%;
transition: 0.5s
}
.linkIcon i {
width: 60px;
height: 60px;
border: 1px solid var(--third-color);
color: var(--third-color);
border-radius: 100%;
font-size: 20px;
line-height: 60px;
text-align: center;
transition: 0.5s
}
.portfolioIcon:hover .linkIcon {
bottom: 40%;
}
.linkIcon i:hover {
background: var(--secondary-color);
color: var(--third-color);
border: 1px solid var(--secondary-color);
}
.fancybox-custom .fancybox-skin {
box-shadow: 0 0 50px #222;
}
/*========================responsive================================*/
@media (max-width: 1199px) {
.mainnav .navbar a {
padding: 1.4rem 0 1.4rem 1rem;
}
header .logo-box {
top: -53px;
}
header .topHeader ul.info li {
margin-left: 10px;
}
.divider-img .text {
width: 90%;
}
.contactAddress {
padding: 30px 40px;
}
}
@media (max-width: 1024px) {
.caption {
top: 15%;
width: 95%;
}
.caption h2 {
font-size: 60px;
line-height: 60px;
}
.aboutus:before {
	display: none;
}
}
@media (max-width: 991px) {
header .logo-box {
width: 80px;
}
header .topHeader ul.info, header .topHeader ul.socialicon {
justify-content: center;
}
.navbar .navbar-toggler {
align-items: center;
justify-content: center;
text-align: center;
margin: 0 auto;
}
.navbar-collapse {
text-align: center;
}
.navbar-brand {
margin-right: 0rem;
}
header .logo-box {
position: relative;
margin: 0 auto;
top: 0;
}
.mainnav .navbar-nav {
/*background: var(--secondary-color);*/
padding: 10px 25px;
}
.mainnav .navbar a {
padding: 0.5rem 0.2rem;
font-size: 14px;
font-weight: 400;
}
.footerlogo {
width: 80px;
}
.appetizerimg {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1em;
}
.contactAddress {
padding: 14px 34px;
}
/* .galleryIcon {
    width: 25%;
} */
}

@media (max-width: 834px) {
.owl-theme .owl-nav.disabled+.owl-dots {
display: none;
}
.newsletter {
    padding: 2em 1em;
}
.newsletter:before {
    width: 82px;
    height: 140px;
    top: -5px;
    left: -1px;
}
}

@media (max-width: 767px) {
.navbar-toggler {
border-color: transparent;
border: none;
background: transparent;
color: #262626;
}
header .logo-box {
    width: 75px;
}
.caption h2 {
font-size: 56px;
}
.caption p {
max-width: 100%;
}
.topHeader ul.info, .topHeader ul.socialicon {
text-align: center;
}
header .bottomHeader {
    padding: 5px 0;
}
.sec-padding {
    padding: 20px 0;
}
.aboutus:after,.appetizer:before,.testimonials:before {
	display: none;
}
.newsletter {
    padding: 1em 1em;
    margin-bottom: -20px;
}
.newsletter p {
	font-size: 1em;
    margin-bottom: 0.5em;
    text-align: center;
}
.newsletter:before {
    width: 82px;
    height: 146px;
    top: 0px;
    left: -1px;
}
#owldemo3 .item {
    padding: 38px 0 0;
}
	.custombtn{
		padding:5px 15px;
	}
.contactAddress {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;1953
}
/* .galleryIcon {
    width: 33.3%;
} */
.lunchimage {
    display: flex;
    position: relative !important;
    justify-content: center;
    margin: 0 auto 1em;
    text-align: center;
    left: 0;
    flex-direction: column;
}
.ordernow {
    padding: 20px 20px;
}
}

@media (max-width: 575px) {
.navbar-nav .nav-link {
color: rgba(0,0,0,.9);
}
.caption {
top: 10%;
}
.caption h2 {
font-size: 30px;
line-height: 38px;
}
.caption p {
max-width: 96%;
margin: 0 auto;
font-size: 15px;
}
.mainnav .navbar a {
padding: 0.5rem 1rem;
}
.aboutus .img-fluid {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}
.appetizer:after{
	display: none;
}
.client-img {
    width: 28%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.client-text {
    width: 98%;
    float: none;
}
.testimonials .title h2 {
    margin-bottom: 0.25em;
}
/* .galleryIcon {
    width: 50%;
} */
}

@media (max-width: 479px) {
.caption p{
    display: none;
}
.lunchtext {
    padding: 0px 30px;
}
}
@media (max-width: 414px) {
.navbar-brand {
width: 85%;
}
header .topHeader {
display: none;
}
.custombtn {
display: inline-block;
}
.testimonial-list .item .client {
left: 7px;
}
.copyright p {
font-size: 13px;
font-weight: 300;
}
.galleryIcon {
    width: 50%;
}
.galleryIcon {
    width: 100%;
}
.aboutus .img-fluid {
    max-width: 75%;
}
.title h2 {
    margin-bottom: 0.75em;
    font-size: 30px;
}
}

@media (max-width: 360px) {
.caption {
top: 15%;
}	
.caption p {
display: none;
}

.title h2 span, .title h2 span {
    font-size: 26px;
}
.galleryIcon {
    width: 100%;
}
}
.submitform {
	background: url(../images/pixel.png) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #EAEAEA;
	display: block;
	padding: 10px 20px;
	box-shadow: 0 2px 7px -1px rgba(33, 34, 32, 0.69);
}
.formCTA {
	color: #666666;
	margin: 0 0 0px;
	min-height: 308px;
	padding: 6px 26px;
	position: relative;
	right: 0;
	top: 0;
	z-index: 15;
}
.formCTA h2 {
	color: var(--primary-color);
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px -10px;
	overflow: hidden;
	padding: 10px 8px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.formCTA .btn {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 10px;
	padding: 7px 20px;
	text-transform: uppercase;
	border:0;
}
form {
	margin: 0 0 20px;
}

.custombtn {
    background: #a58e5c;
}
.delivered{ margin-top:30px;}
.delivered h4 {
    color: #a58e5c;
	font-weight:600;
}
.delivered .delone{ margin-bottom:10px}
.delivered .deltwo{ margin-bottom:10px}

.formCTA input.calen{position: relative;}

.formCTA input.calen:before{
  position: absolute;
 content: "\f073";
font-size: 24px;
font-family: "Font Awesome 5 Free"; 
font-weight: 900; 
}
 .reservation 
 { background: url(../images/reservation.jpg) no-repeat center center;
    background-size: cover;
}

/*---------- New CSS ------------------*/
/*=====================menu========================*/
.singlemenubtm h4 {
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    }
    .singlemenu p, .singlemenubtm p {
    font-size: 1rem;
    margin-bottom: 5px;
    }
.lg li p{color:#000;}
    .menu1, .menu2, .menu3, .menu4, .menu5, .menu6 {
    position: relative
    }
    .menu1:before {
    content: "";
    position: absolute;
    background: url(../images/m1shadow.png) no-repeat;
    width: 294px;
    height: 84px;
    left: -27px;
    bottom: 8px;/* z-index: -1; */
    }
    .menu7:before {
    content: "";
    position: absolute;
    background: url(../images/m6shadow.png) no-repeat;
    width: 165px;
    height: 141px;
    left: -50px;
    bottom: -50px;
    }
    .menu {
        background: url(../images/menusbg.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
    }
    .singlemenu h3, .singlemenubtm h3 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
    }
    .singlemenubtm h4 {
        text-transform: uppercase;
        font-size: 18px;
    }
    .singlemenu p, .singlemenubtm p {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .menu1, .menu2, .menu3, .menu4, .menu5, .menu6 {
        position: relative
    }
    .menu1:before {
        content: "";
        position: absolute;
        background: url(../images/m1shadow.png) no-repeat;
        width: 294px;
        height: 84px;
        left: -27px;
        bottom: 8px;/* z-index: -1; */
    }
    .menu7:before {
        content: "";
        position: absolute;
        background: url(../images/m6shadow.png) no-repeat;
        width: 165px;
        height: 141px;
        left: -50px;
        bottom: -50px;
    }
    
    /*=====================service=================*/
    .services-steps-wrapper {
        position: relative;
        margin: -16px 0 0 0;
    }
    .services-block {
        position: relative;
        margin: 0 0 8px 0;
    }
    .service-number {
        color: transparent;
        -webkit-text-stroke: 1px var(--primary-color);
        text-stroke: 1px var(--primary-color);
        text-shadow: none;
    }
    .service-number {
        position: absolute;
        top: -8px;
        font-size: 175px;
        line-height: 175px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -0.04em;
        color: var(--primary-color);
        z-index: 1;
    }
    .service-heading {
        margin: 15px 0 0 0;
        padding-left: 115px;
    }
    .services p {
        position: relative;
        padding-left: 115px;
        text-align: left;
        margin: -7px 0;
    }
    .visible-mobile-devices {
        display: none;
        visibility: hidden;
    }
    .divider-l {
        height: 100px;
    }
    .divider-s, .divider-m, .divider-m-2, .divider-l, .divider-xl {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background: none;
        z-index: -1;
    }
    .divider-m {
        height: 25px;
    }
    /*=============team-sec=========*/
    .team-sec {
        padding: 60px 0;
        position: relative;
        background: url(../images/teambg.jpg) no-repeat top left;
        width: 100%;
        height: auto;
        background-size: cover;
        text-align: center;
        z-index: 9;
        background-attachment: fixed;
    }
    .team-sec:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(255,255,255,0.85);
        left: 0;
        z-index: -1;
    }
    .team-sec h3 {
        font-size: 22px;
        font-weight: 600;
        color: var(--secondary-color);
        text-transform: capitalize;
    }
    .team-sec h2 {
        font-size: 40px;
        font-weight: 600;
        color: var(--primary-color);
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .team-sec .box{
        margin: 10px 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    }
    .team-sec .box .txt{
        padding: 25px 15px;
    }
    .team-sec .box h4{
        font-size: 26px;
        font-weight: 600;
        color: var(--primary-color);
        text-transform: capitalize;
        margin-bottom: 5px;
    }
    .team-sec .box h5{
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
        text-transform: capitalize;
    }
    .team-sec .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 10px 15px !important;
        background: var(--secondary-color);
        display: inline-block;
        cursor: pointer;
        border-radius: 0px;
        opacity: 0.8;
    }
    .team-sec .owl-carousel .owl-nav button.owl-next{
        position: absolute;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
    }
    .team-sec .owl-carousel .owl-nav button.owl-prev{
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
    }
    /*==================counter==================*/
    .counter-sec .box{
        margin-bottom: 20px;
        text-align: center;
    }
    .counter-sec .box span{
        color: var(--primary-color);
        font-size: 32px;
    }
    .counter-sec .box .counter{
        font-size: 42px;
        font-weight: 700;
        color: #2f2f2f;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 10px;
        display: inline-block;
    }
    .counter-sec .box p{
        font-size: 20px;
        font-weight: 700;
        color: var(--secondary-color);
        text-transform: uppercase;
        line-height: 1.2;
    }
    /*================newsletter=================*/
    .news {
    background: var(--secondary-color);
    padding: 2em 3em;
    /* border: 1px dashed #ff9100; */
    /* margin-top: 25px; */
    position: relative;
    /* margin-bottom: -40px; */
    z-index: 9;
    /* display: inline-flex; */
    position: relative;
    overflow: hidden;
    }
    .newsletter:before {
    background: url(../images/newsbefore.png) no-repeat top left;
    position: absolute;
    content: "";
    width: 82px;
    height: 135px;
    top: -24px;
    left: -2px;
    transform: rotate(180deg);
    z-index: 0;
    }
    .newsletter .news-box {
    display: flex;
    align-items: center;
    z-index: 9;
    }
    .newsletter p span{display: block;}
    .newsletter .newsletter-box {
    position: relative;
    }
    .newsletter .form-group{ margin-bottom: 0; }
    .newsletter .newsletter-box input.subscribe-box {
    border: none;
    height: 45px;
    width: 100%;
    color: var(--fifth-color);
    background: var(--third-color);
    font-size: 14px;
    outline: none;
    padding: 8px 15px;
    display: block;
    position: relative;
    }
    .newsletter .newsletter-box input.subscribe-btn {
    border: none;
    background: var(--fifth-color);
    height: 45px;
    width: 30%;
    color: var(--third-color);
    font-size: 14px;
    outline: none;
    padding: 8px 5px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    }
    .newsletter .newsletter-box input.subscribe-btn:hover {
    background:var(--primary-color);
    }
    .newsletter p{
    font-size: 1.5em;
    color: var(--third-color);
    margin-bottom: 0;
    }
    .newsletter form {
        margin: 0;
    }

    @media (max-width: 575px) {
        .services-block {
            margin: 0 0 35px 0;
        }
        .service-number {
            font-size: 120px;
        }
        .team-sec .owl-carousel .owl-nav button.owl-prev,.team-sec .owl-carousel .owl-nav button.owl-next {
            display: none;
        }
        }