@charset "UTF-8";

/*
Theme Name: theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/*Default Color Used

Theme Color Blue #fb4528
Theme Color Blue Hover #c9e7ff


*/

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&display=swap');
html{font-size:62.5%;}

/*body{ font-family: 'Roboto', sans-serif;}*/
/*body{ font-family: 'Open Sans', sans-serif; }*/
/*body{ font-family: 'Raleway', sans-serif; }*/
/*body{ font-family: 'Signika', sans-serif; }*/
/*body{ font-family: 'Oswald', sans-serif; }*/
body{ font-family: 'Poppins', sans-serif; }
/*body{ font-family: 'Lato', sans-serif; }*/
/*body{ font-family: 'Montserrat', sans-serif; }*/





body {
    color: #737373;
    font-weight: 400; margin: 0;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;

}



/* Common CSS */
h1,h2,h3,h4,h5,h6{color:#000;font-weight:700; color: #0F0F0F;  margin-bottom: 1.5rem; font-family: 'Poppins', sans-serif; line-height:1.5; letter-spacing: -1px; text-transform: uppercase; }
h1{font-size:6.4rem}
h2{font-size:5.4rem}
h3{font-size:2.8rem}
h4{font-size:2.2rem}
h5{font-size:2rem}
h6{font-size:1.8rem}
p{margin-bottom:2.5rem}
a{transition:all 350ms ease 0s;-webkit-transition:all 350ms ease 0s;color:#fb4528}
a:focus,a:hover{color:#000}
a,a:hover{text-decoration:none}
img{max-width:100%}
ul, li{margin:0 0 0.3rem; padding:0;}
p {
    line-height: 24px;
    font-size: 1.5rem;
}
ul li li{margin: 0;}
.button {
    font-weight: 500;
    padding: 1.2rem 4rem;
    margin-bottom: 2rem;
    transition: 0.4s ease;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fb4528;
    border: none;
    outline: 0;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.button:hover{ color: #fff; }
.button::before { content: ''; border-radius: 4px; position: absolute; top: 0; width: 0;height: 100%; background-color: #000;left: 0;right: 0; opacity: 0; z-index: -1;-webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.button:hover::before { width: 100%;opacity: 1;}

.alignMiddle{ display: flex; align-items: center;  align-content: center; flex-wrap: wrap;}
#content ul {padding-left:2rem; list-style: square; margin-bottom: 2.5rem;;}
#content ul ul{ list-style: disc;}
table.table{margin-bottom: 2.5rem;}
input[type=text], input[type=tel], input[type=date], input[type=number], input[type=email],input[type=password], select, textarea { padding: 0.7rem 1rem; background: transparent; border-bottom: 1px solid #ccc; resize: none; outline:none; width: 100%; font-size: 1.6rem; font-weight:300; border-radius:.4rem }
.form-control{ font-size:.1.6rem; }
footer .form-control:focus{ color:#000; }

.textAlign{ text-align:center;  }
.costEstimate tr:nth-child(even) {background: #CCC}
.costEstimate tr:nth-child(odd) {background: #FFF}
.costEstimate td{padding:2rem 1rem; color: #000}
.costEstimate th {
    background: #fb4528;
    padding: 2rem 1rem;
    color: #fff;
}


section{padding: 5rem 0;}
.row>*{padding-right: calc(var(--bs-gutter-x) * 1);padding-left: calc(var(--bs-gutter-x) * 1); margin-top: var(--bs-gutter-y);}




/*Header - 1
#masthead{padding:1.5rem 0;}*/
#masthead {
/*    padding: 1.5rem 0;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;*/
}
.headerWrap {display: flex;align-items: center;justify-content: space-between;}
#logo img{max-width: 18rem; height:auto;}
#logo {/*display: flex;align-items: center;*/   }

.logoWrap {
	display: flex;
	align-items: center;
	width: 60%;
}


/*Header - 1 close*/
.topLinks ul {display: flex;justify-content: right;margin: auto;}
.topLinks ul li{padding:0 0.5rem; list-style: none;}


#myModal .modal-content {
    background-color: transparent;
    border: 0;
    outline: 0;
}



/*Header - 2*/
.header2  .headerWrap {  padding-top: 2rem; padding-bottom: 2rem;}
.header2 .topLinks ul li a {fill: #fff;}
#masthead.header2 { padding: 0; }
.header2 .topLinks ul li {padding: 0 0.5rem;margin: 0;}
.header2  .topWrap {background: #fb4528;padding: 1rem 0rem;}

/*Header - 2*/




/*Header - 3*/
.header3 .topWrap { background: #000; padding: 1.5rem 0rem;}
.header3 .topLinks ul li { padding: 0 0.5rem; margin: 0;}
.header3 .topLinks ul{ margin: 0px;}
.header3 .topLinks ul li a { color: #fff; fill: #fff;}
.header3 .topLinks ul li a:hover { color: #fb4528; fill: #fb4528;}
.header3 .extra-header a { font-size: 2.5rem; font-weight: 600; color: #fb4528; margin-left: 2rem;}
#masthead.header3 {padding: 0rem 0;}
.header3 .super-row {padding: 1.5rem 0;}
.header3 .extra-header { text-align: right;}
.header3 #mega-menu-wrap-primary li.mega-menu-item a { padding-right: 0 !important; }
/*Header - 3 close*/


/*Header - 4*/
#masthead.header4 { padding: 0;}
.topHeader { background: #000; padding: .5rem 0;}
.topHeaderWrap { display: flex; justify-content: space-between;}
.header4 ul { margin:0  }
.topHeaderWrap li { display: inline-block; margin: 0;}
.accheader li a { padding: 1rem 1rem; color: #000; font-size: 2rem; }
.topHeaderWrap li a { color: #fff; fill: #fff; padding-right: 1rem; }
.topHeaderWrap li a:hover{ color: #000; fill: #000; }
.accheader { width: 19rem; text-align: right;}
.accheader li { display: inline-block; margin: 0; padding: 0; }
.custom-logo-link img { max-width: 19rem; height: auto; }
.socialWrap li:last-child a { padding-right: 0;}
.header4 .headerWrap { padding: 2rem 0;}
.socialWrap li a { fill: #000; color: #000; }
.footerThree li img.image {
    max-width: 100% !important;
    width: inherit !important;
    margin-bottom: 100px;
}
.footerThree li#custom_html-12 {
    padding-top: 2rem;
    border-top: 1px solid rgb(0 0 0 / 30%);
}

/*Header - 4 close*/


/*Header - 5*/
ul.country {color: #fff;}
.header5Style{ background: #ff9938; margin:auto; max-width:1257px;padding: 1rem 0;margin-top: 0rem;  margin-bottom: -3.4rem;z-index: 999; position: relative;  transition: 0.4s ease; }
.navHeader {display: flex; align-items: center; justify-content: space-between;}
.header5 .headerWrap a {color: #000;}
.header5 .headerWrap { display: flex; align-items: center;  justify-content: space-between;  margin: 2rem 0;}
#masthead.header5 {  padding: 0rem 0;}
.headerButton { display: flex;}
.headerButton .button { margin: 0;}
.fixed .topHeader { display: none;}
.fixed .header5Style { max-width: 100%;}

.header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ color:#000; }

.header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color:#fff;}
.header5 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{color:#000; }
.header5 .footerInfo i{ color:#fff;} 
.fixed .header5Middle { display: none; }

/*Header - 5 cloce*/

/*Header - 6*/


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link {
    font-weight: 400; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%); transition: 0.4s ease;color: #fff;text-align: center; position: relative; overflow: hidden; z-index: 1;
    background-color: #fb4528; border: none;outline: 0; border-radius: 4px; display: inline-block;}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link::before { content: ''; position: absolute; top: 0; width: 0;height: 100%; background-color: #000;left: 0;right: 0; opacity: 0; z-index: -1;-webkit-transition: .5s; transition: .5s;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link:hover::before { width: 100%;opacity: 1;}   
    
/*#masthead.header6 {  position: fixed; top: 0; z-index: 9; width: 100%;}*/
.header6 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color: #fff; }
.header6.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color: #000; }
.header6 ~ #innerBanner { padding-top: 65px; }
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);  transition: 0.4s ease;  text-align: center;
    position: relative;  overflow: hidden;   z-index: 1;    border: none;    outline: 0;    border-radius: 4px;
    background: #fb4528;    color: #000 !important;    font-weight: 900;    margin-left: 2rem;    text-transform: none;    text-shadow: 0px 4px 10px rgb(0 0 0 / 50%);}
li#mega-menu-item-405 {   line-height: 0;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.get-quote a.mega-menu-link:hover{ color: #fff !important; }



/*Header - 6 cloce*/



.modal-content {border-radius: 2rem; }



.ngg-album-compact h4 .ngg-album-desc { height: 40px;}
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc { font-size: 22px; }
#content ul.ngg-breadcrumbs { padding-top: 0 !important;margin-top: 0 !important; }




/*Slider - 1 */
.swiper-slide {background-size: cover;}
.slider-sub-title {
    color: #ffffff;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.swiper-button-next{ background: url(assets/images/right-arrow.png) center center no-repeat; width:50px; height:50px; }
.swiper-button-prev{  background: url(assets/images/left-arrow.png) center center no-repeat; width:50px; height:50px; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{ display:none; }
.swiper-button-next, .swiper-button-prev{ color:#fff; top:40%; }
.slider-title {font-size:6rem; color: #fff; opacity: 1;}
.slider-buttton {font-weight:500; border: solid 1px #ffffff; padding:1rem 2rem; color:#fff; font-size:1.8rem; text-decoration:none;display: inline-block;}
.slider-buttton:hover{ background: #fff; color: #000;}
/*.swiper-slide-active .slider-sub-title {animation: rollIn 1s;}
.swiper-slide-active .slider-title {animation: fadeInUp 1.5s;}*/
.swiper-slide-active.slide-2 .slider-title {animation: fadeInRight 1.5s;}
.swiper-slide-active.slide-3 .slider-title {animation: fadeInLeft 1.5s;}
.swiper-slide-active .slider-buttton {animation: zoomIn 2s;}
.slider-container {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    margin: auto;
   /*background:rgb(0 0 0 / 30%);*/
    padding: 0 2rem 1rem 2rem;
    margin-top:0;
}
.swiper-pagination-bullet{border: solid 2px #fff; opacity: 1; width: 20px; height: 20px;background: transparent; position: relative;}
.swiper-pagination-bullet::before{ content: ""; width: 0px; height: 0px; background: #fff; border-radius: 100%; position: absolute; left: 2px; top: 2px; transform: scale(0);transition:all 350ms ease 0s;}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before{transform: scale(1);}
#slider .swiper-slide { /*padding: 8rem 0;*/ min-height: 60rem; display: flex; align-items: center; position: relative;}
.slider-title p {  font-size: 2rem; margin-bottom: 3rem; line-height:1.5; }
.slider-container h2 {  color: #ffffff; margin: 0;}
section#slider {  margin: 0; padding:0; }


#slider .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: -1;
}


.services3 .btnBox {
    text-align: center;
    margin-top: 3rem;
}

#about_page .service .serviceIcon img {
  max-width: 160px;
}


/*End Slider 1 */


.experience {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    margin-bottom: 4rem;
    align-items: center;
    padding: 1rem 0rem 1rem 2rem;
}
.experience h2 {
    font-size: 70px;
    color: #fb4528;
    margin-right: 2rem;
    margin-bottom: 0;
    text-align: center;
    border-right: 1px solid;
    padding-right: 2rem;
}
span.sinceYear {
    display: block;
    color: #811c2c;
    font-size: 50px;
}

.experience h2 .sinceYear{font-size:28px;display: block;
    color: #000;}
.experience h3 {  margin-bottom: 0;}
.experience p { margin: 0;}
.homeCont h2 {  font-size: 4.6rem; }



/*noSlider*/
#homenoslider { position: relative; text-align: center; padding:170px 0;}
/*#homenoslider:after { position: absolute; content: ""; width: 100%; height: 100%;left: 0;top: 0; z-index: 1;
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
}*/
.noSlider .container {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    display: flex;
/*    justify-content: flex-end;*/
}
.noSlider h1 span { display: inline-block;  font-size: 1.5rem;  color: #fff;clear: both;background: #fb4528;padding: .5rem 1rem;border-radius: 4px; font-weight: 300;}
.noSlider h1 {  color: #fff; font-size:7rem }
.noSlider p { max-width: 710px; margin: 0 auto 3rem;font-size: 2rem;font-style: italic;}
u.bt_bb_headline_content {
    text-decoration: none;
    color: #fb4528;
}


.noSlider .slider-container h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 700;
}
.noSlider .slider-container h2 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    color: #fb4528;
    clear: left;
}

.noSlider .slider-container h2 .bt_bb_headline_superheadline {
    font-size: 2rem;
    color: #fff;
}

/*noSlider close*/


/*homeabout 2*/
.homeabout2 { padding: 10rem 0; background: #fff;text-align: center;}
.homeabout2 p {  max-width: 900px; margin: 0 auto 3rem;  font-size: 1.6rem;  line-height: 4rem;}
.homeabout2 a.button {  margin: 0; }

/*homeabout 2 close*/




.slider2 .slider-container {position: relative; z-index: 5;  max-width: 500px; background: rgb(255 255 255 / 15%); padding: 15px 20px;}
.slider2 .slider-title {font-size: 2rem; }






#masthead.fixed{position:fixed;top:0;width:100%;z-index:99;background-color:#fff;box-shadow:0 0 10px rgba(0 0 0 / 10%);animation:fadeInTop 1s ease both;}
@keyframes fadeInTop{from{opacity:0;transform:translate3d(0,-80%,0);}to{opacity:1;transform:translate3d(0,0,0);}}
#masthead.fixed #logo img{max-width:9rem;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ color:#000; }


/*Inner Style - 1 */
#innerBanner{min-height:25rem;padding: 0; position:relative;background-size:cover;background-repeat:no-repeat; /*background: url(assets/images/banner-slider-3.jpg) bottom center*/ background-position: bottom right;}
#innerBanner:after { position: absolute; content: ""; width: 100%; height: 100%;left: 0;top: 0; z-index: 1;
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
}
#innerBanner .container{position:relative;z-index:2;min-height:40rem; }
.bannerTitle{display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;min-height:inherit;padding:0;position:relative;z-index:2;}
.bannerTitle h1 { color: #fff;}
#breadcrumbs{/*width:40%;*/text-align:right; background:rgb(80 80 80 / 50%); display: flex; }
#breadcrumbs span:first-child{padding:10px 15px;color:#fff;}
#breadcrumbs span a{color:#fff;}
#breadcrumbs span a:hover{color:#0856A2;}
#breadcrumbs span:first-child,#breadcrumbs span,#breadcrumbs span.breadcrumb_last{color:#fff;font-size:1.5rem;}
#breadcrumbs span span:first-child { background: transparent; }
#breadcrumbs span span:first-child a { color:#fb4528;  font-weight: bold; }


/* About Us Style 1*/
 
.aboutImg { text-align: right;}
.homeabout1 {
    background: #f4f4f4;
    color: #000;
}
.homeabout1 h4 { color: #000;margin-bottom: 0; display: block; width: 100%;}
.homeabout1 .btnBox {
    display: block;
    clear: left;
    width: 100%;
}
/* .homeabout1 span {
    background:linear-gradient(270deg, #fb4528 0%, #dc3545 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.homeCont input[type=text], .homeCont input[type=tel], .homeCont input[type=date], .homeCont input[type=number], .homeCont input[type=email], .homeCont input[type=password], .homeCont select, .homeCont textarea, .homeCont textarea.form-control {
    background: #F0F0F0; border: 2px solid #E4E4E4;border-radius: 10px; margin-bottom: 2rem; font-size: 1.6rem; }
.homeCont .wpcf7-submit.button { font-size: 2rem; border-radius: 1rem;}
.homeCont .wpcf7-submit.button:hover { background: #000;}
.logoAbtBox:last-child ul {margin-bottom: 0 !important;}

/* About Us Style 1 close*/

/* about style1 start*/
.aboutHead1 h6{text-transform:uppercase;font-weight:600;font-size:1.8rem;color:#fb4528}
.aboutHead1 p{color:#707070}
.aboutBtn1{padding:.8rem 2rem;display:inline-block;border-radius:0;font-size:1.6rem;text-transform:uppercase;background-color:#fb4528;-webkit-transition:.5s;transition:.5s;border:none;color:#fff}
.aboutBtn1:hover{background:#000;color:#fff}
.aboutMedia1{position:relative;margin-left:4rem}
.aboutImg1{padding:0 0 5rem 0rem}
.aboutImg1 img{width:100%}
.aboutContact1{width:360px;padding:3.5rem;position:absolute;bottom:0;left:0;box-shadow:0 10px 50px -20px #fb4528;background-color:#fb4528;color:#fff}
.aboutContact1 h6{color:#fff;font-size:1.8rem}
.aboutContact1 h3{color:#fff;font-size:3.2rem}
.aboutBtnWhite{color:#000;background-color:#f7f7f7;border-color:#f7f7f7;-webkit-transition:.5s;transition:.5s;padding:.7rem 1.5rem;margin:.5rem 0 0 0;display:inline-block}
.aboutBtnWhite:hover{background:#000;color:#fff}
/* about style1 end*/




/* about style3 start*/
.about3Img{position:relative;z-index:1}
.about3Img::before{content:"";left:0;position:absolute;background-color:#fff;height:10%;bottom:-3rem;-webkit-transform:skewY(175deg);transform:skewY(175deg);width:100%;z-index:1}
.about3Img span{position:absolute;z-index:-1;top:6rem;left:-3rem}
.about3Img::after{content:"";left:0;position:absolute;background-color:#fff;height:10%;top:-3rem;-webkit-transform:skewY(-177deg);transform:skewY(-177deg);width:100%;z-index:1}
.about3Content{max-width:610px;padding-left:2rem}
.about3Content h2{font-size:3.8rem}
.about3Content p{color:#707070}
.about3SubTitle{padding-bottom:2.2rem;display:inline-block;line-height:0;font-size:1.5rem;color:#00b6f0;padding-left:0;position:relative;font-weight:500}
.about3SubTitle::after{content:"";position:absolute;bottom:1.4rem;left:0;height:1.5rem;width:10%;background-color:#fff;-webkit-animation:MOVE-BG 2s linear infinite;animation:MOVE-BG 2s linear infinite}
@-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(88px);transform:translateX(88px)}}
@keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(88px);transform:translateX(88px)}}
.about3Content ul{list-style-type:none;padding:0;margin:2rem 0 0 0}
.about3Content ul li{display:inline-block;font-size:1.5rem;margin-bottom:1rem;font-weight:500;-webkit-transition:.5s;transition:.5s;width:100%}
.about3Content ul li i{color:#00b6f0;margin-right:.5rem;-webkit-transition:.5s;transition:.5s}
.about3Content ul li:hover{color:#00b6f0;letter-spacing:.25px;margin-left:2px}
.about3Btn{margin-top:1.5rem;padding:1rem 3rem;color:#fff;text-align:center;position:relative;overflow:hidden;z-index:1;text-transform:capitalize;background-color:#00b6f0;border:none;outline:0;border-radius:5px;display:inline-block}
.about3Btn::before{content:'';position:absolute;top:0;width:0;height:100%;background-color:#0c2957;left:0;right:0;opacity:0;z-index:-1;-webkit-transition:.5s;transition:.5s}
.about3Btn:hover::before{width:100%;opacity:1}
.about3Btn:hover{color:#fff}
.homeCont .button {  background: #000; }
.homeCont .button:hover { background: #fb4528; }
/* about style3 end*/



/* about4 start */
.about4{ background: #fff; overflow: hidden;}
.about4content{ position: relative; padding:5rem 7rem 0; }
.about4content span{ text-transform: uppercase; display: block; margin: 0 0 1.5rem; color: #666;}
.about4content p{ color: #888;}
.about4shape:after {content: "";height: 100%;width: 135px;right: -56px;background: #fff;position: absolute;transform: skewX(-10deg);top: 0;}
.about4shape{ position: relative;}
.about4countdiv{ display: flex; margin: 2rem 0 0 0; }
.about4count{ border: solid 1px #999; border-radius: 8px; width:calc(50% - 2rem); margin-right: 2rem; padding:2rem 3rem; max-width: 18rem;}
.about4count i{ color: #999; font-size: 4rem;}
.about4count span{ color: #000; font-size: 3rem; font-weight: 700; line-height: 1; margin: 0 0 1rem;}
.about4count b{ font-weight: 400;}
.about4content .button {margin: 4rem 0 0 0;}
@media(max-width:1600px){.about10shape:after { width:116px; right: -58px;}
}

/* about 4 Close */








/*counter */

.counter i.fa { font-size: 4rem; color:#000; }
.counter-show { background: #fff; /*background: url(assets/images/image-5.png) no-repeat center center;*/ background-size: cover;position: relative; /*padding-top: 200px;*/ }

/*.counter-show:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 51%);
    z-index: 0;
}*/

.stats-line {
    color: #fff;
}
p.stats-text {
    color: #000;
    font-size: 2rem;
}
.counter-show .container {
    z-index: 2;
    position: relative;
}
.counter {
    text-align: center;
    background: #f4f4f4;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 5rem 1rem;
 border-radius: 1rem;
}
.stats-line {  margin: 12px auto;  width: 55px; }
.timerCount { display: flex;justify-content: center;font-size: 4rem;font-weight: 800; color: #fb4528;}


/*counter close */






/*Services Style 1*/
.services h3 {margin:0; padding: 1rem; text-align: center; font-size: 2rem; /*background: #0072b7;*/ color: #fff; position: relative;}
.services { overflow: hidden; margin-bottom: 2rem; background: #f4f4f4; }
.servDes {
    position: relative;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 100%);
    text-align: center;
    color: #fff;
    display: inline-block;
    padding-top: 1rem;
}
.services img {transition: opacity 0.35s, transform 0.35s;transform: scale(1.15); width:100% }
.services:hover img {opacity: 0.8;-webkit-transform: scale(1);transform: scale(1);}
.services:hover h3{ background-color: #000;}

/*Services Style 2*/

section#exclusive {
    padding-top: 10rem;
    background: #000;
    padding-bottom: 0;
    max-height: 730px; margin-bottom: 120px;
}
#exclusive h2, #exclusive p {
    color: #fff;
}

#exclusive h4{ color:#fb4528; }

.page-id-18 .counter-show {
    background: #f4f4f4;
}
.page-id-18 .counter{background: #fff;}
#exclusive .alignMiddle {
    justify-content: flex-end;
}
.exclusive  a.button {
    margin-bottom: 0px;
}

.exclusiveSl{ position: relative; }
section#weWant {
    padding-bottom: 0;
}

.exclusiveBox {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
/*    margin: 2rem;*/
    padding: 2rem;
    position: relative;
}
.exclusiveBox img {
    line-height: 0;
    margin-top: 0rem;
}
.exclusiveBox:after {
    background: linear-gradient(270deg, #fd9d3e 0%, #0DC5F9 100%);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    width: 50px;
    height: 6px;
    content: "";
    bottom: 0;
    left: 50px;
}
.exclusive .tstmnlsNav{ top:50%; }
.exclusive .container {
    position: relative;
}
.swiper.foodDishSl {
    padding: 4rem 0;
    margin: 0 5rem;
}
.services_homeBox {
    padding: 2rem 0;
    margin-top: 0rem;
    min-width: 140px;
    border: 1px solid;
    height: 100%;
    border-radius: 1rem;
    background: rgb(255 255 255 / 11%);
    overflow: hidden;
    position: relative;
    padding-left: 30%;
}
.offeerdate {
    font-size: 2.4rem;
    color: #fb4528;
}
.offerPart h2 {
    font-size: 3rem;
    color: #fb4528;
}
.services_homeBox h3 {
    font-size: 3rem; 
    margin-top: 2rem;
    font-weight: 500;
}
span.wpcf7-not-valid-tip {  color: red; }
.services_homeBox h3.serviceTitle {
    display: none;
}
.offerImg {
    height: 100%;
    top: 50%;
    left: 0;
    width: 30%;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    overflow: hidden;
}
.offerPart {
    position: relative;
    color: #fff;
    width: 100%;
    text-align: left;
    padding-left: 2rem;
}
#content .offerPart ul {padding: 0; }
.yellowBg .services_homeBox h3, .yellowBg .services_homeBox p { color: #fff; }
.stePrice {
    font-size: 5rem;
    font-weight: 600;
    color: #fb4528;
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.stePrice span {
    text-decoration: line-through;
    font-size: 2rem;
    display: inline-block;
    line-height: 0;
    margin-left: 2rem;
}
.services_homeBox ul li {
    list-style: none;
    color: #fff;
}


.services_homeBox figure {
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.services-home .col:last-child .services_homeBox {
    border: 0px;
}

/*cta*/

.homeCta {padding: 27rem 5rem 1rem;background: url(assets/images/image-5.png) no-repeat center center;background-size: cover;position: relative;z-index: 5;border-radius: 1rem;}
#content .overlyLeft ul {display: flex;color: #fff;list-style: none;border-top: 1px solid #fff;max-width: 680px;justify-content: space-between;padding-top: 2rem;padding-left: 0;}
.ctaOverly {display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
.overlyLeft ul li {padding-right: 3rem;display: flex;text-align: left;align-items: flex-start;}
.overlyLeft ul li span {vertical-align: middle;margin-right: 1rem;}
.overlyLeft, .overlyLeft h2 {text-align: left;color: #fff;}
.ctaOverly .btnBox p {width: 100%;text-align: right;color: #fff;}
.ctaOverly .btnBox {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.homeCta:after {background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);border-radius: 15px;content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
section.cta-home { padding: 0; position: relative; z-index: 1;}

/*cta close*/

.ExclusiveList { display: flex; justify-content: flex-end; }
#content .ExclusiveList ul { max-width: 400px; list-style: none;}
#content .ExclusiveList ul li { padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid #E4E4E4;}

/**/
.packageDiv { background: #FFFFFF; box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.12); border-radius: 15px; padding: 2rem 2.5rem;}
h3 { font-size: 2.2rem; color: #811c2c; font-weight: 500; margin-bottom: 0rem;}
.packTitle { text-align: left;}
.expText h3 { font-size: 3rem;}
.packListing ul { margin: 0; padding: 0; text-align: left;}
.packListing ul li { position: relative; list-style: none;}
.pricing { text-align: right; color: #000;}
.packageDiv figure img { width: 100%;}
.packListing ul li:before { position: absolute; width: 6px; height: 6px; content: ""; background: #0DC5F9; left: -18px; border-radius: 50%; top: 10px;}
.packListing { display: flex; justify-content: space-between; margin-top: 2rem; align-items: center;}
.packMain { margin-top: -250px; margin-bottom: 3rem; }

/**/

/*header right*/
nav.rightLink li { list-style: none; display: inline-block; margin: 0 !important;}
header .container { max-width: 94%;}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a.mega-menu-link:after {*/
/*    width: calc(100% - 30px); height: 3px; content: "";  background: linear-gradient(270deg, #fd9d3e 0%, #fb4528 100%);  position: absolute;  display: block;  left: 0; right: 0;  margin: auto;}*/
#logo { width: auto;}
nav.rightLink ul { margin: 0 !important;}
strong { font-weight: 600; }

nav.rightLink li a { color: #fff;}
nav.rightLink li.headPhone a, .subHead a.readmore {
    font-weight: 700;
    padding: 1rem 2rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
    transition: 0.4s ease;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: none;
    background: linear-gradient(270deg, #fb4528 0%, #dc3545 100%);
    border: none;
    outline: 0;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
}

nav.rightLink li.headPhone a::before, .subHead a.readmore::before {
    content: '';
    border-radius: 4px;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
nav.rightLink li.headPhone a:hover::before, .subHead:hover a.readmore::before {
    width: 100%;
    opacity: 1;
}

.page-id-126 #weWant {
    display: none;
}
.page-id-126 footer.footerThree {
    padding-top: 9rem;
}
/*header right close*/


section.vouchers {  padding-top: 0; }


/*parallax */
#parallax {padding: 20rem 0 9rem;background: url(assets/images/parallax-bg.jpg) no-repeat center center #fff fixed; background-size: cover;  position: relative;z-index: 5;}
#parallax:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 60%);z-index: -1;}
#parallax ul {text-align: center;list-style: none;max-width: 800px;margin: auto;color: #fff;}
.journey-div p {max-width: 600px;margin: auto;}
#parallax a.button {margin-top: 5rem;}
#parallax h3 {color: #fff;}

/*parallax close*/





/* Testimonials Style 1*/
.testimonials .swiper-slide{display: flex;}
.tstmnlsInfo{border-radius: 1.6rem; box-shadow:1px 0px 15px 0px rgba(0,0,0,0.06);padding:3.438rem; border:#ccc solid 1px; flex: 1; min-height: 27.5rem; position: relative; margin-bottom:2rem; }
.tstmnlsInfo:before { background: url(assets/images/quote.png) no-repeat; z-index: 1; content: "";position: absolute; left: 2rem;width: 163px; height: 112px; top: 2rem;}
.tstmnlsInfo p{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; position: relative; z-index: 2}
.testimonials-button-next.swiper-button-disabled,.testimonials-button-prev.swiper-button-disabled {opacity: 0.35;cursor: auto;   pointer-events: none;}
.testimonials-button-next:after,.testimonials-button-prev:after {font-family: swiper-icons; font-size: var(--swiper-navigation-size);
    text-transform: none !important;letter-spacing: 0;text-transform: none; font-variant: initial;line-height: 1; display:none; }
.testimonials-button-prev:after,.swiper-rtl .testimonials-button-next:after { content: "prev";}
.testimonials-button-next:after,.swiper-rtl .testimonials-button-prev:after {content: "next";}

.exclusive .testimonials-button-prev:after, .exclusive .testimonials-button-next:after, .exclusive .testimonials-button-next:after, .exclusive .testimonials-button-prev:after{ display:none; }
.exclusive .testimonials-button-next{ background: url(assets/images/right-arrow.png) center center no-repeat; width:40px; height:50px; }
.exclusive .testimonials-button-prev{  background: url(assets/images/left-arrow.png) center center no-repeat; width:40px; height:50px; }

.testimonials-button-next{ background: url(assets/images/right-arrowb.png) center center no-repeat; width:40px; height:50px; }
.testimonials-button-prev{  background: url(assets/images/left-arrowb.png) center center no-repeat; width:40px; height:50px; }
.homeabout1 figure {
    margin-left: 0rem;
    overflow: hidden;
    border-radius: 3rem;
}





.page-numbers {border: 1px solid; padding: .6rem 2rem; border-radius: .4rem;}
.row.paginationWrap { margin-top: 5rem;}
.tstmnlsNav {position: absolute;width: 100%;transform: translateY(-50%);top: 40%;display: flex;justify-content: space-between; z-index:2; }
.testimonials-button-next {position: absolute;right: 2rem;}


/*testimonials-pagination*/

.testimonialsText:before { background: url(assets/images/testi.png) no-repeat; z-index: 1; content: "";position: absolute; left: 2rem;width: 163px; height: 112px; top: 2rem;}
.post-type-archive-testimonials #testimonials { padding: 0;}
.post-type-archive-testimonials .testimonialsList { padding: 1.125rem 0; }
.testimonialimg img{border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;display: block;}
.testimonialsText h4{color:#000;font-size:1.5rem;margin-bottom:0;line-height:1.5;font-weight:bold;text-transform: none;}
.testimonialsText h4 span{display:block;color:#000;line-height:1.5;font-weight: 400;font-size: 1rem;}
.testimonialsText p{/*color:#000;*//*font-size:1.25rem;*//*font-weight: normal;*/letter-spacing: 0; min-height: 130px; position: relative; z-index: 2; }
.clientInfo{display: flex;justify-content: space-between;align-items: center;}
.testimonialimg{display: flex;justify-content: space-between;align-items: center;}
.testiImg{margin-right: 15px;}
.testimonialimg .testiImg { display: none; }
.clientQuoteIcon { display: none;}



/* Testimonials Style 2*/
.testimonials2 .testimonials_image {
    width: 80px;
    height: 80px;
    margin: 0px 0 0px 0px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fc9c01;
}
.testimonials2 .testimonials-pagination { display: none;}
.testimonials2 .tstmnlsInfo {  overflow: hidden;}
.testimonials2 small {  color: #000;}
.testimonials2 .tstmnlsInfo p{ text-align:left; }
.userTitle {
    padding-left: 20px;
}


#testimonials2 .col-md-4:nth-child(1) .tstmnlsInfo{ border-color:#3B71CA;}
#testimonials2 .col-md-4:nth-child(2) .tstmnlsInfo{ border-color:#9FA6B2;}
#testimonials2 .col-md-4:nth-child(3) .tstmnlsInfo{ border-color:#14A44D;}
#testimonials2 .col-md-4:nth-child(4) .tstmnlsInfo{ border-color:#DC4C64;}
#testimonials2 .col-md-4:nth-child(5) .tstmnlsInfo{ border-color:#E4A11B;}
#testimonials2 .col-md-4:nth-child(6) .tstmnlsInfo{ border-color:#54B4D3;}
#testimonials2 .col-md-4:nth-child(7) .tstmnlsInfo{ border-color:#F50057;}
#testimonials2 .col-md-4:nth-child(8) .tstmnlsInfo{ border-color:#9C27B0;}
#testimonials2 .col-md-4:nth-child(9) .tstmnlsInfo{ border-color:#2196F3;}

#testimonials2 .tstmnlsInfo:before{ display: none; }
#testimonials2 .testimonials_image {width: 120px; height: 120px;margin: 0px auto 20px; border-radius: 50%; overflow: hidden;border: 3px solid #fc9c01;}
#testimonials2 .tstmnlsCont {  text-align: center;}

.testimonials2 p {
    margin: 0;
}
.testiUser {
    display: flex; margin-bottom: 20px;
    align-items: center;
    align-content: center;
    width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding-right: 50px;
}
.fa-quote-left {
    position: absolute;
    right: 0;
    top: 0;
}
.review-box {
    position: relative;
    display: block;
    margin-top: 18px;
}

.review-box li {
    position: relative;color: #f1cc38;
    display: inline-block;
    margin-right: 3px;
}

.testiUser .fa-quote-left::before {
    position: relative;
    display: inline-block;
    color: #dddddd;
    font-size: 55px;
    transform: rotate(180deg);
}
.testimonials2 .tstmnlsInfo:before { display:none;}
.testiUser h4 {
    font-size: 22px;
    text-align: left;
    padding-left: 0px;
    color: #000;
    margin: 0;
}



/* Testimonials Style 2 close*/


/* Testimonials Style 3*/


.testimonials3 .testimonialCon {  width: 60%; text-align: left;padding: 2rem;}
.testimonials3 .testimonials-pagination, #testimonials3 .tstmnlsInfo:before { display: none;}
.testimonials3 .tstmnlsInfo { padding: 0rem;  overflow: hidden; display:flex; }
.testimonials3 .testimonials_image {width: 40%; align-items: flex-end; display: flex;}
.testimonials3 .testimonials_image img {height: inherit !important;}
.testimonials3 .tstmnlsInfo:before{ display:none; }

#testimonials3 .testimonials_image { width: 40%; text-align:center; }
#testimonials3 .testimonials_image img {max-height: 300px; width: auto !important;  margin: auto;}
#testimonials3 .tstmnlsInfo { display: flex; align-items: center;  padding: 0; overflow: hidden;}
#testimonials3 .tstmnlsCont { width: 60%;  padding: 4rem;}
#testimonials3 .col-md-12:nth-child(odd) .tstmnlsInfo { flex-direction: row-reverse;}
#testimonials3 .col-md-12:nth-child(odd) .tstmnlsCont {  padding: 4rem;}

/* Testimonials Style 3 close*/



/* Testimonials Style 4*/

.testimonials4 .testimonials_image {width: 120px; height: 120px;margin: 0px auto 2rem; border-radius: 50%;  overflow: hidden;  border: 3px solid #fc9c01; margin-top: -9rem;}
.testimonials4 .tstmnlsInfo {  box-shadow: 10px 10px 15px 0px rgb(0 0 0 / 6%);  border: 1px solid #fafafa;  border-radius: 1rem;}
.testimonials4 .testimonials-pagination { display: none;}
.testimonials4 .tstmnlsInfo:before{ display: none; }
.testimonials4 .swiper-wrapper{padding-top:8rem;} 


#testimonials4 .tstmnlsInfo { padding: 0rem;overflow: hidden;}
#testimonials4 .tstmnlsCont { padding: 2rem; }
#testimonials4 .tstmnlsInfo img { transition: transform .5s;max-width: 280px !important;margin: auto;}
#testimonials4 .tstmnlsInfo:hover img { transform: scale(1.2);}
#testimonials4 .testimonials_image {overflow: hidden;  transition: transform .2s;  text-align: center; background: #f4f4f4;}
#testimonials4 .tstmnlsInfo:before{ display:none; }
/* Testimonials Style 4 close*/




/* Testimonials Style 5 start*/
#testimonials5 .tstmnlsInfo { padding: 0; display: flex;align-items: center;}
#testimonials5 .testimonials_image {width: 40%; max-height: 300px; overflow: hidden;margin: 3rem;  border-radius: 2rem;  box-shadow: 10px 16px 20px rgb(0 0 0 / 20%);  border-bottom: 10px solid #fb4528; text-align:center;}
#testimonials5 .tstmnlsCont { width: 60%; padding-right: 4rem;}
#testimonials5 .testimonials_image img {max-height: 300px;  width: auto !important;}
#testimonials5 .tstmnlsInfo .tstmnlsInfo:before{ display:none; }

/* Testimonials Style 5 close*/


li#menu-item-1220.button {
    padding: 1rem 2rem;
}



/* Testimonials Style 5*/
.oneBoxsl .tstmnlsInfo {padding: 0;  display: flex;  align-items: center;}
.oneBoxsl .testimonials_image { width: 40%;}
.oneBoxsl .testimonials_image img {  max-height: 300px;  width: auto !important;}
.oneBoxsl .testimonialCon { width: 50%; text-align: left; padding: 2rem;}
.oneBoxsl .tstmnlsInfo:before{ display:none; }
.oneBoxsl .testimonials_image { width: 40%; max-height: 300px; overflow: hidden;margin: 3rem;  border-radius: 2rem;  box-shadow: 10px 16px 20px rgba(0,0,0,0.2); border-bottom: 10px solid #fb4528;}
.oneBoxsl .testimonials-button-next, .oneBoxsl .testimonials-button-prev{  visibility: hidden;  }
.oneBoxsl .tstmnlsNav {  position: inherit; width: 100%;transform: inherit; top: inherit;  display: flex; justify-content: space-between; z-index: 2;}

.oneBoxsl .swiper-pagination-bullet::before{background:#fb4528; } 
.oneBoxsl .swiper-pagination-bullet { border: solid 0px #fb4528; background-color:#000 }
span.swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fb4528; }
.oneBoxsl h4 {  font-size: 2.4rem;  text-transform: none;  font-weight: 700;  color: #666;}


/* Testimonials Style 5 close*/




.topRow { margin-bottom: 3rem; padding-bottom: 3rem;border-bottom: 1px solid #333;}
.widget_custom_html { list-style: none;}


/*Footer Style 1*/
footer { background: linear-gradient(270deg, rgb(0 0 0 / 100%) 0%, rgb(28 19 2) 100%); color: #fff;padding: 10rem 0 3rem;}
.footerInfo{display: flex;justify-content: space-between;align-items: center; }
.footerInfo li { list-style: none; position: relative; flex-basis: 50%; padding-left: 60px;min-height: 5rem; display: flex; flex-wrap: wrap; align-items: center;}
.footerInfo i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.75rem;
    height: 5.75rem;
    text-align: center;
    margin-right: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
}
.footerInfo a {margin-right:2rem; color: #fff; line-height:2.4rem }
.footerInfo a:hover {color:#fb4528;}

.footer-social-icon {text-align: right;}
.footer-social-icon li { text-align: center; display: inline-block; }
.footer-social-icon li svg{height:2.8rem; width:2.8rem;}
.footer-social-icon a:hover { fill: #fb4528; background-color: #fff; }
.footer-social-icon a {fill:#fff;font-size: 2rem; background:#fb4528;color: #fff;width: 4.4rem;height: 4.4rem;display: inline-block;line-height: 4rem;}

.ftrMnu li {display: inline-block;margin-bottom: 0; position: relative;}
.ftrMnu li:after{content: "";display: block;width:1px;background-color: #e1e1e1;height: 15px; position: absolute; right:0;top:9px;}
.ftrMnu li:first-child a{padding-left: 0;}
.ftrMnu li:last-child:after{width:0;}
.ftrMnu li a {color: #fff;padding: 0 1.5rem;}
.ftrMnu li a:hover{ color:#c9e7ff }
.ftrMnu li:after { /*border: solid #fff;background-color: transparent;*/ border-width: 0 2px 2px 0; display: inline-block;padding: 0.3rem;transform: rotate(-45deg); width: 0.3rem; height: 0.3rem;left: 0;background-color: #ffffff;}
.footer1 .ftrMnu li:first-child a { padding-left: 1.5rem; }
.footerInfo li:last-child a { margin: 0; }
/*End Footer Style 1*/

.copyRight a:hover {color: #fff;}

/*Footer Style 2*/
.footerTwo h3, .footerInfo a:hover i, .footerThree h3, .footerInfo a:hover i { color: #ffff; }
.footerTwo .footerInfo, .footerThree .footerInfo{display: block;}
.footerTwo .footerInfo i {background-color: transparent; width: 2.75rem;margin-right: 0.5rem;}
.footerTwo .footerInfo li{padding-left:4rem;}
.footerTwo .ftrMnu li, .footerThree .ftrMnu li { display: block; padding-left:0; margin-bottom:1rem;}
.footerTwo .ftrMnu li:after, .footerThree .ftrMnu li:after {border: solid #fff;border-width: 0 2px 2px 0; display: inline-block;padding: 0.3rem;transform: rotate(-45deg);
    width: 0.3rem; height: 0.3rem; left: 0; background-color: transparent; }
.footerTwo .ftrMnu li a, .footerThree .ftrMnu li a { color: #fff;  display: block; }
.footerTwo .ftrMnu li:first-child a, .footerThree .ftrMnu li:first-child a{padding:0 1.5rem;}
.footerTwo .footerInfo li { padding-left: 4rem;   max-width: 400px;  margin-bottom: 2rem; }
.formWrap input[type=text], .formWrap input[type=number], .formWrap input[type=email], .formWrap select, .formWrap textarea {border: 0; padding: 0.7rem 1rem; margin-bottom: 1rem; background: transparent; border-bottom: 1px solid #666; resize: none; outline:none;color: #fff; width: 100%;}
.formWrap textarea { max-height:7rem; font-size:1.6rem;}
p.footrab { margin-top: 4rem; }
.ftrMnu li a:hover{ color:#fb4528;  }
.coptyRightWrap a:hover {  color: #fff; }
.footerTwo input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); }
input#appointment-date {border: 0;  border-bottom: 1px solid #666; color:#fff;}
input::placeholder {
  color: red; opacity: 1;
}
/*Footer Style 2*/




/*Footer Style 3*/
footer .socialWrap li { display: inline-block; padding: 1rem; background: #fb4528; fill: #fff;}
.footerAbout {  max-width: 35rem;}
.coptyRightWrap {text-align: left;border-top: 1px solid #333;padding-top: 3rem;}
.socialWrap ul, .socialWrap li { margin: 0; padding: 0; text-align: right;}
.coptyRightWrap .textwidget { text-align: right; }
.footerThree li {list-style: none;}

/*Footer Style 3*/


/*footer4 */
.footer4 nav.ftrMnu {text-align: center;padding-bottom: 2rem;  border-bottom: 1px solid #333;  margin-bottom: 2rem;}
.footer4 .row.copyRight {  padding-top: 2rem;  margin-top: 2rem;border-top: 1px solid #333;}
.footer4 .ftrMnu li:first-child a {  padding-left: 1.5rem;}
.footer4 .topRow { margin-bottom: 0rem;  padding-bottom: 0rem;  border-bottom: 0;}
.footer4 .footerInfo li {flex-basis: inherit;}
.footer4 .footerInfo i { background: #373839; border-radius: 50%; }
.footer-social-icon li svg {height: 1.8rem;  width: 1.8rem;}
.footer4 .footer-social-icon a {font-size: 1rem;background: #373839;border-radius: 50%;}
#custom_html-15 { text-align: center; font-weight: 100; }
/*footer4 close*/


/*footerfive*/
.footerfive .footer-top {background: #fb4528; padding: 3rem 0;   margin-bottom: 3rem;}
footer.footerfive { padding: 0;}
.footerfive .footerAbout li {  list-style: none;}
.footerfive .footerInfo li {display: block;  flex-basis: initial;  padding-left: 0px;}
.footerfive .ftrMnu li a { display: block; padding-bottom: 1rem;margin-right: 0;}
.footerfive .footerInfo i {  display: block;position: inherit;  background: #fff;  margin: auto;border-radius: 50%;  color: #fb4528;  font-size: 2rem;  padding-top: 1.55rem;transform: inherit; margin-bottom: 1rem;}
.footerfive h3 {color: #fff;}
.footerfive .ftrMnu li:first-child a { padding-left: 1.5rem; }
.subscribe input[type=email] {  background: rgb(255 255 255 / 38%);  border: 2px solid #fff;}
.footerfive .copyRight {padding-top: 2rem;  border-top: 1px solid #666;  text-align: center;margin-top: 3rem;}
.footerfive .footerAbout img {  max-width: 260px !important;filter: brightness(0) invert(1);}
.footerfive .socialWrap li a {  fill: #666;  color: #666;}
.footerfive .socialWrap li a:hover {  fill: #fff;  color: #fff;}
footer.footerfive .socialWrap li {   display: inline-block; padding: 1rem; background: transparent;  border: 2px solid #333;border-radius: 50%;}
.subscribe {position: relative;  margin-top: 3rem;}
.subscribe .button {position: absolute; right: .2rem;  padding: .7rem 2rem;  top: .2rem;margin: 0;}
.footerfive .ftrMnu li {display: block;}
.footer-top a:hover {  color: #ccc;}
footer.footerfive .socialWrap li:hover {background: #fb4528;}

/*footerfive close*/




/*zigzag*/
.odd-zigzag { background: #f4f4f4; padding: 6rem 0;}
.even-zigzag { padding: 6rem 0; }
section#zigzag { margin: 0; padding: 0}
.smallRow{ text-align:center; max-width:800px; margin:auto; display:inline-block; }




/*samples*/
tbody,td,tfoot,th,thead,tr{border:1px solid #dee2e6;padding:.5rem 1rem}
.table>:not(:first-child){border-top:none}

/*samples close*/




/* accordion style1 start */
.accordion-button{ font-size: 2rem; }
.accordion1 .accordion-item:first-of-type{border-top-left-radius: 8px; border-top-right-radius: 8px;}
.accordion1 .accordion-item:first-of-type .accordion-button {border-top-left-radius: calc(8px - 1px); border-top-right-radius: calc(8px - 1px);}
.accordion1 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius: calc(8px - 1px);border-bottom-left-radius: calc(8px - 1px);}
.accordion1 .accordion-item:last-of-type {border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
.accordion1 .accordion-button{ padding:2rem 1.5rem}
.accordion1 .accordion-button:focus{ box-shadow:none}
.tab.tab-warning ~ p { display: none;}
/* accordion style1 end */


/* accordion style2 start */
.accordion2 .accordion-item:first-of-type{border-top-left-radius: 8px; border-top-right-radius: 8px;}
.accordion2 .accordion-item:first-of-type .accordion-button {border-top-left-radius: calc(8px - 1px); border-top-right-radius: calc(8px - 1px);}
.accordion2 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius: calc(8px - 1px);border-bottom-left-radius: calc(8px - 1px);}
.accordion2 .accordion-item:last-of-type {border-bottom-right-radius:8px;border-bottom-left-radius:8px;}
.accordion2 .accordion-button{ padding:2rem 1.5rem}
.accordion2 .accordion-button:focus{ box-shadow:none}
.accordion2 .accordion-item:not(:first-of-type){ border-top:1px solid rgba(0,0,0,.125)}
.accordion2 .accordion-item{ margin-bottom:1.5rem; border-radius:8px; overflow:hidden}
.accordion2 .accordion-button::after{ background-image:none; font:normal normal normal 14px/1 FontAwesome; content:"\f067"}
.accordion2 .accordion-button:not(.collapsed)::after{background-image:none; font:normal normal normal 14px/1 FontAwesome; content:"\f068"}
/* accordion style2 end */



/* accordion style3 start */



.accordion3 .accordion-button{ padding:3rem 3rem; background:none; border:none; box-shadow:none}
.accordion3 .accordion-button:focus{ box-shadow:none}
.accordion3 .accordion-item {margin-bottom: 2.5rem;border-radius: 5px;overflow: hidden;border: none;background: #FFFFFF;box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);}
.accordion3 .accordion-button::after{ background-image:none; font:normal normal normal 22px/1 FontAwesome; content:"\f067";}
.accordion3 .accordion-button:not(.collapsed)::after{background-image:none; font:normal normal normal 22px/1 FontAwesome; content:"\f068"}
.accordion-header a { font-size: 2.8rem; padding: 2rem;}
.accordion-button:not(.collapsed) {  color:#fb4528;}
.mene-cont li { padding-bottom: 1rem; margin-left: 3rem;}

.accordion-body {padding: 1rem 3.25rem 3rem;}



.menuCont h3 {font-size: 2.4rem;text-transform: none;margin: 0;}
.mene-cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0rem;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #ccc;
}
.offerBox {  margin-bottom: 2.5rem; }

.menuImg {background: url(assets/images/side.jpg) no-repeat; height: 100%; background-size: cover; min-height:25rem; }
.service3 .service::before{background-image:url(assets/images/pattern2.png);height:100%;top:-30px;left:-30px;width:100%}

.menuImg.img1{background: url(assets/images/1.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img2 {background: url(assets/images/2.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img3 {background: url(assets/images/3.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img4 {background: url(assets/images/4.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img5{background: url(assets/images/burger.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img6{background: url(assets/images/6.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img7{background: url(assets/images/7.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img8{background: url(assets/images/8.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img9{background: url(assets/images/pasta.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img10{background: url(assets/images/10.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img11 {background: url(assets/images/11.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img12 {background: url(assets/images/bevarage-update.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img13 {background: url(assets/images/kids.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img14 {background: url(assets/images/kids-springroll.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img15 {background: url(assets/images/dessert.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img16 {background: url(assets/images/16.jpg) no-repeat center center; height: 100%; background-size: cover;}
.menuImg.img19 {background: url(assets/images/19.jpg) no-repeat center center; height: 100%; background-size: cover;}

.allMenu {
    margin-bottom: 0rem;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    padding: 4rem 2rem;
}

.menuPric {
    color: #000;
    font-weight: 600;
    font-size: 2.4rem;
    text-align: right;
    width: 40%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}
.accordion-header sup {margin-left: 1rem;top: -0.5rem;font-size: 2rem;}
.menuCont {
    width: 60%;
    max-width: 750px;
    text-align: left;
}


/* accordion style3 end */


.textLeft{ text-align:left; }



ul#myTab { padding: 0;  margin-bottom: 0;  border: 0;}
#myTab li.nav-item {list-style: none;     margin: 0;}
#myTab button {  min-width: 100px;}
#myTabContent .accordion-item{border: 0px solid rgba(0,0,0,.125);}

.modal .modal-body {  padding: 0; }
.modal .modal-dialog {  transform: none; max-width: 59rem;}
#myModal button.btn-close {
    position: absolute;
    z-index: 9;
    color: #fff !important;
    right: 1rem;
    top: 1rem;
    background-color: #fff;
    padding: 1rem;
}
.menuBott.red h4 {  margin: 0; }



/*tab style1 Close*/



/*tab style 2 start*/
.tab2 .tab-container {width: 100%;max-width: 100%;min-height: 300px;border: 1px solid #00b6f0;background-color: #fff;}
.tab2 .tabs {display: flex;overflow-x: scroll;}
.tab2 .tabs button {width: 100%;padding: 1rem 2rem;border: 1px solid #00b6f0;cursor: pointer;text-transform: uppercase;background-color: #00b6f0;color: #fff;opacity: 0.9;border-radius: 0px;}
.tab2 .tabs button:hover {opacity: 1;}
.tab2 .tabs .non-active {opacity: 0.6;}
.tab2 .tab-content {padding: 1rem 2rem;}
.tab2 .hidden {display: none;}

/*tab style2 Close*/



/*tab style3 start*/

.tab3 .tab-content {display: none;width: 100%;max-height: 100%;background: #fff; padding: 2rem;}
.tab3 .tab.active + .tab-content { display: block; }
.tab3 .tab, .tab3 .tab-content { padding:0px; } 
.tabs-container.tab3 { position: relative;}
.tab3 .tab a.tab-title { color: #000; text-transform: uppercase; padding: 1rem; display: block; border-bottom: 1px solid #ccc;}
.tab3 .tab.active { background: #fff0f3;	}

@media (min-width: 992px) {
.tab3 .tab { width: 30% }
.tab3 .tab-content {position: absolute;top: 0;right: 0;width: 69%;min-height: 100%;overflow-y: auto;border: 1px solid #ccc;border-radius: 10px; padding: 2rem;}
.tab3 .tabs-container {  min-height: 400px; background: #ccc;}

}


/*tab style3 Close*/
.accordionPart {padding-top: 5rem;}






/*about inner*/
.small-cont { max-width: 830px; margin: auto;}
.grey-bg { background: #F2F2F2; }


.about-owner-cont {width: 100%;max-width: 480px;}
.serving-box { background: #fff;box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);padding: 0rem 5rem 5rem 5rem;transform: translateX(51px); }
.about-owner .col-md-7 {display: flex;flex-wrap: wrap;align-content: space-around;}.cot {margin-top: 0;position: relative;top: -35px;}
.achievements .clients-logo {background: #fff;padding: 1rem;box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);margin: 3rem;}
.achievements .clients-logo img {width: auto;}
.about1 h3 {text-transform: none;color: #737373;margin-top: 3rem;}
.about1.menu-page{ padding-top: 0; }

.awwwrds .tstmnlsNav {
    position: inherit;
    width: 100%;
    transform: inherit;
    top: inherit;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    text-align: center;
    margin-top: 2rem;
}
.awwwrds .swiper-pagination-bullet{ background:#000 }
.achievements figure {
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
    margin: 3rem;
}
.footerAbout p {
    margin-bottom: 1rem;
}
.footerText ul {
    text-align: center;
    max-width: 750px;
    margin: auto;
    font-size: 1.5rem;
    font-style: italic;
}

/*#slider .swiper-slide:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);*/
/*    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);*/
/*    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);*/
    
/*}*/

.animated-area h3 {
    color: #fff;
}



/*about inner close*/

@media (min-width: 767px){ 
.odd-zigzag .row { display: flex; flex-direction: row-reverse; }
.header3 .mail-link .screen-reader-text { position: initial; clip-path: initial; margin: 0;}
}

/*zigzag close*/






/*Back to Top*/
#backtotop{cursor:pointer;display:none;font-size:3rem;color:#fff;background:#fb4528;height:4rem;width:4rem;overflow:hidden;position:fixed;right:1rem;bottom:2rem;z-index:999;display:none;border-radius:50%;-webkit-border-radius:50%;text-align:center;vertical-align:middle;line-height:4rem;}
#backtotop:hover{background:#000;color:#fff;}
#backtotop .arrow-up{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:0.5rem;transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}
/*End Back to Top*/


/*Responsive*/
@media (min-width: 1400px){.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .single .site-main { max-width: 1272px; margin:0 auto;}
    
    
}


/*Blog */
.blogBox {
    border: 1px solid #d8d8d8;
    height: 95%;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    margin-bottom: 3rem;
    border-radius: 3rem;
    overflow: hidden;
}
.dateBlock {margin-right: 1.5rem;line-height: 1;text-align: center;position: absolute;left: 0;top: -50px;background: rgb(255 255 255 / 83%);padding: 1rem;border-radius: .4rem;}
.dateBlock h6{color:#0856A2;margin-bottom:0;font-size:3.6rem;}
.dateBlock span{color:#0856A2;font-size:1.6rem;}
.blogBox a{display:block;overflow:hidden;}
.blogBox img{display:block;transition:all 0.3s ease;transform:scale(1);width:100%;max-width:100%!important;}
.blogBox a:hover img{transform:scale(1.05);transition:all 0.3s ease;}
.buyingg{text-align:left;font-size:1.6rem;color:#707070;padding:0 2rem;margin-bottom:3rem;}
.buyingg .readmore{padding:0 0 4rem 2rem;font-size:1.6rem;}
.latestBlog h2{text-align:center;font-size:4.2rem;font-weight:800;margin-bottom:0;}
.blogSubText{text-align:center;font-size:2.2rem;margin-bottom:4rem;color:#242424;}
.subHead{padding:2.5rem; position: relative;}
.titleWrap{margin-bottom:2rem;}
.pareBlock h3 {margin-bottom: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;transition: all 0.4s ease;line-height: 2rem;font-size: 2rem;}
.blogBox a:hover .pareBlock h3{color:#0856A2;}
.subHead p{font-size:1.6rem;color:#707070;}
.subHead a.readmore {display: inline-flex;align-items: center;border: 1px solid;padding: .5rem 2rem; }
.subHead a.readmore i{display:inline-block;padding-left:0;margin-left:1rem;}
/*Blog close*/


/*sitemap*/
.commonPad ul.bulletText { margin: auto;max-width: 500px; background: #fafafa; padding: 2rem;}
ul.bulletText li a {color: #000;display: block; padding: .5rem 0; border-bottom: 1px solid #ccc;}
ul.bulletText li a:hover {color: #fb4528;}
/*sitemap close*/



/*contact page*/
.contact-info-box {position: relative;padding-left: 100px;z-index: 1;}
.contact-info-box a{ color:#000 }
.contact-icon {width: 60px;height: 60px;background-color: #fb4528;border-radius: 100%;position: absolute; text-align: center;left: 0;transition: all 0.4s ease;top: 50%;transform:translateY(-50%);}
.contact-icon i {position: absolute;left: 0;right: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 35px;color: #fff;}
.contact-page {padding: 10rem 0; border-bottom: 1px solid #ccc; }
.contact-form input, .contact-form textarea, .contact-form select, .contact-form input#appointment-date { border: 1px solid #A5BBEC; margin-bottom: 1rem; color: #333; font-weight: 300; font-size:1.6rem; }
.contact-form  input.wpcf7-submit.button { width: auto; margin: auto;text-align: center;font-size: 1.6rem;color: #fff;background: #fb4528;padding: 1rem 2.563rem;}
.contact-form input.wpcf7-submit:hover { background: #000; }
.contact-info-box h3 { margin-bottom: 0rem; color:#000 }
.contact-info-box p { margin-bottom: 0; }
.contactbox-wrap .section-title { max-width: 370px; margin-bottom: 3rem; margin-left: 0;}
.contact-form {
    padding-top: 3rem;
}
/*contact page close*/


/**/
.contact-us-1 .wpcf7 {max-width: 90rem; margin: auto;}
.contact-us-1.contact-form input, .contact-us-1.contact-form textarea, .contact-us-1.contact-form select { border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 30px;box-shadow: 0 5px 10px rgba(0,0,0,0.1); padding: 0.9rem 2rem;}
.contact-us-1 .contact-info-box { position: inherit; z-index: 1; border: 1px solid #ccc; padding: 2rem; border-radius: 1rem; box-shadow: 0 5px 10px rgb(0 0 0 / 10%); text-align: center;}
.contact-us-1 .contact-icon { position: relative; transform: inherit; margin: auto; margin-bottom: 2rem;border-radius: 2rem; }
/**/


/*contact page 2*/
.contactaddress h3, .contactaddress h4, .contactaddress p, .contactaddress a { color: #fff;}
.contactaddress { background: #fb4528; padding: 4.5rem 2rem;  border-radius: 1rem;}
.contactaddress h4 { margin-bottom: 0rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #1a81cf;}
.contactaddress a { color: #fff; font-weight: 600;}
/*contact page close*/







/*contact page 3*/
.back-icon {position: absolute;right: 10px;top: 5px;z-index: -1;color: #000;line-height: 1;opacity: .04;font-size: 80px;-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
.contact-info-box h3 {margin-bottom: 1rem;}
.contact-info-box p {margin: 0;}
.contact-info-box h3 {  font-size: 3rem; }
.contact-us3 .wpcf7-form.init { padding: 4rem; margin-left: 15px; box-shadow: 0 0 20px rgb(158 158 158 / 16%); background-color: var(--whiteColor);}
.contact-us3.contact-form input.wpcf7-submit {  width: 100%;}
.wpcf7-form.init p {padding: 0; margin: 0; }
.contact-us3.contact-form input, .contact-us3.contact-form textarea, .contact-us3.contact-form select, .contact-us3 input#appointment-date { border: 1px solid #e9e9e9;}

/*contact page 3*/

/*contact page 4*/
.contact4 .contact-info-box { margin: 2rem 0 4rem; display: inline-block; width: 100%;}
/*contact page 4*/

/*contact page 5*/
.contact-us5 .contact-info-box {margin-top: 2rem;display: block;}
.contact-us5 .contact-icon { width: 40px;height: 40px;}
.contact-us5 .contact-info-box h3 {   font-size: 2rem;}
.contact-us5 .contact-info-box { padding-left: 70px;}
.contact-us5 .contact-icon i{ font-size: 14px; }

.contact-form .contact-us5 input, .contact-form .contact-us5 textarea, .contact-form .contact-us5 select {  border: 0;  border-bottom: 1px solid #ccc; border-radius: 0;
 margin-bottom: 2.5rem;   border-radius: 5px;  overflow: hidden;border: none; background: #FFFFFF; box-shadow: 0px 0px 45px rgb(0 0 0 / 8%);  padding: 2rem 2rem;  width: 100%; max-height:150px; }
.section-title {margin: auto; max-width: 660px;}
.contact-us5 .contactImg { max-width: 500px;}
/*contact page 5 close*/




/* service 2 */
.service2 .serviceIcon{background-color:#fff; /*width:145px;height:110px;*/ font-size:42px;color:#303030;text-align:center;line-height:110px;border-radius:8rem 20rem 20rem 36rem;margin:0 auto 1rem;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}

/*.service2 .service:hover .serviceIcon{background:#fcbf59; border-radius:20rem 36rem 8rem 20rem}*/
.service2 .serviceTitle{font-size:2rem; font-weight:400; }
.service2 .serviceTitle a{color:#000}
.service2 .service p{color:#707070}
.service2 .service:hover .serviceTitle a{color:#fcbf59}
/*.service2 .service:hover .serviceIcon img{filter:invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(106%) contrast(101%)}*/
.serviceIcon img {
    max-width: 140px;
}
.service .serviceIcon img {
    max-width: 150px;
}
.service.text-center {
    padding: 2rem;
    background: #fff; border-radius: 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 1rem 4rem rgb(0 0 0 / 10%);
}
.service strong {
    color: #fb4528;
    font-size: 2.2rem;
    font-weight: 300;
}
.service.text-center:hover { box-shadow:0 0rem 0rem rgb(0 0 0 / 0%); }
/* service 2 close */

/* service 3 */
.service3 .service:hover{box-shadow:0 0 10px 4px rgba(31,66,135,.1)}
.service3 .service{transition:all .5s;border-radius:1rem;background-color:#fff;margin:0 0rem 3rem;position:relative; padding: 2rem;}
.service3 .service::before{background-image:url(assets/images/pattern2.png);height:100%;top:-30px;left:-30px;width:100%}
.service3 .service::after,.service3 .service::before{content:"";position:absolute;background-repeat:no-repeat;opacity:0;transition:all .5s;-webkit-transform:scale(.5);transform:scale(.5);z-index:0}
.service3 .service:hover::after,.service3 .service:hover::before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.service3 .serviceIcon{line-height:90px;position:relative;z-index:1;display:inline-block;text-align:center;border-radius:3px; margin-bottom: 2rem}
.service3 .serviceIcon::after{content:"";position:absolute;right:-20px;top:-20px;height:133px;width:82px;background-position:100%;z-index:-1;transition:all .5s}
/*.service3 .serviceIcon.icon-yellow::after{background-image:url(assets/images/yellow-pattern.png)}*/
.service3 .serviceIcon.icon-red::after{background-image:url(assets/images/red-pattern.png)}
.service3 .serviceIcon.icon-green::after{background-image:url(assets/images/green-pattern.png)}
.service3 .serviceIcon img {
    width: 100%;
}
.shadow-red{box-shadow:0 2px 15px rgba(255,88,110,.5)}
.icon-red{background-color:#ff586e}
.shadow-green{box-shadow:0 2px 15px rgba(2,158,118,.5)}
.icon-green{background-color:#029e76}
/*.shadow-yellow{box-shadow:0 2px 15px rgba(255,168,8,.5)}
.icon-yellow{background-color:#ffa808}*/
.service3 .service:hover .serviceIcon::after{right:30px}
.service3 .serviceContent{position:relative;z-index:1; text-align:center; }
.service3 .service::after{background-image:url(assets/images/pattern.png);height:290px;bottom:-40px;right:-30px;width:250px}
.service3 .service::after,.service3 .service::before{content:"";position:absolute;background-repeat:no-repeat;opacity:0;transition:all .5s;-webkit-transform:scale(.5);transform:scale(.5);z-index:0}
.service3 .serviceTitle{font-size:2rem}
.service3 .serviceTitle a{color:#000}
.service3 .service p{color:#707070}
/*.service3 .serviceIcon img {filter: invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(106%) contrast(101%); }*/

/* service 3 close */



/* service 4 */
.service4 .service{box-shadow:0 0 10px 4px rgba(31,66,135,.1);padding:30px;background-color:#fff;border-radius:10px;transition:all .5s;overflow:hidden;z-index:9;position:relative; margin-bottom: 3rem; }
.service4 .serviceIcon{position:relative;width:70px;height:70px;line-height:70px;margin:15px 15px 30px;transition:all .5s;border-radius:100%;background-color:rgba(245,95,141,.1);display:inline-block;text-align:center}
.service4 .serviceIcon:before{content:"";position:absolute;height:100px;width:100px;left:-13px;top:-15px;background-image:url(assets/images/pattern1.png);background-repeat:no-repeat;background-size:cover}
.service4 .service .wraper-effect{border-radius:50%;position:absolute;transition:all .5s;height:350px;width:350px;background-color:hsla(0,0%,100%,.2);right:-100%;bottom:-100%;z-index:-1}
.service4 .service .wraper-effect:before{background-color:hsla(0,0%,100%,.2);height:250px;width:250px}
.service4 .service .wraper-effect:after,.service4 .service .wraper-effect:before{content:"";border-radius:50%;position:absolute;transition:all .5s;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%}
.service4 .service .wraper-effect:after{background-color:#f55f8d;height:150px;width:150px}
.service4 .serviceIcon img{filter:invert(44%) sepia(77%) saturate(993%) hue-rotate(310deg) brightness(106%) contrast(92%);max-width:40px;max-height:50px}
.service4 .service:hover .serviceIcon img{filter:invert(100%) sepia(0) saturate(7486%) hue-rotate(338deg) brightness(500%) contrast(104%)}
.service4 .service.active,.service4 .service:hover{background-image:linear-gradient(90deg,#f55f8d 0,#f8ae56 51%,#f55f8d);background-size:200%}
.serviceContent{overflow:hidden}
.service4 .service.active .serviceIcon,.service4 .service:hover .serviceIcon{background-color:hsla(0,0%,100%,.2)}
.service4 .service.active .serviceIcon:before,.service4 .service:hover .serviceIcon:before{background-image:url(assets/images/pattern1.png);filter:invert(100%) sepia(0) saturate(2%) hue-rotate(42deg) brightness(500%) contrast(101%)}
.service4 .service.active .wraper-effect,.service4 .service:hover .wraper-effect{right:-150px;bottom:-150px}
.service4 .service.active .dlab-title,.service4 .service.active .icon-cell,.service4 .service.active p,.service4 .service:hover .dlab-title,.service4 .service:hover .icon-cell,.service4 .service:hover p{color:#fff}
.serviceTitle {
    font-size: 1.8rem;
    margin-top: 2rem;
}
.serviceTitle a{color:#000;transition:none}
.service4 .service:hover .serviceTitle a{color:#fff}
.icon-wraper-1>div:nth-child(10),.icon-wraper-1>div:nth-child(13),.icon-wraper-1>div:nth-child(4),.icon-wraper-1>div:nth-child(7){margin-top:-100px}
.service-five-head .sub-title{padding:10px 30px;display:inline-block;border-radius:10px;font-size:18px;font-weight:600;color:#f55f8d;background:rgba(245,95,141,.1)}
.service-five-head h2.title{font-size:45px}
.service4 p{color:#707070}
/* service 4 close */



/* service 5 start */
.service5-icon {width: 200px;border-radius: 50%;line-height: 80px;display: inline-block;text-align: center;position: relative;transition: all 0.3s ease-in;margin-bottom: 3rem;}
.service5-icon img {margin-top: -13rem;}

.servicebox5:hover .service5-icon{ -webkit-transform: translateY(-10px); transform: translateY(-10px);}
.service5-icon i{font-size: 4rem;color: #ffffff; line-height: 80px;}
.servicebox5{ background: #ffffff;-webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2); box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2); padding:3rem; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; margin-bottom:3rem; margin-top:12rem;}    
.servicebox5 h3{font-size:2.8rem;color: #171366; line-height: 1.5;margin-bottom: 1.5rem;}
.servicebox5 h3 a{ color: #171366; }
.servicebox5 p{ font-size:1.6rem;color: #666666; line-height:2.4rem;}
.servicebox5:hover{  -webkit-box-shadow: -3px 10px 50px 0px rgba(155,35,234, 0.2); box-shadow: -3px 10px 50px 0px rgba(155,35,234, 0.2);}

/* service 5 close */








/*Product modal popup*/

.modal-body .form-control { margin-bottom: 1rem;}
.modal-body .form-control[readonly] { font-size: 2rem; font-weight: 500;background: #fb4528;border: 0; color: #fff;  text-align: center;}
.product  header.entry-header { display: none;}
#innerProductBanner { display: flex; justify-content: space-between;max-width: 1270px; margin: 0 auto; padding: 50px 1.5rem;border-top: 1px solid #ccc;}
#innerProductBanner .bannerTitle { font-size: 4.4rem; font-weight: 600;}
#btnInquiry.button {background: #fafafa;box-shadow: none; color: #fb4528; border: 3px solid #fb4528;}
#btnInquiry.button:hover { color: #fff; }
.woocommerce div.product p.price .amount { border: 1px solid #fb4528; padding: .5rem 3rem; font-size: 2.6rem; color: #fb4528; border-left: 5px solid #fb4528;}
.woocommerce-error::before {content: "\e016"; color: #ffffff; right: 0 !important; position: absolute; width: 40px; height: 40px; text-align: center;
    display: flex; justify-content: space-around; align-items: center; background: #000;border-radius: 50%;}
.woocommerce ul.products li.product .price{ color:#fb4528;}
.woocommerce table.shop_attributes th{ font-weight: 500; }
/*Product modal popup close*/

option {color: #fff;background: #000; }







/**/
#masthead { padding: 1.5rem 0; background: #fff;}
.speciality { text-align: center; max-width: 80rem; margin: auto;}

section#services {
    padding: 9rem 0 10rem;
    z-index: 6;
    position: relative;
}

#parallax .col-md-4 h2 { font-size: 3rem;}

/* service four */
.our-journey {background: url(../images/our-journey.png) no-repeat;background-size: cover;padding: 140px 0px;position: relative;}
.journey-div h3, .journey-div p {color: #fff;}
.journey-div h2 {color: #fb4528;font-size: 5rem;clear: left;line-height: 8rem;text-transform: none;}
.our-journey .col-md-8{align-items: center;display: flex;}




/**/

.page-id-18  section.awwwrds {  display: none;}
.dishes {background: #fff;padding: 7rem 7rem;box-shadow: 0px 10px 45px rgb(0 0 0 / 8%); margin: 3rem 3rem 5rem;} 
.food-dishes .container {max-width: 1260px;width: 100%;}
.dishes .col-sm-7 {display: flex;align-items: center;}
.dishes-cont {padding-left: 3rem;}

.food-dishes .tstmnlsNav, .foodDishImg .tstmnlsNav {
    position: inherit;
    width: 100%;
    transform: inherit;
    top: inherit;
    display: flex;
    z-index: 2;
    justify-content: center;
    text-align: center;
}
 .food-dishes .swiper-pagination-bullet::before, .foodDishImg .swiper-pagination-bullet::before {
    width: 10px;
    height: 10px;
    background: #fb4528;
    left: 3px;
    top: 3px;
}
.food-dishes .swiper-pagination-bullet, .foodDishImg .swiper-pagination-bullet  {
    opacity: 1;
    width: 20px;
    height: 20px;
    background: black;
    position: relative;
}

.foodDishImg .tstmnlsNav {
    margin-top: 3rem;
}


.food-dishes {
    background: url(../theme/assets/images/food-dishes-bg.png) no-repeat center center;
    background-size: cover;
    padding: 140px 0px;
    position: relative;
    background-position: 0px 60px;
}

/*speciality-box*/
.speciality-box {background: #fff;text-align: center;padding: 0 2rem 6rem;box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08); margin-right: 1rem; margin-left: 1rem; height: 100%;}
.speciality-box figure img {position: relative;margin-top: -7rem;margin-bottom: 3rem;}
.speciality-box p { padding: 0; max-width: 270px;  margin: auto;}
/*speciality-box close*/
/**/

.foodDishImg ul {
    padding: 0px !important;
}
.infoList li {
    font-size: 2rem;
    color: #000;
    margin-bottom: 2rem;
}



/*Testimonials*/
.oneBoxsl .tstmnlsInfo {
    background: #fff;
    padding: 9rem 14% 14rem;
    box-shadow: 0px 10px 45px rgb(0 0 0 / 8%);
    margin: 7rem 0rem 0;
    border-radius: 2rem;
    text-align: center;
    display: block; width: 100%;
}
.oneBoxsl .testimonialCon {
    width: 100%;
    text-align: center;
}

.oneBoxsl {
    background: url(assets/images/feedback-bg.png) no-repeat;
    background-size: cover;
}

.oneBoxsl .tstmnlsNav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 8rem;
}

.oneBoxsl .col-md-12 {
    margin-bottom: -190px;
}

.oneBoxsl h2 {
    color: #fff;
}
/*Testimonials*/

/*footer*/


.coptyRightWrap .textwidget { text-align: left; }
.footerAbout img {
    width: auto !important;
}
.footerThree .footerInfo i {
    border-radius: 50%;
}

.footerThree .footerInfo li {
    position: relative;
    flex-basis: 50%;
    padding-left: 60px;
    min-height: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
}

.footerThree .footerInfo a {
    margin-right: 2rem;
    color: #fff;
    min-height: 50px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.footerThree .socialWrap li {
    display: inline-block;
    padding: 1rem;
    background: transparent;
    fill: #fb4528;
    border-radius: 50%;
}
.footerThree .socialWrap li a{ fill:#fff; }
.footerThree .socialWrap li:hover {
     fill: #fff;
}
.footerThree h3 {
    color: #fff;
    margin-top: 0;
    font-size: 2.125rem;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 2rem;}
#custom_html-12 p {
    color: #000;
    margin-bottom: 10px;
    padding-right: 4rem;
}
/*footer close*/









/*footer*/
.topRow strong.smallRow {
    font-size: 3rem;
}
.footerCal li {
    display: inline-block;
    padding: 1rem 1rem;
}
.page-id-1037 section#content {
    padding-top: 0px;
    width: 100%;
    max-width: 100%;
}
.footerCal a {
    padding: 0rem;
    color: #fff;
}

.weWant .col:first-child {
    flex: 1 0 17%;
    padding-right: 6%;
}
.weWant p {
    max-width: 400px; color: #000;
    line-height: 140%;
}
.weWant .form-group p {
    width: 100%;
    max-width: 100%;
}   

.weWant .container .row {
    max-width: 1040px; margin: auto;
}
.homeCont textarea.form-control {
    max-height: 140px;
}
.weWant h3 {
    margin-top: 7rem;
    color: #000;
    font-size: 2.2rem;
    background: linear-gradient(270deg, #000000 0%, #dc3545 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

.phoneN {
    font-weight: 600;
    color: #fb4528;
    margin: 2rem 0 1rem;
}

.location {
    padding: 1rem;
    background: #f4f4f4;
    border-radius: 1rem;
        color: #000;
    margin-bottom: 1rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.headPhone a.mega-menu-link {
    background: #fb4528;
    color: #fff;
    border-radius: 3rem;
/*     padding: 0.5rem 3rem; */
    height: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.headPhone a.mega-menu-link:hover {
	background: #000;}
	
	
.memberBox {
    transition: all .5s;
    border-radius: 1rem;
    margin: 0 0rem 3rem;
    position: relative;
    padding: 0rem;
    background: #fff;
    margin-bottom: 2rem;
    box-shadow: 0 1rem 4rem rgb(0 0 0 / 10%);
    overflow: hidden;
}
#membership {
    padding-bottom: 200px;
}
.Pricing p {
    margin: 0;
    color: #999;
    font-weight: 400;
}
.Pricing strong {
    font-weight: 500;
}

.memberBox:hover { background: #fb4528;}
.memberBox:hover h2, .memberBox:hover p { color: #fff;}
.memberBox p { margin: 0;}
.serviceContent p { line-height: 24px;}
	
.yellowBg { background: #000; position: relative;}	
.yellowBg { padding: 5rem;}
.yellowBg .services_homeBox figure img { max-width: 10rem; filter: brightness(0) invert(1);}
.services-home h2 { color: #fff; }
/*.yellowBg::after { content: ""; left: 0; position: absolute; top: -14rem; width: 100%; z-index: 1; background: url(assets/images/order-top.png) center center no-repeat; width: 100%; height: 150px;}
.yellowBg::before { content: ""; left: 0; position: absolute; bottom: -14rem; width: 100%; z-index: 1; background: url(assets/images/order-bottom.png) center center no-repeat; width: 100%; height: 150px;}*/
.yellowBg h2.widgettitle { text-align: center;}
.yellowBg p { color: #000; }



.drip { background: linear-gradient(270deg, #fb4528 0%, #dc3545 100%); padding: 2rem 0px;}
.drip h2{ color: #fff; }
.drip .alignMiddle{ justify-content: flex-end; }


.about1 { background: #fafafa;}
.aboutHead1 p { color: #000000; }
.abImg { width: 450px; height: 450px; overflow: hidden; border-radius: 50%; margin: auto;}


.catelog {
    background: #fff;
    border-radius: 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 1rem 4rem rgb(0 0 0 / 10%);
    overflow: hidden;
}
/*section#about_page {
    padding-bottom: 200px;
}*/
.viewMore {
    text-align: center;
}
#weWant ul {
    list-style: none;
}
section#menuPage {
    padding-bottom: 200px;
}
	
	
	
	
/*Menu starts*/
#our_menu .menu_tab {
    margin: 0 auto;
    justify-content: center;
}
#our_menu .nav-tabs .nav-link span {
    display: block; line-height: 0;
    font-size: 5rem;
}
#our_menu .nav-item {
    display: inline-block;
    text-align: center;
}
#our_menu .nav-tabs .nav-link{
    transition: .3s;
    font-size:18px;
}
#our_menu .nav-tabs .nav-link.active {
    background: #ff0000;
    color: #fff;
    text-transform: capitalize;
}
#our_menu .nav-link { color: #000; padding:2rem 3rem; }
#our_menu .nav-tabs .nav-link:hover {
    background: #ff0000;
    color: #fff;
}
#our_menu .nav-tabs .nav-link:hover img { filter: brightness(0) invert(1); }
#our_menu .single_menu {
    position: relative;
    transition: .3s;
    background: #f4f4f4;
    z-index: 1;
    padding-right: 10px;
    font-weight: 600;
    max-width: 80%;
    color:#ff0000;
}
span.img-line {
    width: 90%;
    height: 1px;
    margin: 0 15px;
    border-bottom: 1px dashed #7d7d7d;
    position: absolute;
    top: 25px;
}
#our_menu ul li .tagLine strong {  padding: 0; }
#our_menu ul li:hover { box-shadow: 0px 15px 55px rgb(78 77 77 / 11%); }
.menuBott { font-style: italic; }
#our_menu ul li strong {
    color: #6b2de9;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    padding-left: 1rem;
    font-weight: bold;
}
.tab-pane .row {
    margin: 5rem 0;
}
.tab-pane .row:first-child {
    margin-top: 0;
}

#our_menu ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
    font-size: 1.8rem;
    color: #000;
    background: #f4f4f4;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0px 15px 55px rgb(78 77 77 / 11%);
}
#our_menu ul li:hover .single_menu, .allMenu ul li:hover .single_menu { color: #811c2c; }

.tagLine.red { color:#811c2c; }
#our_menu ul { padding: 0; }
.menuBott.red strong { color: red; }
.homeabout1 h2 { line-height: 1; }
#our_menu ul li:hover .tagLine, .allMenu ul li:hover .tagLine {  color: #000; }




.sl-overlay {  background: #000; }
.sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {  font-size: 7rem;  color: #fff; }
.ngg-gallery-thumbnail img {width: 100%;}


/*All menu*/
p.SmallMenu {  display: block; width: 100%; margin: 0;}
i.flaticon-food img {  max-height: 50px; }
section#our_menu {
    background: #f4f4f4;
}
.active i.flaticon-food img { filter: brightness(0) invert(1);}
#content .allMenu ul { padding: 0; }
.allMenu .single_menu {
    position: relative;
    transition: .3s;
    background: #fff; color:#ff0000;
    z-index: 1;
    padding-right: 10px;
    font-weight: 600;
        max-width: 80%;
}
.allMenu span.img-line {
    width: 90%;
    height: 1px;
    margin: 0 15px;
    border-bottom: 1px dashed #7d7d7d;
    position: absolute;
    top: 25px;
}
.allMenu ul li:hover {
    box-shadow:0px 15px 55px rgb(78 77 77 / 11%);
}
.footerCopy p {
    margin: 0;
}

.allMenu ul li strong {
    color: #6b2de9;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 1rem;
    font-weight: bold;
}
.allMenu .tab-pane .row {
    margin: 5rem 0;
}

.allMenu ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
    font-size: 1.8rem;
    color: #000;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;  box-shadow:0px 15px 55px rgb(78 77 77 / 11%);
}

.tagLine {
    display: block;
    width: 100%;
    position: relative;
    margin: 0rem 0;
    font-size:1.6rem; color: #000;
}
.tagLine.red { color:#811c2c;  }
.allMenu ul { padding: 0; }
.menuBott.red { color: red; }
.allMenuInner .allMenu {margin-bottom: 5rem; }
section#menuPage {  padding-bottom: 40px; }



/*all menu close*/









#our_menu .single_menu:hover img{
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
#our_menu .single_menu img {
    width: 33%;
    position: absolute;
    height: 140px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: .3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#our_menu .menu_content h4 {
    font-weight: 500;
    border-bottom: 1px dashed #cccccc;
    line-height: 1.5;
    text-transform: capitalize;
    font-size: 1.8rem;
    padding-bottom: 1rem;
}

#our_menu .menu_content h4 span {
    font-size: 24px;
    font-weight: 600;
    float: inline-end;
    color: #dc683b;
}


#our_menu .menu_btn.button {
    margin: 0 auto;
    width: 200px;
}


#our_menu nav .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 6rem !important; margin-top: 3rem;
    border: 0;
}
	

/*Menu close*/
.otherLogo {margin-top: 3rem; }
.otherLogo img {  max-width: 230px; margin-right: 1rem; }
	
	
/*footer form*/
.homeCont {
    height: 550px;
    background: #fb4528;
    transform: translateY(-320px);
    position: absolute;
    padding: 3rem;
    border-radius: 1rem;
}
.footerForm {
    position: relative;
}
section.map {
    padding: 0;
    line-height: 0;
}
.homeCont h2, .homeCont p {
    color: #fff;
}	
	






.btnInner a br { display: none; }
span.sb-icon {
    margin-right: 1rem;
}
.btnInner a {
    align-content: center;
    align-items: center;
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
    margin: 1rem 1rem 1rem 0;
}
a.sb-btn {
    background: #ccc;
}
	
	
	
	
	

/*Responsive*/

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
/*Header Style 1*/

/*Header Style 2*/

 }

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  
    
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { padding: 0px 10px 0px 10px; font-size: 14px;  }
 .header4 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color: #fff;}  
#logo { width: 17%;}
nav.rightLink li { font-size: 14px;}

h2 { font-size: 2.5rem;}
h3 {  font-size: 2rem;}
p, body{  font-size: 1.6rem;}
.serviceTitle, .services_homeBox h4 { font-size: 1.8rem;}


}




/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {   
.mega-menu-toggle { max-width: 50px;float: right;}
.footerInfo { display: block;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { color: #fff; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ color:#fff; }
.headerRight {   display: none;}

span.img-line {   width: 80%;}
#our_menu .single_menu { padding-right: 0px; max-width: 70%; }
#our_menu ul li:hover {  box-shadow: none; }
#our_menu ul li { padding: 1rem 0rem; }
#our_menu .nav-link {  padding: 1rem 1rem; }

.productsWrap .col-md-3 {width: 33.33%;}
	
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {  
h1 {font-size: 3.4rem;}
h3 {font-size: 3rem;}
/*header 3*/
.header3 .extra-header a { font-size: 1.5rem;}
.header3 #logo img {  max-width: 13rem;}
/*header 3 close*/

/*header 4*/
.header4 li#custom_html-8 { display: none; }
.topHeaderWrap {display: block; }
.header4 .custom-logo-link img {max-width: 11rem; }
.header4 .accheader { width: auto; }
/*header 4 close*/


/*header 5*/
.headerAddress {display: none;}
/*header 5 close*/

.btnInner a {
    max-width: 260px;
    min-width: 250px;
}
.btnInner {  margin-bottom: 5rem; }
.abImg {width: 300px;   height: 300px; }
.allMenu .single_menu {  padding-right: 0px;max-width: 70%;}
.allMenu span.img-line {width: 80%;}
.allMenu ul li {padding: 1rem 0rem; }
.allMenu ul li:hover {  box-shadow: none; }



/*home slider*/
.slider-sub-title, .animated-area{ text-align:center; max-width:100%;  }
.slider-title { font-size: 4rem; text-align: center;}
.animated-area { padding: 0 2rem;}



/*footer1*/
.footer-social-icon { text-align: left;}
.text-end p { text-align: left; }

/*footer1 close*/


#aboutUs h2 { margin-top: 2rem; }
.experience h2 {
    margin-right: 0rem;
    margin-bottom: 0;
    text-align: center;
    border-right: 0px solid;
    padding-right: 0rem;
}
.bannerTitle{ flex-wrap:wrap;  }
.about4content {padding: 5rem 2rem 0;}
.experience {  flex-wrap: wrap; justify-content: center;}
.expText {  width: 100%; margin-bottom: 3rem; text-align:center; }
.offerBox {  margin: 1rem 0; }
.counter {  margin: 1rem 0; }
.homeCont {  position: inherit;  transform: translateY(0px);margin-bottom: 6rem; }
.socialWrap ul, .socialWrap li {text-align: left; }
.footerInfo i {  width: 2.75rem;height: 2.75rem;}
.footerThree .footerInfo li { margin-bottom: 0rem; padding-left: 40px; }
.coptyRightWrap p {  margin-bottom: 0; }
#slider .swiper-slide {
    background-position: left;
    min-height: 26rem;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.swiper-fade .swiper-slide:nth-child(2n) {  background-position: 50% !important; }
#slider .swiper-slide:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
 top: 0;
z-index: 1;
background:rgba(0,0,0,0.1);   
}
	
#slider .swiper-pagination { display: none;}
.slider-container { margin-top: 0%; }
.menuImg { margin-bottom:2rem !important; height: 80% !important; }
.row:nth-child(even) .col-md-6:first-child { order: 2; }
.allMenu:nth-child(even) .row .col-md-6:first-child { order: 2; }

/*breadcrumbs*/
#breadcrumbs { width: 100%; text-align: left;}
.bannerTitle { align-content: center;}
/*breadcrumbs close*/




/*contact page*/
.contact-icon{ position: inherit; transform: inherit; }
.contact-info-box {  padding-left: 0px; margin-bottom: 3rem; }
.contactaddress h4 { font-size:2rem; }

/*.footerTwo*/
.footerTwo .footerInfo > ul > li { padding: 0;}
.footerTwo .footerInfo li { margin-bottom: 0rem; }

/*.footerTwo close*/

.coptyRightWrap .textwidget { text-align: left;  margin-top: 3rem; }



#testimonials3 .tstmnlsInfo { display: block; }
#testimonials3 .testimonials_image {width: 100%;}
#testimonials3 .tstmnlsCont {  width: 100%; }
#testimonials3 .col-md-12:nth-child(odd) .tstmnlsCont, #testimonials2 .col-md-12 .tstmnlsCont {  padding: 2rem;}


/*#testimonials5 start*/
#testimonials5 .tstmnlsInfo { overflow: hidden;  display: block;}
#testimonials5 .testimonials_image {width: 100%; border-radius: 0rem; margin: 0;}
#testimonials5 .tstmnlsCont {  width: 100%; padding-right: 2rem;margin-top: 4rem; padding-left:2rem;}


/*#testimonials 5 close*/

/*contact*/
.contact-us3 .wpcf7-form.init, .contact-us5 .wpcf7-form.init {padding: 2rem;  margin-top:2rem; margin-left: 0px; }
.contact-us5 .contact-info-box {padding-left: 0px;}

.journey-div h2{ line-height: 4rem;}
.homeabout2 p {  line-height: 3rem;}
h2, .homeCont h2, .journey-div h2{  font-size: 3.5rem;}
.noSlider h1 { font-size: 4rem;}
#homenoslider { position: relative; text-align: center; padding: 70px 0;}
.contact-info-box h3 { font-size: 2rem;}
.homeabout2 { padding: 4rem 0;}
section#services {  padding: 4rem 0;}
#parallax { padding: 5rem 0; }
.service3 .service {margin: 0 0rem 2rem;}
section {  padding: 4rem 0;}
.even-zigzag, .odd-zigzag{ padding: 4rem 0;}

.ctaOverly { display:block;}
.homeCta { padding: 12rem 2rem 1rem;}
.overlyLeft ul li { padding-right: 0rem; margin-bottom: 2rem; width: 100%;}
#content .overlyLeft ul { display: block;}
.ctaOverly .btnBox { display: block; text-align: left; margin-top:5rem; }
.ctaOverly .btnBox p { text-align: left; color: #fff; }
.overlyLeft ul li span { width: 30px;}
.ctaOverly .btnBox a.button {  margin: 0; }

#content .ExclusiveList ul { max-width: 100%; padding: 0; margin-top: 5rem;}
.weWant h3 { font-size: 2.2rem; margin-bottom: 2rem;}
.footerThree li img.image {  margin-bottom: 20px;}
.footerThree li#custom_html-12 {  margin-bottom: 2rem;}
.slider-sub-title { font-size: 2.8rem; line-height: 3.3rem;}
.homeabout1 figure {  margin-left: 0rem;}

.slider-title p {  display: none;}	
.swiper-button-next, .swiper-button-prev {  top: 50%; }
.offerImg {  height: 25rem;  top: 0%;width: 100%;position: initial;  transform: translateY(0%);  display: block; }
.services_homeBox { padding: 0rem 0; margin-bottom:2rem;height: auto;  padding-left: 0%;}
.counter-show, .testimonials2 {  padding: 5rem 0;}
.tab-pane .row {margin: 0rem 0; }
.homeabout1 { padding: 40px 0;}
footer {padding: 4rem 0 3rem; }
.stePrice {	font-size: 3rem;}
.offerPart h2 { font-size: 2rem;  margin-top: 2rem;}
.homeCont { height: auto; padding: 1rem; }
.offeerdate {  font-size: 1.8rem;}
.yellowBg { padding: 5rem 0rem; }
.homeCont .wpcf7 form .wpcf7-response-output {  margin: 0em 0.5em 0em; }
div#myTabContent { padding: 0; }
#our_menu ul li {  padding: 1rem 1rem; }
	
.otherLogo a { margin: 1rem auto; display: inline-block; text-align: center;}
.otherLogo img { margin: auto; }
.otherLogo { width: 100%;  text-align: center;}

.productsWrap .col-md-3 {width: 50%;}
 }

/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

#slider .swiper-slide {
    background-position: left;
    min-height: 18rem;
    background-size: 134% !important;
    background-repeat: no-repeat;
}
.slider-sub-title {
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.slider-container a.button {
    padding: 0.5rem 3rem;
}
	
.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: contain;
}


}


.single-post header.entry-header {
	margin-top: 30px;
}
.single-post header .container {
	max-width: 100%;
}
.single-post h1.entry-title {
	font-size: 4rem;
}
.entry-footer {
	padding: 30px 0;
}
.entry-footer .posted-by {
	margin-bottom: 10px;
}

.logoAbtBox ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none !important;
}
.logoAbtBox ul li {
	padding-right: 20px;
}
.logoAbtBox ul li:last-child {
	padding-right: 0;
}
.uberEats li {
	width: 50%;
}

.blogBox {
	border-radius: 20px;
}
.subHead p {
	display: none;
}
.blogBox a.more-link {
	display: none;
}
.dateBlock {
	top: -88px;
}
.subHead a.readmore {
	margin-left: 0;
}


.productsWrap .col-md-3 {
	margin-bottom: 30px;
}
.productsWrap .productBlock {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
	min-height: 100%;
	position: relative;
	text-align: center;
}
.productsWrap .productBlock .image {
	overflow: hidden;
}
.productsWrap .productBlock .image img {
	height: auto;
	width: 100%;
	transition: 0.3s;
}
.productsWrap .productBlock:hover .image img {
  transform: scale(1.1);
}
.productsWrap .productBlock h2 {
	font-size: 1.8rem;
	color: #070500;
	margin-bottom: 5px;
	letter-spacing: normal;
}
.productsWrap .productBlock .description p {
	font-size: 14px;
	color: #070500;
	margin-bottom: 10px;
}
.productsWrap .productBlock .price {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fb4528;
}
.productInfo {
	padding: 15px 20px;
}

.flaticon img {
	height: 60px;
	width: 60px;
	margin-bottom: 5px;
}

#our_menu .nav-tabs .nav-link.active img {
	filter: brightness(0) invert(1);
}

.home.page-template-home-page #our_menu {
	background-color: #fff;
}
.home.page-template-home-page .deal {
	background-color: #fafafa;
}
.home.page-template-home-page .testimonials2 {
	background-color: #fafafa;
}








	