/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
:root {
  --color-main:#0066ff;
  --color-primary:#0066ff;
  --color-secondary:#02b5ff;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #157efb;
  --color-blue6: #6640f4;
  --color-blue7: #8169f1;
  --color-lightBlue:#15f1ff;
  --color-darkBlue:#010049;
  --color-darkBlue2:#1f227d;
  --color-orange1:#ff7a41;
  --color-orange2:#f6c463;
  --color-orange3:#cda554;
  --color-red1:#cc2131;
  --color-red2:#ef1552;
  --color-green:#00c057;
  --color-yellowGreen:#cef54b;
  --color-gray:#eef4f8;
  --color-gray2:#f0eff5;
  --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%); }

.color-main {
  color: var(--color-main) !important; }

.border-main {
  border-color: var(--color-main) !important; }

.bg-main {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important; }

.color-lightBlue {
  color: var(--color-lightBlue) !important; }

.border-lightBlue {
  border-color: var(--color-lightBlue) !important; }

.bg-lightBlue {
  background-color: var(--color-lightBlue) !important; }

.color-darkBlue {
  color: var(--color-darkBlue) !important; }

.border-darkBlue {
  border-color: var(--color-darkBlue) !important; }

.bg-darkBlue {
  background-color: var(--color-darkBlue) !important; }

.hover-darkBlue:hover {
  color: var(--color-darkBlue) !important; }

.color-darkBlue2 {
  color: var(--color-darkBlue2) !important; }

.border-darkBlue2 {
  border-color: var(--color-darkBlue2) !important; }

.bg-darkBlue2 {
  background-color: var(--color-darkBlue2) !important; }

.hover-darkBlue2:hover {
  color: var(--color-darkBlue2) !important; }

.bg-gradient {
  background-image: var(--color-main-grad) !important; }

.bg-gray {
  background: var(--color-gray) !important; }

.bg-gray2 {
  background-color: var(--color-gray2) !important; }

.color-blue2 {
  color: var(--color-blue2) !important; }

.bg-blue2 {
  background-color: var(--color-blue2) !important; }

.border-blue2 {
  border-color: var(--color-blue2) !important; }

.color-blue4 {
  color: var(--color-blue4) !important; }

.bg-blue4 {
  background-color: var(--color-blue4) !important; }

.border-blue4 {
  border-color: var(--color-blue4) !important; }

.color-blue5 {
  color: var(--color-blue5) !important; }

.bg-blue5 {
  background-color: var(--color-blue5) !important; }

.border-blue5 {
  border-color: var(--color-blue5) !important; }

.color-blue6 {
  color: var(--color-blue6) !important; }

.bg-blue6 {
  background-color: var(--color-blue6) !important; }

.border-blue6 {
  border-color: var(--color-blue6) !important; }

.color-blue7 {
  color: var(--color-blue7) !important; }

.bg-blue7 {
  background-color: var(--color-blue7) !important; }

.border-blue7 {
  border-color: var(--color-blue7) !important; }

.hover-blue7 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-blue7:hover {
    background-color: var(--color-blue7) !important; }

.color-orange1 {
  color: var(--color-orange1) !important; }

.bg-orange1 {
  background-color: var(--color-orange1) !important; }

.border-orange1 {
  border-color: var(--color-orange1) !important; }

.hover-orange1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-orange1:hover {
    background-color: var(--color-orange1) !important; }

.color-orange2 {
  color: var(--color-orange2) !important; }

.bg-orange2 {
  background-color: var(--color-orange2) !important; }

.border-orange2 {
  border-color: var(--color-orange2) !important; }

.hover-orange2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-orange2:hover {
    background-color: var(--color-orange2) !important; }

.color-green {
  color: var(--color-green) !important; }

.bg-green {
  background-color: var(--color-green) !important; }

.border-green {
  border-color: var(--color-green) !important; }

.hover-green {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-green:hover {
    background-color: var(--color-green) !important; }
    .hover-green:hover * {
      color: #fff; }

.color-yellowGreen {
  color: var(--color-yellowGreen) !important; }

.bg-yellowGreen {
  background-color: var(--color-yellowGreen) !important; }

.border-yellowGreen {
  border-color: var(--color-yellowGreen) !important; }

.hover-yellowGreen {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-yellowGreen:hover {
    background-color: var(--color-yellowGreen) !important; }
    .hover-yellowGreen:hover * {
      color: #000; }

.color-orange3 {
  color: var(--color-orange3) !important; }

.bg-orange3 {
  background-color: var(--color-orange3) !important; }

.border-orange3 {
  border-color: var(--color-orange3) !important; }

.hover-orange3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-orange3:hover {
    background-color: var(--color-orange3) !important; }
    .hover-orange3:hover * {
      color: #fff; }

.color-red1 {
  color: var(--color-red1) !important; }

.bg-red1 {
  background-color: var(--color-red1) !important; }

.border-red1 {
  border-color: var(--color-red1) !important; }

.hover-red1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-red1:hover {
    background-color: var(--color-red1) !important; }
    .hover-red1:hover * {
      color: #fff; }

.color-red2 {
  color: var(--color-red2) !important; }

.bg-red2 {
  background-color: var(--color-red2) !important; }

.border-red2 {
  border-color: var(--color-red2) !important; }

.hover-red2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hover-red2:hover {
    background-color: var(--color-red2) !important; }
    .hover-red2:hover * {
      color: #fff; }

/* ===============================================================
			[ * global Section ] 
================================================================*/
/* --------------- global --------------- */
*,
* button:focus {
  outline: 0; }

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px; }

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px; }

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px; }

body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5; }
  
.container,
.container-fluid {
  position: relative;
  z-index: 5; }

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px; }

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px; }
  .row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
    padding-right: 15px;
    padding-left: 15px; }

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4; }

h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4; }

body a:hover {
  text-decoration: none; }

body a:focus {
  outline: 0; }

body ul {
  list-style-type: none;
  margin: 0; }

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none; }

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0; }

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important; }

ul {
  padding: 0; }

img {
  max-width: 100%;
  max-height: 100%; }

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0; }

.bi {
  display: inline-block; }

.text {
  font-size: 14px;
  line-height: 2; }

.small, small {
  font-size: 13px;
  line-height: 1.7;
  display: inline-block; }

small.text {
  font-size: 12px; }

.text-gray {
  color: #666; }

.bg-gray5 {
  background-color: #f3f7fe; }

.section-padding {
  padding: 100px 0; }

.swiper-pagination {
  width: 100%;
  bottom: 0; }

.pagination_circle .swiper-pagination-bullet {
  margin: 0 20px;
  position: relative; }
  .pagination_circle .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid transparent; }
  .pagination_circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid var(--color-lightBlue); }

.pagi_dark .swiper-pagination-bullet {
  background-color: #000; }

.pagi_white .swiper-pagination-bullet {
  background-color: #fff; }

.swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background-color: var(--color-main);
  border-radius: 5px; }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-main);
  font-size: 15px;
  font-weight: bold; }

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: var(--color-main-grad); }
    .swiper-button-next:hover::after,
    .swiper-button-prev:hover::after {
      color: #fff; }

/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  border: 0;
  font-size: 80%; }

.dropdown-menu {
  min-width: 170px;
  padding: 15px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%; }
  .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 12px; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-switch .form-check-input {
  margin: 0 15px !important;
  width: 2.5em !important;
  height: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer; }
  .form-switch .form-check-input.color-lightBlue:checked {
    background-color: var(--color-lightBlue);
    border-color: var(--color-lightBlue);
    background-image: url(../img/icons/toggle_dot.svg); }

/* --------------- Start Preloader --------------- */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  pointer-events: none; }

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff; }

.pace.pace-inactive {
  width: 100vw;
  opacity: 0; }

.pace.pace-inactive .pace-progress {
  max-width: 100vw; }

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none; }

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0c3df4), to(#02b5ff));
  background: -webkit-linear-gradient(left, #0c3df4 0%, #02b5ff 100%);
  background: -o-linear-gradient(left, #0c3df4 0%, #02b5ff 100%);
  background: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

#preloader:before {
  top: 0; }

#preloader:after {
  bottom: 0; }

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999; }

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate; }

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* --------------- End Preloader --------------- */
/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: var(--color-main-grad);
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 10px #0002;
  box-shadow: 0 5px 10px #0002; }
  .to_top small {
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 8px; }
  .to_top i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .to_top.show {
    right: 30px;
    opacity: 1; }

/* --------------- pagination style --------------- */

.pagination.color-5 a:hover {
  color: var(--color-blue5) !important;
  border-color: var(--color-blue5); }

.pagination.color-5 a.active {
  color: #fff;
  border-color: var(--color-blue5);
  background-color: var(--color-blue5); }

.pagination.color-4 a:hover {
  color: var(--color-blue4) !important;
  border-color: var(--color-blue4); }

.pagination.color-4 a.active {
  color: #fff;
  border-color: var(--color-blue4);
  background-color: var(--color-blue4); }

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both; }

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

/**
 * ----------------------------------------
 * animation wave
 * ----------------------------------------
*/
.wave {
  -webkit-animation: wave 2s ease-in-out infinite alternate both;
  animation: wave 2s ease-in-out infinite alternate both; }

/* ------- */
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); } }

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); } }

/**
 * ----------------------------------------
 * animation scale_up_down
 * ----------------------------------------
*/
.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both; }

/* ------- */
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .left_to_right_apperance.animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important; }

.radius-2 {
  border-radius: 5px !important; }

.radius-3 {
  border-radius: 8px !important; }

.radius-4 {
  border-radius: 10px !important; }

.radius-5 {
  border-radius: 12px !important; }

.radius-6 {
  border-radius: 15px !important; }

.radius-7 {
  border-radius: 20px !important; }

.radius-8 {
  border-radius: 25px !important; }

.radius-9 {
  border-radius: 30px !important; }

.radius-10 {
  border-radius: 50px !important; }

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !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-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !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; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

/* --------------- padding classes --------------- */
.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

/* --------------- opacity classes --------------- */
.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-8 {
  opacity: 0.8; }

.op-9 {
  opacity: 0.9; }

.op-10 {
  opacity: 1; }

/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1; }

.lh-2 {
  line-height: 1.2; }

.lh-3 {
  line-height: 1.4; }

.lh-4 {
  line-height: 1.6; }

.lh-5 {
  line-height: 1.8; }

.lh-6 {
  line-height: 2; }

.lh-7 {
  line-height: 2.5; }

.lh-8 {
  line-height: 3; }

/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important; }

.brd-gray {
  border-color: #0002 !important; }

.bg-black {
  background-color: #000 !important; }

/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important; }

.color-111 {
  color: #111 !important; }

.color-222 {
  color: #222 !important; }

.color-333 {
  color: #333 !important; }

.color-444 {
  color: #444 !important; }

.color-555 {
  color: #555 !important; }

.color-666 {
  color: #666 !important; }

.color-777 {
  color: #777 !important; }

.color-888 {
  color: #888 !important; }

.color-999 {
  color: #999 !important; }

/* --------------- icons size --------------- */
.icon-10 {
  width: 10px;
  height: 10px; }

.icon-15 {
  width: 15px;
  height: 15px; }

.icon-20 {
  width: 20px;
  height: 20px; }

.icon-25 {
  width: 25px;
  height: 25px; }

.icon-30 {
  width: 30px;
  height: 30px; }

.icon-35 {
  width: 35px;
  height: 35px; }

.icon-40 {
  width: 40px;
  height: 40px; }

.icon-45 {
  width: 45px;
  height: 45px; }

.icon-50 {
  width: 50px;
  height: 50px; }

.icon-55 {
  width: 55px;
  height: 55px; }

.icon-60 {
  width: 60px;
  height: 60px; }

.icon-65 {
  width: 65px;
  height: 65px; }

.icon-70 {
  width: 70px;
  height: 70px; }

.icon-75 {
  width: 75px;
  height: 75px; }

.icon-80 {
  width: 80px;
  height: 80px; }

/* --------------- img classes --------------- */
.img-cover {
  display: block; }
  .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.img-contain {
  display: block; }
  .img-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.imgrotate-scale-hover {
  overflow: hidden;
  display: block; }
  .imgrotate-scale-hover img {
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
  .imgrotate-scale-hover:hover img {
    -webkit-transform: rotate(-10deg) scale(1.2);
    -ms-transform: rotate(-10deg) scale(1.2);
    transform: rotate(-10deg) scale(1.2); }

/* --------------- letter spacing classes --------------- */
.fs-10px {
  font-size: 10px !important; }

.fs-12px {
  font-size: 12px !important; }

.fs-14px {
  font-size: 14px !important; }

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- buttons styles --------------- */
.butn,
.btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .butn span,
  .btn span {
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: capitalize; }
  .butn small,
  .btn small {
    font-size: 12px;
    position: relative;
    z-index: 2;
    text-transform: capitalize; }
  .butn.butn-gard::before,
  .btn.butn-gard::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
    background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .butn.butn-gard:hover::before,
  .btn.butn-gard:hover::before {
    left: -50%; }
  .butn.dark-butn,
  .btn.dark-butn {
    background: #000; }
    .butn.dark-butn span,
    .butn.dark-butn small,
    .btn.dark-butn span,
    .btn.dark-butn small {
      color: #fff; }
  .butn.butn-blue6,
  .btn.butn-blue6 {
    background: var(--color-blue6); }
    .butn.butn-blue6 span,
    .butn.butn-blue6 small,
    .btn.butn-blue6 span,
    .btn.butn-blue6 small {
      color: #fff; }
  .butn.blue5-3Dbutn,
  .btn.blue5-3Dbutn {
    background: var(--color-blue5);
    -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
    box-shadow: 0px 4px 0px 0px var(--color-blue4);
    -webkit-filter: drop-shadow(0 13px 20px #07397235);
    filter: drop-shadow(0 13px 20px #07397235);
    font-size: 12px; }
    .butn.blue5-3Dbutn span,
    .butn.blue5-3Dbutn small,
    .btn.blue5-3Dbutn span,
    .btn.blue5-3Dbutn small {
      color: #fff; }
  .butn.sm-butn,
  .btn.sm-butn {
    padding: 10px 25px; }
    .butn.sm-butn span,
    .btn.sm-butn span {
      font-size: 12px; }
  .butn:hover,
  .btn:hover {
    background: var(--color-main);
    border-color: transparent !important; }
    .butn:hover span,
    .btn:hover span {
      color: #fff; }
  .butn.hover-darkBlue:hover,
  .btn.hover-darkBlue:hover {
    background: var(--color-darkBlue);
    border-color: transparent !important; }
    .butn.hover-darkBlue:hover span,
    .butn.hover-darkBlue:hover small,
    .btn.hover-darkBlue:hover span,
    .btn.hover-darkBlue:hover small {
      color: #fff; }
  .butn.hover-blue2:hover,
  .btn.hover-blue2:hover {
    background: var(--color-blue2);
    border-color: transparent !important; }
    .butn.hover-blue2:hover span,
    .butn.hover-blue2:hover small,
    .btn.hover-blue2:hover span,
    .btn.hover-blue2:hover small {
      color: #fff; }
  .butn.hover-blue4:hover,
  .btn.hover-blue4:hover {
    background: var(--color-blue4);
    border-color: transparent !important; }
    .butn.hover-blue4:hover span,
    .butn.hover-blue4:hover small,
    .btn.hover-blue4:hover span,
    .btn.hover-blue4:hover small {
      color: #fff; }
  .butn.hover-blue5:hover,
  .btn.hover-blue5:hover {
    background: var(--color-blue5) !important;
    border-color: transparent !important; }
    .butn.hover-blue5:hover span,
    .butn.hover-blue5:hover small,
    .btn.hover-blue5:hover span,
    .btn.hover-blue5:hover small {
      color: #fff; }
  .butn.hover-lightBlue:hover,
  .btn.hover-lightBlue:hover {
    background: var(--color-lightBlue);
    border-color: transparent !important; }
    .butn.hover-lightBlue:hover span,
    .butn.hover-lightBlue:hover small,
    .btn.hover-lightBlue:hover span,
    .btn.hover-lightBlue:hover small {
      color: var(--color-darkBlue); }
  .butn.btn-icon-circle,
  .btn.btn-icon-circle {
    position: relative;
    padding-right: 50px;
    text-transform: capitalize; }
    .butn.btn-icon-circle i,
    .btn.btn-icon-circle i {
      position: absolute;
      right: -43px;
      bottom: -5px;
      width: 30px;
      height: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #000;
      background-color: #fff;
      border-radius: 50%;
      font-size: 16px; }
    .butn.btn-icon-circle:hover,
    .btn.btn-icon-circle:hover {
      -webkit-box-shadow: 0 5px 10px #0003;
      box-shadow: 0 5px 10px #0003; }
      .butn.btn-icon-circle:hover i,
      .btn.btn-icon-circle:hover i {
        -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
        animation: RL_smooth 1s ease-in-out infinite alternate both; }
  .butn.hover-shadow,
  .btn.hover-shadow {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .butn.hover-shadow:hover,
    .btn.hover-shadow:hover {
      -webkit-box-shadow: 0 5px 10px #0003;
      box-shadow: 0 5px 10px #0003; }

.scale_up_down {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both; }

@-webkit-keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* ===============================================================
			[ * section title ] 
================================================================*/
/* --------------- section head styles --------------- */
.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px; }

/* --------------- section furqan --------------- */
.section-head.furqan .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px; }

.section-head.furqan h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000; }
  .section-head.furqan h2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#07233f), color-stop(30%, #08396a), color-stop(30%, #22578b), color-stop(73%, #2a71b9), to(#c59617));
    background-image: -webkit-linear-gradient(left, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%);
    background-image: -o-linear-gradient(left, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%);
    background-image: linear-gradient(to right, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%); }
  .color-gradient-primary {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#07233f), color-stop(30%, #08396a), color-stop(30%, #22578b), color-stop(73%, #2a71b9), to(#c59617));
    background-image: -webkit-linear-gradient(left, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%);
    background-image: -o-linear-gradient(left, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%);
    background-image: linear-gradient(to right, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%); 
  }
.section-head.furqan h5 {
  font-size: 16px;
  font-weight: bold;
  color: #a44cee;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px; }

/* ===============================================================
			[ * top navbar Section ] 
================================================================*/
.top-navbar {
  z-index: 9999; }

/* --------------- top navbar furqan --------------- */
.top-navbar.furqan {
  background-image: url(../img/top_nav_s4.png?_v=2);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center; }
/* ===============================================================
			[ * top side menu Section ] 
================================================================*/
.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #0009;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .side_overlay.show {
    opacity: 1;
    visibility: visible; }

/* ===============================================================
			[ * navbar Section ] 
================================================================*/
/* --------------- navbar styles --------------- */
.nav-container {
  z-index: 999; }

.navbar {
  z-index: 999; }
  .navbar .nav-link {
    cursor: pointer; }

.navbar.nav-scroll {
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: -100px !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important; }

.navbar.furqan {
  position: relative;
  z-index: 99;
  padding: 20px 15px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -38px; }
  .navbar.furqan .navbar-brand {
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain; }
  .navbar.furqan .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    /* margin: 0 15px;  */
  }
    .navbar.furqan .navbar-nav .nav-item .nav-link::before {
      position: absolute;
      content: "";
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-20px);
      -ms-transform: translateX(-50%) translateY(-20px);
      transform: translateX(-50%) translateY(-20px);
      width: 55px;
      height: 30px;
      background-image: url(../img/icons/nav_icon/active_s4.png);
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .navbar.furqan .navbar-nav .nav-item .nav-link:hover, .navbar.furqan .navbar-nav .nav-item .nav-link.active {
      color: var(--color-blue4); }
      .navbar.furqan .navbar-nav .nav-item .nav-link:hover::before, .navbar.furqan .navbar-nav .nav-item .nav-link.active::before {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); }
    .navbar.furqan .navbar-nav .nav-item .nav-link .hot {
      position: absolute;
      font-size: 8px;
      padding: 2px 3px;
      border-radius: 3px;
      top: -10px;
      right: 0;
      text-transform: uppercase; }
  .navbar.furqan .nav-side .search-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0002;
    color: #000;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
/* ===============================================================
			[ * header Section ] 
================================================================*/
/* --------------- header styles --------------- */

/* ------------ animation -------- */
header.furqan {
  position: relative;
  padding: 60px 0; }
  header.furqan .content {
    position: relative;
    overflow: hidden; }
    header.furqan .content .info .title_small {
      font-size: 12px;
      padding: 5px 10px;
      background-color: #f7f4ff;
      border-radius: 5px;
      color: var(--color-blue4); }
    header.furqan .content .info h1 {
      font-size: 52px;
      line-height: 60px;
      color: #000; }
      header.furqan .content .info h1 span {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#07233f), color-stop(30%, #08396a), color-stop(30%, #22578b), color-stop(73%, #2a71b9), to(#c59617));
        background-image: -webkit-linear-gradient(left, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%);
        background-image: -o-linear-gradient(left, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%);
        background-image: linear-gradient(to right, #07233f 0%, #08396a 30%, #22578b 30%, #2a71b9 73%, #c59617 100%); }
    header.furqan .content .info .text {
      color: #666;
      font-size: 15px; }
    header.furqan .content .info .play-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header.furqan .content .info .play-btn .icon {
        width: 42px;
        height: 42px;
        border: 1px solid #5842bc99;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%; }
        header.furqan .content .info .play-btn .icon i {
          color: var(--color-blue4);
          font-size: 16px; }
    header.furqan .content .bubble {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }
  header.furqan .wave {
    position: absolute;
    left: -3%;
    bottom: -2rem;
    width: 106%;
    max-width: unset;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    z-index: 20; }

@-webkit-keyframes afterline {
  0% {
    top: -20px; }
  100% {
    top: 100%; } }

@keyframes afterline {
  0% {
    top: -20px; }
  100% {
    top: 100%; } }


/* ===============================================================
			[ * about Section ] 
================================================================*/

.about.furqan {
  overflow: hidden;
  position: relative; }
  .furqan .top-wave {
    position: absolute;
    top: -2px;
    width: 100%; }
  .about.furqan .bottom-wave {
    position: absolute;
    bottom: -2px;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .about.furqan .content {
    position: relative;
    padding: 60px 0; }
    .about.furqan .content ul li h6 {
      font-size: 15px; }
    .about.furqan .content.frs-content .lines, .about.furqan .content.trd-content .lines {
      position: absolute;
      left: 0;
      top: -80px;
      width: 40%;
      max-width: unset;
      max-height: unset; }
    .about.furqan .content.frs-content .bubble, .about.furqan .content.trd-content .bubble {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      max-width: unset;
      max-height: unset;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }
    .about.furqan .content.sec-content .bubble2 {
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      max-width: unset;
      max-height: unset;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }
  .about.furqan .btn-img {
    text-align: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #f4f2fb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .about.furqan .btn-img .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #0001;
      width: 45px; }
    .about.furqan .btn-img .inf {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .about.furqan .btn-img .inf small {
        font-size: 10px;
        color: #666; }
      .about.furqan .btn-img .inf h6 {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        line-height: 1.5; }
  .about.furqan .integration {
    position: relative; }
    .about.furqan .integration .intg-back {
      position: absolute;
      left: 0;
      bottom: 19%;
      width: 100%;
      max-height: unset;
      -o-object-fit: cover;
      object-fit: cover; }
    .about.furqan .integration .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      .about.furqan .integration .content .img {
        -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
        animation: slide_up_down 1.7s ease-in-out infinite alternate both; }
        .about.furqan .integration .content .img:nth-of-type(1) {
          -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
        .about.furqan .integration .content .img:nth-of-type(2) {
          -webkit-animation-delay: -1s;
          animation-delay: -1s; }
        .about.furqan .integration .content .img:nth-of-type(3) {
          -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s; }
        .about.furqan .integration .content .img:nth-of-type(4) {
          -webkit-animation-delay: -2s;
          animation-delay: -2s; }
        .about.furqan .integration .content .img:nth-of-type(5) {
          -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s; }
/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- testimonials styles --------------- */
  .testimonials.furqan .content .numbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .testimonials.furqan .content .numbs .num-card .icon {
      height: 55px;
      display: inline-block;
      margin-bottom: 15px; }
    .testimonials.furqan .content .numbs .num-card h2 {
      color: var(--color-blue4); }
    .testimonials.furqan .content .numbs .num-card p {
      font-size: 11px;
      color: #666;
      margin-top: 5px; }
    .testimonials.furqan .content .numbs .num-card:not(:last-of-type) {
      padding-right: 50px;
      margin-right: 50px;
      border-right: 1px solid #9993; }
  .testimonials.furqan .content .play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonials.furqan .content .play-btn .icon {
      width: 42px;
      height: 42px;
      border: 1px solid #5842bc99;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%; }
      .testimonials.furqan .content .play-btn .icon i {
        color: var(--color-blue4);
        font-size: 16px; }
  .testimonials.furqan .content .stars {
    font-size: 10px;
    color: #fdb900;
    margin-bottom: 5px; }
  .testimonials.furqan .content .testi-cards {
    position: relative;
    padding: 0 5vw; }
    .testimonials.furqan .content .testi-cards .client_card {
      position: relative;
      z-index: 10;
      border-radius: 15px;
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
      box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
      margin: 20px; }
      .testimonials.furqan .content .testi-cards .client_card .user_img {
        margin-right: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .testimonials.furqan .content .testi-cards .client_card .user_img img {
          width: 90px;
          height: 90px;
          border-radius: 50%;
          -o-object-fit: cover;
          object-fit: cover; }
      .testimonials.furqan .content .testi-cards .client_card .inf_content .rate_stars {
        margin-bottom: 5px; }
        .testimonials.furqan .content .testi-cards .client_card .inf_content .rate_stars i {
          color: #ffb400;
          font-size: 10px; }
      .testimonials.furqan .content .testi-cards .client_card .inf_content h6 {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 15px; }
      .testimonials.furqan .content .testi-cards .client_card .inf_content p {
        font-size: 10px;
        color: #000;
        text-transform: uppercase; }
        .testimonials.furqan .content .testi-cards .client_card .inf_content p span {
          text-transform: capitalize;
          color: #2E99F5; }
          /* .testimonials.furqan .content .testi-cards .client_card:nth-of-type(even) {
            right: -5vw; } */
    .testimonials.furqan .content .testi-cards .testi-globe {
      position: absolute;
      top: -80px;
      left: 0;
      width: 110%;
      max-height: unset;
      max-width: unset;
      opacity: 0.2;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- pricing styles --------------- */
.pricing.furqan .form-check-input.bg-blue4 {
  background-color: var(--color-blue4);
  border-color: var(--color-blue4); }

.pricing.furqan .content .row .col-lg-6:nth-of-type(1) .price-card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px; }

.pricing.furqan .content .row .col-lg-6:nth-of-type(2) .price-card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f7fd; }

.pricing.furqan .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px; }
  .pricing.furqan .content .price-card .off {
    position: absolute;
    width: 85px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-image: url(../img/pricing/off.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
    right: 45px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .pricing.furqan .content .price-card .price-header {
    border-bottom: 1px solid #e9e8ee; }
    .pricing.furqan .content .price-card .price-header h6 {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .pricing.furqan .content .price-card .price-header h6 .icon {
        width: 30px;
        height: 30px;
        margin-right: 8px; }
    .pricing.furqan .content .price-card .price-header h2 {
      font-size: 37px;
      color: #000;
      margin: 12px 0 5px; }
      .pricing.furqan .content .price-card .price-header h2 small {
        font-size: 15px;
        font-weight: 300; }
    .pricing.furqan .content .price-card .price-header p {
      font-size: 12px;
      color: #666; }

/* ===============================================================
			[ * community Section ] 
================================================================*/
/* --------------- community furqan --------------- */
.community.furqan .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .community.furqan .content .commun-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    border-right: 1px solid #9993;
    padding: 20px 0; }
    .community.furqan .content .commun-card:last-of-type {
      border: 0; }
    .community.furqan .content .commun-card .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 25px; }
      .community.furqan .content .commun-card .icon i {
        font-size: 60px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
        background-image: -webkit-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
        background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
        background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%); }
    .community.furqan .content .commun-card .inf h5 {
      font-size: 23px;
      color: #000;
      font-weight: bold;
      margin-bottom: 0;
      line-height: 1.1; }
    .community.furqan .content .commun-card .inf p {
      font-size: 12px;
      color: #666; }

/* ===============================================================
			[ * faq screenshots ] 
================================================================*/
/* --------------- screenshots furqan --------------- */
.screenshots-section{
  background-color: #f0eff5;
}
.screenshots.furqan {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px; }
  .screenshots.furqan::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #fff;
    z-index: 10; }
  .screenshots.furqan .screenshots-slider {
    position: absolute;
    top: 110px;
    width: calc(100% + 120px);
    left: -60px; }
    .screenshots.furqan .screenshots-slider .img {
      margin: 0 auto;
      height: 420px;
      width: 190px; }
      .screenshots.furqan .screenshots-slider .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px; }
  .screenshots.furqan .mob-hand {
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
    height: 600px;
    z-index: 10; }

/* ===============================================================
			[ * features Section ] 
================================================================*/
/* --------------- features furqan --------------- */
.features.furqan {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden; }
  .features.furqan .img-circle {
    position: absolute;
    top: 40px;
    width: 76%;
    left: 12%;
    max-height: unset;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }
  .features.furqan .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5; }
    .features.furqan .content .features-card {
      text-align: center; }
      .features.furqan .content .features-card .icon {
        width: 125px;
        height: 125px;
        display: block;
        margin: 0 auto 30px;
        position: relative; }
        .features.furqan .content .features-card .icon .label {
          position: absolute;
          top: 0;
          right: -5px;
          z-index: 2;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 10px; }
      .features.furqan .content .features-card h6 {
        font-weight: bold;
        font-size: 15px;
        line-height: 23px; }

/* ===============================================================
			[ * clients Section ] 
================================================================*/
/* --------------- clients furqan --------------- */
.clients.furqan {
  background-color: #f0eff5;
  position: relative;
  z-index: 25; }
  .clients.furqan .client-logos {
    border-bottom: 1px solid #9994; }
    .clients.furqan .client-logos .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.6; }
    .clients.furqan .client-logos .img:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }

/* ===============================================================
			[ * market Section ] 
================================================================*/
.markets {
  background-color: #080019; }
  .markets .markets-table .table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .markets .markets-table .table-head .item {
      margin-bottom: 20px; }
      .markets .markets-table .table-head .item:nth-of-type(1) {
        width: 24%; }
      .markets .markets-table .table-head .item:nth-of-type(2) {
        width: 17%; }
      .markets .markets-table .table-head .item:nth-of-type(3) {
        width: 12%; }
      .markets .markets-table .table-head .item:nth-of-type(4) {
        width: 15%; }
      .markets .markets-table .table-head .item:nth-of-type(5) {
        width: 20%; }
      .markets .markets-table .table-head .item:nth-of-type(6) {
        width: 12%; }
  .markets .markets-table .table-body .body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #120a22;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px; }
    .markets .markets-table .table-body .body-row .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(1) {
        width: 24%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(2) {
        width: 17%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(3) {
        width: 12%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(4) {
        width: 15%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(5) {
        width: 20%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(6) {
        width: 12%; }
      .markets .markets-table .table-body .body-row .item .per-up {
        color: #f7931a; }
      .markets .markets-table .table-body .body-row .item .trad-btn {
        font-weight: 500;
        background-color: #fff2;
        border-radius: 30px;
        padding: 5px 20px; }
        .markets .markets-table .table-body .body-row .item .trad-btn:hover {
          color: #fff;
          background-color: var(--color-red2); }
      .markets .markets-table .table-body .body-row .item strong {
        font-weight: 500; }

/* ===============================================================
			[ * footer Section ] 
================================================================*/
/* --------------- footer styles --------------- */
footer.furqan {
  position: relative;
  background-color: #f0eff5;
  margin-top: 200px; }
  footer.furqan .wave {
    position: absolute;
    left: -3%;
    bottom: 95%;
    width: 106%;
    max-width: unset;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    z-index: 20; }
  footer.furqan .container {
    position: relative;
    z-index: 25; }
  footer.furqan .foot {
    border-bottom: 1px solid #9999;
    padding: 30px 0; }
    footer.furqan .foot .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer.furqan .foot .links li a {
        font-size: 12px;
        margin: 0 15px;
        font-weight: bold; }
        footer.furqan .foot .links li a:hover, footer.furqan .foot .links li a.active {
          color: var(--color-blue4); }
  footer.furqan .copywrite {
    padding: 35px 0; }

/* ===============================================================
			[ * services page Style ] 
================================================================*/
/* --------------- services page styles --------------- */
.services-page .features {
  background-color: #e7f1ff; }

/* ===============================================================
			[ * services page Style ] 
================================================================*/
      .about-page .contact .content {
  border-top: 10px solid var(--color-blue5); }

/* ===============================================================
			[ * shop page Style ] 
================================================================*/
/* --------------- services page styles --------------- */
.shop-page .filter .filter-card {
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #f0f4f8;
  text-transform: capitalize; }
  .shop-page .filter .filter-card .card-title {
    font-size: 15px;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px; }
  .shop-page .filter .filter-card .form-check-label {
    cursor: pointer; }
  .shop-page .filter .filter-card .cat-link {
    color: #000;
    font-size: 11px;
    font-weight: 600; }
  .shop-page .filter .filter-card .category-checkRadio {
    padding: 0;
    line-height: 1; }
    .shop-page .filter .filter-card .category-checkRadio .form-check-input {
      display: none; }
    .shop-page .filter .filter-card .category-checkRadio .form-check-input:checked ~ .form-check-label {
      color: var(--color-blue5); }
  .shop-page .filter .filter-card .accordion .accordion-button {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop-page .filter .filter-card .accordion .accordion-button::after {
    background-size: 0.8rem;
    background-position: center; }
  .shop-page .filter .filter-card .accordion .accordion-button:not(.collapsed) {
    color: var(--color-blue5); }
  .shop-page .filter .filter-card .filter-card-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #9994;
    margin-bottom: 20px; }
    .shop-page .filter .filter-card .filter-card-item .sub-tilte {
      font-size: 11px;
      color: #000;
      font-weight: 800;
      position: relative;
      cursor: pointer;
      margin-bottom: 15px; }
    .shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll {
      max-height: 130px;
      overflow-x: hidden;
      overflow-y: auto; }
      .shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar {
        height: 10px;
        width: 5px;
        background: #dfdfdf;
        border-radius: 10px; }
      .shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
        background: var(--color-blue5);
        -webkit-border-radius: 0;
        border-radius: 10px; }
      .shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
        background: var(--color-blue5);
        border-radius: 10px; }
    .shop-page .filter .filter-card .filter-card-item .search-group {
      position: relative;
      margin-bottom: 25px; }
      .shop-page .filter .filter-card .filter-card-item .search-group input {
        width: 100%;
        background-color: #fff;
        border: 0;
        border-radius: 5px;
        padding: 10px;
        font-size: 11px;
        min-height: 40px;
        -webkit-padding-end: 20px;
        padding-inline-end: 20px; }
      .shop-page .filter .filter-card .filter-card-item .search-group button {
        position: absolute;
        right: 8px;
        top: 10px;
        font-size: 13px;
        border: 0;
        background: transparent; }
  .shop-page .filter .filter-card .category-checkBox {
    font-size: 11px;
    color: #666;
    text-transform: capitalize; }
  .shop-page .filter .filter-card .slider-range-content .amount-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .shop-page .filter .filter-card .slider-range-content .amount-input .amount {
      width: 35%;
      -webkit-margin-end: 5%;
      margin-inline-end: 5%;
      border-radius: 7px;
      background-color: #fff;
      font-size: 12px;
      overflow: hidden;
      padding: 6px 10px; }
      .shop-page .filter .filter-card .slider-range-content .amount-input .amount small {
        font-size: 10px;
        color: #999999; }
      .shop-page .filter .filter-card .slider-range-content .amount-input .amount input {
        border: 0;
        width: 100%; }
    .shop-page .filter .filter-card .slider-range-content .amount-input button {
      width: 50px;
      height: 50px;
      background-color: var(--color-blue5);
      border: 0;
      color: #fff;
      border-radius: 7px;
      text-transform: capitalize; }
  .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal {
    margin-top: 25px;
    height: 6px;
    border: 0;
    background-color: #dfdfdf; }
    .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range {
      background-color: var(--color-blue5); }
    .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
      border: 0;
      background: var(--color-blue5);
      border-radius: 50%;
      width: 1em;
      height: 1em; }

.shop-page .products-content .top-filter {
  padding: 15px 0; }
  .shop-page .products-content .top-filter .r-side .form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px; }
    .shop-page .products-content .top-filter .r-side .form .form-group label {
      color: #999;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-margin-end: 15px;
      margin-inline-end: 15px; }
    .shop-page .products-content .top-filter .r-side .form .form-group .form-select {
      border: 0;
      background-color: #f0f4f8;
      font-size: 11px;
      min-height: 35px;
      border-radius: 12px; }
  .shop-page .products-content .top-filter .r-side .grid-list-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .shop-page .products-content .top-filter .r-side .grid-list-btns .bttn {
      width: 35px;
      height: 35px;
      font-size: 17px;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #f0f4f8;
      color: #000;
      -webkit-margin-start: 10px;
      margin-inline-start: 10px;
      cursor: pointer; }
      .shop-page .products-content .top-filter .r-side .grid-list-btns .bttn:hover, .shop-page .products-content .top-filter .r-side .grid-list-btns .bttn.active {
        color: #fff;
        background-color: var(--color-blue5); }

.shop-page .products-content .products .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px; }
  .shop-page .products-content .products .product-card:hover {
    padding-bottom: 60px; }
    .shop-page .products-content .products .product-card:hover .img img {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    .shop-page .products-content .products .product-card:hover .info {
      margin-top: -25px; }
    .shop-page .products-content .products .product-card:hover .btn {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .shop-page .products-content .products .product-card .img {
    height: 130px; }
    .shop-page .products-content .products .product-card .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top; }
  .shop-page .products-content .products .product-card .info {
    margin-top: 20px;
    min-height: 77px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .shop-page .products-content .products .product-card .info .category {
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 7px; }
    .shop-page .products-content .products .product-card .info .title {
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 400;
      margin-bottom: 0; }
    .shop-page .products-content .products .product-card .info .stars {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 9px;
      color: #d0d0d0; }
      .shop-page .products-content .products .product-card .info .stars .active {
        color: #ffba00; }
    .shop-page .products-content .products .product-card .info .rev {
      color: #999;
      font-size: 9px; }
  .shop-page .products-content .products .product-card .price {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold; }
    .shop-page .products-content .products .product-card .price .price-sale {
      color: #f73312; }
    .shop-page .products-content .products .product-card .price .old-price {
      font-size: 11px;
      color: #999999;
      text-decoration: line-through !important;
      -webkit-margin-start: 5px;
      margin-inline-start: 5px; }
  .shop-page .products-content .products .product-card .btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: var(--color-blue5);
    padding: 7px 15px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .shop-page .products-content .products .product-card .btn span {
      font-size: 11px;
      color: #fff;
      font-weight: bold; }
    .shop-page .products-content .products .product-card .btn:hover {
      background-color: #000; }
  .shop-page .products-content .products .product-card .label {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 9px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #000;
    padding: 3px 10px;
    text-transform: uppercase; }
    .shop-page .products-content .products .product-card .label.new {
      background-color: #ffb500; }
    .shop-page .products-content .products .product-card .label.sale-off {
      background-color: #f73312;
      color: #fff; }
  .shop-page .products-content .products .product-card .fav-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer; }
    .shop-page .products-content .products .product-card .fav-btn.active {
      color: #f73312; }

.shop-page .products-content .products.list-view .card-width {
  width: 50%; }

.shop-page .products-content .products.list-view .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .shop-page .products-content .products.list-view .product-card .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
    margin-right: 10px; }
  .shop-page .products-content .products.list-view .product-card:hover {
    padding-top: 12px;
    padding-bottom: 35px; }
    .shop-page .products-content .products.list-view .product-card:hover .img img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .shop-page .products-content .products.list-view .product-card:hover .info {
      margin-top: 25px; }

.shop-page.style-grad .filter .filter-card .category-checkRadio .form-check-input:checked ~ .form-check-label {
  color: var(--color-blue4); }

.shop-page.style-grad .filter .filter-card .accordion .accordion-button:not(.collapsed) {
  color: var(--color-blue4); }

.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: var(--color-blue4); }

.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: var(--color-blue4); }

.shop-page.style-grad .filter .filter-card .slider-range-content .amount-input button {
  background-color: var(--color-blue4); }

.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-blue4); }

.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
  background: var(--color-blue4); }

.shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn:hover, .shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn.active {
  background-color: var(--color-blue4); }

.shop-page.style-grad .products-content .products .product-card .btn {
  background-color: var(--color-blue4); }

/* ===============================================================
			[ * shop product Style ] 
================================================================*/
/* --------------- services product styles --------------- */
.product-page .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-page .product-slider .gallery-thumbs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    height: 500px; }
    .product-page .product-slider .gallery-thumbs .swiper-slide {
      min-height: 75px;
      cursor: pointer; }
      .product-page .product-slider .gallery-thumbs .swiper-slide .img {
        width: 80px;
        height: 75px;
        border: 1px solid #9993;
        border-radius: 7px;
        padding: 8px; }
        .product-page .product-slider .gallery-thumbs .swiper-slide .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .product-page .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img {
        border-color: var(--color-blue5); }
  .product-page .product-slider .gallery-top .swiper-slide .img {
    height: 500px;
    padding: 3vw;
    border: 1px solid #9993;
    border-radius: 7px; }
    .product-page .product-slider .gallery-top .swiper-slide .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.product-page .product-info .category {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px; }

.product-page .product-info .title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0; }

.product-page .product-info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  color: #d0d0d0; }
  .product-page .product-info .stars .active {
    color: #ffba00; }

.product-page .product-info .rev {
  color: #999;
  font-size: 10px; }

.product-page .product-info .price {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-top: 30px; }

.product-page .product-info .info-text {
  font-size: 14px;
  color: #666;
  margin-top: 20px; }

.product-page .product-info .info-list {
  margin-top: 15px;
  font-size: 14px;
  color: #666; }
  .product-page .product-info .info-list li {
    margin-bottom: 5px; }

.product-page .product-info .color-quantity {
  padding: 20px 0;
  border-top: 1px solid #9993;
  margin-top: 25px; }
  .product-page .product-info .color-quantity .select-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-page .product-info .color-quantity .select-color .colors-content .form-check {
      padding: 0;
      margin-bottom: 0; }
      .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input {
        display: none; }
      .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 3px solid #fff; }
        .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.gray {
          background-color: #e3e3e3; }
        .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.black {
          background-color: #000; }
        .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.blue {
          background-color: #1941c4; }
        .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.green {
          background-color: #9ac419; }
      .product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input:checked ~ .form-check-label .color-circle {
        outline: 1px solid var(--color-blue5); }

.product-page .product-info .qyt-addCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-page .product-info .qyt-addCart .add-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 10px 15px;
    border: 1px solid #9993;
    width: 30%;
    border-radius: 30px; }
    .product-page .product-info .qyt-addCart .add-more .qt-minus,
    .product-page .product-info .qyt-addCart .add-more .qt-plus {
      cursor: pointer; }
    .product-page .product-info .qyt-addCart .add-more .qt {
      font-size: 14px; }
  .product-page .product-info .qyt-addCart .btn {
    background-color: var(--color-blue5);
    padding: 10px 30px;
    width: 40%; }
    .product-page .product-info .qyt-addCart .btn span {
      font-size: 12px;
      color: #fff;
      font-weight: bold; }
    .product-page .product-info .qyt-addCart .btn:hover {
      background-color: #000; }

.product-page .product-info .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #0002;
  font-size: 15px;
  color: #ccc;
  cursor: pointer; }
  .product-page .product-info .fav-btn.active {
    color: #f73312; }

.product-page .product-info .socail-icons {
  margin-top: 40px; }
  .product-page .product-info .socail-icons a:hover {
    background-color: var(--color-blue5) !important;
    color: #fff !important; }

.product-page .product-details .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #0002;
  padding-bottom: 10px; }
  .product-page .product-details .nav-pills .nav-link {
    border: 0;
    background: transparent;
    font-size: 25px;
    color: #666;
    text-transform: capitalize; }
    .product-page .product-details .nav-pills .nav-link.active {
      color: #000;
      font-weight: bold; }

.product-page .product-details .content-info {
  padding: 50px 8vw; }
  .product-page .product-details .content-info .text {
    color: #666; }

.product-page .product-details .additional-info ul {
  border: 1px solid #0002; }
  .product-page .product-details .additional-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    font-style: 14px;
    color: #666;
    border-bottom: 1px solid #0002; }
    .product-page .product-details .additional-info ul li:last-of-type {
      border: 0; }

.product-page .product-details .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #d0d0d0; }
  .product-page .product-details .stars .active {
    color: #ffba00; }

.product-page .product-details .rate-stars {
  display: block;
  position: relative;
  text-align: end;
  margin-bottom: 30px;
  direction: rtl; }
  .product-page .product-details .rate-stars input {
    border-radius: 0;
    visibility: hidden;
    width: 20px;
    cursor: pointer; }
    .product-page .product-details .rate-stars input:after {
      content: "\f005";
      font-family: "Font Awesome 5 pro";
      font-weight: 900;
      font-size: 20px;
      color: #eee;
      visibility: visible;
      display: inline-block;
      width: 20px;
      height: 20px;
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      -o-transition: transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
    .product-page .product-details .rate-stars input:hover:after {
      opacity: 0.8; }
    .product-page .product-details .rate-stars input:checked:after {
      color: #fc0;
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .product-page .product-details .rate-stars input:checked ~ input:after {
      color: #fc0; }
    .product-page .product-details .rate-stars input:not(:checked):after {
      color: #eee; }

.product-page .related-products .title {
  font-size: 25px;
  margin-bottom: 35px; }

.product-page .related-products .related-products-slider .swiper-button-next, .product-page .related-products .related-products-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d8dee4; }
  .product-page .related-products .related-products-slider .swiper-button-next:hover, .product-page .related-products .related-products-slider .swiper-button-prev:hover {
    background: var(--color-blue5); }

.product-page .related-products .related-products-slider .swiper-button-next, .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
  right: -50px; }

.product-page .related-products .related-products-slider .swiper-button-prev, .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
  left: -50px; }

.product-page .related-products .related-products-slider .swiper-button-next:after, .product-page .related-products .related-products-slider .swiper-button-prev:after {
  font-size: 10px; }

.product-page .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px; }
  .product-page .product-card:hover {
    padding-bottom: 60px; }
    .product-page .product-card:hover .img img {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    .product-page .product-card:hover .info {
      margin-top: -25px; }
    .product-page .product-card:hover .btn {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .product-page .product-card .img {
    height: 130px; }
    .product-page .product-card .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top; }
  .product-page .product-card .info {
    margin-top: 20px;
    min-height: 77px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .product-page .product-card .info .category {
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 7px; }
    .product-page .product-card .info .title {
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 400;
      margin-bottom: 0; }
    .product-page .product-card .info .stars {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 9px;
      color: #d0d0d0; }
      .product-page .product-card .info .stars .active {
        color: #ffba00; }
    .product-page .product-card .info .rev {
      color: #999;
      font-size: 9px; }
  .product-page .product-card .price {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold; }
    .product-page .product-card .price .price-sale {
      color: #f73312; }
    .product-page .product-card .price .old-price {
      font-size: 11px;
      color: #999999;
      text-decoration: line-through !important;
      -webkit-margin-start: 5px;
      margin-inline-start: 5px; }
  .product-page .product-card .btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: var(--color-blue5);
    padding: 7px 15px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .product-page .product-card .btn span {
      font-size: 11px;
      color: #fff;
      font-weight: bold; }
    .product-page .product-card .btn:hover {
      background-color: #000; }
  .product-page .product-card .label {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 9px;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #000;
    padding: 3px 10px;
    text-transform: uppercase; }
    .product-page .product-card .label.new {
      background-color: #ffb500; }
    .product-page .product-card .label.sale-off {
      background-color: #f73312;
      color: #fff; }
  .product-page .product-card .fav-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer; }
    .product-page .product-card .fav-btn.active {
      color: #f73312; }
    
/* ===============================================================
			[ * responsive style ] 
================================================================*/
/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 1100px) {
  .screenshots.furqan .screenshots-slider .img {
    margin: 0 auto;
    width: 190px; } }

@media screen and (max-width: 991px) {
  .section-padding {
    padding: 70px 0; }
  .section-head h2 {
    font-size: 25px; }
  .fs-10px {
    font-size: 8px !important; }
  .navbar.furqan .navbar-nav .nav-item .nav-link:before {
    display: none; }
  .navbar.furqan {
    background-color: #f0eff5;
    padding: 20px 0; }
    .navbar.furqan .navbar-collapse {
      margin-top: 30px; }
  .furqan .mb-60 {
    margin-bottom: 30px !important; }
  .furqan .mb-70 {
    margin-bottom: 40px !important; }
  .furqan br {
    display: none; }
  header.furqan {
    overflow: hidden; }
    header.furqan .content .info {
      margin-bottom: 50px; }
      header.furqan .content .info h1 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 15px !important; }
      header.furqan .content .info .title_small {
        margin-bottom: 20px !important; }
      header.furqan .content .info .mt-100 {
        margin-top: 50px !important; }
      header.furqan .content .info .mt-50 {
        margin-top: 30px !important; }
      header.furqan .content .info br {
        display: none; }
      header.furqan .content .info .small, header.furqan .content .info small,
      header.furqan .content .info .btn {
        font-size: 10px; }
  .clients.furqan .client-logos .img {
    margin: 20px 0;
    text-align: center; }
  .features.furqan .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .features.furqan .content .features-card {
      margin: 15px 0; }
  .about.furqan .content {
    padding: 40px 0; }
  .testimonials.furqan {
    overflow: hidden; }
    .testimonials.furqan .content .testi-cards .client_card {
      right: 0 !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 20px 0 !important; }
      .testimonials.furqan .content .testi-cards .client_card .user_img {
        margin-bottom: 30px; }
      .testimonials.furqan .content .testi-cards .client_card .inf_content {
        text-align: center; }
        .testimonials.furqan .content .testi-cards .client_card .inf_content br {
          display: none; }
  .pricing.furqan .content .row .col-lg-6:first-of-type .price-card {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #e9e8ee;
    margin-right: 0;
    margin-bottom: 30px; }
  .pricing.furqan .content .row .col-lg-6:nth-of-type(2) .price-card {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
  .community.furqan .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px !important; }
    .community.furqan .content .commun-card {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      padding: 30px !important; }
  .section-head.furqan h2 {
    font-size: 25px; }
  footer.furqan {
    margin-top: 120px; }
    footer.furqan .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer.furqan .d-flex .btn {
        width: 100%;
        margin: 10px 0; }
        footer.furqan .d-flex .btn.me-4 {
          margin-right: 0 !important; }
    footer.furqan .foot .links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px 0; }
      footer.furqan .foot .links li {
        width: 50%;
        margin: 5px 0; }
        footer.furqan .foot .links li a {
          margin-left: 0; }
    footer.furqan .wave {
      left: 0;
      width: 100%; }
    footer.furqan .foot .links {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .screenshots.furqan .screenshots-slider {
    width: 100%;
    left: 0; }
  .screenshots.furqan .screenshots-slider .img {
    margin: 0 auto;
    width: 190px; }
  footer.furqan .foot .logo {
    width: 160px; }
  .about-page .clients .section-head {
    padding: 0 15px; }
  .about-page .culture {
    padding: 70px 15px; }
  .shop-page .filter {
    margin-bottom: 30px; }
  .shop-page .products-content .products.list-view .card-width {
    width: 100%; }
  .product-page .related-products .related-products-slider .swiper-button-next,
  .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
    right: 5px; }
  .product-page .related-products .related-products-slider .swiper-button-prev,
  .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
    left: 5px; }
  .product-page .product-slider {
    overflow: hidden; }
  .product-page .product-slider {
    margin-bottom: 50px; }
  .product-page .product-slider .gallery-top .swiper-slide .img,
  .product-page .product-slider .gallery-thumbs {
    height: 370px; }
  .product-page .product-details .nav-pills .nav-link {
    font-size: 18px; }
  .product-page .product-info .qyt-addCart .add-more {
    width: 25%; }
  /* .section-head.furqan h2 {
    font-size: 18px; } */
  .hosting-links a {
    margin: 10px 5px !important; }
  footer .foot {
    margin-top: 40px !important; }
    footer .foot .info {
      padding: 30px 0 !important; }
    }
/* ======== */
/* ======= */
@media screen and (max-width: 480px) {
  .screenshots.furqan .screenshots-slider .img {
    margin: 0 auto;
    width: 150px;
    height: 300px; }
  .screenshots.furqan .mob-hand {
    bottom: 165px;
    height: 435px;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%); } }

    .pricing.furqan .pricing-tabsHead .price-radios {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background-color: #edf2fa;
      padding: 7px;
      border-radius: 50px; }
      .pricing.furqan .pricing-tabsHead .price-radios .form-check {
        margin: 0;
        padding: 0; }
        .pricing.furqan .pricing-tabsHead .price-radios .form-check .form-check-label {
          color: #000;
          background-color: transparent;
          font-size: 12px;
          font-weight: bold;
          border-radius: 30px;
          padding: 10px 15px;
          text-transform: capitalize;
          cursor: pointer; }
          .pricing.furqan .pricing-tabsHead .price-radios .form-check .form-check-label small {
            padding: 1px 5px;
            font-size: 10px; }
        .pricing.furqan .pricing-tabsHead .price-radios .form-check .form-check-input {
          display: none; }
        .pricing.furqan .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
          background-color: #fff;
          -webkit-box-shadow: 0 5px 5px #0001;
          box-shadow: 0 5px 5px #0001; }
    
    .pricing.furqan .content {
      min-width: 800px;
      margin-top: 50px; }
      .pricing.furqan .content .price-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #7f7f7f; }
        .pricing.furqan .content .price-head .price-headTitle {
          width: 50%; }
        .pricing.furqan .content .price-head .price-headItem {
          position: relative;
          width: 25%;
          text-align: center;
          padding: 30px 0;
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; }
          .pricing.furqan .content .price-head .price-headItem .label {
            position: absolute;
            top: -30px;
            right: 15px;
            z-index: 5;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 60px;
            height: 60px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            text-transform: uppercase;
            font-size: 9px;
            font-weight: bold;
            background-image: url(../img/pricing/label_success.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            color: #fff; }
          .pricing.furqan .content .price-head .price-headItem h6 {
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px; }
          .pricing.furqan .content .price-head .price-headItem h2 {
            font-size: 45px;
            margin-bottom: 5px; }
            .pricing.furqan .content .price-head .price-headItem h2 span {
              font-size: 18px;
              color: #999;
              font-weight: 400; }
          .pricing.furqan .content .price-head .price-headItem small {
            font-size: 11px;
            color: #666;
            display: block;
            line-height: 1.5; }
      .pricing.furqan .content .price-body .price-bodyItems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #f2f2f2; }
        .pricing.furqan .content .price-body .price-bodyItems:last-of-type {
          border: 0; }
        .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle {
          width: 50%;
          padding: 15px 0;
          font-size: 14px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          min-height: -webkit-max-content;
          min-height: -moz-max-content;
          min-height: max-content;
          position: relative; }
          .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
            position: relative;
            display: inline-block;
            cursor: pointer; }
            .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
              font-size: 11px;
              color: #999;
              margin: 0 3px; }
              .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
                color: var(--color-blue5); }
            .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
              position: absolute;
              bottom: 15px;
              left: 15px;
              padding: 20px;
              border-radius: 10px;
              background-color: #f7f7f7;
              text-align: center;
              width: 250px;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              opacity: 0;
              visibility: hidden; }
              .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
                color: var(--color-blue5);
                text-transform: uppercase;
                margin-bottom: 5px;
                font-size: 13px;
                font-weight: 500; }
            .pricing.furqan .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
              opacity: 1;
              visibility: visible; }
        .pricing.furqan .content .price-body .price-bodyItems .price-item {
          width: 25%;
          padding: 15px 0;
          text-align: center;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          min-height: -webkit-max-content;
          min-height: -moz-max-content;
          min-height: max-content; }
          .pricing.furqan .content .price-body .price-bodyItems .price-item i {
            color: var(--color-blue5);
            font-size: 20px; }
          .pricing.furqan .content .price-body .price-bodyItems .price-item span {
            color: #000;
            font-size: 14px; }
      .pricing.furqan .content .price-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .pricing.furqan .content .price-foot .price-footTitle {
          width: 50%; }
        .pricing.furqan .content .price-foot .price-footItem {
          width: 25%;
          text-align: center;
          padding: 30px 0 50px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px; }
    
    .pricing.furqan .monthly_price {
      display: none; }
    