body {
  font-family: "Roboto", sans-serif;
  padding-top: 0px;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
  padding-top: 120px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 100%;
  width: auto;
  /* width: 100%; */
  padding: 0 75px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

#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: 90px;
  height: 120px;
  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/log1.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -80px 0 0 -50px;
  /* 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);
  }
}
a.whatsappicon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
a.whatsappicon img {
  width: 50px;
}
.fixedsoc {
  position: fixed;
  top: 125px;
  right: 0px;
  z-index: 99;
}

.fixedsoc a {
  clear: both;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  float: right;
  transition: all 0.3s;
}

.fixedsoc a.fb {
  background-color: #4267b2;
}

.fixedsoc a.tw {
  background-color: #55acee;
}

.fixedsoc a.lin {
  background-color: #0077b5;
}

.fixedsoc a:hover {
  width: 62px;
}

/*--------header-----------*/

.main_menu {
  clear: both;
  width: 100%;
  display: table;
  background-color: #1e1e1e;
  margin-bottom: 15px;
}

.top1_left {
  display: inline-block;
  float: right;
  padding-top: 10px;
}

.top1_left ul li {
  display: inline-block;
  float: left;
  /* height: 50px;
  line-height: 50px; */
  font-weight: 300;
  position: relative;
}

.top1_left ul li a {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease 0s;

  /* letter-spacing: 1px; */
}
.top1_left ul li:last-child a {
  padding-right: 0;
}
.top1_left > ul > li:first-child > a {
  padding: 0 20px;
  border-radius: 30px;
  background-color: #eec22d;
  color: #000;
  height: 40px;
  font-weight: 500;
  line-height: 40px;
  border: 2px solid #ffedb0;
}
.top1_left ul li a img {
  margin-right: 5px;
  width: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
}
/* .top1_left ul li a i {
  margin-right: 7px;
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 2px;
}

.top1_left ul li.whatsapp a i {
  color: #2751ab;
} */
#Icon_feather-phone {
  fill: transparent;
  stroke: rgba(242, 196, 45, 1);
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Icon_feather-phone {
  width: 20px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#Icon_feather-mail {
  position: relative;
  width: 20px;
  height: 8px;
  margin-right: 7px;
  top: 3px;
  display: inline-block;
}
#Path_1 {
  fill: transparent;
  stroke: rgba(242, 196, 45, 1);
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_1 {
  width: 20px;
  height: 17.119px;
}
#Path_2 {
  fill: transparent;
  stroke: rgba(242, 196, 45, 1);
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Path_2 {
  overflow: visible;
  position: absolute;
  width: 20px;
  height: 8px;
  left: 0px;
  top: 15px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* .top1_left ul li a:hover{color: #ec3104;} */

/* .top1_left ul li:after{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: 18px;
  content: "";
  background-color: #ccc;
} */

.top1_left ul li:last-child:after {
  display: none;
}
.top1_left ul li {
  position: relative;
}
.top1_left ul > li:hover ul.submenu1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
ul.submenu1 {
  width: auto;
  min-width: 220px;
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  right: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  z-index: 9999999999;
  border-top: 0px;
  transition: all 0.6s;
  transform: translateY(10%);
  gap: 0;
}

ul.submenu1 li {
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  /* line-height: 24px; */
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

ul.submenu1 li:last-child a {
}
.toprightbtns {
  float: right;
  display: inline-block;
}

.toprightbtns a {
  display: inline-block;
  margin-left: 7px;
  height: 36px;
  line-height: 40px;
  margin-top: 7px;
  background-color: #fff;
  color: #000;

  padding: 0 30px;
  border-radius: 30px;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 16px;
}

.toprightbtns a:hover {
  background-color: #f4af16 !important;
  text-decoration: none;
  color: #fff;
}

.topsocial {
  float: right;
  display: inline-block;
  margin-top: 5px;
}

.topsocial a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  transition: all 0.3s;
  padding: 0 12px;
  height: 30px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}

.topsocial a:hover {
  background-color: #fff;
  color: #1b3072;
}

img.iso1 {
  width: 80px;
  margin-top: 2px;
}

.fixed_social {
  float: right;
  display: inline-block;
  z-index: 999999;
}

.fixed_social li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-left: 4px;
}

.fixed_social li a {
  float: left;
  color: #fff;
  opacity: 0.6;
  text-align: center;
  width: 36px;
  height: 26px;
  border-radius: 0;
  line-height: 26px;
  margin-top: 8px;
  font-size: 16px;
  transition: all 0.5s;
}

.fixed_social li a:hover {
  border-radius: 0;
  transition: all 0.5s;
}

.main_top_news {
  width: 100%;
  display: table;
  padding: 0px;
  background-color: #f2c42d;
  position: relative;
  margin-bottom: 7px;
}
.news_pd {
  width: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  float: right;
}

.news_scroll {
  list-style: none;
}

.news_scroll li {
  display: inline-block;
  float: left;
  padding: 0 50px;
  position: relative;
}

.news_scroll li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  /*border-right: 1px solid #fff;   */
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.header_top {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  padding: 0px 0 0;
  /* height: 210px; */
  z-index: 999;
  background-color: #000;
}

#header.fixed2 {
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.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: 0;
  right: 0; */
  display: inline-block;
  z-index: 9;
  transition: all 0.3s;
  margin-top: 30px;
}

.logo a img {
  width: auto;
  height: 70px;
  margin-top: 0px;
  position: relative;
  /* left: -35px; */
  transition: all 0.3s;
}
.menulocation h3 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
}
#header.fixed2 .logo a img {
  /* height: 70px; */
}
.headerrt {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 55%;
}
.top1_left {
}
.top1_left ul {
  float: right;
  /* padding-bottom: 10px;
  border-bottom: 1px solid #808080; */
}
.nav {
}

.nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.nav ul > li {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 9;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav ul > li:last-child {
  padding-right: 0;
}
.nav ul > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  height: 120px;
  line-height: 120px;
  position: relative;
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
}
.nav ul > li > a:hover {
  color: #f1d52f;
}
.nav ul > li > a span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #f6bd00;
  margin-right: 15px;
  float: left;
  margin-top: 33px;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.nav ul > li > a img {
  display: table;
  margin: auto;
  top: 13px;
  position: relative;
  width: 22px;
}
#header.fixed2 .nav ul > li > a {
  /* color: #000;
  height: 70px;
  line-height: 70px; */
}

.nav ul li.lastli a {
  height: 44px;
  line-height: 40px;
  border: 2px solid #eebc32;
  border-radius: 30px;
  margin-top: 32px;
  display: inline-block;
  transition: all 0.3s;
  margin-left: 30px;
}

.nav ul li.lastli a:hover {
  background-color: #eebc32;
  color: #fff;
}
/* 
.nav ul > li > a:before {
  position: absolute;
  left: 0;
  bottom: 55px;
  content: "";
  height: 1px;
  width: 0%;
  transition: all 0.3s;
  background-color: #fff;
}

#header.fixed2 .nav ul > li > a:before {
  background-color: #eec22d;
  bottom: 20px;
}

.nav ul > li > a.active:before,
.nav ul > li > a:hover:before {
  width: 100%;
} */

.nav ul > li.cart > a .cart1 {
  line-height: normal;
  position: relative;
}

.cart_fnt {
  font-size: 14px;
}

.cart_qnty {
  width: 28px;
  height: 28px;
  background-color: #cf5300;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -14px;
  right: -20px;
}
.searchbox {
  position: relative;
  width: 25rem;
  float: left;
}
.searchbox input.form-control {
  width: 100%;
  display: block;
  border-radius: 30px;
  border: 0;
  box-shadow: 0;
  padding: 0 2rem 0 5rem;
}
.search_btn {
  position: absolute;
  left: 1.5rem;
  top: 65%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/*------header_end--------*/

/*----------banner-----------*/

.mtop1 {
  height: 90px;
}

/* ---- particles.js container ---- */

.main_banner {
  /* height: 90vh; */
  overflow: hidden;
  width: 100%;
  display: block;
  background-color: rgb(0, 0, 0);
}

img.posimg {
  position: absolute;
  left: 0;
  top: 0%;
  /*width: 200px;*/
  /*z-index: 9;*/
}

.bannerimg {
  width: 100%;
  display: block;
  text-align: right;
  position: relative;
}

.bannerimg > img {
  width: 100%;
  opacity: 0.55;
}

.bannerinn {
  /* background-color: rgba(0, 33, 96, 0.75); */
  /* padding: 40px; */
  width: 55%;
  display: block;
  text-align: left;
  float: right;
  margin-right: 8%;
}

/* .main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
} */

.banner_txt {
  top: 30% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 15% !important;
  margin: auto;
  left: 0%;
  margin: auto;
  text-align: center;
}

.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  visibility: visible !important;
}

.banner_hd span {
  color: #fff;
  font-style: italic;
  font-size: 42px;
  font-weight: 300;
}

.banner_cont {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  padding: 0px;
  visibility: visible !important;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 10px;
}

.banner_r_more a {
  text-decoration: none;
  color: #1f9028;
  text-transform: uppercase;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  visibility: visible !important;
  outline: 0px;
}

.banner_r_more a img {
  width: 60px;
}

.banner_r_more a:hover {
  background-color: transparent;
  color: #fff;
}

.ban_but {
  /* bottom: 10%; */
}

.slideRight ul {
  list-style: none;
}

.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.slideRight ul li:first-child:before {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

.bannerslinks {
  position: absolute;
  bottom: 30px;
  right: -50px;
  text-align: center;
}

.bannerslinks a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  /* margin: 0 0 10px; */
  padding-bottom: 10px;
  padding-top: 10px;
  transition: all 0.3s;
  display: block;
  border-top: 1px solid #fff;
}
.bannerslinks a:last-child {
  border-bottom: 1px solid #fff;
}
.bannerslinks a:hover {
  color: #f1d52f;
}
a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 30%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.85;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

/* .carousel-control.right{right: 40px !important;} */

.bannercontbx1 {
  width: 100%;
  display: table;
  position: absolute;
  left: 0px;
  top: 30%;
  z-index: 9;
  visibility: hidden;
}

.bcx_bns {
  clear: both;
  width: 100%;
  display: table;
  text-align: left;
  margin-top: 20px;
}

.bcx_bns a {
  text-decoration: none;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  /* border-radius: 30px; */
  letter-spacing: 2px;
  position: relative;
  top: 0;
  background-color: transparent;
  border: 1px solid #b5060d;
  transition: all 0.3s;
  background-color: #b5060d;

  border-radius: 0px;
}

.bcx_bns a img {
  width: 20px;
  margin-right: 0px;
  top: 0px;
  margin-left: 4px;
  position: relative;
}

.bcx_bns a:hover {
  /*box-shadow: 0 2px 48px 0 rgba(237, 139, 0, 0.2), 0 2px 48px 0 rgba(0, 0, 0, 0.1);
text-decoration: none;*/
  /* top: -5px */
  background-color: #fff;
  color: #b5060d;
  border-color: #fff;
}

/* .bcx_bns a:hover:last-child{background-color: #333}
.bcx_bns a:last-child{background-color: #40454d;} */

.bannercontbx1 h2 {
  color: #fff;
  font-size: 65px;
  width: 100%;
  font-weight: 700;
  line-height: 1.3;
  /* letter-spacing: 5px; */
  font-family: "Playfair Display", serif;
}

/* .bannercontbx1 h2 span{
    color: #d9ff7a;
} */

.bannercontbx1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  /* opacity: 0.7; */
  width: 100%;
}

.bannercontbx1 h3 {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 16px;
}

.bannercontbx1 h3:before {
  position: absolute;
  left: -100px;
  width: 72px;
  height: 2px;
  background-color: #ccc;
  top: 5px;
  content: "";
}

.bannercontbx1 h3:after {
  position: absolute;
  left: -30px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  top: 2px;
  content: "";
  border: 1px solid #ccc;
  border-radius: 7px;
}

/* .ban_but{
    top: 58%;
    height: 45px;
    left: auto;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 100%;
} */

/*----------banner-----------*/

/*section1*/

.section1 {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 50px 40px 60px;
  position: relative;
  background-color: #f7f7f7;
}

.section1 h3 {
  text-align: center;
  margin-top: 0px;
  color: #bc0c19;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 23px;
}

.section1 h2 {
  text-align: center;
  margin-top: 0px;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 36px;
  color: #40454d;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 30px;
}

.section1 h2:before {
  position: absolute;
  left: calc(50% - 45px);
  height: 3px;
  width: 90px;
  bottom: 0px;
  content: "";
  background-color: #529428;
}

.section1 ul {
  list-style: none;
  width: 100%;
  display: block;
}

.section1 ul li {
  float: left;
  display: inline-block;
  /* width: 25%;  */
  padding: 0px 10px;
}

.section1 ul li a {
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: block;
  /*border-radius: 10px;*/
  border: 1px solid #e9e9ed;
  overflow: hidden;
  color: #40454d;
  /*padding-bottom: 15px;*/
}

.section1 ul li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.section1 ul li a img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
}

.allBtn {
  text-align: left;
  margin-top: 20px;
}

.allBtn a {
  display: inline-block;
  padding: 15px 25px;
  padding-right: 55px;
  color: #000;
  background: #5cacd7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5cacd7 0%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5cacd7 0%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5cacd7 0%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cacd7', endColorstr='#7db9e8', GradientType=0);
  /* IE6-9 */
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-decoration: none;
  font-size: 14px;
}

.allBtn a:after {
  position: absolute;
  top: 18px;
  right: 20px;
  content: "";
  height: 17px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/arrow-right1.svg);
  background-position: center;
  background-size: cover;
}

.allBtn a:hover {
  background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0%, #5cacd7 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%, #5cacd7 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #5cacd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#5cacd7', GradientType=0);
}

.text-40-1 {
  font-size: 24px;
  margin-top: 0;
}

.description span {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #40454d;
  background-color: #f5f5f6;
  padding: 5px 14px;
  display: inline-block;
  align-self: baseline;
  text-transform: capitalize;
  box-shadow: inset 0 2px 4px 0 #e9e9ed;
  border: 1px solid #e9e9ed;
}

.description h4 {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #40454d;
  /* letter-spacing: 2px; */
  margin-bottom: 15px;
}

.description h4 span {
  color: #05143d;
}

.description p {
  font-size: 16px;
  line-height: 26px;
  height: 156px;
  overflow: hidden;
  margin-bottom: 15px;
}

.section1 ul li a .desc1 p {
  font-weight: 800;
  color: #05143d;
  margin-bottom: 5px;
  font-size: 16px;
}

.description ul {
  list-style: none;
  margin-bottom: 10px;
  display: inline-block;
}

.description ul li {
  padding: 10px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  display: block;
}

.description ul li:before {
  position: absolute;
  left: 0px;
  top: 17px;
  width: 5px;
  height: 5px;
  background-color: #009ee3;
  content: "";
}

.section1 ul li a .desc1 p i {
  margin-right: 10px;
  color: #bc0c19;
  font-size: 14px;
}

.section1 ul li a .moreinfo span {
  background-color: #009ee3;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
}

.section1 ul li a .moreinfo span:hover {
  background-color: #28225b;
}

.section1 .owl-dots {
  display: block;
  bottom: -50px;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*--rotation--*/

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 0;
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*--ellipse--*/

@keyframes ellipse-animation {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  25% {
    border-top-left-radius: 0%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    transform: rotate(90deg);
  }
  50% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: rotate(180deg);
  }
  75% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: rotate(270deg);
  }
  100% {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
    transform: rotate(360deg);
  }
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  overflow: hidden;
  background: none;
  border-radius: 7px;
  padding: 15px 42px 15px;
  text-transform: capitalize;
  text-decoration: none;
  background-image: -ms-linear-gradient(left, #38385e 0%, #19185a 100%);
  background-image: -moz-linear-gradient(left, #38385e 0%, #19185a 100%);
  background-image: -o-linear-gradient(left, #38385e 0%, #19185a 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #38385e),
    color-stop(100, #19185a)
  );
  background-image: -webkit-linear-gradient(left, #38385e 0%, #19185a 100%);
  background-image: linear-gradient(to right, #38385e 0%, #19185a 100%);
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-image: -ms-linear-gradient(right, #38385e 0%, #19185a 100%);
  background-image: -moz-linear-gradient(right, #38385e 0%, #19185a 100%);
  background-image: -o-linear-gradient(right, #38385e 0%, #19185a 100%);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #38385e),
    color-stop(100, #19185a)
  );
  background-image: -webkit-linear-gradient(right, #38385e 0%, #19185a 100%);
  background-image: linear-gradient(to left, #38385e 0%, #19185a 100%);
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: #ffffff;
}

/* .owl-theme .owl-dots .owl-dot span{background: #ccc !important;} */

/*section1*/

.section2 {
  position: relative;
}

.section2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-1.png) left top no-repeat;
  background-attachment: fixed;
}

.section2::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-2.png) right top no-repeat;
  background-attachment: fixed;
}

.development-section .left-block,
.development-section .right-block {
  width: 100%;
}

.development-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.development-section .fixed-block .title {
  margin-bottom: 20px;
}

.development-section .fixed-block .red-label {
  margin-bottom: 25px;
}

.development-section .fixed-block .description {
  margin-bottom: 30px;
}

.development-section .item {
  margin-bottom: 30px;
  padding: 17px 24px 24px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
}

.development-section .item:last-of-type {
  margin-bottom: 0;
}

.development-section .item .title {
  margin-bottom: 9px;
}

.development-section .item .description {
  width: 100%;
}

.development-section .item .image-block {
  display: none;
}

@media (min-width: 576px) {
  .development-section .item {
    padding: 17px 0 0 24px;
  }
  .development-section .item .description {
    margin-bottom: 30px;
    width: calc(100% - 180px);
    padding-right: 23px;
  }
  .development-section .item .image-block {
    display: block;
    width: 180px;
    min-height: 150px;
    background-position: bottom;
  }
}

@media (min-width: 768px) {
  .development-section .item .description {
    width: calc(100% - 260px);
  }
  .development-section .item .image-block {
    width: 260px;
    min-height: 180px;
  }
}

@media (min-width: 992px) {
  .development-section {
    padding-top: 72px;
    padding-bottom: 75px;
  }
  .development-section .fixed-block .description {
    margin-bottom: 50px;
  }
}

.development-section .item {
  padding: 40px;
  overflow: hidden;
  position: relative;
}

.development-section .item .image-block {
  position: absolute;
  right: 0px;
  top: 0;
}

@media (min-width: 1200px) {
  .development-section {
    padding-top: 32px;
  }
  .development-section .left-block {
    position: relative;
    width: 50%;
  }
  .development-section .right-block {
    padding-top: 40px;
    width: 50%;
  }
  .development-section .fixed-block {
    padding-top: 40px;
    padding-right: 65px;
  }
  .development-section .fixed-block.fixed {
    width: 100%;
    display: block;
    position: sticky;
    top: 120px;
  }
  .development-section .fixed-block.absolute {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .development-section .fixed-block .description {
    margin-bottom: 0;
  }
  .development-section .item .description {
    width: 330px;
    font-size: 16px;
    line-height: 26px;
  }
  .development-section .item .image-block {
    position: absolute;
    right: 0px;
    top: 0;
  }
  .development-section .item .image-block img {
    width: 100%;
    display: block;
  }
}

@media (min-width: 1440px) {
  .development-section .left-block {
    width: 565px;
  }
  .development-section .right-block {
    width: calc(100% - 565px);
  }
  .development-section .fixed-block.fixed {
    width: 565px;
    left: calc((100% - 1440px) / 2 + 60px);
  }
  .development-section .fixed-block .red-label {
    margin-bottom: 45px;
  }
  .development-section .item .description {
    width: 413px;
  }
  .development-section .item .image-block {
    display: block;
    width: calc(100% - 413px);
    min-height: 250px;
  }
}

.text-75 {
  font-size: 60px;
  line-height: 70px;
  margin-top: 0;
  font-weight: 700;
  color: #003459;
}

.red-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #529428;
  margin-top: 10px;
  text-transform: uppercase;
}

.text-30 {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #616a7d;
}

.right-block a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #529428;
  font-size: 16px;
  letter-spacing: 2px;
}

.right-block a:hover {
  text-decoration: none;
}

/*section3*/

.section3 {
  background-color: #000;
  padding: 50px 0 0;
  width: 100%;
}
.section3in {
  clear: both;
  width: 100%;
  display: block;
  padding: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #1b1b1b;
  /*margin: 40px 0;*/
}

.section11 ul {
  list-style: none;
  width: 100%;
  padding-left: 60px;
}

.section11 ul li {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  padding-left: 40px;
}

.section11 ul li a {
  width: 100%;
  display: block;
  clear: both;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

.section11 ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 10px;
}

.aboutleft img {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 9;
}

.section3 h4 {
  color: #f2c42d;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-size: 60px;
  font-family: "Playfair Display", serif;
  position: relative;
  margin-top: 0;
  padding-bottom: 50px;
  font-weight: 700;
  margin-bottom: 50px;
}
.section3 h4::before {
  position: absolute;
  left: 0;
  bottom: -25px;
  background-image: url(../images/Bahubali_FINAL_l.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 50px;
  width: 100%;
  background-size: 30%;
}
.section3 h2 {
  margin-top: 0px;
  font-size: 28px;
  color: #000;
  line-height: 42px;
}

.section3 p {
  color: #fff;
  padding: 0 3%;
  font-size: 23px;
  line-height: 50px;
  margin-bottom: 30px;
}
.section3in a {
  margin: auto;
  display: table;
}
.section3in a img {
  width: 100px;
}

.hmcatering {
  background-color: #000;
  padding: 0 0 60px;
  width: 100%;
}
.hmcateringin {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 60px;
  overflow: hidden;
  position: relative;
  align-items: center;
  background-color: #1b1b1b;
  column-gap: 100px;
}
.hmcatering_cont {
}
.hmcatering_cont h2 {
  color: #f2c42d;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-size: 60px;
  font-family: "Playfair Display", serif;
  position: relative;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
}
.hmcatering_cont p {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 30px;
  width: 95%;
}
.hmcatering_cont a img {
  width: 90px;
}
.hmcatering_img {
}
.hmcatering_img img {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #f2c42d;
}

.home_menu {
  padding: 0 0 80px;
  width: 100%;
  display: table;
  background-color: #000;
}
.home_menu_in {
}
.home_menu_in h3 {
  text-align: center;
  letter-spacing: 4px;
  margin-top: 0;
  font-weight: 300;
  font-size: 21px;
  color: #f2c42d;
  margin-bottom: 30px;
}
.home_menu_in h2 {
  color: #f2c42d;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-size: 60px;
  font-family: "Playfair Display", serif;
  position: relative;
  margin-top: 0;
  padding-bottom: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.home_menu_in h2::before {
  position: absolute;
  left: 0;
  bottom: -25px;
  background-image: url(../images/Bahubali_FINAL_l.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 50px;
  width: 100%;
  background-size: 30%;
}
.home_menu_in h2::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  transform: translate(0, -50%);
  content: "";
  height: 1px;
  background-color: #f2c42d;
  width: 90%;
  margin: auto;
}
.home_menu_in h2 i {
  position: absolute;
  width: 90%;
  display: table;
  margin: auto;
  left: 0;
  right: 0;
  top: 35%;
  height: 3px;
}
.home_menu_in h2 i:before,
.home_menu_in h2 i:after {
  position: absolute;
  content: "";
  background-color: #f2c42d;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translate(0, -50%);
  top: 0;
}
.home_menu_in h2 i:before {
  left: 0;
}
.home_menu_in h2 i:after {
  right: 0;
}
.home_menu_in span {
  background-color: #000;
  position: relative;
  z-index: 9;
  padding: 0 25px;
}
.home_menu_produtcs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  padding: 0 50px;
}
.home_menu_product a {
  display: block;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s;
  color: #fff;
}
.home_menu_product a .home_menu_img {
  border: 1px solid #f2c42d;
  width: 100%;
  padding: 10px;
}
.home_menu_img_in {
  width: 100%;
  overflow: hidden;
}
.home_menu_img_in img {
  width: 100%;
  transition: all 0.3s;
  display: block;
}
.home_menu_product a:hover .home_menu_img .home_menu_img_in img {
  transform: scale(1.1);
}
.home_menu_product a h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
  transition: all 0.3s;
}
.home_menu_product a:hover h4 {
  color: #f2c42d;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  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: #f4af16;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.cloned .icon-bar {
  background: #000;
}

/* .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(113, 79, 54, 0.4);
}

.cart_bx1 {
  width: 96%;
  background-color: #000;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition: ease all 0.4s;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/work-left.png");
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}

.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: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.white.menu1 ul > li > a {
  line-height: 50px;
}
.white.menu1 ul > li > a span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border: 1px solid #f6bd00;
  margin-right: 15px;
  float: left;
  margin-top: 0;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.white.menu1 ul > li > a img {
  display: table;
  margin: auto;
  top: 13px;
  position: relative;
  width: 22px;
}

.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: 36px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #138dd0;
  background-color: #138dd0;
  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;
}

.abtbtn {
  position: relative;
  clear: both;
  display: inline-block;
  margin-left: 60px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 15px 15px 30px;
  border-left: 1px solid rgba(181, 181, 181, 0.5);
}

.abtbtn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 1px;
  width: 8.3rem;
  opacity: 0.5;
  background: rgba(181, 181, 181, 0.5);
}

.abtbtn:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: auto;
  left: 0;
  opacity: 0.5;
  height: 1px;
  width: 8.3rem;
  background: rgba(181, 181, 181, 0.5);
}

.abtbtn a {
  font-size: 14px;
  color: #529428;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

.abtbtn a:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  background: rgba(181, 181, 181, 0.5);
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 65px;
}

.abtbtn a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: relative;
  top: 50%;
  top: 0px;
  right: -20px;
  transition: all 0.3s;
}

.abtbtn a:hover svg {
  right: -30px;
}

/*section3*/

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image {
    padding-top: 70px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (max-width: 599px) {
  .standard-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image {
    max-height: 797px;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image {
    max-height: 797px;
  }
}

.standard-image--black {
  background-color: #1e1e1e;
}

.standard-image--grey {
  background-color: #f6f6f6;
}

.standard-image--white {
  background-color: #fff;
}

.standard-image__container {
  max-width: 1795px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 599px) {
  .standard-image__container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__container {
    padding-left: 9vw;
    padding-right: 9vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image__container {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0 auto;
  }
}

.standard-image--right .standard-image__container {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.standard-image--left .standard-image__container {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image__container {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image__container {
    display: -webkit-box;
    display: flex;
  }
}

.standard-image .standard-image__click-target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.standard-image
  .standard-image__click-target:hover
  + .standard-image__image
  + .standard-image__content
  a:before {
  width: 80px;
}

.standard-image__text ul {
  margin: 45px 0;
  padding: 0;
  list-style-type: none;
}

.standard-image__text ul li {
  padding: 0 0 0 20px;
  position: relative;
}

.standard-image__text ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.standard-image__text ul li a {
  color: #1e1e1e;
  text-decoration: none;
}

.standard-image__text ul li a:hover {
  text-decoration: underline;
}

.standard-image__image {
  position: relative;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image__image {
    width: 60%;
    height: 0;
    padding-top: 30%;
    min-height: 610px;
    max-height: 640px;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image__image {
    width: 60%;
    height: 0;
    padding-top: 30%;
    min-height: 610px;
    max-height: 640px;
  }
}

@media screen and (max-width: 599px) {
  .standard-image__image {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    padding-top: 64.14%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__image {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    padding-top: 64.14%;
  }
}

.standard-image--right .standard-image__image {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.standard-image--left .standard-image__image {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.standard-image__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.standard-image__number {
  font-size: 70px;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);

  display: inline-block;
}

.standard-image__content--yellow .standard-image__number {
  color: #ffdc0d;
}

.standard-image__content--blue .standard-image__number {
  color: #eec22d;
}

.standard-image__content--red .standard-image__number {
  color: #eb2c33;
}

@media screen and (max-width: 599px) {
  .standard-image__number {
    font-size: 3.125rem;
    line-height: 1.5rem;
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__number {
    font-size: 3.125rem;
    line-height: 1.5rem;
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
  }
}

@media screen and (max-width: 599px) {
  .standard-image__number {
    top: 35px;
  }
}

@media screen and (max-width: 599px) {
  .standard-image__left {
    width: 60px;
    position: relative;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__left {
    width: 60px;
    position: relative;
  }
}
@media screen and (min-width: 260px) and (max-width: 960px) {
  .contact_pop {
    padding: 35px !important;
  }
  .contact_content {
    width: 100% !important;
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image__content-wrapper {
    border-top: 1px solid #1e1e1e;
    margin-top: 10px;
  }
  .standard-image__content--yellow .standard-image__content-wrapper {
    border-color: #ffdc0d !important;
  }
  .standard-image__content--blue .standard-image__content-wrapper {
    border-color: #eec22d !important;
  }
  .standard-image__content--red .standard-image__content-wrapper {
    border-color: #eb2c33 !important;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image__content-wrapper {
    border-top: 1px solid #1e1e1e;
    margin-top: 55px;
  }
  .standard-image__content--yellow .standard-image__content-wrapper {
    border-color: #ffdc0d !important;
  }
  .standard-image__content--blue .standard-image__content-wrapper {
    border-color: #eec22d !important;
  }
  .standard-image__content--red .standard-image__content-wrapper {
    border-color: #eb2c33 !important;
  }
}

@media screen and (max-width: 599px) {
  .standard-image__content-wrapper {
    margin: 25px 22px 0;
    -webkit-box-flex: 0;
    flex: 0 1 calc(100% - 60px);
  }
  .standard-image--number .standard-image__content-wrapper {
    margin: 0 20px 25px 0;
    border: 0;
    padding: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__content-wrapper {
    margin: 25px 22px 0;
    -webkit-box-flex: 0;
    flex: 0 1 calc(100% - 60px);
  }
  .standard-image--number .standard-image__content-wrapper {
    margin: 0 20px 25px 0;
    border: 0;
    padding: 0;
  }
}

.standard-image--black .standard-image__content-wrapper {
  border-color: #ffdc0d;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__title {
    margin: 30px 0 10px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image__title {
    margin: 15px 0;
    font-size: 55px;
  }
  .sleftt .standard-image__left,
  .standard-image--left .standard-image__title,
  .standard-image--left .standard-image__text,
  .standard-image--left .standard-image__content a {
    margin-left: 50px;
  }
  .standard-image--left .standard-image__content p {
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image__title {
    margin: 30px 0 10px;
  }
}

@media screen and (max-width: 599px) {
  .standard-image__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 20px 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .standard-image__content {
    max-width: 40%;
    align-self: flex-end;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .standard-image__content {
    max-width: 485px;
    align-self: flex-end;
    margin-bottom: 100px;
  }
}

.standard-image--right .standard-image__content {
  margin-right: 0px;
}

.standard-image--left .standard-image__content {
  margin-left: 0px;
}

@media screen and (max-width: 599px) {
  .standard-image--left .standard-image__content {
    margin: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image--left .standard-image__content {
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  .standard-image--number .standard-image__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    border-bottom: 1px solid #1e1e1e;
  }
  .standard-image--black.standard-image--number .standard-image__content {
    border-bottom: 1px solid #ffdc0d;
  }
  .standard-image--black.standard-image--number
    .standard-image__content--yellow {
    border-color: #ffdc0d;
  }
  .standard-image--black.standard-image--number .standard-image__content--blue {
    border-color: #eec22d;
  }
  .standard-image--black.standard-image--number .standard-image__content--red {
    border-color: #eb2c33;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image--number .standard-image__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    border-bottom: 1px solid #1e1e1e;
  }
  .standard-image--black.standard-image--number .standard-image__content {
    border-bottom: 1px solid #ffdc0d;
  }
  .standard-image--black.standard-image--number
    .standard-image__content--yellow {
    border-color: #ffdc0d;
  }
  .standard-image--black.standard-image--number .standard-image__content--blue {
    border-color: #eec22d;
  }
  .standard-image--black.standard-image--number .standard-image__content--red {
    border-color: #eb2c33;
  }
}

.standard-image__content p {
  margin: 0 0 20px;

  font-size: 18px;
  line-height: 36px;
  padding-right: 30px;
}

.standard-image--black .standard-image__content a,
.standard-image--black .standard-image__content h3,
.standard-image--black .standard-image__content p {
  color: #fff;
  font-family: "Playfair Display", serif;
}

.standard-image__content a {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #1e1e1e;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-width: 230px;
  -webkit-transition: min-width 0.3s;
  transition: min-width 0.3s;
}

@media screen and (max-width: 599px) {
  .standard-image__content a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .standard-image__content a {
    font-size: 18px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .standard-image__content a {
    min-width: 180px;
    font-size: 0.875rem;
  }
}

.standard-image__content a:before {
  content: "";
  width: 60px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 1px;
  margin-left: 35px;
  background-color: #1e1e1e;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.standard-image--black .standard-image__content a:before {
  background-color: #fff;
}

.standard-image__content a:after {
  content: "";
  position: absolute;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  height: 8px;
  width: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.standard-image--black .standard-image__content a:after {
  border-color: #fff;
}

.morearrow {
  clear: both;
  width: 100%;
  display: table;
  background-color: #1e1e1e;
  text-align: center;
  padding-bottom: 50px;
}

.morearrow a {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;

  font-size: 21px;
}

.morearrow a img {
  width: 70px;
  margin-bottom: 10px;
}

.enquirenowbx {
  background-image: url(../images/wedding-4455622.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 100px;
  position: relative;
  text-align: center;
  background-position: center top;
  display: none;
}

/* .enquirenowbx:before {
  background-color: #f4af16;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
} */

.enquirenowbx h2 {
  -webkit-text-stroke: 1px #f4af16;
  text-stroke: 1px #f4af16;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-size: 175px;
  position: relative;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 100px;
}

.enquirenowbx a {
  display: inline-block;
  margin-left: 7px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;

  padding: 0 30px;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: 2px;
  position: relative;
}
.enquirenowbx a:hover {
  color: #f2c42d;
}
.enquirenowbx a:before,
.enquirenowbx a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #f2c42d;
  height: 2px;
  width: 40%;
}
.enquirenowbx a:before {
  left: 0;
}
.enquirenowbx a:after {
  right: 0;
}
.enquirenowbx a i {
  position: absolute;
  width: 100%;
  display: table;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
}
.enquirenowbx a i:before,
.enquirenowbx a i:after {
  position: absolute;
  content: "";
  background-color: #f2c42d;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translate(0, -50%);
  top: 0;
}
.enquirenowbx a i:before {
  left: 0;
}
.enquirenowbx a i:after {
  right: 0;
}

.enquirenowbx a:hover {
}

.footerbox {
  background-color: #1b1b1b;
  padding: 50px 0;
  width: 100%;
  display: table;
}
a.footer_logo {
  display: table;
  margin: auto;
  float: none;
  text-decoration: none;
  transition: all 0.3s;
}
a.footer_logo img {
  height: 70px;
}
.footerbox1 {
  display: table;
  margin: auto;
  border-top: 1px solid #eec22d;
  border-bottom: 1px solid #eec22d;
  padding: 30px 0;
  margin-top: 30px;
}

.footerbox1 a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  margin-right: 50px;
  letter-spacing: 2px;
}

.footerbox1 a:last-child {
  margin-right: 0;
}

.footerbox a.soc {
  font-size: 24px;
}
.footerbox1 a:hover {
  color: #eec22d;
}
.vat {
  text-align: center;
  font-size: 21px;
  width: 100%;
  color: #eec22d;
  margin-top: 30px;
  letter-spacing: 3px;
}
.vat span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.ft_soc {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ft_soc a {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 1.8rem;
  transition: all 0.3s;
  text-align: center;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  line-height: 40px;
}

.ft_soc a:hover {
  background-color: #eec22d;
}

.ftcopy {
  clear: both;
  width: 100%;
  text-align: center;

  margin-top: 20px;
  color: #fff;
  opacity: 0.45;
  font-size: 16px;
}

/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #000;
  padding: 0 75px 50px;
}
.inner_banner img {
  width: 100%;
  opacity: 0.45;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0%;
  padding: 10px 35px;
  transform: translateY(-60%);
  z-index: 9;
}
.searchbxtxt {
  top: 42%;
}
.innertxt1 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #eec22d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 21px;
  right: 8px;
  top: -5px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 48px;
  font-size: 60px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  margin-top: 0;
  letter-spacing: 3px;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}
/*innerbanner*/

.aboutpgbox1 {
  width: 100%;
  display: table;
  padding: 00px 0 50px;
}
.aboutpgbox1in {
  background-color: #1e1e1e;
  padding: 50px 50px 100px;
}
.aboutbxx1 {
  clear: both;
  width: 100%;
  display: table;
  margin-bottom: 100px;
}
.aboutboximg {
  position: relative;
  width: 100%;
  display: table;
  z-index: 9;
}
.aboutboximg:before {
  position: absolute;
  right: 35px;
  top: 25px;
  content: "";
  background-color: #4e4e4e;
  border-bottom-right-radius: 50px;
  width: 90%;
  height: 100%;
  z-index: -1;
}
.aboutboximg img {
  width: 90%;
  display: block;
  float: left;
}
.aboutbxx1 h2 {
  color: #f2c42d;
  letter-spacing: 1px;
  padding-bottom: 0;
  font-size: 55px;
  font-family: "Playfair Display", serif;
  position: relative;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
}
.aboutbxx1 p {
  color: #fff;
  font-size: 21px;
  line-height: 36px;

  margin-bottom: 20px;
  font-weight: 300;
}

.standard-image__content1 {
  max-width: 55%;
}
.standard-image__image1 {
  max-width: 45%;
  position: relative;
  left: 35px;
}
.standard-image__image2 {
  float: right;
  max-width: 45%;
  position: relative;
  right: 35px;
}

p.p2 {
  padding-right: 70px !important;
}

.innerftbx {
  padding: 40px 0;
  width: 100%;
  text-align: center;
  background-color: #f4af16;

  font-size: 32px;
  font-weight: 400;
  color: #000;
  position: relative;
  overflow: hidden;
  display: block;
}
.innerftbx:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bgpat.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left center;
  opacity: 0.3;
}
.innerftbx:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bgpat1.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right center;
  opacity: 0.3;
}
.contactpg1 {
  background-color: #1e1e1e;
  padding: 50px;
  display: table;
  width: 100%;
}
.contaddbx {
  background-color: #4e4e4e;
  padding: 40px 40px 20px 40px;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.contaddbx h2 {
  color: #f4af16;
  font-size: 28px;
  position: relative;
  font-weight: 400;
  margin-top: 0;

  margin-bottom: 30px;
}
.contaddbx p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.contaddbx p img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contaddbx p a {
  text-decoration: none;
  color: #fff;
}

.contactform {
  clear: both;
  width: 100%;
  display: table;
}
.contactform h2 {
  color: #f4af16;
  font-size: 32px;
  position: relative;
  font-weight: 700;
  margin-top: 0;

  margin-bottom: 15px;
}
.contactform h3 {
  color: #cc020d;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  margin-top: 0;

  margin-bottom: 15px;
}
.contactform p {
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  margin-top: 0;

  margin-bottom: 35px;
}
.contactform input.form-control,
.contactform textarea.form-control {
  background-color: #4e4e4e;
  height: 70px;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 0;

  border: 0;
  padding: 0 30px;
  font-size: 15x;
}
.contactform textarea.form-control {
  height: 150px;
  padding: 30px;
  display: block;
}
textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}
.contactform input.btn {
  border: 0;
  text-transform: uppercase;
  background-color: #cc020d;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s;
  margin-top: 15px;
  color: #fff;

  padding: 0 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 50px;
  line-height: 50px;
}

.contactform input.btn:hover {
  background-color: #fff;
  color: #cc020d;
}

.chefbox {
  position: relative;
  width: 100%;
  padding: 0 15%;
  z-index: 1;
}
.chefbox:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  content: "";
  background-color: #191818;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}
.chefbox img {
  width: 100%;
  display: blcok;
}
.cateringpgbx1 {
  width: 100%;
  display: table;
  padding: 50px;
  background-color: #1e1e1e;
  margin-bottom: 50px;
}
.cateringpgbx1 p {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  position: relative;
  font-weight: 400;
  margin-top: 0;

  margin-bottom: 35px;
}

.cateringpgbx1 ul {
  list-style: none;
  width: auto;
  padding: 0;
  margin: auto;
  display: table;
  margin-bottom: 30px;
}
.cateringpgbx1 ul li {
  display: inline-grid;
  float: left;
  position: relative;
  flex-grow: 1;
  align-items: center;
  margin: 5px;
  min-width: 200px;
}
.cateringpgbx1 ul li a {
  text-decoration: none;
  display: block;
  color: #f4af16;
  display: block;
  transition: all 0.3s;
  text-align: center;
  padding: 40px 10px;
  font-size: 18px;
  background-color: #4e4e4e;

  transition: all 0.3s;
}
.cateringpgbx1 ul li a:hover {
  background-color: #f4af16;
  color: #fff;
}
.cateringpgbx1 ul li a p {
  margin: 0;

  font-size: 21px;
  margin-top: 15px;
  color: #f4af16;
  transition: all 0.3s;
}
.cateringpgbx1 ul li a:hover p {
  color: #fff;
}
.cateringpgbx1 ul li a img {
  height: 70px;
}

.menupgbx1 {
  padding: 50px;
}
.menupgbx1 ul li a p {
  margin: 0;

  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}
.menupgbx1 ul li {
  max-width: 190px;
  min-width: 190px;
}
.menupgbx1 ul li a:hover {
  background-color: #4e4e4e;
  color: #f4af16;
}
.menupgbx1 ul li a.active p,
.menupgbx1 ul li a:hover p {
  color: #f4af16;
}
.menupgbx1 ul li a img {
  opacity: 0.5;
}
.menupgbx1 ul li a.active img {
  opacity: 1;
}

/*menubox*/
.menubox {
  width: 100%;
  display: table;
  padding: 0px 0 50px;
  background-color: #000;
}
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid transparent;
  margin-bottom: 0;
  outline: 0;
}
.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
  border-color: #eec22d;
}
.image-checkbox .fa.fcheck {
  position: absolute;
  color: #0a1a2e;
  background-color: #eec22d;
  padding: 10px;
  top: -20px;
  left: -12px;
  border-radius: 5px;
}
.image-checkbox-checked .fa.fcheck {
  display: block !important;
}
.menuitem1 {
  position: relative;
  display: table;
  width: 100%;
}
.menuitem1 .image-checkbox {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  /* min-height: 180px; */
  display: table;
  margin-bottom: 20px;
  transition: all 0.3s;
  position: relative;
}
.menuitem1 .image-checkbox:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.menuitem1 .fcheck {
  display: none;
}

.rightmenubox h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #eec22d;
  position: relative;
  margin-top: 20px;
}
.leftmenubox h2 span,
.rightmenubox h2 span {
  background-color: #000;
  position: relative;
  padding-right: 15px;
}
.leftmenubox h2:before,
.rightmenubox h2:before {
  position: absolute;
  left: 0px;
  width: 93%;
  content: "";
  top: 20px;
  height: 1px;
  background-color: #eec22d;
}
.rightmenubox h2:before {
  width: 100%;
}
.leftmenubox h3 {
  position: relative;
  margin-top: 0;
  font-size: 21px;
  color: #000;
}
.foodtype {
  float: left;
  position: relative;
  margin-right: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #168a16;
  display: block;
  margin-top: 1px;
}
.foodtype:before {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  content: "";
  border-radius: 7px;
  background-color: #168a16;
}
.veg {
  border-color: #168a16;
}
.veg:before {
  background-color: #168a16;
}

.nonveg {
  border-color: #ff0000;
}
.nonveg:before {
  background-color: #ff0000;
}

.leftmenubox h3 span.price1 {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 16px;
  color: #000;
}
.checkqtydiv {
  display: table;
  float: left;
  width: 122px;
  /* border-radius: 5px; */
  overflow: hidden;
  border: 1px solid #96a4b6;
  position: absolute;
  right: 100px;
  top: 16px;
}
.checkoutpage_qty {
  width: 40px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  color: #333;
  background-color: #fff3d2;
  display: inline-block;
  float: left;
  /* border: 1px solid #ff6b00; */
  box-shadow: none;
  border: 0;
}
a.qutadd {
  float: left;
  text-decoration: none;
  color: #96a4b6 !important;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  outline: none;
  font-weight: 400;
  width: 40px;
  display: inline-block;
  height: 36px;
  padding: 0;
  border-radius: 0;
  transition: ease all 0.5s;
  /* border: 1px solid #ff6b00 !important;  */
  border: 0;
  background-color: #fff !important;
  box-shadow: none;
}
a.qutadd:hover {
  /* color: #fff;
    background-color: #e4b64e;
    transition:ease all .5s; */
}
.menuitem1 .col-sm-12 a {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  height: 38px;
  line-height: 36px;
  margin-top: 0px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #92a1b3;
  /* border-radius: 15px; */
  transition: all 0.3s;
  float: right;
  text-align: center;
  font-size: 14px;
  top: 3px;
  position: relative;

  font-weight: 500;

  text-transform: uppercase;
}
.menuitem1 .col-sm-12 a.btn2 {
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 0;
}
.menuitem1 .col-sm-12 a.btn1 {
  background-color: #748599;
  color: #fff;
  border-color: #748599;
}
.hspace {
  height: 50px;
}
.leftmenubox p {
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
}
/*menubox*/

.cartitems1 {
  width: 100%;
  padding: 15px;
  background-color: #1e1e1e;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border: 0;
}
.table {
  font-size: 16px;
}
.table h3 {
  position: relative;
  margin-top: 0;
  font-size: 16px;
  color: #fff;
}
.table tr td {
  vertical-align: middle !important;
}
.tablecheckqtydiv {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 30px;
}
.tablecheckqtydiv a.qutadd {
  width: 25px;
  font-size: 9px;
  height: 30px;
  line-height: 30px;
}
.tablecheckqtydiv .checkoutpage_qty {
  width: 28px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.borderbx {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table tr td h4 {
  font-size: 18px;

  font-weight: 600;
}
a.checkoutbx {
  background-color: #eec22d;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s;
  width: 100%;
  display: block;

  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 2px 8px #d4d5d9;
}
a.checkoutbx:hover {
  background-color: #000;
  color: #eec22d;
}

.forgottenpassword {
  width: 100%;
  float: left;
}
.forgotsubmit {
  /* float: right; */
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  transition: all 0.3s ease 0s;
  border: 1px solid #eec22d;
  background-color: #eec22d;

  font-size: 15px;
  cursor: pointer;
}
.forgotsubmit:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.forgottenpassword label {
  width: 20%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: left;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 20px;
}
/* .forgottenpassword label:after
{
	content:':';
	font-family:'FontAwesome';
	color: #222;
	position:absolute;
	right:0px;
	top:0px;
} */
.forgottenpassword_fields {
  background-color: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333333;
  display: block;
  padding: 15px 15px;
  width: 78%;
  float: right;
  border-radius: 0px;
  word-break: normal;
  font-size: 14px;
}
.fieldset {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.image {
  width: 100%;
  display: block;
  position: relative;
}
.image span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 24px;
  z-index: 9;
  opacity: 0;
  transform: scale(0.4) translate(-50%, -50%);
  visibility: hidden;
  transition: 0.5s ease;
  transition-delay: 0.5s;
}

.image:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
}

.image span:hover {
  color: #ca953b;
}

.image:before {
  background: rgba(53, 53, 53, 0.56);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(75deg) translateZ(0px);
  z-index: 3;
  opacity: 0;
}

.image:hover:before {
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.contact_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  display: none;
}
.contact_content {
  width: 700px;
  display: table;
  margin: auto;
  margin-top: 8%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.contactpopbx {
  display: table;
  width: 100%;
  text-align: center;
  color: #000;
  padding: 50px 20px 20px;
}
.contactpopbx h3 {
  color: #eec22d;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
}
.contactpopbx h3:before {
  position: absolute;
  left: calc(50% - 30px);
  bottom: -20px;
  width: 60px;
  height: 2px;
  background-color: #ccc;
  content: "";
}
.contactpopbx h2 {
  color: #ec0345;
  font-size: 42px;
}
.contactpopbx p {
  font-size: 18px;
  color: #000;
}
.pop_content_addr {
  width: 700px;
}
.popuplogo {
  position: fixed;
  left: 5%;
  top: 5%;
}
.popuplogo img {
  width: 200px;
  display: block;
}
.close_btn {
  color: #92a1b3;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 999999;
}
.close_btn1 {
  top: 15px;
  right: 20px;
}
.close_btn img {
  width: 30px;
  display: block;
}
.close_error_btn {
  color: #dcdcdc;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.menubox ul#accordion {
  list-style: none;
  margin: auto;
  margin-bottom: 30px;
}
.menubox .accordion {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  text-align: left;
}

.menubox .accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 55px 10px 15px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  /* box-shadow: 0 2px 10px -2px rgba(0,0,0,0.2),0 20px 60px -10px rgba(0,0,0,.3); */
  /* box-shadow: 0 2px 4px rgba(0,0,0,.1); */
  border: 4px solid rgb(238, 238, 238);
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-family: "Playfair Display", serif;

  margin-bottom: 0px;

  width: 100%;
}

.menubox .accordion .link:before {
  position: absolute;
  right: 22px;
  top: 22px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 25px;
}
.menubox .accordion li.open .link:before {
  background-image: url("../images/up-arrow.png");
}

.menubox .accordion li.open .link {
  /* color: #fff; background-color: #c1272d; border-color: #c1272d; */
}

/* .menubox .accordion li.open i { color: #fff; } */

.menubox .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menubox .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  list-style: none;
  width: 100%;
  padding: 30px 30px 15px;
  margin: 0;
  background-color: rgb(238, 238, 238);
  /* margin-bottom: 10px; */
}

.flyer_pop {
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 10px;
  overflow: hidden;
  position: fixed;
  transition: all 2s;
}
.flyer_pop.open {
  top: 0;
  transition: all 2s;
}
.flyer_pop.hideit {
  top: 100%;
  transition: all 0.5s;
}
.flyer_img {
  width: 100%;
  max-width: 600px;
  display: table;
  margin: 30px auto;
  position: relative;
}
.flyer_img img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.flyer_close {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50px;
  width: 40px;
  font-weight: 600;
  font-size: 20px;
  background: #f9b126;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.menuboxcat1 {
  width: 100%;
  display: table;
}

.leftmenubox {
  width: 60%;
  float: left;
  display: inline-block;
  padding-right: 30px;
}
.rightmenubox {
  width: 40%;
  float: right;
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
}
span.price1 {
  font-size: 18px;
}

.desknobox {
  display: none;
}
.deskno {
  display: none;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    .inner_banner1, .hometestswipe{margin-top: 15px;}
  body {
    overflow-x: hidden;
    padding-top: 110px;
  }
  .header_top {
    height: 135px;
  }
  .header_top {
    padding-top: 10px;
  }
  .container1_inner {
    width: 100%;
  }
  .container {
    padding: 0;
  }
  .hd_right {
    display: none;
  }
  .top_left {
    display: none;
  }
  .bannersvg {
    display: block;
    overflow-x: hidden;
    min-height: 2000px;
  }
  .bannersvg3 {
    display: block;
    overflow-x: hidden;
    min-height: 1500px;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  /* .header{padding: 5px 0px;} */
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 60px;
    right: 10px;
    z-index: 999;
  }
  .menu {
  }
  #header.fixed1 .menu > ul > li:last-child > a {
    margin: 30px 30px 0 0;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .header_right {
    padding: 0px;
  }
  .logo {
    padding-left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .logo a img {
    float: left;
    padding: 0px;
  }
  .eBtn_pop {
    display: none;
  }
  a.scroll-down-link {
    bottom: 20px;
  }
  .bannercontbx1 {
    top: 15%;
    left: 0px;
  }
  .bannercontbx1 h2 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
  }
  .bannercontbx1 p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }
  .bannercontbx1 h3 {
    color: #fff;
  }
  .pavcontentslider .carousel-control {
    top: 40% !important;
  }
  .box2cont h4 {
    font-size: 16px;
  }
  .box2cont h3 {
    font-size: 26px;
  }
  .box2cont p {
    padding: 0 5%;
    font-size: 16px;
    line-height: 24px;
  }
  .education-short {
    margin-bottom: 25px;
  }
  .box2 {
    padding-bottom: 10px;
  }
  .bannercontbx1 {
    position: relative;
  }
  .bannercontbx1 .container {
    padding: 0;
  }
  .bannercontbx1 .container .col-sm-6 {
    padding: 0;
  }
  .bannerinn {
    /* background-color: rgb(0, 33, 96); */
    width: 100%;
    margin-right: 0;
  }
  .bannerinn {
    padding: 20px;
  }
  .ban_but {
    right: 15px !important;
  }
  .section3 p,
  .hmcatering_cont p {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }
  .hmcatering_cont a img {
    width: 50px;
    margin: auto;
    display: table;
  }
  .hmcatering_img img {
    margin-top: 30px;
  }

  .standard-image__title {
    font-size: 24px;
    margin-top: 30px;
  }
  .standard-image__content p {
    font-size: 16px;
    line-height: 24px;
  }
  .standard-image__content a {
    font-size: 16px;
  }
  .morearrow a {
    font-size: 14px;
  }
  .morearrow a img {
    width: 50px;
  }
  .enquirenowbx {
    padding: 0px 0 30px;
  }
  .enquirenowbx a::before,
  .enquirenowbx a::after {
    width: 28%;
  }
  .enquirenowbx h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .enquirenowbx p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
  }
  .enquirenowbx a {
    font-size: 14px;
  }
  .footerbox1 {
    text-align: center;
  }
  .footerbox1 a {
    font-size: 12px;
    display: inline-block;
    margin-right: 0;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .footerbox a.soc {
    display: inline-block;
  }
  .ftcopy {
    font-size: 12px;
  }
  #header.fixed2 {
    height: 135px;
  }
  #header.fixed2 .logo {
    top: 10px;
  }
  .aboutsec {
    padding: 40px 0;
  }
  .aboutsec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .aboutsec p,
  .wework p {
    font-size: 16px;
    line-height: 28px;
  }
  .wework ul {
    width: 100%;
  }
  .weimg {
    margin-top: 15px;
  }
  .whychos-bx .bgHover-cir {
    display: none;
  }
  .wework h2 {
    font-size: 28px;
  }
  .box3 ul {
    margin-top: 40px;
  }
  .box3 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .bannerimg > img {
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
    object-position: center center;
  }
  .banner_txt {
    left: 0px;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .banner_hd {
    font-size: 18px;
    line-height: 36px;
    margin-top: 0px;
  }
  .banner_cont {
    display: none;
  }
  .banner_r_more a {
    font-size: 14px;
    padding: 10px 25px;
  }
  .banner_r_more {
    margin-top: 0;
  }
  .section1 {
    padding: 40px 0;
    display: block;
  }
  .inner-container {
    padding: 30px;
    display: block;
  }
  .about-section .image img {
    width: 100%;
    display: block;
  }
  .about-section .image .video-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .about-section .content-column .inner-column {
    margin-top: 80px;
  }
  .whychos-bx:hover .whychos-icon img + img {
    display: none;
  }
  .whychos-bx {
    padding-right: 0px;
    padding-top: 40px;
  }
  .whychos-bx .whychos-txt h6 {
    font-size: 21px;
  }
  .section5 h1,
  .innerscroll h2 {
    font-size: 32px;
  }
  .innerscroll .owl-nav {
    display: none;
  }
  .bg-video--waves video {
    display: block;
    height: 150%;
    width: auto !important;
  }
  .clientsbx ul li {
    padding: 0;
    height: 100px;
    line-height: 100px;
  }
  .clientsbx ul li.oa1 img {
    height: 80px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .box4 {
    display: block;
  }
  .overlap__text {
    width: auto;
    bottom: auto;
    padding: 30px;
  }
  .overlap__title {
    font-size: 21px;
  }
  .box4 {
    padding-bottom: 40px;
  }
  .overlap__text {
    position: relative;
  }
  .ftlinks {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }
  .ftlinks a {
    width: 100%;
    float: left;
    display: inline-block;
  }
  .whychos-bx:hover .whychos-txt p,
  .whychos-bx:hover .whychos-txt h6 {
    color: #fff;
  }
  .sec-title.light h2,
  .section6 h2,
  .box4hd1 {
    font-size: 24px;
    line-height: 28px;
  }
  .sec6bx1 {
    width: 50%;
  }
  .technology1 {
    padding: 5px;
  }
  .techhd1 {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
  }
  .box4hd1 a {
    font-size: 10px;
  }
  /* .carousel-control.right {
		right: 30px !important;
	} */
  .main_banner {
    height: auto;
  }
  .section1 h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .section1 h2:before,
  .section1 h2:after {
    display: none;
  }
  .section1 h3 {
    font-size: 18px;
  }
  .section1 p.servcont {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
  }
  .section3 .col-sm-4 {
    padding: 0px !important;
  }
  .section3 .col-sm-8 {
    height: auto;
  }
  a.sec2bx {
    margin-bottom: 25px;
  }
  .section2 {
    padding-bottom: 30px;
  }
  .news-block .inner-box {
    margin-bottom: 30px;
  }
  .section4 {
    padding-bottom: 20px;
  }
  .footer {
    padding: 20px;
    font-size: 12px;
  }
  .footer_menu,
  .footer_menu1 {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .home_addressleft {
    width: 100%;
  }
  .box6_left,
  .box6_right {
    width: 100%;
    display: block;
    clear: both;
    padding: 0;
  }
  .form_hd {
    font-size: 24px;
  }
  .box6_right .ft_txt,
  .box6_right .ft_txtarea {
    width: 100%;
    clear: both;
  }
  .innertxt1 {
    /* top: 20%; */
  }
  .inner_banner h1 {
    font-size: 24px;
  }
  .leftpgbx h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .leftpgbx h4 {
    font-size: 14px;
  }
  .leftpgbx p,
  .leftpgbx2 p,
  .visionbx ul li,
  .leftpgbx ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page1 .sticky {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
  .key_people img {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .box5_row1,
  .leftpgbx2,
  .rightbx2 {
    width: 100%;
    clear: both;
  }
  .rightbx2 {
    margin-bottom: 30px;
  }
  .career_form h2 {
    font-size: 28px;
  }
  .innerbox3 {
    padding-top: 0;
  }
  .modal-dialog1,
  .right_cont ul li {
    width: 100%;
  }
  .right_cont .hd1 {
    font-size: 24px;
    line-height: 28px;
  }
  .halfspan {
    width: 100%;
    clear: both;
  }
  .b5_img1 img {
    width: 60%;
  }
  .footer_hd {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .footer_menu1 img {
    width: 240px !important;
  }
  .sec3_bg {
    min-height: auto;
  }
  .section3 {
    /* padding: 0px 10px; */
  }
  .section3in a img {
    width: 50px;
  }
  .hmcateringin {
    padding: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .ft_logo,
  .ft_left2,
  .ft_left1,
  .ftleft1 {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .ft_logo img {
    width: 180px;
  }
  .mFooter {
    font-size: 14px;
  }
  #header.cloned {
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
  }
  .innertxt1 ul {
    display: none;
  }
  .innerbox3 {
    padding: 20px;
  }
  .phd1 {
    font-size: 21px;
  }
  .pcont2 p {
    font-size: 16px;
  }
  .omission h3 {
    font-size: 28px;
  }
  .footer_address ul li {
    width: 100%;
    clear: both;
  }
  .productsdescrption h2 {
    font-size: 21px;
    margin-top: 20px;
  }
  .productsdescrption h3 {
    padding: 0 15px;
  }
  .width20 {
    width: 50%;
  }
  a.takelook > img {
    width: 100%;
    max-height: 175px;
  }
  a.takelook span {
    left: 20%;
  }
  .productsdescrption p,
  .productsdescrption ul li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .productsdescrption ul {
    padding: 0 15px;
  }
  .productsdescrption ul li::before {
    left: -5px;
    top: 0;
  }
  .mbi1 .bannercontbx1 {
    background-color: transparent;
  }
  .mbi1 .bannercontbx1 h3 {
    color: #000;
  }
  .mbi1 .bannercontbx1 h2 {
    color: #000;
  }
  .aaboutbxx {
    display: block;
    overflow: hidden;
  }
  .new_box p,
  p.big_text {
    font-size: 18px;
    line-height: 26px;
  }
  .company_new p {
    font-size: 14px;
    line-height: 21px;
  }
  .counbx1,
  .counbx2 {
    border-right: 0px;
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .asec4 h2,
  .aaboutbxx2 h2 {
    font-size: 28px;
  }
  .modal-dialog {
    width: 100% !important;
    left: 0px !important;
  }
  .vh85 h4 {
    font-size: 21px;
  }
  .aaboutbxx2 {
    display: block;
    padding: 20px;
  }
  .aabx1 {
    margin: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  .aabx1in {
    padding: 0;
  }
  .aabx1 h3 {
    font-size: 24px;
  }
  .aabx1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .innerright {
    width: 100%;
  }
  .contrvb h3,
  .jobp1 h4 {
    font-size: 21px;
  }
  .contrvb p span {
    display: none;
  }
  .contrvb p {
    font-size: 16px;
  }
  .customersbx ul li {
    width: 31.33%;
  }
  .innerleft h2 {
    font-size: 24px;
  }
  .innerleft h3 {
    font-size: 18px;
  }
  .innersec1,
  .innerleft ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .innerright {
    margin-bottom: 30px;
  }
  .formbox h2 {
    font-size: 28px;
  }
  .formbox .form-group {
    margin-top: 0px;
    padding: 0;
  }
  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    height: 42px;
    font-size: 14px;
  }
  input.subres {
    font-size: 12px;
  }
  .adbxin h2 {
    font-size: 24px !important;
  }
  .add1 h5,
  .add1 p {
    font-size: 18px;
  }
  .certificates_list li,
  .team_gallery li {
    width: 100%;
    padding-right: 0px;
  }
  .pt_100 {
    padding-top: 50px;
  }
  .section3in {
    padding: 30px;
  }
  .section3 h2 {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .section3 h4,
  .hmcatering_cont h2 {
    clear: both;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
  }
  .section3 h4::before {
    /* display: none; */
    bottom: -50px;
    background-size: 60%;
  }

  .text-75 {
    font-size: 32px;
    line-height: 40px;
  }
  .text-75 br {
    display: none;
    margin-bottom: 0px;
  }
  .allBtn {
    margin-bottom: 40px;
  }
  .section5 {
    padding: 20px 10px;
  }
  .section5 .col-sm-4 span {
    margin-top: 20px;
  }
  .section5 a h3 {
    font-size: 18px;
  }
  .section4 h2 {
    font-size: 24px;
  }
  .section4 ul li {
    width: 50%;
  }
  .section4 ul li a h6 {
    font-size: 12px;
  }
  .sectionform {
    display: block;
    padding: 40px 10px;
  }
  .sectionform h3,
  .sectionform p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sectionform h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .footer-mail .footer-form__block:first-of-type {
    display: block;
  }
  .footer-mail .footer-form__input,
  .footer-mail .footer-form__textarea {
    margin-bottom: 10px;
  }
  .footer-mail {
    padding-bottom: 0;
  }
  .footer_menu,
  .footer_menu1 {
    border: 0;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .aboutbanner {
    margin-top: 100px;
  }
  .aboutcont1 h2 {
    font-size: 18px;
  }
  .pageTxt,
  .page_content,
  .job_dets {
    width: 100%;
    clear: both;
  }
  .fixme {
    position: relative;
    -webkit-position: relative;
    -moz-position: relative;
    -o-position: relative;
    -ms-position: relative;
    top: auto;
    right: 0;
  }
  .page_content h2,
  h1#goBottom {
    font-size: 24px;
  }
  .adbxin a,
  .add1 h5 {
    font-size: 18px;
  }
  .contactpg {
    padding: 30px 0;
  }
  .innerright {
    position: relative !important;
  }
  .top1_left {
    display: none;
  }
  .nav {
    display: none;
  }
  .logo a img {
    height: 65px;
    left: 0;
  }

  .main_menu {
    margin-bottom: 0;
  }
  #header.fixed2 .logo a img {
    /* height: 50px;
    position: relative;
    top: -5px; */
  }
  .bcx_bns a {
    font-size: 12px;
    padding: 0 20px;
  }
  .toprightbtns a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
  }
  .bannerslinks a {
    font-size: 21px;
  }

  .inner_banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
  }
  .aboutbxx1 h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .aboutbxx1 p {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutbxx1 {
    margin-bottom: 50px;
  }
  .aboutboximg {
    margin-bottom: 50px;
  }

  .menubox {
    display: block;
  }
  .leftmenubox {
    width: 100%;
    display: block;
  }
  .rightmenubox {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
  }
  .checkqtydiv {
    right: 20px;
    top: 20px;
  }
  .menuitem1 .col-xs-12 {
    margin-top: 10px;
  }
  .leftmenubox h3 {
    font-size: 16px;
    width: 70%;
  }
  .leftmenubox p {
    font-size: 14px;
  }
  .menuitem1 .image-checkbox {
    min-height: 115px;
  }
  .menuboxcat1 {
    display: block;
    padding-right: 0;
  }
  .leftmenubox {
    padding: 0;
  }
  .menubox .accordion .link {
    font-size: 18px;
  }
  .menubox .accordion .link::before {
    top: 10px;
    background-size: 25px;
  }
  .rightmenubox {
    padding: 20px;
  }
  .tablecheckqtydiv {
    top: auto;
    right: auto;
  }
  .table h3 {
    font-size: 14px;
    padding-right: 20px;
  }
  span.price1 {
    font-size: 14px;
  }

  .standard-image__image1,
  .standard-image__content1,
  .standard-image__image2 {
    width: 100%;
    clear: both;
    max-width: 100%;
  }
  /* .aboutboximg img{width: 100%} */
  .standard-image__image1 {
    left: 0;
  }
  .standard-image__image2 {
    right: 0;
  }
  p.p2 {
    padding-right: 0 !important;
  }
  .standard-image--number .standard-image__content {
    margin-left: 0;
  }
  .desknobox {
    display: block;
  }
  .mobnobox {
    display: none;
  }

  .cateringpgbx1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .cateringpgbx1 ul li {
    display: inline-block;
    width: 48%;
    min-width: auto;
    margin: 1%;
  }
  .cateringpgbx1 ul li a p {
    font-size: 16px;
  }
  .innerftbx {
    font-size: 16px;
    line-height: 24px;
  }
  .contactform input.form-control,
  .contactform textarea.form-control {
    font-size: 14px;
  }

  .contactpg1 {
    display: inline-block;
    padding: 50px 20px;
  }
  .contaddbx h2 {
    font-size: 21px;
  }
  .contaddbx p {
    font-size: 16px;
    line-height: 24px;
  }
  .contactform h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .contactform h3 {
    font-size: 18px;
  }
  .contactform p {
    font-size: 14px;
    line-height: 21px;
  }
  .home_menu {
    display: block;
  }

  .home_menu_in h3 {
    font-size: 14px;
  }
  .home_menu_in h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
  }
  .home_menu_in span {
    padding: 0 10px;
  }
  .home_menu_produtcs {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_menu_product a h4 {
    font-size: 21px;
  }
  .footerbox1 {
    width: 100%;
    padding: 20px;
  }
  .inner_banner {
    padding: 0;
  }
  .table-responsive {
    border: 0 !important;
  }
  .table-responsive > .table {
    background-color: transparent;
  }
  .rightmenubox h2 {
    font-size: 24px;
  }
  .cateringpgbx1 {
    padding: 50px 20px;
  }
  a.footer_logo img {
    height: 70px;
  }
  .white.menu1 ul li a {
    font-size: 14px !important;
  }
  .menu1 ul li a {
    padding: 12px !important;
  }
  .deskno {
    display: none;
  }
  .deskno a.mobfilter i {
    margin-right: 10px;
  }
  .deskno a.mobfilter {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: #eec22d;
    text-decoration: none;
    z-index: 9;
  }
  a.whatsappicon img {
    width: 32px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
  /* .bannerimg{width: 50%; clear: none; display: inline-block;}
    .bannercontbx1{float: left; width: 50%; clear: none;}
    .bannercontbx1 .col-sm-6{width: 100%; margin-top:  120px}
    .bannercontbx1{background-color: transparent;}
    .bannercontbx1 h2, .bannercontbx1 h3, .bannercontbx1 p{color: #000;}
    .ftlinks{margin-top: 0}
    .ftlinks a{width: auto; margin-bottom: 15px;}
    .image-block img{width: 100%} */
  .home_menu_produtcs {
    grid-template-columns: repeat(2, 1fr);
  }
  .homemapsec .col-sm-8 {
    width: 100%;
  }
  .homemapsec .col-sm-4 {
    width: 100%;
  }
  .bannercontbx1 {
    position: absolute;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1300px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .container {
    padding: 0 15px;
  }
  .menu > ul > li > a {
    padding: 0 15px;
    font-size: 14px;
  }
  .bannercontbx1 h2 {
    font-size: 36px;
    line-height: 42px;
  }
  /* .whychos-bx .whychos-txt{width: 50%;} */
  .bg-video--waves video {
    display: block;
    height: 150%;
    width: auto !important;
  }
  .sectionform h2 {
    font-size: 24px;
    line-height: 32px;
  }
  ul.jobloc_map li {
    font-size: 14px;
  }
  .jobp1 h4 {
    font-size: 18px;
  }
  .image-block img {
    width: 100%;
  }
  .section3in {
    padding: 50px 0;
  }
  .nav ul > li {
    padding: 0 15px;
  }
  .logo a img {
    height: 115px;
  }
  .nav ul > li > a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .nav ul > li > a span {
    margin-right: 8px;
  }
  .home_menu_product a h4 {
    font-size: 24px;
  }
  .hmcatering_cont p {
    width: 100%;
    font-size: 18px;
  }
  .enquirenowbx h2 {
    font-size: 100px;
  }
  .enquirenowbx a::before,
  .enquirenowbx a::after {
    width: 32%;
  }

  .standard-image--left .standard-image__container,
  .standard-image--right .standard-image__container {
    display: flex;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
}
