@font-face {
  font-family: Samim FD;
  src: url('../fonts/Samim-FD.eot');
  src: url('../fonts/Samim-FD.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Samim-FD.woff2') format('woff2'),
       url('../fonts/Samim-FD.woff') format('woff'),
       url('../fonts/Samim-FD.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Samim FD;
  src: url('../fonts/Samim-Bold-FD.eot');
  src: url('../fonts/Samim-Bold-FD.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Samim-Bold-FD.woff2') format('woff2'),
       url('../fonts/Samim-Bold-FD.woff') format('woff'),
       url('../fonts/Samim-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}


body {
  font-family: "Samim FD", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #eee;
  background-color: #170731;
  overflow-x: hidden;
  direction: rtl;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #fe0000;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samim FD", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #eee;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
  font-size: 16px;
  line-height: 55px;
  height: 55px;
  border-radius: 30px;
  color: #222;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
  }
}

.main-btn:hover {
  background-color: rgba(0, 167, 142, 0.7);
  color: #fff;
}

.main-btn.main-btn-2 {
  background-color: transparent;
  color: #646F87;
  border: 2px solid #646F87;
  line-height: 51px;
}

@media (max-width: 767px) {
  .main-btn.main-btn-2 {
    line-height: 41px;
  }
}

.main-btn.main-btn-2:hover {
  background-color: rgba(100, 111, 135, 0.2);
  color: #646F87;
}

/*===== All Section Title Style =====*/
.section_title .sub_title {
  font-size: 20px;
  font-weight: 600;
  color: #fe0000;
}

@media (max-width: 767px) {
  .section_title .sub_title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .sub_title {
    font-size: 18px;
  }
}

.section_title .main_title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .section_title .main_title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .main_title {
    font-size: 26px;
  }
}

.section_title .line {
  padding-top: 10px;
}

.section_title .line li {
  display: inline-block;
  background-color: #fe0000;
  border-radius: 50px;
  height: 3px;
}

.section_title .line li:nth-of-type(1) {
  width: 64px;
}

.section_title .line li:nth-of-type(2) {
  width: 10px;
}

.section_title .line li:nth-of-type(3) {
  width: 7px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #fe0000 #fe0000 #eceff8;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #eceff8;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #eceff8;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
        02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: fixed;
  top: 0px;
  left: 15px;
  right: 15px;
  width: auto;

  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: auto;
  left: 15px;
  right: 15px;
  top: 15px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}
.sticky.sclup {
  top: -200px;
}

.sticky .navbar {
  padding: 0;
}

.sticky .navbar img {
  max-width: 190px;
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-height: 60px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #eee;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-left: 45px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Samim FD", sans-serif;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #eee;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #eee;
  }
}

.navbar-nav .nav-item a span {
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item a span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 110%;
}

.navbar-nav .nav-item a span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 140%;
}

.navbar-nav .nav-item.active>a span,
.navbar-nav .nav-item:hover>a span {
  opacity: 1;
  visibility: visible;
  width: 60%;
}

.navbar-nav .nav-item.active>a span::before,
.navbar-nav .nav-item:hover>a span::before {
  width: 20%;
}

.navbar-nav .nav-item.active>a span::after,
.navbar-nav .nav-item:hover>a span::after {
  width: 15%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #eee;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #fe0000;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #eee;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #eee;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item.active>a,
.sticky .navbar-nav .nav-item:hover>a {
  color: #fe0000;
}

/*===== HEADER HERO =====*/
.header_area {
  background-color: #e57c0e;
  background-image: linear-gradient(0deg, #b12026 0%, #e57c0e 100%)
  /*background-image: linear-gradient(0deg, #773696 0%, #4928af 100%);*/
}
.header_hero {
  position: relative;
  z-index: 5;
  background: url(../images/bg.png) no-repeat scroll right 50px transparent;
  /* background-size: cover; */
}


#top {
  padding-bottom: 125px;
}
#about {
  padding-top: 125px;
  background-image: linear-gradient(0deg, #3b0a89 0%, #b12026 100%);
}
#products {
  position: relative;
  background-image: linear-gradient(0deg, #6b0a89 0%, #3b0a89 100%);
}
#faq {
  background-image: linear-gradient(0deg, #05b753 0%, #6b0a89 100%);
  padding-bottom: 125px;
}
#contact {
  background-image: linear-gradient(0deg, #170731 0%, #05b753 100%);

}

#footer {
  position: relative;
}
#footer canvas {
  position: absolute;
  top: 0;
  z-index: -1;
}

.bg-object {
  position: absolute;
}
.bg-object-1 {
  width: 310px;
  bottom: -10px;
  left: 120px;
  filter: blur(2px);
}
.bg-object-2 {
	bottom: 150px;
	left: 10px;
	width: 100px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  filter: blur(3px);
}
.bg-object-3 {
	bottom: -10px;
	left: -40px;
	width: 300px;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
.bg-object-4 {
	bottom: -70px;
	right: -100px;
	width: 550px;
}
.bg-object-5 {
  bottom: 0px;
  right: 350px;
  width: 300px;
  filter: blur(3px);
  -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.bg-object-6 {
  bottom: 350px;
  left: 0px;
  width: 40px;
  -webkit-animation: float-right 4s infinite;
  animation: float-right 4s infinite;
  filter: blur(2px);
}
.bg-object-6 .transform {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}

.bg-object-7 {
  top: 380px;
  right: 0px;
  width: 70px;
  -webkit-animation: float-left 4s infinite;
  animation: float-left 4s infinite;
  filter: blur(2px);
}
.bg-object-7 .transform {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.anim-left {
  -webkit-animation: float-left 8s infinite;
  animation: float-left 8s infinite;
}
.anim-right {
  -webkit-animation: float-right 8s infinite;
  animation: float-right 8s infinite;
}
.anim-up {
  -webkit-animation: float-up 6s infinite;
  animation: float-up 6s infinite;
}
.anim-down {
  -webkit-animation: float-up 4s infinite;
  animation: float-up 4s infinite;
}


.about-main-img {
  position: relative;
  z-index: 2;
}
.about-object-rotate-1 {
	width: 140px;
	position: absolute;
	top: 270px;
	transform: rotate(-145deg);
	left: -50px;
	filter: blur(3px);
	z-index: 1;
}
.about-object-rotate-2 {
	width: 140px;
	position: absolute;
	top: 90px;
	transform: rotate(25deg);
	right: 52px;
	filter: blur(2px);
	z-index: 1;
}

@keyframes float-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes float-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes float-left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes float-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fade-t {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.header_hero_content .header_title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #222;
}
.header_hero_content .header_subtitle {
  font-size: 20px;
  text-shadow: 1px 1px 1px #222;
}

@media (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_hero_content .header_title {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .header_hero_content {
    margin-top: 150px
  }
  #home {
    background: none;
  }
  body {
    background-position: top center;
  }
}

.header_hero_content  {
  text-align: center;
  margin-top: 250px;
  padding-bottom: 300px;
}

.header_hero_content .main-btn {
  margin-top: 30px;
}

/*===========================
        03.ABOUT css 
===========================*/
.about_image {
  position: relative;
}

.about_image img {
  width: 100%;
}

.about_content p {
  margin-top: 10px;
}

.skill_item .skill_header {
  position: relative;
}

.skill_item .skill_header .skill_title {
  font-size: 14px;
  font-weight: 500;
}

.skill_item .skill_header .skill_percentage {
  position: absolute;
  top: -3px;
  right: 0;
}

.skill_item .skill_header .skill_percentage p {
  font-size: 14px;
  font-weight: 400;
}

.skill_item .skill_bar {
  margin-top: 15px;
}

.skill_item .skill_bar .bar_inner {
  width: 100%;
  height: 9px;
  border-radius: 5px;
  background-color: rgba(100, 111, 135, 0.11);
  position: relative;
}

.skill_item .skill_bar .bar_inner .progress_line {
  position: absolute;
  top: 0;
  left: 0;
  height: 9px;
  border-radius: 5px;
  background-color: #fe0000;
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -ms-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
  width: 0;
}

.skill_item .skill_bar .bar_inner .progress_line::before {
  position: absolute;
  content: '';
  width: 7px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #fe0000;
  top: -5px;
  right: 0;
}

/*===========================
       04.SERVICE css 
===========================*/
.services_area {
  /*background-color: #F9F9F9;*/
}

.single_service {
  padding: 15px 15px 25px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(0,0,0,0.3);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_service {
    padding: 20px;
  }
}

.service_icons {
  display: grid;
  justify-content: space-between;
  align-items: end;
  justify-items: end;
}
.service_icon {
  padding: 5px;
}
.service_icon img {
  border-radius: 15px;
}

.service_icons .producer {
  grid-row: 1;
  grid-column: 1;
}
.service_icons .product {
  width: 70%;
  grid-row: 1;
  grid-column: 2;
}

.single_service .service_content {
  margin-top: 25px;
}
.service_title {
  text-align: center;
}

.single_service .service_content .service_title a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_service .service_content .service_title a {
    font-size: 18px;
  }
}

.single_service .service_content p {
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service:hover {
  background-color: #170731;
}

.single_service:hover .service_icon i {
  background-color: #fff;
  color: #fe0000;
}

.single_service:hover .service_content .service_title a {
  color: #fff;
}

.single_service:hover .service_content p {
  color: #fff;
}

/*===========================
       05.PROJECT css 
===========================*/
.project_area {
  padding-bottom: 180px;
}

.single_project {
  margin-top: 30px;
}

.single_project .project_image img {
  width: 100%;
  border-radius: 5px;
}

.single_project .project_content {
  margin-top: 25px;
}

.single_project .project_content .project_title a {
  font-size: 20px;
  font-weight: 600;
  color: #eee;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_project .project_content .project_title a:hover {
  color: #fe0000;
}

.single_project .project_content p {
  margin-top: 5px;
}

.project_active .slick-arrow {
  position: absolute;
  bottom: -80px;
  right: 50%;
  z-index: 9;
  margin: 0 15px;
  cursor: pointer;
}

.project_active .slick-arrow i {
  font-size: 18px;
  color: #646F87;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project_active .slick-arrow.next {
  right: auto;
  left: 50%;
}

.project_active .slick-arrow:hover i {
  color: #fe0000;
}

/*===========================
       06.PRICING css 
===========================*/
.pricing_area {
  position: relative;
}

.single_price {
  padding: 40px 50px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.3);
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .single_price {
    padding: 30px;
  }
}

.single_price .sticker {
  display: block;
  font-size: 13px;
  background-color: #fe0000;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: -136px;
  width: 100%;
}

@media (max-width: 767px) {
  .single_price .sticker {
    top: 30px;
    right: -100px;
  }
}

.single_price .price_header {
  border-bottom: 1px solid rgba(100, 111, 135, 0.26);
  padding-bottom: 30px;
}

.single_price .price_header .price_title {
  font-size: 25px;
  font-weight: 600;
}

.single_price .price_header .price {
  font-size: 35px;
  line-height: 40px;
  color: #fe0000;
  font-weight: 600;
  margin-top: 15px;
}

.single_price .price_header p {
  margin-top: 10px;
}

.single_price .price_body {
  padding-top: 15px;
}

.single_price .price_body ul li {
  margin-top: 15px;
  font-size: 16px;
  color: #ddd;
}

.single_price .price_body ul li i {
  margin-right: 10px;
}

.single_price .price_btn {
  margin-top: 30px;
}

.single_price .price_btn .main-btn {
  border-radius: 50px;
}

/*===========================
     07.TESTIMONIAL css 
===========================*/
.single_testimonial .testimonial_author img {
  border-radius: 50px;
  border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
  .single_testimonial .testimonial_author img {
    width: 120px;
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_testimonial .testimonial_author img {
    width: 120px;
    border-radius: 30px;
    border-bottom-right-radius: 0;
  }
}

.single_testimonial .testimonial_content {
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .single_testimonial .testimonial_content {
    padding-left: 0;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_testimonial .testimonial_content {
    padding-left: 25px;
    margin-top: 0;
  }
}

.single_testimonial .testimonial_content .author_name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Samim FD", sans-serif;
}

.single_testimonial .testimonial_content .sub_title {
  font-size: 14px;
  color: #646F87;
  margin-top: 5px;
}

.single_testimonial .testimonial_content p {
  font-size: 16px;
  margin-top: 20px;
}

.single_testimonial .testimonial_content .review {
  position: absolute;
  top: 0;
  right: 0;
}

.single_testimonial .testimonial_content .review li {
  display: inline-block;
  font-size: 14px;
  color: #FFAE34;
  margin: 0 2px;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 46px;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial_active .slick-dots li button {
  font-size: 0;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(0, 167, 142, 0.43);
  border-radius: 50%;
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #fe0000;
  border-color: #fe0000;
}

.slick-initialized .slick-slide {
  outline: 0;
}

/*===========================
     08.COUNTER css 
===========================*/
.single_counter .counter_icon i {
  color: #eee;
  font-size: 67px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .single_counter .counter_icon i {
    font-size: 55px;
    line-height: 60px;
  }
}

.single_counter .counter_content {
  padding-left: 30px;
}

.single_counter .counter_content .count {
  font-size: 35px;
  font-weight: 600;
  color: #fe0000;
  font-family: "Samim FD", sans-serif;
}

@media (max-width: 767px) {
  .single_counter .counter_content .count {
    font-size: 30px;
  }
}

.single_counter .counter_content p {
  font-weight: 600;
  font-family: "Samim FD", sans-serif;
}

/*===========================
   09.WORK EXPERIENCE css 
===========================*/
.work_experience {
  position: relative;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work_experience {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .work_experience {
    margin-top: 0;
  }
}

.work_experience::before {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work_experience::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .work_experience::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_experience {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .single_experience {
    margin-top: 25px;
  }
}

.single_experience .experience_title {
  width: 46%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_experience .experience_title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .single_experience .experience_title {
    width: 100%;
  }
}

.single_experience .experience_title .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 767px) {
  .single_experience .experience_title .title {
    font-size: 20px;
  }
}

.single_experience .experience_title p {
  color: #fe0000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Samim FD", sans-serif;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .single_experience .experience_title p {
    font-size: 15px;
  }
}

.single_experience .experience_title .date {
  font-size: 16px;
  font-weight: 600;
  color: #646F87;
  font-family: "Samim FD", sans-serif;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .single_experience .experience_title .date {
    font-size: 15px;
  }
}

.single_experience .experience_number {
  width: 8%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_experience .experience_number {
    display: none;
  }
}

@media (max-width: 767px) {
  .single_experience .experience_number {
    display: none;
  }
}

.single_experience .experience_number span {
  width: 55px;
  height: 55px;
  line-height: 51px;
  text-align: center;
  border: 2px solid rgba(255,255,255,0.5);
  font-size: 20px;
  font-family: "Samim FD", sans-serif;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #05b753;
  font-weight: 600;
}

.single_experience .experience_content {
  padding: 30px;
  width: 46%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_experience .experience_content {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .single_experience .experience_content {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
  }
}

.single_experience .experience_content p {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_experience .experience_content {
  text-align: justify;
}

.single_experience:hover .experience_content p {
  color: #fff;
}

/*===========================
   10.CALL TO ACTION css 
===========================*/
.call_to_action_wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.call_to_action_box {
  background-color: #fe0000;
  padding: 30px 60px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call_to_action_box {
    padding: 10px 40px 40px;
  }
}

@media (max-width: 767px) {
  .call_to_action_box {
    padding: 0px 20px 20px;
  }
}

.call_to_action_box .call_to_action_content {
  max-width: 520px;
  margin-top: 25px;
}

.call_to_action_box .call_to_action_content .action_title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call_to_action_box .call_to_action_content .action_title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .call_to_action_box .call_to_action_content .action_title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call_to_action_box .call_to_action_content .action_title {
    font-size: 26px;
  }
}

.call_to_action_box .call_to_action_content .line {
  padding-top: 10px;
}

.call_to_action_box .call_to_action_content .line li {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  height: 3px;
}

.call_to_action_box .call_to_action_content .line li:nth-of-type(1) {
  width: 64px;
}

.call_to_action_box .call_to_action_content .line li:nth-of-type(2) {
  width: 10px;
}

.call_to_action_box .call_to_action_content .line li:nth-of-type(3) {
  width: 7px;
}

.call_to_action_box .call_to_action_content p {
  color: #fff;
  margin-top: 15px;
}

.call_to_action_box .call_to_action_btn {
  margin-top: 30px;
}

.call_to_action_box .call_to_action_btn .main-btn {
  color: #fe0000;
  background-color: #fff;
}

.call_to_action_box .call_to_action_btn .main-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/*===========================
      11.FOOTER css 
===========================*/
.footer_content .footer_social {
  margin-top: 45px;
}

.footer_content .footer_social li {
  display: inline-block;
  margin: 0 10px;
}

.footer_content .footer_social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #646F87;
  background-color: rgba(41, 54, 81, 0.07);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_content .footer_social li a:hover {
  color: #fe0000;
}

.footer_content .email {
  font-size: 44px;
  font-weight: 600;
  color: #eee;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer_content .email {
    font-size: 20px;
    margin-top: 25px;
  }
}

.footer_content .footer_menu {
  padding-top: 20px;
}

.footer_content .footer_menu li {
  display: inline-block;
  margin: 10px 20px 0;
}

@media (max-width: 767px) {
  .footer_content .footer_menu li {
    margin: 10px 12px 0;
  }
}

.footer_content .footer_menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #eee;
}

@media (max-width: 767px) {
  .footer_content .footer_menu li a {
    font-size: 15px;
  }
}

.blured-box {
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background: rgba(255,255,255,.1);
  border: 1px solid hsla(0,0%,100%,.2);
  border: 1px solid var(--20-stroke,hsla(0,0%,100%,.2));
  border-radius: 20px;
  box-shadow: inset 0 0 60px -20px hsla(0,0%,100%,.25),0 0 15px 0 rgba(0,0,0,.15);
}

.scroll-down {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  opacity: 0.5;
}

.mouse {
  width: 50px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 60px;
  position: relative;
}
.mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

.hidden {
  display: none!important;
}

.btn-green {
	padding: 15px 50px;
	background: #05b753;
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	font-size: 18px;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.btn-green:hover {
	transform: scale(1.1);
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
.product-thumb {
  border-radius: 20px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(0,0,0,0.2);
  overflow: hidden;
}
.product-thumb .content {
  height: 100%;
}
.product-thumb .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-thumb .prices-wrapper {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  height: 60px;
  align-items: center;
}
.product-thumb .prices-wrapper i {
  padding: 5px;
  font-size: 24px;
  background-color: var(--theme-color-primary);
  color: #fff;
  height: 100%;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
}
.product-thumb .price {
  display: flex;
  font-size: 1rem;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding: 10px;
  line-height: 20px;
  justify-content: center;
  color: #fff;
}
.product-thumb form,
.product-thumb p {
  display: none;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin: 0px;
}
.product-thumb .prices-block {
  padding: 0 10px 10px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description .product-info-brand {
  font-size: 0.9rem;
}
.product-thumb .description h4 {
  font-size: 0.9rem;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
.product-thumb a {
  color: #fff;
  line-height: 24px;
}
.product-thumb a:hover {
  color: #ddd;
}
.product-thumb .prices {
	font-size: 16px;
}
.product-thumb .price-percent {
	background: #ff0000;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.slick-slide > div {
  display: flex;
  gap: 20px;
  width: 100%;
}
.slick-slide img {
  width: 100%;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-thumb .description-block {
  height: 100%;
  min-height: 80px;
  padding: 10px 10px 0;
}
.product-thumb .prices-wrapper {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  height: 60px;
  align-items: center;
}
.product-thumb .prices-block {
  padding: 0;
  border-radius: 0 10px 10px;
}
.product-thumb .price {
	width: 100%;
}
.product-thumb .prices-wrapper i {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
  width: 60px;
  justify-content: center;
  left: 0px;
  position: relative;
  top: 0px;
  z-index: 3;
  font-size: 30px;
}
.product-thumb .prices-wrapper .link-wrapper {
  position: relative;
  z-index: 2;
}
.product-thumb .price {
  position: relative;
  height: 60px;
  gap: 5px;
  justify-content: flex-start;
}

.product-thumb .price > span {
  z-index: 2;
}

.product-thumb-outer {
  padding: 2px;
}

.module-latest .link-more {
  font-size: 100%;
  border-radius: 20px;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 5px;
}
.rating .fa-stack {
  width: 15px;
}
.rating.fa-star {
  color: #999;
  font-size: 14px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 14px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
  font-size: 0.9rem;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
@media (max-width: 575px) {
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide > div {
    justify-content: center;
    gap: 10px;
  }
  .product-thumb-outer {
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .product-thumb .description h4 {
    font-size: .8rem;
  }
  .product-thumb .price,
  .product-thumb .description-block {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    text-align: center;
    min-height: auto;
  }
  .product-thumb .price {
    border-radius: 0 0 10px 10px;
    min-height: 70px;
  }

  .product-thumb .price > span {
    width: 100%;
    z-index: 2;
    text-align: center;
  }
  
  .product-thumb .prices-wrapper .link-wrapper {
    display: none;
  } 
}