@font-face {
  font-family: "Amalfi Coast";
  src: url("../fonts/AmalfiCoast.eot");
  src: url("../fonts/AmalfiCoast.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AmalfiCoast.woff2") format("woff2"),
    url("../fonts/AmalfiCoast.woff") format("woff"),
    url("../fonts/AmalfiCoast.ttf") format("truetype"),
    url("../fonts/AmalfiCoast.svg#AmalfiCoast") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Medium.eot");
  src: url("../fonts/Cormorant-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cormorant-Medium.woff2") format("woff2"),
    url("../fonts/Cormorant-Medium.woff") format("woff"),
    url("../fonts/Cormorant-Medium.ttf") format("truetype"),
    url("../fonts/Cormorant-Medium.svg#Cormorant-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-Regular.eot");
  src: url("../fonts/Cormorant-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cormorant-Regular.woff2") format("woff2"),
    url("../fonts/Cormorant-Regular.woff") format("woff"),
    url("../fonts/Cormorant-Regular.ttf") format("truetype"),
    url("../fonts/Cormorant-Regular.svg#Cormorant-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Cormorant";
  font-weight: normal;
  overflow-x: hidden;
  color: #fff;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant";
}
p {
  font-family: "Inter", sans-serif;
}
.container {
  max-width: 1340px;
}

.container1 {
  max-width: 1340px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
}

a.scroll-down-link {
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 7%;
  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.75; */
  width: 20px;
}

/*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;
  }
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
}
#header.fixed1.fixed2 {
  background-color: #000;
  background-image: url(../images/pattern.png);
  background-size: 200px;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.header_inner {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: 38fr 24fr 38fr;
  align-items: center;
  position: relative;
}
.header_inner::before,
.header_inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.5;
}
.header_inner::after {
  left: auto;
  right: 0;
}
.header_inner_left {
  display: flex;
  align-items: center;
}
.toplinks {
}
.toplinks a {
  /* text-decoration: none;
  color: #fff;
  margin-right: 35px;
  font-size: 15px;
  position: relative;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s; */
}
.toplinks a svg {
  width: 12px;
}
.header_inner_left ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;

  position: relative;
}

.header_inner_left ul li {
}
.header_inner_left > ul > li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.header_inner_left ul li a.active {
  color: #ff7215;
}
.header_inner_left ul li a img {
  height: 14px;
}
.header_inner_left ul li a.fb img {
  height: 20px;
}
.header_inner_left ul li a.insta img {
  height: 18px;
}
.header_inner_left ul li a.open img {
  height: 20px;
}
.header_inner_left ul li a:hover {
  color: #ff7215;
}
.header_inner_left ul li a:hover img {
  opacity: 0.5;
}
.logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100px; */
  transition: all 0.3s ease 0s;
  /* padding-top: 10px; */
}

.logo a {
  display: block;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 80px;
  transition: all 0.3s ease 0s;
  background-size: 94%;
  position: relative;
  top: 18px;
}

#header.fixed1 .logo {
}

#header.fixed2 .logo a {
  background-size: 85%;
  top: 0px;
}

.header_inner_right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.header_inner_right a.header_phone {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
  padding: 0px 15px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.header_inner_right a.header_phone {
  padding: 0 20px;
  color: #000;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.header_inner_right a:hover,
.header_inner_right a:hover svg path {
  fill: #ff7215;
  color: #ff7215;
}
.menu,
.menu_right {
  /* width: 100%; */
  display: flex;
  position: relative;
  height: 80px;
  align-items: center;
  margin-right: 30px;
}
.menu::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.5;
}
.menu ul,
.menu_right ul {
  list-style: none;
  justify-content: space-between;
  display: flex;
}
.menu > ul > li,
.menu_right > ul > li {
  display: inline-block;
  position: relative;
}
.menu > ul > li > a,
.menu_right > ul > li > a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 0 40px !important;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-transform: uppercase;
  height: 80px;
  line-height: 80px;
}
.menu_right > ul > li > a {
  padding: 0 15px !important;
}
.menu > ul > li > a i,
.menu_right > ul > li > a i {
  font-size: 21px;
  position: relative;
  top: 2px;
  color: #ff7215;
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active,
.menu_right > ul > li:hover > a,
.menu_right > ul > li > a.active {
  color: #ff7215;
  opacity: 1;
}

#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
}
#header.fixed1 .menu > ul > li > a.active {
}

.dsadada ul > li:hover ul.submenu1,
.menu ul > li:hover ul.submenu1,
.menu_right ul > li:hover ul.submenu1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.dsadada ul.sadadada{
    left: 110px;
    margin-top: 0px;
}
.dsadada ul.sadadada li a{
    height: unset;
    line-height: unset;
}


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%;
  left: 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;
  font-family: "Inter", sans-serif;
}

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 {
}
/*------header_end--------*/

/*------bannerbox---------*/
.bannerbox {
  width: 100%;
  display: block;
  position: relative;
}
.bannerbox:before {
  position: absolute;
  width: 100%;
  height: 30%;
  content: "";
  /* background-color: #000; */
  top: 0px;
  left: 0px;
  z-index: 1;
  /* opacity: 0.7; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,808080+100&1+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(128, 128, 128, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(128, 128, 128, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(128, 128, 128, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00808080',GradientType=0 ); /* IE6-9 */
}
.bannerbox:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0px;
  top: 0%;
  opacity: 0.4;
  background-color: #000;
}
.hl_video video {
  width: 100%;
  display: block;
}
.section-hero_cont {
  max-width: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 9;
  top: 35%;
  width: 100%;
}
.title-items__title {
  color: #fff;
  /* text-transform: capitalize; */
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  font-family: "Cormorant";
  margin: 0px 0 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.title-items__title-wrapp p {
  color: #fff;
  font-size: 28px;
  margin: 0 0 20px 0;
  font-family: "Amalfi Coast";
}
.title-items__title-wrapp svg {
  height: 10px;
}
.banner_r_more a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 15px 0px 5px;
  border-radius: 30px;
  transition: all 0.3s;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7215+0,ff3c01+100 */
  background: #ff7215; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff7215 0%,
    #ff3c01 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff7215 0%,
    #ff3c01 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff7215 0%,
    #ff3c01 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7215', endColorstr='#ff3c01',GradientType=1 ); /* IE6-9 */
}

.banner_r_more a svg {
  transform: scale(0.85);
}
.banner_r_more a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3c01+0,ff7215+100 */
  background: #ff3c01; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff3c01 0%,
    #ff7215 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff3c01 0%,
    #ff7215 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff3c01 0%,
    #ff7215 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c01', endColorstr='#ff7215',GradientType=1 ); /* IE6-9 */
}
.followus {
  position: absolute;
  left: -15px;
  bottom: 60%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.followus span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  /* font-weight: 500; */
  transform: rotate(-90deg);
  position: relative;
  z-index: 9;
  font-family: "Inter", sans-serif;
}
.followus span::before {
  position: absolute;
  right: 120%;
  bottom: 10px;
  width: 230px;
  height: 1px;
  content: "";
  background-color: #ff7215;
}
a.bannerloc {
  position: absolute;
  left: 20px;
  bottom: 13%;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  z-index: 9;
  text-decoration: none;
  transition: all 0.3s;
}
/*------bannerbox---------*/

/*section2*/

.section2 {
  padding: 80px 0 0;
  background-color: #131a27;
  position: relative;
  display: block;
}
.section2::before {
  position: absolute;
  left: -10%;
  bottom: -50px;
  width: 120%;
  height: 150px;
  content: "";
  transform: rotate(4deg);
  z-index: 1;
  background-color: #040a19;
}
.section2bn::before {
  display: none;
}
.sec2inbx1 h3,
.section2in h3,
.section3_hd h3,
.section4 h3 {
  text-transform: uppercase;
  color: #ff7215;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
.sec2inbx1 h2,
.section2in h2,
.section3_hd h2,
.section4 h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 1.8;
  margin: 15px 0;
  text-align: center;
  padding: 0 75px;
}
.section2in {
  margin-top: 50px;
}
.section2in h3,
.section2in h2,
.section3_hd h3,
.section3_hd h2 {
  text-align: left;
  padding: 0;
}
.section2in h2,
.section3_hd h2 {
  font-size: 76px;
  line-height: 1.1;
}
.section4 h2 {
  font-size: 66px;
  line-height: 1.2;
}
.section2 p {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 30px;
}
.sec2inbx1_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sec2inbx1_btns2 {
  justify-content: flex-start;
}
.sec2inbx1_btns a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  position: relative;
}
.sec2inbx1_btns a .elround {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}
.sec2inbx1_btns a:hover {
  color: #ff7215;
}
.section2in img.abt_m_img1 {
  width: 70%;
  float: right;
}
.section2in img.abt_m_img2 {
  position: absolute;
  left: 10%;
  bottom: 0%;
  width: 45%;
}
img.about_sh {
  width: 110%;
  display: block;
  position: relative;
  left: -5%;
}
.section2bn .section2in img.abt_m_img1 {
  float: left;
}
.section2bn .section2in img.abt_m_img2 {
  left: auto;
  right: 10%;
  bottom: -100px;
}
.section2bn {
  padding: 50px 0 140px;
}
/*section2*/

/*section3*/
.section3 {
  width: 100%;
  padding: 0px 0 70px;
  clear: both;
  position: relative;
  z-index: 1;
  background-color: #040a19;
}
.section3::before {
  position: absolute;
  left: -10%;
  bottom: -50px;
  width: 120%;
  height: 150px;
  content: "";
  transform: rotate(4deg);
  z-index: 1;
  background-color: #040a19;
}
.section3_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3 .swiper-container1 {
  padding-left: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec3_box1,
.sec3_box1_img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.sec3_box1_img img {
  width: 100%;
  display: block;
}
.sec3_box1_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(4, 10, 24, 0.7);
  flex-direction: column;
  padding: 20px;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0.3);
}
.sec3_box1:hover .sec3_box1_info {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
.sec3_box1_img i {
  font-size: 130px;
  line-height: 1;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -75px;
  font-weight: 500;
  font-style: normal;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  z-index: 9;
}
.sec3_box1_info p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
a.sec3_anch {
  text-decoration: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}

/* .swiper-slide-active{width: 800px !important} */

.swiper-container1 .swiper-slide {
  /* width: 25%; */
  /* height: 600px; */
  /* padding-bottom: 85px; */
}
.swiper-container1 .swiper-slide.swiper-slide-w1 {
  width: 23%;
}
.swiper-container1 .swiper-slide.swiper-slide-w2 {
  width: 32%;
}
.swiper-wrapper {
  align-items: center;
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: auto 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-align: center;
  top: auto;
  bottom: 20px;
  transform: translate(-50%, -50%);
  /* transform-origin: center; */
  /* transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); */
  /* background-size: 9.1211px 15.4141px; */
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #fff;
  border-radius: 100%;
}

.swiper-container1 .swiper-button-next:hover,
.swiper-container1 .swiper-button-prev:hover {
  background-color: #efefef;
  /* border-color: #c02026; */
}

.swiper-container1 .swiper-button-prev {
  left: auto;
  right: 12%;
  background-image: url(../img/carousel-arrow--previous1.svg);
}

.swiper-container1 .swiper-button-next {
  right: calc(12% - 65px);
  background-image: url(../img/carousel-arrow--next1.svg);
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 70%;
  height: 1px;
  left: 10%;
  bottom: 65px;
  top: auto;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #ff7215;
}

/*section3*/

/*section4*/
.section4 {
  width: 100%;
  display: block;
  padding: 80px 0;
  background-color: #131a27;
  text-align: center;
  position: relative;
}
.section4::before {
  position: absolute;
  left: -10%;
  bottom: -50px;
  width: 120%;
  height: 150px;
  content: "";
  transform: rotate(4deg);
  z-index: 1;
  background-color: #131a27;
}
.section4 .text-center {
  position: relative;
}

.t1 {
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
}
.t2 {
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
}
.t1 img,
.t2 img {
  width: 330px;

  animation: rotateIt3;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.t2 img {
  width: 300px;
}
@-webkit-keyframes rotateIt3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateIt3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*section4*/

/*--------footer--------*/
.footer {
  background: #152849;
  position: relative;
  width: 100%;
  background-image: url(../images/footer-copy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table;
  padding: 50px 0;
}
.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-color: #040a19;
  opacity: 0.92;
}
.footer_box {
  padding-top: 40px;
  color: #fff;
}
.footer_box .flogo {
  text-align: center;
  width: 100%;
  margin-top: 0;
}
.footer_box .flogo img {
  height: 60px;
}
.footer_box .fright {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.footer_box .fright h6 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff7215;
  margin: 10px 0;
  text-align: right;
  padding-bottom: 5px;
}
.footer_box .fnav {
  width: 28%;
  float: left;
}
.footer_box .fadr {
}
.footer_box .fcall {
}
.footer_box .fnav {
  list-style: none;
}
.footer_box .fnav li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.footer_box .fright a {
  /* float: left; */
  margin-bottom: 10px;
  display: block;
  color: #fff;
  transition: all ease-in-out 0.5s;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.footer_box .mt30 {
  margin-top: 15px;
}
.footer_box .fsocail a {
  font-size: 15px;
  margin-top: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
  border: 1px solid #fff;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}
.footer_box .fsocail a:hover {
  background-color: #fff;
  color: #000;
}
.footer_box .fsocail a + a {
  margin-left: 15px;
}
/* .footer_box .fright a:hover {
  color: #ff7215;
} */
.copyrights {
  margin-top: 0;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
  font-family: "Inter", sans-serif;
}
.copyrights span {
}
.copyrights .clinks {
  float: right;
}
.copyrights .clinks a {
  float: left;
  color: #d4d4d4;
  font-size: 12px;
  transition: all ease-in-out 0.5s;
}
.copyrights .clinks a:after {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}
.copyrights .clinks a:last-child:after {
  display: none;
}
.copyrights .clinks a:hover {
  color: #ff7215;
}
.footer_top_links {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  /* margin-bottom: 20px; */
}
.footer_top_links ul {
  list-style: none;
}
.footer_top_links ul li {
  float: left;
  padding: 0 25px;
  position: relative;
}
.footer_top_links ul li:first-child {
  padding-left: 0;
}
.footer_top_links ul li:last-child {
  padding-right: 0;
}
.footer_top_links ul li:last-child::before {
  display: none;
}
.footer_top_links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s;
  margin-bottom: 0 !important;
  font-family: "Inter", sans-serif;
  opacity: 0.5;
}
.footer_top_links ul li a:hover {
  color: #ff7215;
  opacity: 1;
}
.about_section_grid {
  grid-template-columns: 45fr 55fr;
}
.about_section_grid2 {
  grid-template-columns: 55fr 45fr;
}
.ps_img {
  position: relative;
}
.ps_img span {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 250px;
  height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
}
.fcall ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.fcall ul li {
}
.fcall ul li a {
  text-decoration: none;
  transition: all 0.3s;
}
.fcall ul li a img {
  height: 14px;
}
.fcall ul li a.fb img {
  height: 20px;
}
.fcall ul li a.insta img {
  height: 18px;
}
.fcall ul li a.open img {
  height: 20px;
}
.fcall ul li a:hover,
.toplinks a:hover {
  opacity: 0.5;
}
/*--------footer_end--------*/

.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: #ff7215;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ff7215;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #131a27;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}

.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);
}

.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: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ff7215;
  background-color: #ff7215;
  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;
}

.flyer_pop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: center;
  padding: 10px;
  overflow: auto;
  position: fixed;
  transition: all 2s;
  background-color: rgba(32, 32, 32, 0.35);
  display: none;
}
.flyer_pop.open {
  top: 0;
  transition: all 2s;
  display: block;
}
.flyer_pop.hideit {
  /* top: 100%; */
  /* display: none !important; */
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.flyer_img {
  width: 100%;
  max-width: 500px;
  display: table;
  margin: 30px auto;
  position: relative;
  background-color: #fff;
  padding: 30px 0 0;
  text-align: center;
  border-radius: 10px;
  transform: translateY(-60px);
  transition: all 0.5s;
  opacity: 0;
}
.flyer_pop.open .flyer_img {
  transform: translateY(0px);
  opacity: 1;
}
.flyer_img img {
  width: 100%;
  max-width: 280px;
  display: table;
  margin: auto;
  margin-bottom: 20px;
}
.flyer_close {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50px;
  width: 40px;
  font-weight: 600;
  font-size: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
}
.flyer_close:hover {
  background-color: #ff7215;
  color: #fff;
}
.flyer_pop_des {
  display: table;
  width: 100%;
  padding: 30px 0;
  background-color: #152282;
}
.flyer_pop p {
  font-weight: 600;
  color: #ffffff;
}
.flyer_pop h3 {
  font-weight: 700;
  font-size: 26px;
  color: #7edb47;
  margin-bottom: 10px;
}
.flyer_pop a {
  display: table;
    gap: 30px;
    width: auto;
    margin: auto;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
    background-color: #ff3c01;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}
.flyer_pop a svg {
}
.flyer_pop a:hover {
  color: #fff;
  background-color: #000;
}
.flyer_pop hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*innerbanner*/

.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.inner_banner:before {
  position: absolute;
  width: 100%;
  height: 30%;
  content: "";
  /* background-color: #000; */
  top: 0px;
  left: 0px;
  z-index: 1;
  /* opacity: 0.7; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,808080+100&1+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(128, 128, 128, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(128, 128, 128, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(128, 128, 128, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00808080',GradientType=0 ); /* IE6-9 */
}
.inner_banner:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0px;
  top: 0%;
  opacity: 0.6;
  background-color: #000;
}
.inner_banner img {
  width: 100%;
  display: block;
  float: right;
}

.innertxt1 {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
  width: 100%;
}
.innertxt1_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.innertxt1_txt img {
  height: 80px;
  width: auto;
}
.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: #ff7215;
}

.innertxt1 ul li:last-child {
  padding-right: 0px;
}

.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: 0px;
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Cormorant";
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
}

.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*/

/*restarant_box*/
.restarant_box {
  padding: 50px 0 0;
  background-color: #131a27;
  position: relative;
  display: block;
}
.restarant_box::before {
  position: absolute;
  left: -10%;
  bottom: -50px;
  width: 120%;
  height: 150px;
  content: "";
  transform: rotate(4deg);
  z-index: 1;
  background-color: #131a27;
}
.restarant_card {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px #3131313d;
  box-shadow: 0px 0px 7px 0px #3131313d;
}
.restarant_card_top {
  max-width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  -webkit-box-shadow: inset 0 0 0 1000px #00000068;
  box-shadow: inset 0 0 0 1000px #00000068;
  gap: 20px;
}
.restarant_card_top h2 {
  color: #fff;
  font-size: 46px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.restarant_card_top p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  position: relative;
  top: 3px;
}
.restarant_card_btm {
  padding: 30px;
  display: block;
}

.faqbx1 ul {
  list-style: none;
  width: 100%;
}
ul.accordion > li {
  margin-bottom: 20px;
  background-color: #ececec;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
ul.accordion > li:last-child {
  margin-bottom: 0;
}
.faqbx1 .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}

.faqbx1 .accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 30px;
  color: #000;
  background-color: transparent;

  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.faqbx1 .accordion .link::before {
  font-size: 28px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/arr.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

.faqbx1 .accordion li.open .link::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
}

.faqbx1 .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.faqbx1 .submenu li {
  padding: 30px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  width: 100%;
  z-index: 9;
  text-align: left;
  position: relative;
}
.faqbx1 .submenu li p {
  margin-bottom: 0;
}
.menuSecOneaccordian {
  border-right: 1px solid #70707021;
}
/*restarant_box*/

/*contact*/
.contactpg1 {
  background-color: #131a27;
  padding: 70px 0;
  display: table;
  width: 100%;
}
.contactpg1_adddd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background-color: #040a19;
  margin-bottom: 30px;
}
.contaddbx {
  background-color: #040a19;
  padding: 40px;
  width: 100%;
  display: block;
}
.contaddbx h2 {
  color: #ff7215;
  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: #ff7215;
  font-size: 60px;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  font-family: "Cormorant";
  margin-bottom: 15px;
  text-align: center;
}
.contactform h3 {
  color: #ff7215;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  margin-top: 0;
  text-align: center;

  margin-bottom: 15px;
}
.contactform p {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  margin-bottom: 35px;
}
.contactform input.form-control,
.contactform textarea.form-control {
  background-color: #252f42;
  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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7215+0,ff3c01+100 */
  background: #ff7215; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff7215 0%,
    #ff3c01 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff7215 0%,
    #ff3c01 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff7215 0%,
    #ff3c01 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7215', endColorstr='#ff3c01',GradientType=1 ); /* IE6-9 */
  border-radius: 30px;
  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;
  margin: auto;
  display: table;
}

.contactform input.btn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3c01+0,ff7215+100 */
  background: #ff3c01; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff3c01 0%,
    #ff7215 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff3c01 0%,
    #ff7215 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff3c01 0%,
    #ff7215 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c01', endColorstr='#ff7215',GradientType=1 ); /* IE6-9 */
}

/*contact*/
.section3_gallergy {
  display: inline-block;
  padding: 50px 0;
}
.section3_gallergy ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.section2_whatson {
  padding: 60px 0;
}
.menupg {
  padding: 50px 0;
  background-color: #0b0b0b;
  position: relative;
  width: 100%;
  display: inline-block;
}
.menupg h2 {
  font-size: 42px;
  line-height: 60px;
  letter-spacing: 0;
  color: #ff7215;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  font-family: "Cormorant";
}

.menupg h3 {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
  font-style: normal;
  margin: 0px;
  font-weight: 300;
  margin-bottom: 60px;
  opacity: 0.75;
}
.menupg ul {
  column-count: 2;
  column-gap: 50px;
  break-inside: avoid-column;
}
.menupg ul li {
  display: flex;
  flex-direction: column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 30px;
}
.menupg ul li p {
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  margin: 20px 0 0;
  margin-top: 20px;
  padding-right: 20%;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
}
.menupg ul li p:first-child {
  margin-top: 0;
}
.menupg ul li p::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  border-bottom: 1px dotted #555;
  width: 100%;
  bottom: 7px;
}
.menupg ul li p span:first-child {
  padding-right: 5px;
}
.menupg ul li p span {
  background-color: #0b0b0b;
}
.menupg ul li p span:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 5px;
  background-color: #0b0b0b;
  color: #ff7215;
}

/*innerservmenu*/

.innerservmenu,
.innerservmenu ul {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background-color: #363636;
  list-style: none;
  text-decoration: none;
  text-align: center;
}
.innerservmenu li {
  /* display: inline-flex; */
  /* display: inline-grid; */
  position: relative;
  color: #fff;
}
.innerservmenu li a {
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 10px;
}
.innerservmenu li a:hover,
.innerservmenu li a.active,
.innerservmenu li.active a {
  background-color: #ff7215;
  color: #000;
}

.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: inline-block;
  padding: 70px 0;
  background-color: #1e1e1e;
}
.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: #ff7215;
  display: block;
  transition: all 0.3s;
  text-align: center;
  padding: 40px 10px;
  font-size: 18px;
  background-color: #4e4e4e;

  transition: all 0.3s;
  cursor: unset;
}
.cateringpgbx1 ul li a:hover {
  background-color: #ff7215;
  color: #fff;
}
.cateringpgbx1 ul li a p {
  margin: 0;

  font-size: 21px;
  margin-top: 15px;
  color: #ff7215;
  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: #ff7215;
}
.menupgbx1 ul li a.active p,
.menupgbx1 ul li a:hover p {
  color: #ff7215;
}
.menupgbx1 ul li a img {
  opacity: 0.5;
}
.menupgbx1 ul li a.active img {
  opacity: 1;
}

.aaboutbx3 {
  padding: 50px 100px 50px;
  background-image: url(../img/footer_bg.png);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aaboutbx3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.aaboutbx3in {
  width: 100%;
  display: block;
  position: relative;
}
.aaboutbx3 h2 {
  font-size: 48px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;

  font-weight: 700;
}
.aaboutbx3in_box {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  display: flex;
  width: 100%;
  gap: 40px;
  min-height: 240px;
  align-items: center;
}
.aab3bbimg img {
  height: 65px;
}
.aab3bbcont h3 {
  color: #ff7215;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.aab3bbcont p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  height: 160px;
}
.aaboutbx3 .col-sm-6 {
  padding: 20px;
}

.asection2 {
  /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
  background-image: url("../images/poly1.png");
  background-size: 32%;
  background-repeat: no-repeat;
  background-position: 110% 50px;
  padding: 75px 100px;
  width: 100%;
  display: table;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.161);
  position: relative;
}

/*careers_bx1*/
.careers_bx1 {
  position: relative;
  padding: 50px 0;
  background-color: #131a27;
  overflow: hidden;
}
.careers_bx1_in {
  padding: 0 50px;
}
.careers_bx1 h2 {
  margin-top: 0;
  position: relative;

  font-size: 60px;

  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.careers_bx1 p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.careers_bx1 i {
  position: relative;
  margin: auto;
  display: flex;
  margin-top: 50px;
}
.careers_bx1 i::before,
.careers_bx1 i::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: table;
  content: "";
}
.careers_bx1 i::before {
  width: 110px;
  height: 4px;
  border-radius: 4px;
  background-color: #e7d4d2;
}
.careers_bx1 i::after {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border-radius: 10px;
  left: 0;
  transform: translate(0%, 0%);
  background-color: #ff7215;
}

.careersmainpg {
  padding: 50px 0;
  background-color: #040a19;
}
.jobdescripp {
  background-color: #222a39;
  padding: 50px;
  font-size: 18px;
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.careersmainpg h2 {
  margin-top: 0;
  position: relative;
  font-size: 60px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.jobdescripp h3 {
  color: #ff7215;
  text-align: left;
  font-size: 26px;
  margin: 30px 0;

  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.jobdescripp ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  margin-bottom: 7px;
  font-family: "Inter", sans-serif;
}
.jobdescripp ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #ff7215;
  border-radius: 12px;
  z-index: 9;
}
.jobdescripp a {
  background-color: #ff7215;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  transition: all 0.3s;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.jobdescripp a:hover {
  background-color: #fff;
  color: #ff7215;
}

.modal {
  z-index: 99999999999999999 !important;
}
.modal-backdrop {
  z-index: 999999 !important;
  background-color: #353535;
}
.modal-content {
  background-color: #131a27;
}
label {
  color: #fff;
}
h5.modal-title {
  font-size: 32px;
  text-align: center;
  width: 100%;
  color: #ff7215;
  font-weight: 700;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff7215;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  color: #fff;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
}
.close span {
}
button.close:hover span {
}

.btmcontright form input.form-control,
.modal-body form input.form-control,
.modal-body form select.form-control {
  border: 0px;
  border: 0;
  color: #fff;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
  height: 50px;
  background-color: #272f3f;
  padding: 0 15px;
  font-family: "Inter", sans-serif;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border: 0;
  color: #fff;
  box-shadow: none;
  background-color: #272f3f;
  height: 100px;
  border-radius: 0px;
}

form input.btn-1 {
  border: 0;
  text-transform: uppercase;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7215+0,ff3c01+100 */
  background: #ff7215; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff7215 0%,
    #ff3c01 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff7215 0%,
    #ff3c01 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff7215 0%,
    #ff3c01 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7215', endColorstr='#ff3c01',GradientType=1 ); /* IE6-9 */
  border-radius: 30px;
  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;
  margin: 30px auto;
  display: table;
}
form input.btn-1:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3c01+0,ff7215+100 */
  background: #ff3c01; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff3c01 0%,
    #ff7215 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff3c01 0%,
    #ff7215 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff3c01 0%,
    #ff7215 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c01', endColorstr='#ff7215',GradientType=1 ); /* IE6-9 */
}

.modal-body {
  width: 100%;
}
#enquiryNow .modal-dialog {
  width: 1000px;
}
.modal-backdrop.in {
  opacity: 0.85;
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 20px;
    right: 0px;
  }
  .flyer_img {
    max-width: 100%;
  }
  .hmpro_hd {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .header_inner_left,
  .header_inner_right {
    display: none;
  }
  .header_inner {
    grid-template-columns: 1fr;
  }
  .logo {
    width: 240px;
  }
  .hl_video video {
    height: 100vh;
    object-fit: cover;
    object-position: center center;
  }
  .title-items__title {
    font-size: 26px;
    line-height: 36px;
    padding: 0;
  }
  .section1 h2,
  .section2 h2,
  .section3 h2,
  .section4 h2,
  .inner_banner h1,
  .menupg h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
  }
  .section2in h2,
  .section3_hd h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .sec2inbx1 h3,
  .section2in h3,
  .section3_hd h3,
  .section4 h3 {
    font-size: 12px;
  }
  .section2 {
    padding-top: 40px;
  }
  .section-hero_cont {
    padding: 0 20px;
  }
  .title-items__title-wrapp p,
  .section1 h3 {
    font-size: 18px;
  }
  a.homeser {
    margin-bottom: 30px;
  }
  .section2in {
    margin-top: 0;
  }
  .section2 p,
  .menupg h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .sec2inbx1_btns2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .section2in img {
    width: 100%;
    margin-bottom: 20px;
  }
  .section3 ul li {
    width: auto !important;
  }
  .t1 img,
  .t2 img {
    width: 170px;
  }
  .ft_logo a img {
    height: 40px;
  }
  .footer_top2,
  .footer_top3 {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .footer_links1 a,
  .footer_links3 a {
    text-align: center;
    font-size: 14px;
  }
  .footer_top3 img {
    height: 50px;
  }
  .inner_banner img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .innerservmenu,
  .innerservmenu ul {
    /* flex-wrap: wrap; */
    display: none;
  }
  .innerservmenu li a {
  }
  .menupg ul {
    column-count: 1;
    column-gap: 0;
  }
  .section2_whatson {
    padding: 30px 0;
  }
  .section3_gallergy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .contactpg1 iframe {
    margin-bottom: 40px;
  }
  .footer_top3 a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .logo a {
    top: 0;
    background-size: 94%;
  }
  #header.fixed2 .logo a {
    background-size: 94%;
  }
  .followus,
  a.bannerloc {
    display: none;
  }
  .section2in img.abt_m_img1 {
    width: 80%;
  }
  .section2in img.abt_m_img2 {
    margin-bottom: 0;
    bottom: -20px;
  }
  .section3_hd {
    flex-direction: column;
  }
  .sec3_box1_img i {
    font-size: 100px;
    left: -25px;
    top: -55px;
  }
  .section3 .swiper-container1 {
    padding: 40px;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar {
    bottom: 20px;
  }
  .section2bn .section2in img.abt_m_img2 {
    bottom: -40px;
  }
  .section2bn {
    padding-bottom: 0;
  }
  .sec2inbx1_btns {
    flex-direction: column;
    gap: 0;
  }
  .t1 {
    position: absolute;
    left: -110px;
  }
  .t2 {
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_box .flogo img {
    height: 40px;
  }
  .footer_top_links ul li {
    padding: 0 10px;
  }
  .footer_box .fright a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .copyrights {
    font-size: 12px;
    padding-bottom: 0;
  }
  .flyer_close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .flyer_pop h3 {
    font-size: 24px;
  }
  .flyer_img img {
    max-width: 200px;
  }
  .flyer_pop a {
    font-size: 9px;
  }
  .innertxt1_txt img {
    display: none;
  }
  .restarant_card_top {
    padding-left: 20px;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .restarant_card_top h2 {
    font-size: 32px;
  }
  .restarant_card_top p {
    font-size: 14px;
  }
  .faqbx1 .accordion .link {
    font-size: 18px;
    padding: 10px;
  }
  .faqbx1 .submenu li {
    padding: 15px 30px;
  }
  .menuSecOneaccordian {
    border: 0;
  }
  .faqbx1 .submenu li {
    font-size: 14px;
  }
  .faqbx1 .accordion .link::before {
    right: 15px;
  }
  img.about_sh {
    z-index: 9;
  }
  .aaboutbx3 {
    padding: 50px 20px;
  }
  .aaboutbx3in_box {
    flex-direction: column;
  }
  .aab3bbcont h3,
  .contactform h2,
  .careers_bx1 h2,
  .careersmainpg h2,
  ul.quickacc > li > a {
    font-size: 21px;
  }
  .aab3bbcont p,
  .careers_bx1 p {
    font-size: 14px;
    line-height: 21px;
  }
  .contactpg1_adddd {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contactpg1 {
    padding: 40px 20px;
  }
  .contaddbx p {
    font-size: 16px;
  }
  .jobdescripp {
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .jobdescripp h3 {
    font-size: 21px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1340px) {
  .container {
    width: 100%;
  }
  .toplinks a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .header_inner_left ul {
    gap: 15px;
  }
  .header_inner_right a {
    letter-spacing: 0;
    font-size: 12px;
  }
  .menu > ul > li::before {
    left: -10%;
  }
  .hl_video video {
    height: 100vh;
    object-fit: cover;
    object-position: center center;
  }
  .section3 ul li {
    width: auto !important;
  }
  a.bannerloc {
    bottom: 2%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1240px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
}
