/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Rubik", sans-serif;
  color: #3c3e49;
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

.container {
  max-width: 1450px;
  padding-left: 25px;
  padding-right: 25px;
}

img {
  max-width: 100%;
  height: auto;
}

p, tr td {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
  color: #0e0e11;
  font-size: 24px;
  font-weight: 500;
}

a {
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: unset;
}

section {
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.dark_bg {
  background: #040d14;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

.owl-theme .owl-nav .owl-next {
  color: #17B0C3;
  text-decoration: none;
}

.owl-theme .owl-nav .owl-next:hover {
  color: #444444;
  background: none;
  text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-] {
  background: no-repeat;
}

.owl-theme .owl-nav .owl-prev {
  color: #444444;
}

/*=====basce css end here=========*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #02baab;
}

/* =====================================
MARGIN TOP
===================================== */
.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* =====================================
MARGIN RIGHT,LEFT
===================================== */
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-80 {
  margin-left: 80px;
}

/* =====================================
MARGIN BOTTOM
===================================== */
.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*===================================== 
PADDING TOP
===================================== */
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-300 {
  padding-top: 300px;
}

/* =====================================
PADDING RIGHT
===================================== */
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/* =====================================
PADDING BOTTOM
===================================== */
.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-300 {
  padding-bottom: 300px;
}

/* =====================================
PADDING LEFT
===================================== */
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* =====================================
1.3. PAGE SECTION PADDING
===================================== */
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.p-100 {
  padding: 100px;
}

/* =====================================
1.4. PAGE SECTION MARGIN
===================================== */
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mr-60 {
  margin: 0px 60px 0px 0px;
}

/* media query for mobile */
/* media query for tablet */
/* media query for high pixel density desktops */
/* 4k display */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: rgb(255, 255, 255);
}
header.navbar_header {
  padding-left: 78px;
}
header.fixedHeader .top_nav {
  padding: 10px 0px;
  transition: all 0.3s ease-in-out;
}
header.fixedHeader .main_nav nav.navbar ul.navbar-nav li.nav-item a {
  padding: 15px 0px;
  transition: all 0.3s ease-in-out;
}
header .header_top {
  border-bottom: 1px solid #e1e1e1;
}
header .top_nav {
  padding: 20px 0px;
  transition: all 0.3s ease-in-out;
  justify-content: flex-start;
}
header .top_nav a.navbar-brand {
  width: 100px;
  font-weight: 500;
  color: #252831;
}
header .top_nav a.navbar-brand span {
  margin-left: 5px;
}
header .top_nav .search_area {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  flex: 1;
}
header .top_nav .search_area .dropdown {
  background-color: #f9f9f9;
  border-right: 1px solid #e1e1e1;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
header .top_nav .search_area .dropdown a.nav-link {
  color: #252831;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding: 14px 20px;
  font-weight: 500;
}
header .top_nav .search_area .dropdown a.nav-link::after {
  display: none;
}
header .top_nav .search_area .dropdown a.nav-link i {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 2px;
}
header .top_nav .search_area .dropdown.show a.nav-link i {
  transform: rotateX(180deg);
  transition: all 0.3s ease-in-out;
  top: 0px;
}
header .top_nav .search_area .dropdown .dropdown-menu {
  top: calc(100% + 30px);
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 0;
  z-index: -55;
  border-radius: 30px;
  overflow: hidden;
  width: 200px;
  visibility: hidden;
}
header .top_nav .search_area .dropdown .dropdown-menu a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
}
header .top_nav .search_area .dropdown .dropdown-menu a.dropdown-item:hover {
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
header .top_nav .search_area .dropdown .dropdown-menu.show {
  top: calc(100% + 10px);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
header .top_nav .search_area form.form-inline {
  flex: 1;
  display: flex;
  border: 0px;
}
header .top_nav .search_area form.form-inline input.form-control {
  border: 0px;
  padding: 10px 20px;
  flex: 1;
}
header .top_nav .search_area form.form-inline input.form-control:focus {
  outline: none;
  box-shadow: none;
}
header .top_nav .search_area form.form-inline button.btn {
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  height: 100%;
  padding: 10px 15px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
header .top_nav .search_area form.form-inline button.btn:focus {
  outline: none;
  box-shadow: none;
}
header .top_nav .header_rightlist li {
  padding: 0px 5px;
}
header .top_nav .header_rightlist li .cart .dropdown-toggle::after {
  display: none;
}
header .top_nav .header_rightlist li .cart.show a.dropdown-toggle {
  color: #ff6c0d;
  transition: all 0.3s ease-in-out;
}
header .top_nav .header_rightlist li .cart .dropdown-menu {
  padding: 30px;
  background: rgb(255, 255, 255);
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  display: block;
  transform: translate(-50%, 40px);
  left: 50%;
  transition: all 0.3s ease-in-out;
  min-width: unset;
  visibility: hidden;
  width: 360px;
  opacity: 0;
  z-index: -50;
}
header .top_nav .header_rightlist li .cart .dropdown-menu p.cart_top {
  font-weight: 500;
}
header .top_nav .header_rightlist li .cart .dropdown-menu p.cart_top span {
  color: #ff394f;
}
header .top_nav .header_rightlist li .cart .dropdown-menu.show {
  transform: translate(-50%, 10px);
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area {
  border-bottom: 1px solid #e1e1e1;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area.notification_area {
  max-height: 260px;
  overflow: auto;
  /* Track */
  /* Handle */
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area.notification_area::-webkit-scrollbar {
  width: 5px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area.notification_area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(255, 255, 255);
  border-radius: 10px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area.notification_area::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border-radius: 10px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items {
  display: flex;
  padding-bottom: 30px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items:nth-child(2) .item_text span {
  background: #ffcf26;
  color: #252831;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items:nth-child(3) .item_text span {
  background: #ff394f;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  margin-right: 15px;
  position: relative;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_img img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_img i {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  background: #0084ff;
  bottom: 0;
  right: 0;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_img i.bg2 {
  background: #ff6c0d;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_img i.bg3 {
  background: #ff394f;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_img i.bg4 {
  background: #848484;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text {
  flex: 1;
  padding-right: 15px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text.notify_item {
  padding-right: 0px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text.notify_item span.time {
  padding: 10px 0px 0;
  display: inline-block;
  background: none;
  color: #252831;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text .notify_text {
  font-size: 13px;
  line-height: 15px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text a {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text a:hover {
  color: #ff6c0d;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text span {
  background: #0084ff;
  color: rgb(255, 255, 255);
  font-size: 12px;
  border-radius: 50px;
  padding: 2px 8px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_price {
  font-size: 14px;
  font-weight: 500;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_total {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_total p {
  font-weight: 500;
  margin-bottom: 0;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_total span {
  font-weight: 500;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 15px;
  border: 0px;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn:focus {
  outline: none;
  box-shadow: none;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn.cartgo {
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  margin-right: 15px;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn.checkout {
  background: #0084ff;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn.checkout:hover {
  background: #252831;
}
header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn.Notificationbtn {
  display: block;
  width: 100%;
  padding: 14px 14px;
}
header .top_nav .header_rightlist li a {
  margin: 0px 3px;
  padding: 0;
  color: #252831;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .top_nav .header_rightlist li a span.color {
  color: #ff6c0d;
}
header .top_nav .header_rightlist li a i {
  font-size: 17px;
}
header .top_nav .header_rightlist li a span.buy {
  position: absolute;
  top: -13px;
  right: -12px;
  width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  background: #0084ff;
  border-radius: 50%;
  color: rgb(255, 255, 255);
}
header .top_nav .header_rightlist li a:hover {
  color: #ff6c0d;
  transition: all 0.3s ease-in-out;
}
header .top_nav .header_rightlist li a.button_create {
  background: #233f94;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 14px 24px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
header .top_nav .header_rightlist li a.button_create:hover {
  background: #0084ff;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile {
  cursor: pointer;
}
header .top_nav .dropdown.profile .dropdown-menu {
  display: block;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  width: 240px;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  transform: translate(-50%, 30px);
  left: 50%;
  z-index: -55;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #e1e1e1;
  position: relative;
  z-index: 5;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 0;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_img {
  width: 36px;
  border-radius: 50px;
  height: 36px;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  position: relative;
  z-index: 10;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_img img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 2px solid rgb(255, 255, 255);
  position: relative;
  top: 2px;
  left: 2px;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_img i {
  color: #0084ff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: rgb(255, 255, 255);
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_btn {
  position: relative;
  z-index: 10;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_btn a {
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 50px;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links {
  padding-bottom: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: rgb(255, 255, 255);
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li {
  padding: 0px;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li a {
  padding: 12px 20px;
  font-weight: 500;
  color: #252831;
  display: block;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li a i {
  margin-right: 8px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li:hover {
  background: #e1e1e1;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li:hover a {
  left: 5px;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li:hover a i {
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile .dropdown-menu .mode_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}
header .top_nav .dropdown.profile .dropdown-menu .mode_area .light {
  display: none;
}
header .top_nav .dropdown.profile .dropdown-menu .mode_area p {
  margin-bottom: 0px;
  font-size: 15px;
}
header .top_nav .dropdown.profile .dropdown-menu .mode_area p i {
  margin-right: 8px;
}
header .top_nav .dropdown.profile .dropdown-menu .mode_area .button_mode {
  width: 32px;
  height: 16px;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  position: relative;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
header .top_nav .dropdown.profile .dropdown-menu .mode_area .button_mode span {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  transition: right 0.2s ease-in;
  top: 1px;
  background: rgb(255, 255, 255);
  border: 1px solid #252831;
}
header .top_nav .dropdown.profile .dropdown-menu.show {
  transform: translate(-50%, 0px);
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
header .top_nav .profile_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  margin-left: 20px;
  color: #252831;
  border-left: 1px solid #e1e1e1;
}
header .top_nav .profile_area.dropdown-toggle::after {
  display: none;
}
header .top_nav .profile_area .profile_name {
  text-align: right;
}
header .top_nav .profile_area .profile_name strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
header .top_nav .profile_area .profile_name span {
  display: block;
  font-size: 13px;
  position: relative;
}
header .top_nav .profile_area .profile_name span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  left: 0px;
  top: 5px;
}
header .top_nav .profile_area .profile_name span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: rgb(255, 255, 255);
  top: 8px;
  left: 3px;
  border-radius: 50px;
}
header .top_nav .profile_area .profile_pic {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  margin-left: 10px;
  background-color: #ff394f;
  background-image: linear-gradient(150deg, #ff394f, #ffcf26);
  position: relative;
}
header .top_nav .profile_area .profile_pic img {
  width: 38px;
  height: 38px;
  top: 2px;
  position: relative;
  left: 2px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50px;
}
header .top_nav .profile_area .profile_pic i {
  position: absolute;
  color: #0084ff;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  bottom: -4px;
  right: -4px;
}
header .main_nav {
  border-bottom: 1px solid #e1e1e1;
}
header .main_nav nav.navbar {
  padding: 0px;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item {
  margin: 0px 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item:first-child {
  margin-left: 0px;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item a {
  padding: 20px 0px;
  color: #252831;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item a i {
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item span.bgnew {
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 3px 5px;
  font-size: 12px;
  margin-left: 5px;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu {
  position: absolute;
  min-width: 220px;
  left: 0;
  background: rgb(255, 255, 255);
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  overflow: hidden;
  top: 100%;
  padding: 10px 0px;
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  z-index: -50;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu li {
  display: block;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu li a {
  color: #252831;
  padding: 10px 20px;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu li:hover a {
  color: #ff394f;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu {
  display: flex;
  justify-content: space-between;
  min-width: unset;
  transform: translate(-50%, 20px);
  left: 50%;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu .list_parent {
  display: inline-block;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu .list_parent span.title {
  padding-left: 20px;
  padding-top: 10px;
  display: inline-block;
  color: #252831;
  font-weight: 500;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu .list_parent .big_list {
  display: flex;
  margin-top: 20px;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu .list_parent .big_list li {
  width: -moz-max-content;
  width: max-content;
  width: -webkit-max-content;
  margin-right: 0px;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu .list_parent .big_list li a {
  font-size: 14px;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover a.nav-link {
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover a.nav-link i {
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  transform: rotateX(180deg);
  top: 0px;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover .hover_menu {
  transform: translate(0, 0px);
  opacity: 1;
  visibility: visible;
  z-index: 990;
  transition: all 0.3s ease-in-out;
}
header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover .hover_menu.pagesmenu {
  transform: translate(-50%, 0px);
}
header .main_nav nav.navbar .icon_menu ul li a.walltet {
  background: #233f94;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 50px;
}
header .main_nav nav.navbar .icon_menu ul li a.walltet:hover {
  background: #0084ff;
}

.dark_mode {
  background: #121419;
  color: rgb(255, 255, 255);
}
.dark_mode header .top_nav .dropdown.profile .dropdown-menu .mode_area p.night {
  display: none;
}
.dark_mode header .top_nav .dropdown.profile .dropdown-menu .mode_area .light {
  display: block;
  color: rgb(255, 255, 255);
}
.dark_mode header, .dark_mode header .top_nav .header_rightlist li .cart .dropdown-menu, .dark_mode header .top_nav .search_area form.form-inline input.form-control, .dark_mode header .top_nav .dropdown.profile .dropdown-menu.show, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_top::before, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li a, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_links {
  background: #121419;
  color: rgb(255, 255, 255);
}
.dark_mode header .top_nav .search_area .dropdown .dropdown-menu, .dark_mode header .top_nav .search_area .dropdown a.nav-link, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li:hover a, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li:hover, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover .hover_menu, .dark_mode .left_navbar .map_controller, .dark_mode .left_navbar .section_area form textarea.form-control, .dark_mode .left_navbar .map_controller_detail .map_style, .dark_mode .left_navbar .map_layers, .dark_mode .left_navbar .current_map, .dark_mode .left_navbar .map_layers .list_pages ul li .dropdown-menu.show, .dark_mode .left_navbar .map_layers .list_pages ul li.dropdown.show a.dropdown-toggle {
  background: #252831;
  color: rgb(255, 255, 255);
}
.dark_mode h2.section_title span, .dark_mode .item_section .item_inner .item_top .time_inner p i, .dark_mode .item_section .item_inner .item_top .item_titles .item_pr .itempr_img, .dark_mode .item_section .item_inner .item_top .item_titles h4:hover, .dark_mode header .top_nav .header_rightlist li a span.color, .dark_mode header .top_nav .search_area .dropdown .dropdown-menu a.dropdown-item:hover, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_links ul li:hover a i, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover a.nav-link, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item:hover a.nav-link i, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu li a:hover, .dark_mode .left_navbar .section_area .coming_header ul li a.active, .dark_mode .left_navbar .section_area .coming_header ul li a:hover {
  background-image: linear-gradient(to right, #177afa 20%, #03f0d1);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.dark_mode .item_section .item_inner .item_top .item_img .item_love:hover, .dark_mode .item_section .item_inner .item_top .time_inner p:hover, .dark_mode .item_section .item_inner .item_top .item_titles .item_pr .itempr_img, .dark_mode header .top_nav .profile_area .profile_name span::before, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_btn a, .dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_img, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item span.bgnew, .dark_mode header .top_nav .header_rightlist li .cart .dropdown-menu .cart_buttons button.btn.cartgo, .dark_mode .item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 .item_pr_right .btn_bg button.buy_btn.dark, .dark_mode footer .footer_area .search_footer, .dark_mode footer::before, .dark_mode .left_navbar .layer_card .layer_area.active .layer_color, .dark_mode .left_navbar .map_controller_detail .map_style li a.button_mapbox, .dark_mode header .top_nav .profile_area .profile_pic {
  background: linear-gradient(150deg, #177afa, #03f0d1);
}
.dark_mode .item_section .item_inner .item_top, .dark_mode .item_section .item_inner .item_top .time_inner p, .dark_mode .left_navbar .map_controller_detail .map_style li a.button_mapbox:hover {
  background: #121419;
  color: rgb(255, 255, 255);
}
.dark_mode header .top_nav .header_rightlist li .cart.show a.dropdown-toggle, .dark_mode header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text a:hover, .dark_mode header .top_nav .header_rightlist li .cart .dropdown-menu p.cart_top span, .dark_mode header .main_nav nav.navbar .icon_menu ul li a:hover, .dark_mode .item_section .item_inner .item_bottom.item_bottom_2 .left_b:hover, .dark_mode footer .footer_area .icon_menu ul li a:hover, .dark_mode footer .footer_items .item_inner ul li a:hover, .dark_mode footer .bottom_footer li a:hover, .dark_mode .left_navbar .map_controller_detail .map_style li a i, .dark_mode .left_navbar .map_controller_detail .map_style li a.button_mapbox:hover, .dark_mode .left_navbar .layer_card .layer_title, .dark_mode .left_navbar .map_layers .list_pages ul li a:hover, .dark_mode .left_navbar .map_controller ul li a.active i.fa-angle-right {
  color: #03f0d1;
}
.dark_mode header .top_nav .dropdown.profile .dropdown-menu .profile_top .profile_img i {
  border-radius: 50px;
}
.dark_mode .item_section .item_inner .item_top .item_titles h4, .dark_mode .item_section .item_inner .item_top .item_titles .item_pr p.itempr_name, .dark_mode .item_section .item_inner .item_bottom .left_b ul li a, .dark_mode h2.section_title, .dark_mode header .top_nav a.navbar-brand, .dark_mode header .top_nav .header_rightlist li a, .dark_mode header .top_nav .profile_area, .dark_mode header .top_nav .header_rightlist li .cart .dropdown-menu p.cart_top, .dark_mode header .top_nav .header_rightlist li .cart .dropdown-menu .cart_area .cart_items .item_text.notify_item span.time, .dark_mode header .top_nav .search_area .dropdown .dropdown-menu a.dropdown-item, .dark_mode header .top_nav .search_area form.form-inline button.btn, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item a, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu li a, .dark_mode header .main_nav nav.navbar ul.navbar-nav li.nav-item .hover_menu.pagesmenu .list_parent span.title, .dark_mode header .main_nav nav.navbar .icon_menu ul li a, .dark_mode .item_section .item_inner .item_top .item_titles.title_2 .left_b span, .dark_mode .item_section .item_inner .item_top .item_titles.title_2 .left_b strong, .dark_mode .item_section .item_inner .item_bottom.item_bottom_2 .left_b, .dark_mode .left_navbar .map_controller ul li a, .dark_mode .left_navbar .section_area .coming_header h2, .dark_mode .left_navbar .section_area .coming_header ul li a, .dark_mode .left_navbar .map_controller_detail .map_style li a p, .dark_mode .left_navbar .map_controller_detail .map_style .bottom_map_content, .dark_mode .left_navbar .layer_card .layer_area .layer_content, .dark_mode .left_navbar .layer_card .layer_area .layer_icons, .dark_mode .left_navbar .layer_card .layer_area.active .layer_content, .dark_mode .left_navbar .current_map .current_Area p, .dark_mode .left_navbar .map_layers .list_pages h3, .dark_mode .left_navbar .map_layers .list_pages ul li a, .dark_mode .left_navbar .map_controller ul li a i.fa-angle-right {
  color: rgb(255, 255, 255);
}
.dark_mode .item_section .item_inner .item_top .item_titles .item_pr .btn_bg button.buy_btn, .dark_mode .left_navbar .layer_card .layer_dot_border .layer_area::before, .dark_mode .left_navbar .layer_card .layer_dot_border::before, .dark_mode .left_navbar .map_controller_detail .map_style li a.button_mapbox, .dark_mode .left_navbar .map_layers .list_pages ul li a:hover::before, .dark_mode .left_navbar .map_layers .list_pages ul li .dropdown-menu.show {
  border-color: #03f0d1;
}
.dark_mode header .top_nav .profile_area .profile_pic i {
  border: 0px;
}
.dark_mode .item_section .item_inner {
  background: #252831;
}
.dark_mode .left_navbar .map_controller {
  border-right: 1px solid #848484;
}
.dark_mode .left_navbar .section_area form textarea.form-control:focus {
  border: 1px solid #03f0d1;
}
.dark_mode header .top_nav .dropdown.profile .dropdown-menu .mode_area .button_mode {
  background: #252831;
  transition: all 0.3s ease-in-out;
}
.dark_mode header .top_nav .dropdown.profile .dropdown-menu .mode_area .button_mode span {
  right: calc(100% - 14px);
  transition: right 0.2s ease-in;
}
.dark_mode .left_navbar .map_layers .list_pages ul li a::before {
  border-color: rgb(255, 255, 255);
}

footer {
  background: #14161b;
  padding: 70px 0px 10px;
  color: rgb(255, 255, 255);
  position: relative;
}
footer.left_nav_footer {
  padding: 0px 0px 0px 78px;
  margin-top: 23px;
}
footer.left_nav_footer .bottom_footer {
  margin-top: 0px;
}
footer::before {
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  height: 10px;
  position: absolute;
  content: "";
}
footer p, footer a, footer span {
  color: rgb(255, 255, 255);
}
footer .footer_area {
  padding-right: 30px;
}
footer .footer_area .logo {
  margin-bottom: 20px;
}
footer .footer_area .logo a {
  width: 100px;
}
footer .footer_area p {
  font-size: 14px;
}
footer .footer_area .icon_menu {
  margin: 15px 0px;
  display: inline-block;
}
footer .footer_area .icon_menu ul li {
  padding: 0px 10px;
}
footer .footer_area .icon_menu ul li:first-child {
  padding-left: 0;
}
footer .footer_area .icon_menu ul li a:hover {
  color: #ff6c0d;
}
footer .footer_area .search_footer {
  position: relative;
  border-radius: 50px;
  margin-top: 20px;
  background-image: linear-gradient(150deg, #ff394f, #ffcf26);
  padding: 2px 0px;
  width: 280px;
}
footer .footer_area .search_footer input.form-control {
  padding: 16px 20px;
  color: rgb(255, 255, 255);
  border: 0px;
  background: transparent;
  position: relative;
  width: calc(100% - 4px);
  background: #14161b;
  border-radius: 50px;
  left: 2px;
  font-size: 14px;
}
footer .footer_area .search_footer input.form-control::-moz-placeholder {
  color: #848484;
}
footer .footer_area .search_footer input.form-control:-ms-input-placeholder {
  color: #848484;
}
footer .footer_area .search_footer input.form-control::placeholder {
  color: #848484;
}
footer .footer_area .search_footer input.form-control:focus {
  outline: none;
  box-shadow: none;
}
footer .footer_area .search_footer button.btn {
  background: transparent;
  color: rgb(255, 255, 255);
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  cursor: pointer;
}
footer .footer_area .search_footer button.btn:focus {
  box-shadow: none;
  outline: none;
}
footer .footer_items h4 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 30px;
}
footer .footer_items .item_inner {
  display: flex;
  justify-content: flex-start;
}
footer .footer_items .item_inner ul:first-child {
  margin-right: 40px;
}
footer .footer_items .item_inner ul li {
  padding: 5px 0px;
  display: block;
}
footer .footer_items .item_inner ul li a {
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
footer .footer_items .item_inner ul li a:hover {
  color: #ff6c0d;
  transition: all 0.3s ease-in-out;
}
footer .bottom_footer {
  padding: 30px 0px;
  margin-top: 70px;
  border-top: 1px solid #848484;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom_footer p, footer .bottom_footer a {
  color: rgb(255, 255, 255);
  font-size: 15px;
  margin: 0px;
}
footer .bottom_footer li {
  display: inline-block;
}
footer .bottom_footer li a {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
footer .bottom_footer li a:hover {
  color: #ff6c0d;
  transition: all 0.3s ease-in-out;
}

h2.section_title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
h2.section_title span {
  color: #233f94;
}

.item_section {
  padding: 60px 0px 50px;
}
.item_section.item_1 {
  padding-top: 240px;
}
.item_section .item_2_area .row {
  padding: 0px 15px;
}
.item_section .item_2_area .row .col-lg-2 {
  flex: 1;
  max-width: 100%;
}
.item_section .item_inner {
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
  border-radius: 20px;
}
.item_section .item_inner .item_top {
  background: rgb(255, 255, 255);
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 25px;
}
.item_section .item_inner .item_top.item_top_3 {
  padding: 0;
  border-bottom: 0px;
}
.item_section .item_inner .item_top.item_top_2 {
  padding: 0px;
}
.item_section .item_inner .item_top .item_img {
  position: relative;
  margin-bottom: 40px;
}
.item_section .item_inner .item_top .item_img img {
  border-radius: 20px;
}
.item_section .item_inner .item_top .item_img.item_img_3 {
  padding: 15px 15px 0;
}
.item_section .item_inner .item_top .item_img.item_img_3 .item_love {
  top: unset;
  bottom: -70px;
  right: -15px;
}
.item_section .item_inner .item_top .item_img .item_love {
  background: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px 12px;
  position: absolute;
  top: 15px;
  font-weight: 500;
  right: -25px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  color: #252831;
}
.item_section .item_inner .item_top .item_img .item_love:hover {
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  background-clip: padding-box, border-box;
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.item_section .item_inner .item_top .time_inner.time_2_inner p {
  font-size: 13px;
}
.item_section .item_inner .item_top .time_inner.time_2_inner i {
  font-size: 16px;
}
.item_section .item_inner .item_top .time_inner.item_inner_4 .itempr_img {
  width: 50px;
  border-radius: 50px;
  height: 50px;
  position: absolute;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  bottom: -20px;
  left: 20px;
}
.item_section .item_inner .item_top .time_inner.item_inner_4 .itempr_img img {
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 50px;
  left: 2px;
  top: 2px;
  border: 2px solid rgb(255, 255, 255);
}
.item_section .item_inner .item_top .time_inner.item_inner_4 .itempr_img i {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  color: #0084ff;
}
.item_section .item_inner .item_top .time_inner p {
  margin-bottom: 0px;
  background: rgb(255, 255, 255);
  padding: 7px 12px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  color: #252831;
  font-weight: 500;
}
.item_section .item_inner .item_top .time_inner p i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 1px;
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.item_section .item_inner .item_top .time_inner p:hover {
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  background-clip: padding-box, border-box;
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.item_section .item_inner .item_top .time_inner p:hover i {
  background-image: none;
  background-color: rgb(255, 255, 255);
}
.item_section .item_inner .item_top .item_titles {
  padding-bottom: 15px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3 {
  padding-bottom: 0px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3 h4 {
  font-size: 20px;
  padding: 0px 20px 25px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3 h4, .item_section .item_inner .item_top .item_titles.title_2.item_title_3 .item_pr {
  border-radius: 20px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3 .item_pr {
  padding: 15px 20px 20px;
  justify-content: space-between;
}
.item_section .item_inner .item_top .item_titles.title_2 h4 {
  text-align: center;
  font-size: 17px;
}
.item_section .item_inner .item_top .item_titles.title_2 .item_pr {
  justify-content: space-between;
  padding: 10px 20px;
}
.item_section .item_inner .item_top .item_titles.title_2 .item_pr .itempr_img {
  margin-right: 20px;
}
.item_section .item_inner .item_top .item_titles.title_2 .left_b span {
  font-size: 12px;
  color: #252831;
  display: block;
}
.item_section .item_inner .item_top .item_titles.title_2 .left_b strong {
  font-size: 13px;
  color: #252831;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 h4 {
  padding: 10px 10px 0px;
  border: 0px;
  margin-bottom: 0px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 p.itempr_name {
  margin-bottom: 0px;
  padding: 0px 10px;
  font-weight: 500;
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 .item_pr {
  border-bottom: 0px;
  padding: 20px 10px 10px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 .left_b strong {
  font-size: 16px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 .item_pr_right .btn_bg {
  min-width: 90px;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 .item_pr_right .btn_bg button.buy_btn {
  width: 100%;
}
.item_section .item_inner .item_top .item_titles.title_2.item_title_3.item_title_4 .item_pr_right .btn_bg button.buy_btn.dark {
  background: #252831;
  color: rgb(255, 255, 255);
  border-color: #252831;
}
.item_section .item_inner .item_top .item_titles h4 {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.item_section .item_inner .item_top .item_titles h4:hover {
  color: #ff394f;
  transition: all 0.3s ease-in-out;
}
.item_section .item_inner .item_top .item_titles .item_pr {
  display: flex;
  align-items: center;
}
.item_section .item_inner .item_top .item_titles .item_pr .btn_bg button.buy_btn {
  border: none;
  border-radius: 50px;
  color: #252831;
  background: #233f94;
  position: relative;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding: 8px 20px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.item_section .item_inner .item_top .item_titles .item_pr .btn_bg button.buy_btn:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  background: #0084ff;
}
.item_section .item_inner .item_top .item_titles .item_pr .item_pr_left {
  display: flex;
}
.item_section .item_inner .item_top .item_titles .item_pr .itempr_img {
  width: 36px;
  border-radius: 50px;
  height: 36px;
  position: relative;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
}
.item_section .item_inner .item_top .item_titles .item_pr .itempr_img img {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50px;
  left: 2px;
  top: 2px;
  border: 2px solid rgb(255, 255, 255);
}
.item_section .item_inner .item_top .item_titles .item_pr .itempr_img i {
  position: absolute;
  bottom: -4px;
  right: -4px;
  color: #0084ff;
}
.item_section .item_inner .item_top .item_titles .item_pr p.itempr_name {
  margin: 0px;
  color: #252831;
  padding-left: 10px;
}
.item_section .item_inner .item_bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
}
.item_section .item_inner .item_bottom .btn_bg button.buy_btn {
  border: none;
  border-radius: 50px;
  color: #252831;
  background: #233f94;
  position: relative;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding: 8px 20px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.item_section .item_inner .item_bottom .btn_bg button.buy_btn:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  background: #0084ff;
}
.item_section .item_inner .item_bottom.item_bottom_2 .left_b {
  padding-right: 0px;
  color: #252831;
}
.item_section .item_inner .item_bottom.item_bottom_2 .left_b span {
  font-weight: 500;
}
.item_section .item_inner .item_bottom.item_bottom_2 .left_b span i {
  margin-right: 5px;
}
.item_section .item_inner .item_bottom.item_bottom_2 .left_b:hover {
  color: #ff6c0d;
}
.item_section .item_inner .item_bottom.item_bottom_4 {
  justify-content: space-between;
}
.item_section .item_inner .item_bottom.item_bottom_4 .left_b {
  padding-right: 0px;
}
.item_section .item_inner .item_bottom .left_b span {
  font-size: 12px;
  display: block;
}
.item_section .item_inner .item_bottom .left_b strong {
  font-size: 13px;
  font-weight: 500;
}
.item_section .item_inner .item_bottom .left_b ul li a {
  color: #252831;
  font-size: 13px;
  margin-right: 5px;
}
.item_section .item_inner:hover {
  box-shadow: 0 0 2px #fff, 0 0 0px #fff, 0 0 0px #0084ff, 0 0 8px #0084ff, 0 0 10px #0084ff, 0 0 0px #0084ff;
  transition: all 0.3s ease-in-out;
}

.left_navbar {
  width: 100%;
  height: calc(100vh - 110px);
  top: 110px;
  overflow: hidden;
  display: flex;
}
.left_navbar .map_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.left_navbar .map_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.left_navbar .accordion {
  display: flex;
  z-index: 50;
  position: relative;
  width: 100%;
}
.left_navbar .navcollapse {
  position: absolute;
  box-shadow: 0px 8px 20px 0px rgba(45, 19, 106, 0.2);
}
.left_navbar .collapse {
  height: 100%;
}
.left_navbar .collapsing {
  transition: height 0.5s ease;
}
.left_navbar .map_controller {
  position: relative;
  width: 90px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  background: #f9f9f9;
  box-shadow: 0px 8px 20px 0px rgba(45, 19, 106, 0.2);
}
.left_navbar .map_controller ul {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.left_navbar .map_controller ul li {
  padding: 10px 0px 0px;
}
.left_navbar .map_controller ul li a {
  text-align: center;
  width: 42px;
  height: 42px;
  margin: 0px auto;
  color: #252831;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
}
.left_navbar .map_controller ul li a i.fa-compress-wide {
  display: none;
}
.left_navbar .map_controller ul li a i.fa-angle-right {
  position: absolute;
  right: 7px;
  color: #252831;
  transform: rotateY(0deg);
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller ul li a.active {
  color: rgb(255, 255, 255);
  background: #233f94;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller ul li a.active i.fa-angle-right {
  transform: rotateY(180deg);
  transition: all 0.3s ease-in-out;
  color: #0084ff;
}
.left_navbar .map_controller ul li a:hover {
  background: #0084ff;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller ul li a .mouse_over {
  position: absolute;
  display: block;
  background: #233f94;
  left: 100%;
  color: rgb(255, 255, 255);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller ul li a .mouse_over::before {
  position: absolute;
  content: "";
  left: -4px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #233f94;
  transform: rotate(45deg);
  z-index: 0;
  border-radius: 1px;
}
.left_navbar .map_controller ul li a:hover .mouse_over {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller ul li .devider {
  width: 42px;
  height: 1px;
  display: block;
  margin: 0px auto;
  background: #848484;
}
.left_navbar .map_controller_detail {
  height: calc(100vh - 60px);
  overflow: auto;
}
.left_navbar .map_controller_detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 7px;
  background-color: transparent;
}
.left_navbar .map_controller_detail::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: rgb(255, 255, 255);
  display: none;
}
.left_navbar .map_controller_detail::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0px rgb(255, 255, 255);
  display: none;
}
.left_navbar .map_controller_detail .map_style {
  display: flex;
  background: rgb(255, 255, 255);
  min-height: calc(100vh - 60px);
  padding: 16px;
  width: 300px;
  flex-direction: column;
}
.left_navbar .map_controller_detail .map_style li a {
  display: flex;
  padding: 5px 5px;
  margin: 2px 0px;
  border-radius: 3px;
}
.left_navbar .map_controller_detail .map_style li a img, .left_navbar .map_controller_detail .map_style li a i {
  width: 30px;
  border-radius: 3px;
}
.left_navbar .map_controller_detail .map_style li a i {
  line-height: 30px;
  color: #233f94;
  text-align: center;
}
.left_navbar .map_controller_detail .map_style li a p {
  display: inline-block;
}
.left_navbar .map_controller_detail .map_style li a:hover {
  background: #242424;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller_detail .map_style li a:hover p {
  color: rgb(255, 255, 255);
}
.left_navbar .map_controller_detail .map_style li a.button_mapbox {
  border: 1px solid #ff394f;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
  background: linear-gradient(150deg, #ff394f, #ffcf26);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller_detail .map_style li a.button_mapbox:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #848484;
  color: #252831;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_controller_detail .map_style .bottom_map_content {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  padding: 20px 8px;
}
.left_navbar .map_layers {
  background: rgb(255, 255, 255);
  width: 320px;
  padding: 10px;
  min-height: calc(100vh - 60px);
}
.left_navbar .map_layers .list_pages {
  padding: 0px;
  position: relative;
}
.left_navbar .map_layers .list_pages::before {
  position: absolute;
  content: "";
  left: 5px;
  height: calc(100% - 55px);
  width: 0;
  border-right: 1px solid #848484;
  top: 35px;
}
.left_navbar .map_layers .list_pages h3 {
  font-size: 20px;
}
.left_navbar .map_layers .list_pages ul {
  width: 100%;
  padding-left: 30px;
}
.left_navbar .map_layers .list_pages ul li {
  display: block;
}
.left_navbar .map_layers .list_pages ul li a {
  display: block;
  padding: 10px;
  color: #252831;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.left_navbar .map_layers .list_pages ul li a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: calc(50% - 4px);
  height: 8px;
  display: block;
  border-radius: 5px;
  width: 8px;
  border: 2px solid #252831;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
.left_navbar .map_layers .list_pages ul li a::after {
  position: absolute;
  content: "";
  width: 25px;
  background-image: none;
  right: 100%;
  height: 1px;
  border: 0px;
  background: #848484;
  top: 50%;
  transform: translate(0, -50%);
}
.left_navbar .map_layers .list_pages ul li a.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}
.left_navbar .map_layers .list_pages ul li a.dropdown-toggle i {
  font-size: 17px;
  top: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_layers .list_pages ul li a:hover {
  color: #ff394f;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_layers .list_pages ul li a:hover::before {
  border-color: #ff394f;
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_layers .list_pages ul li.dropdown.show a.dropdown-toggle {
  color: #ff394f;
  background: #f9f9f9;
}
.left_navbar .map_layers .list_pages ul li.dropdown.show a.dropdown-toggle i {
  transform: rotateX(180deg);
  transition: all 0.3s ease-in-out;
  top: -3px;
}
.left_navbar .map_layers .list_pages ul li .dropdown-menu {
  display: block;
  position: absolute;
  width: 80%;
  top: 100%;
  left: 20%;
  padding-left: 20px;
  opacity: 0;
  transform: translate(0, -50%) scaleY(0);
  transition: all 0.3s ease-in-out;
}
.left_navbar .map_layers .list_pages ul li .dropdown-menu.show {
  transform: translate(0, 0%) scaleY(1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.left_navbar .map_layers .list_pages ul li .dropdown-menu a.dropdown-item:hover {
  background: none;
}
.left_navbar .map_layers .list_pages ul li .dropdown-menu a.dropdown-item::after {
  display: none;
}
.left_navbar .layer_card {
  margin-bottom: 20px;
}
.left_navbar .layer_card .layer_title {
  font-weight: 500;
  text-transform: uppercase;
  color: #233f94;
  line-height: 18px;
  margin-bottom: 0px;
}
.left_navbar .layer_card .layer_area {
  display: flex;
  justify-content: space-between;
}
.left_navbar .layer_card .layer_area .layer_content, .left_navbar .layer_card .layer_area .layer_icons {
  margin: 3px 0px;
  text-transform: capitalize;
  color: #252831;
  line-height: 22px;
  font-size: 15px;
}
.left_navbar .layer_card .layer_area .layer_icons {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.left_navbar .layer_card .layer_area .layer_icons i {
  cursor: pointer;
}
.left_navbar .layer_card .layer_area .layer_color {
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid #989797;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  cursor: pointer;
}
.left_navbar .layer_card .layer_area.active .layer_content {
  color: #252831;
}
.left_navbar .layer_card .layer_area.active .layer_icons i {
  opacity: 0;
  color: #252831;
  transition: all 0.3s ease-in-out;
}
.left_navbar .layer_card .layer_area.active .layer_color {
  background: #233f94;
}
.left_navbar .layer_card .layer_area.active:hover .layer_icons i {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.left_navbar .layer_card .layer_dot_border {
  position: relative;
}
.left_navbar .layer_card .layer_dot_border::before {
  position: absolute;
  content: "";
  left: 0;
  height: calc(100% - 16px);
  width: 0;
  border-right: 1px dotted #233f94;
  top: 0;
}
.left_navbar .layer_card .layer_dot_border .layer_area {
  padding-left: 20px;
  position: relative;
}
.left_navbar .layer_card .layer_dot_border .layer_area::before {
  width: 10px;
  height: 0px;
  border-bottom: 1px dotted #233f94;
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
}
.left_navbar .current_map {
  position: fixed;
  box-shadow: 0px 8px 20px 0px rgba(45, 19, 106, 0.2);
  right: 20px;
  bottom: 120px;
  padding: 20px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
}
.left_navbar .current_map .current_Area {
  display: flex;
}
.left_navbar .current_map .current_Area p {
  text-transform: capitalize;
  margin-bottom: 0px;
}
.left_navbar .current_map .current_Area .current_line {
  border-bottom: 1px dotted #fff;
  flex: 1;
  margin: 0 5px;
  min-width: 50px;
  position: relative;
  top: -5px;
}
.left_navbar .section_area {
  padding: 50px 30px;
  width: 100%;
}
.left_navbar .section_area .coming_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.left_navbar .section_area .coming_header h2 {
  font-size: 24px;
}
.left_navbar .section_area .coming_header ul li {
  display: inline-block;
}
.left_navbar .section_area .coming_header ul li i {
  margin: 0px 5px;
  display: inline-block;
}
.left_navbar .section_area .coming_header ul li a {
  display: inline-block;
  color: #252831;
  font-weight: 500;
}
.left_navbar .section_area .coming_header ul li a.active, .left_navbar .section_area .coming_header ul li a:hover {
  background-image: linear-gradient(to right, #ff394f 20%, #ffcf26);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.left_navbar .section_area form textarea.form-control {
  padding: 10px 14px;
  height: 80px;
}
.left_navbar .section_area form textarea.form-control:focus {
  border: 1px solid #ff6c0d;
  box-shadow: none;
  outline: none;
}

:-webkit-full-screen .left_navbar .map_controller ul li a i.fa-expand-wide {
  display: none;
}

:-ms-fullscreen .left_navbar .map_controller ul li a i.fa-expand-wide {
  display: none;
}

:fullscreen .left_navbar .map_controller ul li a i.fa-expand-wide {
  display: none;
}

:-webkit-full-screen .left_navbar .map_controller ul li a i.fa-compress-wide {
  display: block;
}

:-ms-fullscreen .left_navbar .map_controller ul li a i.fa-compress-wide {
  display: block;
}

:fullscreen .left_navbar .map_controller ul li a i.fa-compress-wide {
  display: block;
}/*# sourceMappingURL=style.css.map */