/* Main CSS
-------------------------------------------------- */
:root {
  --white: #fff;
  --black: #000;
  --color-100: #ae903f;
  --color-200: #000039;
  --color-300: #b7c1ac;
  --bk-grade-100: #eaeaea;
  --bk-grade-150: #d6d6d6;
  --bk-grade-200: #c1c1c1;
  --bk-grade-250: #adadad;
  --bk-grade-300: #999999;
  --bk-grade-350: #848484;
  --bk-grade-400: #707070;
  --bk-grade-450: #5b5b5b;
  --bk-grade-500: #474747;
  --bk-grade-550: #333333;
  --bk-grade-600: #2d2d2d;
  --bk-grade-650: #282828;
  --bk-grade-700: #232323;
  --bk-grade-750: #1e1e1e;
  --bk-grade-800: #191919;
  --bk-grade-850: #141414;
  --bk-grade-900: #0f0f0f;
  --bk-grade-950: #0a0a0a;
}

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

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

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

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

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

body {
  font-family: "Aileron";
  font-style: normal;
  font-size: 1rem;
}

a,
button {
  transition: 0.2s ease-out;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:focus,
button:focus {
  outline: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::selection {
  color: var(--white);
  background: var(--color-100);
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-100) var(--white);
}

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--color-100);
  border: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

.form-control:focus {
  box-shadow: none;
}

.return-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--color-100);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transform: rotate(45deg);
  transition: 0.3s linear;
  z-index: 10;
}

.return-top span {
  display: block;
  transform: rotate(-45deg);
}

.return-top span img {
  position: relative;
  width: 15px;
  animation: upBounce 2s infinite;
}

.return-top:hover span img {
  top: 5px;
}

.navbar-main {
  position: relative;
  padding: 1rem 1rem 1rem;
  background-color: var(--white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1030;
}

.navbar-main .logo {
  width: 140px;
}

.navbar-main .logo img {
  width: 100%;
}

.navbar-main .collapse {
  flex-direction: column;
  align-items: flex-end;
}

.navbar-info .nav-item .nav-link {
  color: var(--bk-grade-950) !important;
  font-size: 1.125rem;
  font-weight: 600;
}

.navbar-info .nav-item .nav-link .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--white);
  margin-right: 0.5rem;
  background-color: var(--color-100);
  border-radius: 50%;
}

.navbar-info .nav-item .nav-link:hover {
  color: var(--color-100) !important;
}

.main-nav {
  align-items: center;
}

.main-nav .nav-item .nav-link {
  position: relative;
  color: var(--bk-grade-950) !important;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin: 0 1px;
  overflow: unset;
  text-transform: uppercase;
}

.main-nav .nav-item .nav-link.nav-spec {
  position: relative;
}

.main-nav .nav-item .nav-link.nav-spec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  background-color: var(--color-100);
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}

.main-nav .nav-item .nav-link .nav-block {
  position: relative;
  display: block;
}

.main-nav .nav-item .nav-link:hover {
  color: var(--white) !important;
}

.main-nav .nav-item .nav-link:hover.nav-spec::before {
  height: 150px;
}

.main-nav .nav-item.active .nav-link {
  color: var(--white) !important;
}

.main-nav .nav-item.active .nav-link.nav-spec::before {
  height: 150px;
}

.main-nav .nav-item .nav-lng {
  color: var(--bk-grade-950) !important;
  font-family: "Droid Arabic Kufi";
}

.main-nav .nav-item .nav-lng:hover {
  color: var(--color-100) !important;
}

.main-nav .dropdown-toggle::after {
  content: "\f107" !important;
  font-family: "FontAwesome";
  font-size: 0.75rem;
  position: absolute;
  right: 6px;
  top: 12px;
  margin-left: 0;
  vertical-align: 0;
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}

.main-nav .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px;
}

.main-nav .dropdown-menu .dropdown-item {
  display: block;
  color: var(--color-100);
  background-color: var(--white);
}

.main-nav .dropdown-menu .dropdown-item:hover {
  color: var(--white);
  background-color: var(--color-100);
}

.nav-search {
  position: relative;
  max-width: 150px;
  margin-left: 5rem;
}

.nav-search .form-control {
  height: 30px;
  border-radius: 50px;
  border: 1px solid var(--color-100);
}

.nav-search .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.5rem;
  top: 2px;
  width: 24px;
  height: 24px;
  padding: 4px;
  margin: 0;
  border-radius: 50%;
  box-shadow: none;
}

.nav-search .btn-search img {
  width: 100%;
}

.banner-sec {
  position: relative;
}

.banner-cover .carousel .carousel-inner .carousel-item img {
  width: 100%;
}

.banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.banner-content .banner-hd {
  position: relative;
}

.banner-content .banner-hd h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: "Saudagar";
  font-weight: normal;
}

.banner-content .banner-hd h1 .hd-lg {
  position: relative;
  display: block;
  font-size: 8rem;
  padding: 0 1.5rem;
}

.banner-content .banner-hd h1 .hd-lg .fa {
  font-size: 4rem;
}

.banner-content .banner-hd h1 .hd-lg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background-color: #926a00;
}

.banner-content .banner-hd h1 .hd-sm {
  font-size: 4rem;
}

.banner-content .banner-hd h1 .hd-sm .fa {
  font-size: 3rem;
}

.facts-cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2rem;
  overflow: hidden;
  z-index: 10;
}

.fact-item {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: var(--white);
  margin: 0 0.75rem;
  background-color: var(--color-100);
  transform: rotate(45deg);
  z-index: 10;
}

.fact-item .fact-block {
  position: relative;
  height: 100%;
  padding: 1rem 1rem;
  transform: rotate(-45deg);
  text-align: center;
}

.fact-item .fact-icon {
  width: 60px;
  margin: 0 auto 0.5rem;
}

.fact-item .fact-icon img {
  width: 100%;
}

.fact-item .fact-it-body {
  text-align: center;
}

.fact-item .fact-it-body p {
  color: var(--white);
  font-size: 0.875rem;
  margin: 0;
}

.fact-item:nth-child(even) {
  background-color: var(--white);
  z-index: 5;
}

.fact-item:nth-child(even) .fact-it-body p {
  color: var(--bk-grade-950);
}

.about-sec {
  position: relative;
  background-color: var(--color-100);
}

.about-cover {
  display: flex;
  flex-wrap: wrap;
}

.about-cover .about-body {
  flex: 0 0 50%;
  max-width: 50%;
}

.about-cover .about-graphic {
  flex: 0 0 50%;
  max-width: 50%;
}

.about-cover .about-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.about-content {
  padding: 8rem 5rem 5rem calc(((100vw - 1320px) / 2));
}

.about-content h2 {
  color: var(--white);
  font-family: "Saudagar";
  font-size: 3.5rem;
  font-weight: normal;
  margin: 0 0 3rem 0;
}

.about-content h4 {
  color: var(--white);
  font-family: "Saudagar";
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.about-content p {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.about-content .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 190px;
  color: var(--bk-grade-950);
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  margin: 2rem 0 0 0;
  background-color: var(--white);
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
}

.about-content .btn-more .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/right-arrow-bk.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.about-content .btn-more:hover {
  color: var(--white);
  background-color: var(--black);
}

.about-content .btn-more:hover .btn-icon {
  background-image: url(../images/right-arrow-wt.png);
  animation: iconMoveRight 1s infinite;
}

.vision-sec {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
}

.vision-cover {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1rem;
  background-color: #061b49;
}

.vision-cover .vision-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  padding: 0.5rem 1rem;
}

.vision-cover .vision-item + .vision-item {
  border-left: 1px solid var(--white);
}

.vision-cover .vision-item .vision-icon {
  flex: 0 0 75px;
  max-width: 75px;
  margin-right: 1.5rem;
}

.vision-cover .vision-item .vision-icon img {
  width: 100%;
}

.vision-cover .vision-item .vision-it-body h3 {
  color: var(--white);
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0;
}

.vision-cover .vision-item .vision-it-body p {
  color: var(--white);
  margin: 0;
}

.journey-sec {
  position: relative;
  background-color: #b7c1ac;
}

.journey-carousel {
  position: relative;
}

.journey-carousel .owl-carousel,
.journey-carousel .owl-carousel .owl-stage-outer,
.journey-carousel .owl-carousel .owl-stage-outer .owl-stage,
.journey-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item,
.journey-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}

.journey-item {
  position: relative;
  height: 100%;
}

.journey-item .journey-it-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.journey-item .journey-it-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-item .journey-block {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14rem 0 14rem;
  z-index: 10;
}

.journey-item .journey-block .journey-bg-img {
  flex: 0 0 460px;
  max-width: 460px;
}

.journey-item .journey-block .journey-bg-img img {
  width: 100%;
}

.journey-item .journey-block .journey-bk-body {
  max-width: 750px;
  margin-left: -8rem;
}

.journey-item .journey-block .journey-bk-body .sub-hd {
  color: var(--white);
  margin: 0 0 1rem 0;
}

.journey-item .journey-block .journey-bk-body h3 {
  color: var(--white);
  font-size: 5rem;
  font-family: "Saudagar";
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.journey-item .journey-block .journey-bk-body .btn-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 190px;
  color: var(--bk-grade-950);
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  margin-top: 1rem;
  background-color: var(--white);
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
}

.journey-item .journey-block .journey-bk-body .btn-view .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/right-arrow-bk.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.journey-item .journey-block .journey-bk-body .btn-view:hover {
  color: var(--white);
  background-color: var(--color-100);
}

.journey-item .journey-block .journey-bk-body .btn-view:hover .btn-icon {
  background-image: url(../images/right-arrow-wt.png);
  animation: iconMoveRight 1s infinite;
}

.products-sec {
  position: relative;
  padding: 7rem 0 3.5rem;
}

.product-caro-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-caro-item .pro-caro-body {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 7rem 3.5rem 3.5rem;
  background-color: var(--color-200);
}

.product-caro-item .pro-caro-body h3 {
  color: #d5c1a2;
  font-family: "Saudagar";
  font-size: 3.5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.product-caro-item .pro-caro-body h4 {
  color: var(--white);
  font-family: "Saudagar";
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.product-caro-item .pro-caro-body p {
  color: var(--white);
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.product-caro-item .pro-caro-body .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  margin-top: 2rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-transform: capitalize;
}

.product-caro-item .pro-caro-body .btn-more .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/right-arrow-wt.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.product-caro-item .pro-caro-body .btn-more .btn-icon img {
  width: 100%;
}

.product-caro-item .pro-caro-body .btn-more:hover {
  color: var(--white);
  background-color: var(--color-100);
}

.product-caro-item .pro-caro-body .btn-more:hover .btn-icon {
  animation: iconMoveRight 1s infinite;
}

.product-caro-item .pro-caro-img {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.product-caro-item .pro-caro-img .pro-img {
  position: relative;
  transform: scale(0.75);
  transition: 0.2s ease-out;
  transition-duration: 750ms;
}

.product-caro-item .pro-caro-img .pro-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  background-color: var(--color-200);
}

.product-caro-item .pro-caro-img .img-first {
  padding-top: 7rem;
  background-color: var(--color-200);
}

.product-caro-item .pro-caro-img .img-second {
  padding-top: 3.5rem;
  background-color: var(--white);
}

.product-caro-item .pro-caro-img img {
  width: 100%;
}

.product-carousel .owl-theme .owl-dots {
  position: absolute;
  right: calc(33.333% + 30px);
  top: 4rem;
}

.product-carousel .owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--white);
  transition: 0.2s ease-out;
}

.product-carousel .owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  opacity: 0;
  transition: 0.2s ease-out;
}

.product-carousel .owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid transparent;
}

.product-carousel .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
}

.product-carousel .owl-theme .owl-dots .owl-dot.active span::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.product-carousel .owl-theme .owl-nav {
  position: absolute;
  right: calc(33.333% - 65px);
  bottom: 45%;
}

.product-carousel .owl-theme .owl-nav .owl-prev,
.product-carousel .owl-theme .owl-nav .owl-next {
  width: 65px;
  height: 55px;
  margin: 0px;
  padding: 0px;
  background-color: var(--bk-grade-950);
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
  border-radius: 0;
  transition: 0.2s ease-out;
}

.product-carousel .owl-theme .owl-nav .owl-prev {
  background-image: url(../images/left-arrow-wt.png);
}

.product-carousel .owl-theme .owl-nav .owl-next {
  background-image: url(../images/right-arrow-wt.png);
}

.product-carousel .owl-theme .owl-nav .owl-prev:hover,
.product-carousel .owl-theme .owl-nav .owl-next:hover {
  background-color: var(--color-100);
}

.product-carousel .owl-carousel .owl-item.active .pro-img {
  transform: scale(1);
}

.product-carousel .owl-carousel .owl-item.active .pro-img::after {
  animation: proImgCover 500ms ease-out;
  animation-delay: 100ms;
}

.arrival-carousal .owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #bbbbbb;
  transition: 0.2s ease-out;
}

.arrival-carousal .owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid var(--bk-grade-300);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  opacity: 0;
  transition: 0.2s ease-out;
}

.arrival-carousal .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--bk-grade-300);
}

.arrival-carousal .owl-theme .owl-dots .owl-dot.active span::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.arrival-sec {
  padding: 3.5rem 0 3.5rem;
}

.arrival-hd {
  margin-bottom: 2rem;
  overflow: hidden;
}

.arrival-hd h2 {
  color: var(--bk-grade-950);
  font-size: 4.5rem;
  font-family: "Saudagar";
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.arrival-hd h2 span {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  background-origin: var(--white);
}

.arrival-hd h2 span::before, .arrival-hd h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
  background-color: var(--bk-grade-150);
}

.arrival-hd h2 span::before {
  left: 100%;
}

.arrival-hd h2 span::after {
  right: 100%;
}

.arrival-item {
  position: relative;
  overflow: hidden;
}

.arrival-item .arrival-it-vid {
  position: relative;
}

.arrival-item .arrival-it-vid img,
.arrival-item .arrival-it-vid video {
  width: 100%;
  min-height: 350px;
  height: 100%;
  object-fit: cover;
}

.arrival-item .arrival-vid-img img {
  width: 100%;
}

.arrival-item .arrival-vi-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.75rem;
}

.arrival-item .arrival-vi-overlay .overlay-vi-body {
  text-align: center;
}

.arrival-item .arrival-vi-overlay .overlay-vi-body .overlay-vi-play {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
}

.arrival-item .arrival-vi-overlay .overlay-vi-body .overlay-vi-play img {
  width: 100%;
  height: 100%;
  min-height: unset;
}

.overlay-vi-content .arrival-vi-hd h2 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
}

.overlay-vi-content .arrival-vi-nav {
  margin-top: 5rem;
  text-align: center;
}

.overlay-vi-content .arrival-vi-nav .btn-arrival {
  width: 100%;
  max-width: 300px;
  color: var(--bk-grade-950);
  padding: 0.5rem 1.5rem;
  background-color: var(--white);
  border: 0;
  border-radius: 0;
}

.overlay-vi-content .arrival-vi-nav .btn-arrival img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  min-height: unset;
  margin-right: 0.5rem;
}

.overlay-vi-content .arrival-vi-nav .btn-arrival:hover {
  background-color: var(--color-100);
}

.arrival-it-body {
  position: relative;
  max-width: 1000px;
  padding: 2rem 1rem 1rem;
  margin: 0 auto;
  text-align: center;
}

.arrival-it-body h3 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}

.arrival-it-body P {
  color: var(--bk-grade-950);
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.video-sec {
  position: relative;
  padding: 3.5rem 5rem 3.5rem;
}

.video-item {
  height: 100%;
}

.video-item figure {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-out;
}

.video-item figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.video-item .video-it-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 5rem 3rem 5rem;
}

.video-item:hover figure img {
  transform: scale(1.1);
  filter: grayscale(1);
}

.video-it-hd-cover {
  display: flex;
  align-items: flex-end;
}

.video-it-hd-cover .video-hd {
  flex: 1 1 0;
}

.video-it-hd-cover .video-hd h3 {
  color: var(--white);
  font-family: "Saudagar";
  font-size: 3rem;
  margin: 0;
}

.video-it-hd-cover .video-icon {
  flex: 0 0 80px;
  max-width: 80px;
  margin-left: 2rem;
}

.video-it-hd-cover .video-icon img {
  width: 100%;
}

.gallery-sec {
  position: relative;
  padding: 3.5rem 0 3.5rem;
}

.gallery-hd {
  max-width: 750px;
  margin: 0 auto 3rem;
  text-align: center;
}

.gallery-hd h3 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}

.gallery-hd P {
  color: var(--bk-grade-950);
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.gallery-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.gallery-item figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.gallery-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-out;
}

.gallery-item:hover figure img {
  transform: scale(1.05);
  filter: grayscale(1);
}

.gallery-nav {
  text-align: center;
}

.gallery-nav .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 225px;
  color: var(--bk-grade-950);
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  margin: 2rem auto 0;
  background-color: var(--white);
  border: 1px solid var(--bk-grade-150);
  border-radius: 0;
  box-shadow: none;
  text-transform: capitalize;
}

.gallery-nav .btn-more .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/right-arrow-bk.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.gallery-nav .btn-more .btn-icon img {
  width: 100%;
}

.gallery-nav .btn-more:hover {
  color: var(--white);
  background-color: var(--color-100);
  border: 1px solid var(--color-100);
}

.gallery-nav .btn-more:hover .btn-icon {
  background-image: url(../images/right-arrow-wt.png);
  animation: iconMoveRight 1s infinite;
}

.partners-sec {
  position: relative;
  padding: 3.5rem 0 3.5rem;
}

.partners-hd {
  margin-bottom: 2rem;
  text-align: center;
}

.partners-hd h3 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
}

.partner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.partner-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: var(--bk-grade-950);
  font-weight: 600;
  opacity: 0.5;
}

.partner-nav .nav-item .nav-link .partner-icon {
  flex: 0 0 55px;
  max-width: 55px;
  margin-right: 0.5rem;
}

.partner-nav .nav-item .nav-link .partner-icon img {
  width: 100%;
}

.partner-nav .nav-item .nav-link.active {
  opacity: 1;
}

.partner-carousel {
  overflow: hidden;
}

.partner-carousel .owl-theme .owl-nav .owl-prev,
.partner-carousel .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: 0px;
  padding: 0px;
  background-color: var(--color-100);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}

.partner-carousel .owl-theme .owl-nav .owl-prev {
  left: -5rem;
  background-image: url(../images/arrow-left.svg);
}

.partner-carousel .owl-theme .owl-nav .owl-next {
  right: -5rem;
  background-image: url(../images/arrow-right.svg);
}

.partner-carousel .owl-theme .owl-nav .owl-prev:hover,
.partner-carousel .owl-theme .owl-nav .owl-next:hover {
  background-color: var(--white);
}

.partner-carousel:hover .owl-theme .owl-nav .owl-prev {
  left: 25px;
}

.partner-carousel:hover .owl-theme .owl-nav .owl-next {
  right: 25px;
}

.partner-footer {
  margin-top: 4rem;
  text-align: center;
}

.partner-footer .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 225px;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  margin: 0 auto;
  background-color: var(--color-100);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.partner-footer .btn-more .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/right-arrow-wt.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.partner-footer .btn-more .btn-icon img {
  width: 100%;
}

.partner-footer .btn-more:hover {
  background-color: var(--black);
}

.partner-footer .btn-more:hover .btn-icon {
  background-image: url(../images/right-arrow-wt.png);
  animation: iconMoveRight 1s infinite;
}

.footer-sec {
  position: relative;
  padding: 4rem 0 4rem;
  background-color: #1b1c1d;
  overflow: hidden;
}

.footer-sec .ft-about {
  flex: 0 0 38%;
  max-width: 38%;
}

.footer-sec .ft-quick {
  flex: 0 0 20%;
  max-width: 20%;
  border-left: 1px solid var(--bk-grade-600);
  border-right: 1px solid var(--bk-grade-600);
}

.footer-sec .ft-address {
  flex: 0 0 42%;
  max-width: 42%;
}

.footer-about .footer-logo {
  max-width: 90px;
  margin-bottom: 2rem;
}

.footer-about .footer-logo img {
  width: 100%;
}

.footer-about h3 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.footer-about p {
  color: var(--white);
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
}

.footer-about .btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.5rem 0.55rem;
  margin-top: 2rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: capitalize;
}

.footer-about .btn-more .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/right-arrow-wt.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.footer-about .btn-more .btn-icon img {
  width: 100%;
}

.footer-about .btn-more:hover {
  color: var(--white);
  background-color: var(--color-100);
}

.footer-about .btn-more:hover .btn-icon {
  animation: iconMoveRight 1s infinite;
}

.quick-links h3 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.quick-links ul li {
  margin-bottom: 1rem;
}

.quick-links ul li a {
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.25rem 0.25rem;
}

.quick-links ul li a:hover {
  color: var(--color-100);
}

.footer-address .ft-address-hd {
  margin-bottom: 2rem;
}

.footer-address .ft-address-hd h3 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.ft-address-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ft-address-tab .ft-address-nav {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
}

.ft-address-tab .ft-address-nav .nav-item .nav-link {
  color: var(--bk-grade-450);
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid var(--bk-grade-600);
}

.ft-address-tab .ft-address-nav .nav-item .nav-link.active {
  color: var(--white);
}

.ft-address-tab .ft-address-tb-body {
  flex: 1 1 0;
}

.address-item {
  padding-left: 3rem;
}

.address-item ul li {
  position: relative;
  padding: 0 0 0 2rem;
}

.address-item ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
  font-size: 1.25rem;
}

.address-item ul li h3 {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.address-item ul li p {
  color: var(--white);
  font-size: 0.875rem;
}

.copy-cover {
  margin-top: 2rem;
}

.copyright {
  color: var(--white);
  font-size: 0.875rem;
}

.bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bottom-links .ft-item + .ft-item {
  margin-left: 0.5rem;
}

.bottom-links .ft-item .ft-link {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}

.bottom-links .ft-item .ft-link:hover {
  color: var(--color-100);
}

.ins-banner-cover .ins-banner-img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.ins-banner-cover .ins-banner-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ins-banner-cover .ins-banner-hd {
  position: relative;
}

.ins-banner-cover .ins-banner-hd .btn-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 190px;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 0;
  text-transform: capitalize;
}

.ins-banner-cover .ins-banner-hd .btn-back .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/left-arrow-wt.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.ins-banner-cover .ins-banner-hd .btn-back:hover {
  background-color: var(--color-100);
  border: 1px solid var(--color-100);
}

.ins-banner-cover .ins-banner-hd .btn-back:hover .btn-icon {
  animation: iconMoveRight 1s infinite;
}

.ins-banner-cover .ins-banner-hd h1 {
  color: var(--white);
  font-size: 4.5rem;
  font-family: "Saudagar";
  font-weight: bold;
  margin: 0;
}

.ins-product-sec {
  position: relative;
  padding: 5rem 4rem 5rem;
}

.ins-product-sub-sec {
  position: relative;
  padding: 5rem 0 5rem;
}

.col-ins-category {
  order: 1;
}

.col-ins-products {
  order: 2;
}

.category-filter .card {
  box-shadow: none;
}

.category-filter .card .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--color-100);
}

.category-filter .card .card-header h3 {
  color: var(--bk-grade-950);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.category-filter .card .card-header h3 .txt-count {
  font-size: 65%;
}

.category-filter .card .card-header h3 .icon {
  position: relative;
  display: inline-block;
  transform: rotate(-180deg);
  transition: 0.2s ease-out;
}

.category-filter .card .card-header h3.collapsed .icon {
  transform: rotate(0deg);
}

.category-filter .filter-input .checkbox {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.category-filter .filter-input .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.category-filter .filter-input .checkbox .check-label {
  color: var(--bk-grade-950);
  font-size: 1rem;
}

.category-filter .filter-input .checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: solid 1px var(--bk-grade-200);
  border-radius: 0;
  transition: 0.25s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.category-filter .filter-input .checkbox:hover input ~ .checkmark {
  background-color: transparent;
  border: solid 1px var(--color-100);
}

.category-filter .filter-input .checkbox input:checked ~ .checkmark {
  background-color: transparent;
  border: solid 1px var(--color-100);
}

.category-filter .filter-input .checkbox .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.category-filter .filter-input .checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}

.category-filter .filter-input .checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background: var(--color-100);
  border-radius: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.25s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.product-item {
  position: relative;
  margin-bottom: 0.5rem;
}

.product-item figure {
  position: relative;
  margin: 0;
  background-color: var(--black);
  overflow: hidden;
}

.product-item figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.product-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.product-item .pro-it-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem 1rem;
  transition: 0.2s ease-out;
}

.product-item .pro-it-overlay h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.product-item .item-new {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.25rem 1.5rem;
  background-color: #c69a14;
  border-radius: 6px;
  text-transform: uppercase;
}

.product-item:hover figure img {
  transform: scale(1.1);
  filter: grayscale(1);
  opacity: 0.75;
}

.product-item:hover .pro-it-overlay {
  opacity: 0;
}

.product-sub-item {
  position: relative;
  margin-bottom: 30px;
}

.product-sub-item figure {
  position: relative;
  margin: 0;
  background-color: var(--black);
}

.product-sub-item figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.product-sub-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.product-sub-item figure .icon-down {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.product-sub-item .pro-it-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem 1rem;
}

.product-sub-item .pro-it-overlay h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.product-sub-item .item-new {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.25rem 1.5rem;
  background-color: #c69a14;
  border-radius: 6px;
  text-transform: uppercase;
}

.product-sub-item:hover figure img {
  filter: grayscale(1);
  opacity: 0.75;
}

.products-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}

.products-toolbar .pro-amount {
  color: var(--bk-grade-950);
  font-weight: 500;
  padding: 0 0.5rem;
  text-transform: uppercase;
}

.pro-pagination .page-item span {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--color-100);
  background-color: var(--white);
  border: 1px solid rgba(174, 144, 63, 0.25);
}

.pro-pagination .page-item .page-link {
  color: var(--color-100);
  font-size: 1rem;
  border: 1px solid rgba(174, 144, 63, 0.25);
}

.pro-pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--color-100);
}

.pro-pagination .page-item.active .page-link {
  color: var(--white);
  background-color: var(--color-100);
}

.pro-pagination li .page-link {
  color: var(--color-100);
  font-size: 1rem;
  border: 1px solid rgba(174, 144, 63, 0.25);
}

.pro-pagination li .page-link:hover {
  color: var(--white);
  background-color: var(--color-100);
}

.pro-pagination li.active .page-link {
  color: var(--white);
  background-color: var(--color-100);
}

.banner-pro-dtl-cover .banner-pro-carousel .banner-caro-item img {
  width: 100%;
  object-fit: cover;
}

.banner-pro-dtl-cover .banner-pro-dtl-img {
  position: relative;
}

.banner-pro-dtl-cover .banner-pro-dtl-img img {
  width: 100%;
  object-fit: cover;
}

.banner-pro-dtl-cover .banner-pro-dtl-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.banner-pro-dtl-cover .banner-pro-dtl-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.banner-pro-dtl-cover .banner-pro-dtl-hd {
  position: relative;
}

.banner-pro-dtl-cover .banner-pro-dtl-hd .btn-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 190px;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.65rem 1.25rem;
  margin-bottom: 3rem;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 0;
  text-transform: capitalize;
}

.banner-pro-dtl-cover .banner-pro-dtl-hd .btn-back .btn-icon {
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(../images/left-arrow-wt.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

.banner-pro-dtl-cover .banner-pro-dtl-hd .btn-back:hover {
  background-color: var(--color-100);
  border: 1px solid var(--color-100);
}

.banner-pro-dtl-cover .banner-pro-dtl-hd .btn-back:hover .btn-icon {
  animation: iconMoveRight 1s infinite;
}

.banner-pro-dtl-cover .banner-pro-dtl-hd h1 {
  color: var(--white);
  font-size: 6rem;
  font-family: "Saudagar";
  font-weight: normal;
  margin: 0;
}

.pro-breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0.25rem;
}

.pro-breadcrumb .breadcrumb-item {
  color: var(--white);
  font-weight: normal;
}

.pro-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  color: var(--white);
  font-family: "FontAwesome";
}

.pro-breadcrumb .breadcrumb-item a {
  color: var(--white);
  text-decoration: none;
}

.pro-breadcrumb .breadcrumb-item a:hover {
  color: var(--color-100);
}

.ins-pro-dtl-sec {
  position: relative;
  padding: 4rem 0 2rem;
}

.pro-carousel-dtls {
  overflow: hidden;
}

.pro-carousel-dtls .owl-theme .owl-nav .owl-prev,
.pro-carousel-dtls .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: 0px;
  padding: 0px;
  background-color: var(--color-100);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}

.pro-carousel-dtls .owl-theme .owl-nav .owl-prev {
  left: -5rem;
  background-image: url(../images/arrow-left.svg);
}

.pro-carousel-dtls .owl-theme .owl-nav .owl-next {
  right: -5rem;
  background-image: url(../images/arrow-right.svg);
}

.pro-carousel-dtls .owl-theme .owl-nav .owl-prev:hover,
.pro-carousel-dtls .owl-theme .owl-nav .owl-next:hover {
  background-color: var(--white);
}

.pro-carousel-dtls:hover .owl-theme .owl-nav .owl-prev {
  left: 25px;
}

.pro-carousel-dtls:hover .owl-theme .owl-nav .owl-next {
  right: 25px;
}

.pro-caro-dtl-item {
  position: relative;
}

.pro-caro-dtl-item figure {
  position: relative;
  margin: 0;
  background-color: var(--black);
}

.pro-caro-dtl-item figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.pro-caro-dtl-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.pro-caro-dtl-item:hover figure img {
  filter: grayscale(1);
  opacity: 0.75;
}

.pro-tile-sec {
  position: relative;
  padding: 2rem 0 4rem;
}

.pro-tile-cover {
  max-width: 1000px;
  margin: 0 auto;
}

.pro-tile-cover .pro-tile-hd {
  margin-bottom: 2rem;
  text-align: center;
}

.pro-tile-cover .pro-tile-hd h2 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.pro-tile-cover .pro-tile-hd p {
  color: var(--bk-grade-950);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.pro-tile-item {
  margin-bottom: 30px;
}

.pro-tile-item figure {
  position: relative;
  margin: 0;
}

.pro-tile-item figure img {
  width: 100%;
}

.pro-tile-item figure a {
  display: block;
}

.pro-tile-item figure .zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 0.25rem;
  background-color: var(--color-100);
  z-index: 10;
}

.pro-tile-item figure .zoom img {
  width: 20px;
}

.pro-tile-item .pro-tile-body {
  padding: 1.5rem 1rem 0.5rem;
  text-align: center;
}

.pro-tile-item .pro-tile-body p {
  color: var(--bk-grade-950);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.catalogue-sec {
  position: relative;
  padding: 4rem 0 4rem;
  background-color: #1b1c1d;
}

.catalogue-hd {
  margin-bottom: 2rem;
  text-align: center;
}

.catalogue-hd h2 {
  color: var(--white);
  font-size: 2rem;
  font-family: "Saudagar";
  font-weight: bold;
  margin: 0;
}

.catalogue-cover {
  display: flex;
  flex-wrap: wrap;
}

.catalogue-cover .catalogue-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  padding: 0.5rem 1rem;
}

.catalogue-cover .catalogue-item + .catalogue-item {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.catalogue-cover .catalogue-item .catalogue-icon {
  margin-bottom: 1.5rem;
}

.catalogue-cover .catalogue-item .catalogue-icon i {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.catalogue-cover .catalogue-item .catalogue-icon i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.2s ease-out;
}

.catalogue-cover .catalogue-item .catalogue-icon i .hover {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}

.catalogue-cover .catalogue-item .catalogue-it-body {
  text-align: center;
}

.catalogue-cover .catalogue-item .catalogue-it-body p {
  color: var(--white);
  font-size: 1.25rem;
  margin: 0;
}

.catalogue-cover .catalogue-item:hover .catalogue-icon i img {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
}

.catalogue-cover .catalogue-item:hover .catalogue-icon i .hover {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.pro-interest-sec {
  position: relative;
  padding: 4rem 0 4rem;
}

.pro-interest-hd {
  margin-bottom: 2rem;
  text-align: center;
}

.pro-interest-hd h2 {
  color: var(--bk-grade-900);
  font-size: 2rem;
  font-family: "Saudagar";
  font-weight: bold;
  margin: 0;
}

.pro-interest-item {
  position: relative;
  margin-bottom: 30px;
}

.pro-interest-item figure {
  position: relative;
  margin: 0;
  background-color: var(--black);
}

.pro-interest-item figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.pro-interest-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.pro-interest-item .pro-in-it-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem 1rem;
}

.pro-interest-item .pro-in-it-overlay h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

.pro-interest-item .item-new {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  color: var(--white);
  font-size: 0.875rem;
  padding: 0.25rem 1.5rem;
  background-color: #c69a14;
  border-radius: 6px;
  text-transform: uppercase;
}

.pro-interest-item:hover figure img {
  filter: grayscale(1);
  opacity: 0.75;
}

.pro-interest-footer {
  margin-top: 2rem;
  text-align: center;
}

.pro-interest-footer .btn-arrival {
  width: 100%;
  max-width: 300px;
  color: var(--bk-grade-950);
  padding: 0.65rem 1.5rem;
  background-color: var(--white);
  border: 1px solid var(--bk-grade-200);
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.pro-interest-footer .btn-arrival img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 0.5rem;
}

.pro-interest-footer .btn-arrival:hover {
  background-color: var(--color-100);
  border: 1px solid var(--color-100);
}

.ins-history-sec {
  position: relative;
  padding: 6rem 0 4rem;
}

.ins-history-cover .ins-history-img {
  max-width: 525px;
}

.ins-history-cover .ins-history-img img {
  width: 100%;
}

.ins-history-cover .ins-history-intro {
  padding: 3rem 0 0 3rem;
}

.ins-history-cover .ins-history-intro h3 {
  color: var(--bk-grade-950);
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.ins-history-cover .ins-history-intro p {
  color: var(--bk-grade-950);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 1.5rem 0;
}

.ins-choice-sec {
  position: relative;
  background-color: var(--color-100);
}

.ins-choice-cover .ins-choice-content {
  position: relative;
  padding: 6rem 4rem 4rem calc(((100vw - 1320px) / 2));
}

.ins-choice-cover .ins-choice-content p {
  color: var(--white);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 1.5rem 0;
}

.ins-choice-cover .ins-choice-img {
  height: 100%;
}

.ins-choice-cover .ins-choice-img img {
  width: 100%;
}

.ins-vision-sec {
  position: relative;
  padding: 6rem 0 6rem;
}

.ins-vision-cover .ins-vision-img {
  max-width: 530px;
}

.ins-vision-cover .ins-vision-img img {
  width: 100%;
}

.ins-vision-cover .ins-vision-content {
  padding: 3rem 0 0 3rem;
}

.ins-vision-cover .ins-vision-content h2 {
  color: var(--bk-grade-950);
  font-size: 3.5rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}

.ins-vision-cover .ins-vision-content ul li {
  position: relative;
  color: var(--bk-grade-950);
  font-size: 1rem;
  font-weight: normal;
  padding: 0 0 0 40px;
}

.ins-vision-cover .ins-vision-content ul li + li {
  margin-top: 1rem;
}

.ins-vision-cover .ins-vision-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 22px;
  background-image: url(../images/tick-bullet.png);
}

.ins-inception-sec {
  position: relative;
  background-color: #0c0a4e;
}

.ins-inception-cover .ins-inception-content {
  position: relative;
  padding: 6rem 4rem 4rem calc(((100vw - 1320px) / 2));
}

.ins-inception-cover .ins-inception-content p {
  color: var(--white);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 1.5rem 0;
}

.ins-inception-cover .ins-inception-img {
  height: 100%;
}

.ins-inception-cover .ins-inception-img img {
  width: 100%;
}

.ins-showroom-sec {
  position: relative;
  padding: 6rem 0 6rem;
}

.ins-showroom-cover figure {
  margin-bottom: 4rem;
}

.ins-showroom-cover figure img {
  width: 100%;
}

.ins-showroom-cover .ins-showroom-body p {
  color: var(--bk-grade-950);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 1.5rem 0;
}

.ins-standard-sec {
  position: relative;
  padding: 0 0 6rem 0;
  background-color: var(--color-100);
}

.ins-standard-cover .ins-standard-img img {
  width: 100%;
}

.ins-standard-cover .ins-standard-content {
  padding-top: 4rem;
  text-align: center;
}

.ins-standard-cover .ins-standard-content h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.ins-standard-cover .ins-standard-content p {
  color: var(--white);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 1.5rem 0;
}

.ins-factors-sec {
  position: relative;
  padding: 6rem 0 6rem;
}

.col-factors-bdr {
  border-left: 1px solid var(--bk-grade-150);
}

.factors-cover {
  max-width: 550px;
  margin: 0 auto;
}

.factors-cover .factors-hd {
  margin-bottom: 2.5rem;
  text-align: center;
}

.factors-cover .factors-hd h3 {
  color: var(--bk-grade-950);
  font-size: 3rem;
  font-family: "Saudagar";
  font-weight: 600;
  margin: 0;
}

.factors-carousel {
  overflow: hidden;
}

.factors-carousel .owl-theme .owl-nav .owl-prev,
.factors-carousel .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}

.factors-carousel .owl-theme .owl-nav .owl-prev {
  left: -5rem;
  background-image: url(../images/arrow-left.svg);
}

.factors-carousel .owl-theme .owl-nav .owl-next {
  right: -5rem;
  background-image: url(../images/arrow-right.svg);
}

.factors-carousel .owl-theme .owl-nav .owl-prev:hover,
.factors-carousel .owl-theme .owl-nav .owl-next:hover {
  background-color: var(--color-100);
}

.factors-carousel:hover .owl-theme .owl-nav .owl-prev {
  left: 25px;
}

.factors-carousel:hover .owl-theme .owl-nav .owl-next {
  right: 25px;
}

.factors-item .factor-img {
  width: 150px;
  height: 150px;
  background-color: var(--white);
  margin: 2rem auto 4rem;
  background-color: var(--color-100);
  transform: rotate(45deg);
  z-index: 10;
}

.factors-item .factor-img .factor-img-block {
  position: relative;
  height: 100%;
  padding: 1rem 1rem;
  transform: rotate(-45deg);
}

.factors-item .factor-img .factor-img-block img {
  width: 100%;
}

.factors-item .factors-it-body {
  text-align: center;
}

.factors-item .factors-it-body p {
  color: var(--bk-grade-950);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
}

.team-intro-sec {
  position: relative;
  padding: 4rem 0 2rem;
}

.ins-team-intro {
  text-align: center;
}

.ins-team-intro h2 {
  color: var(--bk-grade-750);
  font-family: "Saudagar";
  font-size: 3.5rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
}

.ins-team-intro p {
  color: var(--bk-grade-500);
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
}

.team-item-sec {
  position: relative;
  padding: 2rem 0 4rem;
}

.team-item {
  position: relative;
  max-width: 400px;
  margin: 0 auto 2rem;
}

.team-item figure {
  position: relative;
  padding: 20px;
  margin: 0;
  background-color: var(--color-100);
  overflow: hidden;
}

.team-item figure::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color-200);
  transform: skew(25deg);
  transition: 0.2s ease-out;
}

.team-item figure .team-img {
  position: relative;
  padding: 10px;
  margin: 0;
  background-color: var(--white);
  overflow: hidden;
  z-index: 10;
}

.team-item figure .team-img img {
  width: 100%;
  transition: 0.2s ease-out;
}

.team-item .team-it-body {
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}

.team-item .team-it-body h3 {
  color: var(--bk-grade-950);
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}

.team-item .team-it-body P {
  color: var(--bk-grade-500);
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
}

.team-item:hover figure::before {
  left: 75%;
}

.team-item:hover figure .team-img img {
  transform: scale(1.05);
}

.co-form-sec {
  position: relative;
  padding: 6rem 0 3rem;
}

.col-con-img {
  flex: 0 0 58%;
  max-width: 58%;
}

.col-con-form {
  flex: 0 0 42%;
  max-width: 42%;
}

.contact-img {
  max-width: 700px;
}

.contact-img img {
  width: 100%;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.contact-form .form-control {
  min-height: 55px;
  background-color: transparent;
  border: 1px solid var(--bk-grade-300);
  border-radius: 0.5rem;
  transition: 0.2s ease-out;
}

.contact-form .form-control:hover, .contact-form .form-control:focus {
  border: 1px solid var(--bk-grade-700);
}

.contact-form .btn-send {
  width: 100%;
  color: var(--white);
  font-size: 1rem;
  padding: 1rem 1rem;
  margin: 0;
  background-color: var(--color-100);
  border: 0.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}

.contact-form .btn-send:hover {
  background-color: var(--color-200);
}

.address-sec {
  padding: 3rem 0 6rem;
}

.location-item {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
}

.location-item + .location-item {
  margin-top: 6rem;
}

.location-item .address-cover {
  flex: 0 0 38%;
  max-width: 38%;
  padding-left: calc(((100vw - 1320px) / 2));
}

.location-item .address {
  position: relative;
  padding: 4.5rem 2rem 2rem 6rem;
  background-color: var(--color-100);
}

.location-item .address h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}

.location-item .address p {
  color: var(--white);
  font-size: 1rem;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 2rem 0;
}

.location-item .address .txt-bold {
  font-size: 110%;
  font-weight: 600;
}

.location-item .map-cover {
  flex: 0 0 62%;
  max-width: 62%;
}

.location-item .map-cover iframe {
  width: 100%;
  height: 100%;
}

.location-item:nth-child(even) .address-cover {
  padding-left: 0;
  padding-right: calc(((100vw - 1320px) / 2));
  order: 2;
}

.location-item:nth-child(even) .address {
  background-color: #171659;
}

.partners-sec {
  padding: 6rem 0 4rem;
}

.partners-cover {
  margin-bottom: 3rem;
}

.partners-cover .partners-hd {
  margin-bottom: 2rem;
}

.partners-cover .partners-hd h3 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
}

.partners-cover .partners-hd h3 img {
  width: 50px;
  margin-right: 1rem;
}

.partner-item {
  position: relative;
  height: calc(100% - 1rem);
  padding: 1.5rem 1.5rem;
  margin-bottom: 1rem;
  background-origin: var(--white);
  border: 1px solid var(--bk-grade-150);
  transition: 0.2s ease-out;
}

.partner-item::before, .partner-item::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}

.partner-item::before {
  left: 0;
  top: 0;
  border-left: 6px solid var(--color-100);
  border-top: 6px solid var(--color-100);
}

.partner-item::after {
  right: 0;
  bottom: 0;
  border-right: 6px solid var(--color-100);
  border-bottom: 6px solid var(--color-100);
}

.partner-item .partner-logo {
  margin-bottom: 2rem;
  text-align: center;
}

.partner-item .partner-logo img {
  max-width: 100%;
}

.partner-item .partner-it-body {
  text-align: center;
}

.partner-item .partner-it-body p {
  color: var(--bk-grade-950);
  margin: 0;
}

.partner-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
}

.organization-sec {
  position: relative;
  padding: 6rem 0 6rem;
}

.organize-cover {
  position: relative;
}

.organize-cover .organize-hd {
  margin-bottom: 4rem;
  text-align: center;
}

.organize-cover .organize-hd h3 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
}

.tree-main {
  max-width: 1140px;
  margin: 0 auto;
}

.tree-main .board-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  max-width: 250px;
  padding: 0.5rem 2.5rem;
  margin: 0 auto;
  border: 4px solid transparent;
  border-radius: 50px;
  text-align: center;
  opacity: 0;
}

.tree-main .board-item::before, .tree-main .board-item::after {
  content: "";
  position: absolute;
  background-color: var(--bk-grade-200);
}

.tree-main .board-item p {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}

.tree-main .board-item .dot {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: var(--white);
  border: 3px solid transparent;
  border-radius: 50%;
  animation: dotPulse 2s ease-out 0s infinite;
  z-index: 10;
}

.tree-main .branch-board .board-item {
  background-color: #a98a38;
  border-color: #735a17;
  animation: boardFadeAnm 2s 0s ease-in-out forwards;
}

.tree-main .branch-board .board-item .dot {
  left: 0;
  right: 0;
  bottom: -10px;
  border-color: #735a17;
}

.tree-main .branch-board .board-item::after {
  top: 100%;
  width: 1px;
  height: 0;
  margin: 0 auto;
  animation: verLineBoardAnm 2s ease-in-out forwards;
}

.tree-main .branch-partner .board-item {
  background-color: #bea050;
  border-color: #735a17;
  animation: boardFadeAnm 2s 2s ease-in-out forwards;
}

.tree-main .branch-partner .mange-item::before {
  left: 0;
  width: 0;
  height: 1px;
  transform: translateX(-100%);
  animation: horLineMngLftAnm 2s 2s ease-in-out forwards;
}

.tree-main .branch-partner .mange-item::after {
  right: 0;
  width: 0;
  height: 1px;
  transform: translateX(100%);
  animation: horLineMngRtAnm 2s 2s ease-in-out forwards;
}

.tree-main .branch-auditor .board-item {
  max-width: 250px;
  background-color: #8294bb;
  border-color: #374460;
  transform: translateX(-300px);
  animation: boardFadeAnm 2s 1s ease-in-out forwards;
}

.tree-main .branch-auditor .board-item::after {
  left: 100%;
  top: 50%;
  width: 180px;
  height: 1px;
  animation: horLineAudidAnm 2s ease-in-out forwards;
}

.tree-main .branch-auditor .board-item .dot {
  right: 0;
  border-color: #374460;
  transform: translateX(50%);
}

.tree-main .br-partner-cover {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
}

.tree-main .br-partner-left {
  margin: 0 0.5rem;
}

.tree-main .br-partner-left .br-pat-list .board-item {
  margin: 0 0.5rem;
  background-color: #9bac78;
  border-color: #5a5a35;
  animation: boardFadeAnm 2s 3s ease-in-out forwards;
}

.tree-main .br-partner-left .br-pat-list .board-item::after {
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineFinAnm 2s 2s ease-in-out forwards;
}

.tree-main .br-partner-left .br-pat-list .board-item .dot {
  left: 0;
  right: 0;
  top: 0;
  border-color: #5a5a35;
  transform: translateY(-50%);
}

.tree-main .br-fin-item {
  margin-top: 6rem;
}

.tree-main .br-fin-item .br-fin-list .board-item {
  max-width: 200px;
  background-color: #817f79;
  border-color: #525150;
  animation: boardFadeAnm 2s 5s ease-in-out forwards;
}

.tree-main .br-fin-item .br-fin-list .board-item::after {
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineAccAnm 2s 6s ease-in-out forwards;
}

.tree-main .br-partner-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 0;
  margin: 0 0.5rem;
}

.tree-main .br-partner-right .br-pat-list-01 .board-item {
  background-color: #9bac78;
  border-color: #5a5a35;
  animation: boardFadeAnm 2s 3s ease-in-out forwards;
}

.tree-main .br-partner-right .br-pat-list-01 .board-item::before {
  left: 0;
  right: 0;
  top: 100%;
  width: 1px;
  height: 32px;
  margin: 0 auto;
}

.tree-main .br-partner-right .br-pat-list-01 .board-item::after {
  left: -67px;
  bottom: -32px;
  width: 790px;
  height: 1px;
}

.tree-main .br-partner-right .br-pat-list-01 .board-item .dot {
  left: 0;
  right: 0;
  bottom: 0;
  border-color: #5a5a35;
  transform: translateY(50%);
}

.tree-main .br-partner-right .br-pat-list-02 .board-item {
  background-color: #bdbd7f;
  border-color: #685b3a;
  animation: boardFadeAnm 2s 3s ease-in-out forwards;
}

.tree-main .br-partner-right .br-pat-list-02 .board-item::before {
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineFinAnm 2s 2s ease-in-out forwards;
}

.tree-main .br-partner-right .br-pat-list-02 .board-item::after {
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  transform: translateX(-100%);
  animation: horLinePurchaseAnm 2s 4s ease-in-out forwards;
}

.tree-main .br-partner-right .br-pat-list-02 .board-item .dot {
  left: 0;
  right: 0;
  top: 0;
  border-color: #685b3a;
  transform: translateY(-50%);
}

.tree-main .br-com-cover-01 {
  position: relative;
  padding-left: 7rem;
  margin-top: 4rem;
}

.tree-main .br-com-cover-01 .br-com-list {
  display: flex;
  align-items: stretch;
}

.tree-main .br-com-cover-01 .br-com-list .br-com-item {
  margin-right: 0.5rem;
}

.tree-main .br-com-cover-01 .br-com-list .br-com-item .board-item {
  max-width: 230px;
  background-color: #817f79;
  border-color: #525150;
  animation: boardFadeAnm 2s 5s ease-in-out forwards;
}

.tree-main .br-com-cover-01 .br-com-list .br-com-item .board-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineShowAnm01 2s 6s ease-in-out forwards;
}

.tree-main .br-com-cover-01 .br-com-list .br-com-item .board-item .dot {
  left: 0;
  right: 0;
  top: 0;
  border-color: #5a5a35;
  transform: translateY(-50%);
}

.tree-main .br-com-cover-02 {
  padding-left: 11rem;
  margin-top: 4rem;
}

.tree-main .br-com-cover-02 .br-com-list {
  display: flex;
  align-items: stretch;
}

.tree-main .br-com-cover-02 .br-com-list .br-com-item {
  margin-right: 0.5rem;
}

.tree-main .br-com-cover-02 .br-com-list .br-com-item .board-item {
  max-width: 230px;
  background-color: #bea050;
  border-color: #735a17;
  animation: boardFadeAnm 2s 5s ease-in-out forwards;
}

.tree-main .br-com-cover-02 .br-com-list .br-com-item.com-03 .board-item::before {
  right: 44px;
  top: 0;
  width: 1px;
  height: 0;
  transform: translateY(-100%);
  animation: verLineShowAnm02 2s 6s ease-in-out forwards;
}

.tree-main .br-com-cover-02 .br-com-list .br-com-item.com-03 .board-item .dot {
  right: 2rem;
  top: 0;
  border-color: #735a17;
  transform: translateY(-50%);
}

.tree-main .br-com-cover-03 {
  margin-top: -90px;
  margin-right: auto;
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item {
  margin-right: 0.5rem;
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item .board-item {
  max-width: 230px;
  background-color: #af9a8b;
  border-color: #534033;
  margin-right: 0;
  animation: boardFadeAnm 2s 5s ease-in-out forwards;
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item.com-01 .board-item::before {
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineShowAnm02 2s 8s ease-in-out forwards;
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item.com-01 .board-item::after {
  right: 35px;
  top: 100%;
  width: 1px;
  height: 0;
  animation: verLineStoreAnm 2s 8s ease-in-out forwards;
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item.com-01 .board-item .dot {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-color: #534033;
  transform: translateY(-50%);
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item.com-02 {
  margin-top: 4rem;
}

.tree-main .br-com-cover-03 .br-com-list .br-com-item.com-02 .board-item .dot {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-color: #534033;
  transform: translateY(-50%);
}

.tree-main .br-store-list {
  display: flex;
  justify-content: flex-end;
  padding-right: 4rem;
  margin-top: 4rem;
}

.tree-main .br-store-list .br-store-item {
  margin: 0 0.5rem;
}

.tree-main .br-store-list .br-store-item .board-item {
  max-width: 250px;
  background-color: #87b7c2;
  border-color: #586e91;
  margin-right: 0;
  animation: boardFadeAnm 2s 9s ease-in-out forwards;
}

.tree-main .br-store-list .br-store-item.store-01 .board-item::before {
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineAudidAnm01 2s 10s ease-in-out forwards;
}

.tree-main .br-store-list .br-store-item.store-01 .board-item::after {
  left: 80px;
  top: -35px;
  width: 0;
  height: 1px;
  animation: horLineFortAnm 2s 10s ease-in-out forwards;
}

.tree-main .br-store-list .br-store-item.store-01 .board-item .dot {
  left: 0;
  right: 0;
  top: 0;
  border-color: #586e91;
  transform: translateY(-50%);
}

.tree-main .br-store-list .br-store-item.store-02 .board-item::before {
  left: 42px;
  top: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  animation: verLineFortAnm02 2s 10s ease-in-out forwards;
}

.tree-main .br-store-list .br-store-item.store-02 .board-item .dot {
  left: 2rem;
  top: 0;
  border-color: #586e91;
  transform: translateY(-50%);
}

.projects-sec {
  position: relative;
  padding: 6rem 0 6rem;
}

.project-item {
  position: relative;
  background-color: var(--black);
  margin-bottom: 2rem;
  overflow: hidden;
}

.project-item figure {
  position: relative;
  margin: 0;
}

.project-item figure::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  border: 3px solid var(--white);
  z-index: 5;
  transition: 0.2s ease-out;
}

.project-item figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 5;
}

.project-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.project-item .project-it-body {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
}

.project-item .project-it-body h3 {
  color: var(--white);
  font-size: 2.5rem;
  font-family: "Saudagar";
  font-weight: normal;
  margin: 0;
}

.project-item .project-it-body .pro-title {
  flex: 1 1 0;
  padding: 1rem 1rem;
}

.project-item .project-it-body .pro-nav {
  flex: 0 0 62px;
  max-width: 62px;
  height: 62px;
}

.project-item .project-it-body .pro-nav .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.25rem;
  margin: 0;
  background-color: var(--color-100);
  border: 0;
  border-radius: 0;
}

.project-item .project-it-body .pro-nav .btn-more img {
  width: 26px;
}

.project-item .project-it-body .pro-nav .btn-more:hover {
  background-color: var(--black);
}

.project-item:hover figure img {
  filter: grayscale(1) blur(4px);
  opacity: 0.95;
}

.project-gal-hd {
  margin-bottom: 3rem;
  text-align: center;
}

.project-gal-hd h2 {
  color: var(--bk-grade-950);
  font-family: "Saudagar";
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}

.project-gal-item {
  background-color: var(--black);
  margin-bottom: 3rem;
  overflow: hidden;
}

.project-gal-item figure {
  margin: 0;
}

.project-gal-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.project-gal-item:hover figure img {
  filter: grayscale(1) blur(1px);
  opacity: 0.95;
}

.modal-video .modal-dialog {
  max-width: 800px;
  margin-top: 3.5rem;
}

.modal-video .modal-content {
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.modal-video .modal-body {
  padding: 0;
}

.modal-video-cover {
  position: relative;
  padding: 1rem 1rem;
}

.modal-video-cover .btn-close {
  position: absolute;
  right: 1rem;
  top: -2.5rem;
  width: 36px;
  height: 36px;
  background-color: var(--color-100);
  border: 0;
  border-radius: 50%;
}

.modal-video-cover .btn-close img {
  width: 20px;
}

.modal-video-cover video {
  width: 100%;
}

.modal-video-cover iframe {
  width: 100%;
  height: 350px;
}

.testimonial-sec {
  position: relative;
  padding: 6rem 0 6rem;
}

.testi-item {
  position: relative;
  background-color: var(--white);
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  overflow: hidden;
}

.testi-item .testi-top {
  padding: 3rem 1.5rem 6rem;
  text-align: center;
}

.testi-item .testi-top::before {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 40px;
  background-image: url(../images/quote-icon.png);
  background-size: 100%;
}

.testi-item .testi-top p {
  color: var(--bk-grade-700);
  margin: 0;
}

.testi-item .testi-body {
  position: relative;
}

.testi-item .testi-body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 500px;
  height: 500px;
  background-color: var(--color-100);
  border-radius: 50%;
  transform: translateX(-50%);
}

.testi-item .testi-body .testi-con {
  position: relative;
  min-height: 175px;
  padding: 5rem 1.5rem 1.5rem;
  text-align: center;
}

.testi-item .testi-body .testi-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateY(-50%);
  overflow: hidden;
}

.testi-item .testi-body .testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-item .testi-body h3 {
  color: var(--white);
  font-family: "Saudagar";
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
}

.product-ware-item {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid var(--bk-grade-100);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.product-ware-item figure {
  position: relative;
  margin: 0;
}

.product-ware-item figure img {
  width: 100%;
  transition: 0.2s ease-out;
}

.product-ware-item figure .icon-down {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.product-ware-item .pro-ware-overlay {
  min-height: 90px;
  padding: 1rem 1rem 0.5rem;
}

.product-ware-item .pro-ware-overlay h3 {
  color: var(--bk-grade-700);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}

.product-ware-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* Loader CSS
-------------------------------------------------- */
.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #141414;
  background-position: left top;
  background-repeat: repeat;
  z-index: 99999;
}

.loader-overlay .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.loader-overlay .loader .logo {
  display: block;
  width: 100px;
  margin: 0 auto 1.5rem;
  animation: spinHorizontal 3s infinite ease-out;
}

.loader-overlay .loader .logo img {
  width: 100%;
}

.hexa-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hexa-loader .item-row {
  display: flex;
}

.hexa-loader .arrow {
  width: 0;
  height: 0;
  margin: 0 -6px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 21.6px solid #e2aa0e;
  animation: blink 1s infinite;
  filter: drop-shadow(0 0 6px #e2aa0e);
}

.hexa-loader .arrow.down {
  transform: rotate(180deg);
}

.hexa-loader .arrow.outer-1 {
  animation-delay: -0.05556s;
}

.hexa-loader .arrow.outer-2 {
  animation-delay: -0.11111s;
}

.hexa-loader .arrow.outer-3 {
  animation-delay: -0.16667s;
}

.hexa-loader .arrow.outer-4 {
  animation-delay: -0.22222s;
}

.hexa-loader .arrow.outer-5 {
  animation-delay: -0.27778s;
}

.hexa-loader .arrow.outer-6 {
  animation-delay: -0.33333s;
}

.hexa-loader .arrow.outer-7 {
  animation-delay: -0.38889s;
}

.hexa-loader .arrow.outer-8 {
  animation-delay: -0.44444s;
}

.hexa-loader .arrow.outer-9 {
  animation-delay: -0.5s;
}

.hexa-loader .arrow.outer-10 {
  animation-delay: -0.55556s;
}

.hexa-loader .arrow.outer-11 {
  animation-delay: -0.61111s;
}

.hexa-loader .arrow.outer-12 {
  animation-delay: -0.66667s;
}

.hexa-loader .arrow.outer-13 {
  animation-delay: -0.72222s;
}

.hexa-loader .arrow.outer-14 {
  animation-delay: -0.77778s;
}

.hexa-loader .arrow.outer-15 {
  animation-delay: -0.83333s;
}

.hexa-loader .arrow.outer-16 {
  animation-delay: -0.88889s;
}

.hexa-loader .arrow.outer-17 {
  animation-delay: -0.94444s;
}

.hexa-loader .arrow.outer-18 {
  animation-delay: -1s;
}

.hexa-loader .arrow.inner-1 {
  animation-delay: -0.16667s;
}

.hexa-loader .arrow.inner-2 {
  animation-delay: -0.33333s;
}

.hexa-loader .arrow.inner-3 {
  animation-delay: -0.5s;
}

.hexa-loader .arrow.inner-4 {
  animation-delay: -0.66667s;
}

.hexa-loader .arrow.inner-5 {
  animation-delay: -0.83333s;
}

.hexa-loader .arrow.inner-6 {
  animation-delay: -1s;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

/* Animations
-------------------------------------------------- */
@keyframes navDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes upBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes iconMoveRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(5px);
  }
}

@keyframes hoverPopup {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes proImgCover {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes dotPulse {
  15% {
    box-shadow: 0 0 0 5px rgba(251, 243, 225, 0.4);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(251, 243, 225, 0.4), 0 0 0 20px rgba(251, 243, 225, 0.2);
  }
}

@keyframes verLineBoardAnm {
  0% {
    height: 0;
  }
  100% {
    height: 95px;
  }
}

@keyframes horLineAudidAnm {
  0% {
    width: 0;
  }
  100% {
    width: 180px;
  }
}

@keyframes horLineMngLftAnm {
  0% {
    width: 0;
  }
  100% {
    width: 308px;
  }
}

@keyframes horLineMngRtAnm {
  0% {
    width: 0;
  }
  100% {
    width: 317px;
  }
}

@keyframes horLinePurchaseAnm {
  0% {
    width: 0;
  }
  100% {
    width: 348px;
  }
}

@keyframes verLineBoardAnm {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}

@keyframes verLineFinAnm {
  0% {
    height: 0;
  }
  100% {
    height: 74px;
  }
}

@keyframes verLineAccAnm {
  0% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}

@keyframes verLineShowAnm01 {
  0% {
    height: 0;
  }
  100% {
    height: 224px;
  }
}

@keyframes verLineShowAnm02 {
  0% {
    height: 0;
  }
  100% {
    height: 372px;
  }
}

@keyframes verLineStoreAnm {
  0% {
    height: 0;
  }
  100% {
    height: 230px;
  }
}

@keyframes horLineFortAnm {
  0% {
    width: 0;
  }
  100% {
    width: 148px;
  }
}

@keyframes verLineAudidAnm01 {
  0% {
    height: 0;
  }
  100% {
    height: 34px;
  }
}

@keyframes verLineFortAnm02 {
  0% {
    height: 0;
  }
  100% {
    height: 70px;
  }
}

@keyframes boardFadeAnm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    animation: drop-anim 0.3s ease-out;
  }
}

@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 1220px;
    max-width: 1220px;
  }
}

@media (min-width: 1366px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 1320px;
    max-width: 1320px;
  }
}

@media (max-width: 1600px) {
  .about-content {
    padding: 4rem 5rem 5rem calc(((100vw - 1320px) / 2));
  }
  .vision-sec {
    bottom: 4rem;
  }
}

@media (max-width: 1440px) {
  .banner-content .banner-hd h1 .hd-sm {
    font-size: 3rem;
  }
  .banner-content .banner-hd h1 .hd-lg {
    font-size: 6rem;
  }
  .fact-item {
    width: 135px;
    height: 135px;
    margin: 0 0.75rem;
  }
  .fact-item .fact-icon {
    width: 40px;
  }
  .fact-item .fact-it-body p {
    font-size: 0.75rem;
  }
  .about-content h2 {
    font-size: 3rem;
    margin: 0 0 1rem 0;
  }
  .vision-sec {
    bottom: 2rem;
  }
  .journey-item .journey-block .journey-bk-body h3 {
    font-size: 4rem;
  }
  .arrival-hd {
    margin-bottom: 1rem;
  }
  .arrival-hd h2 {
    font-size: 3.5rem;
  }
  .video-item .video-it-body {
    padding: 0 3rem 2rem 3rem;
  }
  .video-it-hd-cover .video-hd h3 {
    font-size: 2rem;
  }
  .video-it-hd-cover .video-icon {
    flex: 0 0 60px;
    max-width: 60px;
    margin-left: 1rem;
  }
  .video-sec {
    padding: 3.5rem 2rem 3.5rem;
  }
  .banner-pro-dtl-cover .banner-pro-dtl-hd h1 {
    font-size: 4rem;
  }
}

@media (max-width: 1366px) {
  .banner-content .banner-hd h1 .hd-lg {
    font-size: 4.5rem;
  }
  .product-caro-item .pro-caro-body {
    padding: 3rem 3em 2rem;
  }
  .ins-product-sec {
    padding: 4rem 0 4rem;
  }
  .location-item .address-cover {
    padding-left: 0;
  }
  .location-item:nth-child(even) .address-cover {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1280px) {
  .nav-search {
    margin-left: 2rem;
  }
  .about-content {
    padding: 4rem 2rem 5rem 2rem;
  }
  .about-content h4 {
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0;
  }
  .about-content p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
  .video-item .video-it-body {
    padding: 0 2rem 2rem 2rem;
  }
  .product-caro-item .pro-caro-body {
    padding: 4rem 2rem 2rem;
  }
  .ins-choice-cover .ins-choice-content {
    padding: 3rem 2rem 2rem 2rem;
  }
  .ins-inception-cover .ins-inception-content {
    padding: 3rem 2rem 2rem 2rem;
  }
}

@media (max-width: 1200px) {
  .navbar-info .nav-item .nav-link {
    font-size: 1rem;
  }
  .navbar-main .logo {
    width: 110px;
  }
  .main-nav .nav-item .nav-link {
    font-size: 0.875rem;
  }
  .nav-search {
    margin-left: 0rem;
  }
  .banner-content .banner-hd h1 .hd-sm {
    font-size: 2rem;
  }
  .banner-content .banner-hd h1 .hd-sm .fa {
    font-size: 2rem;
  }
  .banner-content .banner-hd h1 .hd-lg {
    font-size: 3rem;
  }
  .banner-content .banner-hd h1 .hd-lg .fa {
    font-size: 3rem;
  }
  .about-content {
    padding: 3rem 2rem 2rem 2rem;
  }
  .video-sec {
    padding: 1.5rem 0 1.5rem;
  }
  .vision-sec {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .video-item .video-it-body {
    padding: 0 1.5rem 1rem 1.5rem;
  }
  .video-it-hd-cover .video-hd h3 {
    font-size: 1.5rem;
  }
  .video-it-hd-cover .video-icon {
    flex: 0 0 40px;
    max-width: 40px;
    margin-left: 0.5rem;
  }
  .gallery-item {
    height: calc(100% - 16px);
    margin-bottom: 16px;
  }
  .product-item {
    margin-bottom: 18px;
  }
  .ins-history-cover .ins-history-intro {
    padding: 2rem 0 0 2rem;
  }
  .ins-vision-cover .ins-vision-content {
    padding: 2rem 0 0 2rem;
  }
  .projects-sec {
    padding: 4rem 0 4rem;
  }
}

@media (max-width: 1199px) {
  .project-gal-item {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .navbar-main {
    padding: 1rem 0;
  }
  .main-nav .nav-item .nav-link {
    font-size: 0.75rem;
    padding: 0.5rem 0.875rem;
  }
  .facts-cover {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .fact-item {
    width: 125px;
    height: 125px;
  }
  .about-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .navbar-info {
    justify-content: center;
    flex-direction: row;
    margin-bottom: 0.5rem;
  }
  .main-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .main-nav .nav-item.active .nav-link.nav-spec::before {
    height: 100%;
  }
  .main-nav .nav-item .nav-link:hover.nav-spec::before {
    height: 40px;
  }
  .fact-item {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  }
  .vision-cover .vision-item {
    align-content: flex-start;
    padding: 0.5rem 0.5rem;
  }
  .vision-cover .vision-item .vision-icon {
    flex: 0 0 75px;
    max-width: 75px;
    margin: 0 auto 0.5rem;
  }
  .vision-cover .vision-item .vision-it-body {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .journey-item .journey-it-bg {
    display: none;
  }
  .journey-item .journey-block {
    flex-wrap: wrap;
    padding: 2rem 0 2rem;
  }
  .journey-item .journey-block .journey-bg-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .journey-item .journey-block .journey-bk-body {
    position: absolute;
    left: 0;
    bottom: 4rem;
    padding-left: 2rem;
    margin-left: 0;
  }
  .journey-item .journey-block .journey-bk-body h3 {
    font-size: 2rem;
  }
  .product-caro-item {
    align-items: stretch;
  }
  .product-caro-item .pro-caro-img .img-first {
    height: 100%;
    padding-top: 0;
  }
  .product-caro-item .pro-caro-img .img-second {
    height: 100%;
    padding-top: 0;
  }
  .product-caro-item .pro-caro-img img {
    height: 100%;
    object-fit: cover;
  }
  .product-carousel .owl-theme .owl-nav {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .product-carousel .owl-theme .owl-dots {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .overlay-vi-content .arrival-vi-nav {
    margin-top: 2rem;
  }
  .footer-sec .ft-about {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-about {
    margin-bottom: 2rem;
  }
  .footer-sec .ft-quick {
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 0 solid var(--bk-grade-600);
    border-right: 1px solid var(--bk-grade-600);
  }
  .footer-sec .ft-address {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ft-address-tab .ft-address-nav {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .address-item {
    padding-left: 0;
  }
  .ins-banner-cover .ins-banner-img img {
    height: 200px;
  }
  .ins-banner-cover .ins-banner-hd h1 {
    font-size: 3.5rem;
  }
  .catalogue-cover .catalogue-item .catalogue-icon i {
    width: 75px;
    height: 75px;
  }
  .ins-team-intro h2 {
    font-size: 3rem;
    margin: 0 0 1rem 0;
  }
  .ins-team-intro p {
    font-size: 1rem;
  }
  .tree-main .branch-auditor .board-item {
    margin: 2rem 0 2rem;
    transform: unset;
  }
  .project-item .project-it-body h3 {
    font-size: 1.5rem;
  }
  .project-item .project-it-body .pro-nav {
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
  }
  .project-item .project-it-body .pro-nav .btn-more img {
    width: 16px;
  }
}

@media (max-width: 767px) {
  .banner-cover .carousel .carousel-inner .carousel-item img {
    height: 350px;
  }
  .banner-content .banner-hd h1 .hd-sm {
    font-size: 1.25rem;
  }
  .banner-content .banner-hd h1 .hd-sm .fa {
    font-size: 1.25rem;
  }
  .banner-content .banner-hd h1 .hd-lg {
    font-size: 1.875rem;
  }
  .banner-content .banner-hd h1 .hd-lg .fa {
    font-size: 1.875rem;
  }
  .fact-item {
    width: 100px;
    height: 100px;
    margin: 0 0.5rem;
  }
  .fact-item .fact-icon {
    width: 25px;
    margin: 0 auto;
  }
  .fact-item .fact-it-body p {
    font-size: 0.65rem;
  }
  .about-cover .about-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-cover .about-graphic {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .arrival-hd h2 {
    font-size: 2.5rem;
  }
  .arrival-item .arrival-vi-overlay .overlay-vi-body .overlay-vi-play {
    width: 75px;
    margin: 0 auto 1rem;
  }
  .arrival-item .arrival-vi-overlay .overlay-vi-body .overlay-vi-play .btn {
    width: 75px;
  }
  .overlay-vi-content .arrival-vi-nav {
    margin-top: 1rem;
  }
  .overlay-vi-content .arrival-vi-hd h2 {
    font-size: 2rem;
  }
  .arrival-it-body h3 {
    font-size: 2rem;
  }
  .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
  .bottom-links .ft-item + .ft-item {
    margin-left: 0rem;
  }
  .bottom-links {
    justify-content: center;
  }
  .col-ins-category {
    order: unset;
  }
  .col-ins-products {
    order: unset;
  }
  .products-toolbar {
    margin: 1.5rem 0 1.5rem 0;
  }
  .banner-pro-dtl-cover .banner-pro-dtl-img img {
    height: 300px;
  }
  .banner-pro-dtl-cover .banner-pro-dtl-hd .btn-back {
    margin-bottom: 1rem;
  }
  .banner-pro-dtl-cover .banner-pro-dtl-hd h1 {
    font-size: 2.5rem;
  }
  .ins-history-cover .ins-history-img {
    margin: 0 auto 2rem;
  }
  .ins-history-cover .ins-history-intro {
    padding: 0;
  }
  .ins-history-cover .ins-history-intro h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .ins-choice-cover .ins-choice-content {
    padding: 2rem 2rem;
  }
  .ins-vision-cover .ins-vision-img {
    margin: 0 auto 2rem;
  }
  .ins-vision-cover .ins-vision-content {
    padding: 2rem 2rem;
  }
  .ins-vision-cover .ins-vision-content h2 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
  }
  .ins-inception-cover .ins-inception-content {
    padding: 2rem 2rem;
  }
  .ins-showroom-cover figure {
    margin-bottom: 1rem;
  }
  .ins-standard-cover .ins-standard-content {
    padding-top: 2rem;
  }
  .factors-cover {
    margin-bottom: 2rem;
  }
  .factors-cover .factors-hd h3 {
    font-size: 2.5rem;
  }
  .col-con-img {
    display: none;
  }
  .col-con-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .location-item .address {
    padding: 2.5rem 2rem 2.5rem 2.5rem;
  }
  .location-item + .location-item {
    margin-top: 3rem;
  }
  .organization-sec {
    padding: 4rem 0 4rem;
  }
  .tree-main .board-item {
    margin-bottom: 0.5rem;
  }
  .tree-main .br-partner-cover {
    display: flex;
    flex-wrap: wrap;
  }
  .tree-main .br-partner-left {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
  .tree-main .br-partner-right {
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
  .tree-main .br-com-cover-01 .br-com-list {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .tree-main .br-com-cover-02 .br-com-list {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 650px) {
  .product-caro-item .pro-caro-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem 2rem 2rem;
  }
  .product-caro-item .pro-caro-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-caro-item .pro-caro-body h3 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
  }
  .product-carousel .owl-theme .owl-nav .owl-prev,
  .product-carousel .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 40px;
    background-size: 20px;
  }
}

@media (max-width: 576px) {
  .navbar-main {
    padding: 0.5rem 0;
  }
  .banner-content .banner-hd h1 .hd-lg::after {
    width: 35px;
    height: 3px;
  }
  .about-content {
    padding: 2rem 2rem 2rem 2rem;
  }
  .about-content h2 {
    font-size: 1.875rem;
  }
  .about-content h4 {
    font-size: 1.125rem;
    margin: 0 0 1rem 0;
  }
  .vision-cover .vision-item .vision-icon {
    flex: 0 0 60px;
    max-width: 60px;
    margin: 0 auto 0.5rem;
  }
  .journey-item .journey-block {
    padding: 1rem 0 1rem;
  }
  .journey-item .journey-block .journey-bk-body {
    padding-left: 1rem;
  }
  .journey-item .journey-block .journey-bk-body h3 {
    font-size: 1.875rem;
  }
  .products-sec {
    padding: 3rem 0 1.5rem;
  }
  .product-caro-item .pro-caro-body h3 {
    font-size: 1.875rem;
  }
  .product-caro-item .pro-caro-body h4 {
    font-size: 1.125rem;
    margin: 0 0 1rem 0;
  }
  .product-caro-item .pro-caro-body p {
    margin: 0 0 1rem 0;
  }
  .arrival-sec {
    padding: 1.5rem 0 1.5rem;
  }
  .arrival-item .arrival-vi-overlay {
    bottom: 1.5rem;
  }
  .arrival-hd h2 {
    font-size: 1.875rem;
  }
  .arrival-hd h2 span {
    padding: 0 1rem;
  }
  .arrival-item .arrival-vi-overlay .overlay-vi-body .overlay-vi-play {
    width: 60px;
    margin: 0 auto 0.5rem;
  }
  .arrival-item .arrival-vi-overlay .overlay-vi-body .overlay-vi-play .btn {
    width: 60px;
  }
  .overlay-vi-content .arrival-vi-hd h2 {
    font-size: 1.875rem;
  }
  .overlay-vi-content .arrival-vi-nav {
    margin-top: 0;
  }
  .arrival-it-body {
    padding: 1rem 1rem 1rem;
  }
  .arrival-it-body h3 {
    font-size: 1.875rem;
  }
  .video-item .video-it-body {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .video-it-hd-cover .video-hd h3 {
    font-size: 1.25rem;
  }
  .video-it-hd-cover .video-icon {
    flex: 0 0 36px;
    max-width: 36px;
  }
  .gallery-sec {
    padding: 1.5rem 0 1.5rem;
  }
  .gallery-hd h3 {
    font-size: 2rem;
  }
  .partners-sec {
    padding: 1.5rem 0 1.5rem;
  }
  .partners-hd h3 {
    font-size: 1.875rem;
  }
  .partner-nav .nav-item .nav-link {
    font-size: 0.875rem;
  }
  .partner-nav .nav-item .nav-link .partner-icon {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 0.25rem;
  }
  .footer-sec {
    padding: 3rem 0 3rem;
  }
  .footer-about .footer-logo {
    max-width: 75px;
    margin-bottom: 1rem;
  }
  .footer-sec .ft-quick {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0 solid var(--bk-grade-600);
  }
  .quick-links {
    margin-bottom: 2rem;
  }
  .footer-sec .ft-address {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-address .ft-address-hd {
    margin-bottom: 0.5rem;
  }
  .ins-banner-cover .ins-banner-hd h1 {
    font-size: 2rem;
  }
  .ins-product-sec {
    padding: 2rem 0 2rem;
  }
  .product-item .pro-it-overlay h3 {
    font-size: 1.25rem;
  }
  .products-toolbar .pro-amount {
    padding: 0;
    margin-bottom: 1rem;
  }
  .category-filter .card .card-header h3 {
    font-size: 1.25rem;
  }
  .banner-pro-dtl-cover .banner-pro-dtl-img img {
    height: 250px;
  }
  .ins-pro-dtl-sec {
    padding: 3rem 0 1.5rem;
  }
  .pro-tile-sec {
    padding: 1.5rem 0 3rem;
  }
  .pro-tile-cover .pro-tile-hd {
    margin-bottom: 1rem;
  }
  .pro-tile-cover .pro-tile-hd h2 {
    font-size: 1.875rem;
  }
  .pro-tile-cover .pro-tile-hd p {
    font-size: 1.125rem;
  }
  .pro-tile-item {
    margin-bottom: 15px;
  }
  .pro-tile-item .pro-tile-body {
    padding: 1rem 0.5rem 0.5rem;
  }
  .pro-tile-item .pro-tile-body p {
    font-size: 1.125rem;
  }
  .catalogue-sec {
    padding: 3rem 0 3rem;
  }
  .catalogue-cover .catalogue-item .catalogue-icon {
    margin-bottom: 0.5rem;
  }
  .catalogue-cover .catalogue-item .catalogue-it-body p {
    font-size: 1.125rem;
  }
  .catalogue-hd {
    margin-bottom: 1rem;
  }
  .catalogue-hd h2 {
    font-size: 1.875rem;
  }
  .catalogue-cover .catalogue-item .catalogue-icon i {
    width: 50px;
    height: 50px;
  }
  .catalogue-cover .catalogue-item .catalogue-it-body p {
    font-size: 1rem;
  }
  .catalogue-cover .catalogue-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalogue-cover .catalogue-item + .catalogue-item {
    border-left: 0 solid rgba(255, 255, 255, 0.25);
  }
  .pro-interest-sec {
    padding: 3rem 0 3rem;
  }
  .pro-interest-hd {
    margin-bottom: 1rem;
  }
  .pro-interest-hd h2 {
    font-size: 1.875rem;
  }
  .pro-interest-item {
    margin-bottom: 15px;
  }
  .pro-interest-item .pro-in-it-overlay h3 {
    font-size: 1.125rem;
  }
  .pro-interest-footer {
    margin-top: 1rem;
  }
  .ins-history-sec {
    padding: 3rem 0 1.5rem;
  }
  .ins-choice-cover .ins-choice-content p {
    margin: 0 0 1rem 0;
  }
  .ins-vision-sec {
    padding: 3rem 0 3rem;
  }
  .ins-standard-sec {
    padding: 0 0 3rem 0;
  }
  .ins-vision-cover .ins-vision-content h2 {
    font-size: 1.875rem;
  }
  .ins-inception-cover .ins-inception-content p {
    margin: 0 0 1rem 0;
  }
  .ins-standard-cover .ins-standard-content h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .ins-factors-sec {
    padding: 3rem 0 3rem;
  }
  .factors-cover .factors-hd h3 {
    font-size: 1.875rem;
  }
  .factors-item .factor-img {
    width: 125px;
    height: 125px;
  }
  .team-intro-sec {
    padding: 3rem 0 1.5rem;
  }
  .ins-team-intro h2 {
    font-size: 2rem;
  }
  .team-item-sec {
    padding: 1.5rem 0 3rem;
  }
  .team-item figure {
    padding: 10px;
  }
  .team-item figure .team-img {
    padding: 5px;
  }
  .team-item .team-it-body h3 {
    font-size: 1.5rem;
  }
  .team-item .team-it-body P {
    font-size: 1rem;
  }
  .co-form-sec {
    padding: 3rem 0 1.5rem;
  }
  .location-item + .location-item {
    margin-top: 1.5rem;
  }
  .location-item .address-cover {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .location-item .address {
    padding: 2rem 2rem 1rem 2rem;
  }
  .location-item .map-cover {
    flex: 0 0 100%;
    max-width: 100%;
    height: 250px;
  }
  .location-item .address h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .location-item .address p {
    line-height: unset;
    margin: 0 0 1rem 0;
  }
  .location-item:nth-child(even) .address-cover {
    order: unset;
  }
  .organization-sec {
    padding: 3rem 0 3rem;
  }
  .organize-cover .organize-hd h3 {
    font-size: 2rem;
  }
  .partners-cover .partners-hd h3 {
    font-size: 2rem;
  }
  .partners-cover .partners-hd h3 img {
    width: 40px;
    margin-right: 0.5rem;
  }
  .projects-sec {
    padding: 3rem 0 3rem;
  }
  .project-gal-hd {
    margin-bottom: 2rem;
  }
  .project-gal-hd h2 {
    font-size: 2rem;
  }
  .pro-pagination .page-item span,
  .pro-pagination .page-item .page-link,
  .pro-pagination li .page-link {
    font-size: 0.875rem;
    padding: 0.5rem 0.5rem;
  }
  .product-sub-item .pro-it-overlay {
    padding: 0 0.5rem 0.5rem;
  }
  .product-sub-item .pro-it-overlay h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .tree-main .board-item {
    max-width: unset !important;
  }
}
