/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --color-main: #161B99;
  --main-color: #161B99;
  --color-second: #61677a;
  --color-third: #d8d9da;
  --transition-base: 0.3s;
  --thm-base: #006940;
  --thm-base-rgb: 0, 105, 64;
}
body {
  font-family: "Nunito", sans-serif;
  color: #444444;
  font-size: 14px;
}

a {
  color: #61677A;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}
a.logo{
  color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-text {
  font-family: "Nunito";
  font-weight: 700;
  font-style: normal;
}

section {
  padding: 60px 0;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #161B99;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #31bef0;
  bottom: 0;
  left: calc(50% - 20px);
}
.bg-light{
  background-color:#fff !important;
}
.section-title p {
  margin-bottom: 0;
}

.rounded {
  border-radius: 50%;
}
.rounded-small {
  border-radius: 8px;
}
.overflow-hidden {
  overflow: hidden;
}
.absolute {
  position: absolute;
}
.z-1 {
  z-index: 1;
}
.margin-top-2 {
  margin-top: 2rem;
}
.margin-left-3 {
  margin-left: 3rem;
}
.uppercase {
  text-transform: uppercase;
}
.fw-900 {
  font-weight: 900;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-default {
  font-size: 14px;
}
.fs-medium {
  font-size: 18px;
}
.fs-large {
  font-size: 22px;
}
.m-0 {
  margin: 0 !important;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.bg-cover {
  background-size: cover;
}
.main-color {
  color: var(--color-main);
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.overflow-hidden {
  overflow: hidden !important;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.justify-center {
  justify-content: center;
}
.justify {
  text-align: justify;
}
.rounded-medium {
  border-radius: 30px;
}
.relative {
  position: relative;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .fs-default {
    font-size: 14px !important;
  }
  .fs-medium {
    font-size: 18px !important;
  }
  .fs-large {
    font-size: 22px !important;
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0F4183;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: var(--color-third);
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--color-third);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: var(--color-third);
  font-family: "Nunito", sans-serif;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--color-third);
  text-decoration: underline;
}

#topbar .social-links a {
  color: var(--color-third);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 80px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Nunito", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #61677A;
}

#header .logo img {
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #61677A;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #61677A;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #111;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #000;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #151d99;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #61677A;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #61677A;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.header-top-lang img {
  height: 20px;
}

.header-top-lang {
  gap: 10px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.header-top-social {
  display: flex;
  align-items: center;
  justify-content: start;
}
/*--------------------------------------------------------------
# Our Collections
--------------------------------------------------------------*/

.width-100 {
  width: 100%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.effect img {
  transition: all 0.2s linear;
}
.effect img:hover {
  filter: brightness(60%);
}
.block .effect:hover span {
  color: #61677A;
}
.grey {
  color: #7d7d7d;
}
.group-image-special .effect:hover:after {
  top: 120%;
}
.group-image-special .effect:hover:after {
  right: -55%;
}
.group-image-special .effect:after {
  transform: skewY(-50deg);
  position: absolute;
  width: 150%;
  height: 80%;
  display: inline-block;
  content: "";
  top: -75%;
  right: 32%;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.1);
}
.effect img {
  max-width: 100%; /* Ensure the image doesn't exceed the container width */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(80%);
}
.effect {
  height: 275px; /* Set the height of your container */
  overflow: hidden;
  position: relative; /* Establish a positioning context for absolute positioning */
}
.bg-grey {
  background-color: #eeeeee;
}
.black {
  color: #212529;
}
.section-space--half {
  margin-bottom: 50px !important;
}
.text-center {
  text-align: center !important;
}
.section-title-wrapper .section-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .effect {
    height: 275px;
  }
}

@media screen and (min-width: 1500px) {
  .effect {
    height: 300px;
  }
}
/*--------------------------------------------------------------
# Slider Home
--------------------------------------------------------------*/
.slider-section {
  background-color: #e9e1f7;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section {
    padding-top: 150px;
  }
}
.slider-section .slider-shape {
  width: 700px;
  height: 700px;
  border-radius: 50px;
  background-color: #eee5ff;
  position: absolute;
  top: -150px;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .slider-shape {
    width: 550px;
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-section .slider-shape {
    width: 350px;
    height: 350px;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-section .slider-shape {
    width: 300px;
    height: 300px;
  }
}

.slider-section-02 {
  background-color: #f8f6ec;
  position: relative;
  overflow: hidden;
}

.single-slider {
  height: 950px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-slider {
    height: 880px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: auto;
    padding-top: 115px;
    padding-bottom: 130px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .single-slider {
    height: auto;
    padding-top: 245px;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .single-slider {
    padding-top: 195px;
  }
}
.single-slider.slider-02 {
  background-size: cover;
  background-position: center center;
  height: 836px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider.slider-02 {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-slider.slider-02 {
    height: auto;
    padding-top: 275px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .single-slider.slider-02 {
    padding-top: 155px;
    padding-bottom: 16px;
  }

  .slider-section-02 {
    margin-top: 72px;
  }
}

.slider-images {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-images {
    position: relative;
    padding-bottom: 50px;
    margin-top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-images {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images img {
    width: 507px;
  }
}

.slider-content {
  max-width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    max-width: 370px;
  }
}
.slider-content .title {
  font-size: 80px;
  font-weight: 700;
  color: #313131;
  line-height: 1.15;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content .title {
    font-size: 36px;
  }
}
.slider-content p {
  font-size: 24px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 0;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .slider-content p {
    font-size: 14px;
  }
  .slider-content p br {
    display: none;
  }
}

.slider-content-02 .title {
  font-size: 80px;
  font-weight: 700;
  color: #313131;
  line-height: 1.15;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-02 .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-content-02 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content-02 .title {
    font-size: 36px;
  }
}
.slider-content-02 p {
  font-size: 24px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 0;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-content-02 p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .slider-content-02 p {
    font-size: 14px;
  }
  .slider-content-02 p br {
    display: none;
  }
}

.animation-style-01 .slider-images,
.animation-style-01 .slider-content,
.animation-style-01 .slider-content-02 {
  opacity: 0;
}
.animation-style-01.swiper-slide-active .slider-content,
.animation-style-01.swiper-slide-active .slider-content-02 {
  opacity: 1;
}
.animation-style-01.swiper-slide-active .slider-content .title,
.animation-style-01.swiper-slide-active .slider-content-02 .title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content p,
.animation-style-01.swiper-slide-active .slider-content-02 p {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-content .btn,
.animation-style-01.swiper-slide-active .slider-content-02 .btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-style-01.swiper-slide-active .slider-images {
  opacity: 1;
}
.animation-style-01.swiper-slide-active .slider-images img {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slider-active .swiper-pagination {
  text-align: left;
  bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-pagination {
    bottom: 20px;
  }
}
.slider-active .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: #212121;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.slider-active .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slider-active
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #884a39;
}
.slider-active
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: #884a39;
}
.slider-active .swiper-button-next,
.slider-active .swiper-button-prev {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  outline: none;
  line-height: 1.2;
  width: auto;
  height: auto;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-active .swiper-button-next,
  .slider-active .swiper-button-prev {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next,
  .slider-active .swiper-button-prev {
    top: auto;
    bottom: 70px;
  }

  .header-mobile-top {
    padding: 10px 0;
  }
}
.slider-active .swiper-button-next::before,
.slider-active .swiper-button-prev::before {
  /* position: absolute;
  bottom: 0;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #373737;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; */
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-active .swiper-button-next::before,
  .slider-active .swiper-button-prev::before {
    width: 150%;
  }
}
.slider-active .swiper-button-next::after,
.slider-active .swiper-button-prev::after {
  display: none;
}
.slider-active .swiper-button-next:hover,
.slider-active .swiper-button-prev:hover {
  color: var(--color-second);
}
.slider-active .swiper-button-next:hover::before,
.slider-active .swiper-button-prev:hover::before {
  background-color: var(--color-second);
}
.slider-active .swiper-button-prev {
  /* left: calc((100% - 1400px) / 2); */
  left: calc((110% - 1903px) / 2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 920px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 720px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 540px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-prev {
    left: 15px;
  }
}
.slider-active .swiper-button-prev::before {
  left: 0;
}
.slider-active .swiper-button-next {
  /* right: calc((100% - 1400px) / 2); */
  right: calc((110% - 1903px) / 2);
}
.slider-active .swiper-button-next::before {
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 920px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 720px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 540px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next {
    right: 15px;
  }
}
/*--------------------------------------------------------------
# Welcome Text
--------------------------------------------------------------*/

.bg-gray {
  background: #F6F6F7;
}
.about-us-content-4 {
  height: 100%;
  padding: 50px;
}
.section-space--mt_60 {
  margin-top: 60px;
}
.btn--text-icon {
  font-size: 18px;
  font-weight: 500;
}
.fw-bold {
  font-weight: bold;
}
a {
  color: var(--color-main);
  text-decoration: underline;
}
a:hover {
  color: var(--color-main);
  text-decoration: underline;
}
.main-color {
  color: #fff;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.room-inspiration img {
  max-width: 100%;
  height: auto;
}
.fs-30 {
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .fs-md-56 {
    font-size: 56px !important;
  }
}
.font-weight-500 {
  font-weight: 500 !important;
}
.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}
.room-inspiration .imgage img {
  width: 100%;
}
.room-inspiration .content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .room-inspiration .content {
    padding-right: calc((100vw / 2 - 546px / 2));
    padding-left: calc((100vw / 2 - 546px / 2));
  }
}
@media (min-width: 768px) {
  .room-inspiration .content {
    padding-right: calc((100vw / 2 - 738px / 2));
    padding-left: calc((100vw / 2 - 738px / 2));
  }
}
@media (min-width: 992px) {
  .room-inspiration .content {
    padding-right: calc((100vw / 2 - 962px / 2));
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .room-inspiration .content {
    padding-right: calc(100vw / 2 - 1200px / 2);
    padding-left: 100px;
  }
}
.btn-outline-primary {
  color: #000 !important;
  border-color: #000 !important;
  border: 1px solid black !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
    0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn2 {
  display: inline-block;
  font-weight: 700;
  color: #777;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.65;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.rounded-sm{
  border-radius:10px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon img {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
  height:62px;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #161B99;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #0F4183;
}

/*--------------------------------------------------------------
# Why Choose us
--------------------------------------------------------------*/
.hm2-feature-section {
  border-top: 1px solid rgba(18, 17, 17, 0.15);
  /* border-bottom: 1px solid rgba(18, 17, 17, 0.15); */
  padding: 100px 0;
}
.hm2-feature-box {
  padding: 0 24px;
}
.hm2-feature-box .icon-wrapper {
  width: 80px;
  height: 50px;
  border: 1px solid var(--color-second);
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  flex: 0 0 auto;
  width: 18%;
}
.rounded-circle {
  border-radius: 50% !important;
}
.hm2-feature-box .icon-wrapper img {
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  height: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.fw-normal {
  font-weight: 400 !important;
}
.hm2-feature-box:hover .icon-wrapper img {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.btn {
  font-size: 12.8px;
  font-size: .8rem;
  padding: 8.528px 14.928px;
  padding: .533rem .933rem;
  cursor: pointer;
  font-weight: 600;
}
.btn-arrow-effect-1:hover>:nth-child(1) {
  animation: btnArrowEffect1 ease-out .3s;
}
@keyframes btnArrowEffect1 {
  0% {
      transform: translateX(0)
  }

  51% {
      transform: translateX(20px);
      opacity: 1
  }

  52% {
      opacity: 0;
      transform: translateX(-20px)
  }

  53% {
      opacity: 0
  }

  54% {
      opacity: 1
  }

  100% {
      transform: translateX(0)
  }
}

.btn-dark {
  background-color: #494949;
  border-color: #494949;
  color: #fff;
}

.btn-primary {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.btn-primary:hover {
  background-color: var(--color-second);
  color: #fff;
}
a {
  text-decoration: none;
}
.use-overlay:before {
  content: "";
  position: absolute;
  background-color: #31bef0db;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.text-light {
  color: #fff;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area--light-bg {
  background-color: #161B99;
}
.footer-area--dark-bg {
  background-color: #161B99;
}
.footer-area--dark-bg .footer-social-section .social-title {
  color: #ffffff;
}
.footer-area--dark-bg .footer-social-section .social-link li a {
  color: #ffffff;
  background: #31bef0;
}
.footer-area--dark-bg .footer-social-section .social-link li a:hover {
  color: #ffffff;
  background: var(--color-main);
}
.footer-area--dark-bg .single-footer-widget__title {
  color: #ffffff;
}
.footer-area--dark-bg .single-footer-widget__content .time--extra-margin {
  color: #aaa;
}
.footer-area--dark-bg .footer-copyright-wrapper {
  border-top: 1px solid #ffffff29;
}
.nav-pills .nav-link {
  padding: .5rem 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .footer-navigation-wrapper {
    margin-bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .footer-short-desc {
    margin-bottom: 50px;
  }
}
.footer-short-desc .image {
  margin-bottom: 10px;
}
.footer-short-desc .message {
  margin-bottom: 10px;
  color:#fff;
}
.single-footer-widget__content{
  color:#fff;
}
.footer-social-section .social-title {
  font-size: 14px;
  color: #292929;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}
.footer-social-section .social-link li {
  display: inline-block;
  margin-right: 8px;
}
.footer-social-section .social-link li a {
  display: inline-block;
  color: #aaaaaa;
  background: #ebebeb;
  text-transform: capitalize;
  text-align: center;
  line-height: 40px;
  width: 40px;
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social-section .social-link li a:hover {
  background: #292929;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-footer-widget {
    margin-bottom: 50px;
  }
}
.single-footer-widget__title {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: -3px;
}
.single-footer-widget__content .time {
  line-height: 26px;
  padding: 5px 0;
}
.single-footer-widget__content .time--extra-margin {
  color: #292929;
  margin-top: 35px;
  padding-bottom: 0;
  line-height: 1.2;
}
.single-footer-widget__content .footer-navigation li a {
  line-height: 26px;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.single-footer-widget__content .footer-navigation li a:hover {
  color: #fff;
}
.single-footer-widget__content .footer-navigation li:last-child a {
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1;
}

.footer-copyright-wrapper {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper--default-footer {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper--default-footer .footer-logo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper--default-footer .copyright-text {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-wrapper--default-footer > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-copyright-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-copyright-wrapper .copyright-text {
  color: #929292;
  font-weight: 400;
  line-height: 20px;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper .copyright-text {
    text-align: center;
  }
}
.footer-copyright-wrapper .copyright-text a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-main);
}
.footer-copyright-wrapper .copyright-text a:hover {
  text-decoration: underline;
}
.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav {
    text-align: center;
  }
}
.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li {
  display: inline-block;
  margin-right: 35px;
}
@media only screen and (max-width: 479px) {
  .footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li {
    margin-right: 10px;
  }
}
.footer-copyright-wrapper
  .copyright-navigation-wrapper
  .copyright-nav
  li:last-child {
  margin-right: 0;
}
.footer-copyright-wrapper .copyright-navigation-wrapper .copyright-nav li a {
  color: #929292;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-copyright-wrapper
  .copyright-navigation-wrapper
  .copyright-nav
  li
  a:hover {
  color: var(--color-main);
}

.copyright-social-wrapper .copyright-social {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .copyright-social-wrapper .copyright-social {
    text-align: center;
  }
}
.copyright-social-wrapper .copyright-social li {
  display: inline-block;
  margin-right: 40px;
}
.copyright-social-wrapper .copyright-social li:last-child {
  margin-right: 0;
}
.copyright-social-wrapper .copyright-social li a {
  display: block;
  font-size: 18px;
  color: #929292;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.copyright-social-wrapper .copyright-social li a:hover {
  color: var(--color-main);
}
/*=============================================
=            scroll top            =
=============================================*/
#scroll-top {
  position: fixed;
  bottom: 210px;
  right: -45px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ebebeb;
  color: #292929;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding: 18px 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #scroll-top {
    bottom: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #scroll-top {
    bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scroll-top {
    bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-top {
    bottom: 50px;
  }
}
@media only screen and (max-width: 479px) {
  #scroll-top {
    padding: 10px 15px;
  }
}
#scroll-top span {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #scroll-top span {
    display: none;
  }
}
#scroll-top:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.margin-top-3-5 {
  margin-top: 3.5rem;
}
a:hover {
  text-decoration: none;
}
/*=============================================
=            collections           =
=============================================*/
.product-item {
  list-style: none;
  margin-bottom: 30px;
}
.product-item .product-inner {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 0 0 20px;
  background-color: #fff;
}
.product-item .product-top {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 8px;
  top: 8px;
  right: 0;
}
.product-item .flash {
  font-size: 12px;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  line-height: 22px;
  height: 22px;
  min-width: 44px;
  padding: 0 5px;
  text-align: center;
  background-color: var(--color-main);
  color: #fff;
  position: relative;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.product-item .product-inner {
  height: 340px;
}
.logo:hover{
  color:#fff;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.product-item {
  list-style: none;
  margin-bottom: 30px;
}
.product-item .product-inner {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 0 0 20px;
  background-color: #fff;
}
.cleric-product.layout1 .product-item .product-inner {
  background-color: transparent;
  border: none;
}
.product-item:hover .product-inner {
  z-index: 2;
  border-color: var(--color-main);
}
.product-item .product-top {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 8px;
  top: 8px;
  right: 0;
}
.product-item .flash {
  font-size: 12px;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  line-height: 22px;
  height: 22px;
  min-width: 44px;
  padding: 0 5px;
  text-align: center;
  background-color: var(--color-main);
  color: #fff;
  position: relative;
}
.product-item .yith-wcwl-add-to-wishlist > div a:before {
  font-size: 18px;
  font-family: "FontAwesome";
  content: "\f08a";
}
.product-item .yith-wcwl-add-to-wishlist > div a:hover::before {
  content: "\f004";
}
.product-item .product-thumb {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.product-item.style-list .button.quick-wiew-button,
.product-item.style2 .button.quick-wiew-button,
.product-item.style-3 .button.quick-wiew-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  font-size: 0;
  background-color: #fff;
  color: #222;
  border-radius: 100%;
  z-index: 10;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-item.style-list:hover .button.quick-wiew-button,
.product-item.style2:hover .button.quick-wiew-button,
.product-item.style-3:hover .button.quick-wiew-button {
  opacity: 1;
  visibility: visible;
}
.product-item.style-list .button.quick-wiew-button::before,
.product-item.style2 .button.quick-wiew-button::before,
.product-item.style-3 .button.quick-wiew-button::before {
  font-size: 18px;
  content: "\f12d";
  font-family: "Flaticon";
  font-weight: normal;
}
.product-item.style-list .button.quick-wiew-button:hover,
.product-item.style2 .button.quick-wiew-button:hover,
.product-item.style-3 .button.quick-wiew-button:hover {
  color: #fff;
}
.product-item .product-info {
  text-align: center;
  position: relative;
  padding: 0 5px;
}
.product-item .product-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.product-item.style-list .product-name {
  font-size: 22px;
}
.product-item .thumb-group {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  background-color: #FD7F3B;
  border-radius: 46px;
  width: 148px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.product-item .product-inner:hover .thumb-group {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.product-item .thumb-group .quick-wiew-button,
.product-item .thumb-group .yith-wcwl-add-to-wishlist,
.product-item .thumb-group .loop-form-add-to-cart {
  width: 60px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  position: relative !important;
  display: inline-block;
  vertical-align: top;
}
.product-item .thumb-group .yith-wcwl-add-to-wishlist {
  font-size: 0;
}
.product-item .thumb-group .quick-wiew-button {
  /* font-size: 0; */
  padding: 0;
}
/* .product-item .thumb-group .quick-wiew-button i::before {
	font-size: 18px;
	content: "\f12d";
	font-family: 'Flaticon';
	font-weight: normal;
} */
.product-item .thumb-group .loop-form-add-to-cart {
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-item .thumb-group .loop-form-add-to-cart .single_add_to_cart_button {
  font-size: 0;
  background-color: transparent;
  padding: 0;
}
.product-item
  .thumb-group
  .loop-form-add-to-cart
  .single_add_to_cart_button::before {
  font-family: "Flaticon";
  content: "\f12e";
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.product-item
  .thumb-group
  .loop-form-add-to-cart:hover
  .single_add_to_cart_button::before {
  color: #fff;
}
.product-item .thumb-group .quick-wiew-button:hover,
.product-item .thumb-group .button.quick-wiew-button:hover {
  color: #fff;
}
.product-item .thumb-group .yith-wcwl-add-to-wishlist:hover a {
  color: #fff;
}
.shop-grid-content.full-width .shop-top-control .select-item {
  width: 23.2%;
}
/*product item style2*/
.product-item.style2 .product-inner {
  display: table;
  border: 1px solid #eee;
}
.product-item.style2 .product-thumb {
  width: 240px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.product-item.style2 .yith-wcwl-add-to-wishlist {
  display: none;
}
.product-item.style2 .product-info {
  text-align: left;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
}
.product-item.style2 .product-name {
  font-size: 22px;
  margin-bottom: 9px;
}
.product-item.style2 .product-name a {
  color: #0a0a0a;
}
.product-item.style2 .stars-rating {
  margin-bottom: 5px;
}
.product-item.style2 .desc {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}
.product-item.style2 .group-buttons .price,
.product-item.style2 .group-buttons .added_to_cart {
  vertical-align: middle;
  color: #0a0a0a;
}
.product-item.style2 .group-buttons .price {
  padding: 0 10px 15px 0;
  border-right: 0;
  font-size: 16px;
}
.product-item.style2 .group-buttons .button {
  background-color: #000;
}
.product-item.style-2 .group-buttons .added_to_cart {
  background: transparent;
  border: 1px solid #dddddd;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.product-item.style-2 .group-buttons .added_to_cart:hover {
  color: #ffffff;
}
.slider-product .slick-slider > .slick-arrow {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #fff;
  color: #aaaaaa;
  right: -22px;
  z-index: 33;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.slider-product:hover .slick-slider > .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-product .slick-slider > .slick-arrow:first-child {
  left: -22px;
}
/*produc list*/
.product-item.style-list .product-top {
  position: absolute;
  z-index: 1;
}
.product-item.style-list .products-bottom-content {
  display: table;
  width: 100%;
}
.product-item.style-list .product-thumb {
  width: 250px;
}
.product-item.style-list .product-thumb .thumb-inner {
  position: relative;
}
.product-item.style-list .product-thumb,
.product-item.style-list .product-info-left,
.product-item.style-list .product-info-right {
  display: table-cell;
  vertical-align: top;
}
.product-item.style-list .product-info-left {
  vertical-align: top;
  padding: 0 30px;
}
.product-item.style-list .product-info-right {
  padding-left: 30px;
  border-left: 1px solid #eee;
  width: 250px;
}
.product-item .quantity {
  display: none;
}
.product-item.style-list .yith-wcwl-add-to-wishlist {
  width: 100%;
  margin-bottom: 15px;
  display: none;
}
.product-item.style-list .stars-rating {
  margin-bottom: 20px;
}
.product-item.style-list .product-info-left ul {
  padding: 0;
  margin: 0;
}
.product-item.style-list .product-info-left ul li {
  font-size: 14px;
  color: #222;
  line-height: 30px;
  display: inline-block;
}
.product-item.style-list .product-info-left .attributes-display li a {
  color: #888888;
}
.product-item.style-list .product-info-left .attributes-display li a:after {
  content: "/";
  display: inline-block;
  color: #888888;
}
.product-item.style-list
  .product-info-left
  .attributes-display
  li:last-child
  a:after {
  display: none;
}
.product-item.style-list .price {
  font-size: 22px;
  margin-bottom: 15px;
}
.product-item.style-list .product-list-message {
  font-size: 13px;
  color: #111;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.product-item.style-list .product-list-message::after {
  content: "";
  height: 2px;
  width: 36px;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
  display: inline-block;
  position: absolute;
}
.product-item.style-list .product-list-message .icon {
  font-size: 20px;
}
.product-item.style-list .single_variation_wrap > .button {
  margin-bottom: 20px;
  background-color: #000;
  font-weight: 700;
  vertical-align: middle;
  height: 43px;
  padding: 0 20px;
  line-height: 41px;
}
.product-item.style-list .single_variation_wrap > .button:hover {
  color: #ffffff;
}
.full-width .product-item.style-list .product-info-right {
  width: 270px;
}
.product-item .product-inner img {
  width: auto;
  height: 260px;
}

@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/*=============================================
=            breadcrumb            =
=============================================*/
.breadcrumb-content {
  text-align: center;
  position: relative;
}
.breadcrumb-content__title {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-content__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-content__title {
    font-size: 25px;
    line-height: 25px;
  }
}
.breadcrumb-content__page-map li {
  color: #fff;
  line-height: 25px;
  display: inline-block;
}
.breadcrumb-content__page-map li a {
  color: #fff;
}
.breadcrumb-content__page-map li:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb-content__page-map li:last-child:after {
  display: none;
}
.breadcrumb-content__page-map li a:hover {
  color: var(--color-second);
}
.breadcrumb-content__page-map li.active {
  color: #fff;
}
.cover-background {
  background-size: cover;
  background-position: center center !important;
}
.cover-background, .fix-background {
  position: relative;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.breadcrumb-wrapper {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb-wrapper {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 70px 0;
  }
}

.breadcrumb-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb-area {
  position: relative;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  background-color: #0000005e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

/*-----------------
    18. Contact
-----------------------*/
.contact-section {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 50px 0;
  }
}
.contact-section .contact-info-area {
  margin: 0 0 80px;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-area {
    margin: 0 0 30px;
  }
}
@media (max-width: 575.98px) {
  .contact-section .contact-info-area {
    margin: 0 0 15px;
  }
}
.contact-section .contact-info-area .single-contact-info {
  text-align: center;
  background: #ffffff;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .contact-section .contact-info-area .single-contact-info {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-area .single-contact-info {
    margin: 0 0 24px;
  }
}
.contact-section .contact-info-area .single-contact-info i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  line-height: 50px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-main{
  color:var(--main-color);
}
@media (max-width: 992px) {
  .contact-section .contact-info-area .single-contact-info i {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.contact-section .contact-info-area .single-contact-info h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .contact-section .contact-info-area .single-contact-info h3 {
    font-size: 16px;
  }
}
.contact-section .contact-info-area .single-contact-info a {
  font-size: 16px;
  color: #737373;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .contact-section .contact-info-area .single-contact-info a {
    font-size: 13px;
  }
}
.contact-section .contact-info-area .single-contact-info:hover {
  background: var(--main-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-section .contact-info-area .single-contact-info:hover i {
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--main-color);
}
.contact-section .contact-info-area .single-contact-info:hover h3 {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-section .contact-info-area .single-contact-info:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-section .form-info-area {
  background: #ffffff;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  padding: 24px;
}
.contact-section .form-info-area img {
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .contact-section .form-info-area img {
    display: none;
  }
}
.contact-section .form-info-area h1 {
  font-weight: 500;
  font-size: 38px;
  color: #28283C;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .contact-section .form-info-area h1 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
.contact-section textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-page-form-area {
    margin-top:60px;
}
/*=============================================
=            Contact Page            =
=============================================*/
.contact-page-side-content {
  background-color: #f2f2f2;
  padding: 30px;
  height: 98%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .contact-page-side-content {
    margin-bottom: 50px;
  }
}

.contact-page-message {
  line-height: 20px;
}

.contact-button {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #292929;
  background-color: #292929;
  border-color: #292929;
  width: 140px;
  padding: 10px 20px;
}
.contact-button:hover {
  background-color: #ee3333;
  border-color: #ee3333;
}
.single-contact-block i {
  font-size: 18px;
}
.single-contact-block h4 {
  font-size: 18px;
}
.single-contact-block {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single-contact-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.navbar-mobile .fa-times {
  color: white;
}
/*=============================================
=            Blog Page            =
=============================================*/
.cleric-blog-item .post-thumb {
  position: relative;
}
.cleric-blog-item .post-thumb > a::after,
.cleric-blog-item .post-thumb .video-cleric-blog figure::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.cleric-blog-item .post-thumb:hover .video-cleric-blog figure::after,
.cleric-blog-item .post-thumb:hover > a::after {
  opacity: 1;
}
.cleric-blog-item .post-thumb .post-item-share {
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
}
.cleric-blog-item .post-item-share .icon {
  color: #fff;
  opacity: 0.5;
}
.post-item-share .icon {
  font-size: 16px;
  color: #a3a4a6;
}
.post-item-share .box-content {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 5;
}
.post-item-share .box-content a {
  display: list-item;
  list-style: none;
  color: #a3a4a6;
  font-size: 15px;
}
.cleric-blog-item .post-item-share .icon:hover {
  opacity: 1;
}
.post-item-share:hover .box-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.post-item-share .box-content a:hover {
  color: #fff;
}
.cleric-blog-item .post-date {
  font-size: 11px;
  color: #aaa;
  padding: 0px 0px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.cleric-blog-item .blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}
.cleric-blog-item .blog-title span {
  color: #aaaaaa;
}
.cleric-blog-item .blog-meta {
  padding: 10px 0 5px;
  display: flex;
  align-items: center;
}
.cleric-blog-item .blog-meta .author {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.cleric-blog-item .blog-meta .author img {
  display: inline-block;
  width: 29px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
}
.cleric-blog-item .blog-meta .view,
.cleric-blog-item .blog-meta .comment {
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
}
.cleric-blog .slick-slider > .slick-arrow {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #eeeeee;
  color: #aaaaaa;
  right: -40px;
  z-index: 33;
  background: #ffffff;

  opacity: 0;
  visibility: hidden;
}
.cleric-blog .slick-slider > .slick-arrow:first-child {
  left: -40px;
}
.cleric-blog:hover .slick-slider > .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.post-thumb img {
  width: 100%;
}
.post-thumb {
  height: 230px;
  overflow: hidden;
}
.cleric-blog-item .readmore {
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  font-size: 15px;
  color: #000;
  overflow: hidden;
  font-family: "Nunito";
}
.cleric-blog-item .readmore::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid;
}
.cleric-blog-item .readmore:hover::before {
  -webkit-animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.wp-pagenavi {
  width: 100%;
  /* clear: both; */
  font-size: initial;
  padding: 5px 0;
  text-align: center;
  margin: 5px auto 80px auto;
  line-height: 45px;
  float: left;
}
.pages {
  color: #000;
  width: auto;
  height: auto;
  margin: 0 3px;
  border: 1px solid #e9e9e9;
  padding: 8px;
  background-color: #fff;
}
.current-pag {
  color: #333;
  width: auto;
  height: auto;
  margin: 0;
  border: 1px solid #e9e9e9;
  padding: 8px;
  margin-right: 3px;
}
.current-pag {
  color: #ffffff;
  background-color: #000000;
}
.wp-pagenavi a:hover {
  border: 1px solid #e9e9e9;
  color: #fff;
  background-color: #000000;
}
.wp-pagenavi a {
  color: #000;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  padding: 8px;
  background-color: #fff;
  margin: 5px 0;
}
/*=============================
	27. Author
===============================*/
.author-inner-wrap .row .col-70 {
  width: 69.7%;
  flex: 0 0 auto;
}
.author-inner-wrap .row .col-30 {
  width: 30.3%;
  flex: 0 0 auto;
}
.author-wrap {
  display: flex;
  align-items: flex-start;
  background: var(--tg-gray-three);
  border-radius: 8px;
  padding: 38px 30px 38px;
  gap: 30px;
  border: 1px solid #eee;
  margin-bottom: 45px;
}
.author-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px #d0d0d0;
  border: 4px solid var(--tg-white);
}
.author-thumb img {
  /* border-radius: 50%;
  box-shadow: 0px 4px 20px 0px #D0D0D0;
  border: 4px solid var(--tg-white); */
}
.author-content .name {
  margin-bottom: 10px;
  font-size: 20px;
}
.author-content p {
  margin-bottom: 15px;
}
.author-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.author-social .list-wrap li {
  line-height: 1;
}
.author-social .list-wrap li a {
  color: var(--tg-secondary-color);
}
.author-social .list-wrap li a:hover {
  color: var(--tg-primary-color);
}
.sidebar-search form {
  position: relative;
}
.sidebar-search form input {
  width: 100%;
  border: 1px solid var(--tg-gray);
  border-radius: 6px;
  font-size: 15px;
  color: var(--tg-secondary-color);
  padding: 14px 60px 14px 20px;
  height: 55px;
  font-weight: 500;
  background: transparent;
}
.sidebar-search form input::placeholder {
  font-size: 15px;
  font-weight: 500;
}
.sidebar-search form button {
  border: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-primary-color);
  border-radius: 4px;
  color: var(--tg-white);
  line-height: 0;
  font-size: 20px;
}
.sidebar-search form button:hover {
  background: var(--tg-secondary-color);
}
.blog-inner-wrap .sidebar-wrap {
  margin-left: 0;
  margin-right: 40px;
}

/*=============================
	blog-details
===============================*/
.blog-details-content .title {
  margin-bottom: 15px;
  font-size: 28px;
}
.bd-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bd-content-inner .blog-post-meta .list-wrap {
  justify-content: flex-start;
}
.blog-details-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-details-social .list-wrap li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--facebook);
  color: var(--tg-white);
}
.blog-details-social .list-wrap li:nth-child(2) a {
  background: var(--twitter);
}
.blog-details-social .list-wrap li:nth-child(3) a {
  background: var(--instagram);
}
.blog-details-social .list-wrap li:nth-child(4) a {
  background: var(--linkedin);
}
.blog-details-thumb {
  margin-bottom: 20px;
}
.blog-details-thumb img {
  width: 100%;
  object-fit: cover;
  height: 450px;
  border-radius: 6px;
}
.blog-details-content p {
  margin-bottom: 15px;
}
.blog-details-content .first-info::first-letter {
  font-size: 100px;
  float: left;
  line-height: 0.8;
  font-weight: 700;
  color: var(--tg-primary-color);
  font-family: var(--tg-heading-font-family);
  margin-right: 8px;
}
.blog-details-content blockquote {
  background: var(--tg-gray-three);
  margin: 50px 75px 35px;
  padding: 35px 40px 30px;
  border-radius: 8px;
  border: 1px solid #eee;
  position: relative;
}
.blog-details-content blockquote::before {
  content: "\f10d";
  position: absolute;
  left: 40px;
  top: -20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--tg-primary-color);
}
.blog-details-content blockquote p {
  font-size: 18px;
  font-weight: 700;
  color: var(--tg-secondary-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1.4;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.blog-details-content blockquote cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: var(--tg-heading-font-family);
  padding-left: 22px;
  line-height: 1;
}
.blog-details-content blockquote cite::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 3px;
  background: var(--tg-secondary-color);
}
.blog-details-inner-img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-inner {
  margin: 40px 0;
}
.blog-details-inner-content .title-two {
  margin-bottom: 10px;
  font-size: 24px;
}
.blog-details-inner-content p {
  margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--tg-heading-font-family);
  font-weight: 700;
  color: var(--tg-secondary-color);
  line-height: 1.4;
  margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li:last-child {
  margin-bottom: 0;
}
.blog-details-inner-content .list-wrap li i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  border-radius: 3px;
  font-size: 14px;
}
.blog-details-video {
  position: relative;
  margin: 40px 0 30px;
}
.blog-details-video img {
  border-radius: 5px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blog-details-video .paly-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-white);
  border-radius: 50%;
  font-size: 22px;
}
.blog-details-video .paly-btn:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.blog-details-bottom {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-top: 45px;
  margin-bottom: 50px;
}
.blog-details-bottom .post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-details-bottom .post-share .title,
.blog-details-bottom .post-tags .title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-details-bottom .post-tags .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-details-bottom .post-tags .list-wrap li a {
  font-size: 15px;
  font-weight: 500;
  background: #fff3f2;
  display: block;
  border-radius: 4px;
  padding: 7px 18px;
}
.blog-details-bottom .post-tags .list-wrap li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}
.blog-details-bottom .post-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
}
.blog-details-bottom .post-share .list-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-bottom .post-share .list-wrap li a {
  font-size: 16px;
  color: var(--tg-icon-color);
}
.blog-details-bottom .post-share .list-wrap li a:hover {
  color: var(--tg-primary-color);
}
.blog-avatar-wrap {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  padding: 42px 42px;
  background: var(--tg-gray-three);
}
.blog-avatar-img {
  width: 115px;
  flex: 0 0 auto;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 50%;
  height: 115px;
}
.blog-avatar-img img {
  /* border-radius: 50%; */
}
.blog-avatar-info .designation {
  display: block;
  font-size: 16px;
  color: var(--tg-primary-color);
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--tg-heading-font-family);
}
.blog-avatar-info .name {
  margin-bottom: 10px;
  font-size: 18px;
}
.blog-avatar-info p {
  margin-bottom: 0;
}
.pev-next-post-wrap {
  margin-bottom: 60px;
}
.pev-next-post-wrap .post-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.post-item.next-post {
  flex-direction: row-reverse;
  text-align: right;
}
.pev-next-post-wrap .post-item .thumb {
  width: 100px;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.pev-next-post-wrap .post-item .thumb img {
  width: 100%;
  object-fit: cover;
  height: 100px;
}
.pev-next-post-wrap .post-item .content span {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.pev-next-post-wrap .post-item .content .post-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}
.pev-next-post-wrap .post-item:hover .content .post-title a {
  background-size: 100% 1px;
}
/*=============================
	24. Weekly Post
===============================*/
.weekly-post-inner-wrap .row .col-70 {
  width: 69.7%;
  flex: 0 0 auto;
}
.weekly-post-inner-wrap .row .col-30 {
  width: 30.3%;
  flex: 0 0 auto;
}
.weekly-post-item {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.weekly-post-thumb {
  width: 440px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 6px;
}
.weekly-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.weekly-post-item:hover .weekly-post-thumb img {
  transform: scale(1.1);
}
.weekly-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.weekly-post-content .post-title {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.weekly-post-item:hover .weekly-post-content .post-title a {
  background-size: 100% 1px;
}
.weekly-post-content .blog-post-meta {
  margin-bottom: 15px;
}
.weekly-post-content p {
  margin-bottom: 20px;
}
.weekly-post-content .view-all-btn .link-btn {
  font-weight: 600;
}
.hot-post-item {
  margin-bottom: 20px;
}
.hot-post-item:last-child {
  margin-bottom: 0;
}
.hot-post-thumb {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.hot-post-thumb img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.hot-post-item:hover .hot-post-thumb img {
  transform: scale(1.1);
}
.hot-post-content .post-title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}
.hot-post-item:hover .hot-post-content .post-title a {
  background-size: 100% 1px;
}
.hot-post-content .blog-post-meta .list-wrap {
  justify-content: flex-start;
}
.sidebar-img img {
  border-radius: 5px;
}

/* weekly-post-two */
.weekly-post-item.weekly-post-two {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.sidebar-overlay-post {
  position: relative;
  margin-bottom: 25px;
}
.so-post-thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.so-post-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.so-post-thumb img {
  width: 100%;
  height: 364px;
  object-fit: cover;
}
.sidebar-overlay-post:hover .so-post-thumb img {
  transform: scale(1.1);
}
.so-post-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 25px;
}
.so-post-content .post-title {
  color: var(--tg-white);
  font-size: 20px;
  line-height: 1.4;
}
.so-post-content .post-title a:hover {
  color: var(--tg-white);
}
.sidebar-overlay-post:hover .so-post-content .post-title a {
  background-size: 100% 1px;
}
.so-post-content .blog-post-meta .list-wrap {
  justify-content: flex-start;
}

/* weekly-post-three */
.weekly-post-three {
  margin-bottom: 30px;
}
.weekly-post-three .weekly-post-thumb {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.weekly-post-three .weekly-post-thumb .post-tag {
  position: absolute;
  left: 30px;
  top: 30px;
}
.weekly-post-three .weekly-post-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.weekly-post-three:hover .weekly-post-thumb img {
  transform: scale(1.1);
}
.weekly-post-three:hover .weekly-post-content .post-title a {
  background-size: 100% 1px;
}
.weekly-post-three .weekly-post-content p {
  margin-bottom: 0;
}
.sidebar-newsletter-form-two .form-grp input {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: var(--tg-white);
  text-align: center;
  font-size: 14px;
  padding: 13px 20px;
  color: var(--tg-secondary-color);
  height: 50px;
}
.sidebar-newsletter-form-two .form-grp input::placeholder {
  font-size: 14px;
  color: #6d757f;
}
.sidebar-newsletter-form-two .btn {
  width: 100%;
  background: var(--tg-primary-color);
  justify-content: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.sidebar-newsletter-form-two .btn::before {
  background: var(--tg-white);
}
.sidebar-newsletter-form-two .btn:hover {
  color: var(--tg-primary-color);
}
.form-check {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.form-check .form-check-input {
  border-radius: 3px;
  border: 1px solid #436793;
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: var(--tg-secondary-color);
  cursor: pointer;
}
.form-check .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.form-check label {
  text-align: left;
  font-size: 14px;
  color: #7488a1;
  user-select: none;
}

/* weekly-post-four */
.weekly-post-item.weekly-post-four {
  margin-bottom: 40px;
}
.sidebar-widget {
  margin-bottom: 25px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  position: relative;
  padding-bottom: 20px;
}
.widget-title .title {
  margin-bottom: 0;
  font-size: 22px;
}
.sidebar-social-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.sidebar-social-wrap .list-wrap li a {
  display: flex;
  align-items: center;
  background: var(--tg-teal);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-secondary-color);
  gap: 10px;
  border-radius: 4px;
  padding: 10px 20px;
  min-width: 162px;
  justify-content: center;
}
.sidebar-social-wrap .list-wrap li a i {
  font-size: 18px;
}
.sidebar-social-wrap .list-wrap li a:hover {
  background: var(--tg-primary-color);
  color: var(--tg-white);
}

/* latest-post-two */
.sidebar-avatar-two {
  background: var(--tg-gray-three);
  border-radius: 6px;
  padding: 25px 40px 40px;
  text-align: center;
}
.sidebar-avatar-two .sidebar-avatar-thumb {
  position: inherit;
  width: 170px;
  margin-top: 0;
  transform: translateX(0);
  border: 5px solid var(--tg-white);
  border-radius: 50%;
  margin: 0 auto 20px;
  filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.1));
}
.sidebar-avatar-two .sidebar-avatar-content p {
  margin-bottom: 20px;
  color: #6d757f;
  line-height: 1.5;
}
.sidebar-avatar-two .avatar-social .list-wrap li a {
  width: 50px;
  height: 50px;
  background: var(--tg-white);
  color: var(--tg-secondary-color);
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #d0d0d0;
}
.sidebar-avatar-two .avatar-social .list-wrap li a:hover {
  background: var(--tg-primary-color);
  border-color: var(--tg-primary-color);
  color: var(--tg-white);
}
.sidebar-social-wrap.sidebar-social-two .list-wrap li a {
  background: #f0f0f0;
}
.sidebar-social-wrap.sidebar-social-two .list-wrap li a:hover {
  background: var(--tg-primary-color);
}
.sidebar-wrap img,
.img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.blog-post-meta .list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.hot-post-content .blog-post-meta .list-wrap {
  justify-content: flex-start;
}
.section-title-line {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
}
.section-title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 40px;
  height: 5px;
  background: var(--main-color);
}
.section-title-line::after {
  content: "";
  position: absolute;
  left: 36px;
  top: -1.5px;
  width: 10px;
  height: 6px;
  background: #fff;
  clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}
.sidebar-wrap {
  margin-left: 40px;
  position: sticky;
  top: 100px;
}
/*=============================
	24. Detail Product
===============================*/
/* .slider-utama {
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 5px;
  padding-bottom: 0;
}
.slider-utama .wrap-img {
  overflow: hidden;
  height: 450px;
  display: flex !important;
  align-items: center;
}

.slider-carousel .wrap-img {
  overflow: hidden;
  height: 170px;
  border: 2px solid #eee;
  margin-bottom: 10px;
  padding: 2px;
  padding-bottom: 0;
}
.slider-carousel .wrap-img img {
  width: 100%;
  height: 100%;
}

.slider-carousel .slick-slide {
  padding: 5px;
}
.slider-carousel .slick-current .wrap-img {
  border: 2px solid var(--color-main);
}

.rtl-slider-flex {
  width: 50%;
  margin: 10em auto;
  padding: 0.75em 0.75em 0.5em;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}
.thumb-prev,
.thumb-next {
  bottom: 12px !important;
  right: calc(9% + 0.75em) !important;
}
.thumb-prev {
  right: calc(0% + 0.75em) !important;
} */
/*=============================
	24. Detail Product Slider
===============================*/
.rtl-slider-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.rtl-slider-flex .rtl-slider {
  width: 80%;
  margin-left: 1%;
}
.rtl-slider-flex .rtl-slider-nav {
  width: 19%;
  margin-top: 0;
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  padding-top: 90%;
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}
.rtl-slider-flex .rtl-slider-slide {
  background: #0b69b7 url("") no-repeat center/cover;
  padding-top: 80%;
}
.rtl-slider-flex .thumb-prev,
.rtl-slider-flex .thumb-next {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 9.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
.rtl-slider-flex .thumb-prev {
  left: 9.5%;
}



.goog-te-banner-frame.skiptranslate {
  display: none !important;
} 
body {
  top: 0px !important; 
}
/* .skiptranslate{
  display: none !important;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #161B99;
}
.post-prev-img {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.post-prev-img img {
  width: 100%;
  transform: translateZ(0.1px);
  transition: all .5s cubic-bezier(.15,.7,.78,1);
}
.post-prev-img a {
  -webkit-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-img a:hover img {
  transform: scale(1.05) translateZ(0.1px);
}
.btn-shopee{
  background-color:#EE4D2D;
  border-color:#EE4D2D;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-tokopedia{
  background-color:#41B549;
  border-color:#41B549;
  color:#fff;
}
/*** Galeri Start ***/
.galeri-item .progress {
  height: 5px;
  border-radius: 0;
  overflow: visible;
}

.galeri-item .progress .progress-bar {
  position: relative;
  overflow: visible;
  width: 0px;
  border-radius: 0;
  transition: 5s;
}

.galeri-item .progress .progress-bar span {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--color-main);
  color: #FFFFFF;
}

.galeri-item .galeri-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}

.galeri-item:hover .galeri-overlay {
  height: 100%;
  opacity: 1;
}
.border-secondary {
  border-color: #34BBF5 !important;
}
.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.rounded{
  border-radius:8px;
}
/* -----------------------
    13. Blog Section CSS
--------------------------*/
.rs-blog {
  position: relative;
}
.rs-blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}
.rs-blog .blog-item .blog-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.rs-blog .blog-item .blog-img .date {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #161B99;
  color: #ffffff;
  padding: 8px 14px 4px;
  border-radius: 5px 5px 0 0;
}
.rs-blog .blog-item .content-wrapper {
  border-top: none;
  background: #ffffff;
  padding: 24px 25px 22px;
  border: 1px solid #ebebeb;
  border-radius: 0 0 5px 5px;
}
.rs-blog .blog-item .content-wrapper .blog-meta {
  position: relative;
  padding-bottom: 12px;
}
.rs-blog .blog-item .content-wrapper .blog-meta h4 {
  margin-bottom: 7px;
  font-size:20px;
}
.rs-blog .blog-item .content-wrapper .blog-meta a {
  color: #333333;
}
.rs-blog .blog-item .content-wrapper .blog-meta a:hover {
  color: #161B99;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li {
  display: inline;
  margin-right: 8px;
  color: #8C1C40;
  font-size: 14px;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li:first-child {
  position: relative;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li:first-child:after {
  content: '/';
  position: absolute;
  top: -3px;
  right: -10px;
  color: #8C1C40;
}
.rs-blog .blog-item .content-wrapper .blog-meta ul li i {
  margin-right: 10px;
}
.rs-blog .blog-item .content-wrapper .blog-desc {
  clear: both;
}
.rs-blog .blog-item .content-wrapper .blog-desc p {
  margin: 0 0 15px;
}
.rs-blog .blog-item .content-wrapper .blog-desc a {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin: 0 0 20px;
}
.rs-blog .blog-item .content-wrapper .blog-desc a:hover {
  color: #8C1C40;
}
.rs-blog .blog-item .content-wrapper .blog-desc.big-font a {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.rs-blog .blog-btn {
  line-height: normal;
  color: #1e356c;
  transition: all 0.3s ease 0s;
  position: relative;
  font-weight: 400;
  display: inline-block;
}
.rs-blog .blog-btn:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: -24px;
  opacity: 1;
  top: 2px;
  font-size: 15px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
}
.rs-blog .blog-btn:hover:before {
  right: -30px;
}
.rs-blog .container {
  position: relative;
}
.rs-blog .rs-title {
  position: relative;
  z-index: 1;
}
.rs-blog .blog-wrapper {
  background-image: url(images/bg/test_wraper_bg.png);
  background-repeat: repeat;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
ul.icon-list {
  padding-bottom: 4px;
}
ul.icon-list li {
  display: flex;
  margin-bottom: 6px;
}
ul.icon-list i {
  margin-right: 10px;
  color: #8C1C40;
  margin-top: 5px;
}
.rs-blog  ol, .rs-blog  ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .galeri-carousel .owl-nav {
      /*width: 300px;*/
      /*bottom: 50px;*/
      display: none;
  }
  
  .galeri-carousel:hover .owl-nav {
      /*width: 360px;*/
      display:none;
  }
}

@media screen and (min-width: 1200px) {
  .galeri-carousel .owl-nav {
      width: 1200px;
      bottom: 70px;
  }
  
  .galeri-carousel:hover .owl-nav {
      /* width: 1150px; */
  }
}

.galeri-carousel .owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.galeri-carousel:hover .owl-nav {
  opacity: 1;
}

.galeri-carousel .owl-nav .owl-prev,
.galeri-carousel .owl-nav .owl-next {
  font-size: 30px;
  color: #161B99;
  background-color: rgba(255, 255, 255, .5);
  padding: 10px;
  /* border-radius: 30%; */
}
.owl-carousel .owl-stage-outer {
  z-index: 3;
}
.galeri-carousel .owl-nav .owl-prev:hover,
.galeri-carousel .owl-nav .owl-next:hover {
  color: var(--color-second);
  background-color: white;
}

/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 9;
}

.about-style1-area.bg-white {
  background: #ffffff;
}

.about-style1-area .shape1 {
  position: absolute;
  top: -160px;
  right: -160px;
  background-color: rgb(29 30 149 / 9%);
  width: 405px;
  height: 405px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.about-style1__image {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.about-style1__image .text-outer {
  position: absolute;
  top: 15px;
  left: -105px;
  bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: rgb(34 38 161);
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-family: var(--thm-font);
  transform: rotate(0deg) translateX(0%);
  width: max-content;
}

.about-style1__image .border-top {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  height: 2px;
  background: #ffffff;
  z-index: 2;
}

.about-style1__image .border-left {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  width: 2px;
  background: #ffffff;
  z-index: 2;
}

.about-style1__image .border-bottom {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  height: 2px;
  background: #ffffff;
  z-index: 2;
}

.about-style1__image .border-right {
  position: absolute;
  top: 32px;
  right: 30px;
  bottom: 30px;
  width: 2px;
  background: #ffffff;
  z-index: 2;
}


.about-style1__image ul {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.about-style1__image ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0 5px;
}

.about-style1__image ul li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style1__image ul li .img-box img {
  width: 100%;
}

.about-style1__image ul li .img-box::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .6) 100%);
  transform: skewX(5deg);
  z-index: 2;
}

.about-style1__image ul li:hover .img-box::before {
  -webkit-animation: shine 1.6s;
  animation: shine 1.6s;
}

.about-style1__content {
  position: relative;
  display: block;
}

.about-style1__content .sec-title {
  padding-bottom: 5px;
}

.about-style1__content .inner-content {
  position: relative;
  display: block;
}

.about-style1__content .inner-content .text {
  position: relative;
  display: block;
  padding-bottom: 8px;
}

.about-style1__content .inner-content .text p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}

.progress-levels {
  position: relative;
  display: block;
}

.progress-box {
  position: relative;
  display: block;
  margin-top: 28px;
}

.progress-box .inner {
  position: relative;
  display: block;
}

.progress-box .inner .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 11px;
}

.progress-box .inner .top .text {
  position: relative;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--thm-font)
}


.progress-box .top .skill-percent {
  position: relative;
  display: block;
  line-height: 0;
}

.progress-box .top .count-text {
  position: relative;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  float: none;
  font-family: var(--thm-font);
}

.progress-box .top .percent {
  position: relative;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

.progress-box .bar {
  position: relative;
  display: block;
}

.progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: rgba(var(--thm-base-rgb), .10);
  border-radius: 10px;
}

.progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 8px;
  border-radius: 10px;
  transition: all 2000ms ease 300ms;
  background: var(--thm-primary);
}

.about-style1__bottom-content {
  position: relative;
  display: block;
  padding-top: 33px;
}

.about-style1__bottom-content .text-box {
  position: relative;
  display: block;
  margin-top: -7px;
}

.about-style1__bottom-content .text-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style1__bottom-content .text-box ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.about-style1__bottom-content .text-box ul li+li {
  margin-top: 8px;
}

.about-style1__bottom-content .text-box ul li:before {
  position: absolute;
  content: "\e926";
  font-family: 'icomoon' !important;
  left: 1px;
  color: var(--thm-primary);
  font-size: 16px;
  font-weight: 400;
}
.about-style1__image img {
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  background: #ffffff none repeat scroll 0 0;
  width: 100%;
  min-width: 320px;
}
@keyframes animation1 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(0deg) translateX(-5px);
    transform: rotate(0deg) translateX(-5px);
  }

  50% {
    -webkit-transform: rotate(0deg) translateX(10px);
    transform: rotate(0deg) translateX(10px);
  }
}

@media screen and (min-width: 768px) {
  .mobile-nav-toggle {
    display: none !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1500px) {
  .single-slider.slider-02 {
    height: 564px;
  }

  .slider-active .swiper-button-next {
    right: calc((100% - 1200px) / 2);
  }
  .slider-active .swiper-button-prev {
    left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .product-item .product-inner {
    height: 265px;
  }

  .hm2-feature-box .icon-wrapper {
    width: 80px;
    height: 70px;
    width: 20%;
  }

  .slider-section-02.pol {
    margin-top: 80px;
  }
  #topbar .contact-info i a,
  #topbar .contact-info i span {
    font-size: 11px;
  }
  .about-us-content-4 {
    padding: 25px;
  }
  .navbar-mobile .dropdown ul {
    display: block;
  }

  .row .col-70 {
    width: 100% !important;
  }
  .row .col-30 {
    width: 100% !important;
  }

  .sidebar-wrap {
    margin-left: 0;
  }
  #header.fixed-top {
    z-index: 33333333 !important;
  }
  .room-inspiration{
    padding:60px 0;
  }

  .product-item .product-inner img {
    width: auto;
    height: 185px;
  }

  #header .logo {
    font-size: 24px;
  }

  .about-style1__content {
    margin-top: 20px;
  }

  .about-style1-area {
    padding: 50px 0 50px;
  }

}
