@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow: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;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap");

body {
  font-family: "Barlow", sans-serif;
  padding-top: 90px;
  background-color: #f9f5e9;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
a {
  transition: all 0.3s;
}
.grid {
  display: grid;
}
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 146px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo1.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -80px 0 0 -80px;
  /* is width and height divided by two */
  animation: zoominoutsinglefeatured 2s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.flyer_pop {
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 9999999;
  text-align: center;
  padding: 10px;
  overflow: auto;
  position: fixed;
  transition: all 1s;
  /* -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px); */
  background-color: rgba(0, 0, 0, 0.85);
}
.flyer_pop.hideit {
  top: -100%;
  transition: all 1s;
}
.flyer_pop.open {
  top: 0;
  transition: all 1s;
}
.flyer_pop h4 {
  font-family: "Caveat Brush", cursive;
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: 0.85;
  transform: rotate(0deg);
  margin: 0 0;
}
.flyer_pop h4 span {
  position: relative;
}
.flyer_pop h4 span::before {
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 50px;
  transform: rotate(10deg);
  z-index: -1;
}
.flyer_logo {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}
.flyer_img {
  width: 100%;
  max-width: 500px;
  display: table;
  margin: 30px auto;
  position: relative;
  background-color: #f9f5e9;
  padding: 30px;
  text-align: center;
  background-image: url(../images/popup_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 5px solid #e57000;
  /* border-radius: 30px; */
}
.flyer_img img {
  width: 100%;
  max-width: 100px;
  display: table;
  margin: auto;
  /*padding: 20px 0;*/
}
.flyer_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #e57000;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid #e57000;
}
.flyer_close:hover {
  background-color: #e57000;
  color: #fff;
}
.flyer_pop .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
.flyer_pop .grid.grid1{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.flyer_pop .grid a.btn1 {
  font-size: 15px;
}
.flyer_pop .grid a.btn1 i {
  margin-right: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
}

.container {
  width: 100%;
  max-width: 1320px;
}

.container1 {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

/*--------header-----------*/
.header_top {
  height: 90px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #0e0e0c;
  z-index: 999;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
}
.header_btm {
  clear: both;
  width: 100%;
  display: table;
  color: #000;
  text-align: center;
  line-height: normal;
  padding-top: 30px;
}
.header_btm h2 {
  margin-bottom: 15px;
  font-size: 42px;
}
.header_btm p {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  padding: 0 12%;
  margin-bottom: 15px;
}
.header_btm a {
  text-decoration: none;
  color: #000;
  margin: auto;
  display: table;
  background-color: #cf5300;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 600;
}
.header_btm a:hover {
  color: #000;
}

.header .container {
  position: relative;
}
.logo {
  position: absolute;
  margin: auto;
  left: auto;
  right: auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 9;
  transition: all 1s ease 0s;
}
/* .logo::before {
  position: absolute;
  left: 50%;
  bottom: -45px;
  height: 100%;
  width: 400px;
  transform: translateX(-50%);
  content: "";
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 400px;
  z-index: -1;
} */
.fixed1 .logo::before {
  display: none;
}
.logo a img {
  width: 265px;
  margin-top: -45px;
  transition: all 0.3s;
  /* margin-top: -25px; */
}
.fixed1 .logo a img {
  width: 230px;
  transition: all 0.3s;
}
.nav {
  width: 100%;
  display: table;
  position: relative;
}
.nav ul {
  list-style: none;
}
.nav ul > li {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 0 30px;
}
.nav ul > li > a {
  text-decoration: none;
  color: #ffcc10;
  font-size: 23px;
  height: 90px;
  line-height: 90px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
  outline: 0;
  position: relative;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
/*.nav ul > li > a::before {
  position: absolute;
  left: 0;
  bottom: 30px;
  content: "";
  background-color: #f5cb18;
  height: 2px;
  width: 0;
  transition: all 0.3s;
}*/
.nav ul > li > a.active::before,
.nav ul > li > a:hover::before {
  width: 100%;
}
.nav ul.pull-right > li:last-child > a::before {
  display: none;
}
.nav ul > li.lastli > a {
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  margin-top: 22px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-size: 23px;
  padding: 0 20px;
  background-color: #f5cb18;
}
.nav ul > li.lastli:hover > a {
  background-color: #333;
  color: #f5cb18;
}
.nav ul > li > a.active,
.nav ul > li > a:hover {
  color: #f5cb18;
}
.nav ul li.lastli a.active {
  background-color: #333;
  color: #f5cb18;
}
.nav ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 200px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(26, 35, 94, 0.2);
  position: absolute;
  top: 100%;
  left: 30px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  padding: 0;
}
ul.submenu1 li a {
  text-decoration: none;
  background: #f5cb18;
  color: #000 !important;
  font-size: 21px;
  /* line-height: 21px; */
  padding: 12px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #333;
  margin: 0;
  height: auto;
  line-height: normal;
}
ul.submenu1 li:last-child a {
  border-bottom: 0px;
}
ul.submenu1 li:hover a {
  background-color: #333;
  color: #fff !important;
}
ul.submenu1 li:last-child a {
}
/*------header_end--------*/

/*------bannerbox---------*/
.hero-slider .gallery-thumbs {
  height: 125px;
  width: 36%;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 10px;
  margin-top: 20px;
}
.gallery-thumbs .swiper-slide {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.43;
}
.gallery-thumbs .swiper-slide span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 600;
}
.gallery-thumbs .swiper-slide-active {
  /* opacity: 1;
  border: 1px solid #c3161c; */
}
.gallery-thumbs .swiper-slide-thumb-active span {
  color: #f5cb18;
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  content: "";
  border: 3px solid #f5cb18;
  border-radius: 30px;
}
.slide-bg-content {
  width: 58%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 40px;
  text-align: left;
  margin-top: 100px;
}

/*------bannerbox---------*/

/*section1*/
.section1 {
  padding: 100px 0;
  position: relative;
  display: block;
  /* background-image: url(../images/bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  background-color: #0e0e0c;
  border-bottom: 5px solid #e57000;
}
.section1 .grid {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 50px;
  /* align-items: center; */
}
.section1 h3,
h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #e57000;
  font-weight: 600;
  font-size: 28px;
  margin-top: 0;
  text-transform: uppercase;
}
.section1 h3 img,
h3 img {
  height: 26px;
}
.section1 h2,
h2 {
  font-size: 99px;
  font-weight: 700;
  line-height: 1;
  color: #f5cb18;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Barlow Condensed", sans-serif;
}
.section1 h2 {
  color: #f5cb18;
}
.section1 img.aboutimg {
  width: 125%;
  display: block;
  margin-top: -50px;
}
.section1 p {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #fff;
}
.aboutbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.section1 a.btn1 {
  font-size: 18px;
}
/*section1*/

/*section2*/
.section2 {
  padding: 75px 0;
  border-bottom: 5px solid #e57000;
  overflow: hidden;
  background-color: #292626;
}
.section2 h3 {
  justify-content: center;
}
.section2 h2 {
  text-align: center;
  position: relative;
}
.section2 h2::before {
  position: absolute;
  right: -60px;
  top: 65px;
  width: 220px;
  height: 160px;
  background-image: url(../images/spoon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: "";
}
.section2 h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 100px;
  color: #e57000;
}
.section2_menu_item {
  padding: 50px;
  position: relative;
  border: 4px solid #f5cb18;
  margin-bottom: 100px;
}
.section2_menu_item:nth-child(3n + 3) {
  margin-bottom: 50px;
}
.section2_menu_item_head {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  background-color: #292626;
  padding: 0 50px;
  color: #f5cb18;
}
.section2_menu_item_head span {
  font-family: "Caveat Brush", cursive;
  display: block;
  text-align: center;
  font-size: 72px;
  line-height: 0.85;
  transform: rotate(0deg);
}
.section2_menu_item_head span.number {
  font-size: 50px;
}
.section2_menu_item_head span.title {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.section2_menu_item_head span.title::before {
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  transform: rotate(10deg);
  z-index: -1;
}
.section2_menu_item .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 60px;
  align-items: center;
  /* background-image: url(../images/i1_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%; */
  position: relative;
  z-index: 9;
}
.section2_menu_item .grid img {
  width: 100%;
}
.section2_menu_item .grid p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.section2_menu_item .grid a.btn1 {
  font-size: 16px;
}
a.section2_menu_item_arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}
a.section2_menu_item_arrow img {
  height: 35px;
  filter: brightness(0) invert(1);
}
/*section2*/

/*section3*/
.section3 {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 5px solid #e57000;
}
.section3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.45;
}
.section3 video {
  width: 100%;
  display: block;
  height: 600px;
  object-position: center;
  object-fit: cover;
}
.sec3_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec3_info h2 {
  color: #fff;
  text-align: center;
  margin-top: 100px;
}
.sec3_info a {
  font-size: 16px;
}
/*section3*/

.homenewsb {
  width: 100%;
  display: block;
  /* background-color: #fff; */
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  /* background-image: url(../images/bg2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  border-bottom: 5px solid #e57000;
  background-color: #0e0e0c;
}
.homenewsb_inner {
  padding: 275px 200px;
  background-image: url(../images/roundshape.svg);
  background-repeat: no-repeat;
  background-size: 88%;
  background-position: center center;
}
.homenewsb h3 {
  justify-content: center;
}
.homenewsb_info {
  text-align: center;
}
.homenewsb_info img {
  width: 100%;
}
.swiper-container2 {
  overflow: hidden;
}
.homenewsb_info img {
  width: 500px;
}
.homenewsb_info h4 {
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.homenewsb_info p {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  max-width: 580px;
  margin: auto;
}
.swiper-button-next2,
.swiper-button-prev2 {
  width: 75px;
  height: 50px;
  background-image: url(../images/r1.svg);
  background-size: 50px;
  right: 5%;
}
.swiper-button-prev2 {
  background-image: url(../images/l1.svg);
  left: 5%;
  right: auto;
}
.section4 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  background-color: #292626;
  border-bottom: 5px solid #e57000;
}
.section4 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.section4 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.ssocial {
  margin-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ssocial a {
  width: 55px;
  height: 55px;
  background-color: #e57000;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ssocial a img {
  height: 25px;
}
.ssocial a:hover {
  transform: translateY(-5px);
}
.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 99;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #f5cb18;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #221e1f;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 99999;
}

.menu2:before {
  border-top: 80px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}
.main_footer {
  padding: 50px 0;
  position: relative;
  background-color: #ffcc10;
  background-image: url(../images/footerbg.svg);
  background-position: 12% -150px;
  background-size: 190%;
  background-repeat: no-repeat;
  border-bottom: 3px solid #e57000;
}
.footerlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.footerlogo a img {
  height: 130px;
}
.footerlinks,
.footer_flex_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.footer_flex_links {
  gap: 20px;
}
.footerlinks {
  margin-bottom: 50px;
}
.footerlinks a,
.footer_flex_links a {
  text-decoration: underline;
  font-size: 21px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.footer_flex_links a {
  font-size: 16px;
}
.footerlinks a:hover,
.footer_flex_links a:hover {
  text-decoration: none;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_flex span {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.page {
  padding: 50px 0;
  width: 100%;
  position: relative;
  background-color: #1e1e15;
}
.gallerybox h3 {
  color: #f5cb18;
  font-family: "Satisfy", cursive;
  font-size: 55px;
  margin: 0 0 20px;
  text-align: center;
}
.gallerybox .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallerybox img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center center;
}
img.menutopimg {
  height: 120px;
  display: table;
  margin: auto;
  position: relative;
  top: 0;
}
.menubox_in {
  padding: 70px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  outline: 15px solid #d2cec7;
}
.multi_tabs1 .tabs1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.multi_tabs1 .tabs1 li {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.3s;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  color: #000;
  cursor: pointer;
  background-color: #dfdcd7;
}
.multi_tabs1 .tabs1 li.active,
.multi_tabs1 .tabs1 li:hover {
  background-color: #f5cb18;
  color: #fff;
}
.menuimg {
  margin: 5px 0;
}
.menuimg img {
  display: block;
  width: 100%;
  height: 335px;
  object-fit: cover;
  object-position: center center;
}
.menubox .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.foodtype {
  float: left;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #168a16;
  display: block;
  border-radius: 2px;
}
.foodtype:before {
  position: absolute;
  left: 2.5px;
  top: 2.5px;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 10px;
  background-color: #168a16;
}
.veg {
  border-color: #168a16;
}
.veg:before {
  background-color: #168a16;
}

.nonveg {
  border-color: #ff0000;
}
.nonveg:before {
  background-color: #ff0000;
}
.menubox .flex > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menuitem {
  padding: 20px 0;
  border-bottom: 1px solid #c4c1bc;
}
.menuitem h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.menuiteminfo {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 10px;
}
.menuiteminfo p {
  margin: 0;
  color: #666;
  font-size: 18px;
}
.menuiteminfo .foodtype {
  position: relative;
  top: 3px;
}
.aboutvideo video {
  width: 450px;
  height: 450px;
  border-radius: 100%;
  object-position: center center;
  object-fit: cover;
}

.about_box1 {
  padding: 100px 0 60px;
  border-bottom: 5px solid #e57000;
  background-color: #0e0e0c;
}

.about_box1 .grid1 {
  grid-template-columns: 45fr 55fr;
  gap: 75px;
  align-items: center;
}
.about_box1 .grid1 > img {
  width: 100%;
}
.about_box1 h2 {
  font-size: 74px;
}
.about_box1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
      margin-bottom: 15px;
}
.about_box1 .grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  align-items: center;
  text-align: center;
  margin-top: 100px;
}
.about_box1_1 img {
  height: 75px;
}
.about_box1_1 h4 {
  margin: 30px 0;
  color: #f5cb18;
  font-weight: 600;
  font-size: 24px;
}
.about_box1_1 p {
}
.about_box2 {
  background-color: #292626;
  padding: 50px 0;
  position: relative;
  border-bottom: 5px solid #e57000;
}
.about_box2 h3 {
  justify-content: center;
}
.about_box2 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.about_box2_1 {
  text-align: center;
}
.about_box2_1 img {
  width: 100%;
  display: block;
}
.about_box2_1 h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0 0;
}
.swiper-container3 {
  overflow: hidden;
  position: relative;
}
.swiper-button-next3,
.swiper-button-prev3 {
  width: 75px;
  height: 50px;
  background-image: url(../images/r2.svg);
  background-size: 50px;
  right: 1%;
  top: 75%;
}
.swiper-button-prev3 {
  background-image: url(../images/l2.svg);
  left: 1%;
  right: auto;
}
.cateringpg1 {
  padding: 100px 0 60px;
  border-bottom: 5px solid #e57000;
  background-color: #0e0e0c;
}
.cateringpg1 .grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 50px;
  margin-bottom: 50px;
}
.cateringpg1 h2 {
  font-size: 74px;
}
.cateringpg1 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.cateringpg_bx {
  padding: 50px;
  background-color: #292626;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cateringpg_bx img {
  width: 100%;
}
.cateringpg_bx h4 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: 600;
  color: #f5cb18;
}
.cateringpg_bx p {
  margin-bottom: 15px;
}
.cateringpg_bx a {
  font-size: 16px;
}
.contactpg1 {
  padding: 100px 0 0;
  border-bottom: 5px solid #e57000;
  background-color: #0e0e0c;
}
.contactpg1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}
.contactpg1 .grid > img {
  width: 100%;
  display: block;
}
.contactpg1 h2 {
  font-size: 80px;
  margin-bottom: 0;
}
.contactpg1 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
}
.contact_form {
  background-color: #282626;
  padding: 60px;
  position: relative;
  margin-top: 20px;
  background-image: url(../images/rect.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.input_box {
  position: relative;
}
.input_box input.form-control {
  background-color: #0e0e0c;
  box-shadow: none !important;
  border-radius: 0;
  height: 50px;
  border: 0;
  color: #fff;
  padding: 0 25px;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.input_box img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  max-width: 18px;
}
button.btn1 {
  font-size: 16px;
  margin-top: 10px;
}
.contactpg1 h4 {
  font-family: "Caveat Brush", cursive;
  display: block;
  text-align: center;
  font-size: 76px;
  line-height: 0.85;
  transform: rotate(0deg);
  margin: 20px 0;
  color: #fff;
}
.contactpg1 h4 span {
  position: relative;
}
.contactpg1 h4 span::before {
  background-image: url(../images/line2.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 50px;
  transform: rotate(10deg);
  z-index: -1;
}
.contactpg1 .grid1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 9;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contactpg1 .grid1 a.btn1 {
  font-size: 18px;
}
.contactpg1 .grid1 a.btn1 i {
  margin-right: 10px;
}
.menupg {
  padding: 100px 0 60px;
  border-bottom: 5px solid #e57000;
  background-color: #0e0e0c;
}
.menupg h3 {
  /* justify-content: center; */
}
.menupg h2 {
  /* text-align: center; */
}
.menupg h2 {
  font-size: 80px;
  margin-bottom: 30px;
}
.menupg_bx {
  padding: 30px 100px;
  background-color: #292626;

  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.menupg_bx_inner {
  display: grid;
  grid-template-columns: 50fr 50fr;
  row-gap: 20px;
  column-gap: 200px;
  align-items: center;
}
.menupg_bx h4 {
  margin: 0 0 40px;
  font-size: 38px;
  font-weight: 600;
  color: #f5cb18;
  text-transform: uppercase;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
}
.menuitem1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuitem1 h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.menuitem1 span {
  background-color: #e57000;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}
.topgrid {
  display: grid;
  grid-template-columns: 75fr 25fr;
  gap: 50px;
  align-items: center;
}
.ss-main .ss-single-selected {
  width: 50%;
  height: 50px;
  padding: 10px;
}
.ss-main .ss-content {
  width: 50%;
}
.ss-main .ss-multi-selected {
  width: 80%;
  padding: 10px;
}

@media (max-width: 950px) {
  .content {
    margin: 15px 10px auto;
    padding: 0 10px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: center;
    flex-direction: column;
  }
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  /* body{padding-top: 80px;} */
  /* #header.fixed1{height: 80px;} */
  .home_link {
    height: auto;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video video {
    width: 150%;
    left: -25%;
  }
  .hl_circle {
    width: 100%;
  }
  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hl_circle p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 28px;
    right: 0px;
  }
  .logo {
    padding: 0px;
    left: 0;
    text-align: left;
  }
  .logo a {
    margin-left: 0;
  }
  .logo a img {
  }
  .top_social {
    left: 10px;
  }
  .logo::before {
    /* display: none; */
  }
  .bannerboxcont {
    position: relative;
    clear: both;
    width: 100%;
    left: 0;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
    top: 0;
  }

  .bannerimg > img {
    width: 100%;
  }
  .swiper-slide::after {
    display: none;
  }
  .banner_hd {
    font-size: 42px;
    line-height: 48px;
  }
  .banner_r_more {
    margin-top: 5px;
  }

  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .banner_r_more a {
    padding: 15px 45px 15px 15px;
    margin-left: 10px;
    font-size: 16px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .banner_r_more a svg {
    right: 10px;
  }
  .section1::before {
    display: none;
  }
  .section1 .col-sm-7,
  .section1 .col-sm-5 {
    padding: 0;
  }
  .abtbtn a {
    font-size: 12px;
    padding: 10px 25px;
    margin-bottom: 30px;
  }
  .abtbtn {
    margin-left: 0px;
  }
  .section1 h2 {
    padding-left: 0px;
  }
  .section1 p,
  .section1 h4 {
    padding-left: 0;
    margin-top: 20px;
  }
  .section1 h4::before {
    left: -20px;
  }
  .section1 {
    padding: 20px 0;
    margin-top: 0;
  }
  .aboutleft img {
    width: 100%;
  }
  .container1 {
    width: 100%;
  }
  .sec1left {
    padding: 20px 0;
    width: 100%;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .sec1right {
    min-height: auto;
    width: 100%;
    margin-top: 30px;
  }
  .aboutleft {
    margin-top: 30px;
    display: table;
    width: 100%;
  }
  .section2 h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .section2 a {
    margin-bottom: 30px;
  }
  .percent-block {
    position: relative;
    width: 100%;
    clear: both;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
  }
  .percent-block:nth-child(1),
  .percent-block:nth-child(2),
  .percent-block:nth-child(3) {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .section1 h2 {
    font-size: 42px;
    line-height: 1.2;
  }
  .hero-style .slide-title h2 em::before {
    height: 15px;
    bottom: 0;
  }
  .section1 p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-align: left;
  }
  .box2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .sec1inner ul {
    padding: 0;
  }
  .section0 {
    padding: 20px 0;
  }
  .section0 h2 {
    font-size: 24px;
  }
  .section0 h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .section0 h3 {
    font-size: 18px;
  }
  .section6 {
    display: block;
  }
  .section6 h2 {
    font-size: 32px;
  }
  .home_tests h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home_careers h2,
  .home_swiper_1 h2,
  .fbox h4 {
    font-size: 24px;
  }
  .home_careers p,
  .home_swiper_1 ul li p {
    font-size: 16px;
    line-height: 21px;
  }
  .section7 ul li {
    width: 50%;
    padding: 10px;
  }
  .fabout,
  .fbox {
    width: 100%;
    display: block;
  }
  .innertxt1 {
    top: 30%;
    padding-left: 10px;
  }
  .inner_banner h1 {
    margin-top: 0px;
    font-size: 18px;
  }
  .insec1left {
    padding: 0px;
  }
  .insec1left h2 {
    margin-left: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .insec1left p {
    margin-left: 0px;
    padding: 20px;
  }
  .sec4bx1 {
    border-left: 0px;
    text-align: left;
  }
  .insection2 ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .box5 h2 {
    font-size: 21px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .box555 ul.technologies li {
    width: 50%;
  }
  .box555 ul.technologies li {
    padding: 10px;
    margin: -1px;
    background-color: #fff;
  }
  .innerpgbx1,
  .innerpgbx {
    padding: 30px 0;
  }
  ul.careersul li span,
  .job_nav span {
    width: 100%;
    clear: both;
  }
  ul.careersul li a {
    bottom: 0px;
    top: auto;
    right: 0px;
  }
  ul.careersul li h2 {
    margin-top: 10px;
  }
  .enroll_form {
    padding: 20px 0;
  }
  .contactfielddiv {
    margin-bottom: 0px;
  }
  .fields_two {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .section5 h1,
  .section3 h1 {
    font-size: 36px;
  }
  .section3 h1::before {
    left: 90%;
  }
  a.solbx1 h3 {
    font-size: 24px;
  }
  .section2 h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  .section2 h1::before {
    right: 50%;
  }
  .divisions {
    display: table;
    padding: 0;
  }
  .flip-box-front h2 {
    font-size: 24px;
  }
  .flip-box-back h2 {
    font-size: 26px;
  }
  .percent-block p span {
    font-size: 42px;
  }
  .sec2bx {
    margin-top: 0px !important;
    width: 100%;
    float: left;
  }
  .clientsbx ul li {
    width: 33.33%;
    padding: 10px;
  }
  .clientsbx ul li:nth-of-type(1),
  .clientsbx ul li:nth-of-type(3),
  .clientsbx ul li:nth-of-type(5),
  .clientsbx ul li:nth-of-type(7) {
    background-color: #e5eef6;
  }
  .clientsbx ul li:nth-of-type(2),
  .clientsbx ul li:nth-of-type(4),
  .clientsbx ul li:nth-of-type(6),
  .clientsbx ul li:nth-of-type(8) {
    background: #fff;
  }
  .footer {
    background-size: cover;
    padding: 40px 0;
  }
  .footersection {
    margin-top: 40px;
    display: inline-block;
  }
  .top_social {
  }
  .footersection {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }
  .inner_banner img {
    width: 100%;
    height: auto;
  }
  .whyUs .whyleft {
    width: 100%;
  }
  .whyUs .whyright,
  .whyright li {
    width: 100%;
    clear: both;
  }
  .whyleft h2 {
    font-size: 28px;
  }
  .solcont1 h3 {
    font-size: 21px;
    line-height: 28px !important;
  }
  .solcont1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .box1_left,
  .box1_right {
    width: 100%;
    clear: both;
    position: relative;
    top: auto;
  }
  .job_des {
    width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .job_des p {
    font-size: 14px;
    line-height: 21px;
  }
  .box1_left h2 {
    font-size: 24px;
  }
  .formbox h2 {
    font-size: 24px;
  }
  .formbox .form-group {
    padding: 0;
  }
  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    font-size: 14px;
  }
  input.subres {
    font-size: 14px;
  }
  .adbxin {
    padding: 0;
  }
  .adbxin h2 {
    margin-top: 0px;
    font-size: 24px !important;
  }
  .add1 h5 {
    font-size: 18px;
  }
  .adbxin a {
    font-size: 18px;
  }
  .headerright1 {
    display: none;
  }
  .ftleft1 {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .mFooter {
    height: auto;
    line-height: normal;
    padding: 15px 0;
    font-size: 12px;
  }
  .mFooter a::before {
    top: 5px;
  }
  .innersec1 h2,
  .page1 h2,
  .careerform h2,
  .jobpositions1 h2 {
    font-size: 24px;
  }
  .innersec1 p,
  .page1,
  .jobpositions1 p {
    font-size: 16px;
    line-height: 24px;
  }
  a.solbxx {
    margin-top: 40px !important;
  }
  .careerform .form-group {
    padding: 0;
  }
  .fulltime,
  .parttime {
    top: -50px;
  }
  .com_name {
    font-size: 18px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page_right {
    margin-top: 30px;
  }
  .page1 .sticky {
    position: -webkit-relative;
    position: -moz-relative;
    position: -o-relative;
    position: -ms-relative;
    position: relative;
    top: 0px;
    z-index: 1;
    display: inline-block;
  }
  .modal-dialog {
    width: 90%;
  }
  .modal-dialog1 {
    width: 90%;
  }
  .contrvb p span {
    float: none;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: 80vh;
    line-height: 1;
    width: auto !important;
    left: -70% !important;
    position: relative;
  }
  .banner_txt::before {
    width: 150px;
  }
  .pavcontentslider .carousel-control {
    top: 80% !important;
  }
  .section0 img {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .section0 p {
    font-size: 16px;
    line-height: 24px;
  }
  .section3 h2 {
    margin: 0;
    font-size: 26px;
  }
  a.servbx1 {
    background-image: none !important;
    padding: 0px;
  }
  img.deskno {
    display: block;
    width: 100%;
  }
  .sec3bx::before {
    display: none;
  }
  .sec3bx {
    padding: 25px;
  }
  .sec3bx h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section6 .container {
    position: relative;
    z-index: 1;
  }
  .section6::before {
    opacity: 0.5;
  }
  .sec6bx1 {
    width: 50%;
  }
  .section7 h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .section7 h3 a {
    float: none;
    display: table;
    margin: auto;
    margin-top: 30px;
  }
  .section8 h2 {
    font-size: 32px;
  }
  .halfspan {
    width: 100%;
    clear: both;
  }
  .sec1inner {
    padding: 20px;
  }
  .section-title1 h2 {
    font-size: 26px;
  }
  .section-title1 h3 {
    font-size: 18px;
  }
  .sec2bxin {
    padding: 40px 0;
  }
  .sec2bxin a {
    margin: 20px 0;
  }
  .contactpg h2 {
    font-size: 24px;
  }
  .contactpg h4 b {
    font-size: 18px;
  }
  .contactpg p a {
    font-size: 14px;
  }
  .contactpg h4 {
    font-size: 16px;
  }
  .blogpg ul li {
    width: 100%;
    display: block;
  }
  .blogpg1 {
    padding: 40px 20px;
  }
  a.backbtn {
    font-size: 12px;
    top: -50px;
  }
  .newscontpg h1 {
    font-size: 28px !important;
  }
  .newsimg {
    width: 100%;
    margin-top: 30px;
  }
  .sec1inner {
    padding: 0px;
  }
  .section1 h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .section1 img {
    position: relative;
    width: 100%;
    top: 0;
  }

  .mt140 {
    margin-top: 0;
  }
  .home_swiper_1Bx figcaption h5 {
    font-size: 18px;
  }
  .home_careers p,
  .home_swiper_1 ul li p {
    font-size: 14px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
  }
  .news-block .inner-box .lower-content .post-info li a span {
    font-size: 24px;
  }
  .news-block .inner-box .lower-content {
    padding-left: 80px;
  }
  .news-block .inner-box .lower-content .post-info {
    width: 75px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 16px;
  }
  .news-block .inner-box .lower-content .text {
    font-size: 14px;
    line-height: 21px;
  }
  .banner_r_more a {
    margin-left: 0px;
    font-size: 14px;
  }
  .news-block {
    margin-bottom: 0;
  }
  .footersection {
    margin-top: 0;
  }
  .aboutbx1,
  .aboutbx2 {
    padding: 40px 20px;
  }
  .aboutbx1 h1,
  .aboutbx2 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .aboutbx1 p,
  .aboutbx2in p {
    font-size: 14px;
    line-height: 24px;
  }
  .aboutbx2in img {
    margin: 20px 0;
    width: 100%;
  }
  .vc_column_container {
    margin-bottom: 80px;
  }
  .aboutbx2 {
    display: block;
    overflow: hidden;
  }
  .aboutbx2 h3 {
    font-size: 16px;
  }
  .a2bb p,
  .webinar1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .innersec1 {
    font-size: 16px;
    line-height: 24px;
  }
  .webinar1 a.webbtn1 {
    font-size: 18px;
  }
  .contact-section .info-column h5 {
    margin-top: 0px;
    font-size: 26px;
  }
  .contact-section .form-column .inner-column {
    width: 100%;
    margin: 0;
  }
  .contact-section {
    padding: 40px 20px;
    overflow: hidden;
  }
  .contact-section .form-column .inner-column {
    padding: 30px;
  }
  .sec-title h2 {
    font-size: 24px;
  }
  .icon-layer-three,
  .icon-layer-two {
    background-image: none !important;
  }
  .headertopbx ul li a {
    font-size: 10px;
    letter-spacing: 0;
  }
  .logo a {
    background-size: 85%;
  }

  .social-links {
    top: 70%;
    right: calc(100% - 70px);
  }
  .next {
    left: calc(100% - 50px);
  }
  .swiper-container1 .swiper-slide {
    height: auto;
  }
  .swiper-container1 .swiper-slide {
    /* padding: 0 20px 80px; */
  }
  .home_swiper_1 {
    padding: 40px 20px;
  }
  .home_swiper_1Bx figcaption {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .home_swiper_1Bx figcaption span {
    font-size: 10px;
  }

  .swiper-container1 .swiper-button-prev {
    left: 15%;
  }
  .swiper-container1 .swiper-button-next {
    left: calc(15% + 45px);
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar {
    left: 40%;
  }
  .estimateboxin {
    width: 100%;
  }
  .estimateboxin h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .hometestiin {
    width: 100%;
    margin: 0%;
    display: inline-block;
  }
  .hometestcont {
    padding-left: 0;
  }
  .hometestcont h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .hometestcont p {
    font-size: 14px;
    line-height: 21px;
  }
  .hometestcont h5 {
    font-size: 14px;
  }
  .homenewsb {
    padding: 30px 20px;
  }
  .homenewsb h3 {
    font-size: 21px;
  }
  .homenewsb h2 {
    font-size: 24px;
    position: relative;
  }
  .swiper-container2 .swiper-wrapper {
    left: 0;
  }
  .homenewsbin {
    padding: 0 20px;
  }
  .homenewsb a figcaption p {
    font-size: 18px;
  }
  .homenewsb .swiper-container-horizontal > .swiper-pagination-progressbar {
    left: 40%;
  }
  .footercontactbxs .container {
    position: relative;
    z-index: 9;
  }
  .footercontactbxs h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .footercontactbxs::before {
    width: 110px;
  }
  .footercontactbxs::after {
    width: 110px;
    background-repeat: no-repeat;
  }
  .fcb1 {
    padding: 40px 20px 20px;
    margin-bottom: 40px;
  }
  .fcb1 h3 {
    font-size: 21px;
  }
  .fcb1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .fcb1 a {
    font-size: 14px;
  }

  .mainFooter p {
    font-size: 14px;
    line-height: 21px;
  }
  .footerlinks {
    gap: 30px;
    flex-wrap: wrap;
  }
  .footerlinks a {
    font-size: 16px;
  }
  .footer-social-links {
    top: auto;
    right: auto;
  }
  .projectspgbx1 h2 {
    font-size: 21px;
    line-height: 32px;
  }
  ul.tabs li {
    font-size: 12px;
    padding: 10px 25px;
  }
  .projectindcont {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: table;
  }
  a.projectind1 {
    margin-bottom: 0px;
  }
  a.projectind2 {
    margin-top: 25px;
  }
  .projectindcont h3 {
    font-size: 18px;
  }
  .projectindcont p span {
    display: block;
    margin: 10px 10px 10px 0;
  }
  .clickto {
    font-size: 14px;
  }
  .clickto em {
    width: 195px;
  }
  .tab_container {
    padding: 40px 0;
  }

  .nricornbx1 {
    padding: 0;
  }
  .nricornbx1 h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .nricornerpg h1 {
    padding-right: 0;
    padding-top: 50px;
    font-size: 18px;
    line-height: 26px;
  }
  .happyclientspg a {
    padding: 0;
  }

  .cpbl1in {
    width: 100%;
  }
  .cpbl1in a {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
  }

  .cpbl2 {
    padding-left: 0;
  }
  .cpbl1in h2 {
    font-size: 21px;
  }
  .cpbl1in p {
    font-size: 16px;
    line-height: 24px;
  }
  .cpbl1in a {
    font-size: 12px;
  }
  .cpbl2 h2 {
    font-size: 26px;
  }
  .cpbl2 p {
    font-size: 14px;
    line-height: 21px;
  }
  .downloadspg h2 {
    font-size: 24px;
  }
  .table-style ul li {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }
  .table-style ul {
    display: table;
    width: 100%;
  }
  .table-style ul li a {
    width: auto;
    font-size: 12px;
    padding: 0 10px;
    float: left;
  }
  .table-style {
    padding: 20px;
  }

  .projoverviewbx {
    padding-right: 0;
    border: 0;
  }
  .projoverviewbx::before {
    display: none;
  }
  .projoverviewbx p {
    font-size: 14px;
    line-height: 24px;
  }
  .projoverviewbxrt {
    padding-left: 0;
  }
  .projoverviewbxrtdet ul li h4 {
    font-size: 18px;
  }

  .hero-slider.hero-slider-projects {
    height: 350px !important;
  }
  .projectamenitiesbx .swiper-container2 .swiper-wrapper {
    left: 0 !important;
  }
  .projamenbx1 h3 {
    font-size: 24px;
  }
  .projamenbx1 p {
    font-size: 14px;
    line-height: 24px;
  }

  .projecthighlights h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .projecthighlights ul li,
  .nearestplacesbx ul li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .projlayoutin h2,
  .nearestplacesbx h2,
  .projectgallergybx h2 {
    font-size: 21px;
  }
  .projlayout a p {
    font-size: 14px;
  }
  .projlayout a {
    width: 100%;
    margin-bottom: 20px;
  }
  .nearestplacesbx ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .nearestplacesbx ul li {
    background-position: 6px 6px;
  }
  .projectgallergybx {
    display: block;
  }

  .liveavailabilitybx h2 {
    font-size: 21px;
  }
  .liveavailabilitybx p {
    font-size: 14px;
    line-height: 21px;
  }
  .liveavailabilitybx p img {
    height: 30px;
  }
  .slide-text .flex {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
  .slide-text .flex .inner-flex {
    margin: 0;
  }
  .slide-text .flex .inner-flex h3 {
    border: 0;
    font-size: 24px;
  }
  .slide-para p {
    font-size: 14px;
  }
  .hero-slider .slide-inner {
    padding-bottom: 50px;
  }
  .slide-btns a {
    margin-top: 20px;
    font-size: 14px;
  }
  .header_top .nav {
    display: none;
  }
  .logo a img,
  .fixed1 .logo a img {
    width: 220px;
    margin-top: -25px;
  }
    .fixed1 .logo a img{width: 170px;}
  .section1 {
    padding: 40px 20px;
  }
  .section1 .container {
    margin: auto;
  }
  .section1 .grid,
  .home_services .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1 .grid .sec1left {
    padding: 20px;
  }
  .section1 .container::before,
  .section1 .container::after {
    display: none;
  }
  .sec1left a {
    font-size: 14px;
  }
  .sec1left h3,
  .homenewsb h4,
  .footer_top h3 {
    font-size: 28px;
  }
  .hs_inf {
    padding: 40px;
  }
  .home_services h2,
  .footer_top h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home_services .grid:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .home_services img,
  .home_amanities a .img img {
    height: 250px;
  }
  .announcement {
    background-size: auto 60%;
  }
  .announcement ul.news_scroll li a {
    font-size: 24px;
  }
  .footer .flex {
    padding: 0 10px;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
    text-align: center;
  }
  .footer_left {
    justify-content: center;
  }
  .page {
    padding: 80px 20px 40px;
  }
  .gallerybox h3 {
    font-size: 32px;
  }
  .gallerybox .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  img.menutopimg {
    height: auto;
    width: 100%;
  }
  .section4 h2 {
    font-size: 32px;
  }
  .section4 .flex {
    flex-wrap: wrap;
  }
  .menubox_in {
    padding: 20px;
  }
  .menulinks,
  .multi_tabs1 .tabs1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .menulinks a,
  .multi_tabs1 .tabs1 li {
    font-size: 14px;
  }
  .menuimg img {
    height: auto;
  }
  .menuitem h4 {
    flex-direction: column;
    gap: 20px;
    font-size: 24px;
    text-align: left;
    align-items: normal;
  }
  .menuiteminfo p {
    font-size: 14px;
  }
  .aboutvideo video {
    width: 250px;
    height: 250px;
  }
  .home_blogs_sec .grid a.hbs {
    margin: 0 !important;
  }
  .home_blogs_sec .grid {
    min-height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
  }
  .hbs_heading h2 {
    font-size: 24px;
  }
  .flip-box-back h2 {
    font-size: 18px;
  }
  .main_footer {
    padding: 0 20px 30px;
  }
  .footer_flex,
  .footer_flex_links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
  .footer_flex_links a {
    font-size: 12px;
  }
  a.btn1,
  button.btn1,
  .section1 a.btn1 {
    font-size: 16px;
  }
  .homenewsb_inner {
    padding: 0;
    background-image: none;
  }
  .section3 video {
    height: 300px;
  }
  .sec3_info {
    display: flex;
    align-items: center;
  }
  .sec3_info h2 {
    margin-bottom: 20px;
  }
  .section2 h4 {
    font-size: 16px;
  }
  .section2 h2::before {
    opacity: 0.3;
  }
  .section2_menu_item_head span {
    font-size: 42px;
  }
  .section2_menu_item_head span.number {
    font-size: 32px;
  }
  .section2_menu_item .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    background-size: 100%;
    background-position: left bottom;
  }
  .section2_menu_item {
    padding: 50px 20px 20px;
  }
  .section2_menu_item .grid p {
    font-size: 16px;
  }
  .section1 img.aboutimg {
    width: 100%;
    margin: 0;
  }
  .section1 img {
    width: auto;
  }
  .section1 h3,
  h3 {
    font-size: 18px;
  }
  .homenewsb_info img {
    width: 100%;
  }
  .homenewsb_info h4 {
    color: #e57000;
  }
  .homenewsb_info p {
    color: #fff;
  }
  .swiper-button-next2,
  .swiper-button-prev2 {
    top: 43%;
  }
  .section2 {
    overflow: hidden;
  }
  .slide-bg-content {
    width: 100%;
    padding: 25px;
    margin-top: 0;
  }
  .hero-slider .gallery-thumbs {
    width: 95%;
    right: 10px;
  }
  .hero-slider .gallery-thumbs {
    height: 100px;
  }
  .gallery-thumbs .swiper-slide span {
    font-size: 16px;
  }
  .about_box1 .grid1,
  .about_box1 .grid3,
  .contactpg1 .grid,
  .cateringpg1 .grid,
  .cateringpg_bx {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cateringpg_bx {
    padding: 25px;
  }
  .cateringpg_bx p {
    font-size: 16px;
  }
  .about_box1 h2,
  .about_box2 h2,
  .contactpg1 h2,
  .cateringpg1 h2,
  .menupg h2 {
    font-size: 32px;
  }
  .about_box1,
  .contactpg1 {
    padding: 100px 10px 60px;
  }
  .contactpg1 .grid1 {
    flex-wrap: wrap;
    gap: 20px;
  }
  .contactpg1 h4 {
    font-size: 48px;
  }
  a.btn1 span {
    padding: 0 15px;
  }
  .contact_form,
  .menupg_bx {
    padding: 20px;
  }
  .contact_form {
    background-image: none;
  }
  .flyer_pop .grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    padding: 0 25px;
  }
  .menupg_bx h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .menupg_bx_inner,
  .topgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .topgrid {
    gap: 0;
  }
  p {
    font-size: 16px;
  }
  .gallery-thumbs .swiper-slide-thumb-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  content: "";
  border: 3px solid #f5cb18;
  border-radius: 30px;
  display: block;
}
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 767px) and (max-width: 960px) {
  .footerlinks {
    margin-top: 0;
  }
  .sec1inner .col-sm-6 {
    width: 100%;
  }
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner_txt {
    top: 30% !important;
  }
  .hl_circle {
    width: 80%;
  }
  .hl_circle h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .hl_circle p {
    font-size: 18px;
  }
  .section7 ul li {
    width: 25%;
  }
  .innertxt1 {
    top: 35%;
  }
  .hl_circle a {
    font-size: 18px;
  }
  .section1 h2 {
    font-size: 32px;
  }
  .section1 p {
    font-size: 16px;
    line-height: 32px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .box555 ul.technologies li {
    width: 33.33%;
  }
  .banner_hd {
    font-size: 32px;
    line-height: 42px;
  }
  .banner_cont {
    font-size: 21px;
    height: auto;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 125%;
    max-width: 125%;
  }
  .banner_txt {
    width: 70%;
  }
  .bannercu {
    height: auto;
  }
  .projectindcont p span {
    width: 100%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .nav .pull-left {
    /* margin: 0; */
    margin-left: 110px;
  }
  .nav ul > li {
    padding: 0 10px;
  }
  .nav ul li.lastli a {
    margin-left: 0;
    padding: 0 10px;
    margin-right: 10px;
  }
  .fixed1 .logo a img {
  }
  .section1 {
    padding: 0 70px;
  }
  .hs_inf {
    padding: 0 70px;
  }
  .fabout,
  .fbox {
    clear: none;
    width: 33.33%;
    float: left;
  }
  .logo {
    left: 0;
  }
  .insection2 ul li {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .top_social,
  .top_social ul {
    /* display: none; */
    left: 20px;
  }
  .menu {
    margin: 0;
    float: right;
  }
  .menu > ul > li > a {
    padding: 0;
    font-size: 12px;
  }
  .dropdownm1 {
    left: -15%;
  }
  .dropdownm1 ul {
    display: block;
    margin: 0;
  }
  .dropdownm1 ul li {
    padding: 0 10px;
  }
  .percent-block:nth-child(1) {
    bottom: 0;
  }
  .percent-block:nth-child(2) {
    bottom: 180px;
  }
  .sec2bx {
    width: 100%;
  }
  /* .footersection{width: 22%;} */
  .socialrt a img {
    width: 50px;
  }
  .solcont1 h3 {
    font-size: 24px;
  }
  .section1 p {
    line-height: 26px;
  }
  .menu > ul > li {
    padding: 0 10px;
  }
  ul.submenu1 li a {
    font-size: 12px;
  }
  .section1::before {
    width: 98vw;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .box555 ul.technologies li {
    width: 20%;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    padding: 0 15px;
  }

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 100%;
  }
  .projectindcont p span {
    width: 100%;
  }
  .projectindcont h3 {
    font-size: 18px;
  }
  a.projectind1 {
    margin-bottom: 150px;
  }
  .nricornbx1 h2 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
  }
  .inner_banner img {
    width: 75%;
  }
  .nricornerpg h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .cpbl1in a {
    font-size: 10px;
    right: -40px;
  }
  .cpbl1in p {
    font-size: 16px;
    line-height: 24px;
  }
  .simple-menu ul a {
    font-size: 12px !important;
    padding: 20px !important;
    letter-spacing: 0 !important;
  }
  .home_services h2 {
    font-size: 42px;
  }
  img.menutopimg {
    height: 100px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  a.callus1 {
    margin-left: 0px;
  }
  .menu > ul > li {
    padding: 0 3px;
  }
  .menu > ul > li > a {
    padding: 0px 8px;
  }
  .banner_hd {
    padding: 10px 0;
  }
  .menu {
    margin: 0;
  }
  .logo a {
    width: 220px;
  }
  .top_social ul li a {
    font-size: 14px;
  }
  .hl_circle h2 {
    font-size: 42px;
  }
  .sec2bx {
    width: 100%;
  }
  .percent-block p span {
    font-size: 42px;
  }
  .section1 p {
    line-height: 32px;
  }
  /* .footersection{width: 22%;} */
  .whyright .txt {
    font-size: 12px;
  }
  .solcont1 h3 {
    font-size: 26px;
  }

  .banner_cont {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .simple-menu ul a {
    font-size: 14px !important;
    padding: 20px !important;
    letter-spacing: 0 !important;
  }
  .homenewsb_inner {
    padding: 275px 200px;
    background-image: url(../images/roundshape.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
  }
  .homenewsb_info p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    max-width: 500px;
    margin: auto;
  }
}
