@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #cd1b1e;
  --secondary-color: #000;
  --white-color: #fff;
  --red-light: rgba(225, 44, 16, 0.245);
  --black-light: rgba(55, 55, 55, 0.229);
  --gray: #78797a;
  --gray-light: rgba(237, 235, 235, 0.474);
  --black-rgba: rgba(63, 39, 39, 0);
  --blue-color: blue;
  --black-light2: rgba(8, 8, 8, 0.8);
  --black-light1: rgba(63, 39, 39, 0.077);

}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

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

a,
button,
input[type=submit] {
  cursor: pointer;
}

h1 {
  font-size: 55px;
}

.align-items-end {
  display: flex;
  align-items: end !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  color: var(--secondary-color);
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: var(--secondary-color);
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  color: var(--secondary-color);
  font-family: "Roboto", sans-serif;

}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: varvar(--gray);
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--secondary-color);
}

span {
  color: var(--secondary-color);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 60px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: var(--primary-color);
}

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

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.comment-item-wrap .comment-item,
.post-author,
.convert-box .convert-tablist,
.contact-us-wrap .contact-item,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.counter-card-wrap,
.feature-card.style4,
.feature-card.style6,
.feature-item-wrap .feature-item,
.currency-card,
.hero-wrap.style2 .hero-img-wrap .hero-promo-text,
.pp-post-item,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left,
.owl-carousel .owl-nav,
.about-wrap.style3 .about-img-wrap,
.about-wrap.style2 .about-img-wrap,
.hero-wrap.style2 .hero-img-wrap,
.wp-block-quote,
.converter-alert-text,
.feature-card.style5 .feature-title,
.feature-card.style3 .feature-title,
.exchange-table-wrap .add-currency,
.exchange-table-wrap .exchange-table table tbody tr td .country-flag,
.exchange-table-wrap .exchange-table table thead tr th .inverse,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-content .hero-btn,
.hero-wrap.style2 .hero-content .hero-contact,
.header-wrap .header-top .header-top-left,
.contact-us-wrap .contact-item .contact-icon,
.feature-card .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.social-profile.style1 li a,
.social-profile.style2 li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: flex;
  flex-wrap: wrap;
}

.contact-us-wrap .contact-item .contact-icon,
.feature-card .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.social-profile.style1 li a,
.social-profile.style2 li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  flex-direction: column;
  justify-content: center;
}

.wp-block-quote,
.converter-alert-text,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.feature-card.style5 .feature-title,
.feature-card.style3 .feature-title,
.exchange-table-wrap .add-currency,
.exchange-table-wrap .exchange-table table tbody tr td .country-flag,
.exchange-table-wrap .exchange-table table thead tr th .inverse,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-content .hero-btn,
.hero-wrap.style2 .hero-content .hero-contact,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.hero-wrap.style2 .hero-img-wrap {
  justify-content: space-between;
}

.about-wrap.style3 .about-img-wrap,
.about-wrap.style2 .about-img-wrap,
.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 var(--white-color);
  -o-box-shadow: 0 0 0 0 var(--white-color);
  box-shadow: 0 0 0 0 var(--white-color);
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid var(--white-color);
  color: var(--white-color);
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now i {
  position: relative;
  left: 1px;
}

.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px var(--secondary-color);
  }

  100% {
    box-shadow: 0 0 0 0 var(--secondary-color);
  }
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  background: var(--primary-color);
  box-shadow: 0 5px 5px var(--secondary-color);
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: var(--white-color);
  position: relative;
  top: 2px;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white-color);
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  text-align: center;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform-style: preserve-3d;
  position: relative;
}

.loader-inner-1 {
  animation-delay: 0.2s;
  animation: change_first_circle 4s ease-in-out infinite;
}

.loader-inner-2 {
  animation-delay: 0.2s;
  animation: change_second_circle 4s ease-in-out infinite;
}

.loader-inner-3 {
  animation-delay: 0.2s;
  width: 40px;
  height: 40px;
  animation: change_last_circle 4s linear infinite;
}

@keyframes change_first_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}

@keyframes change_second_circle {
  50% {
    transform: rotateY(360deg) scale(0.8);
  }
}

@keyframes change_last_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  border: none;
  padding: 14px 25px 13px;
  border-radius: 5px;
  color: var(--white-color);
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}

.btn i {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 20px;
  line-height: 0.8;
  margin-left: 5px;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: var(--white-color);
}

.btn:hover:after,
.btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: var(--primary-color);
}

.btn.style1:after,
.btn.style1:before {
  background: var(--secondary-color);
}

.btn.style2 {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.btn.style2:after,
.btn.style2:before {
  background: var(--secondary-color);
}

.btn.style2:hover {
  color: var(--white-color);
}

.btn.style3 {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.btn.style3:after,
.btn.style3:before {
  background: var(--primary-color);
}

.btn.style3:hover {
  color: var(--white-color);
}

.btn.style4 {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.btn.style4:after,
.btn.style4:before {
  background: var(--primary-color)p;
}

.btn.style4:hover {
  color: var(--white-color);
}

.btn.style5 {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn.style5:after,
.btn.style5:before {
  background: var(--primary-color);
}

.btn.style5:hover {
  color: var(--white-color);
}

.btn.style6 {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.btn.style6:after,
.btn.style6:before {
  background: var(--primary-color);
}

.btn.style6:hover {
  color: var(--white-color);
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: var(--primary-color);
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 2px;
  margin-left: 4px;
  font-size: 20px;
  line-height: 0.8;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.link:hover {
  color: var(--primary-color);
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link:hover i {
  margin-left: 6px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  font-size: 18px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: var(--gray);
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  position: relative;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  width: 30px;
  height: 8px;
  border-radius: 50px;
  opacity: 1;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: var(--primary-color);
  letter-spacing: 5px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: var(--secondary-color);
}

.bg-white {
  background-color: var(wh);
}

.bg-athens {
  background-color: var(--white-color);
}

.bg-albastor {
  background-color: var(--white-color);
}

.bg-whisper {
  background-color: var(--white-color);
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--gray-light);
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(3deg);
  }

  50% {
    -webkit-transform: rotate(6deg);
  }

  75% {
    -webkit-transform: rotate(-3deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-3deg);
  }

  50% {
    -webkit-transform: rotate(-6deg);
  }

  75% {
    -webkit-transform: rotate(-3deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: var(--primary-color);
}

.social-profile.style1 li a,
.social-profile.style2 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: var(--white-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;

}


.social-profile.style1 li a i {
  color: var(--primary-color);
}

.social-profile.style1 li a:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: var(--white-color);
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
}

.page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  opacity: 0.7;
  box-shadow: 0 5px 20px var(--secondary-color);
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: -3px;
  transition: all 0.4s ease-in-out;
}

.page-nav li a.active,
.page-nav li a:hover {
  color: var(--white-color);
  opacity: 1;
  background-color: var(--primary-color);
}

.page-nav li a.active i,
.page-nav li a:hover i {
  color: var(--white-color);
}

.comment-item-wrap .comment-item,
.post-author,
.convert-box .convert-tablist,
.contact-us-wrap .contact-item,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.counter-card-wrap,
.feature-card.style4,
.feature-card.style6,
.feature-item-wrap .feature-item,
.currency-card,
.hero-wrap.style2 .hero-img-wrap .hero-promo-text,
.pp-post-item,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left,
.contact-us-wrap .contact-item .contact-icon,
.feature-card .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.wp-block-quote,
.converter-alert-text,
.feature-card.style5 .feature-title,
.feature-card.style3 .feature-title,
.exchange-table-wrap .add-currency,
.exchange-table-wrap .exchange-table table tbody tr td .country-flag,
.exchange-table-wrap .exchange-table table thead tr th .inverse,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-content .hero-btn,
.hero-wrap.style2 .hero-content .hero-contact,
.hero-wrap.style2 .hero-img-wrap,
.about-wrap.style3 .about-img-wrap,
.about-wrap.style2 .about-img-wrap,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a {
  display: flex;
  flex-wrap: wrap;
}

.contact-us-wrap .contact-item .contact-icon,
.feature-card .feature-icon,
.feature-item-wrap .feature-item .feature-icon,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a {
  flex-direction: column;
  justify-content: center;
}

.wp-block-quote,
.converter-alert-text,
.testimonial-card .client-info-area .client-info-wrap,
.testimonial-card .client-info-area,
.feature-card.style5 .feature-title,
.feature-card.style3 .feature-title,
.exchange-table-wrap .add-currency,
.exchange-table-wrap .exchange-table table tbody tr td .country-flag,
.exchange-table-wrap .exchange-table table thead tr th .inverse,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-content .hero-btn,
.hero-wrap.style2 .hero-content .hero-contact,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.about-wrap.style3 .about-img-wrap,
.about-wrap.style2 .about-img-wrap,
.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
}

.header-wrap.sticky {
  box-shadow: 0 6px 8px -5px var(--gray-light);
  transition: 0.4s;
  background: var(--white-color);
  animation: onfixed 1s linear;
}

@keyframes onfixed {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}


.header-wrap .header-top {
  padding: 10px 0;
  background-color: var(--secondary-color);
}

.header-wrap .header-top .header-top-left .contact-info li {
  margin-right: 25px;
  display: inline-block;
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-info li i {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 0.8;
  position: relative;
  top: 0px;
  display: inline-block;
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 15px;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover {
  color: var(--primary-color);
}

.header-wrap .header-top .header-top-right .user-menu li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid var(--gray-light);
}

.header-wrap .header-top .header-top-right .user-menu li a {
  color: var(--white-color);
  font-size: 15px;
}

.header-wrap .header-top .header-top-right .user-menu li a:hover {
  color: var(--primary-color);
}

.header-wrap .header-bottom {
  transition: 0.4s;
  background-color: var(--white-color);
  box-shadow: 0 4px 15px var(--black-light);
}

.user-login {
  position: relative;
}

.user-login span {
  display: block;
  cursor: pointer;
}

.user-login span i {
  color: var(--secondary-color);
}

.user-login ul {
  position: absolute;
  top: 45px;
  right: -5px;
  min-width: 150px;
  box-shadow: 0 3px 20px var(--black-light);
  background-color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.user-login ul.open {
  top: 32px;
  visibility: visible;
  opacity: 1;
}

.user-login ul li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid var(--black-light);
  text-align: left;
  transition: 0.4s;
}

.user-login ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.user-login ul li:last-child a {
  border-bottom: none;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: var(--primary-color);
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-right: 16px;
  color: var(--white-color);
  transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 0px;
  right: 0;
  content: "\ea4e";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 9px 54px 0 var(--black-light);
  border: 0;
  inset: 0 0 auto auto !important;
  border-radius: 0;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }

  .header-wrap.sticky.style1 {
    /* margin-top: -149px; */
  }

  .header-wrap .header-top {
    padding: 15px 0;
  }

  .header-wrap .header-top .header-top-left {
    margin-bottom: 10px;
  }

  .header-wrap .header-top .header-top-left .contact-info {
    width: 100%;
  }

  .header-wrap .header-top .header-top-left .contact-info li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-bottom: 0;
  }

  .header-wrap .header-top .header-top-right {
    justify-content: center;
  }

  .header-wrap .header-top .header-top-right .select-lang i {
    top: 4px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 7px !important;
  }



  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 15px !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-wrap .header-top {
    padding: 12px 0;
  }

  .header-wrap .header-top .header-top-left {
    margin-bottom: 10px;
  }

  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    justify-content: center;
  }

  .header-wrap.sticky.style1 {
    /* margin-top: -85px; */
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }


  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 400;
  }

  .header-wrap .header-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    flex-direction: column;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid var(--black-light);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color);
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
    display: inline-block;
    padding: 10px 30px 10px;
    color: var(--white-color);
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
    display: inline-block;
    top: 6px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: var(--white-color);
    border: none;
    padding: 0;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--primary-color);
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }

  .header-wrap .header-bottom .user-login span {
    position: relative;
    top: -10px;
  }

  .header-wrap .header-bottom .user-login span i {
    font-size: 20px;
  }

  .mobile-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }

  .menu-close i {
    color: var(--secondary-color);
    font-size: 25px;
  }

  .mobile-menu {
    text-align: right;
    margin-left: 20px;
  }

  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
    text-align: center;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu a i {
    font-size: 22px;
    color: var(--white-color);
    margin: 0 auto;
  }

  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }

  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }

  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--secondary-color);
    border-radius: 20px;
    margin: 5.9px 0;
  }

  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }

  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }

  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: var(--white-color);
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    transition: 0.4s;
  }

  .main-menu-wrap.open {
    left: 0;
  }

  .main-menu>li.has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
  }

  .main-menu>li.has-children.menu-open>span.menu-expand i {
    color: var(--secondary-color);
  }

  .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
  }

  .main-menu li {
    position: relative;
  }

  .main-menu li:last-child {
    margin: 0;
  }

  .main-menu li>span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }

  .main-menu li>span.menu-expand i {
    color: var(--secondary-color);
    font-size: 18px;
  }

  .main-menu li>span.menu-expand:hover {
    color: var(--secondary-color);
  }

  .main-menu li a.active {
    color: var(--primary-color);
  }

  .main-menu li>a {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--black-light);
  }

  .main-menu li>a:hover {
    color: var(--secondary-color);
  }

  .main-menu li>ul.sub-menu {
    padding-left: 20px;
  }

  .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
    display: none;
  }

  .main-menu li a.active {
    font-weight: 600;
    color: var(--secondary-color);
    border-color: var(--black-light);
  }
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }


  .header-wrap.sticky.style1 {
    margin-top: 0px;
  }

  .header-wrap .navbar {
    padding: 0;
  }

  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }

  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }

  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
  }

  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }

  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    color: var(--secondary-color);
    font-weight: 500;
    padding: 30px 0;
    transition: 0.4s;
    position: relative;
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .header-wrap .navbar .navbar-nav .nav-item a:focus,
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color);
  }

  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: -3px;
    transition: 0.4s;
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    transform: rotate(180deg);
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 0 15px 0 var(--black-light);
    transition: 0.3s;
    transform: rotateX(-75deg);
    transition: 0.5s;
    transform-style: preserve-3d;
    transform-origin: 0% 0%;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    transition: 0.3s;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transition: 0.4s;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: var(--primary-color);
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    height: 16px;
    visibility: visible;
    opacity: 1;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-50%);
    right: 15px;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: rotatex(0deg);
  }

  .header-wrap .navbar .other-options {
    display: flex;
    align-items: center;
  }

  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 30px;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/



.br-3 {
  height: 500px;

  margin-top: 120px;
  background-position: top right;
  background-image: url(../img/img1.png);
}

.br-4 {
  margin-top: 100px;
  background-position: top right;
  background-image: url(../img/banner1.jpg);
}

.br-5 {
  margin-top: 100px;
  background-position: bottom;
  background-image: url(../img/banner04.jpg);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 308px 0;
  overflow: hidden;
}


.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-title h1 {
  font-size: 50px;
  font-weight: 700;
  color: var(--white-color);
  margin: 0 0 15px;
}

.breadcrumb-title .breadcrumb-menu {
  text-align: center;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: var(--white-color);
  font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 10px;
  right: -13px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-size: 16px;
  background-color: var(--primary-color);
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: var(--primary-color);
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--white-color);
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-left: auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--primary-color);
  font-size: 15px;
  line-height: 0.8;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  padding: 30px;
  box-shadow: 0 0 25px var(--black-light);
}

.login-form-wrap .login-header {
  margin-top: -2px;
}

.login-form-wrap .login-header h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}

.login-form-wrap .login-header h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--primary-color);
}

.login-form-wrap .login-header span {
  color: var(--white-color);
}

.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: var(--gray);
  margin: 0 0 10px;
  display: block;
}

.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: var(--white-color);
  border: none;
  width: 100%;
  height: 54px;
  padding: 10px 15px;
  border: 1px solid var(--black-light);
}

.login-form-wrap .login-body .form-group input:focus {
  border: 1px solid var(--black-light);
}

.login-form-wrap .login-body .btn {
  border-radius: 4px;
}

.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}

.login-form-wrap .link.style1 {
  color: var(--primary-color);
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: var(--white-color);
  position: relative;
  z-index: 1;
  padding: 25px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40%;
  height: 1px;
  content: "";
  background: var(--primary-color);
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: var(--white-color);
  border: 1px solid var(--gray-light);
  color: var(--secondary-color);
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
}

.search-box .form-group input:focus {
  border-color: var(--gray-light);
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background: var(--primary-color);
}

.search-box .form-group button i {
  color: var(--white-color);
  top: 0px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box li {
  position: relative;
}

.category-box li:first-child a {
  padding-top: 0;
}

.category-box li:first-child a i {
  top: 7px;
}

.category-box li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.category-box li a {
  color: var(--secondary-color);
  font-weight: 500;
  padding: 8px 10px 8px 22px;
  display: block;
  font-size: 18px;
  transition: 0.4s;
}

.category-box li a i {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: var(--gray);
  transition: 0.4s;
}

.category-box li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 16px;
  color: var(--gray);
}

.category-box li a:hover {
  color: var(--primary-color);
  padding-left: 28px;
}

.category-box li a:hover i {
  color: var(--primary-color);
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -12px;
}

.tag-list li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 15px 9px;
  color: var(--gray);
  background-color: var(--white-color);
  transition: 0.3s;
  border-radius: 4px;
}

.tag-list li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

.tag-list.style2 li a {
  background-color: transparent;
  border: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background-color: transparent;
  color: var(--primary-color);
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 4px;
}

.pp-post-item .pp-post-img img {
  border-radius: 4px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}

.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}

.pp-post-item .pp-post-info h6 a {
  color: var(--secondary-color);
}

.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: var(--gray-light);
  margin-bottom: 12px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: var(--primary-color);
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: var(--primary-color);
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.hero-wrap .hero-content h1 {
  font-size: 54px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-wrap .hero-content p {
  margin-bottom: 40px;
}

.hero-wrap .hero-content .hero-btn a:nth-child(1) {
  margin-right: 15px;
}

.hero-wrap.style1.banner-mainAA {
  margin-top: 130px;
  background-image: url(../img/banner/HOMEBANNER.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
  padding-bottom: 15px;
}

.hero-wrap.style1.banner-mainAA-Recharge-software {
  margin-top: 130px;
  background-image: url(../img/img1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
  padding-bottom: 15px;
}

.hero-wrap.style1.banner-mainAA-Admin-panel {
  margin-top: 130px;
  background-image: url(../img/bannerimg2.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: 575px;
  padding-bottom: 15px;
}

.hero-wrap.style1.banner-mainAA-about-us {
  margin-top: 130px;
  background-image: url(../img/about/about.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: 575px;
  padding-bottom: 15px;
}


.hero-wrap.style1.banner-mainAA-b2b-software {
  margin-top: 130px;

  background-image: url(../img/bannerimg3.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
  padding-bottom: 15px;



}

.hero-wrap.style1.banner-mainAA-Recharge-API {
  margin-top: 130px;

  background-image: url(../img/recharge-api.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
  padding-bottom: 15px;

}

.hero-wrap.style1.banner-mainAA-contact-us {
  margin-top: 130px;

  background-image: url(../img/contact-us.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
  padding-bottom: 15px;

}



.hero-wrap.style1 .container {
  position: relative;
}

.hero-wrap.style1 .container .hero-shape-one {
  position: absolute;
  top: 20px;
  left: 30%;
  z-index: 2;
}

.hero-wrap.style1 .container .hero-shape-two {
  position: absolute;
  bottom: -60px;
  left: 30%;
  z-index: 2;
}

.hero-wrap.style1 .container .hero-shape-three {
  position: absolute;
  top: 60px;
  right: 0%;
  z-index: 2;
}

.hero-wrap.style1 .hero-content {
  padding-bottom: 40px;
}

.hero-wrap.style1 .hero-content span {
  letter-spacing: 4px;
}

.hero-wrap.style1 .hero-currency-convert {
  position: relative;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap {
  background-color: var(--white-color);
  padding: 25px 30px 30px;
  display: inline-block;
  min-width: 360px;
  position: absolute;
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap h5 {
  margin-bottom: 15px;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group {
  margin-bottom: 15px;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group label {
  display: block;
  margin: 0 0 10px;
  color: var(--secondary-color);
  font-weight: 400;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input,
.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 1px solid var(--black-light);
  background-color: transparent;
  padding: 10px 15px;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input::-moz-placeholder {
  opacity: 0.7;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group input::placeholder {
  opacity: 0.7;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap .form-group select {
  opacity: 0.7;
}

.hero-wrap.style1 .hero-currency-convert .currency-converter-wrap button {
  display: block;
  background-color: var(--primary-color);
  width: 100%;
  text-align: center;
  color: var(--white-color);
  border: none;
  padding: 14px 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.hero-wrap.style1 .hero-currency-convert .hero-currency-img {
  max-width: 75%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding: 0 50px;
  overflow: hidden;
}

.hero-wrap.style1 .hero-currency-convert .hero-currency-img img {
  display: block;
  margin: 0 auto;
}

.hero-wrap.style1 .hero-currency-convert .hero-currency-img:after {
  position: absolute;
  top: -150px;
  left: 0;
  content: "";
  width: 200vw;
  height: 200vh;
  background-color: var(--primary-color);
  transform: rotate(-20deg);
  z-index: -1;
}

.hero-wrap.style2 {
  background-color: var(--white-color);
  padding: 100px 0;
  margin-top: 85px;
  z-index: 1;
  position: relative;
}

.hero-wrap.style2 .hero-shape {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
}

.hero-wrap.style2 .container {
  position: relative;
}

.hero-wrap.style2 .container .hero-shape-one {
  position: absolute;
  top: 30px;
  left: 30%;
}

.hero-wrap.style2 .container .hero-shape-two {
  position: absolute;
  bottom: 50px;
  left: 30%;
}

.hero-wrap.style2 .container .hero-shape-three {
  position: absolute;
  top: 10px;
  right: 10%;
  z-index: 10;
}

.hero-wrap.style2 .hero-content>span {
  letter-spacing: 4px;
}

.hero-wrap.style2 .hero-content .play-video .play-now {
  background-color: var(--primary-color);
}

.hero-wrap.style2 .hero-content .play-video .play-now i {
  color: var(--white-color);
}

.hero-wrap.style2 .hero-content .hero-contact {
  margin-top: 55px;
  max-width: 80%;
}

.hero-wrap.style2 .hero-content .hero-contact .hero-contact-img {
  margin-left: 15px;
}

.hero-wrap.style2 .hero-content .hero-contact .hero-contact-img a {
  display: inline-block;
  margin-left: -15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.hero-wrap.style2 .hero-content .hero-contact .hero-contact-img a img {
  border-radius: 50%;
  border: 3px solid var(--white-color);
}

.hero-wrap.style2 .hero-content .hero-contact .hero-contact-text {
  width: 55%;
  margin-left: 25px;
}

.hero-wrap.style2 .hero-content .hero-contact .hero-contact-text p {
  margin: 0;
  padding: 0;
}

.hero-wrap.style2 .hero-content .hero-contact .hero-contact-text p .link {
  text-decoration: underline;
}

.hero-wrap.style2 .hero-img-wrap {
  position: relative;
}

.hero-wrap.style2 .hero-img-wrap .hero-promo-text {
  position: absolute;
  bottom: 100px;
  left: 40%;
  transform: trasnlateX(-50%);
  background-color: var(--white-color);
  padding: 20px 20px 20px 25px;
  border-radius: 5px;
  z-index: 2;
}

.hero-wrap.style2 .hero-img-wrap .hero-promo-text span {
  margin-right: 15px;
}

.hero-wrap.style2 .hero-img-wrap .hero-promo-text span i {
  color: var(--primary-color);
  font-size: 52px;
  line-height: 0.8;
}

.hero-wrap.style2 .hero-img-wrap .hero-promo-text h6 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.hero-wrap.style2 .hero-img-wrap .hero-promo-text h6 span {
  display: block;
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
}

.hero-wrap.style2 .hero-img-wrap .hero-img-one,
.hero-wrap.style2 .hero-img-wrap .hero-img-two {
  position: relative;
  width: calc(50% - 15px);
  z-index: 1;
}

.hero-wrap.style2 .hero-img-wrap .hero-img-one:before,
.hero-wrap.style2 .hero-img-wrap .hero-img-two:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  top: -7px;
  left: -5px;
  border-top: 38px solid var(--white-color);
  border-left: 38px solid var(--white-color);
  border-right: 38px solid transparent;
  border-bottom: 38px solid transparent;
  transform: rotate(10deg);
}

.hero-wrap.style2 .hero-img-wrap .hero-img-two {
  margin-top: 80px;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video,
.hero-wrap.style3 .hero-content .hero-btn .play-video {
  display: inline-block;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video span,
.hero-wrap.style3 .hero-content .hero-btn .play-video span {
  display: inline-block;
  margin-bottom: 0;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video span.link-text,
.hero-wrap.style3 .hero-content .hero-btn .play-video span.link-text {
  position: relative;
  top: -6px;
  color: var(--gray);
}

.hero-wrap.style2 .hero-content .hero-btn .play-video .play-now,
.hero-wrap.style3 .hero-content .hero-btn .play-video .play-now {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 30px;
  margin: 0 7px 0 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.hero-wrap.style2 .hero-content .hero-btn .play-video .play-now i,
.hero-wrap.style3 .hero-content .hero-btn .play-video .play-now i {
  font-size: 26px;
}

.hero-wrap.style3 {
  margin-top: 134px;
  padding: 100px 0 80px;
  background-color: var(--white-color);
}

.hero-wrap.style3 .container {
  position: relative;
}

.hero-wrap.style3 .container .hero-shape-one {
  position: absolute;
  bottom: 60px;
  right: 5%;
}

.hero-wrap.style3 .container .hero-shape-two {
  position: absolute;
  bottom: 20px;
  left: 30%;
}

.hero-wrap.style3 .container .hero-shape-three {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-wrap.style3 .hero-content .play-video .play-now {
  background-color: var(--white-color);
  box-shadow: 0 4px 20px var(--black-light);
  transition: 0.4s;
}

.hero-wrap.style3 .hero-content .play-video .play-now i {
  color: var(--primary-color);
  transition: 0.4s;
}

.hero-wrap.style3 .hero-img-wrap .hero-img {
  margin-bottom: 25px;
  border-radius: 5px;
}

.hero-wrap.style3 .hero-img-wrap .hero-img img {
  border-radius: 5px;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap .about-content .content-title {
  margin-bottom: 30px;
}

.about-wrap .about-content .feature-item-wrap {
  margin-bottom: 35px;
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style1 .about-img-wrap .about-shape-one {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}

.about-wrap.style1 .about-img-wrap .about-shape-two {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: trasnlateX(-50%);
}

.about-wrap.style1 .about-img-wrap .about-img {
  margin-bottom: 25px;
  border-radius: 5px;
}

.about-wrap.style1 .about-img-wrap .about-img img {
  border-radius: 5px;
}

.about-wrap.style1 .about-img-wrap .about-img:last-child {
  margin-bottom: 0;
}

.about-wrap.style1 .about-content .feature-item-wrap {
  margin-bottom: 35px;
}

.about-wrap.style1 .about-content .feature-item-wrap .feature-item .feature-icon {
  background: var(--black-light);
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  box-shadow: none;
  height: 50px;
}

.about-wrap.style1 .about-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--primary-color);
}

.about-wrap.style1 .about-content .feature-item-wrap .feature-item:hover .feature-icon i {
  color: var(--white-color);
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
}

.about-wrap.style2 .about-img-wrap .about-shape-one {
  position: absolute;
  top: 115px;
  left: 60px;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-img-one {
  position: relative;
}

.about-wrap.style2 .about-img-wrap .about-img-one img {
  margin-left: auto;
  display: block;
}

.about-wrap.style2 .about-img-wrap .about-img-two {
  border: 5px solid var(--white-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 300px;
}

.about-wrap.style2 .about-img-wrap .about-img-one:before,
.about-wrap.style2 .about-img-wrap .about-img-two:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  top: -7px;
  left: -5px;
  border-top: 30px solid var(--white-color);
  border-left: 30px solid var(--white-color);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transform: rotate(10deg);
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-icon {
  border-radius: 0;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style3 .about-img-wrap .about-shape-one {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.about-wrap.style3 .about-img-wrap .about-shape-two {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.about-wrap.style3 .about-img-wrap .about-shape-three {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.about-wrap.style3 .about-img-wrap .about-img-one {
  position: relative;
}

.about-wrap.style3 .about-img-wrap .about-img-one img {
  margin-left: auto;
  display: block;
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon {
  background: var(--white-color);
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  height: 65px;
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--primary-color);
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item:hover .feature-icon i {
  color: var(--white-color);
}

.partner-item {
  padding: 0 20px;
  opacity: 1;
  transition: 0.4s;
}

.partner-item:hover {
  opacity: 1;
}

.partner-item img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.currency-card {
  margin-bottom: 25px;
  background-color: var(--white-color);
  box-shadow: 0 0 25px var(--black-light);
  padding: 22px;
  position: relative;
  z-index: 1;
}

.currency-cardA {
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: var(--white-color);
  box-shadow: 0 0 25px var(--black-light);
  padding: 30px 20px 30px 20px;
  position: relative;
  z-index: 1;
  transition: all linear 0.5s;

}

.currency-cardA:after {
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  color: var(--white-color);
}

.currency-cardA:hover .currency-info h3 {
  color: var(--white-color);
  transition: all linear 0.5s;
}

.currency-cardA:hover .currency-info p {
  color: var(--white-color);
}

.currency-cardA .rede-more {
  color: var(--white-color);
  background-color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 15px;

}


.currency-cardA:hover .rede-more {
  color: var(--primary-color) !important;
  background-color: var(--white-color);
  padding: 10px 15px;
  border-radius: 5px;
}


.currency-cardA:hover:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}


.currency-card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.currency-card.style2 {
  align-items: center;
}

.currency-card.style2 .currency-info {
  position: relative;
  top: 2px;
}

.currency-card.style2 .currency-info h3 {
  font-size: 22px;
  margin: 0;
}

.currency-card.style2 .currency-info h3 a {
  display: block;
  width: 100%;
}

.currency-card.style2 .currency-info h3 a i {
  float: right;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.currency-card.style2:hover .currency-info h3 a {
  color: var(--white-color);
}

.currency-card .currency-flag {
  width: auto;
  position: relative;
  top: 4px;
}

.currency-card .currency-info {
  width: calc(100% - 70px);
  margin-left: 20px;
}

.currency-card .currency-info h3 {
  font-size: 22px;
  margin: 0 0 10px;
  transition: 0.4s;
}

.currency-card .currency-info p {
  margin: 0;
  transition: 0.4s;
}

.currency-card:hover:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.currency-card:hover .currency-info h3 {
  color: var(--white-color);
}

.currency-card:hover .currency-info p {
  color: var(--white-color);
}

.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}

.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 14px 0px var(--black-light);
  overflow: hidden;
  background: var(--white-color);
  position: relative;
  top: 3px;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon i {
  font-size: 27px;
  line-height: 0.8;
  margin: 0 auto;
  color: var(--primary-color);
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 90px);
  margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
  color: var(--white-color);
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: var(--primary-color);
}

/*-------------------------------
   Exchange Table  Section  CSS
-------------------------------*/
.exchange-table-wrap .exchange-table input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.exchange-table-wrap .exchange-table label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 24px;
  background: var(--white-color);
  display: block;
  border-radius: 50px;
  position: relative;
}

.exchange-table-wrap .exchange-table label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: var(--primary-color);
  border-radius: 50%;
  transition: 0.3s;
}

.exchange-table-wrap .exchange-table input:checked+label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.exchange-table-wrap .exchange-table label:active:after {
  width: 20px;
}

.exchange-table-wrap .exchange-table table {
  margin-bottom: 20px;
}

.exchange-table-wrap .exchange-table table> :not(:first-child) {
  border-top: none;
}

.exchange-table-wrap .exchange-table table thead tr {
  border-radius: 5px;
  vertical-align: middle;
}

.exchange-table-wrap .exchange-table table thead tr th {
  padding: 10px 15px;
  color: var(--white-color);
  font-weight: 600;
  vertical-align: middle;
  background-color: var(--secondary-color);
  text-align: center;
  width: 25%;
}

.exchange-table-wrap .exchange-table table thead tr th:first-child {
  text-align: left;
  border-radius: 5px 0 0 5px;
}

.exchange-table-wrap .exchange-table table thead tr th:last-child {
  text-align: right;
  border-radius: 0 5px 5px 0;
}

.exchange-table-wrap .exchange-table table thead tr th .inverse span {
  color: var(--white-color);
  margin-right: 6px;
}

.exchange-table-wrap .exchange-table table thead tr th .action {
  display: inline-block;
  padding: 6px 21px;
  border-radius: 5px;
  background-color: var(--primary-color);
}

.exchange-table-wrap .exchange-table table thead tr th .action i {
  margin-right: 5px;
}

.exchange-table-wrap .exchange-table table tbody tr {
  vertical-align: middle;
}

.exchange-table-wrap .exchange-table table tbody tr td {
  padding: 15px 15px;
  text-align: center;
  width: 25%;
}

.exchange-table-wrap .exchange-table table tbody tr td:first-child {
  text-align: left;
}

.exchange-table-wrap .exchange-table table tbody tr td:last-child {
  text-align: right;
}

.exchange-table-wrap .exchange-table table tbody tr td span.text-green {
  color: var(--primary-color) !important;
}

.exchange-table-wrap .exchange-table table tbody tr td span.text-red {
  color: var(--primary-color) !important;
}

.exchange-table-wrap .exchange-table table tbody tr td .country-flag img {
  max-width: 32px;
  margin-right: 10px;
  display: inline-block;
}

.exchange-table-wrap .exchange-table table tbody tr td button {
  padding: 6px 17px;
}

.exchange-table-wrap .exchange-table table tbody tr td button i {
  margin-right: 5px;
  margin-left: 0;
}

.exchange-table-wrap .exchange-table.style2 {
  margin-bottom: 25px;
}

.exchange-table-wrap .exchange-table.style2 table thead tr th {
  padding: 15px 20px;
}

.exchange-table-wrap .exchange-table.style2 table tbody tr td {
  padding: 15px 20px;
}

.exchange-table-wrap .exchange-table.style2 table tbody tr td span {
  margin-right: 30px;
}

.exchange-table-wrap .exchange-table.style2 table tbody tr td span i {
  font-size: 25px;
  line-height: 0.4;
  position: relative;
  top: 8px;
}

.exchange-table-wrap .add-currency {
  background-color: transparent;
  border: none;
  padding: 0 0 0 14px;
}

.exchange-table-wrap .add-currency span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary-color);
}

.exchange-table-wrap .add-currency span i {
  font-size: 20px;
  line-height: 34px;
  color: var(--white-color);
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0.5px;
}

.exchange-table-wrap .update-status {
  margin: 0;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.exchange-table-wrap .update-status:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/*-------------------------------
   Feature  Section  CSS
-------------------------------*/
.feature-card {
  margin-bottom: 25px;
  padding: 20px 18px 20px 25px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.feature-card:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
  transition: 0.4s;
}

.feature-card .feature-icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--primary-color);
  margin-bottom: 18px;
  text-align: center;
  transition: 0.4s;
}

.feature-card .feature-icon i {
  color: var(--primary-color);
  display: inline-block;
  font-size: 32px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  transition: 0.4s;
}

.feature-card h3 {
  font-size: 22px;
  margin: 0 0 10px;
  transition: 0.4s;
}

.feature-card p {
  margin: 0 0 12px;
  transition: 0.4s;
}

.feature-card:hover .feature-icon {
  background: var(--primary-color);
}

.feature-card:hover .feature-icon i {
  color: var(--white-color);
}

.feature-card:hover h3 {
  color: var(--secondary-color);
}

.feature-card.style1 {
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0 0 25px var(--black-light);
  border-radius: 8px;
}

.feature-card.style1:after {
  border-radius: 5px;
}

.feature-card.style1 .feature-icon {
  margin-bottom: 20px;
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  background-color: var(--primary-color);
  height: 62px;
}

.feature-card.style1 .feature-icon:after {
  border-radius: 8px;
}

.feature-card.style1 .feature-icon i {
  color: var(--white-color);
}

.feature-card.style1:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.feature-card.style1:hover h3 {
  color: var(--white-color);
}

.feature-card.style1:hover h3 a {
  color: var(--white-color);
}

.feature-card.style1:hover p {
  color: var(--white-color);
}

.feature-card.style1:hover .link.style1 {
  color: var(--white-color);
}

.feature-card.style1:hover .feature-icon {
  border-radius: 50%;
  background-color: var(--white-color);
  width: 62px;
}

.feature-card.style1:hover .feature-icon i {
  color: var(--primary-color);
}

.feature-card.style2 {
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 25px var(--black-light);
  border-radius: 8px;
  padding: 25px;
}

.feature-card.style2 .feature-icon {
  box-shadow: none;
  position: relative;
  border: none;
}

.feature-card.style2 .feature-icon:after {
  display: none;
}

.feature-card.style2 .feature-icon:before {
  position: absolute;
  bottom: 0;
  left: 65%;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--black-light);
  transform: translateX(-50%);
}

.feature-card.style2 .feature-icon i {
  font-size: 54px;
}

.feature-card.style2 h3 {
  margin-bottom: 15px;
}

.feature-card.style2 .content-feature-list {
  margin: 0;
}

.feature-card.style2:hover .feature-icon {
  background-color: transparent;
}

.feature-card.style2:hover .feature-icon i {
  color: var(--primary-color);
}

.feature-card.style3 {
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 25px var(--black-light);
  border-radius: 8px;
}

.feature-card.style3 .feature-title {
  margin-bottom: 15px;
}

.feature-card.style3 .feature-title span {
  position: relative;
  width: 50px;
}

.feature-card.style3 .feature-title span i {
  font-size: 50px;
  line-height: 0.8;
  color: var(--primary-color);
  transition: 0.4s;
}

.feature-card.style3 .feature-title span:before {
  position: absolute;
  bottom: 0;
  left: 65%;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--black-light);
  transform: translateX(-50%);
}

.feature-card.style3 .feature-title h3 {
  margin: 0 0 0 15px;
  width: calc(100% - 65px);
}

.feature-card.style3:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.feature-card.style3:hover .feature-title span i {
  color: var(--white-color);
}

.feature-card.style3:hover .feature-title span::before {
  background-color: var(--gray-light);
}

.feature-card.style3:hover .feature-title h3 {
  color: var(--white-color);
}

.feature-card.style3:hover .feature-title h3 a {
  color: var(--white-color);
}

.feature-card.style3:hover p {
  color: var(--gray-light);
}

.feature-card.style3:hover .link {
  color: var(--white-color);
}

.feature-card.style4,
.feature-card.style6 {
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0 1px 25px var(--black-light);
  border-radius: 8px;
  transition: 0.4s;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.feature-card.style4 .feature-icon,
.feature-card.style6 .feature-icon {
  transition: 0.4s;
}

.feature-card.style4 .feature-info,
.feature-card.style6 .feature-info {
  width: calc(100% - 70px);
  margin-left: 20px;
}

.feature-card.style4 .feature-info p,
.feature-card.style6 .feature-info p {
  margin: 0;
}

.feature-card.style4:hover:after,
.feature-card.style6:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.feature-card.style4:hover .feature-icon,
.feature-card.style6:hover .feature-icon {
  background-color: transparent;
}

.feature-card.style4:hover .feature-icon:before,
.feature-card.style6:hover .feature-icon:before {
  background-color: var(--black-light);
}

.feature-card.style4:hover .feature-icon i,
.feature-card.style6:hover .feature-icon i {
  color: var(--white-color);
}

.feature-card.style4:hover .feature-info h3 a,
.feature-card.style6:hover .feature-info h3 a {
  color: var(--white-color) !important;
}

.feature-card.style4:hover .feature-info p,
.feature-card.style6:hover .feature-info p {
  color: var(--white-color);
}

.feature-card.style4 .feature-icon {
  width: 50px;
  position: relative;
  border: none;
}

.feature-card.style4 .feature-icon:before {
  position: absolute;
  bottom: 0;
  left: 65%;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--black-light);
  transform: translateX(-50%);
}

.feature-card.style4 .feature-icon i {
  font-size: 50px;
  line-height: 0.8;
  color: var(--primary-color);
}

.feature-card.style5 {
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 25px var(--black-light);
  border-radius: 8px;
  padding: 25px 25px 22px;
}

.feature-card.style5 .feature-title {
  margin-bottom: 15px;
}

.feature-card.style5 .feature-title span {
  width: 60px;
  height: 55px;
  border-radius: 53% 47% 46% 54%/52% 53% 47% 48%;
  text-align: center;
  background-color: var(--primary-color);
  transition: 0.4s;
}

.feature-card.style5 .feature-title span i {
  font-size: 30px;
  line-height: 70px;
  color: var(--white-color);
  margin: 0 auto;
  top: -1px;
  transition: 0.4s;
}

.feature-card.style5 .feature-title h3 {
  margin: 0 0 0 15px;
  width: calc(100% - 75px);
}

.feature-card.style5:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.feature-card.style5:hover span {
  background-color: var(--white-color);
  border-radius: 44% 56% 46% 54%/52% 56% 44% 48%;
}

.feature-card.style5:hover span i {
  color: var(--primary-color);
}

.feature-card.style5:hover .feature-title h3 a {
  color: var(--white-color);
}

.feature-card.style5:hover p {
  color: var(--gray-light);
}

.feature-card.style5:hover .link {
  color: var(--white-color);
}

.feature-card.style6 .feature-icon {
  width: 50px;
  height: 46px;
  border-radius: 53% 47% 46% 54%/52% 53% 47% 48%;
  position: relative;
  background-color: var(--primary-color);
  border: none;
}

.feature-card.style6 .feature-icon i {
  font-size: 26px;
  line-height: 0.8;
  color: var(--white-color);
}

.feature-card.style6:hover .feature-icon {
  background-color: var(--white-color);
  border-radius: 44% 56% 46% 54%/52% 56% 44% 48%;
}

.feature-card.style6:hover .feature-icon i {
  color: var(--primary-color);
}

.feature-slider-one {
  margin: -20px 0;
}

.feature-slider-one.owl-carousel .owl-dots {
  text-align: center;
  margin-bottom: 20px;
}

.feature-slider-one .feature-card.style3 {
  margin: 20px 0;
}

.wh-wrap .wh-content .content-title {
  margin-bottom: 30px;
}

.wh-wrap.style1 .wh-img-wrap {
  position: relative;
}

.wh-wrap.style1 .wh-img-wrap .wh-shape-one {
  position: absolute;
  bottom: 60px;
  left: -15px;
}

.wh-wrap.style1 .wh-img-wrap .wh-shape-two {
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: -1;
}

.wh-wrap.style1 .wh-img-wrap .wh-img {
  margin-bottom: 25px;
  border-radius: 5px;
}

.wh-wrap.style1 .wh-img-wrap .wh-img img {
  border-radius: 5px;
}

.wh-wrap.style1 .wh-img-wrap .wh-img:last-child {
  margin-bottom: 0;
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon,
.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-icon {
  background-color: var(--red-light);
  box-shadow: none;
}

.wh-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
}

.wh-wrap.style2 .wh-img-wrap .wh-shape-one {
  position: absolute;
  bottom: 60px;
  left: -15px;
  z-index: 1;
}

.wh-wrap.style2 .wh-img-wrap .wh-shape-two {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: -1;
}

.wh-wrap.style2 .wh-img-wrap .wh-img {
  margin-bottom: 25px;
  position: relative;
}

.wh-wrap.style2 .wh-img-wrap .wh-img:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  top: -7px;
  left: -5px;
  border-top: 30px solid var(--white-color);
  border-left: 30px solid var(--white-color);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transform: rotate(10deg);
}

.wh-wrap.style2 .wh-img-wrap .wh-img:last-child {
  margin-bottom: 0;
}

.wh-wrap.style3 .wh-img-wrap {
  position: relative;
  z-index: 1;
  border-radius: 100px 0 100px 0;
  margin-left: auto;
  padding: 40px 0 0 40px;
}

.wh-wrap.style3 .wh-img-wrap .wh-shape-one {
  position: absolute;
  bottom: 100px;
  right: 120px;
  border-radius: 0;
}

.wh-wrap.style3 .wh-img-wrap:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px 0 100px 0;
  background: var(--black-light);
  z-index: -1;
  animation: float 1500ms infinite ease-in-out;
}

.wh-wrap.style3 .wh-img-wrap img {
  display: block;
  margin-left: auto;
  border-radius: 100px 0 100px 0;
}

/*-------------------------------
   App  Section  CSS
-------------------------------*/
.app-wrap {
  position: relative;
}

.app-wrap.style1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: var(--black-light);
  z-index: -1;
}

.app-wrap.style2 .app-img-wrap .app-shape-one {
  bottom: 35%;
  left: 10px;
  transform: translateY(50%);
}

.app-wrap .app-img-wrapAA {
  position: relative;
  z-index: 1;
  border: 1px solid gray;
  padding: 20px;
  transition: all linear 0.5s;
  border-radius: 10px;
}

.app-wrap .app-img-wrapAA:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: all linear 0.5s;

}

.app-wrap .app-img-wrapAA:hover h5 {
  color: var(--white-color);
}


.app-wrap .app-img-wrap .app-shape-one {
  position: absolute;
  bottom: -30px;
  left: 40px;
  z-index: -1;
}

.app-wrap .app-img-wrap img {
  display: block;
  margin: 0 auto;
}

.app-wrap .app-content .content-title {
  margin-bottom: 25px;
}

.app-wrap .app-content h5 {
  margin: 0 0 30px;
  font-weight: 700;
}

.app-wrap .app-content .app-btn-wrap a>img {
  width: 50px;
}


.app-wrap .app-content .app-btn-wrap a {
  border-radius: 5px;
  box-shadow: 0px 4px 15px 1px var(--black-light);
  transition: 0.4s;
  display: flex;
  gap: 15px;
  width: 185px;
  padding: 7px 6px;
  align-items: center;
  justify-content: center;
}

.app-store .app-btn-wrap {
  display: flex;
  gap: 15px;
}

.app-wrap .app-content .app-btn-wrap a img {
  border-radius: 5px;
}

.app-wrap .app-content .app-btn-wrap a:first-child {
  margin-right: 15px;
}

.app-wrap .app-content .app-btn-wrap a:hover {
  box-shadow: 0 5px 55px var(--black-light);
  transform: translateY(-5px);
}

/*-------------------------------
   Counter  Section  CSS
-------------------------------*/
.counter-card-wrap .counter-card {
  width: 20%;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.counter-card-wrap .counter-card:last-child:after {
  display: none;
}

.counter-card-wrap .counter-card:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 50px;
  background-color: var(--black-light);
  transform: translateY(-50%);
  transition: 0.4s;
}

.counter-card-wrap .counter-card .counter-text h2 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}

.counter-card-wrap .counter-card .counter-text h2 .target {
  font-size: 30px;
  position: relative;
  top: 3px;
  font-family: "Roboto", sans-serif;
}

.counter-card-wrap .counter-card .counter-text p {
  margin-bottom: 0;
  line-height: 1;
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.testimonial-slider-one,
.testimonial-slider-two {
  margin: -10px -5px;
}

.testimonial-slider-one .testimonial-card,
.testimonial-slider-two .testimonial-card {
  margin: 10px 5px;
}

.testimonial-slider-one.owl-carousel .owl-dots,
.testimonial-slider-two.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.testimonial-card {
  background-color: var(--white-color);
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  box-shadow: 0 0px 15px var(--black-light);
  z-index: 1;
  padding: 25px 25px 22px;
}

.testimonial-card:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}

.testimonial-card:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.testimonial-card:hover .client-info-area .client-info-wrap .client-info h3 {
  color: var(--white-color);
}

.testimonial-card:hover .client-info-area .client-info-wrap .client-info span {
  color: var(--white-color);
}

.testimonial-card:hover .client-info-area .quote-icon i {
  color: var(--white-color);
}

.testimonial-card:hover .client-quote {
  color: var(--white-color);
}

.testimonial-card .client-quote {
  margin-bottom: 0;
  transition: 0.4s;
}

.testimonial-card .client-info-area {
  margin-bottom: 20px;
}

.testimonial-card .client-info-area .client-info-wrap {
  width: calc(100% - 40px);
}

.testimonial-card .client-info-area .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-card .client-info-area .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card .client-info-area .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}

.testimonial-card .client-info-area .client-info-wrap .client-info h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: 0.4s;
}

.testimonial-card .client-info-area .client-info-wrap .client-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  transition: 0.4s;
}

.testimonial-card .client-info-area .quote-icon i {
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 40px;
  line-height: 0.8;
  color: var(--primary-color);
  opacity: 0.4;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
  transition: 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
  position: relative;
}

.blog-card .blog-img img {
  transition: 0.7s;
}

.blog-card .blog-img .blog-cat {
  position: absolute;
  background-color: var(--primary-color);
  padding: 8px 15px;
  border-radius: 5px;
  color: var(--white-color);
}

.blog-card .blog-info {
  border-radius: 0 0 8px 8px;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 12px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  font-size: 15px;
  transition: 0.5s;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 13px;
  color: var(--gray);
  transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: var(--primary-color);
  transition: 0.3s;
}

.blog-card .blog-info h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-card.style1 {
  border-radius: 8px;
  padding: 22px;
  position: relative;
}

.blog-card.style1 .blog-img {
  border-radius: 8px 8px 0 0;
}

.blog-card.style1 .blog-img img {
  border-radius: 8px 8px 0 0;
}

.blog-card.style1 .blog-img .blog-cat {
  bottom: 25px;
  right: 25px;
}

.blog-card.style1 .blog-info {
  padding: 22px 0 0;
}

.blog-card.style1 .blog-info h3 {
  margin-bottom: 0;
}

.blog-card.style1,
.blog-card.style3 {
  position: relative;
}

.blog-card.style1:after,
.blog-card.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 8px;
  transition: 0.4s;
}

.blog-card.style1:hover:after,
.blog-card.style3:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.blog-card.style1:hover .blog-info .blog-metainfo li,
.blog-card.style3:hover .blog-info .blog-metainfo li {
  color: var(--white-color);
}

.blog-card.style1:hover .blog-info .blog-metainfo li a,
.blog-card.style3:hover .blog-info .blog-metainfo li a {
  color: var(--gray-light);
}

.blog-card.style1:hover .blog-info .blog-metainfo li i,
.blog-card.style3:hover .blog-info .blog-metainfo li i {
  color: var(--white-color);
}

.blog-card.style1:hover .blog-info h3 a,
.blog-card.style3:hover .blog-info h3 a {
  color: var(--white-color);
}

.blog-card.style1:hover .blog-info p,
.blog-card.style3:hover .blog-info p {
  color: var(--gray-light);
}

.blog-card.style2 {
  border-radius: 8px;
}

.blog-card.style2 .blog-img {
  border-radius: 8px 8px 0 0;
}

.blog-card.style2 .blog-img img {
  border-radius: 8px 8px 0 0;
}

.blog-card.style2 .blog-img .blog-cat {
  top: 25px;
  right: 25px;
}

.blog-card.style2 .blog-info {
  padding: 22px;
}

.blog-card.style2 .blog-info h3 {
  margin-bottom: 0;
}

.blog-card.style3 {
  border-radius: 8px;
}

.blog-card.style3 .blog-img {
  border-radius: 8px 8px 0 0;
}

.blog-card.style3 .blog-img img {
  border-radius: 8px 8px 0 0;
}

.blog-card.style3 .blog-img .blog-cat {
  bottom: 25px;
  left: 25px;
}

.blog-card.style3 .blog-info {
  padding: 22px;
}

.blog-card.style3 .blog-info h3 {
  margin-bottom: 0;
}

.blog-card.style4 {
  position: relative;
  padding: 0;
  box-shadow: none;
}

.blog-card.style4 .blog-img {
  margin-bottom: 20px;
  overflow: visible;
  border-radius: 5px;
}

.blog-card.style4 .blog-img img {
  border-radius: 5px;
}

.blog-card.style4 .blog-img .blog-cat {
  bottom: -15px;
  left: 25px;
}

.blog-card.style4 .blog-info {
  padding: 22px 0 0;
}

.blog-card.style4 .blog-info h3 {
  font-size: 28px;
  margin: 0 0 12px;
}

.blog-card.style4 .blog-info p {
  margin: 0 0 10px;
}

.blog-card.style4:hover {
  box-shadow: none;
}

.blog-card.style4:hover .blog-img img {
  transform: scale(1);
}

.blog-card:hover {
  box-shadow: 0px 40px 51px -16px var(--black-light);
}

.blog-card:hover .blog-img img {
  transform: scale(1.05);
}

.blog-card:hover .blog-info h3 a {
  color: var(--primary-color);
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-us-wrap .contact-item {
  background: var(--white-color);
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}

.contact-us-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  position: relative;
  top: 5px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0 5px 20px var(--black-light);
  transition: 0.4s;
}

.contact-us-wrap .contact-item .contact-icon i {
  color: var(--primary-color);
  line-height: 0.8;
  font-size: 28px;
  position: relative;
  transition: 0.34s;
}

.contact-us-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  transition: 0.3s;
}

.contact-us-wrap .contact-item .contact-info h3 {
  font-size: 22px;
  margin: 0 0 10px;
  transition: 0.3s;
}

.contact-us-wrap .contact-item .contact-info a,
.contact-us-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: var(--gray);
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  transition: 0.3s;
}

.contact-us-wrap .contact-item:hover {
  box-shadow: 0px 40px 51px -16px var(--black-light);
}

.contact-us-wrap .contact-item:hover .contact-icon {
  background-color: var(--primary-color);
}

.contact-us-wrap .contact-item:hover .contact-icon i {
  color: var(--white-color);
}


.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm {
  background-color: var(--white-color);
  padding: 30px 30px 25px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: var(--gray-light);
  border: none;
  padding: 10px 15px;
  border-radius: 0;
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid var(--black-light);
}

#contactForm .form-group input {
  height: 60px;
}

#contactForm .form-group .form-check {
  padding-left: 0px;
}

#contactForm .form-group .form-check input {
  height: 0;
}

#contactForm .form-group textarea {
  height: 163px;
  resize: none;
  padding-top: 18px;
}

.btn.disabled {
  opacity: 1;
  color: var(--white-color);
}

.checkbox {
  display: block;
}

.checkbox.form-check {
  padding-left: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.checkbox a {
  color: var(--primary-color);
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: var(--gray-light);
}

.comp-map {
  height: 510px;
  margin-top: 40px;
}

.checkbox input:checked+label:before {
  border-color: var(--primary-color);
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: var(--primary-color);
}

/*-------------------------------
   Team  Section  CSS
-------------------------------*/
.team-card {
  margin-bottom: 25px;
  box-shadow: 0px 6px 24px var(--black-light);
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
  transition: 0.4s;
}

.team-card:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0%;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  border-radius: 0 0 5px 5px;
  transition: 0.4s;
}

.team-card .team-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.team-card .team-img img {
  transition: 0.7s;
}

.team-card .team-img .social-profile {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  z-index: 10;
  transform: translateY(-50%);
}

.team-card .team-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  transform: translateY(25px);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.team-card .team-img .social-profile li:nth-child(1) {
  transition-delay: 0.2s;
}

.team-card .team-img .social-profile li:nth-child(2) {
  transition-delay: 0.3s;
}

.team-card .team-img .social-profile li:nth-child(3) {
  transition-delay: 0.4s;
}

.team-card .team-img .social-profile li:nth-child(4) {
  transition-delay: 0.5s;
}

.team-card .team-img .social-profile li:last-child {
  margin-bottom: 0;
}

.team-card .team-img .social-profile li a {
  width: 35px;
  height: 35px;
}

.team-card .team-img .social-profile li a i {
  color: var(--primary-color);
}

.team-card .team-img .social-profile li a:hover i {
  color: var(--white-color);
}

.team-card .team-info {
  padding: 22px 25px 22px;
  text-align: center;
}

.team-card .team-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.team-card span {
  color: var(--gray);
}

.team-card:hover {
  box-shadow: none;
}

.team-card:hover:after {
  width: 85%;
}

.team-card:hover .team-img:after {
  visibility: visible;
  opacity: 1;
}

.team-card:hover .team-img .social-profile li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}

.faq-wrap .faq-img {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.faq-wrap .faq-img .faq-shape-one {
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.faq-wrap .faq-img img {
  display: block;
  margin: 0 auto;
}

.faq-wrap .accordion-collapse {
  border: none;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  left: -4px;
}

.faq-wrap .accordion-button:not(.collapsed) span {
  background-color: var(--primary-color) !important;
}

.faq-wrap .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--white-color) !important;
}

.faq-wrap .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--secondary-color);
  box-shadow: none;
}

.faq-wrap .accordion-item {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.faq-wrap .accordion-body p {
  margin: 0;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 0;
  border: none;
  text-align: left;
  align-items: center;
  background-color: transparent;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item .accordion-header .accordion-button span {
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  position: relative;
  margin-right: 14px;
  border-radius: 50%;
  background-color: var(--white-color);
  box-shadow: 0 5px 12px var(--black-light);
  transition: 0.4s;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--primary-color);
  line-height: 0.8;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}

.accordion-body p {
  margin: 0;
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
}

.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

/*-------------------------------
   Convert Currency CSS
-------------------------------*/
.convert-box {
  box-shadow: 0 0 20px var(--black-light);
}

.convert-box .convert-tablist {
  margin: 0 0 30px;
}

.convert-box .convert-tablist .nav-item {
  width: 25%;
}

.convert-box .convert-tablist .nav-item a {
  background-color: var(--white-color);
  text-align: center;
  padding: 15px 15px;
  width: 100%;
  border: none;
  display: block;
  color: var(--secondary-color);
}

.convert-box .convert-tablist .nav-item a i {
  position: relative;
  top: 0px;
  margin-right: 7px;
}

.convert-box .convert-tablist .nav-item a.active,
.convert-box .convert-tablist .nav-item a:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.convert-box .convert-tabcontent {
  padding: 20px 30px 15px 30px;
}

.convert-box .convert-tabcontent .form-group {
  margin-bottom: 15px;
}

.convert-box .convert-tabcontent .form-group label {
  display: block;
  color: var(--secondary-color);
  font-weight: 400;
  margin: 0 0 10px;
}

.convert-box .convert-tabcontent .form-group input,
.convert-box .convert-tabcontent .form-group select {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--black-light);
  background-color: transparent;
  padding: 10px 15px;
}

.convert-box .convert-tabcontent .form-group input::-moz-placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.convert-box .convert-tabcontent .form-group input::placeholder {
  color: var(--secondary-color);
  opacity: 1;
}

.convert-box .convert-tabcontent .convert-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--black-light);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.convert-box .convert-tabcontent .convert-icon i {
  font-size: 22px;
  line-height: 44px;
  color: var(--primary-color);
  position: relative;
  top: 1px;
}

.convert-box .convert-tabcontent button {
  display: block;
  background-color: var(--primary-color);
  width: 100%;
  text-align: center;
  color: var(--white-color);
  border: none;
  padding: 14px 15px;
  border-radius: 10px;
  margin-top: 15px;
}

.convert-box .convert-tabcontent button.style1 {
  background-color: var(--primary-color);
  display: inline-block;
  width: auto;
  padding: 14px 30px;
  border-radius: 5px;
}

.converter-alert-text {
  background-color: var(--white-color);
  padding: 25px;
  border-radius: 5px;
}

.converter-alert-text i {
  font-size: 20px;
}

.converter-alert-text p {
  width: calc(100% - 35px);
  margin: 0 0 0 15px;
}

.alert-content h3 {
  font-size: 26px;
  margin: 0 0 10px;
}

.alert-content h5 {
  font-weight: 600;
  margin: 0 0 20px;
}

.alert-content .content-feature-list {
  margin-bottom: 30px;
}

.payment-method li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.alert-video-img {
  position: relative;
  border-radius: 5px;
}

.alert-video-img img {
  border-radius: 5px;
}

.alert-video-img .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert-video-img .play-video .play-now .ripple,
.alert-video-img .play-video .play-now .ripple:before,
.alert-video-img .play-video .play-now .ripple:after {
  height: 50px;
  width: 50px;
}

.alert-video-img .play-video .play-now {
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 49px;
  background-color: var(--primary-color);
  border: none;
}

.alert-video-img .play-video .play-now i {
  position: relative;
  left: -3px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: var(--primary-color);
}

article p strong,
.terms-wrap p strong {
  color: var(--secondary-color);
}

article p a,
.terms-wrap p a {
  color: var(--primary-color);
}

article p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 13px;
}

article h1,
.terms-wrap h1 {
  font-size: 36px;
}

article h2,
.terms-wrap h2 {
  font-size: 34px;
}

article h3,
.terms-wrap h3 {
  font-size: 30px;
}

article h4,
.terms-wrap h4 {
  font-size: 28px;
}

article h5,
.terms-wrap h5 {
  font-size: 26px;
}

article h6,
.terms-wrap h6 {
  font-size: 24px;
}

article ol,
.terms-wrap ol {
  margin-bottom: 25px;
}

article ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--gray);
  padding-left: 3px;
}

article .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}

article {
  margin-bottom: 25px;
}

.post-metainfo {
  margin: 40px 0 18px;
}

.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-right: 18px;
  font-size: 14px;
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-metainfo li a {
  font-size: 14px;
  color: var(--gray);
}

.post-metainfo li a:hover {
  color: var(--primary-color);
}

.post-metainfo li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
  color: var(--primary-color);
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}

.post-img .post-cat {
  display: inline-block;
  padding: 8px 18px 8px;
  position: absolute;
  bottom: -16px;
  left: 20px;
  z-index: 1;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 5px;
  transition: 0.3s;
}

.post-img .post-cat:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  text-align: left;
  margin: 30px 0 30px;
  background-color: var(--white-color);
}

.wp-block-quote .wp-quote-text {
  width: calc(100% - 100px);
  margin-left: 30px;
  text-align: center;
}

.wp-block-quote .wp-quote-text p {
  font-weight: 500;
  color: var(--gray);
  font-weight: 500;
  margin-bottom: 0;
}

.wp-block-quote .wp-quote-icon {
  width: 70px;
  height: 100px;
  position: relative;
  z-index: 1;
}

.wp-block-quote .wp-quote-icon i {
  color: var(--primary-color);
  font-size: 68px;
  line-height: 0.8;
  opacity: 0.7;
  margin: 0 auto;
}

.post-meta-option {
  padding: 20px;
  margin-bottom: 25px;
  background-color: var(--white-color);
}

.post-tag ul {
  display: inline-block;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  color: var(--gray);
  font-size: 16px;
  border-radius: 3px;
}

.post-tag ul li a:hover {
  color: var(--primary-color);
}

.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: var(--secondary-color);
}

.post-tag span i {
  position: relative;
  top: 1px;
  color: var(--primary-color);
  margin-right: 3px;
}

.post-share {
  display: inline-block;
}

.post-share span {
  font-weight: 500;
  color: var(--secondary-color);
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  background-color: var(--white-color);
}

.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}

.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: var(--white-color);
  padding: 25px;
}

.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--gray);
  margin-top: 12px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 0 0 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0 0 5px;
}

.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  color: var(--gray);
  transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
  color: var(--primary-color);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 35px;
  background-color: var(--white-color);
  padding: 25px;
}

#cmt-form label {
  color: var(--gray);
  padding-left: 20px;
}

#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

#cmt-form .comment-form .form-group>label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: var(--gray);
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: var(--white-color);
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: var(--secondary-color);
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  box-shadow: 0 0 10px var(--black-light);
}

#cmt-form .comment-form .form-group input {
  height: 60px;
}

#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: var(--primary-color);
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: var(--primary-color);
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.hero-wrap.style2 .hero-content .hero-contact,
.hero-wrap.style2 .hero-img-wrap,
.hero-wrap.style2 .hero-img-wrap .hero-promo-text,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-content .hero-btn,
.about-wrap.style2 .about-img-wrap,
.about-wrap.style3 .about-img-wrap,
.currency-card,
.feature-item-wrap .feature-item,
.feature-item-wrap .feature-item .feature-icon,
.exchange-table-wrap .exchange-table table thead tr th .inverse,
.exchange-table-wrap .exchange-table table tbody tr td .country-flag,
.exchange-table-wrap .add-currency,
.feature-card .feature-icon,
.feature-card.style3 .feature-title,
.feature-card.style4,
.feature-card.style6,
.feature-card.style5 .feature-title,
.counter-card-wrap,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.contact-us-wrap .contact-item,
.contact-us-wrap .contact-item .contact-icon,
.convert-box .convert-tablist,
.converter-alert-text,
.wp-block-quote,
.post-author,
.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style2 .hero-content .hero-contact,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-content .hero-btn,
.exchange-table-wrap .exchange-table table thead tr th .inverse,
.exchange-table-wrap .exchange-table table tbody tr td .country-flag,
.exchange-table-wrap .add-currency,
.feature-card.style3 .feature-title,
.feature-card.style5 .feature-title,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.converter-alert-text,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-color: var(--secondary-color);
  position: relative;
  opacity: 0.88;
}

.footer-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/footer2.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 90px;
  height: 2px;
  background-color: var(--gray-light);
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-wrap .footer-widget .footer-logo {
  display: block;
}

.footer-wrap .footer-widget .comp-desc {
  color: var(--white-color);
  margin: 20px 0;
  padding-right: 10px;
}

.footer-wrap .footer-widget .social-profile li a {
  color: var(--white-color);
  font-size: 18px;
}


.footer-wrap .footer-widget .social-profile li a:hover {
  transform: translateY(-2px);
  border-radius: 50%;
}

.footer-wrap .footer-widget .social-profile li:hover .social-profile li:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}


.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: var(--white-color);
  position: relative;
}


.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--primary-color);
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: var(--primary-color);
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: var(--white-color);
  font-weight: 500;
  margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-color);
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
  color: var(--white-color);
  margin-bottom: 0;
  transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li a>span {
  color: var(--white-color);
}

.footer-wrap .footer-widget .contact-info li:hover a>span {
  color: var(--primary-color);
}



.footer-wrap .footer-widget .contact-info li:hover p,
.footer-wrap .footer-widget .contact-info li:hover a {
  color: var(--primary-color);
}

.copyright-text {
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: var(--white-color);
  text-align: center;
  border-top: 1px solid var(--gray-light);
}

.copyright-text>span {
  color: var(--primary-color);
}

.copyright-text i {
  position: relative;
  top: 0;
  margin-right: 2px;
}

.copyright-text a {
  color: var(--primary-color);
  font-weight: 500;
}

.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }

  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }

  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }

  .footer-wrap .footer-widget .contact-info p,
  .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }

  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }

  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }

  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 11px;
    top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .footer-menu li a,
  .comp-desc,
  .footer-wrap .footer-widget .contact-info li p,
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 15px;
  }

  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

.text-center .title-bdr {
  margin-left: auto;
  margin-right: auto;
}

.left-bdr {
  left: 0px;
  -webkit-animation: left 2s infinite;
  animation: left 2s infinite;
}

.right-bdr {
  right: 0px;
  -webkit-animation: right 2s infinite;
  animation: right 2s infinite;
}

.left-bdr,
.right-bdr {
  height: 4px;
  width: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color)));
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
  border-radius: 10px;
  position: absolute;
}


@keyframes right {

  0%,
  50%,
  100% {
    width: 60px;
  }

  25% {
    width: 10px;
  }

  75% {
    width: 120px;
  }

}


@keyframes left {

  0%,
  50%,
  100% {
    width: 60px;
  }

  25% {
    width: 120px;
  }

  75% {
    width: 10px;
  }


}

.title-bdr {
  position: relative;
  width: 150px;
  margin-bottom: 40px;
}


.carousel-indicators [data-bs-target] {
  background-color: var(--primary-color);
}

.carousel-control-prev {
  color: var(--primary-color) !important;
}

.text-navy1 {
  color: var(--secondary-color) !important;
  opacity: 0.88;
  margin-bottom: -1px;
}

#recharge-main {
  padding: 80px 0;
}

#recharge-main .heading1 {
  width: 100%;
  padding: 20px 50px;
  text-align: center;
}

#recharge-main .heading1 h2 {
  padding-bottom: 20px;
}

#recharge-main .sum-heading {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

#recharge-main p.description {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-primary {
  --bs-btn-color: var(--white-color);
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: var(--secondary-color);
  --bs-btn-hover-bg: var(--white-color);
  --bs-btn-hover-border-color: var(--white-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--white-color);
  --bs-btn-active-bg: var(--white-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: inset 0 3px 5px var(--black-light);
  --bs-btn-disabled-color: var(--white-color);
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--secondary-color);
  border-color: var(--bs-btn-hover-border-color);
}

.btn:hover {
  color: var(--white-color);
}

#why-choose-main {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
}

#why-choose-main .heading {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 50px;
}

#banner-main {
  width: 100%;
  display: inline-block;
}

#banner-mainAA {
  background-color: var(--primary-color);
  width: 100%;
  padding-top: 150px;
  padding-bottom: 20px;
  margin-top: 40px;
}

#banner-mainAA h1 {
  color: var(--white-color);
}

#banner-mainAA p {
  color: var(--white-color);
}

.breadcrumb-wrapAA .style1 h1 {
  color: var(--white-color);
  font-size: 50px;
}

.breadcrumb-wrapAA .style1 p {
  color: var(--white-color);
}



#banner-main .breadcrumb-wrapAAA {
  background-color: var(--primary-color);

}


#banner-main .breadcrumb-wrapSS h1 {
  color: var(--white-color);
}

#banner-main .breadcrumb-wrapSS h3 {
  color: var(--white-color);
}



#banner-main .breadcrumb-wrapSSS {
  width: 100%;
  background-image: url(../img/banner2.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 307px 0;
  background-position: center;
  background-position: bottom;
  margin-top: 90px;
}

#banner-main .breadcrumb-wrapZZ {
  width: 100%;
  background-image: url(../img/Mobile\ Recharge\ API\ \(2\).png);
  background-repeat: no-repeat;
  background-size: 100% 90%;
  padding: 150px 0;
  background-position: center;
  background-position: bottom;
  margin-top: 60px;
}


#banner-main .breadcrumb-titleAA {
  text-align: center;
  padding: 10px;
  background-color: var(--black-light);
  border-radius: 10px;
  border-bottom: 5px solid var(--gray-light);
  margin-top: 20px;
  width: 60%;
  margin: 0 auto;
}

#banner-main .breadcrumb-titleAA h1 {
  color: var(--white-color);

}

#banner-main .breadcrumb-titleAA p {
  color: var(--white-color);
}

#banner-main .breadcrumb-titleAA h3 {
  color: var(--white-color);
}




.dashboard .boxAA {
  width: 100%;
  text-align: center;
  padding: 50px;
  background-color: var(--primary-color);
}

.dashboard .boxAA h3>a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.dashboard .boxAA h3>a.fa {
  color: var(--white-color);
  padding-right: 10px;
}

.dashboard .services-details-ct-banner {
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  border-radius: 4px;
  height: 100%;
  background-position: bottom;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.dashboard .services-details-ct-banner h3 {
  color: var(--white-color);
}

.dashboard .services-details-ct-banner h5 {
  color: var(--white-color);
}

.dashboard .services-details-ct-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 10px;

  top: 0;
  background-color: var(--black-light);
  z-index: -1;
}

.dashboard .services-details-ct-banner .icon {
  height: 60px;
  width: 60px;
  line-height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: .5s -webkit-animation ripple-white-18 1s linear infinite;
  animation: ripple-white-18 1s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.dashboard .services-details-ct-banner .icon>a>.fa {
  color: var(--white-color);
}


@-webkit-keyframes ripple-white-18 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--gray-light), 0 0 0 6px var(--gray-light), 0 0 0 12px var(--gray-light);
  }

  100% {
    box-shadow: 0 0 0 6px var(--gray-light), 0 0 0 12px var(--gray-light), 0 0 0 18px var(--black-rgba);
  }
}


#b2b-Portal-Features {
  width: 100%;
  display: inline-block;
  background-image: url(../img/banner33.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
  background-position: top right;
  position: relative;
  z-index: 1;
}

#b2b-Portal-FeaturesSS {
  width: 100%;
  background-color: var(--black-light);
}

#b2b-Portal-FeaturesZZ {
  padding-top: 20px;
  width: 100%;
  background-color: var(--black-light1);

}

#b2b-Portal-Features1 {
  padding-top: 20px;
  width: 100%;
  background-color: var(--black-light);

}


#b2b-Portal-Features::after {
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--black-light);
  z-index: -1;
}

#b2b-Portal-Features .heading-main {
  width: 50%;
  padding: 90px 0;
}

#b2b-Portal-Features .heading-main h2 {
  color: var(--white-color);
  font-size: 50px;
}

#b2b-Portal-Features .heading-main h5 {
  color: var(--white-color);
  margin-bottom: 30px;
}

#b2b-Portal-Features .heading-main h4 {
  color: var(--white-color);
}


#b2b-Portal-Features .heading-main h3 {
  color: var(--white-color);
}

#b2b-Portal-Features .heading-main p {
  color: var(--white-color);
}

.Benefits .heading-mainA {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.app-wrap.style1.bg-whisper.Benefits h3 {
  margin-top: 10px;
}

.travel-api .heading h2 {
  text-align: center;
  padding-bottom: 50px;
}

/* //banner-css */
.banner-main img.wh-shape-one.bounce {
  position: absolute;
  top: 10%;
}

img.wh-shape-two.moveHorizontal {
  position: absolute;
  top: 49%;
  z-index: -1;
}

.banner-main span {
  color: var(--white-color) !important;
  background-color: var(--secondary-color);
  padding: 10px 30px;
  border-radius: 10px;
}

.banner-main h1 {
  margin-top: 10px;
  font-size: 65px;
  text-transform: capitalize;
  color: var(--white-color);
  line-height: normal;
}

.banner-main p {
  color: var(--white-color);
}

.banner-main small.txt-rotate {
  margin: 0;
  padding: 0;
  font-size: 65px;
  text-transform: capitalize;
  color: var(--white-color);

}

.box-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-main .box2 a {
  color: var(--white-color);
}

.box-main .box2 a:first-child {
  padding-right: 10px;
  display: inline-block;
}


.box-main .box1 p {
  color: var(--white-color);
  margin-bottom: 0;
}

/* whatsapp-icoin */

#Whatsapp-iconAA .btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

#Whatsapp-iconAA .btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

#Whatsapp-iconAA .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.plane {
  height: 30px;
  transition: all 1.5s ease-in-out;
}

.flight-hvr:hover .plane {
  height: 90px !important;
  left: -525% !important;
  top: 5% !important;
}

.bg-red0 {
  background: var(--primary-color);
  border-radius: 50%;
  padding: 20px;
  height: 160px;
  width: 160px;
  margin: 0 auto;
  border: 5px solid var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;

}

.bg-red0>.fa {
  color: var(--white-color);
  font-size: 80px;
}

.bg-red0>i {
  color: var(--white-color);
  font-size: 80px;
}

.header-wrap .navbar .navbar-nav>.nav-item .active a {
  color: var(--primary-color) !important;
}


.footer-wrap p.copyright-text>span {
  color: var(--primary-color) !important;
}

#recharge-main .btnZZ {
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  transition: all linear 0.3s;

}

#recharge-main .btnZZ:hover {
  color: var(--secondary-color);
  background-color: var(--white-color);
  transition: all linear 0.3s;
}

#b2b-Portal-FeaturesAA {
  width: 100%;
  background-color: var(--black-light);
  padding-top: 20px;
}



