@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=PT+Sans:wght@400;700&display=swap");
/* COMMON STYLES */
/* SM XS HEADER */
/* MEDIA QURIES */
:root {
  --color-1: #030512;
  --color-2: #f28a2d;
  --color-3: #202336;
  --textColor: #eee;
  --font-1: "PT Sans", sans-serif;
  --font-2: "Oswald", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: inherit;
}

b {
  font-weight: bold !important;
}

body {
  background-color: var(--color-1);
  padding-right: 0 !important;
  color: var(--textColor);
  font-family: var(--font-1);
}

/* PAGE LOADER */
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: var(--color-3);
  display: flex;
}
.pageloader img {
  margin: auto;
  width: 200px;
}
.pageloader svg g {
  stroke: var(--color-2) !important;
}
.pageloader .pl {
  display: block;
  margin: auto;
  width: 16em;
  height: auto;
}
.pageloader .pl line {
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.pageloader .pl__line1,
.pageloader .pl__line9 {
  animation-name: line1;
}
.pageloader .pl__line2,
.pageloader .pl__line8 {
  animation-name: line2;
}
.pageloader .pl__line3,
.pageloader .pl__line7 {
  animation-name: line3;
}
.pageloader .pl__line4,
.pageloader .pl__line6 {
  animation-name: line4;
}
.pageloader .pl__line5 {
  animation-name: line5;
}

@keyframes line1 {
  from, 8% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  18% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  28% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  38% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  48% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  53% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }
  56% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  60% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  70% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  80% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  90% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}
@keyframes line2 {
  from, 6% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  16% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  26% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  36% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  46% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  51% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }
  54% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  58% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  68% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  78% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  88% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  98%, to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}
@keyframes line3 {
  from, 4% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  14% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  24% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  34% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  44% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  49% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }
  52% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  56% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  66% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  76% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  86% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  96%, to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}
@keyframes line4 {
  from, 2% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  12% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  22% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  32% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  42% {
    opacity: 1;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  47% {
    opacity: 0;
    stroke-dashoffset: 31.99;
    transform: translate(8px, 16px);
  }
  50% {
    animation-timing-function: steps(1, start);
    opacity: 0;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  54% {
    animation-timing-function: ease-out;
    opacity: 1;
    stroke-dashoffset: 32;
    transform: translate(0, 16px);
  }
  64% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  74% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  84% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  94%, to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}
@keyframes line5 {
  from {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  10% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  20% {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  30% {
    stroke-dashoffset: 0;
    transform: translate(0, 0);
  }
  40% {
    stroke-dashoffset: -16;
    transform: translate(0, 15px);
  }
  50% {
    stroke-dashoffset: -31;
    transform: translate(0, -48px);
  }
  58% {
    stroke-dashoffset: -31;
    transform: translate(0, 8px);
  }
  65% {
    stroke-dashoffset: -31.99;
    transform: translate(0, -24px);
  }
  71.99% {
    animation-timing-function: steps(1);
    stroke-dashoffset: -31.99;
    transform: translate(0, -16px);
  }
  72% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
  82% {
    stroke-dashoffset: 16;
    transform: translate(0, 8px);
  }
  92%, to {
    stroke-dashoffset: 31.99;
    transform: translate(0, 16px);
  }
}
.font-2 {
  font-family: var(--font-2);
}

h2.bg-title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
}
h2.bg-title span {
  background-image: none;
  color: #fff !important;
}

img {
  max-width: 100%;
}

body.inner-pages {
  padding-top: 73px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

p {
  line-height: 22px;
  font-weight: 400;
}

figure {
  margin: 0;
}

.dis0 {
  display: none;
}

.p0 {
  padding: 0;
}

.container {
  max-width: 1200px;
  position: relative;
}

.bg-section {
  position: relative;
  padding: 60px 0 30px;
  background-image: url(../../images/bg/bg-blog.jpg);
  background-size: cover;
  background-position: center;
}
.bg-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* SIDE SOCIALS */
.side-socials {
  position: fixed;
  right: 0;
  bottom: 87px;
  z-index: 99;
}
.side-socials button {
  padding: 10px;
  font-size: 24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color-1);
  position: fixed;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  border: 1px solid var(--textColor);
  z-index: 10;
  color: var(--textColor);
  line-height: 22px;
}
.side-socials button:focus {
  box-shadow: none;
}
.side-socials button:hover img {
  transform: rotate(360deg);
}
.side-socials .circle-item {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 47px;
  text-align: center;
  margin: 0 10px 5px;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
}
.side-socials .dropdown-menu {
  min-width: 50px;
  width: 50px;
  border-radius: 0;
  padding: 0;
  bottom: 55px !important;
  background-color: transparent;
  border: none;
}
.side-socials .dropdown-menu .dropdown-item {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 0;
  position: relative;
  right: -5px;
  padding: 0;
  cursor: pointer;
}
.side-socials .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}

/* UL STYLE 1 */
ul.style-1 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.style-1 li a {
  color: inherit;
  display: block;
}
ul.style-1 li .fa {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  font-size: 12px;
  --value: 20px;
  width: var(--value);
  height: var(--value);
  line-height: var(--value);
  text-align: center;
  border-radius: var(--value);
  color: var(--textColor);
}

/* PATTERN */
.abs-pattern {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  z-index: 99;
  pointer-events: none;
}
.abs-pattern.bottom {
  top: auto;
  bottom: -2px;
}

/* BTN */
.btn-1,
.btn-gradient {
  position: relative;
  background: #fff;
  padding: 15px 35px 15px 35px;
  border: none;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  background-size: 100% 100%;
  text-transform: capitalize;
  transition: background 0.3s ease-out, color 0.3s;
  background: #F9B137;
  background: linear-gradient(-45deg, #F05D58 0%, #ffa500 100%);
  font-family: var(--font-2);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.btn-1:hover,
.btn-gradient:hover {
  color: #eee;
  background: #ffa500;
  background: linear-gradient(-45deg, #ffa500 0%, #F05D58 100%);
}

/* FLAT MODAL */
.modal-1 {
  padding-right: 0 !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.modal-1::-webkit-scrollbar {
  display: none;
}
.modal-1 .modal-dialog {
  border-radius: 0;
}
.modal-1 .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0;
}
.modal-1 .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-1 .modal-dialog .modal-content .modal-body button {
  position: absolute;
  right: 0;
  top: -5px;
  opacity: 1;
  background: transparent;
  color: #fff;
  font-size: 20px;
}

/* NAVBAR */
.navbar {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 0;
  width: 100%;
  transition: 0.5s ease;
}
.navbar:hover {
  background: rgba(3, 5, 18, 0.95);
  animation-name: fadeInDown;
}

.navbar.sticky {
  position: sticky;
  top: 0;
  background: rgba(3, 5, 18, 0.95);
  padding: 0 0;
  z-index: 10;
  animation-name: fadeInDown;
  transform-origin: center;
  -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #333;
}
.navbar.sticky .navbar-nav {
  text-align: right;
}

.navbar.sticked {
  position: sticky;
  top: 0;
  background: var(--color-1);
  padding: 0 0;
  z-index: 999;
  animation-name: fadeInDown;
  transform-origin: center;
}
.navbar.sticked .navbar-nav {
  text-align: right;
}
@media (max-width: 991px) {
  .navbar.sticked {
    padding: 5px 0;
  }
}

.grid-navbar {
  display: grid;
  grid-template-columns: 175px 1fr;
  grid-gap: 20px;
  padding: 0 0;
  width: 100%;
  max-width: 1366px;
  margin: auto;
}
.grid-navbar .right > div {
  height: 100%;
}
.grid-navbar .right > div > ul {
  height: 100%;
}
.grid-navbar .right > div > ul > li {
  height: 100%;
}
.grid-navbar .right > div > ul > li a {
  height: 100%;
}

.sticked .grid-navbar,
.sticky .grid-navbar {
  grid-template-columns: 90px 1fr;
}

.navbar-brand img {
  width: 100%;
  padding: 10px 0;
  position: relative;
  top: 4px;
}

.navbar-nav {
  display: block;
  position: relative;
  text-align: right;
}

.navbar-expand-lg .navbar-nav {
  height: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item {
  display: inline-block;
  height: 100%;
  font-family: var(--font-2);
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  display: block;
  color: var(--textColor);
  padding: 28px 13px;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link.any-questions {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 14px;
  top: 8px;
  padding: 8px;
  margin-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link.any-questions .inner {
  padding-left: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link.any-questions .inner h5 {
  margin: 0;
  color: var(--textColor);
  font-weight: bold;
  font-size: 17px;
}
.navbar-expand-lg .navbar-nav .nav-link.any-questions span.ico {
  position: absolute;
  width: 35px;
  left: 0;
  top: 13px;
}
.navbar-expand-lg .navbar-nav .nav-link.any-questions span.ico img {
  width: 100%;
  background-color: var(--textColor);
  border-radius: 100px;
  padding: 4px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  top: 100%;
  border: none;
  background: var(--color-2);
  padding: 5px;
  min-width: 200px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-2);
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
  border-radius: 0 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:first-child {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
  box-shadow: none !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
  white-space: normal;
  font-size: 14px;
  color: var(--textColor);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: var(--color-3);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .accordion-body .dropdown-item {
  background: var(--color-2) !important;
}

.header-sm-xs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-sm-xs .grid-header-sm-xs {
  width: 100%;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
  z-index: 1001;
  padding: 5px 0 5px;
}
.header-sm-xs .grid-header-sm-xs .logo img {
  width: 100%;
}
.header-sm-xs .grid-header-sm-xs .touch {
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 50px;
}
.header-sm-xs .grid-header-sm-xs .touch a {
  padding: 6px 15px 6px;
  position: relative;
  top: 0;
}
.header-sm-xs .grid-header-sm-xs .hamburger {
  position: relative;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-sm-xs .grid-header-sm-xs .hamburger span {
  height: 2px;
  width: 83.33333333%;
  background: #fff;
  transition: all 400ms ease-in-out;
}
.header-sm-xs .grid-header-sm-xs .hamburger span.top-bun {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.header-sm-xs .grid-header-sm-xs .hamburger span.meat {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}
.header-sm-xs .grid-header-sm-xs .hamburger span.bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/* HOME OR INDEX PAGE */
section.slider {
  position: relative;
}
section.slider #mainSlider {
  position: relative;
  z-index: 9;
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}
section.slider #mainSlider .carousel-inner .carousel-item img {
  animation: zoom 20s;
}
section.slider #mainSlider button span {
  --v: 35px;
  width: var(--v);
  height: var(--v);
  border-radius: 3px;
  line-height: var(--v);
  padding: 10px;
  background-color: var(--color-1);
  background-size: 65%;
}
section.slider #mainSlider button span.carousel-control-next-icon {
  background-position: 60%;
}
section.slider #mainSlider button span.carousel-control-prev-icon {
  background-position: 40%;
}

/* ICONIC BLOCK */
section.iconic-block {
  padding: 20px 0;
  --borderColor: #444;
}
section.iconic-block .icon-box-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
section.iconic-block .icon-box-grid .icon-box {
  text-align: center;
  display: block;
}
section.iconic-block .icon-box-grid .icon-box .imgs {
  position: relative;
  padding: 30px;
}
section.iconic-block .icon-box-grid .icon-box .imgs::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  height: 80px;
  width: 80px;
  border: 11px solid #0f0f3b;
  z-index: -1;
  transition: 0.6s ease;
}
section.iconic-block .icon-box-grid .icon-box .imgs img {
  max-width: 80px;
  margin-bottom: 10px;
  z-index: 0;
  position: relative;
  right: 0;
  bottom: -15px;
}
section.iconic-block .icon-box-grid .icon-box p {
  color: #fff;
  border-right: 1px solid var(--borderColor);
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
section.iconic-block .icon-box-grid .icon-box:last-child p {
  border-right: none;
}
section.iconic-block .icon-box-grid .icon-box:hover .imgs::before {
  border-color: var(--color-2);
  top: 35px;
}
section.iconic-block .icon-box-grid .icon-box:hover p {
  color: var(--color-2);
}
@media (max-width: 767px) {
  section.iconic-block .icon-box-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.iconic-block .icon-box-grid .icon-box:nth-child(3) p {
    border-right: none;
  }
}
@media (max-width: 559px) {
  section.iconic-block .icon-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.iconic-block .icon-box-grid .icon-box p {
    border: none;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 15px;
  }
  section.iconic-block .icon-box-grid .icon-box:nth-child(5) p, section.iconic-block .icon-box-grid .icon-box:nth-child(6) p {
    border-bottom: none;
  }
}

section.home-about {
  padding: 45px 10px;
}
section.home-about .home-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  section.home-about .home-about-grid {
    grid-template-columns: 1fr;
  }
}
section.home-about .home-about-grid .left .imgs {
  position: relative;
}
section.home-about .home-about-grid .left .imgs::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 4em;
  bottom: 3.6em;
  height: calc(100% - 50px);
  width: auto;
  border: 21px solid #0f0f3b;
  z-index: -1;
  display: none;
}
section.home-about .home-about-grid .left .imgs img {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  right: -25px;
  bottom: -25px;
}
section.home-about .home-about-grid .right {
  padding: 35px;
}
@media (max-width: 767px) {
  section.home-about .home-about-grid .right {
    padding: 15px;
  }
}
section.home-about .home-about-grid .right h3 {
  color: var(--textColor);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
  margin: 15px 0;
}
section.home-about .home-about-grid .right p {
  font-size: 16px;
  line-height: 22px;
  color: var(--textColor);
  font-weight: 300;
}
section.home-about .home-about-grid .right a.view {
  font-weight: bold;
  color: var(--color-2);
}
section.home-about .home-about-grid .right .brand {
  margin: 30px 0;
}
section.home-about .home-about-grid .right .brand ul {
  padding: 0;
}
section.home-about .home-about-grid .right .brand ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
section.home-about .home-about-grid .right .brand ul li a {
  display: inline-block;
}
section.home-about .home-about-grid .right .brand ul li a img {
  width: 100%;
  max-width: 90px;
}

section.instagram {
  position: relative;
  padding: 0;
}
section.instagram .owl-dots {
  display: none;
}
section.instagram .instagram-box-grid {
  position: relative;
}
section.instagram .instagram-box-grid .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99;
  pointer-events: none;
}
section.instagram .instagram-box-grid .overlay h2 {
  margin: auto;
  background-color: var(--color-1);
  padding: 65px;
  border: 10px solid #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
section.instagram .instagram-box-grid .overlay h2 img {
  max-width: 200px;
}
section.instagram .instagram-box-grid .overlay h2 span {
  display: block;
}
section.instagram .instagram-box-grid .holder .instagram-box {
  position: relative;
  text-align: center;
  background-color: var(--color-1);
}
section.instagram .instagram-box-grid .holder .instagram-box a {
  display: block;
  position: relative;
}
section.instagram .instagram-box-grid .holder .instagram-box a .img {
  position: relative;
  width: 100%;
}
section.instagram .instagram-box-grid .holder .instagram-box a .img::before {
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  border: 21px solid var(--color-2);
  transition: all ease 0.3s;
}
section.instagram .instagram-box-grid .holder .instagram-box a:hover .img::before {
  opacity: 1;
}

section.discount {
  position: relative;
  padding: 50px 20px;
  background-image: url(../../images/middle-picture.jpg);
  background-size: cover;
}
section.discount .container {
  position: relative;
  text-align: center;
}
section.discount .container * {
  color: #fff;
}
section.discount .container h4 {
  font-size: 50px;
  margin: 30px 0;
}
section.discount .container p {
  font-size: 20px;
}

section.news {
  position: relative;
  padding: 80px 0 30px;
  background-image: url(../../images/bg/bg-blog.jpg);
  background-size: cover;
  background-position: center;
}
section.news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
section.news .scroll-menu {
  position: sticky;
  top: 75px;
  padding: 10px;
  z-index: 1;
  margin: 0px 0 20px;
  text-align: center;
  border: none;
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: var(--color-1);
}
section.news .scroll-menu.scrolled {
  background-color: var(--color-1);
  padding-top: 15px;
}
section.news .scroll-menu.scrolled a {
  border-color: #eee;
  color: #fff;
}
section.news .scroll-menu a {
  display: inline-block;
  padding: 5px 20px 5px;
  color: var(--textColor);
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid var(--textColor);
}
section.news .scroll-menu a.active {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--textColor);
}
@media (max-width: 991px) {
  section.news .scroll-menu {
    top: 55px;
  }
}
@media (max-width: 767px) {
  section.news .scroll-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    grid-gap: 10px;
    margin: 0 0 5px;
  }
  section.news .scroll-menu a {
    flex: 0 0 auto;
    width: auto;
    max-width: 85%;
  }
}
section.news .container {
  position: relative;
}
section.news .container .title {
  text-align: center;
}
section.news .container .title p {
  color: var(--textColor);
}
section.news .container .news-box-grid {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 30px 0 40px;
}
section.news .container .news-box-grid .news-box {
  display: block;
  cursor: pointer;
  background-color: var(--color-3);
}
section.news .container .news-box-grid .news-box .img {
  overflow: hidden;
}
section.news .container .news-box-grid .news-box .img img {
  transition: 0.6s ease;
}
section.news .container .news-box-grid .news-box.video .img {
  position: relative;
}
section.news .container .news-box-grid .news-box.video .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 10;
}
section.news .container .news-box-grid .news-box.video .img::after {
  content: "\f16a";
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  font-family: "FontAwesome";
  color: red;
  z-index: 11;
  font-size: 40px;
}
section.news .container .news-box-grid .news-box .desc {
  background-color: var(--color-3);
  padding: 20px 20px 10px;
}
section.news .container .news-box-grid .news-box .desc p.date {
  color: var(--color-2);
  text-transform: uppercase;
  font-family: var(--font-2);
  margin-bottom: 5px;
}
section.news .container .news-box-grid .news-box .desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
section.news .container .news-box-grid .news-box .desc span {
  color: #fff;
  display: none;
}
section.news .container .news-box-grid .news-box:hover .img img {
  transform: scale(1.1);
}
section.news .container .news-box-grid .news-box:hover h3 {
  color: var(--color-2);
}
@media (max-width: 991px) {
  section.news .container .news-box-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  section.news .container .news-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 559px) {
  section.news .container .news-box-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.news.related {
  padding-top: 15px;
  background: var(--color-1);
}
@media (max-width: 767px) {
  section.news {
    padding: 30px 10px 30px;
  }
}

/* INNER PAGES */
.dummy-breadcrumb {
  background-color: var(--color-1);
  padding-top: 100px;
}
@media (max-width: 991px) {
  .dummy-breadcrumb {
    padding-top: 10px;
  }
}

/* PRODUCTS PAGE */
section.products {
  padding: 60px 0 30px;
}
section.products .title {
  margin-bottom: 20px;
}
section.products .scroll-menu {
  position: sticky;
  top: 75px;
  padding: 10px;
  z-index: 10;
  margin: 0px 0 20px;
  text-align: center;
  border: none;
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: var(--color-1);
}
section.products .scroll-menu.scrolled {
  background-color: var(--color-1);
  padding-top: 15px;
}
section.products .scroll-menu.scrolled a {
  border-color: #eee;
  color: #fff;
}
section.products .scroll-menu a {
  display: inline-block;
  padding: 5px 20px 5px;
  color: var(--textColor);
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid var(--textColor);
}
section.products .scroll-menu a.active {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--textColor);
}
@media (max-width: 991px) {
  section.products .scroll-menu {
    top: 40px;
  }
}
@media (max-width: 767px) {
  section.products .scroll-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    grid-gap: 10px;
    margin: 0 0 5px;
  }
  section.products .scroll-menu a {
    flex: 0 0 auto;
    width: auto;
    max-width: 85%;
  }
}
section.products .product-box-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 1000px;
  margin: auto;
}
section.products .product-box-grid .product-box {
  background-color: var(--color-3);
  border-radius: 8px;
  transition: 0.6s ease;
  color: #fff;
}
section.products .product-box-grid .product-box .img {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 5px;
  position: relative;
}
section.products .product-box-grid .product-box .img img {
  transition: 0.6s ease;
}
section.products .product-box-grid .product-box .img span.new {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: var(--color-3);
  color: var(--textColor);
  padding: 3px 8px 3px;
  border-radius: 4px;
  font-size: 13px;
}
section.products .product-box-grid .product-box .desc {
  padding: 10px 20px;
}
section.products .product-box-grid .product-box .desc h4 {
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
}
section.products .product-box-grid .product-box .desc p {
  line-height: 20px;
  font-size: 16px;
}
section.products .product-box-grid .product-box .desc .btns {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-gap: 5px;
  margin: 10px 0;
}
@media (max-width: 559px) {
  section.products .product-box-grid .product-box .desc .btns {
    grid-template-columns: 1fr;
  }
}
section.products .product-box-grid .product-box .desc .btns .btn-1 {
  padding: 10px;
  width: 100%;
  background: #999 !important;
  color: var(--color-1);
}
section.products .product-box-grid .product-box .desc .btns .btn-1.inverse {
  background: var(--textColor) !important;
  color: var(--color-1);
}
section.products .product-box-grid .product-box .desc .btns.block {
  display: block;
}
section.products .product-box-grid .product-box .desc .btns.block .btn-1 {
  display: block;
}
section.products .product-box-grid .product-box:hover {
  -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
section.products .product-box-grid .product-box:hover .img img {
  transform: scale(1.1);
}
section.products .product-box-grid .product-box:hover .desc .btns.block .btn-1 {
  background-color: var(--color-2) !important;
}
@media (max-width: 767px) {
  section.products .product-box-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
section.products .product-box-grid.block {
  display: block;
  max-width: 100%;
}
section.products .product-box-grid.block .product-box {
  border-radius: 8px;
  overflow: hidden;
}
section.products .product-box-grid.block .product-box .img {
  border-radius: 0;
  margin: 0;
}
section.products .product-box-grid.block .product-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.products .product-box-grid.block .product-box .desc {
  padding: 40px;
}
section.products .product-box-grid.block .product-box .desc h4 {
  color: var(--color-2);
}
section.products .product-box-grid.block .product-box .desc p {
  line-height: 23px;
}
section.products .product-box-grid.block .product-box:hover .img img {
  transform: scale(1);
}
@media (min-width: 992px) {
  section.products .product-box-grid.block .product-box.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* ABOUT PAGE */
section.about {
  position: relative;
}
section.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.about .title {
  margin-bottom: 20px;
}
section.about .about-box-grid {
  margin-bottom: 20px;
  display: block;
}
section.about .about-box-grid .about-box {
  margin-bottom: 10px;
}
section.about .about-box-grid .about-box > div.content {
  background-color: var(--color-3);
  padding: 35px;
}
@media (min-width: 768px) {
  section.about .about-box-grid .about-box {
    display: flex;
    grid-gap: 20px;
  }
  section.about .about-box-grid .about-box > div {
    flex-basis: 50%;
    padding: 0;
  }
  section.about .about-box-grid .about-box > div.right {
    display: flex;
  }
  section.about .about-box-grid .about-box > div.right img {
    margin: auto;
  }
  section.about .about-box-grid .about-box.inverse .left {
    order: 1;
  }
  section.about .about-box-grid .about-box.inverse .right {
    order: 2;
  }
}

section.winnings {
  position: relative;
  padding: 60px 10px 45px;
  background-color: var(--color-3);
}
section.winnings .winning-holder {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
section.winnings .winning-holder h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--textColor);
}
section.winnings .winning-holder p {
  font-size: 16px;
}

/* BLOG DETAIL PAGE */
section.blog-detail {
  padding: 30px 20px;
  background-color: var(--color-1);
}
section.blog-detail .wrapper {
  max-width: 750px;
  margin: auto;
}
section.blog-detail .wrapper .blog-detail-box {
  max-width: 1000px;
  margin: auto;
}
section.blog-detail .wrapper img {
  border-radius: 4px;
  margin-bottom: 10px;
}
section.blog-detail .wrapper h5 a {
  display: inline-block;
  padding: 10px 7px;
  font-size: 15px;
}

/* GALLER PAGE */
section.gallery-block {
  position: relative;
  padding: 80px 0 30px;
}
section.gallery-block.type-2 {
  padding: 20px 0 20px;
}
section.gallery-block .scroll-menu {
  position: sticky;
  top: 75px;
  padding: 10px;
  z-index: 10;
  margin: 0px 0 20px;
  text-align: center;
  border: none;
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: var(--color-1);
}
section.gallery-block .scroll-menu.scrolled {
  background-color: var(--color-1);
  padding-top: 15px;
}
section.gallery-block .scroll-menu.scrolled a {
  border-color: #eee;
  color: #fff;
}
section.gallery-block .scroll-menu a {
  display: inline-block;
  padding: 5px 20px 5px;
  color: var(--textColor);
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid var(--textColor);
}
section.gallery-block .scroll-menu a.active {
  background-color: var(--color-2);
  border-color: var(--color-2);
  color: var(--textColor);
}
@media (max-width: 991px) {
  section.gallery-block .scroll-menu {
    top: 55px;
  }
}
@media (max-width: 767px) {
  section.gallery-block .scroll-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    grid-gap: 10px;
    margin: 0 0 5px;
  }
  section.gallery-block .scroll-menu a {
    flex: 0 0 auto;
    width: auto;
    max-width: 85%;
  }
}
section.gallery-block .gallery-box-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  section.gallery-block .gallery-box-grid.limit {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  section.gallery-block .gallery-box-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 559px) {
  section.gallery-block .gallery-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.gallery-block .gallery-box-grid .gallery-box {
  background-color: var(--color-3);
  position: relative;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 0 0 15px;
}
section.gallery-block .gallery-box-grid .gallery-box .imgs {
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
section.gallery-block .gallery-box-grid .gallery-box .imgs img {
  transition: 0.6s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gallery-block .gallery-box-grid .gallery-box .desc {
  padding: 15px 0px 5px;
}
section.gallery-block .gallery-box-grid .gallery-box .desc p {
  margin: 0;
  color: var(--textColor);
}
section.gallery-block .gallery-box-grid .gallery-box .desc p.date {
  font-size: 13px;
}
section.gallery-block .gallery-box-grid .gallery-box span.new {
  position: absolute;
  display: inline-block;
  padding: 1px 8px;
  border-radius: 20px;
  color: #fff;
  background-color: red;
  top: 15px;
  right: 15px;
  font-size: 14px;
  border: 1px solid #fff;
}
section.gallery-block .gallery-box-grid .gallery-box:hover .imgs img {
  transform: scale(1.1);
}
section.gallery-block .gallery-box-grid.with-icon .gallery-box .imgs {
  position: relative;
}
section.gallery-block .gallery-box-grid.with-icon .gallery-box .imgs > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  transition: 0.6s ease;
  opacity: 0;
  pointer-events: none;
}
section.gallery-block .gallery-box-grid.with-icon .gallery-box .imgs > span .auto {
  margin: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
section.gallery-block .gallery-box-grid.with-icon .gallery-box .imgs > span .auto i {
  font-size: 30px;
  margin: 15px 0;
}
section.gallery-block .gallery-box-grid.with-icon .gallery-box:hover .imgs > span {
  opacity: 1;
}

/* SOCIAL MEDIA PAGE */
.social-media {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 20px;
}
.social-media h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.social-media .title h2 {
  margin-bottom: 0;
  font-size: 20px;
}
.social-media .title p {
  font-size: 13px;
}
.social-media img {
  margin-bottom: 10px;
}
.social-media .recent-post-box {
  display: grid;
  grid-template-columns: 90px auto;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.social-media .recent-post-box img {
  width: 100%;
  border-radius: 4px;
}
.social-media .recent-post-box h5 {
  font-size: 16px;
  font-weight: bold;
}
.social-media .recent-post-box h5 a:hover {
  color: #222;
}
@media (max-width: 767px) {
  .social-media {
    grid-template-columns: 1fr;
  }
}

/* CONTACT PAGE */
.logo-contact {
  max-width: 200px;
  border-bottom: 3px solid var(--textColor);
  margin: 10px 0;
  padding: 10px 0;
}

iframe.contact {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  iframe.contact {
    width: 100%;
    height: 320px;
  }
}

.social-icons-contact-page ul li a.socials {
  display: inline-block;
  --v: 40px;
  width: var(--v);
  height: var(--v);
  border-radius: 6px;
  line-height: var(--v);
  text-align: center;
  color: var(--color-1);
  background-color: var(--textColor);
}
.social-icons-contact-page ul li a.socials:hover {
  background-color: var(--color-2);
}

/* MEDIA QURIES */
.visible-sm-xs,
.visible-xs {
  display: none !important;
}

@media (max-width: 991px) {
  .hidden-sm-xs {
    display: none !important;
  }
  .visible-sm-xs {
    display: block !important;
  }
  .container {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .container {
    max-width: 96%;
  }
}
@media (max-width: 559px) {
  .container {
    max-width: 100%;
  }
}/*# sourceMappingURL=media-qube.css.map */