:root {
  --primary: #a21014;
  --secondary: #ffdc61;
  --gray: #cdcdcd;
  --white: #fff;
  --darked: #1d1e22;
}

@font-face {
  font-family: proxima;
  src: url(../fonts/Proxima-Nova-Regular.otf);
}

@font-face {.since
  font-family: opensans_semi;
  src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
  font-family: proxima_bold;
  src: url(../fonts/Proxima-Nova-Bold.otf);
}

@font-face {
  font-family: proxima_ex;
  src: url(../fonts/Proxima-Nova-Extrabold.otf);
}

@font-face {
  font-family: niagsol;
  src: url(../fonts/NIAGSOL.ttf);
}

@font-face {
  font-family: dita;
  src: url(../fonts/Dita-Sweet.ttf);
}

@font-face {
  font-family: dita;
  src: url(../fonts/Dita-Sweet.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
html {
  scroll-behavior: smooth;
}*/
body {
  line-height: 1;
  overflow-x: hidden;
  background: var(--primary);
}
.bodyDisable {
  overflow: hidden;
}

i,
em {
  font-style: normal;
}

.row {
  margin: 0 !important;
}

em {
  font-style: normal;
}

button {
  border: 0;
  outline: inherit;
  cursor: pointer;
}

label {
  font-weight: normal;
}

a,
img {
  border: 0;
  text-decoration: inherit !important;
  outline: none;
  color: var(--darked);
  display: inline-block;
}

ul,
ol li,
li {
  list-style: none inside;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  line-height: 26px;
  font-size: 15px;
  margin: 0;
  font-family: opensans_semi;
}

table {
  border: 0;
  border-collapse: collapse;
}

textarea,
input,
select {
  font-size: 14px;
  outline: inherit;
}

.pos_relative {
  position: relative;
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}

.f_just_s {
  justify-content: space-between;
}

.f_just_a {
  justify-content: space-around;
}

.f_wrap_n {
  flex-wrap: nowrap;
}

.f_just_e {
  justify-content: flex-end;
}

.f_just_c {
  justify-content: center;
}

.f_wrap_n {
  flex-wrap: nowrap;
}

.f_align_s {
  align-items: flex-start;
}

.f_align_s {
  align-items: flex-start;
}

.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.header {
  position: relative;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
}

.time {
  position: absolute;
  top: 25px;
  left: 45px;
}

.menu_blg {
  margin-top: 20px;
}
.menu_blg li a {
  font-family: proxima_bold;
  color: var(--white);
  font-size: 13px;
  padding: 30px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.menu_blg li a:hover,
.menu_blg li a.active {
  color: var(--secondary);
}

.menu_blg li a::before {
  content: '\f005';
  position: absolute;
  font-family: Fontawesome;
  font-size: 10px;
  left: 0%;
  color: var(--secondary);
}

.menu_blg li:nth-child(1) a {
}
.menu_blg_fix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: var(--primary);
  transition: all 0.5s ease;
  z-index: 9;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  margin-top: 0;
}
.menu_logo {
  transform: scale(0);
  width: 0;
}
.menu_logo a {
  padding: 10px 20px 10px 10px !important;
  width: 100px;
}
.menu_logo img {
  width: 100%;
}
.menu_logo a::before {
  display: none !important;
}

.menu_blg_fix .menu_logo {
  transform: scale(1);
  width: 100px;
}
.menu_blg_fix li a {
  padding: 25px 30px;
  transform-style: all 0.5s ease-out;
}
.menu_blg_fix li.logo_space {
  width: 0;
  transition: all 0.5s ease;
}
.drp_down {
  position: absolute;
  top: 100%;
  background: #333333;
  white-space: nowrap;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: rotateX(90deg);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.menu_blg li:hover .drp_down,
.drp_cart li:hover .drp_down {
  transform-style: preserve-3d;
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}

.sub_menu {
  border-radius: 0 0 8px 8px;
  width: 400px;
}

.sub_menu li {
  padding: 3px 15px;
}

.sub_menu ul {
  margin-right: 25px;
}

.sub_menu li a {
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  font-family: proxima;
  border: 0;
  position: relative;
  display: inline-block;
}

.sub_menu li a:hover,
.sub_menu li a.active {
  color: #7fba00;
}

.sub_menu li a::before {
  content: '';
  position: absolute;
  left: 0%;
  right: 100%;
  top: 45%;
  height: 1px;
  background: #7fba00;
  transition: all 0.3s ease;
}

.sub_menu li a:hover::before,
.sub_menu li a.active::before {
  right: 0;
}

.sml_tittle {
  font-family: proxima_bold;
  font-size: 14px;
}

.min_tittle {
  font-family: proxima_bold;
  font-size: 18px;
}

.drp_crt_ctn {
  color: #fff;
  margin-left: 10px;
  flex-basis: 65%;
}

.drp_crt_ctn > div {
  margin-bottom: 5px;
}

.drp_cart li ul.drpscrl {
  height: 270px;
  overflow-y: scroll;
}

.drpscrl::-webkit-scrollbar {
  width: 0 !important;
}

.drpscrl {
  overflow: -moz-scrollbars-none;
}

.drpscrl {
  -ms-overflow-style: none;
}

.drp_cart .drp_down.log_detail {
  width: auto;
}
.banner {
  z-index: 1;
}
.banner_inr :nth-child(1) {
  order: 2;
}

.banner_ctn {
  text-align: right;
  padding: 0 30px;
  flex-basis: 45%;
  text-align: center;
}
.banner_ctn p {
  color: #fff;
}
.banner_ctn h3 {
  font-size: 45px;
  color: var(--white);
  font-family: dita;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.banner_ctn h5 {
  color: #fff;
  font-family: proxima_bold;
  font-size: 16px;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner_ctn h2 {
  font-family: dita;
  color: var(--secondary);
  font-size: 75px;
}

.owl-theme .owl-controls .owl-buttons div {
  margin: 0 !important;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 1;
  width: 60px;
  height: 60px;
  top: 40%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url(../images/left-arrow.png) no-repeat 12px 23px;
  transition: all 0.5s ease;
  left: -60px;
  background-size: 38px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url(../images/right-arrow.png) no-repeat 12px 23px;
  right: -60px;
  background-size: 38px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--secondary);
  background-size: 38px;
  background-position: 17px 23px;
}

.slide {
  flex-basis: 50%;
}

.shak {
  animation: shak 5s linear 1;
}

@keyframes {
  0% {
    transform: translate(600px);
  }

  50% {
    transform: translate(300px);
  }

  90% {
    transform: translate(0px);
  }

  100% {
    transform: translate(10px);
  }
}

.smk {
  position: absolute;
  top: 15%;
  margin: 0 auto;
  width: 153px;
  height: 190px;
  left: -50px;
  right: 0;
  z-index: 2;
  animation: smke 8s infinite linear;
}

.smk2 {
  left: 200px;
  animation: smke2 10s infinite linear;
  top: 15%;
  animation-delay: 0.5s;
}

@keyframes smke2 {
  0% {
    top: 20%;
  }

  100% {
    top: -10%;
    opacity: 0;
  }
}

@keyframes smke {
  0% {
    top: 15%;
  }

  100% {
    top: -10%;
    opacity: 0;
  }
}

.slide img {
  position: relative;
  z-index: 3;
}

.banner_ctn img {
  margin: 20px auto;
  display: block;
  width: 35%;
}

.min_container {
  width: 1000px;
  margin: 0 auto;
}

.min_container2 {
  width: 900px;
  margin: 0 auto;
}

.min_container3 {
  width: 700px;
  margin: 0 auto;
}

.wid_50 {
  flex-basis: 50%;
}

.wid_100,
.ful_wid {
  flex-basis: 100%;
  width: 100%;
}

.t_right {
  text-align: right;
}

.wid_25 {
  flex-basis: 25%;
}

.t_center {
  text-align: center;
}

.btn_style:hover {
  border: 2px solid var(--secondary);
  color: var(--secondary);
  background: var(--primary);
}

.m_0 {
  margin: 0;
}

.logo {
  width: 13%;
  flex-basis: 13%;
  margin-left: -50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
  z-index: 6;
}
.logo_ani {
  transform: scale(0);
  transition: all 0.3s ease;
}
.logo_space {
  width: 175px;
}

.res_bar {
  display: none;
}

.logo img,
.slide img,
.brush img,
.sp_itm li img,
.idx_itm img {
  width: 100%;
}

.top_contact {
  margin: 0 15px;
}

.top_contact i {
  margin-right: 10px;
}

.top_contact span {
  font-family: proxima;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 1px;
}
.since {
  transition: all 0.5s ease;
  position:absolute;
  top:0;
}
.since_inr {
  width: 120px;
  height: 100px;
  top: 20px;
  right: 0;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.since_front,
.since_back {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.since_back {
  transform: rotateY(180deg);
}

.since_animation {
  animation: rotate2 8s infinite linear;
}

.since:hover .since_inr {
}
.since_fix {
  transition: all 0.5s ease;
}
.since_fix .since_inr {
  width: 80px;
  height: 60px;
  top: 20px;
}

@keyframes rotate2 {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(180deg);
  }

  80% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.halal {
  flex-basis: 16%;
}

.since img {
  width: 100%;
}

.brush {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.p_ctn {
  padding: 20px;
}

.div_padding {
  padding: 50px 0;
}

.tittle {
  margin-bottom: 30px;
}

.tittle h2 {
  color: var(--white);
  font-size: 70px;
  font-family: dita;
  margin-bottom: 10px;
}

.tittle h3 {
  color: var(--primary);
  font-size: 16px;
  background: var(--secondary);
  padding: 5px 35px;
  display: inline-block;
  font-family: proxima_bold;
  text-transform: uppercase;
}

.btn_style {
  border: 2px solid var(--white);
  color: var(--white);
  padding: 15px 25px;
  font-family: proxima_bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0;
  display: inline-block;
  font-size: 14px;
}

.btn_style2 {
  border-color: var(--darked);
  color: var(--darked);
  margin: 30px 0 0;
}

.abt_right {
}

.shop_pic {
  width: 70%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.shop_pic::before {
  position: absolute;
  left: -15px;
  right: 15px;
  bottom: -15px;
  top: 15px;
  background: var(--secondary);
  z-index: -1;
}

.shop_pic img {
  width: 100%;
}

.shop_pic_ctn {
  padding: 15px;
}

.shop_pic_ctn p {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.shop_pic_ctn p b {
  color: var(--secondary);
}

.rou_map {
  position: absolute;
  top: 0;
  right: -160px;
}

.floral {
  position: absolute;
  right: -21%;
  top: -15%;
}

.floral img {
  animation: rotate 30s infinite linear;
  transform-origin: center center;
  opacity: 0.3;
}

@keyframes rotate {
  from {
    transform: rotate(0);
    transform-origin: center center;
  }

  to {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}

.floral img {
  width: 80%;
}

.floral2 {
  right: inherit;
  left: -14%;
  top: inherit;
  bottom: -10%;
}
.special {
  background: url(../images/wall.png) 0 0;
  position: relative;
  z-index: 1;
}

.tittle2 h2 {
  color: var(--darked);
}

.special p {
  color: var(--darked);
}

.sp_itm li {
  flex-basis: 50%;
  padding: 10px;
  position: relative;
}

.sp_itm li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.taste_tag {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -112px;
  margin-top: -92px;
}

.idx_itm {
  background: url(../images/idx_bg.png) center center / cover;
  background-attachment: fixed;
}

.idx_itm li {
  flex-basis: 25%;
}

.idx_itm li div {
  padding: 10px;
}

.branches {
  background: url(../images/wall.png) 0 0;
}

.branch_map {
  background: url(../images/branch_map.png) center / cover;
  height: 300px;
}

.branches_inr {
  background: url(../images/branch_bg.png) center / cover;
}

.add_tool_inr span em {
  width: 14px;
  background: var(--darked);
  height: 14px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.add_tool_inr span {
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.add_tool_inr span::before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: var(--white);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
  animation: zoom 3000ms ease-in-out infinite;
}

.add_tool_inr span::after {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 1px solid var(--darked);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
  animation: zoom 3000ms ease-in-out infinite;
  animation-delay: 0.5s;
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(2);
    opacity: 0.9;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.tool_tip {
  background: var(--darked);
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--white);
  position: absolute;
  left: -135%;
  top: -50px;
  width: 300px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.tool_tip::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 47%;
  border-left: 8px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 8px solid transparent;
}

.add_tool_inr {
  position: relative;
}

.add_tool {
  padding-top: 60px;
}

.tool_tip h4 {
  margin-bottom: 10px;
}

.tool_tip p {
  font-size: 13px;
  line-height: 20px;
}

.add_tool li {
  flex-basis: 25%;
  position: relative;
}

.add_tool_inr:hover .tool_tip {
  visibility: visible;
  visibility: visible;
  opacity: 1;
}

.add_tool li:nth-child(2),
.add_tool li:nth-child(4) {
  top: 100px;
}

.qucik li a {
  color: #c7c7c7;
  font-family: proxima;
  font-size: 13px;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.qucik li a:hover {
  color: #fff;
}

.social {
  margin: 25px 0;
}

.social i {
  width: 50px;
  text-align: center;
  font-size: 12px;
  /* border-right: 1px solid #ddd; */
  /* margin-right: 10px; */
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.social a {
  background: #4b89cf;
  /* padding-right: 10px; */
  color: #fff;
  /* line-height: 30px; */
  /* margin-right: 10px; */
  margin: 5px;
  border-radius: 5px;
}
.social li:nth-child(2) a {
  background: #f00;
}

.social li:nth-child(3) a {
  background: #f01832;
}

.copy {
  flex-direction: column;
  color: #c7c7c7;
}

.copy li a {
  color: #c7c7c7;
  padding: 15px 10px;
}

.sml_tittle {
  font-family: proxima_bold;
}

.inr_ctn {
  background: var(--white);
  position: relative;
  z-index: 1;
}
.abt_blg {
  background: #dc122a url(../images/art.png) 0 0;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.abt_blg_p {
  flex-basis: 33%;
  text-align: center;
  padding: 0 15px;
}
.special b {
  margin-top: 20px;
  display: block;
  font-style: italic;
  font-size: 18px;
}
.abt_blg p {
  color: #fff;
  text-align: center;
}

.abt_blg_p p {
  padding: 15px 0;
}

.abt_blg_p img {
  width: 100%;
}

.b_tittle {
  font-size: 35px;
  font-family: proxima_bold;
}

.abt_story {
  background: var(--main_bg);
}

.abt_story_lft {
  padding: 20px 80px;
  color: #fff;
}

.abt_story p {
  margin: 20px 0;
  text-align: justify;
}

.abt_story_rht {
  background: url(../images/abt_rht.jpg) 0 0 / cover;
  height: 620px;
}

.testi {
  background: var(--primary);
}

.testi .item {
  margin: 0 15px;
}

.testi h3 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--white);
}

.testi_ctn {
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  width: 100%;
  min-height: 345px;
  border-radius: 5px;
}

.testi_ctn span img {
  width: 100%;
  height: 96px;
  border-radius: 50%;
}

.testi_ctn h4 {
  margin-bottom: 15px;
}

.testi_ctn span {
  width: 100px;
  height: 100px;
  background: #f1f1f1;
  display: block;
  margin: 20px auto;
  border-radius: 50%;
}

.testi_ctn ul li {
  margin: 0 5px;
}

.video {
  background: transparent;
}

.video li {
  position: relative;
  overflow: hidden;
  border: 2px solid #f7f7f7;
  margin: 15px;
  flex-basis: 22%;
  transition: all 0.3s ease;
}

.video li:hover {
  background: var(--secondary);
}

.video li iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.video li div {
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.video li div::before {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  content: '';
  transform: scale(0);
  transition: all 0.5s ease;
}

.video li:hover div::before {
  transform: scale(1);
  opacity: 0;
  transition-delay: 0.2s;
  visibility: hidden;
}

.overley1 {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  transform: scale(0.8);
  display: none;
}

.overley1 span {
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 50%;
}

.overley1 span i {
  color: #fff;
  line-height: 57px;
  margin: 0;
  font-size: 20px;
  padding-left: 5px;
}

.duabi_shop {
  background: transparent;
}

.sml_image {
  height: 375px;
}

.sml_image2 {
  height: 175px;
}

.duabi_shop li div a {
  position: relative;
}

.duabi_shop li div a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.6);

  transition: all 0.3s ease-in;
  z-index: 3;
}

.duabi_shop li,
.duabi_shop li div {
  overflow: hidden;
}

.duabi_shop li div a .fa-search {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -45%;
  color: #fff;
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  z-index: 4;
}

.duabi_shop li div:hover a .fa-search {
  top: 45%;
}

.duabi_shop li div:hover a::before {
  top: 0;
}

.duabi_shop li div a img {
  transition: all 0.3s ease;
  transform: scale(1);
}

.duabi_shop li div:hover a img {
}

.b_blg {
  border: 2px solid #eee;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  width: 398px;
  background: #f7f7f7;
  text-align: left;
}

.b_blg_right {
  width: 395px;
}

.b_blg h3 {
  margin-bottom: 10px;
}

.b_blg p {
  color: #6b6868;
  font-size: 14px;
}

.select_mark {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 68px;
}

.select_mark span {
  width: 50px;
  height: 1px;
  background: #eee;
  display: block;
}

.select_mark em {
  width: 10px;
  height: 10px;
  background: var(--primary);
  display: block;
  border-radius: 50%;
}

.b_blg_right .select_mark {
  right: 98%;
  left: inherit;
}

.b_blg_right .select_mark :nth-child(1) {
  order: 2;
}

.b_all::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 2px;
  background: #eee;
  left: 50%;
}

.b_all {
  text-align: center;
}

.map_mark {
  display: inline-block;
  padding: 10px 20px;
  color: var(--white);
  border-radius: 10px;
  background: var(--primary);
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: proxima_bold;
  margin: 0 0 25px 0;
  text-align: center;
}

.map_mark i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.m_t {
  margin-top: 0;
}

.contact_page {
  background: #fff;
  position: relative;
  z-index: 1;
}

.contact_page_lft li {
  padding: 10px;
}

.contact_page_lft,
.contact_page_rht {
  padding: 60px 30px;
}
.br_con img {
  width: 100%;
}
.contact_page_lft li input {
  background: #eee;
  height: 50px;
  width: 100%;
  border: 0;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.contact_page_lft li textarea {
  background: #eee;
  height: 100px;
  width: 100%;
  border: 0;
  padding: 15px;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.cont_pge {
  align-items: flex-start;
}

.contact_page_rht {
  background: #fafafa;
}

.contact_page_rht p {
  font-size: 16px;
  color: #666;
  font-size: 14px;
}

.tittle2 {
  font-family: proxima_bold;
  font-size: 30px;
  color: #424242;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ad_p {
  border-bottom: 1px solid #dedddd;
  padding: 25px 0;
}

.ad_p em {
  margin-left: 15px;
  color: #666;
  font-size: 16px;
}

.ad_p i {
  font-size: 16px;
}

.contact_page_lft .btn_style {
  margin: 0;
  padding: 15px 60px;
  color: var(--darked);
  border-radius: 10px;
}

.contact_page_lft .btn_style:hover {
  color: #fff;
}

.cont_pge {
  margin-bottom: 30px;
  background: #fafafa;
}

.contact_page_lft {
  padding-top: 0;
  padding-bottom: 0;
}
.contact_page_lft .tittle2 {
  color: #fff;
}
.enq {
  background: var(--primary);
  text-align: center;
}
.enq_inr {
  background: url(../images/enq.png) 0 0 / cover;
  background-attachment: fixed;
}
.abt_blg_idx {
  text-align: justify !important;
}

.over_all_map {
  border: 0;
}
.coriender {
  position: absolute;
  right: -130px;
  top: -50px;
  width: 26%;
}
.coriender img {
  width: 100%;
}
.onion {
  right: inherit;
  left: -75px;
  top: inherit;
  bottom: -100px;
}
.item_list span.dot {
  background-image: linear-gradient(to left, #fff 2px, transparent 2px);
  background-repeat: repeat-x;
  height: 2px;
  background-size: 6px;
  flex-grow: 1;
  margin: 0 10px;
}

.m_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--darked);
  display: block;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.item_list {
  color: #fff;
  font-family: proxima;
  font-size: 18px;
  padding: 10px 20px;
}

.feed_btn i {
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  height: 50px;
  font-size: 22px;
  display: block;
  cursor: pointer;
}

.feed_btn {
  position: fixed;
  bottom: 22px;
  right: -100px;
  background: var(--primary);
  z-index: 8;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.feed_btn_opn {
  right: 22px;
  transition: all 0.5s ease;
}

.pop_blg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  align-items: center;
  justify-content: center;
}

.r_tittle {
  background: var(--primary);
  padding: 30px 20px;
}

.pop_blg_all {
  opacity: 0;
  visibility: hidden;
}

.pop_blg_all_opn {
  opacity: 1;
  visibility: visible;
}

.r_frm li {
  padding: 0 20px 0 20px;
}

.pop_blg_inr {
  background: #fff;
  border-radius: 5px;
  flex-basis: 30%;
  text-align: center;
  transform: scale(0);
  transition: all 0.5s ease;
}

.pop_blg_all_opn .pop_blg_inr {
  transform: scale(1);
}

.cls {
  color: #fff;
  position: absolute;
  right: -20px;
  top: -21px;
  font-size: 13px;
  cursor: pointer;
  font-family: proxima;
}
.reviewForm {
  position: relative;
  padding: 5px;
}

.r_tittle ul {
  justify-content: center;
  flex-direction: row-reverse;
}

.r_tittle h3 {
  color: #fff;
}

.r_tittle ul label i {
  color: #ce9f5b;
  font-size: 24px;
  margin: 0 10px;
}

.r_frm li input[type='text'] {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 55px;
  padding: 0 15px;
}

.r_frm li textarea {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 85px;
  padding: 20px 15px;
}

.r_frm .btn_style {
  background: var(--primary);
  color: #fff;
  margin: 15px 0;
  border-radius: 3px;
}

.journey img {
  width: 100%;
}

.footer {
  background: url(../images/footer.jpg) 0 0 / cover;
  background-attachment: fixed;
}
.footer_inr {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px 0;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}

.special_inside {
  position: absolute;
  top: 0;
}

.incre {
  top: -60px;
}

.fort {
  background: #cb353f;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.fort::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 7;
}

.fort .tittle {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 35%;
  z-index: 8;
}

.history2 {
  background: #f6f6f6;
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.history2::-webkit-scrollbar {
  width: 0 !important;
}

.history_inr span {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  display: block;
}

.ht h3 {
  font-size: 50px;
  font-family: proxima_ex;
  padding: 0 20px;
}

.ht p {
  font-size: 18px;
  line-height: 30px;
}
.ht_tit h2 {
  font-size: 40px;
  color: #333;
}
.ht_inr {
  padding: 10px 0;
}

.t_tight {
  text-align: right;
}

.sin_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

canvas {
  z-index: 7 !important;
}

.branch_link {
  background: var(--primary);
}

.branch_link li {
}

.branch_link li:last-child a {
  border: 0;
}

.branch_link li a {
  color: #fff;
  padding: 20px;
  position: relative;
}

.branch_link li a:before {
  content: '';
  top: 110%;
  left: 50%;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}

.branch_link li a:hover:before,
.branch_link li a.active:before {
  opacity: 1;
  top: 87%;
}

.branch_link_fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  z-index: 6;
}

.pre_load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary);
  z-index: 9;
}

.pre_load_fun {
  text-align: center;
}

.counter {
  color: #fff;
  font-family: proxima_ex;
  font-size: 100px;
  transition: all 0.5s ease;
  background: url(../images/count.png) center / cover;
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.pre_load_opn {
  opacity: 1;
  visibility: hidden;
  transition: all 0.5s ease;
}

.pre_load_opn .counter {
  transform: scale(2);
  opacity: 0;
}

.star {
  bottom: 0;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  left: 18%;
  width: 10%;
  position: absolute;
}

.star2 {
  left: 36%;
}
.star3 {
  left: 54%;
}

.star4 {
  left: 72%;
}

.star5 {
  left: 90%;
}

.star i {
  color: #fff;
  position: relative;
  top: 50%;
  left: -10px;
  border: 3px solid var(--primary);
  animation: star_rotate 5s linear infinite;
}

@keyframes star_rotate {
  0% {
    transform: rotate(0deg);
    top: 5%;
  }

  50% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

.star2 i {
  top: 25%;
}

.star3 i {
  top: 75%;
}

.star4 i {
  top: 50%;
}

.ht {
  position: relative;
  z-index: 3;
}
.sec_tit {
  color: var(--secondary);
}
.s_re_gallery .item {
  width: 90%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.s_re_gallery .item img {
  width: 100%;
  transition: all 0.3s ease;
}
.s_re_gallery {
  padding: 0 70px;
}
.s_re_ctn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.s_re_ctn::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
  content: '';
  z-index: 1;
}

.s_re_gallery .item::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffdc61);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
  content: '';
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.s_re_ctn h4 {
  color: #fff;
  font-size: 16px;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.s_re_ctn h4,
.s_re_ctn p {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in;
}
.s_re_ctn p {
  color: var(--secondary);
  display: none;
}
.s_re_gallery .item:hover::before {
  opacity: 0.5;
  visibility: visible;
  pointer-events: none;
}
.s_re_gallery .item:hover img {
  transform: scale(1.6);
}
.s_re_gallery .item:hover .s_re_ctn h4,
.s_re_gallery .item:hover .s_re_ctn p {
  margin-left: 15px;
}

.s_re_gallery .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.s_re_gallery_al .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.s_re_gallery_al .owl-theme .owl-controls .owl-buttons div {
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: rgba(0, 0, 0, 0.5) url(../images/right-arrow.png) no-repeat 12px
    23px;
  border-radius: 50%;
  background-size: 38px;
}
.owl-theme .owl-controls .owl-pagination {
  display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: rgba(0, 0, 0, 0.5) url(../images/left-arrow.png) no-repeat 12px
    23px;
  border-radius: 50%;
  background-size: 38px;
}
.gal_tab_link {
  position: relative;
}
.gal_tab_link li a {
  color: #fff;
  padding: 0px 20px;
  margin: 5px 0;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.b_new {
  background: #fff;
}
.gal_tab_link li:last-child a {
  border: 0;
}
.b_new {
  position: relative;
}
.b_new li {
  flex-basis: 20%;
  padding: 30px;
  cursor: pointer;
}
.b_new li .b_trigger {
  background: #eee;
  border-radius: 5px;
  padding: 25px 10px;
  text-align: center;
  position: relative;
}
.b_new li .b_trigger:hover,
.b_trigger.active {
  background: #444 !important;
}
.b_new li .b_trigger:hover h3,
.b_trigger.active h3 {
  color: #fff;
}
.b_trigger::before {
  position: absolute;
  left: 50%;
  border-bottom: 10px solid #333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  bottom: -20px;
  display: none;
}
.b_trigger.active::before {
  display: block;
}
.b_new span {
  width: 90px;
  height: 90px;
  border-radius: 50%;

  display: inline-block;
  overflow: hidden;
}
.b_new span img {
  width: 100%;
}
.b_new h3 {
  font-family: proxima_bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  margin: 15px 0 0 0;
}
.b_more {
  background: #444;
 
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 1;
  margin-top: 20px;
}
.b_more_opn {
  visibility: visible;
}
.b_more ul li {
  color: #fff;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  flex-basis: 25%;
  min-height: 195px;
}
.b_more li h4 {
  margin-bottom: 10px;
  font-size: 15px;
}
.b_more li p {
  font-size: 13px;
  color: #ccc;
}
.fa-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  padding: 10px;
}
.error {
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding-left: 5px;
  margin-top: 5px;
  position: absolute;
  top: -20px;
  right: 15px;
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  line-height: inherit;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.contact_page_lft .hide {
  transform: scale(0);
  transition: all 0.3s ease-in;
}

.error::before {
  content: '';
  position: absolute;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
  top: 100%;
}
.success {
  background-color: #35b130;
}
.resetError::before {
  content: initial;
}
.resetError {
  position: relative;
  margin-top: 10px;
  top: initial;
  right: initial;
}

.ratinglable {
  display: block;
}

.ratingIcons > input {
  display: none;
}

/* .ratingIcons > label { float: right; } */
.ratingIcons > label i {
  color: #ddd;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.ratingIcons > input:checked ~ label i, /* show gold star when clicked */
.ratingIcons:not(:checked) > label:hover i, /* hover current star */
.ratingIcons:not(:checked) > label:hover ~ label i {
  color: #ffd700;
} /* hover previous stars in list */

.ratingIcons > input:checked + label:hover i, /* hover current star when changing rating */
.ratingIcons > input:checked ~ label:hover .icon-next,
.ratingIcons > label:hover ~ input:checked ~ label i, /* lighten current selection */
.ratingIcons > input:checked ~ label:hover ~ label i {
  color: #ffed85;
}

.resetError {
  position: relative;
  margin-top: 10px;
  top: initial;
  right: initial;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resetError span {
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  color: #333;
  transform: scale(1);
  transition: all 0.3s ease;
  width: 300px;
  font-size: 14px;
}
.resetError img {
  display: block;
  margin: 0 auto;
}

.footer_blg {
  flex-basis: 33%;
  text-align: center;
  padding: 0 30px;
}
.awards li {
  flex-basis: 33%;
}
.awards li div {
  border-radius: 5px;
  overflow: hidden;
}
.awards li {
  padding: 10px 15px;
}
.awards li img {
  width: 100%;
}
.footer_blg h4 {
  color: #fff;
  margin-top: 15px;
}
.foot_vid li {
  flex-basis: 33%;
}
.res_since {
  display: none;
}
.drp_menu {
  position: absolute;
  top: 100%;
  background: var(--primary);
  color: #333;
  width: 180px;
  display: none;
  border-radius: 3px;
  border: 1px solid #fff;
}
.drp_menu::before {
  content: '';
  position: absolute;
  left: 45%;
  bottom: 100%;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.drp_menu li a {
  display: block;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.drp_menu li a::before {
  display: none;
}
.drp_menu li i {
  float: right;
}
.menu_blg li:hover .drp_menu {
  display: block;
}
/*.award p {*/
/*  margin-top: ;*/
/*}*/
.out_head {
    font-size: 24px;
    margin: 15px 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}