/* ===============================================================
			[ * 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:#f9a41f;
  --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; }
  body.style-6 {
    padding: 30px 30px 0; }

.home-style-7 {
  color: #000; }
  .home-style-7 a:hover {
    color: var(--color-blue7); }
  .home-style-7 #preloader:after,
  .home-style-7 #preloader:before {
    background: -webkit-gradient(linear, right top, left top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
    background: -webkit-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background: -o-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
    background: linear-gradient(to left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%); }

.home-style-8 {
  color: #000; }
  .home-style-8 a:hover {
    color: var(--color-main); }

.home-style-11 .btn * {
  text-transform: uppercase;
  font-weight: 400; }

.home-style-12 {
  background-color: #15141a;
  color: #fff; }

.home-style-13 a:hover {
  color: var(--color-orange3); }

.home-style-15 {
  background-color: #0c0125;
  color: #fff; }
  .home-style-15 a:hover {
    color: var(--color-red2); }

.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;
  top: 48%!important;}

  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    font-size: 60px;
  }

.slider-style-6 {
  position: relative; }
  .slider-style-6 .swiper-pagination-bullet-active {
    background-color: var(--color-blue6); }
  .slider-style-6 .swiper-button-next,
  .slider-style-6 .swiper-button-prev {
    border-radius: 50%;
    width: 45px;
    height: 45px; }
    .slider-style-6 .swiper-button-next:hover,
    .slider-style-6 .swiper-button-prev:hover {
      background: var(--color-blue6);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .slider-style-6 .swiper-button-next, .slider-style-6 .swiper-container-rtl .swiper-button-prev {
    right: -60px; }
  .slider-style-6 .swiper-button-prev, .slider-style-6 .swiper-container-rtl .swiper-button-next {
    left: -60px; }

/* --------------- 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.style-5 a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid #9993;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  color: #666; }
  .pagination.style-5 a .text {
    padding: 3px 10px;
    font-size: 11px; }

.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 --------------- */
.ltspc-1 {
  letter-spacing: 1px; }

.ltspc-2 {
  letter-spacing: 2px; }

.ltspc-3 {
  letter-spacing: 3px; }

.ltspc-4 {
  letter-spacing: 4px; }

.ltspc-5 {
  letter-spacing: 5px; }

.ltspc-8 {
  letter-spacing: 8px; }

.ltspc-10 {
  letter-spacing: 10px; }

.ltspc-12 {
  letter-spacing: 12px; }

.ltspc-15 {
  letter-spacing: 15px; }

.ltspc-17 {
  letter-spacing: 17px; }

/* .ltspc-20 {
  letter-spacing: 20px; } */

.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: 16px;
    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-head.style-3 {
  margin-bottom: 50px; }
  .section-head.style-3 h3 {
    font-size: 27px;
    text-transform: capitalize; }
    .section-head.style-3 h3 span {
      font-weight: 400;
      color: var(--color-blue2);
      font-style: italic;
      position: relative; }
      .section-head.style-3 h3 span::after {
        position: absolute;
        content: "";
        background-image: url(../img/section_head/title_shap1.png);
        left: 0;
        bottom: -15px;
        width: calc(100% + 40px);
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat; }
  .section-head.style-3.long-shape h3 span::after {
    background-image: url(../img/section_head/title_shap2.png);
    bottom: -15px; }

/* --------------- section style-4 --------------- */
.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px; }

.section-head.style-4 h2 {
  font-size: 42px;
  line-height: 1.3;
  color: #000; }
  .section-head.style-4 h2 span {
    -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%); }

.section-head.style-4 h5 {
  font-size: 18px;
  font-weight: bold;
  color: #a44cee;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px; }

/* --------------- section style-5 --------------- */
.section-head.style-5 h2 {
  font-size: 45px; }
  .section-head.style-5 h2 span {
    color: var(--color-blue5);
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px; }
    .section-head.style-5 h2 span::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40%;
      background-color: var(--color-blue5);
      opacity: 8%; }

.section-head.style-5 p {
  color: #666;
  font-size: 15px; }

/* --------------- section style-6 --------------- */
.section-head.style-6 h2 {
  color: #000;
  font-size: 45px; }
  .section-head.style-6 h2 span {
    position: relative;
    padding: 10px 20px; }
    .section-head.style-6 h2 span small {
      position: relative;
      z-index: 2;
      font-size: 45px;
      color: #fff; }
    .section-head.style-6 h2 span::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(../img/shap_style_6.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1; }

/* --------------- section style-8 --------------- */
.section-head.style-8 h5 {
      font-size: 18px;
    font-weight: bold;
    color: #a44cee;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 10px;
  }

.section-head.style-8 h2 {
      font-size: 42px;
    line-height: 1.3;
  text-transform: capitalize; }

      .section-head.style-8 p{color: #ababab;}

/* --------------- section style-9 --------------- */
.section-head.style-9 h6 {
  letter-spacing: 0.5s;
  text-transform: uppercase;
  color: var(--color-darkBlue2);
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 0 25px; }
  .section-head.style-9 h6::after {
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background-color: #6c41ff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section-head.style-9 h6::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background-color: #6c41ff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.section-head.style-9 h2 {
  font-size: 40px;
  color: var(--color-darkBlue2);
  margin-bottom: 15px; }

.section-head.style-9 p {
  font-size: 18px;
  color: #666666; }

/* --------------- section style-12 --------------- */
.section-head.style-12 h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section-head.style-12 h6 .icon {
    width: 25px; }

.section-head.style-12 h2 {
  font-weight: 600;
  font-size: 50px; }
  .section-head.style-12 h2 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--color-yellowGreen); }

/* --------------- section style-13 --------------- */
.section-head.style-13 h6 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 10; }
  .section-head.style-13 h6::before {
    position: absolute;
    content: "";
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--color-orange3);
    z-index: -1;
    -webkit-animation: scale_up_down linear 1s infinite alternate;
    animation: scale_up_down linear 1s infinite alternate; }

.section-head.style-13 h2 {
  font-size: 40px; }

.section-head.style-13.side-title h6 {
  padding-left: 20px; }
  .section-head.style-13.side-title h6::before {
    left: 0; }

/* ===============================================================
			[ * top navbar Section ] 
================================================================*/
.top-navbar {
  z-index: 9999; }

/* --------------- top navbar styles --------------- */
.top-navbar.style-1 {
  background: var(--color-main-grad);
  position: relative;
  z-index: 9999; }
  .top-navbar.style-1 .top-links .text {
    font-size: 11px; }
    .top-navbar.style-1 .top-links .text strong {
      margin: 0 10px; }
    .top-navbar.style-1 .top-links .text .fa-bullhorn {
      background-color: #002ec1;
      padding: 15px; }
  .top-navbar.style-1 .r-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .top-navbar.style-1 .r-side .socail-icons {
      border-right: 1px solid #fff4;
      padding-right: 10px;
      margin-right: 14px; }
      .top-navbar.style-1 .r-side .socail-icons a {
        color: #fff;
        margin: 0 5px;
        font-size: 12px; }
    .top-navbar.style-1 .r-side .dropdown {
      color: #fff;
      font-size: 11px; }
      .top-navbar.style-1 .r-side .dropdown img {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover; }

/* --------------- top navbar style-4 --------------- */
.top-navbar.style-4 {
  background-image: url(../img/top_nav_s4.png);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center; }

/* --------------- top navbar style-5 --------------- */
.top-navbar.style-5 {
  padding: 10px 15px;
  text-align: center;
  background-color: var(--color-blue5); }

/* --------------- top navbar style-7 --------------- */
.top-navbar.style-7 {
  padding: 15px 0;
  border-bottom: 1px solid #9993;
  position: relative;
  z-index: 9991; }

/* --------------- top navbar style 9 --------------- */
.top-navbar.style-9 {
  color: #fff;
  background-color: #172b86;
  padding: 10px 0;
  position: relative; }

/* --------------- top navbar style 11 --------------- */
.top-navbar.style-11 {
  position: relative;
  z-index: 9999; }
  .top-navbar.style-11 .top-nav-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .top-navbar.style-11 .top-nav-side .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff; }
      .top-navbar.style-11 .top-nav-side .social-links a {
        color: #999;
        -webkit-margin-start: 15px;
        margin-inline-start: 15px; }
        .top-navbar.style-11 .top-nav-side .social-links a:hover {
          color: var(--color-green); }

/* --------------- top navbar style 9 --------------- */
.top-navbar.style-15 {
  color: #fff;
  padding: 20px 0;
  position: relative;
  font-size: 13px; }

/* ===============================================================
			[ * top side menu Section ] 
================================================================*/
.side_menu.style-7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-gray2);
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .side_menu.style-7 .content {
    width: 100%; }
    .side_menu.style-7 .content .logo {
      padding: 30px 7vw;
      border-bottom: 1px solid #9993; }
      .side_menu.style-7 .content .logo img {
        width: 300px;
        max-width: 50%; }
    .side_menu.style-7 .content .side_foot {
      padding: 30px 7vw;
      border-top: 1px solid #9993; }
      .side_menu.style-7 .content .side_foot h5 {
        text-transform: uppercase;
        margin-bottom: 20px; }
  .side_menu.style-7 .pages_links {
    padding: 15px 7vw;
    height: calc(100vh - 240px);
    overflow: auto; }
    .side_menu.style-7 .pages_links::-webkit-scrollbar {
      height: 5px;
      width: 3px;
      background: #8169f122;
      border-radius: 10px; }
    .side_menu.style-7 .pages_links::-webkit-scrollbar-thumb {
      background: var(--color-blue7);
      -webkit-border-radius: 0;
      border-radius: 10px; }
    .side_menu.style-7 .pages_links::-webkit-scrollbar-corner {
      background: #8169f122;
      border-radius: 10px; }
    .side_menu.style-7 .pages_links li {
      opacity: 0;
      -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
      .side_menu.style-7 .pages_links li a {
        color: #222;
        font-size: calc(14px + 1.5vw);
        font-weight: bold;
        margin: 10px 0;
        position: relative;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-transform: capitalize; }
        .side_menu.style-7 .pages_links li a::after {
          position: absolute;
          content: "";
          left: 110%;
          top: 60%;
          width: 0;
          height: 2px;
          background-color: var(--color-blue7);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .side_menu.style-7 .pages_links li a:hover, .side_menu.style-7 .pages_links li a.active {
          color: var(--color-blue7); }
          .side_menu.style-7 .pages_links li a:hover::after, .side_menu.style-7 .pages_links li a.active::after {
            width: 50px; }
    .side_menu.style-7 .pages_links ul li {
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(1) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(2) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(3) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(4) {
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(5) {
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(6) {
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(7) {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s; }
      .side_menu.style-7 .pages_links ul li:nth-of-type(8) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
  .side_menu.style-7 .side_menu_cls {
    position: absolute;
    top: 40px;
    right: 30px; }
    .side_menu.style-7 .side_menu_cls:hover {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .side_menu.style-7.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
    border-radius: 0; }
    .side_menu.style-7.show li {
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); }
  .side_menu.style-7.dark_theme {
    background-color: #000;
    color: #fff; }
    .side_menu.style-7.dark_theme .pages_links li a {
      color: #999; }
      .side_menu.style-7.dark_theme .pages_links li a::after {
        background: #999; }
      .side_menu.style-7.dark_theme .pages_links li a:hover {
        color: #fff; }
        .side_menu.style-7.dark_theme .pages_links li a:hover::after {
          background: #999; }
    .side_menu.style-7.dark_theme::-webkit-scrollbar {
      background: #fff3; }
    .side_menu.style-7.dark_theme::-webkit-scrollbar-thumb {
      background: #fff3; }
    .side_menu.style-7.dark_theme::-webkit-scrollbar-corner {
      background: #fff3; }

.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; }

@media screen and (max-width: 480px) {
  .side_menu.style-7 {
    width: 100%; }
    .side_menu.style-7 .pages_links {
      height: calc(100vh - 273px); } 

      .project-card.style-7 .info{
      	padding: 25px;
      }
  }



/* ===============================================================
			[ * navbar Section ] 
================================================================*/
/* --------------- navbar styles --------------- */
.nav-container {
  z-index: 999; }

.navbar {
  z-index: 999; }
  .navbar .nav-link {
    cursor: pointer; 
    font-size: 9px;
display: flex;
align-items: center;}

.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.style-1 {
  padding: 30px 0; }
  .navbar.style-1 .navbar-brand {
    margin-right: 40px; }
  .navbar.style-1 .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 2;
    margin: 0 7px;
    text-transform: capitalize; }
    .navbar.style-1 .navbar-nav .nav-item .nav-link.active {
      color: var(--color-main); }
  .navbar.style-1 .nav-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar.style-1 .nav-side .hotline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #9993; }
      .navbar.style-1 .nav-side .hotline .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--color-main-grad);
        color: #fff;
        font-size: 13px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .navbar.style-1 .nav-side .hotline .cont h6 {
        color: #000;
        font-size: 15px;
        font-weight: bold; }
  .navbar.style-1 .qoute-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar.style-1 .qoute-nav a .cart-num {
      font-size: 9px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      color: #fff;
      background: var(--color-main-grad);
      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; }

.navbar.style-2.nav-scroll {
  background-color: #010049 !important; }

.navbar.style-2 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain; }

.navbar.style-2 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  padding: 30px 30px;
  border-bottom: 2px solid transparent;
  position: relative; }
  .navbar.style-2 .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #fff2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navbar.style-2 .navbar-nav .nav-item .nav-link.active, .navbar.style-2 .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid var(--color-lightBlue); }
    .navbar.style-2 .navbar-nav .nav-item .nav-link.active::before, .navbar.style-2 .navbar-nav .nav-item .nav-link:hover::before {
      height: 100%; }

.navbar.style-2 .qoute-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navbar.style-2 .qoute-nav a {
    color: #fff; }
    .navbar.style-2 .qoute-nav a .cart-num {
      font-size: 9px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      color: #000;
      background: var(--color-lightBlue);
      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; }

.navbar.style-2 .dropdown-menu {
  background: #348CB2;
  border-radius: 0; }
  .navbar.style-2 .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 8px 15px; }
    .navbar.style-2 .dropdown-menu .dropdown-item.active, .navbar.style-2 .dropdown-menu .dropdown-item:active, .navbar.style-2 .dropdown-menu .dropdown-item:hover {
      background-color: #010049; }

.navbar.style-3 {
  padding: 20px 0; }
  .navbar.style-3.nav-scroll {
    background-color: #4A00E1 !important; }
  .navbar.style-3 .navbar-brand img {
    width: 155px;
    -o-object-fit: contain;
    object-fit: contain; }
  .navbar.style-3 .navbar-nav .nav-item .nav-link {
    font-size: 11px;
    color: #fff;
    margin: 0 5px;
    padding: 10px 20px;
    border-radius: 30px; }
    .navbar.style-3 .navbar-nav .nav-item .nav-link.active, .navbar.style-3 .navbar-nav .nav-item .nav-link:hover {
      background-color: #0002; }
  .navbar.style-3 .nav-side .search-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff6;
    color: #fff;
    font-size: 12px;
    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; }

.navbar.style-4 {
  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.style-4 .navbar-brand {
    width: fit-content;
    -o-object-fit: contain;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    object-fit: contain; }

    .navbar.style-4 .link-one{

    }

  .navbar.style-4 .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    margin: 0 15px; }
    .navbar.style-4 .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.style-4 .navbar-nav .nav-item .nav-link:hover, .navbar.style-4 .navbar-nav .nav-item .nav-link.active {
      color: var(--color-blue4); }
      .navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before, .navbar.style-4 .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.style-4 .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.style-4 .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; }

.navbar.style-5 {
  position: relative;
  z-index: 99;
  padding: 20px 0;
  background-color: #e7f1ff; }
  .navbar.style-5 .container-fluid {
    padding: 0 3vw; }
  .navbar.style-5 .navbar-brand img {
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain; }
  .navbar.style-5 .nav-item .nav-link {
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0 15px;
    text-transform: capitalize; }
    .navbar.style-5 .nav-item .nav-link:hover, .navbar.style-5 .nav-item .nav-link.active {
      color: var(--color-blue5); }
    .navbar.style-5 .nav-item .nav-link .bi {
      position: relative;
      bottom: -5px; }
  .navbar.style-5 .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; }

.navbar.style-6 {
  position: absolute;
  z-index: 99;
  padding: 20px 0;
  background-color: #dee0f2;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0; }
  .navbar.style-6 .container-fluid {
    padding: 0 3vw; }
  .navbar.style-6 .navbar-brand img {
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain; }
  .navbar.style-6 .nav-item .nav-link {
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0 15px;
    text-transform: capitalize; }
    .navbar.style-6 .nav-item .nav-link::after {
      position: absolute;
      content: "";
      right: -16px;
      top: 16px;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #bebccd; }
    .navbar.style-6 .nav-item .nav-link:hover, .navbar.style-6 .nav-item .nav-link.active {
      color: var(--color-blue6); }
  .navbar.style-6 .nav-item:last-of-type .nav-link::after {
    display: none; }

.navbar.style-7 {
  padding: 30px 0; }
  .navbar.style-7 .navbar-brand {
    width: 250px;
    padding-right: 60px;
    border-right: 1px solid #9992; }
  .navbar.style-7 .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 15px 20px;
    color: #000;
    text-transform: capitalize; }
    .navbar.style-7 .navbar-nav .nav-item .nav-link.active, .navbar.style-7 .navbar-nav .nav-item .nav-link:hover {
      border-color: #000; }
  .navbar.style-7 .side_menu_btn {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar.style-7 .side_menu_btn:hover {
      -webkit-transform: rotate(140deg);
      -ms-transform: rotate(140deg);
      transform: rotate(140deg); }

.navbar.style-8 {
  padding: 30px 0; }
  .navbar.style-8 .navbar-brand {
    width: 150px; }
  .navbar.style-8 .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 15px 20px;
    color: #000;
    text-transform: capitalize; }
    .navbar.style-8 .navbar-nav .nav-item .nav-link.active, .navbar.style-8 .navbar-nav .nav-item .nav-link:hover {
      border-color: #000; }

.navbar.style-9.nav-scroll {
  background: #1f227d !important; }
  .navbar.style-9.nav-scroll .content {
    border: 0; }

.navbar.style-9 .content {
  padding: 20px 15px;
  border-bottom: 1px solid #fff2; }

.navbar.style-9 .navbar-brand {
  width: 160px; }

.navbar.style-9 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize; }
  .navbar.style-9 .navbar-nav .nav-item .nav-link.active, .navbar.style-9 .navbar-nav .nav-item .nav-link:hover {
    border-color: #fff; }

.navbar.style-9 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navbar.style-9 .side_menu_btn:hover {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg); }

.navbar.style-11.nav-scroll {
  background: #111 !important; }
  .navbar.style-11.nav-scroll .content {
    border: 0; }

.navbar.style-11 .content {
  padding: 20px 15px; }

.navbar.style-11 .navbar-brand {
  width: 160px;
  border-right: 1px solid #fff3; }

.navbar.style-11 .nav-link {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: uppercase; }
  .navbar.style-11 .nav-link.active, .navbar.style-11 .nav-link:hover {
    border-color: #fff; }

.navbar.style-11 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navbar.style-11 .side_menu_btn:hover {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg); }

.navbar.style-12 {
  padding: 0;
  border-bottom: 1px solid #fff1;
  background-color: #15141a !important; }
  .navbar.style-12 .navbar-brand {
    width: 280px;
    padding: 30px 50px 30px 30px;
    -webkit-border-end: 1px solid #fff1;
    border-inline-end: 1px solid #fff1; }
  .navbar.style-12 .nav-search {
    padding-left: 30px; }
    .navbar.style-12 .nav-search .form-group {
      position: relative; }
      .navbar.style-12 .nav-search .form-group .icon {
        position: absolute;
        color: #fff;
        top: 16px;
        left: 15px;
        background: transparent;
        border: 0; }
      .navbar.style-12 .nav-search .form-group .form-control {
        color: #44424a;
        background-color: #1a191e;
        border-radius: 5px;
        max-width: 280px;
        border: 0;
        padding: 15px 15px 15px 45px;
        color: #fff; }
  .navbar.style-12 .nav-item {
    position: relative; }
    .navbar.style-12 .nav-item:hover::after, .navbar.style-12 .nav-item:hover::before {
      opacity: 1; }
    .navbar.style-12 .nav-item::before {
      position: absolute;
      content: "";
      left: 10px;
      top: -10px;
      width: 100%;
      height: 100%;
      background-image: url(../img/icons/star1.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 25px;
      z-index: -1;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .navbar.style-12 .nav-item::after {
      position: absolute;
      content: "";
      right: 20px;
      bottom: -20px;
      width: 100%;
      height: 100%;
      background-image: url(../img/icons/star1.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 25px;
      z-index: -1;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .navbar.style-12 .nav-item .nav-link {
      color: #45434c;
      position: relative;
      margin: 0 10px;
      text-transform: capitalize; }
      .navbar.style-12 .nav-item .nav-link:hover {
        color: var(--color-yellowGreen); }
  .navbar.style-12 .nav-side {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff; }
    .navbar.style-12 .nav-side .social-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar.style-12 .nav-side .social-icons p {
        -webkit-margin-end: 5px;
        margin-inline-end: 5px; }
      .navbar.style-12 .nav-side .social-icons a {
        color: #45434c;
        -webkit-margin-start: 10px;
        margin-inline-start: 10px; }
        .navbar.style-12 .nav-side .social-icons a:hover {
          color: var(--color-yellowGreen); }

.navbar.style-13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0; }
  .navbar.style-13 .navbar-brand img {
    width: 150px; }
  .navbar.style-13 .nav-link {
    color: #15141a;
    font-size: 14px;
    margin: 0 15px;
    text-transform: capitalize; }
    .navbar.style-13 .nav-link:hover {
      color: var(--color-orange3); }

.navbar.style-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0; }
  .navbar.style-14 .navbar-brand img {
    width: 150px; }
  .navbar.style-14 .nav-link {
    color: #15141a;
    font-size: 14px;
    margin: 0 15px;
    text-transform: capitalize; }
    .navbar.style-14 .nav-link:hover {
      color: var(--color-red1); }

.navbar.style-15.nav-scroll {
  background: #5F364B !important; }
  .navbar.style-15.nav-scroll .content {
    border: 0; }

.navbar.style-15 .content {
  padding: 20px 15px;
  border-top: 1px solid #fff2; }

.navbar.style-15 .navbar-brand {
  width: 160px; }

.navbar.style-15 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize; }
  .navbar.style-15 .navbar-nav .nav-item .nav-link.active, .navbar.style-15 .navbar-nav .nav-item .nav-link:hover {
    border-color: #fff; }

.navbar.style-15 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navbar.style-15 .side_menu_btn:hover {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg); }

/* ===============================================================
			[ * header Section ] 
================================================================*/
/* --------------- header styles --------------- */
header.style-1 {
  position: relative; }
  header.style-1 .head-shape-r {
    position: absolute;
    right: 0;
    top: 8%;
    width: 55%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right; }
  header.style-1 .head-shape-l {
    position: absolute;
    left: 0;
    top: 25%;
    height: 40%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left; }
  header.style-1 .content {
    position: relative;
    z-index: 10; }
  header.style-1 .info .section-head h2 {
    font-size: 55px; }
  header.style-1 .info .text {
    font-size: 14px;
    color: #666666;
    width: 80%; }
  header.style-1 .info .bttns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header.style-1 .info .bttns .vid-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 30px; }
      header.style-1 .info .bttns .vid-btn i {
        width: 35px;
        height: 35px;
        border-radius: 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;
        background: var(--color-main-grad);
        color: #fff;
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 22px;
        padding-left: 2px;
        outline: 6px solid #157aa620; }
      header.style-1 .info .bttns .vid-btn span {
        color: var(--color-main);
        font-size: 12px;
        font-weight: bold; }

header.style-2 {
  position: relative;
  min-height: 100vh;
  padding: 185px 0 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40%, #062063), color-stop(40%, #157aa6));
  background: -webkit-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: -o-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: linear-gradient(to top, #062063 -40%, #157aa6 40%); }
  header.style-2 .head_shape2 {
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: 110%;
    max-width: unset;
    height: 115%;
    max-height: none; }
  header.style-2 .content {
    position: relative;
    z-index: 5; }
    header.style-2 .content h1 {
      font-size: 123px;
      letter-spacing: 75px;
      display: inline-block;
      padding-left: 75px; }
    header.style-2 .content h4 {
      font-weight: 600; }
    header.style-2 .content p {
      font-size: 20px; }
      header.style-2 .content p.d-block {
        font-size: 16px; }
    header.style-2 .content .vid-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 100px; }
      header.style-2 .content .vid-btn i {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        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;
        background: var(--color-lightBlue);
        color: #fff;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 22px;
        padding-left: 2px; }
    header.style-2 .content .brands {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      z-index: 5; }

header.style-3 {
  background-color: var(--color-blue2);
  position: relative;
  padding: 100px 0 30px; }
  header.style-3::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-image: url(../img/0011.png);
    background-size: 80%;
    background-repeat: repeat;
    background-position: bottom;
    opacity: 0.08;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%); }
  header.style-3 .main-img {
    position: absolute;
    right: 0;
    top: 200px;
    width: 55%;
    height: calc(100% - 300px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right; }
    header.style-3 .main-img .pattern {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
    header.style-3 .main-img .circle {
      position: absolute;
      width: 55%;
      top: 10.5%;
      right: 20%;
      -webkit-animation: rotate-center 100s linear infinite both;
      animation: rotate-center 100s linear infinite both; }
    header.style-3 .main-img .logo_shap {
      position: absolute;
      top: 37%;
      right: 39%;
      width: 17%; }
  header.style-3 .content .info .h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2; }
    header.style-3 .content .info .h1 span {
      font-weight: 400;
      position: relative;
      font-style: italic; }
      header.style-3 .content .info .h1 span::before {
        position: absolute;
        content: "";
        left: 0;
        top: 100%;
        width: 160px;
        height: 30px;
        background-image: url(../img/header/info_h1_line.png);
        background-size: 160px;
        background-repeat: no-repeat;
        background-position: left; }
  header.style-3 .content .info .p {
    color: #ccccff;
    margin-top: 40px; }
  header.style-3 .content .info .h5 {
    color: #fffefe;
    font-size: 16px;
    font-weight: bold;
    margin-top: 80px;
    position: relative; }
    header.style-3 .content .info .h5::before {
      position: absolute;
      content: "";
      left: -65px;
      bottom: -10px;
      width: 50px;
      height: 100px;
      background-image: url(../img/header/head3_arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  header.style-3 .content .info .form-group .form-control,
  header.style-3 .content .info .form-group .form-select {
    padding: 12px 20px;
    font-size: 12px;
    border: 0;
    border-radius: 30px; }
  header.style-3 .content .info .form-group.input-with-icon {
    position: relative; }
    header.style-3 .content .info .form-group.input-with-icon .form-control {
      padding: 12px 20px 12px 40px; }
    header.style-3 .content .info .form-group.input-with-icon .input-icon {
      position: absolute;
      left: 20px;
      bottom: 10px;
      color: #999; }


      header.style-7 .content .info .form-group .form-control,
  header.style-7 .content .info .form-group .form-select {
    padding: 12px 20px;
    font-size: 14px;
    border: 0;
    border-radius: 30px; 
border-color: var(--color-blue5);
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);}
  header.style-7 .content .info .form-group.input-with-icon {
    position: relative; }
    header.style-7 .content .info .form-group.input-with-icon .form-control {
      padding: 12px 20px 12px 40px; }
    header.style-7 .content .info .form-group.input-with-icon .input-icon {
      position: absolute;
      left: 20px;
      bottom: 10px;
      color: #999; }
/* ------------ animation -------- */
header.style-4 {
  position: relative;
  padding: 60px 0; }
  header.style-4 .content {
    position: relative;
    overflow: hidden; }
    header.style-4 .content .info .title_small {
      font-size: 12px;
      padding: 5px 10px;
      background-color: #f7f4ff;
      border-radius: 5px;
      color: var(--color-blue4); }
    header.style-4 .content .info h1 {
      font-size: 52px;
      line-height: 60px;
      color: #000; }
      header.style-4 .content .info h1 span {
        -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%); }
    header.style-4 .content .info .text {
      color: #666;
      font-size: 15px; }
    header.style-4 .content .info .play-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header.style-4 .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.style-4 .content .info .play-btn .icon i {
          color: var(--color-blue4);
          font-size: 16px; }
    header.style-4 .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.style-4 .wave {
    position: absolute;
    left: -3%;
    bottom: -10px;
    width: 106%;
    max-width: unset;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    z-index: 20; }

header.style-5 {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background: -moz-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(74%, #edf4fe), to(#e7f1ff));
  background: -o-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: linear-gradient(to top, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%); }
  header.style-5 .info {
    text-align: center; }
    header.style-5 .info h1 {
      font-size: 60px;
      color: #000;
      line-height: 1.2;
      letter-spacing: -2px; }
      header.style-5 .info h1 span {
        position: relative; }
        header.style-5 .info h1 span .head-line {
          position: absolute;
          left: 0;
          bottom: -5px;
          width: 100%; }
        header.style-5 .info h1 span .head-pen {
          position: absolute;
          left: 102%;
          bottom: -5px; }
    header.style-5 .info p {
      font-size: 15px;
      color: #666;
      margin-top: 30px; }
    header.style-5 .info .form {
      text-align: center; }
      header.style-5 .info .form .form-group {
        position: relative;
        max-width: 500px;
        margin: 40px auto; }
        header.style-5 .info .form .form-group .icon {
          position: absolute;
          left: 25px;
          bottom: 13px;
          font-size: 18px; }
        header.style-5 .info .form .form-group input {
          width: 100%;
          padding: 16px 180px 16px 60px;
          background-color: #fff;
          border: 1px solid #ccc;
          border-radius: 30px; }
        header.style-5 .info .form .form-group .btn {
          position: absolute;
          right: 8px;
          top: 7px; }
  header.style-5 .main-img {
    margin-top: 85px;
    position: relative;
    z-index: 10; }
    /* header.style-5 .main-img .page-img {
      -webkit-box-shadow: 0px -13px 124px 0px rgba(75, 83, 97, 0.15);
      box-shadow: 0px -13px 124px 0px rgba(75, 83, 97, 0.15);
      border-radius: 15px; } */
    header.style-5 .main-img .linechart-img {
      position: absolute;
      top: 4%;
      right: -5%;
      /* width: 50%; */
      -webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
      animation: scale_up_down 1.5s ease-in-out infinite alternate both; }
    header.style-5 .main-img .piechart-img {
      position: absolute;
      bottom: 5%;
      right:13%;
      /* width: 15%; */
      -webkit-filter: drop-shadow(0 20px 60px #0005);
      filter: drop-shadow(0 20px 60px #0005);
	   -webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
      animation: scale_up_down 1.5s ease-in-out infinite alternate both; 
      /* -webkit-animation: rotate-center 50s linear infinite both;
      animation: rotate-center 50s linear infinite both;  */}
  header.style-5 .handl-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    z-index: 15;
    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
    animation: slide_up_down 2s ease-in-out infinite alternate both; }
  header.style-5 .handr-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 0;
    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
    animation: slide_up_down 2s ease-in-out infinite alternate both;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

header.style-6 {
  position: relative;
  padding: 0 30px 0;
  overflow: hidden; }
  header.style-6 .content {
    background-color: #dee0f2;
    position: relative;
    padding: 150px 0 100px;
    border-radius: 30px; }
  header.style-6 .info {
    text-align: center;
    position: relative;
    z-index: 5; }
    header.style-6 .info h6 {
      color: #666;
      font-size: 18px;
      letter-spacing: 5px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    header.style-6 .info h1 {
      font-size: 85px;
      color: #000;
      line-height: 1.1; }
      header.style-6 .info h1 span {
        color: #fff;
        position: relative;
        padding: 10px 40px; }
        header.style-6 .info h1 span small {
          color: #fff;
          position: relative;
          z-index: 2;
          font-size: 85px; }
        header.style-6 .info h1 span::before {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          padding: 10px 30px;
          background-image: url(../img/shap_style_6.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          z-index: 1; }
    header.style-6 .info .text {
      font-size: 14px;
      color: #666;
      margin-top: 50px; }
    header.style-6 .info .form {
      background-color: #fff;
      border-radius: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 70px; }
      header.style-6 .info .form .form-group {
        width: 38%;
        border-right: 1px solid #9994;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px; }
        header.style-6 .info .form .form-group:last-of-type {
          border: 0; }
        header.style-6 .info .form .form-group input {
          background-color: #fff;
          border: 0;
          color: #000;
          font-size: 12px;
          width: 100%; }
          header.style-6 .info .form .form-group input::-webkit-input-placeholder {
            opacity: 0.7; }
          header.style-6 .info .form .form-group input:-ms-input-placeholder {
            opacity: 0.7; }
          header.style-6 .info .form .form-group input::-ms-input-placeholder {
            opacity: 0.7; }
          header.style-6 .info .form .form-group input::placeholder {
            opacity: 0.7; }
  header.style-6 .hand-mega {
    position: absolute;
    width: 20%;
    top: 20%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    z-index: 2; }
  header.style-6 .head6-rating {
    position: absolute;
    width: 18%;
    bottom: 27%;
    left: 15%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2; }
  header.style-6 .target-3d {
    position: absolute;
    width: 20%;
    bottom: -120px;
    left: 35%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    z-index: 2; }
  header.style-6 .head6-charts {
    position: absolute;
    width: 14%;
    top: 20%;
    right: 15%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2; }
  header.style-6 .head6-rocket {
    position: absolute;
    width: 30%;
    bottom: 5%;
    right: -30px;
    z-index: 2; }

header.style-7 {
  position: relative;
  color: #000;
  padding-bottom: 60px; }
  header.style-7 .content {
    position: relative;
    z-index: 10; }
  header.style-7 .info h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 62px; }
    header.style-7 .info h1 .num {
      color: #e2e1e1; }
    header.style-7 .info h1 .text-grad {
      -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%); }
  header.style-7 .img {
    position: relative; }
    header.style-7 .img .rock7 {
      position: absolute;
      top: 50px;
      right: -50px; }
  header.style-7 .sponsers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header.style-7 .sponsers .sponsers-content a {
      opacity: 20%;
      -webkit-margin-end: 50px;
      margin-inline-end: 50px; }
      header.style-7 .sponsers .sponsers-content a:hover {
        opacity: 100%; }
  header.style-7 .head7_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

header.style-8 {
  background-image: url(../img/header/header8_pattern.svg);
  background-size: cover;
  background-attachment: fixed; }
  header.style-8 .info h1 {
    font-size: 60px;
    margin-bottom: 50px;
    margin-top: 10px; }
  header.style-8 .info .form h5 {
    font-size: 20px;
    font-weight: 300; }
  header.style-8 .info .form .form-group {
    position: relative; }
  header.style-8 .info .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    border-radius: 50px; }
    header.style-8 .info .form-group input {
      border: 0; }
      header.style-8 .info .form-group input::-webkit-input-placeholder {
        color: #9999; }
      header.style-8 .info .form-group input:-ms-input-placeholder {
        color: #9999; }
      header.style-8 .info .form-group input::-ms-input-placeholder {
        color: #9999; }
      header.style-8 .info .form-group input::placeholder {
        color: #9999; }

header.style-9 {
  background-image: url(../img/header/head9_back.png);
  background-position: center;
  background-size: cover; }
  header.style-9 .info {
    color: #fff; }
    header.style-9 .info h6 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-left: 25px;
      text-transform: uppercase;
      margin-bottom: 15px; }
      header.style-9 .info h6::before {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #5f70b7; }
    header.style-9 .info h1 {
      font-size: 50px;
      margin-bottom: 30px; }
      header.style-9 .info h1 span {
        color: #fff000;
        text-decoration: underline !important; }
    header.style-9 .info ul li {
      font-size: 18px;
      margin: 15px 0;
      font-weight: 300;
      padding-left: 50px;
      text-transform: capitalize;
      position: relative; }
      header.style-9 .info ul li::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        width: 35px;
        height: 1px;
        background-color: #fff3; }
  header.style-9 .img {
    width: 800px;
    max-width: unset; }

header.style-10 {
  background-image: url(../img/header/head9_back.png);
  background-position: center;
  background-size: cover; }
  header.style-10 .info {
    position: relative;
    color: #fff;
    z-index: 10; }
    header.style-10 .info h6 {
      font-size: 14px;
      font-weight: 400;
      position: relative;
      text-transform: capitalize;
      margin-bottom: 15px; }
    header.style-10 .info h1 {
      font-size: 73px;
      margin-bottom: 30px; }
  header.style-10 .img {
    width: 750px;
    max-width: unset;
    -webkit-margin-start: -100px;
    margin-inline-start: -100px; }
  header.style-10 .logos {
    padding-bottom: 60px; }
    header.style-10 .logos .logos-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      header.style-10 .logos .logos-content .logo_img {
        width: 50px;
        margin-top: 30px; }

header.style-11 {
  background-image: url(../img/header/header_11.png);
  background-position: center;
  background-size: cover; }
  header.style-11 .info {
    position: relative;
    color: #fff;
    z-index: 10; }
    header.style-11 .info h6 {
      font-size: 14px;
      font-weight: 400;
      position: relative;
      text-transform: capitalize;
      margin-bottom: 15px;
      color: var(--color-green); }
    header.style-11 .info h1 {
      font-size: 60px;
      margin-bottom: 30px; }
  header.style-11 .img {
    width: 700px;
    max-width: unset; }

header.style-12 {
  color: #fff; }
  header.style-12 .info {
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 150px; }
    header.style-12 .info h2 {
      font-size: 120px;
      line-height: 1.2; }
      header.style-12 .info h2.line-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header.style-12 .info h2.line-title .line-text {
          color: transparent;
          -webkit-text-stroke: 1px var(--color-yellowGreen); }
        header.style-12 .info h2.line-title small {
          font-size: 18px;
          opacity: 50%;
          text-align: left;
          font-weight: 300;
          -webkit-margin-start: 20px;
          margin-inline-start: 20px;
          margin-top: 20px; }
    header.style-12 .info .star1 {
      position: absolute;
      pointer-events: none;
      top: 150px;
      right: 0; }
    header.style-12 .info .star2 {
      position: absolute;
      pointer-events: none;
      bottom: 0;
      left: 0; }
  header.style-12 .imgs-content .container-fluid {
    max-width: 1650px; }
  header.style-12 .imgs-content .main-img {
    position: relative;
    height: 650px;
    border-radius: 200px;
    overflow: hidden; }
    header.style-12 .imgs-content .main-img .inf {
      position: absolute;
      top: 60px;
      width: 100%;
      z-index: 10;
      text-align: center; }
      header.style-12 .imgs-content .main-img .inf h6 {
        font-size: 24px;
        margin-bottom: 5px; }
  header.style-12 .imgs-content .icon-content {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 100px; }
    header.style-12 .imgs-content .icon-content .icon {
      width: 50px;
      height: 50px;
      background-color: var(--color-yellowGreen);
      padding: 15px;
      border-radius: 50%;
      overflow: hidden; }
  header.style-12 .imgs-content .img-vid-content {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    header.style-12 .imgs-content .img-vid-content p {
      margin-top: 60px;
      margin-right: 20px; }
    header.style-12 .imgs-content .img-vid-content .img-vid {
      position: relative;
      width: 30%;
      margin-left: -90px;
      margin-top: 100px;
      border-radius: 10px;
      overflow: hidden;
      height: 180px;
      width: 250px; }
      header.style-12 .imgs-content .img-vid-content .img-vid .vid_icon {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
        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;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        font-size: 15px; }

header.style-13 {
  position: relative;
  background-color: #eaedf2;
  padding-top: 120px;
  overflow: hidden; }
  header.style-13 .info {
    position: relative;
    z-index: 20; }
    header.style-13 .info h1 {
      font-size: 60px; }
  header.style-13 .img {
    position: relative; }
    header.style-13 .img::before {
      position: absolute;
      content: "";
      left: -100px;
      top: 40px;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      background-color: var(--color-orange3);
      z-index: -1;
      -webkit-box-shadow: 0px -50px 100px 0px #f9a41f33;
      box-shadow: 0px -50px 100px 0px #f9a41f33; }
    header.style-13 .img img {
      width: 700px;
      max-width: unset;
      margin-left: -100px; }
  header.style-13 .social-icons {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 20; }
    header.style-13 .social-icons a {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      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: #fff;
      margin-top: 10px; }
  header.style-13 .head-contact {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 20;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    font-weight: 500;
    text-transform: uppercase; }
  header.style-13 .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1; }
    header.style-13 .lines span {
      position: absolute;
      height: 100%;
      width: 1px;
      background-color: #9992;
      z-index: -1; }
      header.style-13 .lines span::before {
        position: absolute;
        content: "";
        left: 0;
        top: -20px;
        height: 25px;
        width: 1px;
        background-color: var(--color-orange3);
        -webkit-animation: afterline 5s ease-in-out infinite;
        animation: afterline 5s ease-in-out infinite; }
      header.style-13 .lines span:nth-of-type(1) {
        right: 13%; }
        header.style-13 .lines span:nth-of-type(1)::before {
          -webkit-animation-delay: -2s;
          animation-delay: -2s; }
      header.style-13 .lines span:nth-of-type(2) {
        right: 31%; }
        header.style-13 .lines span:nth-of-type(2)::before {
          -webkit-animation-delay: -1s;
          animation-delay: -1s; }
      header.style-13 .lines span:nth-of-type(3) {
        right: 50%; }
        header.style-13 .lines span:nth-of-type(3)::before {
          -webkit-animation-delay: 0;
          animation-delay: 0; }
      header.style-13 .lines span:nth-of-type(4) {
        right: 69%; }
        header.style-13 .lines span:nth-of-type(4)::before {
          -webkit-animation-delay: 1s;
          animation-delay: 1s; }
      header.style-13 .lines span:nth-of-type(5) {
        right: 87%; }
        header.style-13 .lines span:nth-of-type(5)::before {
          -webkit-animation-delay: 2s;
          animation-delay: 2s; }

@-webkit-keyframes afterline {
  0% {
    top: -20px; }
  100% {
    top: 100%; } }

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

header.style-14 {
  padding-top: 200px;
  background-image: url(../img/header/header_14_back.png);
  background-size: cover;
  background-repeat: no-repeat; }
  header.style-14 .info {
    padding-bottom: 60px; }
    header.style-14 .info .vid_link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      header.style-14 .info .vid_link .icon {
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        background-color: var(--color-red1);
        color: #fff;
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        -webkit-box-shadow: 3px 8px 15px #cc213155;
        box-shadow: 3px 8px 15px #cc213155; }
      header.style-14 .info .vid_link p {
        font-weight: bold;
        text-transform: uppercase;
        color: var(--color-red1); }
    header.style-14 .info h1 {
      font-size: 60px; }
      header.style-14 .info h1 span {
        color: var(--color-red1); }
    header.style-14 .info .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      border-radius: 30px;
      border: 1px solid #9992;
      -webkit-box-shadow: 0 0 20px #0001;
      box-shadow: 0 0 20px #0001;
      padding-left: 15px;
      margin-top: 60px; }
      header.style-14 .info .form-group .form-control {
        border: 0;
        background: transparent; }
      header.style-14 .info .form-group .btn {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    header.style-14 .info .down_store {
      margin-top: 200px; }
      header.style-14 .info .down_store .btns a {
        max-width: 160px; }

header.style-15 {
  background-image: url(../img/header/head_15_back.png);
  background-position: center;
  background-size: cover;
  position: relative; }
  header.style-15::before {
    position: absolute;
    content: "";
    left: 0;
    top: 25%;
    height: 50%;
    width: 100%;
    background-image: url(../img/header/head_15_pattern.png);
    background-position: center;
    background-size: cover; }
  header.style-15 .info {
    color: #fff; }
    header.style-15 .info h6 {
      font-size: 14px;
      font-weight: bold;
      position: relative;
      text-transform: uppercase;
      margin-bottom: 15px; }
    header.style-15 .info h1 {
      font-size: 40px;
      margin-bottom: 30px; }
  header.style-15 .img {
    width: 800px;
    max-width: unset; }
  header.style-15 .countdown-content {
    position: absolute;
    bottom: -150px;
    width: 100%; }
    header.style-15 .countdown-content .countdown-card {
      padding: 40px;
      border-radius: 15px;
      background-color: #3c173e;
      color: #fff; }
      header.style-15 .countdown-content .countdown-card .inf h3 {
        font-size: 24px; }
      header.style-15 .countdown-content .countdown-card .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        header.style-15 .countdown-content .countdown-card .countdown .item {
          text-align: center; }
          header.style-15 .countdown-content .countdown-card .countdown .item h2 {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 50%;
            background-color: #4b224d;
            font-size: 18px; }
          header.style-15 .countdown-content .countdown-card .countdown .item small {
            color: #9e849f;
            margin-top: 10px;
            text-transform: capitalize; }
      header.style-15 .countdown-content .countdown-card .progs-content .progress {
        height: 8px;
        border-radius: 10px;
        background-color: #fff1; }
        header.style-15 .countdown-content .countdown-card .progs-content .progress .progress-bar {
          background-color: var(--color-red2); }
    header.style-15 .countdown-content .logos {
      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;
      margin-top: 30px; }
      header.style-15 .countdown-content .logos img {
        -webkit-margin-start: 40px;
        margin-inline-start: 40px;
        width: 80px; }

/* ===============================================================
			[ * about Section ] 
================================================================*/
/* --------------- about styles --------------- */
.about.style-1 {
  position: relative; }
  .about.style-1 .content {
    padding: 65px 120px;
    background: var(--color-main-grad);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 5; }
    .about.style-1 .content .about_shap {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 30%;
      pointer-events: none; }
    .about.style-1 .content .about_logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 40px;
      border-bottom: 1px solid #fff4;
      position: relative;
      z-index: 5; }
    .about.style-1 .content .about-info {
      padding: 60px 0;
      position: relative;
      z-index: 5; }
      .about.style-1 .content .about-info .title h3 {
        color: #fff;
        font-weight: 600;
        font-size: 30px; }
      .about.style-1 .content .about-info .title small {
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        margin-top: 35px;
        display: block; }
      .about.style-1 .content .about-info .info h6 {
        color: #fff;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px; }
      .about.style-1 .content .about-info .info p {
        font-size: 14px;
        color: #c7e9ff; }
      .about.style-1 .content .about-info .info .butn {
        margin-top: 50px; }
    .about.style-1 .content .about-numbers {
      position: relative;
      z-index: 5; }
      .about.style-1 .content .about-numbers .num-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .about.style-1 .content .about-numbers .num-item .num {
          color: #fff;
          font-size: 32px;
          font-weight: bold;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 15px;
          min-width: 70px;
          text-align: center; }
          .about.style-1 .content .about-numbers .num-item .num i {
            font-size: 21px; }
        .about.style-1 .content .about-numbers .num-item .inf {
          color: #fff; }

.about.style-3 {
  position: relative; }
  .about.style-3 .top-content {
    min-height: 510px;
    margin-bottom: 100px;
    padding-top: 20px; }
  .about.style-3 .info h5 {
    font-size: 19px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 25px; }
  .about.style-3 .info .text {
    color: #666; }
  .about.style-3 .info ul li {
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0; }
    .about.style-3 .info ul li i {
      color: var(--color-blue2); }
  .about.style-3 .img-left {
    position: absolute;
    left: 0;
    top: 190px;
    max-width: 50%; }
    .about.style-3 .img-left .info-circle {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
      transform: translate(-50%, -40%);
      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;
      width: 230px;
      height: 230px;
      background-color: #4a00e1;
      color: #fff;
      border-radius: 50%;
      overflow: hidden;
      outline: 10px solid #fff; }
      .about.style-3 .img-left .info-circle h2 {
        font-size: 56px; }
      .about.style-3 .img-left .info-circle small {
        font-size: 11px;
        text-transform: uppercase; }
      .about.style-3 .img-left .info-circle:nth-of-type(2) {
        width: 200px;
        height: 200px;
        left: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-14%, -57%);
        -ms-transform: translate(-14%, -57%);
        transform: translate(-14%, -57%);
        z-index: 5; }
        .about.style-3 .img-left .info-circle:nth-of-type(2) h2 {
          font-size: 50px; }
      .about.style-3 .img-left .info-circle:nth-of-type(3) {
        width: 150px;
        height: 150px;
        left: auto;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-88%, 32%);
        -ms-transform: translate(-88%, 32%);
        transform: translate(-88%, 32%);
        background-color: #8d3dfa;
        z-index: 0; }
        .about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
          font-size: 37px; }
      .about.style-3 .img-left .info-circle:nth-of-type(4) {
        width: 180px;
        height: 180px;
        left: 0;
        top: 50%;
        -webkit-transform: translate(20%, -20%);
        -ms-transform: translate(20%, -20%);
        transform: translate(20%, -20%);
        background-color: #00bcf2;
        z-index: 0; }
        .about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
          font-size: 46px; }
  .about.style-3 .btm-content {
    position: relative;
    min-height: 510px;
    padding-top: 50px; }
    .about.style-3 .btm-content .img-right {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 60%; }

.about.style-4 {
  overflow: hidden;
  position: relative; }
  .about.style-4 .top-wave {
    position: absolute;
    top: -2px;
    width: 100%; }
  .about.style-4 .bottom-wave {
    position: absolute;
    bottom: -2px;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .about.style-4 .content {
    position: relative;
    padding: 60px 0; }
    .about.style-4 .content ul li h6 {
      font-size: 15px; }
    .about.style-4 .content.frs-content .lines, .about.style-4 .content.trd-content .lines {
      position: absolute;
      left: 0;
      top: -80px;
      width: 40%;
      max-width: unset;
      max-height: unset; }
    .about.style-4 .content.frs-content .bubble, .about.style-4 .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.style-4 .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.style-4 .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.style-4 .btn-img .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #0001;
      width: 45px; }
    .about.style-4 .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.style-4 .btn-img .inf small {
        font-size: 10px;
        color: #666; }
      .about.style-4 .btn-img .inf h6 {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        line-height: 1.5; }
  .about.style-4 .integration {
    position: relative; }
    .about.style-4 .integration .intg-back {
      position: absolute;
      left: 0;
      bottom: 19%;
      width: 100%;
      max-height: unset;
      -o-object-fit: cover;
      object-fit: cover; }
    .about.style-4 .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.style-4 .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.style-4 .integration .content .img:nth-of-type(1) {
          -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
        .about.style-4 .integration .content .img:nth-of-type(2) {
          -webkit-animation-delay: -1s;
          animation-delay: -1s; }
        .about.style-4 .integration .content .img:nth-of-type(3) {
          -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s; }
        .about.style-4 .integration .content .img:nth-of-type(4) {
          -webkit-animation-delay: -2s;
          animation-delay: -2s; }
        .about.style-4 .integration .content .img:nth-of-type(5) {
          -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s; }

.about.style-5 .content {
  padding: 50px 0; }
  .about.style-5 .content p {
    font-size: 12.5px;
    color: #777;
    line-height: 2; }
  .about.style-5 .content .line-links {
    margin-top: 35px; }
    .about.style-5 .content .line-links a {
      position: relative;
      color: #000;
      font-size: 15px;
      font-weight: bold;
      border-bottom: 1px solid #9993;
      padding: 13px 0;
      display: block;
      width: 100%; }
      .about.style-5 .content .line-links a:last-of-type {
        border-bottom: 0; }
      .about.style-5 .content .line-links a::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 1px;
        width: 0%;
        background-color: var(--color-blue5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .about.style-5 .content .line-links a:hover::after {
        width: 100%; }
  .about.style-5 .content .list-icon {
    margin-top: 40px; }
    .about.style-5 .content .list-icon li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .about.style-5 .content .list-icon li .icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--color-blue5);
        color: #fff;
        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;
        margin-right: 15px; }
      .about.style-5 .content .list-icon li h6 {
        font-size: 15px;
        font-weight: 700; }
  .about.style-5 .content .img {
    position: relative;
    text-align: right; }
    .about.style-5 .content .img.main-img1 .img-body {
      position: relative;
      z-index: 2;
      top: 50px;
      -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
      animation: slide_up_down 3s ease-in-out infinite alternate both; }
    .about.style-5 .content .img.main-img1 img {
      position: absolute;
      -o-object-fit: contain;
      object-fit: contain; }
      .about.style-5 .content .img.main-img1 img.sm-circle {
        right: -50px;
        top: 20%;
        z-index: 1;
        -webkit-animation: rotate-center 20s linear infinite both reverse;
        animation: rotate-center 20s linear infinite both reverse; }
      .about.style-5 .content .img.main-img1 img.lg-circle {
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-animation: rotate-center 50s linear infinite both;
        animation: rotate-center 50s linear infinite both; }
      .about.style-5 .content .img.main-img1 img.card1 {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 3;
        -webkit-animation: scale_up_down 10s ease-in-out infinite alternate both;
        animation: scale_up_down 10s ease-in-out infinite alternate both; }
      .about.style-5 .content .img.main-img1 img.card2 {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        -webkit-animation: scale_up_down 7s ease-in-out infinite alternate both;
        animation: scale_up_down 7s ease-in-out infinite alternate both;
        -webkit-transition-delay: -5s;
        -o-transition-delay: -5s;
        transition-delay: -5s; }
    .about.style-5 .content .img.main-img2 .img-body {
      position: relative;
      z-index: 2;
      -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
      animation: slide_up_down 3s ease-in-out infinite alternate both; }
    .about.style-5 .content .img.main-img2 img {
      position: absolute; }
      .about.style-5 .content .img.main-img2 img:nth-of-type(1) {
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        -webkit-animation: rotate-center 70s linear infinite both;
        animation: rotate-center 70s linear infinite both; }
    .about.style-5 .content .img.main-img3 {
      position: relative; }
      .about.style-5 .content .img.main-img3 .img-body {
        position: relative;
        z-index: 1;
        max-height: 500px;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-animation: rotate-center 100s linear infinite both;
        animation: rotate-center 100s linear infinite both; }
      .about.style-5 .content .img.main-img3 img {
        position: absolute;
        right: 0;
        top: 20%;
        width: 100%; }
        .about.style-5 .content .img.main-img3 img:nth-of-type(2) {
          z-index: 3;
          -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
          animation: slide_up_down 2s ease-in-out infinite alternate both; }
        .about.style-5 .content .img.main-img3 img:nth-of-type(3) {
          z-index: 1;
          -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
          animation: slide_up_down 2s ease-in-out infinite alternate both;
          -webkit-animation-delay: 1s;
          animation-delay: 1s; }
        .about.style-5 .content .img.main-img3 img:nth-of-type(4) {
          z-index: 2;
          -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
          animation: slide_up_down 2s ease-in-out infinite alternate both;
          -webkit-animation-delay: 2s;
          animation-delay: 2s; }
        .about.style-5 .content .img.main-img3 img:nth-of-type(5) {
          z-index: 4;
          -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
          animation: slide_up_down 2s ease-in-out infinite alternate both;
          -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.about.style-6 {
  position: relative; }
  .about.style-6 .content {
    border-bottom: 1px solid #9994; }
    .about.style-6 .content .info .text {
      color: #666;
      font-size: 15px; }
    .about.style-6 .content .info .vid-btn {
      font-size: 11px;
      font-weight: bold;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .about.style-6 .content .info .vid-btn i {
        width: 40px;
        height: 40px;
        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%;
        border: 1px solid var(--color-blue6);
        color: var(--color-blue6);
        font-size: 21px;
        margin-right: 5px; }
  .about.style-6 .bubbles {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain; }

.about.style-7 {
  position: relative;
  padding: 120px 0; }
  .about.style-7 .bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .about.style-7 .top-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%; }
  .about.style-7 .bottom-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .about.style-7 .info .text {
    font-size: 16px;
    color: #666;
    line-height: 1.7; }
  .about.style-7 .img {
    position: relative;
    padding-left: 100px; }
    .about.style-7 .img .main-img {
      border-radius: 10px;
      -o-object-fit: cover;
      object-fit: cover; }
    .about.style-7 .img .img-chart {
      position: absolute;
      top: 120px;
      left: -30px;
      z-index: 2; }
    .about.style-7 .img .circle {
      position: absolute;
      content: "";
      width: 85px;
      height: 85px;
      bottom: 50px;
      right: -40px;
      background-color: var(--color-blue7);
      border-radius: 50%;
      z-index: -1; }

.about.style-8 .info ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about.style-8 .info ul li .icon {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .about.style-8 .info ul li p {
    font-size: 16px;
    font-weight: 500;
    color: #000; }

.about.style-8 .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .about.style-8 .info .author .inf p {
    color: var(--color-main); }
  .about.style-8 .info .author .inf h6 {
    font-size: 18px;
    font-weight: bold; }

.about.style-8 .info .signature {
  width: 100px; }

.about.style-9 .info {
  padding: 0 50px; }
  .about.style-9 .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    .about.style-9 .info ul li p {
      font-size: 16px;
      color: #666; }
    .about.style-9 .info ul li .icon {
      -webkit-margin-end: 20px;
      margin-inline-end: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .about.style-9 .info ul li .icon img {
        width: 60px; }
  .about.style-9 .info .call-info {
    border-top: 1px solid #9993; }
    .about.style-9 .info .call-info h5 {
      font-weight: bold;
      font-size: 20px;
      color: var(--color-darkBlue2);
      margin-bottom: 10px; }
    .about.style-9 .info .call-info p {
      font-size: 16px;
      color: #666; }

.about.style-10 {
  position: relative; }
  .about.style-10 .imgs .col-lg-6:first-of-type .img:first-of-type {
    height: 270px; }
  .about.style-10 .imgs .col-lg-6:first-of-type .img:last-of-type {
    height: 190px; }
  .about.style-10 .imgs .col-lg-6:last-of-type .img:first-of-type {
    height: 160px; }
  .about.style-10 .imgs .col-lg-6:last-of-type .img:last-of-type {
    height: 320px; }
  .about.style-10 .info {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px; }
    .about.style-10 .info h6 {
      font-size: 14px;
      font-weight: 400;
      color: #8169f1;
      margin-bottom: 10px; }
    .about.style-10 .info h2 {
      font-size: 40px; }
    .about.style-10 .info p {
      font-size: 16px;
      color: #666;
      margin-top: 25px; }
  .about.style-10 .pattern {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%; }

.about.style-13 .content {
  background-color: #fff;
  border-radius: 10px;
  margin-top: -40px;
  position: relative;
  padding: 6vw;
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 100px 200px 0px #0000000a;
  box-shadow: 0px 100px 200px 0px #0000000a; }
  .about.style-13 .content::before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: -15px;
    width: calc(100% - 40px);
    height: 40px;
    background-color: #e6e8ed;
    border-radius: 10px;
    z-index: -1; }
  .about.style-13 .content .info h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: capitalize; }
  .about.style-13 .content .info .text {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px; }
  .about.style-13 .content .info .logos img {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px; }
  .about.style-13 .content .about-contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #9992; }
    .about.style-13 .content .about-contact .item p {
      color: #999; }
    .about.style-13 .content .about-contact .item h6 {
      font-size: 16px; }
    .about.style-13 .content .about-contact .item .icon img {
      height: 40px;
      -o-object-fit: contain;
      object-fit: contain; }

.about.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px; }

.about.style-14 .img {
  position: relative; }
  .about.style-14 .img img {
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover; }
  .about.style-14 .img .play_ptn {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 1;
    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;
    color: #000;
    font-size: 21px;
    -webkit-box-shadow: 0 0 20px #0001;
    box-shadow: 0 0 20px #0001; }

.about.style-15 .info p {
  color: #918b9f;
  font-size: 16px;
  margin-bottom: 20px; }

.about.style-15 .info li {
  font-weight: 500;
  padding: 7px 0; }

/* ===============================================================
			[ * services Section ] 
================================================================*/
/* --------------- services styles --------------- */
.services.style-1 {
  position: relative; }
  .services.style-1 .ser_shap_l {
    position: absolute;
    left: 0;
    bottom: 30%;
    z-index: -1;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease; }
  .services.style-1 .ser_shap_r {
    position: absolute;
    right: 0;
    top: 25%; }
  .services.style-1 .service-box {
    position: relative;
    z-index: 5;
    padding: 30px;
    border: 1px solid #9993;
    border-radius: 8px;
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services.style-1 .service-box h5 {
      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;
      margin-bottom: 35px; }
      .services.style-1 .service-box h5 a {
        color: #000;
        font-weight: bold; }
      .services.style-1 .service-box h5 .num {
        color: var(--color-main);
        font-size: 12px; }
    .services.style-1 .service-box .icon {
      margin-bottom: 35px; }
      .services.style-1 .service-box .icon img {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover; }
    .services.style-1 .service-box .info .text {
      color: #666;
      margin-bottom: 20px;
      font-size: 13px; }
    .services.style-1 .service-box .info .tags a {
      font-size: 11px;
      padding: 3px 7px;
      border-radius: 4px;
      background-color: #eef4f8;
      margin-top: 10px; }
    .services.style-1 .service-box:hover {
      border-color: transparent;
      -webkit-box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25);
      box-shadow: 0px 54px 115px 0px rgba(52, 60, 66, 0.25); }
      .services.style-1 .service-box:hover h5 a {
        color: var(--color-main); }

.tags.style-2 a {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #131172;
  margin: 3px; }

.services_projects {
  background-image: url(../../assets/img/services_work.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  .services_projects .swiper-button-next, .services_projects .swiper-button-prev {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .services_projects .swiper-button-next:hover, .services_projects .swiper-button-prev:hover {
      background: var(--color-lightBlue) !important; }

.swiper-slide-duplicate-prev .service-box {
  border: 0 !important; }

.services.style-3 {
  background-color: #f0eff5; }
  .services.style-3 .service-card.style-3 {
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    height: 100%; }
    .services.style-3 .service-card.style-3 .icon {
      margin-bottom: 60px; }
      .services.style-3 .service-card.style-3 .icon img {
        width: 125px;
        height: 120px;
        -o-object-fit: contain;
        object-fit: contain; }
    .services.style-3 .service-card.style-3 .info .title {
      font-size: 18px;
      color: #000;
      text-transform: capitalize;
      margin-bottom: 20px;
      font-weight: bold; }
    .services.style-3 .service-card.style-3 .info .text {
      font-size: 13px;
      color: #666; }
    .services.style-3 .service-card.style-3 .info a {
      margin-top: 30px;
      font-weight: bold;
      font-size: 10px;
      text-transform: uppercase; }
      .services.style-3 .service-card.style-3 .info a:hover {
        color: var(--color-blue2); }

.services-slider.style-6 .swiper-container {
  padding-bottom: 100px; }

.services-slider.style-6 .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0; }
  .services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100px;
    padding: 0 9px; }
  .services-slider.style-6 .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px; }
  .services-slider.style-6 .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0 20px;
    -webkit-filter: drop-shadow(5px 50px 30px #07397211);
    filter: drop-shadow(5px 50px 30px #07397211); }
  .services-slider.style-6 .swiper-slide.swiper-slide-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 50px;
    padding: 0 12px; }
  .services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100px;
    padding: 0 9px; }

.service-card.style-6 {
  text-align: center;
  padding: 30px 8%;
  background-color: #f1f2fa;
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
  color: #000; }
  .service-card.style-6 .icon {
    -webkit-filter: drop-shadow(5px 15px 20px #07397255);
    filter: drop-shadow(5px 15px 20px #07397255);
    margin-bottom: 25px; }
    .service-card.style-6 .icon img {
      max-height: 100px;
      max-width: 100px;
      -o-object-fit: contain;
      object-fit: contain; }
  .service-card.style-6 .info h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px; }
  .service-card.style-6 .info .text {
    font-size: 11px;
    color: #666; }

.services.style-7 {
  position: relative;
  background-color: #f0eff5; }
  .services.style-7 .services-content {
    position: relative; }
    .services.style-7 .services-content::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background-image: url(../img/ser_wh_line.png);
      background-repeat: repeat-x; }
  .services.style-7 .service-item-style7 {
    text-align: center;
    margin-top: 30px;
    padding: 0 15px; }
    .services.style-7 .service-item-style7 .img {
      position: relative;
      width: 140px;
      height: 140px;
      margin: 0 auto 40px; }
      .services.style-7 .service-item-style7 .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%; }
      .services.style-7 .service-item-style7 .img .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        color: var(--color-blue7);
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 20px; }
    .services.style-7 .service-item-style7 .info h6 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: capitalize; }
    .services.style-7 .service-item-style7 .info .text {
      font-size: 16px;
      color: #666;
      margin-bottom: 30px; }
    .services.style-7 .service-item-style7 .info a {
      color: #000; }
      .services.style-7 .service-item-style7 .info a i {
        position: relative;
        top: 2px;
        margin: 0 5px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .services.style-7 .service-item-style7 .info a i:first-of-type {
          opacity: 0;
          -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
          transform: translateX(-10px); }
        .services.style-7 .service-item-style7 .info a i:last-of-type {
          opacity: 1;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
      .services.style-7 .service-item-style7 .info a:hover {
        color: var(--color-blue7);
        padding-left: 10px; }
        .services.style-7 .service-item-style7 .info a:hover i:first-of-type {
          opacity: 1;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
        .services.style-7 .service-item-style7 .info a:hover i:last-of-type {
          opacity: 0;
          -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
          transform: translateX(10px); }

.services.style-8 {
  background-image: url(../img/services/serv8_back.webp);
  background-size: cover; }
  .services.style-8 .services-slider8 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative; }
  .services.style-8 .service-card.style-8 {
    text-align: center;
    padding: 50px;
    -webkit-box-shadow: 0px 16px 32px 0px #0000000a;
    box-shadow: 0px 16px 32px 0px #0000000a;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .services.style-8 .service-card.style-8:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: var(--color-main); }
      .services.style-8 .service-card.style-8:hover .info a {
        color: var(--color-main); }
    .services.style-8 .service-card.style-8 .icon {
      margin-bottom: 10px; }
    .services.style-8 .service-card.style-8 .info h5 {
      font-size: 24px;
      font-weight: bold;
      text-transform: capitalize; }
    .services.style-8 .service-card.style-8 .info p {
      font-size: 16px;
      color: #666;
      margin-top: 20px; }
    .services.style-8 .service-card.style-8 .info a {
      text-transform: uppercase;
      color: #c3c3c3;
      margin-top: 35px; }

@media screen and (min-width: 991px) {
  .services-slider8 {
    position: relative; }
    .services-slider8 .swiper-slide {
      width: 370px !important; } }

.services.style-9 .services-content {
  position: relative; }
  .services.style-9 .services-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #fff; }
  .services.style-9 .services-content .service-card {
    padding: 35px;
    -webkit-box-shadow: 0px -16px 32px 0px #00000008;
    box-shadow: 0px -16px 32px 0px #00000008;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 5; }
    .services.style-9 .services-content .service-card .img-icon {
      margin-bottom: 25px; }
      .services.style-9 .services-content .service-card .img-icon img {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover; }
    .services.style-9 .services-content .service-card h3 {
      font-size: 22px;
      font-weight: bold;
      color: var(--color-darkBlue2);
      margin-bottom: 15px; }
    .services.style-9 .services-content .service-card p {
      color: #666;
      margin-bottom: 30px; }
    .services.style-9 .services-content .service-card .icon {
      font-size: 18px;
      color: #999; }

.services.style-9 .con-info {
  padding: 30px;
  color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#25146f), color-stop(#3680fc), to(#25146f));
  background-image: -webkit-linear-gradient(left, #25146f, #3680fc, #25146f);
  background-image: -o-linear-gradient(left, #25146f, #3680fc, #25146f);
  background-image: linear-gradient(to right, #25146f, #3680fc, #25146f);
  text-align: center;
  margin-top: 60px; }
  .services.style-9 .con-info h5 {
    font-size: 18px;
    font-weight: 300px; }

.services.style-10 {
  position: relative; }
  .services.style-10::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    background-color: #f8f9fa; }
  .services.style-10 .content {
    position: relative;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -16px 32px 0px #0000000a;
    box-shadow: 0px -16px 32px 0px #0000000a;
    padding: 50px; }
    .services.style-10 .content .section-title {
      font-size: calc(8vw + 40px);
      text-transform: uppercase;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-weight: bold;
      line-height: 0.75;
      color: #f6f6f6;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fafafa2f));
      background-image: -webkit-linear-gradient(top, #f6f6f6, #fafafa2f);
      background-image: -o-linear-gradient(top, #f6f6f6, #fafafa2f);
      background-image: linear-gradient(to bottom, #f6f6f6, #fafafa2f);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .services.style-10 .services-card {
    position: relative;
    z-index: 10; }
    .services.style-10 .services-card h6 {
      font-size: 14px;
      color: #8169f1;
      margin-bottom: 15px; }
    .services.style-10 .services-card h3 {
      font-size: 22px;
      margin-bottom: 10px; }
    .services.style-10 .services-card p {
      color: #666; }
    .services.style-10 .services-card .icon {
      margin-top: 40px; }
      .services.style-10 .services-card .icon img {
        width: 75px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain; }

.services.style-13 .item {
  position: relative;
  margin-top: 30px; }
  .services.style-13 .item .circle {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--color-orange3);
    top: 20px;
    right: 40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -2; }
  .services.style-13 .item .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -2; }
  .services.style-13 .item:hover .circle {
    top: -20px;
    opacity: 1; }
  .services.style-13 .item:hover .pattern {
    bottom: -30px;
    left: -20px;
    opacity: 1; }
  .services.style-13 .item .cont {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px #0000000f;
    box-shadow: 0px 16px 32px 0px #0000000f;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10; }
    .services.style-13 .item .cont:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .services.style-13 .item .cont:hover a {
        color: #fff;
        font-weight: 500; }
        .services.style-13 .item .cont:hover a::before {
          width: 100%;
          height: 100%;
          opacity: 1; }
    .services.style-13 .item .cont .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 20px;
      font-weight: bold;
      color: #000;
      margin-bottom: 20px; }
      .services.style-13 .item .cont .title img {
        height: 60px;
        -webkit-margin-end: 30px;
        margin-inline-end: 30px; }
    .services.style-13 .item .cont p {
      font-size: 16px;
      color: #666;
      margin-bottom: 30px; }
    .services.style-13 .item .cont a {
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      font-size: 16px;
      padding: 9px 15px;
      border-radius: 30px;
      overflow: hidden;
      z-index: 10; }
      .services.style-13 .item .cont a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        background-color: var(--color-orange3);
        opacity: 0.2;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: -1; }

/* ===============================================================
			[ * choose-us Section ] 
================================================================*/
/* --------------- choose-usstyles --------------- */
.choose-us.style-1 {
  position: relative; }
  .choose-us.style-1 .choose-us-img {
    position: absolute;
    left: -65px;
    bottom: -150px;
    width: 60%;
    height: 120%;
    max-height: none;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }
  .choose-us.style-1 .info .text {
    color: #666;
    margin-bottom: 40px; }
  .choose-us.style-1 .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .choose-us.style-1 .info ul li .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--color-main-grad);
      color: #fff;
      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;
      margin-right: 15px; }
    .choose-us.style-1 .info ul li h6 {
      font-size: 15px;
      font-weight: 600; }
  .choose-us.style-1 .info .btn {
    margin-top: 60px; }
  .choose-us.style-1 .choose-us-brands {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
    animation: slide_up_down 2s ease-in-out infinite alternate both;
    z-index: 5; }
  .choose-us.style-1 .choose-us-bubbles {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
    animation: slide_up_down 2s ease-in-out infinite alternate both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    z-index: 3; }

.choose-us.style-2 .img img {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both; }

.choose-us.style-2 .info h5 {
  font-weight: 600; }

.choose-us.style-2 .choose-numbers {
  position: relative;
  z-index: 5; }
  .choose-us.style-2 .choose-numbers .num-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .choose-us.style-2 .choose-numbers .num-item .num {
      color: #fff;
      font-size: 40px;
      font-weight: 400;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 20px;
      min-width: 70px;
      text-align: center; }
      .choose-us.style-2 .choose-numbers .num-item .num i {
        font-size: 21px; }
    .choose-us.style-2 .choose-numbers .num-item .inf {
      color: #ccc;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1.7; }

/* --------------- choose-us style-6 --------------- */
.choose-us.style-6 {
  position: relative; }
  .choose-us.style-6 .section-head.style-6 h2 {
    font-size: 40px; }
  .choose-us.style-6 .info ul li .inf h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize; }
  .choose-us.style-6 .img {
    padding-top: 50px;
    margin-left: -200px; }
  .choose-us.style-6 .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 200px); }

/* --------------- choose-us style-7 --------------- */
.choose-us.style-7 {
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden; }
  .choose-us.style-7 .top-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .choose-us.style-7 .bottom-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .choose-us.style-7 .choose-circle {
    position: absolute;
    bottom: calc(50% - 165px);
    right: -165px;
    width: 330px;
    height: 300px;
    z-index: 1;
    pointer-events: none; }
  .choose-us.style-7 .img {
    position: relative; }
    .choose-us.style-7 .img img {
      height: 470px;
      border-radius: 10px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .choose-us.style-7 .img .play_btn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background-color: #fff;
      border-radius: 50%;
      background-color: #fff;
      color: #000;
      font-size: 14px;
      z-index: 2; }
  .choose-us.style-7 .info {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px; }
    .choose-us.style-7 .info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 30px 0; }
      .choose-us.style-7 .info li .icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 25px; }
        .choose-us.style-7 .info li .icon img {
          width: 60px;
          height: 60px;
          -o-object-fit: contain;
          object-fit: contain; }
      .choose-us.style-7 .info li .inf h6 {
        font-size: 18px;
        margin-bottom: 10px; }
      .choose-us.style-7 .info li .inf p {
        font-size: 16px;
        color: #ababab; }

/* --------------- choose-us style-8 --------------- */
.choose-us.style-8 .info .choose-card {
  padding: 30px;
  border: 1px solid #9992;
  border-radius: 10px;
  position: relative;
  margin-top: 40px; }
  .choose-us.style-8 .info .choose-card .icon {
    width: 50px;
    margin-bottom: 20px; }
  .choose-us.style-8 .info .choose-card h6 {
    font-size: 18px;
    font-weight: bold; }
  .choose-us.style-8 .info .choose-card .arrow {
    color: #e7e7e7;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 20px; }

/* --------------- choose-us style-9 --------------- */
.choose-us.style-9 .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #9993; }
  .choose-us.style-9 .nav .nav-link {
    color: var(--color-darkBlue2);
    font-weight: bold;
    text-transform: capitalize;
    padding: 20px 15px;
    border-radius: 0; }
    .choose-us.style-9 .nav .nav-link img {
      width: 30px;
      height: 30px;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-margin-end: 20px;
      margin-inline-end: 20px;
      -webkit-filter: invert(26%) sepia(39%) saturate(6305%) hue-rotate(246deg) brightness(99%) contrast(105%);
      filter: invert(26%) sepia(39%) saturate(6305%) hue-rotate(246deg) brightness(99%) contrast(105%); }
    .choose-us.style-9 .nav .nav-link.active {
      background: transparent;
      border-bottom: 1px solid var(--color-darkBlue2); }

.choose-us.style-9 .feat-content {
  padding-top: 40px;
  position: relative; }
  .choose-us.style-9 .feat-content .img {
    height: 400px;
    border-radius: 10px;
    overflow: hidden; }
  .choose-us.style-9 .feat-content .info .icon {
    width: 80px;
    margin-bottom: 20px; }
  .choose-us.style-9 .feat-content .info h2 {
    font-size: 30px;
    color: var(--color-darkBlue2);
    margin-bottom: 15px; }
  .choose-us.style-9 .feat-content .info p {
    font-size: 16px;
    color: #666; }
  .choose-us.style-9 .feat-content .play_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color-darkBlue2);
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10; }

/* --------------- choose-us style-14 --------------- */
.choose-us.style-14 {
  background-color: #ecf0f3; }
  .choose-us.style-14 .choose-card {
    text-align: center;
    margin-top: 30px; }
    .choose-us.style-14 .choose-card .icon {
      height: 60px;
      margin-bottom: 30px; }
    .choose-us.style-14 .choose-card .info h5 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    .choose-us.style-14 .choose-card .info p {
      font-size: 16px;
      color: #666; }

/* ===============================================================
			[ * portfolio Section ] 
================================================================*/
/* --------------- portfolio styles --------------- */
.portfolio.style-1 {
  position: relative; }
  .portfolio.style-1 .shap_r {
    position: absolute;
    right: 0;
    top: 30px;
    width: 30%;
    opacity: 0.3;
    pointer-events: none; }
  .portfolio.style-1 .shap_l {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 40%;
    opacity: 1;
    pointer-events: none; }
  .portfolio.style-1 .portfolio-slider {
    position: relative;
    padding-bottom: 60px; }
    .portfolio.style-1 .portfolio-slider .swiper-button-next,
    .portfolio.style-1 .portfolio-slider .swiper-button-prev {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .portfolio.style-1 .portfolio-slider .swiper-button-next,
    .portfolio.style-1 .portfolio-slider .swiper-container-rtl .swiper-button-prev {
      right: -70px; }
    .portfolio.style-1 .portfolio-slider .swiper-button-prev,
    .portfolio.style-1 .portfolio-slider .swiper-container-rtl .swiper-button-next {
      left: -70px; }
  .portfolio.style-1 .portfolio-card {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden; }
    .portfolio.style-1 .portfolio-card .img {
      height: 240px;
      overflow: hidden; }
      .portfolio.style-1 .portfolio-card .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .portfolio.style-1 .portfolio-card .info {
      padding: 30px; }
      .portfolio.style-1 .portfolio-card .info h5 a {
        color: #000;
        font-weight: bold; }
      .portfolio.style-1 .portfolio-card .info small {
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 5px; }
      .portfolio.style-1 .portfolio-card .info .text {
        color: #666;
        margin: 15px 0 20px;
        font-size: 13px; }
      .portfolio.style-1 .portfolio-card .info .tags a {
        font-size: 11px;
        padding: 3px 7px;
        margin-top: 10px;
        border-radius: 4px;
        background-color: #eef4f8; }
    .portfolio.style-1 .portfolio-card:hover h5 a {
      color: var(--color-main); }

.projects.style-3 {
  background-color: #f0eff5; }

.project-card.style-3 {
  position: relative;
  overflow: hidden; }
  .project-card.style-3 .img {
    height: 360px;
    border-radius: 15px;
    overflow: hidden; }
    .project-card.style-3 .img img {
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .project-card.style-3 .info {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 20px 25px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0; }
    .project-card.style-3 .info .h5 {
      font-weight: bold;
      font-size: 19px;
      margin-bottom: 0;
      color: #000; }
    .project-card.style-3 .info .small {
      font-size: 11px;
      color: #999; }
  .project-card.style-3:hover .img img {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  .project-card.style-3:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

/* --------------- projects style-6 --------------- */
.projects.style-6 {
  padding: 0 30px; }
  .projects.style-6 .content {
    background-color: #f1f2fa;
    position: relative;
    padding: 100px 0;
    border-radius: 30px; }

.project-card.style-6 {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: 0 15px; }
  .project-card.style-6:hover {
    -webkit-box-shadow: 0px 40px 35px 0px #51558622;
    box-shadow: 0px 40px 35px 0px #51558622; }
  .project-card.style-6 a:hover {
    color: var(--color-blue6); }
  .project-card.style-6 .img {
    height: 240px;
    overflow: hidden; }
    .project-card.style-6 .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .project-card.style-6 .info {
    background-color: #fff;
    padding: 40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .project-card.style-6 .info .title {
      color: #000;
      font-size: 21px; }
      .project-card.style-6 .info .title:hover {
        color: var(--color-blue6); }
        .project-card.style-6 .info .title:hover a {
          color: var(--color-blue6); }
    .project-card.style-6 .info small {
      font-size: 11px;
      color: var(--color-blue6);
      text-transform: uppercase;
      margin-bottom: 10px; }
    .project-card.style-6 .info .text {
      font-size: 12px;
      color: #666;
      margin-bottom: 25px; }
    .project-card.style-6 .info .tags span {
      color: #010101;
      font-size: 10px;
      padding: 3px 7px;
      border-radius: 4px;
      background-color: #f1f2fa; }

/* --------------- projects style-7 --------------- */
.projects.style-7 {
  background-color: #f0eff5; }
  .projects.style-7 .content {
    padding-left: calc(calc(100vw - 1170px) / 2); }
  .projects.style-7 .projects-tabs {
    position: relative;
    padding-bottom: 80px; }
    .projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link {
      font-size: 16px;
      border-radius: 0;
      background: transparent;
      color: #000;
      margin: 5px 0;
      text-transform: capitalize;
      margin-left: -20px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link i {
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link:hover, .projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link.active {
        text-decoration: underline;
        margin-left: 0; }
        .projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link:hover i, .projects.style-7 .projects-tabs .nav-pills .nav-item .nav-link.active i {
          opacity: 1; }
    .projects.style-7 .projects-tabs .swiper-button-next,
    .projects.style-7 .projects-tabs .swiper-button-prev {
      width: 50px;
      height: 50px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      top: auto;
      bottom: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .projects.style-7 .projects-tabs .swiper-button-next i,
      .projects.style-7 .projects-tabs .swiper-button-prev i {
        line-height: 50px; }
      .projects.style-7 .projects-tabs .swiper-button-next:hover,
      .projects.style-7 .projects-tabs .swiper-button-prev:hover {
        background: var(--color-blue7) !important;
        color: #fff; }
      .projects.style-7 .projects-tabs .swiper-button-next::after,
      .projects.style-7 .projects-tabs .swiper-button-prev::after {
        display: none; }
    .projects.style-7 .projects-tabs .swiper-button-next, .projects.style-7 .projects-tabs .swiper-container-rtl .swiper-button-prev {
      right: auto;
      left: 70px; }

.projects-slider7 {
  display: flex;
  gap: 40px;
   flex-wrap: wrap;
   justify-content: center;
}

@media screen and (min-width: 991px) {
  .projects-slider7 {
    position: relative; 
    display: flex;
    flex-wrap: nowrap;
}
    .projects-slider7 .swiper-slide {
      width: 475px !important; } }

.project-card.style-7 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block; }
  .project-card.style-7 .info {
    padding: 55px; }
    .project-card.style-7 .info h6 {
      color: #a44cee;
      font-weight: 400;
      margin-bottom: 10px; }
    .project-card.style-7 .info h3 {
      font-size: 24px; }
  .project-card.style-7 .img {
    height: 400px; }
    .project-card.style-7 .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: bottom center;
      object-position: bottom center; }

/* --------------- projects style-8 --------------- */
.projects.style-8 {
  overflow: hidden; }
  .projects.style-8 .section-head {
    position: relative; }
    .projects.style-8 .section-head .swiper-button-next,
    .projects.style-8 .section-head .swiper-button-prev {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 18px;
      color: #000; }
      .projects.style-8 .section-head .swiper-button-next:hover,
      .projects.style-8 .section-head .swiper-button-prev:hover {
        background: var(--color-orange1);
        color: #fff; }
      .projects.style-8 .section-head .swiper-button-next::after,
      .projects.style-8 .section-head .swiper-button-prev::after {
        display: none; }
    .projects.style-8 .section-head .swiper-button-prev, .projects.style-8 .section-head .swiper-container-rtl .swiper-button-next {
      left: auto;
      right: 75px; }
  .projects.style-8 .projects-slider8 .swiper-container {
    overflow: visible; }
    .projects.style-8 .projects-slider8 .swiper-container .project-card {
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
    .projects.style-8 .projects-slider8 .swiper-container .swiper-slide-active .project-card {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .projects.style-8 .img {
    border-radius: 10px;
    position: relative;
    height: 410px; }
    .projects.style-8 .img .main-img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .projects.style-8 .img .tags {
      position: absolute;
      z-index: 10;
      top: 30px;
      right: 30px; }
      .projects.style-8 .img .tags a {
        text-transform: uppercase;
        background-color: #fff;
        color: var(--color-main);
        padding: 5px 20px;
        border-radius: 30px; }
        .projects.style-8 .img .tags a:hover {
          background-color: var(--color-main);
          color: #fff; }
    .projects.style-8 .img .img-chart {
      position: absolute;
      top: 120px;
      z-index: 2;
      width: 200px;
      left: -100px; }
  .projects.style-8 .info {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px; }
    .projects.style-8 .info .logo img {
      width: 90px;
      margin-bottom: 40px; }
    .projects.style-8 .info h4.title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 15px; }
    .projects.style-8 .info p {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px; }
    .projects.style-8 .info .proj-det {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      border-top: 1px solid #9992;
      width: 100%; }
      .projects.style-8 .info .proj-det .item {
        -webkit-margin-end: 30px;
        margin-inline-end: 30px; }
        .projects.style-8 .info .proj-det .item p {
          color: #999;
          margin-bottom: 5px; }
      .projects.style-8 .info .proj-det .icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--color-main);
        line-height: 40px;
        text-align: center;
        color: #fff;
        margin-right: 0;
        margin-left: auto; }

/* --------------- projects style-12 --------------- */
.projects.style-12 .mix_tabs {
  text-align: center;
  margin-bottom: 20px; }
  .projects.style-12 .mix_tabs .tab-link {
    cursor: pointer;
    background-color: #1d1c24;
    padding: 12px 30px 12px 20px;
    border-radius: 5px;
    margin: 0 10px;
    text-transform: capitalize; }
    .projects.style-12 .mix_tabs .tab-link.active {
      background-color: var(--color-yellowGreen);
      color: #000; }
    .projects.style-12 .mix_tabs .tab-link .icon {
      width: 20px;
      -webkit-margin-end: 5px;
      margin-inline-end: 5px; }

.projects.style-12 .project-card {
  margin-top: 30px;
  border: 1px solid #fff2;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .projects.style-12 .project-card:hover {
    border-color: var(--color-yellowGreen); }
    .projects.style-12 .project-card:hover .img .butn {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1; }
  .projects.style-12 .project-card .top-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    font-size: 12px; }
    .projects.style-12 .project-card .top-inf i {
      color: #414040;
      -webkit-margin-end: 2px;
      margin-inline-end: 2px; }
  .projects.style-12 .project-card .img {
    height: 270px;
    position: relative; }
    .projects.style-12 .project-card .img .butn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      white-space: nowrap;
      opacity: 0; }
  .projects.style-12 .project-card .info {
    padding: 20px 30px; }
    .projects.style-12 .project-card .info small {
      font-size: 12px;
      color: #7e7c88; }
    .projects.style-12 .project-card .info h6 {
      font-size: 16px;
      margin-top: 5px; }
    .projects.style-12 .project-card .info .btm-inf {
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .projects.style-12 .project-card .info .btm-inf p {
        color: #7e7c88; }

/* --------------- projects style-13 --------------- */
.projects.style-13 {
  position: relative; }
  .projects.style-13::before {
    position: absolute;
    content: "";
    left: calc(50% - 300px);
    top: 0;
    width: 600px;
    height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff9ef), to(transparent));
    background: -webkit-linear-gradient(top, #fff9ef, transparent);
    background: -o-linear-gradient(top, #fff9ef, transparent);
    background: linear-gradient(to bottom, #fff9ef, transparent);
    border-radius: 50%; }
  .projects.style-13 .links-tabs {
    position: relative;
    z-index: 10; }
    .projects.style-13 .links-tabs .nav-link {
      color: #000;
      text-transform: uppercase;
      border-radius: 30px;
      -webkit-box-shadow: 0 10px 30px #0001;
      box-shadow: 0 10px 30px #0001;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 30px;
      margin: 10px;
      background-color: #fff; }
      .projects.style-13 .links-tabs .nav-link.active {
        background-color: var(--color-orange3);
        color: #fff; }
  .projects.style-13 .project-card .img {
    position: relative;
    height: 430px;
    border-radius: 15px;
    overflow: hidden; }
    .projects.style-13 .project-card .img .info {
      position: absolute;
      left: 30px;
      bottom: 30px;
      width: calc(100% - 60px);
      padding: 20px;
      background-color: #fff;
      border-radius: 15px;
      overflow: hidden;
      z-index: 10;
      -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
      transform: translateY(150%);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .projects.style-13 .project-card .img .info::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/projects/project_13_pattern.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.1; }
      .projects.style-13 .project-card .img .info p {
        color: #999;
        margin-bottom: 5px; }
      .projects.style-13 .project-card .img .info h6 {
        font-size: 20px;
        font-weight: bold; }
      .projects.style-13 .project-card .img .info .logo {
        max-width: 140px; }
  .projects.style-13 .project-card:hover .img .info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .projects.style-13 .links {
    margin-top: 80px; }
    .projects.style-13 .links .links-content {
      border-bottom: 1px solid #9993;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .projects.style-13 .links .links-content a {
        width: 125px;
        margin: 20px 0; }
    .projects.style-13 .links p {
      margin-top: 20px; }

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- testimonials styles --------------- */
.testimonials.style-1 .content {
  position: relative;
  z-index: 5; }
  .testimonials.style-1 .content .vid_img {
    position: relative;
    height: 400px;
    min-height: 100%; }
    .testimonials.style-1 .content .vid_img::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#0007), to(#0001));
      background: -webkit-linear-gradient(bottom, #0007, #0001);
      background: -o-linear-gradient(bottom, #0007, #0001);
      background: linear-gradient(to top, #0007, #0001); }
    .testimonials.style-1 .content .vid_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .testimonials.style-1 .content .vid_img .play_icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      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;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--color-main-grad);
      z-index: 5; }
      .testimonials.style-1 .content .vid_img .play_icon i {
        color: #fff;
        font-size: 28px;
        margin-left: 3px; }
    .testimonials.style-1 .content .vid_img .img_info {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 30px;
      width: 100%;
      z-index: 5; }
      .testimonials.style-1 .content .vid_img .img_info h4 {
        color: #fff;
        font-weight: bold; }
      .testimonials.style-1 .content .vid_img .img_info small {
        color: #fff;
        display: block;
        font-size: 11px; }
  .testimonials.style-1 .content .info {
    position: relative;
    padding-left: 75px;
    min-height: 100%; }
    .testimonials.style-1 .content .info::after {
      position: absolute;
      content: "";
      left: 25px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #9991; }
    .testimonials.style-1 .content .info .client_card {
      border: 1px solid #9994;
      border-radius: 5px;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff; }
      .testimonials.style-1 .content .info .client_card .user_img {
        margin-right: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .testimonials.style-1 .content .info .client_card .user_img img {
          width: 45px;
          height: 45px;
          border-radius: 50%;
          -o-object-fit: cover;
          object-fit: cover; }
      .testimonials.style-1 .content .info .client_card .inf_content .rate_stars {
        margin-bottom: 5px; }
        .testimonials.style-1 .content .info .client_card .inf_content .rate_stars i {
          color: #ffb400;
          font-size: 10px; }
      .testimonials.style-1 .content .info .client_card .inf_content h6 {
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 15px; }
      .testimonials.style-1 .content .info .client_card .inf_content p {
        font-size: 12px;
        color: #000;
        text-transform: uppercase; }
        .testimonials.style-1 .content .info .client_card .inf_content p span {
          text-transform: capitalize; }

.reviews.style-2 {
  position: relative; }
  .reviews.style-2 .rev_l {
    position: absolute;
    left: 0;
    top: 30%;
    width: 20%;
    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
    animation: slide_up_down 2s ease-in-out infinite alternate both; }
  .reviews.style-2 .rev_r {
    position: absolute;
    right: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20%;
    -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
    animation: slide_up_down 2s ease-in-out infinite alternate both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.swiper-slide .reviews_card.style-2 {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
  -ms-transform: scale(0.8) translateY(20px);
  transform: scale(0.8) translateY(20px);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.swiper-slide.swiper-slide-active .reviews_card.style-2 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.reviews_card.style-2 .rev_user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  outline: 1px solid var(--color-lightBlue);
  outline-offset: 5px;
  margin: 40px auto 25px; }
  .reviews_card.style-2 .rev_user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.reviews_card.style-2 .rev_stars i {
  color: greenyellow; }

.testimonials.style-3 {
  background-color: #f0eff5;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 5; }
  .testimonials.style-3 .testi_lines {
    position: absolute;
    bottom: -10px; }
  .testimonials.style-3 .testimonial-card.style-3 .text {
    font-size: 18px;
    line-height: 28px;
    min-height: 112px; }
  .testimonials.style-3 .testimonial-card.style-3 p {
    font-size: 13px;
    line-height: 1.1; }
  .testimonials.style-3 .testimonial-card.style-3 small {
    font-size: 11px; }
  .testimonials.style-3 .testimonial-slider.style-3 {
    position: relative; }
    .testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next {
      top: -65px;
      right: 0;
      width: 35px;
      height: 35px;
      border-radius: 50%; }
      .testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next::after {
        font-size: 12px; }
      .testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next:hover {
        background: var(--color-blue2); }
    .testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev {
      top: -65px;
      left: auto;
      right: 40px;
      width: 35px;
      height: 35px;
      border-radius: 50%; }
      .testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev::after {
        font-size: 12px; }
      .testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev:hover {
        background: var(--color-blue2); }

.testimonials.style-4 .content {
  border-bottom: 1px solid #9993;
  padding-bottom: 80px; }
  .testimonials.style-4 .content .numbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .testimonials.style-4 .content .numbs .num-card .icon {
      height: 55px;
      display: inline-block;
      margin-bottom: 15px; }
    .testimonials.style-4 .content .numbs .num-card h2 {
      color: var(--color-blue4); }
    .testimonials.style-4 .content .numbs .num-card p {
      font-size: 11px;
      color: #666;
      margin-top: 5px; }
    .testimonials.style-4 .content .numbs .num-card:not(:last-of-type) {
      padding-right: 50px;
      margin-right: 50px;
      border-right: 1px solid #9993; }
  .testimonials.style-4 .content .play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonials.style-4 .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.style-4 .content .play-btn .icon i {
        color: var(--color-blue4);
        font-size: 16px; }
  .testimonials.style-4 .content .stars {
    font-size: 10px;
    color: #fdb900;
    margin-bottom: 5px; }
  .testimonials.style-4 .content .testi-cards {
    position: relative;
    padding: 0 5vw; }
    .testimonials.style-4 .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.style-4 .content .testi-cards .client_card .user_img {
        margin-right: 25px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .testimonials.style-4 .content .testi-cards .client_card .user_img img {
          width: 90px;
          height: 90px;
          border-radius: 50%;
          -o-object-fit: cover;
          object-fit: cover; }
      .testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars {
        margin-bottom: 5px; }
        .testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars i {
          color: #ffb400;
          font-size: 10px; }
      .testimonials.style-4 .content .testi-cards .client_card .inf_content h6 {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 15px; }
      .testimonials.style-4 .content .testi-cards .client_card .inf_content p {
        font-size: 10px;
        color: #000;
        text-transform: uppercase; }
        .testimonials.style-4 .content .testi-cards .client_card .inf_content p span {
          text-transform: capitalize;
          color: #2E99F5; }
      .testimonials.style-4 .content .testi-cards .client_card:nth-of-type(2) {
        right: -5vw; }
    .testimonials.style-4 .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; }

.testi-card.style-5 {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px; }
  .testi-card.style-5:hover {
    -webkit-box-shadow: 0px 30px 60px 0px #0a2b5326;
    box-shadow: 0px 30px 60px 0px #0a2b5326; }
    .testi-card.style-5:hover .card-title {
      color: var(--color-blue5); }
  .testi-card.style-5 .stars i {
    color: #27a700;
    font-size: 15px; }
  .testi-card.style-5 .text {
    font-size: 19px;
    line-height: 1.6;
    color: #000;
    margin-top: 15px; }
  .testi-card.style-5 .user h6 {
    margin: 15px auto 0;
    font-size: 14px;
    font-weight: bold; }
  .testi-card.style-5 .user small {
    font-size: 11px;
    color: #666; }

.testimonials.style-6 {
  padding: 50px 0 120px; }
  .testimonials.style-6 .testi-slider.style-6 .icon {
    width: 95px;
    height: 95px;
    background-color: var(--color-blue6);
    color: #fff;
    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: 60% 40% 40% 40%;
    font-size: 35px; }
  .testimonials.style-6 .testi-slider.style-6 .testi-card .text {
    color: #000;
    font-size: 23px;
    line-height: 1.4; }
  .testimonials.style-6 .testi-slider.style-6 .swiper-button-next,
  .testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
    background-color: #f1f2fa;
    width: 40px;
    height: 40px;
    top: 100%;
    margin-top: 40px; }
    .testimonials.style-6 .testi-slider.style-6 .swiper-button-next:hover,
    .testimonials.style-6 .testi-slider.style-6 .swiper-button-prev:hover {
      background-color: var(--color-blue6); }
  .testimonials.style-6 .testi-slider.style-6 .swiper-button-next {
    right: auto;
    left: 50px; }
  .testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
    left: 0; }
  .testimonials.style-6 .img {
    position: relative;
    margin-top: 50px; }
    .testimonials.style-6 .img img {
      position: relative;
      z-index: 5; }
    .testimonials.style-6 .img .bubbls {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      z-index: 0; }

.testimonials.style-7 {
  position: relative;
  background-color: #f0eff5; }
  .testimonials.style-7 .container {
    position: relative;
    z-index: 10; }
  .testimonials.style-7::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: -webkit-linear-gradient(top, #fff, transparent);
    background: -o-linear-gradient(top, #fff, transparent);
    background: linear-gradient(to bottom, #fff, transparent);
    pointer-events: none; }
  .testimonials.style-7 .img_back {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    z-index: 1; }
  .testimonials.style-7 .testi_qout {
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none; }
  .testimonials.style-7 .testi-card {
    z-index: 2; }
    .testimonials.style-7 .testi-card .text {
      font-size: 24px;
      text-align: center; }
    .testimonials.style-7 .testi-card .author {
      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;
      margin-top: 40px; }
      .testimonials.style-7 .testi-card .author .inf p {
        color: #946ed6; }
      .testimonials.style-7 .testi-card .author .inf h6 {
        font-size: 18px;
        font-weight: bold; }
  .testimonials.style-7 .get-qoute-banner {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 50px;}
    .testimonials.style-7 .get-qoute-banner .info p {
      color: #666;
      margin-bottom: 5px; }
    .testimonials.style-7 .get-qoute-banner .info h6 {
      font-size: 24px;
      font-weight: bold; }
    .testimonials.style-7 .get-qoute-banner .img {
      text-align: center; }
      .testimonials.style-7 .get-qoute-banner .img img {
        width: 200px;
        margin-top: -30px; }

.testimonials.style-8 .testi-card .info {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative; }
  .testimonials.style-8 .testi-card .info::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 100px;
    width: 50px;
    height: 20px;
    border-left: 25px solid #fff;
    border-right: 25px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent; }
  .testimonials.style-8 .testi-card .info .stars {
    color: var(--color-orange1);
    margin-bottom: 25px;
    position: relative;
    z-index: 5; }
  .testimonials.style-8 .testi-card .info p {
    font-size: 20px;
    position: relative;
    z-index: 5; }
  .testimonials.style-8 .testi-card .info .icon {
    position: absolute;
    width: 100px;
    right: 30px;
    top: 30px;
    pointer-events: none; }

.testimonials.style-8 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .testimonials.style-8 .testi-card .author .inf p {
    color: var(--color-main);
    text-transform: uppercase; }
  .testimonials.style-8 .testi-card .author .inf h6 {
    font-size: 18px;
    font-weight: bold; }

.testimonials.style-9 {
  background-image: url(../img/testimonials/testi9_back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .testimonials.style-9 .testi-head h3 {
    font-size: 30px;
    color: var(--color-darkBlue2); }
  .testimonials.style-9 .testi-head .reviews-numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonials.style-9 .testi-head .reviews-numb .img {
      -webkit-padding-end: 30px;
      padding-inline-end: 30px;
      -webkit-margin-end: 30px;
      margin-inline-end: 30px;
      border-right: 1px solid #9993; }
      .testimonials.style-9 .testi-head .reviews-numb .img .logo {
        width: 125px;
        margin-bottom: 3px; }
      .testimonials.style-9 .testi-head .reviews-numb .img .stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .testimonials.style-9 .testi-head .reviews-numb .img .stars .star {
          width: 25px;
          -webkit-margin-end: 1px;
          margin-inline-end: 1px; }
  .testimonials.style-9 .testi-card .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .testimonials.style-9 .testi-card .stars .star {
      width: 20px;
      -webkit-margin-end: 1px;
      margin-inline-end: 1px; }
  .testimonials.style-9 .testi-card .text {
    font-size: 17px;
    color: var(--color-darkBlue2);
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.7;
    min-height: 150px; }
  .testimonials.style-9 .testi-card .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .testimonials.style-9 .testi-card .author .inf p {
      color: #666; }
    .testimonials.style-9 .testi-card .author .inf h6 {
      font-size: 18px;
      font-weight: bold;
      color: var(--color-darkBlue2); }

.testimonials.style-11 {
  background-color: #f6f6f6; }
  .testimonials.style-11 .testimonials-slider11 {
    position: relative; }
    .testimonials.style-11 .testimonials-slider11::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-color: #fff; }
    .testimonials.style-11 .testimonials-slider11 .swiper-container {
      padding-bottom: 30px; }
    .testimonials.style-11 .testimonials-slider11 .swiper-slide {
      padding: 30px; }
    .testimonials.style-11 .testimonials-slider11 .swiper-pagination-bullet {
      cursor: pointer;
      width: 20px;
      height: 3px;
      border-radius: 0; }
    .testimonials.style-11 .testimonials-slider11 .swiper-pagination-bullet-active {
      background-color: #000;
      border-radius: 0;
      width: 30px !important; }
  .testimonials.style-11 .testimonial-card {
    background-color: #ffff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px #0001;
    box-shadow: 0 0 30px #0001;
    overflow: hidden; }
    .testimonials.style-11 .testimonial-card .img {
      height: 100%;
      position: relative; }
      .testimonials.style-11 .testimonial-card .img .play_icon {
        width: 100px;
        height: 100px;
        background-color: #fff;
        border-radius: 50%;
        line-height: 100px;
        text-align: center;
        color: #000;
        font-size: 18px;
        position: absolute;
        bottom: 50px;
        left: 50px;
        z-index: 10; }
    .testimonials.style-11 .testimonial-card .info {
      padding: 5vw; }
      .testimonials.style-11 .testimonial-card .info .icon {
        width: 130px;
        margin-bottom: 30px; }
      .testimonials.style-11 .testimonial-card .info h4 {
        font-size: 30px;
        font-weight: bold; }
      .testimonials.style-11 .testimonial-card .info .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px; }
        .testimonials.style-11 .testimonial-card .info .author .inf p {
          color: #999; }
        .testimonials.style-11 .testimonial-card .info .author .inf h6 {
          font-size: 20px;
          font-weight: bold; }
  .testimonials.style-11 .logos-content {
    background-color: #fff; }
    .testimonials.style-11 .logos-content .logos {
      border-bottom: 1px solid #9993; }
      .testimonials.style-11 .logos-content .logos .row > div {
        text-align: center; }
        .testimonials.style-11 .logos-content .logos .row > div:first-of-type {
          text-align: start; }
        .testimonials.style-11 .logos-content .logos .row > div:last-of-type {
          text-align: end; }
      .testimonials.style-11 .logos-content .logos .logo {
        opacity: 30%;
        margin-bottom: 30px; }
        .testimonials.style-11 .logos-content .logos .logo:hover {
          opacity: 1; }
    .testimonials.style-11 .logos-content p {
      font-size: 16px;
      margin-top: 30px;
      text-align: center;
      color: #777; }
      .testimonials.style-11 .logos-content p strong {
        color: #000; }

.testimonials.style-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaedf2), to(transparent));
  background-image: -webkit-linear-gradient(top, #eaedf2, transparent);
  background-image: -o-linear-gradient(top, #eaedf2, transparent);
  background-image: linear-gradient(to bottom, #eaedf2, transparent); }
  .testimonials.style-13 .testi-card {
    text-align: center;
    margin-top: 50px; }
    .testimonials.style-13 .testi-card .info {
      padding: 0 3vw;
      background-color: #fff;
      border-radius: 15px;
      position: relative;
      z-index: 10;
      padding-bottom: 80px; }
      .testimonials.style-13 .testi-card .info .icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 50%;
        pointer-events: none;
        z-index: -1; }
      .testimonials.style-13 .testi-card .info .card-tag {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: var(--color-orange3);
        background-color: #15141a;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1; }
      .testimonials.style-13 .testi-card .info p {
        font-size: 16px;
        color: #666;
        margin-top: 30px;
        margin-bottom: 20px; }
      .testimonials.style-13 .testi-card .info .stars {
        color: #fca61f; }
    .testimonials.style-13 .testi-card .img {
      position: relative;
      z-index: 20;
      margin-top: -30px; }
      .testimonials.style-13 .testi-card .img .user_img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        margin: auto;
        margin-bottom: 30px; }
      .testimonials.style-13 .testi-card .img h6 {
        font-size: 18px;
        font-weight: bold; }
      .testimonials.style-13 .testi-card .img p {
        color: #999;
        margin-top: 5px; }

.testimonials.style-14 {
  position: relative;
  background-color: #ecf0f3; }
  .testimonials.style-14 .testi-card {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 50px 40px; }
    .testimonials.style-14 .testi-card .icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #fff;
      border-radius: 50%;
      padding: 20px;
      -webkit-box-shadow: 0 0 15px #0001;
      box-shadow: 0 0 15px #0001;
      position: absolute;
      top: -40px;
      right: 30px; }
    .testimonials.style-14 .testi-card .user-img {
      width: 90px;
      height: 90px;
      margin: 0 auto 40px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials.style-14 .testi-card .info .stars {
      color: var(--color-red1);
      margin-bottom: 10px; }
    .testimonials.style-14 .testi-card .info .text {
      font-size: 18px;
      color: #171717;
      margin-bottom: 20px;
      line-height: 1.7; }
    .testimonials.style-14 .testi-card .info h6 {
      font-size: 18px;
      color: #171717;
      font-weight: bold;
      margin-bottom: 10px; }

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- pricing styles --------------- */
.pricing.style-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#010049), to(#157aa6));
  background: -webkit-linear-gradient(top, #010049, #157aa6);
  background: -o-linear-gradient(top, #010049, #157aa6);
  background: linear-gradient(to bottom, #010049, #157aa6);
  position: relative; }
  .pricing.style-2 .shap_l {
    position: absolute;
    left: 0;
    top: 20%;
    max-width: 30%; }
  .pricing.style-2 .shap_r {
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    max-width: 30%; }
  .pricing.style-2 .toggle_switch .form-check-label {
    pointer-events: none; }
  .pricing.style-2 .yearly_price,
  .pricing.style-2 .monthly_price {
    display: none; }
    .pricing.style-2 .yearly_price.show,
    .pricing.style-2 .monthly_price.show {
      display: block; }

.pricing_card.style-2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 85px 50px 50px;
  border: 1px solid #3d9dd1; }
  .pricing_card.style-2 p {
    text-transform: uppercase;
    margin: 30px 0 15px;
    font-size: 16px; }
  .pricing_card.style-2 .price .h2 small {
    font-size: 13px;
    position: relative;
    top: -12px; }
  .pricing_card.style-2 ul {
    min-height: 164px; }
    .pricing_card.style-2 ul li {
      border-color: #3d9dd181 !important; }
  .pricing_card.style-2 .hint {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 11px;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #1f3f85;
    text-transform: capitalize; }
  .pricing_card.style-2.recommended::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: var(--color-lightBlue); }

.pricing.style-3 {
  position: relative; }
  .pricing.style-3 .testi_lines {
    position: absolute;
    bottom: -10px; }

.pricing-card.style-3 {
  padding: 30px;
  border-radius: 20px;
  background-color: #f3f2f7; }
  .pricing-card.style-3 .card-head {
    border-bottom: 1px solid #9993;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .pricing-card.style-3 .card-head h4 {
      font-size: 19px;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pricing-card.style-3 .card-head h4 small {
        font-size: 10px;
        font-weight: 400;
        padding: 3px 5px;
        border-radius: 3px;
        color: #fff !important;
        background-color: #6e27ff;
        margin: 0 5px; }
    .pricing-card.style-3 .card-head small {
      font-size: 11px;
      color: #999999; }
    .pricing-card.style-3 .card-head .price {
      text-align: right; }
      .pricing-card.style-3 .card-head .price h5 {
        font-size: 20px;
        color: var(--color-blue2);
        font-weight: bold; }
  .pricing-card.style-3 .card-body {
    min-height: 180px;
    padding: 20px 0; }
    .pricing-card.style-3 .card-body li {
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .pricing-card.style-3 .card-body li small {
        font-size: 11px;
        margin: 5px 0; }
      .pricing-card.style-3 .card-body li i {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: var(--color-blue2);
        font-size: 20px;
        margin-right: 10px; }
  .pricing-card.style-3.dark-card {
    background-color: var(--color-blue2); }
    .pricing-card.style-3.dark-card .card-head {
      border-bottom: 1px solid #9999ff; }
      .pricing-card.style-3.dark-card .card-head h4, .pricing-card.style-3.dark-card .card-head h5 {
        color: #fff; }
      .pricing-card.style-3.dark-card .card-head small {
        color: #9999ff; }
    .pricing-card.style-3.dark-card .card-body li {
      color: #fff; }
      .pricing-card.style-3.dark-card .card-body li i {
        color: #9999ff; }
    .pricing-card.style-3.dark-card .btn {
      background-color: #fff !important; }
      .pricing-card.style-3.dark-card .btn span {
        color: #000; }

.pricing.style-4 .form-check-input.bg-blue4 {
  background-color: var(--color-blue4);
  border-color: var(--color-blue4); }

.pricing.style-4 .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.style-4 .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.style-4 .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px; }
  .pricing.style-4 .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.style-4 .content .price-card .price-header {
    border-bottom: 1px solid #e9e8ee; }
    .pricing.style-4 .content .price-card .price-header h6 {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .pricing.style-4 .content .price-card .price-header h6 .icon {
        width: 30px;
        height: 30px;
        margin-right: 8px; }
    .pricing.style-4 .content .price-card .price-header h2 {
      font-size: 37px;
      color: #000;
      margin: 12px 0 5px; }
      .pricing.style-4 .content .price-card .price-header h2 small {
        font-size: 15px;
        font-weight: 300; }
    .pricing.style-4 .content .price-card .price-header p {
      font-size: 12px;
      color: #666; }

.pricing.style-5 .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #edf2fa;
  padding: 7px;
  border-radius: 50px; }
  .pricing.style-5 .pricing-tabsHead .price-radios .form-check {
    margin: 0;
    padding: 0; }
    .pricing.style-5 .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.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label small {
        padding: 1px 5px;
        font-size: 10px; }
    .pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input {
      display: none; }
    .pricing.style-5 .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.style-5 .content {
  min-width: 800px;
  margin-top: 50px; }
  .pricing.style-5 .content .price-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #7f7f7f; }
    .pricing.style-5 .content .price-head .price-headTitle {
      width: 34%; }
    .pricing.style-5 .content .price-head .price-headItem {
      position: relative;
      width: 22%;
      text-align: center;
      padding: 30px 0;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
      .pricing.style-5 .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.style-5 .content .price-head .price-headItem h6 {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .pricing.style-5 .content .price-head .price-headItem h2 {
        font-size: 45px;
        margin-bottom: 5px; }
        .pricing.style-5 .content .price-head .price-headItem h2 span {
          font-size: 18px;
          color: #999;
          font-weight: 400; }
      .pricing.style-5 .content .price-head .price-headItem small {
        font-size: 11px;
        color: #666;
        display: block;
        line-height: 1.5; }
  .pricing.style-5 .content .price-body .price-bodyItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f2f2f2; }
    .pricing.style-5 .content .price-body .price-bodyItems:last-of-type {
      border: 0; }
    .pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle {
      width: 34%;
      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.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
          font-size: 11px;
          color: #999;
          margin: 0 3px; }
          .pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
            color: var(--color-blue5); }
        .pricing.style-5 .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.style-5 .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.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
          opacity: 1;
          visibility: visible; }
    .pricing.style-5 .content .price-body .price-bodyItems .price-item {
      width: 22%;
      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.style-5 .content .price-body .price-bodyItems .price-item i {
        color: var(--color-blue5);
        font-size: 20px; }
      .pricing.style-5 .content .price-body .price-bodyItems .price-item span {
        color: #000;
        font-size: 14px; }
  .pricing.style-5 .content .price-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pricing.style-5 .content .price-foot .price-footTitle {
      width: 34%; }
    .pricing.style-5 .content .price-foot .price-footItem {
      width: 22%;
      text-align: center;
      padding: 30px 0 50px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }

.pricing.style-5 .monthly_price {
  display: none; }

.pricing.style-8 .pricing-head {
  padding: 100px 0 70px;
  background-color: #000; }
  .pricing.style-8 .pricing-head .ui-widget-content {
    border-radius: 15px !important;
    height: 5px;
    border: 0;
    background-color: #151515;
    position: relative; }
  .pricing.style-8 .pricing-head .ui-state-default,
  .pricing.style-8 .pricing-head .ui-widget-content .ui-state-default,
  .pricing.style-8 .pricing-head .ui-widget-header .ui-state-default,
  .pricing.style-8 .pricing-head .ui-button, .pricing.style-8 .pricing-head html .ui-button.ui-state-disabled:hover,
  .pricing.style-8 .pricing-head html .ui-button.ui-state-disabled:active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    top: -6px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .pricing.style-8 .pricing-head .ui-slider-horizontal .ui-slider-range-min {
    background-color: var(--color-main); }
  .pricing.style-8 .pricing-head .users-number {
    color: #606060;
    display: inline-block;
    position: absolute;
    left: 0; }
    .pricing.style-8 .pricing-head .users-number input {
      background: transparent;
      border: 0;
      width: 35px !important;
      color: #fff;
      margin-top: 15px;
      min-width: none;
      font-weight: bold; }
  .pricing.style-8 .pricing-head .pricing-tabsHead .price-radios {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #131313;
    padding: 5px;
    border-radius: 50px; }
    .pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check {
      margin: 0;
      padding: 0; }
      .pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label {
        color: #fff;
        background-color: transparent;
        font-size: 12px;
        font-weight: bold;
        border-radius: 30px;
        padding: 10px 15px;
        text-transform: uppercase;
        cursor: pointer; }
        .pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label small {
          padding: 1px 5px;
          font-size: 10px; }
      .pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input {
        display: none; }
      .pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
        background-color: var(--color-orange1);
        -webkit-box-shadow: 0 5px 5px #0001;
        box-shadow: 0 5px 5px #0001; }

.pricing.style-8 .pricing-body {
  position: relative; }
  .pricing.style-8 .pricing-body::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #000; }
  .pricing.style-8 .pricing-body .content {
    padding-bottom: 100px;
    border-bottom: 1px solid #9993; }
  .pricing.style-8 .pricing-body .popular-head {
    height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-orange1);
    color: #fff;
    text-transform: uppercase;
    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; 
  
}

.pricing.style-8 .pricing-body .popular-head-new{
	height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--color-orange1);
    color: #fff;
    text-transform: uppercase;
    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; 
	 position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
}

    .pricing.style-8 .pricing-body .popular-head p,.pricing.style-8 .pricing-body .popular-head-new p{
    	margin-bottom: 0px;
    }

  .pricing.style-8 .pricing-body .pricing-card {
    position: relative;
    padding: 50px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5; 
    height: -webkit-fill-available;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    }
    .pricing.style-8 .pricing-body .pricing-card:hover .price .price-btn {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      visibility: visible; }
    .pricing.style-8 .pricing-body .pricing-card:hover .price p {
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
      opacity: 1; }
    .pricing.style-8 .pricing-body .pricing-card .pricing-title {
      margin-bottom: 40px; }
      .pricing.style-8 .pricing-body .pricing-card .pricing-title h2 {
        font-weight: bold;
        font-size: 32px;
        text-transform: capitalize; }
      .pricing.style-8 .pricing-body .pricing-card .pricing-title p {
        font-size: 18px;
        color: #666; }
    .pricing.style-8 .pricing-body .pricing-card .price {
      position: relative;
      margin-bottom: 40px;
      height: 60px;
      border-radius: 50px;
      background-color: #eff4fc;
      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;
      overflow: hidden; }
      .pricing.style-8 .pricing-body .pricing-card .price p {
        font-size: 16px;
        color: var(--color-main);
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; 
        margin-bottom: 0px;
    }
      .pricing.style-8 .pricing-body .pricing-card .price .price-btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        border-radius: 50px;
        background-color: var(--color-main);
        color: #fff;
        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;
        z-index: 10;
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        visibility: hidden; }
        .pricing.style-8 .pricing-body .pricing-card .price .price-btn i {
          margin-left: 10px;
          position: relative;
          top: 2px; }
    .pricing.style-8 .pricing-body .pricing-card .pricing-info li {
      font-size: 18px;
      font-weight: 500;
      margin: 20px 0; 
      display: flex;
  }
      .pricing.style-8 .pricing-body .pricing-card .pricing-info ul{
      	padding-left: 0px;
      }
      .pricing.style-8 .pricing-body .pricing-card .pricing-info li .icon {
        width: 20px;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px; }

.pricing.style-9 .pricing-card {
  padding: 50px;
  background-color: #fff;
  border-radius: 6px; }
  .pricing.style-9 .pricing-card .card-head {
    margin-bottom: 20px; }
    .pricing.style-9 .pricing-card .card-head h5 {
      font-size: 20px;
      color: var(--color-darkBlue2);
      font-weight: bold;
      margin-bottom: 5px; }
    .pricing.style-9 .pricing-card .card-head p {
      color: #666;
      font-size: 14px; }
  .pricing.style-9 .pricing-card .price {
    font-size: 40px;
    color: var(--color-darkBlue2); }
    .pricing.style-9 .pricing-card .price small {
      font-size: 20px;
      font-weight: 300; }
  .pricing.style-9 .pricing-card .hightLight {
    color: #6c41ff;
    padding: 5px 10px;
    text-align: center;
    background-color: #f1eeff;
    margin-bottom: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 5px;
    display: inline-block; }
  .pricing.style-9 .pricing-card li {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px; }

.pricing.style-9 .offer-text {
  text-align: center;
  color: var(--color-darkBlue2);
  font-size: 18px;
  margin-top: 50px; }
  .pricing.style-9 .offer-text a {
    color: #6c41ff;
    text-decoration: underline !important; }

.pricing.style-10 .pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pricing.style-10 .pricing-table .table-titles {
    width: 30%; }
    .pricing.style-10 .pricing-table .table-titles .main-head {
      padding: 45px; }
      .pricing.style-10 .pricing-table .table-titles .main-head .icon {
        margin-bottom: 20px; }
        .pricing.style-10 .pricing-table .table-titles .main-head .icon img {
          height: 80px; }
      .pricing.style-10 .pricing-table .table-titles .main-head p {
        color: #666; }
        .pricing.style-10 .pricing-table .table-titles .main-head p strong {
          color: #000; }
    .pricing.style-10 .pricing-table .table-titles .main-body {
      background-color: #f7f7f7;
      padding: 45px;
      border-radius: 8px 0 0 8px; }
      .pricing.style-10 .pricing-table .table-titles .main-body li {
        font-size: 15px;
        font-weight: bold;
        padding: 20px 0;
        border-bottom: 1px solid #9993; }
        .pricing.style-10 .pricing-table .table-titles .main-body li:first-of-type {
          padding-top: 0; }
        .pricing.style-10 .pricing-table .table-titles .main-body li:last-of-type {
          border: 0;
          padding-bottom: 0; }
  .pricing.style-10 .pricing-table .table-body-card {
    width: calc(70% / 3);
    position: relative;
    border-radius: 8px 8px 0 0; }
    .pricing.style-10 .pricing-table .table-body-card .sub-head {
      height: 237px;
      padding: 40px; }
      .pricing.style-10 .pricing-table .table-body-card .sub-head h2 {
        font-size: 35px;
        margin-bottom: 30px; }
        .pricing.style-10 .pricing-table .table-body-card .sub-head h2 small {
          font-size: 20px;
          color: #666;
          font-weight: 400; }
    .pricing.style-10 .pricing-table .table-body-card .sub-body {
      border: 15px solid #f7f7f7;
      text-align: center; }
      .pricing.style-10 .pricing-table .table-body-card .sub-body ul {
        background-color: #fff;
        padding: 30px;
        border-radius: 8px; }
        .pricing.style-10 .pricing-table .table-body-card .sub-body ul li {
          font-size: 15px;
          font-weight: 400;
          padding: 20px 0;
          border-bottom: 1px solid #9992;
          text-transform: capitalize; }
          .pricing.style-10 .pricing-table .table-body-card .sub-body ul li:first-of-type {
            padding-top: 0; }
          .pricing.style-10 .pricing-table .table-body-card .sub-body ul li:last-of-type {
            border: 0;
            padding-bottom: 0; }
          .pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
            font-size: 12px;
            -webkit-margin-end: 10px;
            margin-inline-end: 10px;
            display: none; }
    .pricing.style-10 .pricing-table .table-body-card.recommended-card {
      background-color: #8169f1;
      color: #fff; }
      .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-head h2 small {
        color: #fff; }
      .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
        border: 15px solid #8169f1; }
        .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul {
          background-color: #8169f1; }
          .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul li {
            border-color: #fff2; }

/* ===============================================================
			[ * team Section ] 
================================================================*/
/* --------------- team styles --------------- */
.team.style-1 {
  position: relative; }
  .team.style-1 .team_shap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    z-index: -1; }
  .team.style-1 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .team.style-1 .content .team_box {
      width: 18%;
      text-align: center;
      margin-bottom: 20px; }
      .team.style-1 .content .team_box .avatar {
        width: 135px;
        height: 135px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 15px; }
        .team.style-1 .content .team_box .avatar img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .team.style-1 .content .team_box .info h6 {
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .team.style-1 .content .team_box .info small {
        display: block;
        font-size: 13px;
        color: #888; }
      .team.style-1 .content .team_box .info .social_icons {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .team.style-1 .content .team_box .info .social_icons a {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          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;
          background-color: #eef4f8;
          color: #666;
          margin: 5px; }
          .team.style-1 .content .team_box .info .social_icons a:hover {
            background: var(--color-main-grad);
            color: #fff; }
      .team.style-1 .content .team_box:hover .info h6 {
        color: var(--color-main); }
  .team.style-1.team-blue2 .content .team_box .social_icons a:hover {
    background: var(--color-blue2);
    color: #fff; }
  .team.style-1.team-blue2 .content .team_box:hover .info h6 {
    color: var(--color-blue2); }

/* --------------- team style-6 --------------- */
.team.style-6 {
  padding: 0 30px; }
  .team.style-6 .content {
    background-color: #f1f2fa;
    position: relative;
    padding: 100px 0;
    border-radius: 30px; }

.team-card.style-6 {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .team-card.style-6 .img {
    position: relative;
    height: 320px;
    border-radius: 15px;
    overflow: hidden; }
    .team-card.style-6 .img .social-icons {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px;
      z-index: 5; }
      .team-card.style-6 .img .social-icons a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        color: #666;
        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: 11px;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .team-card.style-6 .img .social-icons a:hover {
          background-color: var(--color-blue6);
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transition-delay: 0 !important;
          -o-transition-delay: 0 !important;
          transition-delay: 0 !important; }
        .team-card.style-6 .img .social-icons a:nth-of-type(1) {
          -webkit-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        .team-card.style-6 .img .social-icons a:nth-of-type(2) {
          -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        .team-card.style-6 .img .social-icons a:nth-of-type(3) {
          -webkit-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
        .team-card.style-6 .img .social-icons a:nth-of-type(4) {
          -webkit-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .team-card.style-6 .info {
    padding: 25px 0 10px; }
    .team-card.style-6 .info h6 {
      font-size: 15px;
      font-weight: 600;
      color: #000; }
    .team-card.style-6 .info small {
      color: #999;
      font-size: 13px; }
  .team-card.style-6:hover {
    -webkit-box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2);
    box-shadow: 0px 54px 92px 0px rgba(81, 85, 134, 0.2); }
    .team-card.style-6:hover .img .social-icons a {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .team-card.style-6:hover .info h6 {
      color: var(--color-blue6); }

/* --------------- team style-10 --------------- */
.team.style-10 {
  overflow: hidden; }
  .team.style-10 .row {
    margin: 0 -30px !important; }
    .team.style-10 .row .col-lg-4 {
      padding: 0 30px !important; }
  .team.style-10 .team-card .img {
    position: relative;
    height: 400px;
    text-align: center;
    border-bottom-right-radius: 180px;
    overflow: hidden; }
    .team.style-10 .team-card .img .main-img {
      height: 100%;
      width: 90%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      position: relative;
      z-index: 10; }
    .team.style-10 .team-card .img .bg_color {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 50px);
      border-top-left-radius: 150px; }
    .team.style-10 .team-card .img .social-icons {
      position: absolute;
      top: 80px;
      right: 20px;
      background-color: #fff;
      z-index: 20;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow: hidden; }
      .team.style-10 .team-card .img .social-icons:hover {
        height: 180px; }
        .team.style-10 .team-card .img .social-icons:hover a {
          opacity: 1; }
        .team.style-10 .team-card .img .social-icons:hover .icon {
          height: 45px; }
          .team.style-10 .team-card .img .social-icons:hover .icon::after {
            content: "\f068"; }
      .team.style-10 .team-card .img .social-icons .icon {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        text-align: center; }
        .team.style-10 .team-card .img .social-icons .icon::after {
          content: "\f067";
          font-weight: 900;
          font-family: "Font Awesome 5 pro"; }
      .team.style-10 .team-card .img .social-icons a {
        background-color: #fff;
        width: 50px;
        height: 30px;
        border-radius: 50px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
        color: #777;
        opacity: 0; }
        .team.style-10 .team-card .img .social-icons a:hover {
          color: var(--color-blue7); }
        .team.style-10 .team-card .img .social-icons a:nth-of-type(2) {
          -webkit-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        .team.style-10 .team-card .img .social-icons a:nth-of-type(3) {
          -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        .team.style-10 .team-card .img .social-icons a:nth-of-type(4) {
          -webkit-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
  .team.style-10 .team-card .info {
    padding-top: 40px; }
    .team.style-10 .team-card .info h5 {
      font-size: 24px;
      font-weight: bold; }

/* --------------- team style-15 --------------- */
.team.style-15 .team-card {
  position: relative;
  overflow: hidden; }
  .team.style-15 .team-card:hover .info {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .team.style-15 .team-card .img img {
    width: 100%;
    height: calc(15vw + 200px);
    -o-object-fit: cover;
    object-fit: cover; }
  .team.style-15 .team-card .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0007;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
    padding: 50px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .team.style-15 .team-card .info .social-icons {
      width: 100%; }
      .team.style-15 .team-card .info .social-icons a {
        -webkit-margin-end: 25px;
        margin-inline-end: 25px; }
    .team.style-15 .team-card .info .inf h5 {
      font-size: 26px;
      margin-top: 5px; }

/* ===============================================================
			[ * blog Section ] 
================================================================*/
/* --------------- blog styles --------------- */
.blog.style-1 .content .blog_slider {
  position: relative; }
  .blog.style-1 .content .blog_slider .swiper-button-next,
  .blog.style-1 .content .blog_slider .swiper-button-prev {
    width: 35px;
    height: 35px; }
  .blog.style-1 .content .blog_slider .swiper-button-next,
  .blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-prev {
    right: 120px;
    top: -63px; }
  .blog.style-1 .content .blog_slider .swiper-button-prev,
  .blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-next {
    right: 160px;
    left: auto;
    top: -63px; }

.blog.style-1 .content .blog_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .blog.style-1 .content .blog_box .img {
    height: 350px;
    position: relative; }
    .blog.style-1 .content .blog_box .img::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
      background-image: -webkit-linear-gradient(bottom, #000, transparent);
      background-image: -o-linear-gradient(bottom, #000, transparent);
      background-image: linear-gradient(to top, #000, transparent); }
    .blog.style-1 .content .blog_box .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .blog.style-1 .content .blog_box .tags {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10; }
    .blog.style-1 .content .blog_box .tags a {
      font-size: 11px;
      padding: 3px 7px;
      border-radius: 4px;
      background: var(--color-main-grad);
      color: #fff;
      text-transform: uppercase; }
  .blog.style-1 .content .blog_box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 5; }
    .blog.style-1 .content .blog_box .info h6 {
      color: #fff;
      margin-bottom: 10px;
      border-bottom: 2px solid transparent;
      display: inline-block;
      line-height: 1.3;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog.style-1 .content .blog_box .info h6:hover a {
        color: var(--color-main); }
    .blog.style-1 .content .blog_box .info .auther {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog.style-1 .content .blog_box .info .auther span {
        padding: 0 10px;
        color: #fff;
        font-size: 12px; }
        .blog.style-1 .content .blog_box .info .auther span:first-of-type {
          padding-left: 0;
          border-right: 1px solid #9993; }
        .blog.style-1 .content .blog_box .info .auther span .auther-img {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          -o-object-fit: cover;
          object-fit: cover;
          margin-right: 3px; }
        .blog.style-1 .content .blog_box .info .auther span i {
          font-size: 11px;
          margin-right: 4px; }
    .blog.style-1 .content .blog_box .info .text {
      margin-top: 20px;
      font-size: 11px;
      color: #fff;
      display: none; }
  .blog.style-1 .content .blog_box:hover .img img {
    -webkit-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg); }
  .blog.style-1 .content .blog_box:hover .info h6 {
    border-color: #fff9; }

.blog.style-2 {
  background-image: url(../img/num_back.png);
  background-size: cover;
  position: relative; }
  .blog.style-2 .card-img-top {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px; }

.blog.style-3 {
  background-color: #f0eff5;
  position: relative; }
  .blog.style-3 .v_lines {
    position: absolute;
    top: 100px;
    left: 50%;
    height: calc(100% - 340px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .blog.style-3 .card .img {
    height: 120px; }
  .blog.style-3 .card .card-body .date span {
    font-size: 11px;
    letter-spacing: 1px; }
  .blog.style-3 .card .card-body .card-title {
    font-size: 18px;
    font-weight: bold;
    max-width: 85%;
    margin-top: 10px;
    min-height: 45px; }
  .blog.style-3 .card .card-body .small {
    font-size: 10px; }
  .blog.style-3 .client-logos .img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6; }
  .blog.style-3 .client-logos .img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

.blog.style-6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .blog.style-6 .content .blog-card.style-6 {
    width: 30%;
    position: relative; }
    .blog.style-6 .content .blog-card.style-6.card-center::after {
      position: absolute;
      content: "";
      right: -28px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #9994; }
    .blog.style-6 .content .blog-card.style-6.card-center::before {
      position: absolute;
      content: "";
      left: -28px;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #9994; }

.blog.style-6 a:hover {
  color: var(--color-blue6); }

.blog-card.style-6 {
  position: relative;
  height: 100%; }
  .blog-card.style-6 .img {
    height: 230px;
    border-radius: 20px;
    overflow: hidden; }
  .blog-card.style-6 .info {
    padding: 30px 0; }
    .blog-card.style-6 .info .blog-title {
      color: #000;
      font-size: 22px;
      margin: 10px 0 10px; }
    .blog-card.style-6 .info .text {
      color: #666;
      font-size: 13px; }

.blog.style-7 {
  position: relative;
  background-color: #f0eff5; }
  .blog.style-7 .shap_color {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%; }

.blog-card.style-7 .img {
  height: 240px;
  border-radius: 10px;
  overflow: hidden; }

.blog-card.style-7 .info .date-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .blog-card.style-7 .info .date-tags .tags a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 15px;
    border-radius: 30px;
    color: #fff;
    background-color: var(--color-blue7); }
  .blog-card.style-7 .info .date-tags .author,
  .blog-card.style-7 .info .date-tags .date {
    margin: 0 20px; }

.blog-card.style-7 .info h4.title {
  font-size: 22px;
  margin-top: 20px; }

.blog.style-8 .main-post .img {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
  .blog.style-8 .main-post .img .tags {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 30px; }
    .blog.style-8 .main-post .img .tags a {
      text-transform: uppercase;
      background-color: #fff;
      color: var(--color-main);
      padding: 5px 20px;
      border-radius: 30px; }
      .blog.style-8 .main-post .img .tags a:hover {
        background-color: var(--color-main);
        color: #fff; }

.blog.style-8 .main-post .info h4.title {
  margin-top: 15px;
  font-size: 22px; }

.blog.style-8 .side-posts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .blog.style-8 .side-posts .item:last-of-type {
    margin-bottom: 0; }
  .blog.style-8 .side-posts .item .img {
    width: 145px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .blog.style-8 .side-posts .item .info h4.title {
    margin-top: 15px;
    font-size: 22px; }

.blog.style-10 .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .blog.style-10 .blog-card .img {
    width: 32%; }
    .blog.style-10 .blog-card .img img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .blog.style-10 .blog-card .info {
    padding: 35px;
    background-color: #fff;
    width: 68%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .blog.style-10 .blog-card .info h5 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px; }
    .blog.style-10 .blog-card .info p {
      color: #777;
      font-size: 14px;
      margin-bottom: 30px; }

.blog.style-13 {
  background-color: #eaedf2; }
  .blog.style-13 .blog-item {
    position: relative;
    margin-top: 30px; }
    .blog.style-13 .blog-item::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      background-color: #dbdfe5;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      z-index: -1;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .blog.style-13 .blog-item:hover::before {
      -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg); }
    .blog.style-13 .blog-item .cont {
      padding: 30px;
      border-radius: 15px;
      background-color: #fff;
      position: relative;
      z-index: 10; }
      .blog.style-13 .blog-item .cont .tags {
        margin-bottom: 15px; }
        .blog.style-13 .blog-item .cont .tags a {
          font-size: 12px;
          padding: 5px 10px;
          border-radius: 30px;
          border: 1px solid #9992;
          -webkit-margin-end: 10px;
          margin-inline-end: 10px;
          font-weight: bold; }
      .blog.style-13 .blog-item .cont h5 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 50px; }
        .blog.style-13 .blog-item .cont h5 a:hover {
          text-decoration: underline !important;
          color: #000; }

.blog.style-14 .row .col-lg-4 .blog-item::after {
  position: absolute;
  content: "";
  right: -24px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #9992; }

.blog.style-14 .row .col-lg-4:last-of-type .blog-item::after {
  display: none; }

.blog.style-14 .blog-item {
  position: relative;
  margin-top: 30px; }
  .blog.style-14 .blog-item .img {
    height: 200px;
    overflow: hidden;
    border-radius: 10px; }
  .blog.style-14 .blog-item .info {
    padding-top: 30px; }
    .blog.style-14 .blog-item .info h5 {
      font-weight: bold;
      font-size: 20px;
      padding-top: 10px; }
    .blog.style-14 .blog-item .info .more {
      text-transform: uppercase;
      padding-top: 25px; }
      .blog.style-14 .blog-item .info .more:hover {
        color: var(--color-red1);
        text-decoration: underline !important; }

.blog.style-15 {
  background-color: #080019; }
  .blog.style-15 .main-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0c0125; }
    .blog.style-15 .main-card .img {
      height: 400px; }
    .blog.style-15 .main-card .info {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 50px; }
      .blog.style-15 .main-card .info h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px; }
      .blog.style-15 .main-card .info p {
        color: #9485b6;
        font-size: 13px; }
      .blog.style-15 .main-card .info .author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .blog.style-15 .main-card .info .author .inf p {
          color: #9485b6; }
        .blog.style-15 .main-card .info .author .inf h6 {
          font-size: 18px;
          font-weight: bold;
          color: #fff; }
    .blog.style-15 .main-card .center_icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      padding: 13px;
      background-color: var(--color-red2);
      border-radius: 50%; }
  .blog.style-15 .sub-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0c0125; }
    .blog.style-15 .sub-card .img {
      height: 210px;
      position: relative; }
      .blog.style-15 .sub-card .img .center_icon {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 50px;
        height: 50px;
        padding: 13px;
        background-color: var(--color-red2);
        border-radius: 50%; }
    .blog.style-15 .sub-card .info {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 65px 40px 30px 40px; }
      .blog.style-15 .sub-card .info h4 {
        font-size: 20px;
        font-weight: bold; }

/* ===============================================================
			[ * faq Section ] 
================================================================*/
/* --------------- faq styles --------------- */
.faq.style-3 .accordion-item {
  border: 0;
  border-bottom: 1px solid #9995;
  background: transparent; }
  .faq.style-3 .accordion-item .accordion-button {
    font-weight: bold;
    font-size: 14px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    padding: 25px 15px; }
    .faq.style-3 .accordion-item .accordion-button::after {
      background-size: 15px; }
  .faq.style-3 .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--color-blue2);
    padding-top: 30px; }
  .faq.style-3 .accordion-item .accordion-collapse {
    background-color: #fff; }
    .faq.style-3 .accordion-item .accordion-collapse .accordion-body {
      padding-top: 0;
      padding-bottom: 30px;
      font-size: 10px;
      color: #666; }

.faq.style-3.style-4 .accordion-item {
  border: 0;
  border-radius: 7px;
  overflow: hidden; }
  .faq.style-3.style-4 .accordion-item .accordion-button {
    padding: 15px;
    font-size: 17px; }
  .faq.style-3.style-4 .accordion-item .accordion-button:not(.collapsed) {
    background-color: #f4f2fb;
    color: var(--color-blue4);
    padding-bottom: 10px; }
  .faq.style-3.style-4 .accordion-item .accordion-collapse {
    background-color: #f4f2fb; }
    .faq.style-3.style-4 .accordion-item .accordion-collapse .accordion-body {
      font-size: 13px; }

/* --------------- faq style 10 --------------- */
.faq.style-10 {
  position: relative;
  overflow: hidden; }
  .faq.style-10::before {
    position: absolute;
    content: "";
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: -webkit-linear-gradient(135deg, #fff, transparent);
    background: -o-linear-gradient(135deg, #fff, transparent);
    background: linear-gradient(-45deg, #fff, transparent);
    left: 5%;
    top: -150px; }
  .faq.style-10::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--color-blue7);
    right: 0;
    top: 20%;
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%); }
  .faq.style-10 .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #9995; }
  .faq.style-10 .accordion-collapse {
    border-bottom: 1px solid var(--color-blue7); }
  .faq.style-10 .accordion-button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000; }
    .faq.style-10 .accordion-button::after {
      background-size: 15px; }
  .faq.style-10 .accordion-body {
    padding-top: 0; }
  .faq.style-10 p {
    color: #777; }
  .faq.style-10 .faq-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px; }
    .faq.style-10 .faq-form h4 {
      font-size: 20px;
      margin-bottom: 20px; }
    .faq.style-10 .faq-form .form-group {
      position: relative;
      margin-bottom: 15px; }
      .faq.style-10 .faq-form .form-group .form-control {
        min-height: 45px;
        border: 1px solid #9994;
        padding: 15px 40px;
        font-size: 14px; }
        .faq.style-10 .faq-form .form-group .form-control::-webkit-input-placeholder {
          color: #999; }
        .faq.style-10 .faq-form .form-group .form-control:-ms-input-placeholder {
          color: #999; }
        .faq.style-10 .faq-form .form-group .form-control::-ms-input-placeholder {
          color: #999; }
        .faq.style-10 .faq-form .form-group .form-control::placeholder {
          color: #999; }
      .faq.style-10 .faq-form .form-group .icon {
        position: absolute;
        top: 16px;
        left: 20px;
        color: #000; }
  .faq.style-10 .integration-card {
    position: relative; }
    .faq.style-10 .integration-card::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-color: #fff; }
    .faq.style-10 .integration-card .content {
      position: relative;
      background-color: var(--color-blue7);
      color: #fff;
      text-align: center;
      padding: 120px 0;
      border-radius: 20px;
      margin-top: 120px; }
      .faq.style-10 .integration-card .content p {
        color: #fff;
        margin-bottom: 20px;
        position: relative;
        z-index: 10; }
      .faq.style-10 .integration-card .content h3 {
        font-size: 40px;
        margin-bottom: 40px;
        position: relative;
        z-index: 10; }
      .faq.style-10 .integration-card .content .btn {
        position: relative;
        z-index: 10; }
    .faq.style-10 .integration-card .icons .icon {
      position: absolute;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      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: #5042dc;
      padding: 10px;
      pointer-events: none; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(1) {
        bottom: 85px;
        right: -35px;
        -webkit-animation-delay: -1s;
        animation-delay: -1s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(2) {
        top: 100px;
        right: 50px;
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(3) {
        bottom: 60px;
        right: 18%;
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(4) {
        top: 15px;
        right: 25%;
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(5) {
        bottom: 100px;
        right: 33%;
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(6) {
        top: -35px;
        left: 30%;
        -webkit-animation-delay: 0;
        animation-delay: 0; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(7) {
        bottom: 45%;
        left: 20%;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(8) {
        bottom: 20px;
        left: 25%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(9) {
        bottom: -35px;
        left: 80px;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      .faq.style-10 .integration-card .icons .icon:nth-of-type(10) {
        top: 80px;
        left: -35px;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }

/* --------------- faq style 15 --------------- */
.faq.style-15 {
  position: relative; }
  /* .faq.style-15::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: #080019; } */
  .faq.style-15 .row .col-lg-6:nth-of-type(2) .faq-card {
    border-top: 3px solid #fffd4a; }
  .faq.style-15 .row .col-lg-6:nth-of-type(3) .faq-card {
    border-top: 3px solid #ff7d6c; }
  .faq.style-15 .row .col-lg-6:nth-of-type(4) .faq-card {
    border-top: 3px solid #1595ef; }
  .faq.style-15 .row .col-lg-6:nth-of-type(5) .faq-card {
    border-top: 3px solid #77c163; }
  .faq.style-15 .row .col-lg-6:nth-of-type(6) .faq-card {
    border-top: 3px solid #9849d4; }
  .faq.style-15 .faq-card {
    position: relative;
    padding: 30px;
    background-color: #ffffff07;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 10px solid transparent;
    border-top: 3px solid var(--color-red2);
    margin-top: 30px; }
    .faq.style-15 .faq-card .icon {
      position: absolute;
      right: 20px;
      top: 20px;
      pointer-events: none;
      -o-object-fit: contain;
      object-fit: contain;
      z-index: -1;
      opacity: 0.5; }
    .faq.style-15 .faq-card .numb {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      text-align: center;
      background-color: #ffffff07;
      -webkit-margin-end: 15px;
      margin-inline-end: 15px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .faq.style-15 .faq-card .info {
      padding: 10px; }
      .faq.style-15 .faq-card .info h6 {
        margin-bottom: 10px; }
      .faq.style-15 .faq-card .info p {
        font-size: 16px;
        color: #83779e; }
  .faq.style-15 .subscribe-content .subscribe-card {
    text-align: center;
    padding: 70px 50px;
    background-color: var(--color-red2);
    border-radius: 15px; }
    .faq.style-15 .subscribe-content .subscribe-card .icon {
      height: 70px;
      margin-bottom: 20px; }
    .faq.style-15 .subscribe-content .subscribe-card .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #fff;
      padding: 15px;
      color: #fff;
      margin-top: 30px;
      position: relative; }
      .faq.style-15 .subscribe-content .subscribe-card .form-group .subs_arrow {
        position: absolute;
        right: 0;
        bottom: -1px;
        max-width: unset;
        max-height: unset;
        width: 300px;
        right: -80px; }
      .faq.style-15 .subscribe-content .subscribe-card .form-group .ico {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .faq.style-15 .subscribe-content .subscribe-card .form-group input {
        border: 0;
        background: transparent;
        width: 100%;
        padding: 0 20px;
        color: #fff; }
        .faq.style-15 .subscribe-content .subscribe-card .form-group input::-webkit-input-placeholder {
          color: #fff6; }
        .faq.style-15 .subscribe-content .subscribe-card .form-group input:-ms-input-placeholder {
          color: #fff6; }
        .faq.style-15 .subscribe-content .subscribe-card .form-group input::-ms-input-placeholder {
          color: #fff6; }
        .faq.style-15 .subscribe-content .subscribe-card .form-group input::placeholder {
          color: #fff6; }
      .faq.style-15 .subscribe-content .subscribe-card .form-group button {
        border: 0;
        background: transparent;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #fff; }

/* ===============================================================
			[ * community Section ] 
================================================================*/
/* --------------- community style-4 --------------- */
.community.style-4 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .community.style-4 .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.style-4 .content .commun-card:last-of-type {
      border: 0; }
    .community.style-4 .content .commun-card .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 25px; }
      .community.style-4 .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.style-4 .content .commun-card .inf h5 {
      font-size: 23px;
      color: #000;
      font-weight: bold;
      margin-bottom: 0;
      line-height: 1.1; }
    .community.style-4 .content .commun-card .inf p {
      font-size: 12px;
      color: #666; }

/* --------------- community style-5 --------------- */
.community.style-5 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .community.style-5 .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: 10px 0; }
    .community.style-5 .content .commun-card:last-of-type {
      border: 0; }
    .community.style-5 .content .commun-card .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 25px; }
      .community.style-5 .content .commun-card .icon img {
        -webkit-filter: drop-shadow(-10px 10px 20px #084cba77);
        filter: drop-shadow(-10px 10px 20px #084cba77);
        -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
        animation: scale_up_down 1s ease-in-out infinite alternate both; }
    .community.style-5 .content .commun-card .inf h5 {
      font-size: 20px;
      color: #000;
      font-weight: bold;
      margin-bottom: 0;
      line-height: 1.1; }

/* --------------- community style-12 --------------- */
.community.style-12 {
  position: relative; }
  .community.style-12::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #0f0e13; }
  .community.style-12 .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid var(--color-yellowGreen);
    border-radius: 5px;
    z-index: 5;
    background-color: #15141a; }
    .community.style-12 .content h2 {
      font-weight: 600;
      font-size: 30px; }
      .community.style-12 .content h2 span {
        color: transparent;
        -webkit-text-stroke: 1px var(--color-yellowGreen); }
    .community.style-12 .content .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #1d1c23;
      border-radius: 7px;
      overflow: hidden; }
      .community.style-12 .content .form-group .icon {
        padding: 0 10px 0 20px; }
      .community.style-12 .content .form-group input {
        border: 0;
        background: transparent;
        color: #fff; }
    .community.style-12 .content .social-icons a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #1d1c23;
      border-radius: 5px;
      color: #fff;
      -webkit-margin-start: 10px;
      margin-inline-start: 10px; }

/* ===============================================================
			[ * faq screenshots ] 
================================================================*/
/* --------------- screenshots style-4 --------------- */
.screenshots.style-4 {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px; }
  .screenshots.style-4::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.style-4 .screenshots-slider {
    position: absolute;
    top: 110px;
    width: calc(100% + 120px);
    left: -60px; }
    .screenshots.style-4 .screenshots-slider .img {
      margin: 0 auto;
      height: 420px;
      width: 190px; }
      .screenshots.style-4 .screenshots-slider .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px; }
  .screenshots.style-4 .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; }

/* --------------- screenshots style-11 --------------- */
.screenshots.style-11 .links {
  text-transform: capitalize;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative; }
  .screenshots.style-11 .links .img {
    position: relative; }
    .screenshots.style-11 .links .img img {
      width: 50px;
      -webkit-margin-end: 10px;
      margin-inline-end: 10px;
      position: relative;
      z-index: 10; }
    .screenshots.style-11 .links .img::after {
      position: absolute;
      content: "";
      left: 25px;
      top: 25px;
      height: 1000px;
      width: 1px;
      border: 1px dashed #9994;
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top; }
  .screenshots.style-11 .links .row .col-lg-2:nth-of-type(1) .img::after {
    -webkit-transform: rotate(-74deg);
    -ms-transform: rotate(-74deg);
    transform: rotate(-74deg); }
  .screenshots.style-11 .links .row .col-lg-2:nth-of-type(2) .img::after {
    -webkit-transform: rotate(-66deg);
    -ms-transform: rotate(-66deg);
    transform: rotate(-66deg); }
  .screenshots.style-11 .links .row .col-lg-2:nth-of-type(3) .img::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .screenshots.style-11 .links .row .col-lg-2:nth-of-type(4) .img::after {
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg); }
  .screenshots.style-11 .links .row .col-lg-2:nth-of-type(5) .img::after {
    -webkit-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    transform: rotate(57deg); }
  .screenshots.style-11 .links .row .col-lg-2:nth-of-type(6) .img::after {
    -webkit-transform: rotate(71deg);
    -ms-transform: rotate(71deg);
    transform: rotate(71deg); }

.screenshots.style-11 .main-img {
  position: relative; }
  .screenshots.style-11 .main-img .link-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #0001;
    box-shadow: 0 0 15px #0001;
    left: calc(50% - 28px);
    top: -25px;
    z-index: 20; }

/* --------------- screenshots style-14 --------------- */
.screenshots.style-14 .img {
  position: relative; }
  .screenshots.style-14 .img .row .col-6:last-of-type .main-img {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .screenshots.style-14 .img::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-red1);
    top: 0;
    right: 0;
    -webkit-animation: right_left 20s alternate infinite linear;
    animation: right_left 20s alternate infinite linear; }
  .screenshots.style-14 .img::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #ecf0f3;
    bottom: -50px;
    right: 0;
    -webkit-animation: right_left 5s -1s alternate infinite linear;
    animation: right_left 5s -1s alternate infinite linear; }
  .screenshots.style-14 .img .main-img {
    position: relative;
    z-index: 10; }

.screenshots.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px; }

@-webkit-keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

/* ===============================================================
			[ * features Section ] 
================================================================*/
/* --------------- features style-4 --------------- */
.features.style-4 {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden; }
  .features.style-4 .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.style-4 .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.style-4 .content .features-card {
      text-align: center; }
      .features.style-4 .content .features-card .icon {
        width: 125px;
        height: 125px;
        display: block;
        margin: 0 auto 30px;
        position: relative; }
        .features.style-4 .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.style-4 .content .features-card h6 {
        font-weight: bold;
        font-size: 15px;
        line-height: 23px; }

/* --------------- features style-5 --------------- */
.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center; }
  .features-card.style-5:hover {
    -webkit-box-shadow: 0px 46px 77px 0px #0a2b5326;
    box-shadow: 0px 46px 77px 0px #0a2b5326; }
    .features-card.style-5:hover .card-title {
      color: var(--color-blue5); }
  .features-card.style-5 .icon {
    margin-bottom: 40px; }
    .features-card.style-5 .icon img {
      width: 80px;
      height: 80px;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-filter: drop-shadow(0 25px 20px #07397235);
      filter: drop-shadow(0 25px 20px #07397235); }
  .features-card.style-5 .card-title {
    color: #000;
    font-size: 17.5px;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .features-card.style-5 .text {
    font-size: 12.5px;
    line-height: 1.8;
    color: #777; }

/* --------------- features style-7 --------------- */
.features.style-7 {
  position: relative;
  background-color: #f0eff5;
  overflow: hidden; }
  .features.style-7 .img-circle {
    position: absolute;
    top: -120px;
    left: 25%;
    width: 700px;
    height: 700px;
    max-width: 50%;
    pointer-events: none; }
  .features.style-7 .features-slider7 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative; }
  .features.style-7 .features-slider7 .swiper-slide {
    padding: 30px 0; }



    .features.style-7 .projects-tabs .swiper-button-next,
    .features.style-7 .projects-tabs .swiper-button-prev {
      width: 50px;
      height: 50px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      top: auto;
      bottom: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .features.style-7 .projects-tabs .swiper-button-next i,
      .features.style-7 .projects-tabs .swiper-button-prev i {
        line-height: 50px; }
      .features.style-7 .projects-tabs .swiper-button-next:hover,
      .features.style-7 .projects-tabs .swiper-button-prev:hover {
        background: var(--color-blue7) !important;
        color: #fff; }
      .features.style-7 .projects-tabs .swiper-button-next::after,
      .features.style-7 .projects-tabs .swiper-button-prev::after {
        display: none; }
    .features.style-7 .projects-tabs .swiper-button-next, .features.style-7 .projects-tabs .swiper-container-rtl .swiper-button-prev {
      right: auto;
      left: 70px; }

      .features-slider7 .swiper-button-next i, .features-slider7 .swiper-button-prev i{
display: none;
      }

@media screen and (min-width: 991px) {
  .features-slider7 {
    position: relative; }
    .features-slider7 .swiper-slide {
      width: 470px !important; } }

.features-card.style-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .features-card.style-7::before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 10px;
    background-color: #fff8;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .features-card.style-7:hover {
    top: -20px; }
    .features-card.style-7:hover::before {
      bottom: -20px; }
  .features-card.style-7 .icon {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .features-card.style-7 .icon img {
      width: 125px;
      height: 125px;
      border-radius: 50%;
      -o-object-fit: contain;
      object-fit: contain; }
  .features-card.style-7 .info h5 {
    font-size: 26px;
    font-weight: bold; }

/* --------------- features style-10 --------------- */
.features.style-10 {
  border-bottom: 1px solid #9995; }
  .features.style-10 .col-lg-3:last-of-type .feat-card {
    border: 0; }
  .features.style-10 .feat-card {
    padding: calc(15px + 2vw);
    border-right: 1px solid #9995; }
    .features.style-10 .feat-card .icon {
      margin-bottom: 30px; }
      .features.style-10 .feat-card .icon img {
        width: 75px;
        height: 75px;
        -o-object-fit: contain;
        object-fit: contain; }
    .features.style-10 .feat-card .info a {
      font-size: 16px;
      color: #999;
      margin-bottom: 5px; }
    .features.style-10 .feat-card .info h4 {
      font-size: 24px;
      margin-bottom: 20px; }
    .features.style-10 .feat-card .info p {
      color: #666; }

/* --------------- features style-11 --------------- */
.features.style-11 .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px; }
  .features.style-11 .info li .icon {
    width: 60px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px; }
  .features.style-11 .info li p {
    font-size: 18px; }

.features.style-11 .features-cards {
  position: relative; }
  .features.style-11 .features-cards .pattern {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain; }
  .features.style-11 .features-cards .cards-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .features.style-11 .features-cards .cards-side .feat-card {
      padding: 30px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 16px 32px 0px #0000000f;
      box-shadow: 0px 16px 32px 0px #0000000f;
      width: 100%;
      position: relative;
      z-index: 10;
      background-color: #fff; }
      .features.style-11 .features-cards .cards-side .feat-card .icon {
        height: 65px;
        margin-bottom: 30px; }
      .features.style-11 .features-cards .cards-side .feat-card h3 {
        font-size: 22px;
        margin-bottom: 10px; }
        .features.style-11 .features-cards .cards-side .feat-card h3 span {
          color: var(--color-green);
          display: block; }

/* --------------- features style-9 --------------- */
.features.style-9 .accordion .accordion-button {
  background: transparent !important;
  color: #000 !important;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  padding: 25px 16px; }
  .features.style-9 .accordion .accordion-button::after {
    background-size: 12px; }
  .features.style-9 .accordion .accordion-button span {
    color: var(--color-green);
    -webkit-margin-end: 15px;
    margin-inline-end: 15px; }

.features.style-9 .accordion .accordion-body {
  font-size: 16px;
  color: #666;
  padding-left: 60px;
  padding-top: 0; }

/* --------------- features style-12 --------------- */
.features.style-12 {
  position: relative;
  background-color: #100f14; }
  .features.style-12 .feature-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #16151b;
    margin-top: 30px;
    border: 1px solid #16151b; }
    .features.style-12 .feature-card::before {
      position: absolute;
      content: "";
      width: 90%;
      height: 100%;
      top: 0;
      left: 5%;
      border: 1px solid var(--color-yellowGreen);
      border-radius: 8px;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .features.style-12 .feature-card:hover {
      border-color: var(--color-yellowGreen); }
      .features.style-12 .feature-card:hover::before {
        opacity: 1;
        top: -10px; }
    .features.style-12 .feature-card h5 {
      font-size: 20px;
      color: #fff; }
    .features.style-12 .feature-card p {
      color: #4c4954;
      font-size: 14px;
      font-weight: 300; }
  .features.style-12 .features-line-slider12 {
    position: relative;
    background-color: var(--color-yellowGreen);
    color: #000;
    margin-top: 100px;
    padding: 20px 0; }
    .features.style-12 .features-line-slider12 .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important;
      position: relative; }
    .features.style-12 .features-line-slider12 .swiper-slide a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .features.style-12 .features-line-slider12 .swiper-slide a h2 {
        font-size: 60px;
        color: transparent;
        -webkit-text-stroke: 1px #000;
        text-transform: uppercase; }
      .features.style-12 .features-line-slider12 .swiper-slide a img {
        margin: 0 20px; }
      .features.style-12 .features-line-slider12 .swiper-slide a:hover {
        text-shadow: -5px -5px 0 #000; }
    .features.style-12 .features-line-slider12 .icon {
      position: absolute;
      right: 25%;
      height: 90px;
      top: -70px;
      -o-object-fit: contain;
      object-fit: contain; }
  @media screen and (min-width: 991px) {
    .features.style-12 .features-line-slider12 {
      position: relative; }
      .features.style-12 .features-line-slider12 .swiper-slide {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important; } }

/* --------------- features style-14 --------------- */
.features.style-14 {
  position: relative;
  background-color: #ecf0f3; }
  .features.style-14::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #000; }
  .features.style-14 .content {
    padding: 100px 5vw 0 5vw;
    background-color: #fff;
    border-radius: 15px; }
  .features.style-14 .nav-pills .nav-link {
    padding: 17px 30px;
    border: 1px solid #9995;
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px;
    color: #000;
    font-size: 14px;
    line-height: 1; }
    .features.style-14 .nav-pills .nav-link:hover, .features.style-14 .nav-pills .nav-link.active {
      color: #fff;
      background-color: var(--color-red1);
      -webkit-box-shadow: 0 10px 30px #cc213155;
      box-shadow: 0 10px 30px #cc213155; }
  .features.style-14 .tab-pay-content .info .icon {
    margin-bottom: 20px; }
    .features.style-14 .tab-pay-content .info .icon img {
      height: 60px;
      -o-object-fit: contain;
      object-fit: contain; }
  .features.style-14 .tab-pay-content .info h3 {
    font-size: 30px;
    margin-bottom: 20px; }
  .features.style-14 .tab-pay-content .info li {
    margin: 8px 0; }

/* --------------- features style-15 --------------- */
.features.style-15 {
  background-image: url(../img/feat_15_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 250px 0 100px; }
  .features.style-15 .features-card {
    margin-top: 30px;
    padding: 50px;
    border: 1px solid #fff2;
    border-radius: 10px;
    text-align: center; }
    .features.style-15 .features-card:hover {
      border: 1px solid var(--color-yellowGreen); }
    .features.style-15 .features-card .icon {
      height: 120px;
      margin-bottom: 40px; }
    .features.style-15 .features-card h6 {
      font-size: 20px;
      color: #fff;
      margin-bottom: 20px; }
    .features.style-15 .features-card p {
      color: #fff;
      opacity: 60%; }

/* ===============================================================
			[ * numbers Section ] 
================================================================*/
/* --------------- numbers style-6 --------------- */
.number-card.style-6 {
  border-right: 1px solid #9993;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px; }
  .number-card.style-6 h2 {
    font-size: 45px;
    color: var(--color-blue6); }
  .number-card.style-6 .text {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    text-transform: capitalize; }

/* --------------- numbers style-8 --------------- */
.numbers.style-8 {
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .numbers.style-8 .r_shape {
    position: absolute;
    right: 100px;
    bottom: 270px;
    pointer-events: none; }
  .numbers.style-8::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    left: -150px;
    top: 120px;
    background-color: var(--color-orange1);
    pointer-events: none; }
  .numbers.style-8 .content {
    position: relative;
    padding-top: 240px;
    padding-bottom: 380px; }
    .numbers.style-8 .content .logo-icon {
      text-align: center; }
    .numbers.style-8 .content .plat-icons .icon {
      position: absolute;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s; }
      .numbers.style-8 .content .plat-icons .icon.icon-shadow {
        background-color: #fff;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        -webkit-box-shadow: 0px 10px 15px #0001;
        box-shadow: 0px 10px 15px #0001;
        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; }
      .numbers.style-8 .content .plat-icons .icon:nth-of-type(1) {
        top: 90px;
        right: 0;
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s; }
      .numbers.style-8 .content .plat-icons .icon:nth-of-type(2) {
        top: 200px;
        right: 345px;
        -webkit-animation-delay: 0;
        animation-delay: 0; }
      .numbers.style-8 .content .plat-icons .icon:nth-of-type(3) {
        top: 110px;
        left: 335px;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .numbers.style-8 .content .plat-icons .icon:nth-of-type(4) {
        top: 140px;
        left: 0;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      .numbers.style-8 .content .plat-icons .icon:nth-of-type(5) {
        width: 100px;
        height: 100px;
        bottom: 110px;
        right: 265px;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }
      .numbers.style-8 .content .plat-icons .icon:nth-of-type(6) {
        width: 180px;
        height: 180px;
        bottom: 100px;
        left: 200px;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
    .numbers.style-8 .content .num8_circle {
      position: absolute;
      top: -235px;
      width: 100%;
      max-height: unset;
      max-width: unset;
      z-index: -1;
      pointer-events: none; }
  .numbers.style-8 .numbers-btm {
    position: relative; }
    .numbers.style-8 .numbers-btm::after {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-color: var(--color-gray2); }
    .numbers.style-8 .numbers-btm .numbers-content {
      padding: 40px 50px;
      background-color: #fff;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 15px #0001;
      box-shadow: 0 0 15px #0001;
      position: relative;
      z-index: 10; }
      .numbers.style-8 .numbers-btm .numbers-content .number-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .numbers.style-8 .numbers-btm .numbers-content .number-card .icon {
          -webkit-margin-end: 25px;
          margin-inline-end: 25px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding-top: 15px; }
          .numbers.style-8 .numbers-btm .numbers-content .number-card .icon img {
            width: 40px; }
        .numbers.style-8 .numbers-btm .numbers-content .number-card .inf h3 {
          font-size: 40px;
          font-weight: bold; }
        .numbers.style-8 .numbers-btm .numbers-content .number-card .inf p {
          color: #666; }

/* --------------- numbers style-14 --------------- */
.numbers.style-14 {
  padding: 70px 0;
  background-color: var(--color-red1); }
  .numbers.style-14 .number-item .icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 10px 10px 0 #0002;
    box-shadow: 10px 10px 0 #0002;
    margin-bottom: 35px; }
    .numbers.style-14 .number-item .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .numbers.style-14 .number-item .info h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 5px; }
  .numbers.style-14 .number-item .info p {
    color: #ffa7af;
    text-transform: uppercase; }

/* ===============================================================
			[ * clients Section ] 
================================================================*/
/* --------------- clients style-4 --------------- */
.clients.style-4 {
  background-color: #f0eff5;
  position: relative;
  z-index: 25; }
  .clients.style-4 .client-logos {
    border-bottom: 1px solid #9994; }
    .clients.style-4 .client-logos .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.6; }
    .clients.style-4 .client-logos .img:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }

/* --------------- clients style 5 --------------- */
.clients.style-5 .content .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #9994;
  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;
  margin: 5px;
  height: 150px; }
  .clients.style-5 .content .img.img-card {
    width: 19%; }

.clients.style-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative; }

/* --------------- clients style 9 --------------- */
.clients.style-9 .client-card {
  padding: 50px;
  border: 1px solid #9993;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .clients.style-9 .client-card:hover, .clients.style-9 .client-card.act{
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px #0000000f;
    box-shadow: 0px 16px 32px 0px #0000000f; }
    .clients.style-9 .client-card:hover .info a, .clients.style-9 .client-card.act .info a {
      margin-left: 0; }
      .clients.style-9 .client-card:hover .info a .l-arrow, .clients.style-9 .client-card.act .info a .l-arrow {
        opacity: 1; }
      .clients.style-9 .client-card:hover .info a .r-arrow, .clients.style-9 .client-card.act .info a .r-arrow {
        opacity: 0; }
  .clients.style-9 .client-card .info h5 {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-darkBlue2);
    margin-bottom: 10px; }
    .clients.style-9 .client-card .info h5 span {
      color: #6c41ff;
      text-decoration: underline !important; }
  .clients.style-9 .client-card .info p {
    color: #666; }
  .clients.style-9 .client-card .info a {
    font-weight: bold;
    color: var(--color-darkBlue2);
    margin-left: -20px; }
    .clients.style-9 .client-card .info a .l-arrow {
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .clients.style-9 .client-card .info a .r-arrow {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.clients.style-9 .logos-content {
  margin-top: 100px; }
  .clients.style-9 .logos-content h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-darkBlue2);
    padding-bottom: 20px;
    border-bottom: 1px solid #9993;
    text-align: center; }
    .clients.style-9 .logos-content h4 span {
      color: #6c41ff; }
  .clients.style-9 .logos-content .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px; }
    .clients.style-9 .logos-content .logos a {
      margin-top: 30px; }

/* --------------- clients style 14 --------------- */
.clients.style-14 {
  background-color: #000;
  color: #fff; }
  .clients.style-14 .logos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .clients.style-14 .logos-content a {
      margin-top: 30px; }

/* ===============================================================
			[ * chat-banner Section ] 
================================================================*/
/* --------------- chat-banner styles --------------- */
.chat-banner.style-3 {
  background-color: var(--color-blue2);
  position: relative; }
  .chat-banner.style-3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-image: url(../img/0011.png);
    background-size: 80%;
    background-repeat: repeat;
    background-position: bottom;
    opacity: 0.08;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%); }
  .chat-banner.style-3 .info h3 {
    font-size: 27px;
    color: #fff;
    text-transform: capitalize; }
    .chat-banner.style-3 .info h3 span {
      font-weight: 400;
      font-style: italic;
      position: relative; }
      .chat-banner.style-3 .info h3 span::before {
        position: absolute;
        content: "";
        left: 0;
        top: 100%;
        width: 240px;
        height: 35px;
        background-image: url(../img/header/info_h1_line1.png);
        background-size: 240px;
        background-repeat: no-repeat;
        background-position: left; }

/* --------------- chat-banner styles --------------- */
.chat-banner.style-7 {
  background-color: #8169f1;
  padding-top: 100px; }
  .chat-banner.style-7 .info {
    text-align: center;
    color: #fff;
    padding-bottom: 100px; }
    .chat-banner.style-7 .info p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 15px; }
    .chat-banner.style-7 .info h3 {
      font-size: 40px;
      font-weight: 500; }

/* --------------- chat-banner styles --------------- */
.chat-banner.style-9 {
  position: relative;
  padding: 180px 0;
  background-image: url(../img/header/head9_back.png);
  background-size: cover;
  background-position: center; }
  .chat-banner.style-9 .container {
    position: relative;
    z-index: 10; }
  .chat-banner.style-9 .img_back {
    position: absolute;
    left: 0;
    top: -50px;
    bottom: -50px;
    width: 100%;
    height: calc(100% + 100px);
    max-height: unset;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain; }
  .chat-banner.style-9 .section-head h6::after, .chat-banner.style-9 .section-head h6::before {
    background-color: #fff; }

/* ===============================================================
			[ * contact Section ] 
================================================================*/
/* --------------- contact style-1 --------------- */
.contact.style-1 {
  position: relative;
  overflow: hidden; }
  .contact.style-1 .container {
    position: relative;
    z-index: 5; }
  .contact.style-1 .content .contact_info p {
    color: #fff;
    font-size: 13px; }
  .contact.style-1 .content .contact_info ul {
    margin: 50px 0; }
    .contact.style-1 .content .contact_info ul li {
      color: #fff;
      margin: 15px 0; }
      .contact.style-1 .content .contact_info ul li strong {
        margin-right: 5px; }
  .contact.style-1 .content .contact_info a {
    color: #fff;
    text-decoration: underline !important;
    text-transform: uppercase;
    font-size: 13px; }
  .contact.style-1 .content .contact_form .form-control,
  .contact.style-1 .content .contact_form .form-select {
    border: 0;
    font-size: 13px;
    min-height: 50px; }
  .contact.style-1 .content .contact_form textarea {
    min-height: 125px !important; }
  .contact.style-1 .contact_globe {
    position: absolute;
    left: 0;
    top: -10%;
    width: 47%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    max-height: none;
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    opacity: 0.3;
    -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); } }

/* --------------- contact style-2 --------------- */
.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px; }
  .contact.style-2 .global_2 {
    position: absolute;
    left: 25%;
    bottom: -500px;
    width: 55%;
    z-index: 2;
    opacity: 0.7;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }

/* --------------- contact style-6 --------------- */
.contact.style-6 .content {
  position: relative;
  border-top: 10px solid var(--color-blue6);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 100px 15px; }
  .contact.style-6 .content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
    background: -o-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
    background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
    background-size: 400% 400%;
    -webkit-animation: gradient 20s linear infinite;
    animation: gradient 20s linear infinite;
    border-radius: 30px;
    overflow: hidden; }
  .contact.style-6 .content .contact_a {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 30px;
    pointer-events: none;
    max-width: 20%; }
  .contact.style-6 .content .contact_message {
    position: absolute;
    right: -150px;
    top: 100px;
    border-bottom-left-radius: 30px;
    pointer-events: none;
    max-width: 30%; }
  .contact.style-6 .content .form {
    position: relative;
    z-index: 5; }

.contact.style-6 .form-group .form-control,
.contact.style-6 .form-group .form-select {
  border: 1px solid #9994;
  border-radius: 30px;
  min-height: 50px;
  font-size: 12px;
  padding: 10px 25px; }
  .contact.style-6 .form-group .form-control:focus,
  .contact.style-6 .form-group .form-select:focus {
    border-color: var(--color-blue6);
    -webkit-box-shadow: none;
    box-shadow: none; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/* --------------- contact style-13 --------------- */
.contact.style-13 {
  position: relative; }
  .contact.style-13::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #eaedf2; }
  .contact.style-13 .content {
    padding: 5vw;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px #0001;
    box-shadow: 0 0 30px #0001; }
    .contact.style-13 .content .contact-info p {
      font-size: 16px;
      color: #666; }
    .contact.style-13 .content .contact-info li {
      font-size: 16px;
      color: #666;
      margin: 10px 0; }
      .contact.style-13 .content .contact-info li strong {
        color: #000; }
    .contact.style-13 .content .contact-form .form-group {
      position: relative;
      margin-bottom: 20px; }
      .contact.style-13 .content .contact-form .form-group .form-control {
        min-height: 50px;
        border-radius: 7px;
        border: 1px solid #9991;
        -webkit-box-shadow: 0 0 25px #0001;
        box-shadow: 0 0 25px #0001;
        padding: 10px 10px 10px 40px; }
      .contact.style-13 .content .contact-form .form-group .icon {
        position: absolute;
        top: 14px;
        left: 15px; }

/* --------------- contact style-14 --------------- */
.contact.style-14 {
  position: relative; }
  .contact.style-14::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #ecf0f3; }
  .contact.style-14 .contact-card {
    position: relative;
    padding: 120px 4vw;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px #0001;
    box-shadow: 0 0 30px #0001;
    overflow: hidden; }
    .contact.style-14 .contact-card .row {
      position: relative;
      z-index: 5; }
    .contact.style-14 .contact-card .img_back {
      position: absolute;
      content: "";
      left: 10%;
      top: 0;
      width: 80%;
      height: 100%;
      max-height: unset;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }

/* ===============================================================
			[ * download Section ] 
================================================================*/
/* --------------- download style-5 --------------- */
.download.style-5 .content h2 {
  font-size: 50px; }
  .download.style-5 .content h2 span {
    position: relative; }
    .download.style-5 .content h2 span .head-line {
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%; }
    .download.style-5 .content h2 span .head-pen {
      position: absolute;
      right: 102%;
      bottom: -5px;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }

/* ===============================================================
			[ * searcing Section ] 
================================================================*/
/* --------------- search styles --------------- */
.domain-search.style-9 .domain-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .domain-search.style-9 .domain-choose .butn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    padding: 20px 40px; }
  .domain-search.style-9 .domain-choose .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%; }
    .domain-search.style-9 .domain-choose .form-group .icon {
      margin-right: 10px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .domain-search.style-9 .domain-choose .form-group .form-select {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      border: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-weight: bold;
      color: var(--color-darkBlue2); }
    .domain-search.style-9 .domain-choose .form-group input {
      width: 100%;
      border: 0; }

.domain-search.style-9 .domain-names {
  margin-top: 40px; }
  .domain-search.style-9 .domain-names .item {
    margin-top: 10px; }
    .domain-search.style-9 .domain-names .item.dom-tech span {
      color: #6c41ff; }
    .domain-search.style-9 .domain-names .item.dom-net span {
      color: #ff7342; }
    .domain-search.style-9 .domain-names .item.dom-co span {
      color: #cc41ff; }
    .domain-search.style-9 .domain-names .item.dom-com span {
      color: #ff28ac; }
    .domain-search.style-9 .domain-names .item.dom-info span {
      color: #89a829; }
    .domain-search.style-9 .domain-names .item.dom-org span {
      color: #a342ed; }
  .domain-search.style-9 .domain-names p {
    font-weight: bold;
    font-size: 16px; }
  .domain-search.style-9 .domain-names h5 {
    text-align: center;
    border-top: 1px solid #9993;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
    color: var(--color-darkBlue2);
    font-weight: bold; }

/* ===============================================================
			[ * solutions Section ] 
================================================================*/
/* --------------- solutions styles --------------- */
.solutions.style-10 .solution-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
  .solutions.style-10 .solution-card h6 {
    font-size: 14px;
    font-weight: bold; }
  .solutions.style-10 .solution-card .icon img {
    -webkit-filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
    filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%); }
  .solutions.style-10 .solution-card:hover {
    background-color: #8169f1;
    color: #fff;
    -webkit-box-shadow: 10px 10px 30px #0004;
    box-shadow: 10px 10px 30px #0004; }
    .solutions.style-10 .solution-card:hover .icon img {
      -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
      filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%); }

/* ===============================================================
			[ * sgin_up Section ] 
================================================================*/
/* --------------- sgin up styles --------------- */
.signup.style-11 {
  position: relative; }
  .signup.style-11 .pattern {
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  .signup.style-11 .content {
    position: relative;
    z-index: 10; }
    .signup.style-11 .content .form-group {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      border-radius: 50px;
      -webkit-box-shadow: 0 0 20px #0001;
      box-shadow: 0 0 20px #0001;
      padding-left: 20px;
      overflow: hidden;
      margin-top: 80px; }
      .signup.style-11 .content .form-group .form-control {
        height: 50px;
        border: 0;
        padding-left: 15px; }
      .signup.style-11 .content .form-group button {
        border: 0;
        background-color: var(--color-green);
        color: #fff;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 15px 30px;
        text-transform: uppercase; }

/* ===============================================================
			[ * integration Section ] 
================================================================*/
/* --------------- integrations styles --------------- */
.integration.style-11 {
  background-color: #1b1b20; }
  .integration.style-11 .info {
    font-size: 16px;
    color: #9e9eac; }
  .integration.style-11 .icons {
    position: relative;
    height: 100%;
    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; }
    .integration.style-11 .icons .pattern_back {
      max-width: unset;
      max-height: unset;
      width: 130%;
      left: -15%;
      position: absolute; }
    .integration.style-11 .icons .logo {
      width: 100px;
      margin: auto;
      position: relative;
      z-index: 10; }
    .integration.style-11 .icons .icon {
      position: absolute;
      z-index: 10; }
      .integration.style-11 .icons .icon:nth-of-type(1) {
        top: 10%;
        right: 12%; }
      .integration.style-11 .icons .icon:nth-of-type(2) {
        top: 50%;
        right: 15%; }
      .integration.style-11 .icons .icon:nth-of-type(3) {
        bottom: 3%;
        right: 20%; }
      .integration.style-11 .icons .icon:nth-of-type(4) {
        top: 20%;
        left: 30%; }
      .integration.style-11 .icons .icon:nth-of-type(5) {
        top: 20%;
        left: 1%; }
      .integration.style-11 .icons .icon:nth-of-type(6) {
        bottom: 20%;
        left: 1%; }

/* ===============================================================
			[ * process Section ] 
================================================================*/
/* --------------- proccess styles --------------- */
.process.style-12 .process-card {
  padding: 40px;
  text-align: center;
  display: block;
  border-top: 1px solid transparent;
  border-radius: 10px;
  color: #fff; }
  .process.style-12 .process-card:hover {
    background-color: #0e0d11;
    border-top: 1px solid var(--color-yellowGreen); }
  .process.style-12 .process-card .icon {
    height: 80px;
    margin-bottom: 30px; }
    .process.style-12 .process-card .icon img {
      height: 80px; }
  .process.style-12 .process-card .info h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
  .process.style-12 .process-card .info p {
    color: #89888f; }
  .process.style-12 .process-card .info .step {
    font-size: 14px;
    color: var(--color-yellowGreen);
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px; }

/* ===============================================================
			[ * process Section ] 
================================================================*/
/* --------------- collections styles --------------- */
.collections.style-12 .collection-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -25px; }
  .collections.style-12 .collection-card .top-info h6 {
    font-size: 17px; }
  .collections.style-12 .collection-card .top-info p {
    color: #67666c; }
    .collections.style-12 .collection-card .top-info p img {
      width: 10px;
      -webkit-margin-end: 2px;
      margin-inline-end: 2px; }

.collections.style-12 .collection-card .auther-img {
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 10; }
  .collections.style-12 .collection-card .auther-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 6px solid #15141a; }

.collections.style-12 .collection-card .main-img {
  height: 220px;
  border-radius: 10px;
  overflow: hidden; }

.collections.style-12 .collection-card .sub-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px; }
  .collections.style-12 .collection-card .sub-imgs img {
    width: 32%;
    height: 80px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover; }

/* ===============================================================
			[ * 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; }

/* ===============================================================
			[ * timeline Section ] 
================================================================*/
/* --------------- timeline styles --------------- */
.timeline.style-15 {
  padding: 100px 0 130px; }
  .timeline.style-15 .timeline-cards {
    position: relative; }
    .timeline.style-15 .timeline-cards .progress {
      height: 5px;
      border-radius: 10px;
      background-color: #fff1; }
      .timeline.style-15 .timeline-cards .progress .progress-bar {
        background-color: var(--color-red2);
        background: -webkit-gradient(linear, left top, right top, from(#ee1552), to(#435eba));
        background: -webkit-linear-gradient(left, #ee1552, #435eba);
        background: -o-linear-gradient(left, #ee1552, #435eba);
        background: linear-gradient(to right, #ee1552, #435eba);
        border-radius: 10px;
        width: 1%;
        -webkit-transition: all 4s linear;
        -o-transition: all 4s linear;
        transition: all 4s linear; }
        .timeline.style-15 .timeline-cards .progress .progress-bar.animated {
          width: 100%; }
    .timeline.style-15 .timeline-cards .timeline-card {
      background-color: #120431;
      border-radius: 100px 100px 50px 5px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 20px;
      text-align: center;
      margin: 30px auto 55px;
      position: relative; }
      .timeline.style-15 .timeline-cards .timeline-card::after {
        position: absolute;
        content: "";
        left: -10px;
        bottom: -68px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ee155255;
        -webkit-box-shadow: 0 5px 10px #ee155244;
        box-shadow: 0 5px 10px #ee155244; }
      .timeline.style-15 .timeline-cards .timeline-card::before {
        position: absolute;
        content: "";
        left: -4px;
        bottom: -62px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff; }
      .timeline.style-15 .timeline-cards .timeline-card .icon {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        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;
        padding: 20px;
        background-color: var(--color-red2);
        margin-bottom: 40px; }
      .timeline.style-15 .timeline-cards .timeline-card .info {
        max-width: 140px;
        padding-bottom: 10px; }
        .timeline.style-15 .timeline-cards .timeline-card .info h6 {
          font-style: 16px; }
      .timeline.style-15 .timeline-cards .timeline-card .year {
        position: absolute;
        left: -10px;
        bottom: -100px;
        font-size: 16px; }

/* ===============================================================
			[ * footer Section ] 
================================================================*/
/* --------------- footer styles --------------- */
footer.style-1 {
  background-color: #000;
  position: relative; }
  footer.style-1 .foot_l {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none; }
  footer.style-1 .foot_r {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none; }
  footer.style-1 .content {
    padding: 90px 0 70px;
    position: relative;
    z-index: 5; }
  footer.style-1 p,
  footer.style-1 a,
  footer.style-1 li {
    font-size: 13px;
    color: #aaa7a7; }
  footer.style-1 a:hover {
    color: var(--color-main); }
  footer.style-1 .text {
    color: #fff;
    font-size: 14px; }
  footer.style-1 .foot_info li {
    margin: 20px 0; }
    footer.style-1 .foot_info li i {
      color: var(--color-main);
      font-size: 16px; }
  footer.style-1 .social_icons {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer.style-1 .social_icons a {
      width: 33px;
      height: 33px;
      border-radius: 50%;
      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;
      background-color: #2c2c2c;
      color: #aaa7a7;
      margin: 5px; }
      footer.style-1 .social_icons a:hover {
        background: var(--color-main-grad);
        color: #fff; }
  footer.style-1 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer.style-1 .links li {
      margin: 8px 0; }
  footer.style-1 .link_title {
    color: #fff;
    margin: 10px 0 15px; }
  footer.style-1 .foot_subscribe input {
    background: #1f1f1f;
    color: #fff;
    font-size: 12px;
    border: 0; }
    footer.style-1 .foot_subscribe input::-webkit-input-placeholder {
      color: #fff; }
    footer.style-1 .foot_subscribe input:-ms-input-placeholder {
      color: #fff; }
    footer.style-1 .foot_subscribe input::-ms-input-placeholder {
      color: #fff; }
    footer.style-1 .foot_subscribe input::placeholder {
      color: #fff; }
  footer.style-1 .foot {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #fff3; }

footer.style-2 {
  background-color: #010040; }

footer.style-3 {
  position: relative;
  padding-top: 100px;
  overflow: hidden; }
  footer.style-3 .items .title {
    font-weight: bold;
    margin-bottom: 30px; }
  footer.style-3 .items .socail-icons {
    margin-top: 30px; }
    footer.style-3 .items .socail-icons a:hover {
      background-color: var(--color-blue2) !important;
      color: #fff !important; }
  footer.style-3 .items ul li {
    margin: 5px 0; }
    footer.style-3 .items ul li a {
      font-size: 12px; }
      footer.style-3 .items ul li a:hover {
        color: var(--color-blue2); }
  footer.style-3 .foot {
    padding: 35px 0 30px;
    position: relative;
    margin-top: 80px; }
    footer.style-3 .foot .logo {
      width: 120px; }
    footer.style-3 .foot .testi_lines {
      position: absolute;
      top: -10px; }
  footer.style-3 .contact_globe {
    position: absolute;
    height: 150%;
    max-height: none;
    width: 60%;
    top: -25%;
    left: 20%;
    opacity: 0.15;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }

footer.style-4 {
  position: relative;
  background-color: #f0eff5;
  margin-top: 200px; }
  footer.style-4 .wave {
    position: absolute;
    left: -3%;
    bottom: 90%;
    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.style-4 .container {
    position: relative;
    z-index: 25; }
  footer.style-4 .foot {
    border-bottom: 1px solid #9999;
    padding: 30px 0; }
    footer.style-4 .foot .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer.style-4 .foot .links li a {
        font-size: 12px;
        margin: 0 15px;
        font-weight: bold; }
        footer.style-4 .foot .links li a:hover, footer.style-4 .foot .links li a.active {
          color: var(--color-blue4); }
  footer.style-4 .copywrite {
    padding: 35px 0; }

footer.style-5 {
  position: relative;
  padding-top: 100px;
  overflow: hidden; }
  footer.style-5 .items .title {
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    line-height: 1; }
  footer.style-5 .items .socail-icons {
    margin-top: 30px; }
    footer.style-5 .items .socail-icons a:hover {
      background-color: var(--color-blue5) !important;
      color: #fff !important; }
  footer.style-5 .items ul li {
    margin: 5px 0; }
    footer.style-5 .items ul li a {
      font-size: 12px; }
      footer.style-5 .items ul li a:hover {
        color: var(--color-blue5); }
  footer.style-5 .foot {
    padding: 35px 0 30px;
    position: relative;
    margin-top: 80px; }
    footer.style-5 .foot .logo {
      width: 120px; }

footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden; }
  footer.style-6 .items .title {
    font-weight: bold;
    margin-bottom: 30px;
    color: #000; }
  footer.style-6 .items .socail-icons {
    margin-top: 30px; }
    footer.style-6 .items .socail-icons a:hover {
      background-color: var(--color-blue6) !important;
      color: #fff !important; }
  footer.style-6 .items ul li {
    margin: 5px 0; }
    footer.style-6 .items ul li a {
      font-size: 12px; }
      footer.style-6 .items ul li a:hover {
        color: var(--color-blue6); }
  footer.style-6 .form .form-group {
    position: relative; }
    footer.style-6 .form .form-group .icon {
      position: absolute;
      top: 12px;
      left: 15px; }
    footer.style-6 .form .form-group input {
      width: 100%;
      border: 1px solid #9993;
      border-radius: 30px;
      min-height: 45px;
      font-size: 12px;
      padding: 0 40px; }
    footer.style-6 .form .form-group button {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: var(--color-blue6);
      border: 0;
      color: #fff; }
  footer.style-6 .foot {
    padding: 35px 0 30px;
    position: relative;
    margin-top: 80px; }
    footer.style-6 .foot .logo {
      width: 120px; }

footer.style-7 {
  position: relative;
  background: url(../img/foot_7_pattern.png) #f0eff5;
  padding-bottom: 40px;
  background-size: cover;
  background-position: bottom; }
  footer.style-7 .info-logo {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px; }
    footer.style-7 .info-logo .logo {
      width: 200px;
      margin-bottom: 40px; }
    footer.style-7 .info-logo .text {
      font-size: 16px;
      margin-bottom: 30px; }
    footer.style-7 .info-logo .social-links a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      color: #000;
      font-size: 16px;
      -webkit-margin-end: 10px;
      margin-inline-end: 10px; }
      footer.style-7 .info-logo .social-links a:hover {
        background-color: var(--color-blue7);
        color: #fff; }
  footer.style-7 .links-side {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px; }
    footer.style-7 .links-side .links-group h5 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 30px; }
    footer.style-7 .links-side .links-group .links a {
      margin: 7px 0; }

footer.style-8 {
  position: relative; }
  footer.style-8::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: -webkit-linear-gradient(top, #fff, transparent);
    background: -o-linear-gradient(top, #fff, transparent);
    background: linear-gradient(to bottom, #fff, transparent);
    pointer-events: none; }
  footer.style-8 .container {
    position: relative;
    z-index: 10; }
  footer.style-8 .content .logo-social {
    padding-bottom: 30px;
    border-bottom: 1px solid #9993; }
    footer.style-8 .content .logo-social .foot-logo img {
      width: 150px; }
    footer.style-8 .content .logo-social .socials a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
      border-radius: 50%;
      background-color: #fff;
      color: #000;
      font-size: 16px;
      -webkit-margin-start: 8px;
      margin-inline-start: 8px; }
      footer.style-8 .content .logo-social .socials a:hover {
        background-color: var(--color-main);
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none; }
  footer.style-8 .content .links-content .foot-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 60px;
    text-transform: capitalize; }
  footer.style-8 .content .links-content p {
    font-size: 16px;
    color: #666; }
  footer.style-8 .content .links-content .foot-info li {
    font-size: 16px;
    margin: 10px 0; }
  footer.style-8 .content .links-content .links li {
    margin: 15px 0; }
  footer.style-8 .content .links-content .links a {
    font-size: 14px; }
  footer.style-8 .content .links-content .foot-subscribe .form-group {
    position: relative; }
    footer.style-8 .content .links-content .foot-subscribe .form-group .icon {
      position: absolute;
      top: 17px;
      left: 15px; }
    footer.style-8 .content .links-content .foot-subscribe .form-group .form-control {
      padding: 15px 15px 15px 40px;
      border-radius: 50px;
      background-color: #fff;
      border: 0; }
      footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
        color: #9999; }
      footer.style-8 .content .links-content .foot-subscribe .form-group .form-control:-ms-input-placeholder {
        color: #9999; }
      footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-ms-input-placeholder {
        color: #9999; }
      footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::placeholder {
        color: #9999; }

footer.style-9 {
  background-color: #111352; }
  footer.style-9 .foot-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
    margin-top: 90px;
    text-transform: capitalize; }
    footer.style-9 .foot-title::before {
      position: absolute;
      content: "";
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      background-color: #6c41ff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  footer.style-9 .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer.style-9 .links li {
    margin: 7px 0;
    width: 100%; }
  footer.style-9 .links a {
    color: #b6b7d3;
    text-transform: capitalize; }
    footer.style-9 .links a:hover {
      color: #fff; }
    footer.style-9 .links a small {
      font-size: 10px; }
  footer.style-9 .foot {
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid #fff2; }
  footer.style-9 p {
    color: #b6b7d3; }
  footer.style-9 .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff1;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    -webkit-margin-start: 2px;
    margin-inline-start: 2px; }
    footer.style-9 .social-icons a:hover {
      background-color: var(--color-darkBlue2); }

footer.style-10 {
  position: relative;
  background-color: #000;
  color: #fff; }
  footer.style-10 .info-card {
    padding-top: 30px;
    border-top: 1px solid #fff2; }
    footer.style-10 .info-card h5 {
      font-size: 20px;
      font-weight: 500; }
  footer.style-10 .pattern {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  footer.style-10 h5 {
    font-size: 20px; }
  footer.style-10 .subscribe-card .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff2;
    padding-bottom: 10px; }
    footer.style-10 .subscribe-card .form-group .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-margin-end: 5px;
      margin-inline-end: 5px; }
    footer.style-10 .subscribe-card .form-group input {
      width: 100%;
      border: 0;
      background: transparent;
      color: #fff; }
      footer.style-10 .subscribe-card .form-group input::-webkit-input-placeholder {
        color: #9999; }
      footer.style-10 .subscribe-card .form-group input:-ms-input-placeholder {
        color: #9999; }
      footer.style-10 .subscribe-card .form-group input::-ms-input-placeholder {
        color: #9999; }
      footer.style-10 .subscribe-card .form-group input::placeholder {
        color: #9999; }
    footer.style-10 .subscribe-card .form-group button {
      border: 0;
      background: transparent;
      color: var(--color-blue7); }
  footer.style-10 .subscribe-card p {
    color: #484848;
    margin-top: 5px; }
  footer.style-10 .foot {
    padding: 40px 0;
    position: relative; }
    footer.style-10 .foot::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff2), color-stop(#fff2), color-stop(#fff2), to(transparent));
      background: -webkit-linear-gradient(left, transparent, #fff2, #fff2, #fff2, transparent);
      background: -o-linear-gradient(left, transparent, #fff2, #fff2, #fff2, transparent);
      background: linear-gradient(to right, transparent, #fff2, #fff2, #fff2, transparent); }
    footer.style-10 .foot .navbar-brand {
      width: 170px; }
  footer.style-10 .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    border: 1px solid #fff3; }
    footer.style-10 .social-icons a:hover {
      background-color: var(--color-orange2); }

footer.style-11 {
  background-color: #1b1b20;
  color: #fff; }
  footer.style-11 .foot-links {
    position: relative; }
    footer.style-11 .foot-links::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff2), color-stop(#fff2), color-stop(#fff2), to(transparent));
      background: -webkit-linear-gradient(left, transparent, #fff2, #fff2, #fff2, transparent);
      background: -o-linear-gradient(left, transparent, #fff2, #fff2, #fff2, transparent);
      background: linear-gradient(to right, transparent, #fff2, #fff2, #fff2, transparent); }
    footer.style-11 .foot-links .links-item {
      margin-top: 40px; }
      footer.style-11 .foot-links .links-item h6 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 20px; }
  footer.style-11 .btn * {
    line-height: 1; }
  footer.style-11 a {
    font-size: 16px;
    color: #87878e;
    margin: 6px 0; }
    footer.style-11 a:hover {
      color: var(--color-green) !important; }
  footer.style-11 p {
    font-size: 16px;
    color: #87878e;
    margin: 6px 0; }
  footer.style-11 .foot {
    background-color: #131317;
    padding: 20px 0; }
    footer.style-11 .foot .social-icons a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: transparent;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      -webkit-margin-end: 5px;
      margin-inline-end: 5px;
      border: 1px solid #fff1; }
      footer.style-11 .foot .social-icons a:hover {
        background-color: var(--color-green); }

footer.style-12 {
  background-color: #0f0e13; }
  footer.style-12 p {
    font-size: 16px;
    color: #93919b; }
  footer.style-12 a {
    font-size: 16px;
    color: #93919b; }
    footer.style-12 a:hover {
      color: var(--color-yellowGreen); }
  footer.style-12 .content {
    padding: 90px 0; }
    footer.style-12 .content .foot-logo {
      width: 170px; }
    footer.style-12 .content .links h6 {
      margin-bottom: 30px;
      font-size: 18px; }
    footer.style-12 .content .links ul li {
      margin: 10px 0; }
  footer.style-12 .foot {
    padding: 30px 0;
    border-top: 1px solid #fff2;
    text-align: center; }
    footer.style-12 .foot p {
      font-size: 18px; }

footer.style-13 {
  position: relative;
  background-color: #000; }
  footer.style-13::before {
    position: absolute;
    content: "";
    right: 0;
    top: -1px;
    height: 150px;
    width: 100%;
    background-color: #eaedf2; }
  footer.style-13 .content {
    background-color: #fff;
    padding: 100px 0;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 10; }
    footer.style-13 .content h2 {
      font-size: 40px;
      margin-bottom: 20px;
      position: relative; }
      footer.style-13 .content h2::before {
        position: absolute;
        content: "\f086";
        font-family: "Font Awesome 5 pro";
        left: -50px;
        top: -50px;
        font-size: 100px;
        font-weight: 100;
        opacity: 0.1;
        pointer-events: none; }
    footer.style-13 .content p {
      font-size: 20px;
      color: #666; }
  footer.style-13 .foot {
    padding: 30px 0;
    color: #fff; }
    footer.style-13 .foot p {
      color: #999; }
      footer.style-13 .foot p a {
        color: #fff; }
    footer.style-13 .foot .links {
      text-align: center; }
      footer.style-13 .foot .links a {
        margin: 0 10px;
        color: #999; }
        footer.style-13 .foot .links a:hover {
          color: #fff; }

@media screen and (min-width: 991px) {
  footer.style-13 {
    padding-right: calc((100vw - 1170px) / 2); } }

footer.style-14 {
  background-color: #ecf0f3;
  background-image: url(../img/footer/foot_14_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  footer.style-14 .payment-cards {
    position: relative; }
    footer.style-14 .payment-cards::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 50%;
      background-color: #fff; }
    footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(2) .pay-card {
      background-color: #a81220; }
    footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(3) .pay-card {
      background-color: #980d1a; }
    footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(4) .pay-card {
      background-color: #700710; }
    footer.style-14 .payment-cards .pay-card {
      padding: 30px;
      color: #fff;
      background-color: #cc2131;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: capitalize;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer.style-14 .payment-cards .pay-card .icon img {
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain; }
  footer.style-14 .foot-info .foot-logo {
    margin-bottom: 40px; }
    footer.style-14 .foot-info .foot-logo img {
      width: 175px; }
  footer.style-14 .social-icons {
    margin-top: 40px; }
    footer.style-14 .social-icons a {
      width: 45px;
      height: 45px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      background-color: #fff;
      -webkit-margin-end: 5px;
      margin-inline-end: 5px; }
  footer.style-14 .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer.style-14 .links ul li {
      width: 50%;
      margin: 7px 0; }
  footer.style-14 a:hover {
    color: var(--color-red1); }
  footer.style-14 p {
    color: #666;
    font-size: 16px; }

footer.style-15 {
  background-color: #04000e; }
  footer.style-15 .content {
    padding: 90px 0; }
    footer.style-15 .content .foot-logo-social .foot-logo img {
      width: 170px; }
    footer.style-15 .content .foot-logo-social .social-icons a {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border: 1px solid #fff5;
      color: #fff;
      border-radius: 50%;
      -webkit-margin-start: 10px;
      margin-inline-start: 10px; }
      footer.style-15 .content .foot-logo-social .social-icons a:hover {
        background-color: var(--color-red2);
        border-color: var(--color-red2); }
    footer.style-15 .content .links-content h6.sub-title {
      text-transform: uppercase;
      font-weight: 500;
      color: #fff;
      opacity: 40%;
      margin-bottom: 20px; }
    footer.style-15 .content .links-content .main-links ul li {
      width: 50%; }
  footer.style-15 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer.style-15 ul li {
      margin: 8px 0;
      width: 100%; }
  footer.style-15 a {
    font-size: 14px;
    color: #fff;
    font-weight: 400; }
    footer.style-15 a:hover {
      color: var(--color-red2); }
  footer.style-15 .foot {
    border-top: 1px solid #fff2;
    padding: 30px 0;
    text-align: center; }
    footer.style-15 .foot p {
      color: #918d98; }

/* ===============================================================
			[ * inner_header Style ] 
================================================================*/
/* --------------- inner-header style-5 --------------- */
.inner-header.style-5 {
  background-image: url(../img/inner5_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000; }
  .inner-header.style-5 .content {
    padding: 120px 0;
    position: relative; }
    .inner-header.style-5 .content .links a {
      font-size: 16px;
      color: #999;
      text-transform: capitalize;
      position: relative;
      padding-right: 20px;
      border-right: 1px solid #9993;
      margin-right: 20px; }
      .inner-header.style-5 .content .links a:last-of-type {
        font-weight: bold;
        color: var(--color-main);
        border: 0;
        padding: 0;
        margin: 0; }
    .inner-header.style-5 .content h2 {
      font-size: 60px;
      text-transform: capitalize;
      margin-top: 20px; }
    .inner-header.style-5 .content .side-img {
      position: absolute;
      right: 0;
      top: 30%;
      height: 40%;
      pointer-events: none; }

/* ===============================================================
			[ * portfolio_page Style ] 
================================================================*/
/* --------------- portfolio-page style-1 --------------- */
.portfolio-page.style-1 .portfolio-projects.style-1 {
  background-color: #e7f1ff; }
  .portfolio-page.style-1 .portfolio-projects.style-1 .controls {
    text-align: center;
    margin-bottom: 50px; }
    .portfolio-page.style-1 .portfolio-projects.style-1 .controls button {
      border: 0;
      background: transparent;
      font-weight: bold;
      text-transform: capitalize;
      margin: 10px; }
      .portfolio-page.style-1 .portfolio-projects.style-1 .controls button.mixitup-control-active {
        color: var(--color-blue5); }

.portfolio-page.style-1 .download.style-5 {
  position: relative;
  overflow: hidden; }
  .portfolio-page.style-1 .download.style-5 .content h2 span .head-pen {
    right: auto;
    left: 102%;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .portfolio-page.style-1 .download.style-5 .contact_globe {
    position: absolute;
    height: 150%;
    max-height: none;
    width: 60%;
    top: -25%;
    left: 20%;
    opacity: 0.15;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }

/* ===============================================================
			[ * single_project Style ] 
================================================================*/
/* --------------- single-project style-5 --------------- */
.single-project.style-5 .about-app.style-5 h1 {
  font-size: 55px; }

.single-project.style-5 .about-app.style-5 .about-cards .about-card {
  text-align: center;
  padding: 15px; }
  .single-project.style-5 .about-app.style-5 .about-cards .about-card small {
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .single-project.style-5 .about-app.style-5 .about-cards .about-card h6 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6; }

.single-project.style-5 .about-app.style-5 .img-content .img {
  position: relative; }
  .single-project.style-5 .about-app.style-5 .img-content .img .main-img {
    position: relative;
    z-index: 5; }
  .single-project.style-5 .about-app.style-5 .img-content .img .circle {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 15%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-animation: rotate-center 100s linear infinite both reverse;
    animation: rotate-center 100s linear infinite both reverse; }
  .single-project.style-5 .about-app.style-5 .img-content .img .bubbls {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both; }

.single-project.style-5 .screenshots {
  position: relative; }
  .single-project.style-5 .screenshots::after {
    position: absolute;
    content: "";
    background-image: url(../img/about/about_s4_wave.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    top: -1px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.single-project.style-5 .share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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;
  background-color: #f3f7fe;
  color: #666;
  font-size: 12px;
  margin: 20px 3px 0; }
  .single-project.style-5 .share .social-icon:hover {
    background-color: var(--color-blue5);
    color: #fff; }
  .single-project.style-5 .share .social-icon.hover-blue4:hover {
    background-color: var(--color-blue4);
    color: #fff; }

.single-project.style-5 .projects .project-card.style-6:hover .info .title {
  color: var(--color-blue5); }

.single-project.style-5 .projects .project-card.style-6 .info small {
  color: var(--color-blue5); }

.single-project.style-5 .slider-style-6 .swiper-button-next:hover, .single-project.style-5 .slider-style-6 .swiper-button-prev:hover {
  background-color: var(--color-blue5); }

/* ===============================================================
			[ * services page Style ] 
================================================================*/
/* --------------- services page styles --------------- */
.services-page .features {
  background-color: #e7f1ff; }

/* ===============================================================
			[ * services page Style ] 
================================================================*/
/* --------------- services page styles --------------- */
.about-page header.style-5 {
  position: relative; }
  .about-page header.style-5 .info h1 {
    font-size: 55px; }
  .about-page header.style-5 .main-vid {
    position: relative;
    height: 570px;
    border-radius: 20px;
    overflow: hidden;
    border: 10px solid #ffffff01;
    margin-top: 150px;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
    box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3); }
    .about-page header.style-5 .main-vid img {
      border-radius: 15px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .about-page header.style-5 .main-vid .play-icon {
      position: absolute;
      left: calc(50% - 50px);
      top: calc(50% - 50px);
      width: 100px;
      height: 100px;
      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%;
      color: #fff;
      font-size: 25px;
      background-color: var(--color-blue5);
      -webkit-box-shadow: 0px 5px 0px 0px var(--color-blue4);
      box-shadow: 0px 5px 0px 0px var(--color-blue4);
      -webkit-filter: drop-shadow(0 13px 20px #0008);
      filter: drop-shadow(0 13px 20px #0008);
      -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
      animation: scale_up_down 1s ease-in-out infinite alternate both; }
  .about-page header.style-5 .hand-mega {
    position: absolute;
    width: 17%;
    top: 9%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    z-index: 2; }
  .about-page header.style-5 .head6-rating {
    position: absolute;
    width: 18%;
    top: 27%;
    left: 15%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2; }
  .about-page header.style-5 .head6-charts {
    position: absolute;
    width: 14%;
    top: 7%;
    right: 10%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2; }
  .about-page header.style-5 .head6-rocket {
    position: absolute;
    width: 20%;
    top: 25%;
    right: -30px;
    z-index: 2; }

.about-page .contact .content {
  border-top: 10px solid var(--color-blue5); }

.about-page .contact.style-6 .form-group .form-control:focus, .about-page .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5); }

.culture.style-5 .culture-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 500px; }
  .culture.style-5 .culture-card::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 3px;
    background-color: #fff;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .culture.style-5 .culture-card::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 50px;
    background-color: #fff;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .culture.style-5 .culture-card .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0; }
  .culture.style-5 .culture-card:hover .overlay {
    opacity: 0.3; }
  .culture.style-5 .culture-card:hover::after {
    top: 50%;
    opacity: 1; }
  .culture.style-5 .culture-card:hover::before {
    left: 50%;
    opacity: 1; }

/* ===============================================================
			[ * contact page Style ] 
================================================================*/
/* --------------- contact page styles --------------- */
.contact-page.style-5 .contact.style-6 .form-group .form-control:focus, .contact-page.style-5 .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5); }

.contact-page.style-5 .map iframe {
  width: 100%;
  margin-bottom: -6px; }

/* ===============================================================
			[ * blog page Style ] 
================================================================*/
/* --------------- blog-page style-1 --------------- */
.blog-page.style-5 .blog-details-slider {
  position: relative;
  overflow: hidden; }
  .blog-page.style-5 .blog-details-slider .content-card .img {
    position: relative;
    border-radius: 30px;
    overflow: hidden; }
    .blog-page.style-5 .blog-details-slider .content-card .img.overlay::after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000e1), color-stop(#0005), to(transparent));
      background-image: -webkit-linear-gradient(bottom, #000000e1, #0005, transparent);
      background-image: -o-linear-gradient(bottom, #000000e1, #0005, transparent);
      background-image: linear-gradient(to top, #000000e1, #0005, transparent); }
    .blog-page.style-5 .blog-details-slider .content-card .img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 500px; }
  .blog-page.style-5 .blog-details-slider .content-card .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 4vw;
    color: #fff; }
    .blog-page.style-5 .blog-details-slider .content-card .info .date {
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .blog-page.style-5 .blog-details-slider .content-card .info .title {
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      -webkit-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .blog-page.style-5 .blog-details-slider .content-card .info .text-info {
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
  .blog-page.style-5 .blog-details-slider .content-card a:hover {
    color: var(--color-blue5); }
  .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info small, .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .blog-page.style-5 .blog-details-slider .swiper-pagination {
    width: 100%;
    bottom: 0;
    text-align: right;
    padding: 30px 4vw; }
    .blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1; }
      .blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--color-blue5); }
  .blog-page.style-5 .blog-details-slider .swiper-button-next, .blog-page.style-5 .blog-details-slider .swiper-button-prev {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 15px;
    width: 50px;
    height: 50px; }
  .blog-page.style-5 .blog-details-slider .swiper-button-next::after, .blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .blog-page.style-5 .blog-details-slider .swiper-button-next, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev {
    right: -35px; }
  .blog-page.style-5 .blog-details-slider .swiper-button-next::after, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
    font-size: 14px;
    margin-right: 20px;
    margin-top: 23px; }
  .blog-page.style-5 .blog-details-slider .swiper-button-prev, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next {
    left: -35px; }
  .blog-page.style-5 .blog-details-slider .swiper-button-prev::after, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
    font-size: 14px;
    margin-left: 25px;
    margin-bottom: 22px; }

.blog-page.style-5 .popular-posts .post-sc-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px; }

.blog-page.style-5 .popular-posts .card {
  padding: 0 15px; }
  .blog-page.style-5 .popular-posts .card .img {
    height: 200px;
    overflow: hidden; }
    .blog-page.style-5 .popular-posts .card .img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .blog-page.style-5 .popular-posts .card .title a:hover {
    color: var(--color-blue5); }
  .blog-page.style-5 .popular-posts .card a:hover {
    color: var(--color-blue5); }

.blog-page.style-5 .all-news .card .img {
  height: 200px; }

.blog-page.style-5 .all-news .card .card-body .card-title {
  min-height: unset;
  max-width: unset; }

.blog-page.style-5 .all-news .card .card-body {
  position: relative;
  padding-bottom: 40px !important;
  height: 100%; }
  .blog-page.style-5 .all-news .card .card-body .auther-comments {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; }

.blog-page.style-5 .all-news .card a:hover {
  color: var(--color-blue5); }

.blog-page.style-5 .side-blog {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }
  .blog-page.style-5 .side-blog .title {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 2px; }
  .blog-page.style-5 .side-blog .search-form .form-group .form-control {
    min-height: 50px;
    font-size: 12px;
    padding: 10px 50px 10px 20px; }
  .blog-page.style-5 .side-blog .search-form .form-group .search-btn {
    position: absolute;
    right: 10px;
    bottom: 12px; }
  .blog-page.style-5 .side-blog .side-recent-post .post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-page.style-5 .side-blog .side-recent-post .post-card .img {
      height: 60px;
      width: 30%;
      border-radius: 10px;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .blog-page.style-5 .side-blog .side-recent-post .post-card .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .blog-page.style-5 .side-blog .side-recent-post .post-card .inf h6 {
      color: #000;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 5px; }
    .blog-page.style-5 .side-blog .side-recent-post .post-card .inf p {
      font-size: 10px;
      color: #666; }
    .blog-page.style-5 .side-blog .side-recent-post .post-card:hover .inf h6 {
      color: var(--color-blue5); }
  .blog-page.style-5 .side-blog .side-categories .cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #9995; }
    .blog-page.style-5 .side-blog .side-categories .cat-item:hover {
      color: var(--color-blue5);
      font-weight: bold; }
  .blog-page.style-5 .side-blog .side-newsletter {
    background-color: #eaeef2;
    padding: 50px 30px;
    border-radius: 20px; }
    .blog-page.style-5 .side-blog .side-newsletter .text {
      font-size: 11px;
      color: #666;
      line-height: 1.5; }
  .blog-page.style-5 .side-blog .side-share .social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    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;
    background-color: #f3f7fe;
    color: #666;
    font-size: 12px;
    margin: 0 3px; }
    .blog-page.style-5 .side-blog .side-share .social-icon:hover {
      background-color: var(--color-blue5);
      color: #fff; }
  .blog-page.style-5 .side-blog .side-insta .insta-img {
    height: 80px;
    width: 31%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px; }
    .blog-page.style-5 .side-blog .side-insta .insta-img::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #000;
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .blog-page.style-5 .side-blog .side-insta .insta-img .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 3;
      color: #fff;
      margin-top: 15px;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .blog-page.style-5 .side-blog .side-insta .insta-img:hover::after {
      opacity: 0.3; }
    .blog-page.style-5 .side-blog .side-insta .insta-img:hover .icon {
      opacity: 1;
      margin: 0; }

.blog-page.style-5 .blog-content-info .info-imgs .img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px; }

.blog-page.style-5 .blog-content-info .twitter-info .twitter-card {
  padding: 5vw;
  border-top: 2px solid #000; }
  .blog-page.style-5 .blog-content-info .twitter-info .twitter-card .twitter-header .twitter-icon {
    font-size: 25px;
    color: #00ccff; }

.blog-page.style-5 .side-tags a {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #eef4f8;
  margin-bottom: 4px; }
  .blog-page.style-5 .side-tags a:hover {
    background-color: var(--color-blue5);
    color: #fff; }

.blog-page.style-5 .blog-share .share-icons a i {
  width: 25px;
  height: 25px;
  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;
  color: #fff;
  font-size: 12px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  border-radius: 50%; }
  .blog-page.style-5 .blog-share .share-icons a i.fa-facebook-f {
    background-color: #3b5999; }
  .blog-page.style-5 .blog-share .share-icons a i.fa-twitter {
    background-color: #55acee; }
  .blog-page.style-5 .blog-share .share-icons a i.fa-tumblr {
    background-color: #2b4b6a; }
  .blog-page.style-5 .blog-share .share-icons a i.fa-rss {
    background-color: #fb7000; }

.blog-page.style-5 .blog-comments .comment-card {
  background-color: #f4f8fc; }
  .blog-page.style-5 .blog-comments .comment-card .social-icons a {
    background-color: #dce1e5; }
    .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover {
      background-color: var(--color-blue5);
      color: #fff; }

.blog-page.style-5 .related-postes-slider .swiper-slide-prev {
  position: relative; }
  .blog-page.style-5 .related-postes-slider .swiper-slide-prev::after {
    position: absolute;
    content: "";
    right: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #9994; }

.blog-page.style-5 .related-postes-slider .swiper-slide-active::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9994; }

.blog-page.style-5 .related-postes-slider .swiper-button-next, .blog-page.style-5 .related-postes-slider .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff; }
  .blog-page.style-5 .related-postes-slider .swiper-button-next:hover, .blog-page.style-5 .related-postes-slider .swiper-button-prev:hover {
    background-color: var(--color-blue5);
    color: #fff; }

.blog-page.style-5 .related-postes-slider .swiper-button-next, .blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: -60px; }

.blog-page.style-5 .related-postes-slider .swiper-button-prev, .blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 50px;
  top: -60px; }

.blog-page.style-5 .related-postes-slider .swiper-button-next::after, .blog-page.style-5 .related-postes-slider .swiper-button-prev::after {
  font-size: 13px; }

.blog-page.style-5.color-4 .side-tags a:hover,
.blog-page.style-5.color-4 .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover,
.blog-page.style-5.color-4 .side-blog .side-share .social-icon:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-prev:hover,
.blog-page.style-5.color-4 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue4); }

.blog-page.style-5.color-4 .side-blog .side-recent-post .post-card:hover .inf h6,
.blog-page.style-5.color-4 .side-blog .side-categories .cat-item:hover,
.blog-page.style-5.color-4 .popular-posts .card a:hover,
.blog-page.style-5.color-4 .blog-details-slider .content-card a:hover {
  color: var(--color-blue4); }

.blog-page.style-5.color-4 .bg-main {
  background-color: var(--color-blue4) !important; }

/* ===============================================================
			[ * 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; }

/* ===============================================================
			[ * faq page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.faq-page.style-5 .faq-tabs {
  margin-bottom: 80px; }
  .faq-page.style-5 .faq-tabs .nav {
    margin: 0 -15px; }
    .faq-page.style-5 .faq-tabs .nav .nav-item {
      width: 25%;
      padding: 0 15px; }
      .faq-page.style-5 .faq-tabs .nav .nav-item .nav-card {
        display: block;
        background-color: #fff;
        border: 1px solid #9992;
        border-radius: 10px;
        padding: 50px 15px;
        text-align: center;
        width: 100%;
        -webkit-box-shadow: 0px 16px 32px 0px #0000000a;
        box-shadow: 0px 16px 32px 0px #0000000a; }
        .faq-page.style-5 .faq-tabs .nav .nav-item .nav-card .icon {
          width: 60px;
          height: 60px;
          margin: 0 auto 30px; }
        .faq-page.style-5 .faq-tabs .nav .nav-item .nav-card h5 {
          font-size: 18px;
          text-transform: capitalize; }
        .faq-page.style-5 .faq-tabs .nav .nav-item .nav-card p {
          color: #999; }
        .faq-page.style-5 .faq-tabs .nav .nav-item .nav-card.active {
          border-color: var(--color-blue5);
          -webkit-box-shadow: none;
          box-shadow: none; }

.faq-page.style-5 .faq-body .faq-category {
  padding: 50px;
  background-color: var(--color-blue5);
  border-radius: 5px;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100px; }
  .faq-page.style-5 .faq-body .faq-category h5 {
    margin-bottom: 20px; }
  .faq-page.style-5 .faq-body .faq-category li {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize; }
    .faq-page.style-5 .faq-body .faq-category li a {
      position: relative;
      font-weight: 500;
      color: #fff; }
      .faq-page.style-5 .faq-body .faq-category li a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        height: 1px;
        width: 0;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .faq-page.style-5 .faq-body .faq-category li a:hover, .faq-page.style-5 .faq-body .faq-category li a.active {
        color: #fff;
        padding-left: 35px; }
        .faq-page.style-5 .faq-body .faq-category li a:hover::before, .faq-page.style-5 .faq-body .faq-category li a.active::before {
          width: 20px;
          opacity: 1; }
    .faq-page.style-5 .faq-body .faq-category li span {
      font-weight: 300;
      opacity: 0.5; }

.faq-page.style-5 .faq-body .faq-questions .sec-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px; }
  .faq-page.style-5 .faq-body .faq-questions .sec-title span {
    color: #999; }

.faq-page.style-5 .faq-body .faq-questions .accordion {
  padding-top: 80px; }

.faq-page.style-5 .faq-body .faq-questions .accordion-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px; }
  .faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button {
    background-color: #f4f6f9;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 20px; }
  .faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--color-blue5);
    color: #fff; }
    .faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button:not(.collapsed)::after {
      content: "\f068"; }
  .faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-body {
    font-size: 16px;
    color: #666;
    font-weight: 500; }
  .faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button::after {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 pro";
    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;
    font-size: 12px; }

/* ===============================================================
			[ * careers page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.careers-page.style-5 .careers-features .careers-feat-card {
  padding: 40px 30px;
  border: 1px solid #9992;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px; }
  .careers-page.style-5 .careers-features .careers-feat-card:hover {
    -webkit-box-shadow: 0px 16px 32px 0px #0000000f;
    box-shadow: 0px 16px 32px 0px #0000000f; }
  .careers-page.style-5 .careers-features .careers-feat-card .icon {
    margin-bottom: 30px; }
    .careers-page.style-5 .careers-features .careers-feat-card .icon img {
      width: 80px;
      height: 80px;
      -o-object-fit: contain;
      object-fit: contain; }
  .careers-page.style-5 .careers-features .careers-feat-card .info h4 {
    font-size: 20px;
    margin-bottom: 10px; }
  .careers-page.style-5 .careers-features .careers-feat-card .info p {
    color: #777; }

.careers-page.style-5 .careers-images .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative; }

.careers-page.style-5 .careers-positions .position-card {
  padding: 30px;
  border: 1px solid #9993;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  position: relative; }
  .careers-page.style-5 .careers-positions .position-card h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px; }
  .careers-page.style-5 .careers-positions .position-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px; }
  .careers-page.style-5 .careers-positions .position-card .time {
    font-size: 16px;
    color: #000; }
  .careers-page.style-5 .careers-positions .position-card .trend-mark {
    position: absolute;
    width: 36px;
    height: 60px;
    line-height: 50px;
    top: 0;
    right: 30px;
    background-color: var(--color-blue5);
    color: #fff;
    text-align: center; }
    .careers-page.style-5 .careers-positions .position-card .trend-mark::after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      width: 36px;
      height: 36px;
      border-top: 18px solid transparent;
      border-right: 18px solid transparent;
      border-left: 18px solid transparent;
      border-bottom: 18px solid #fff; }

.careers-page.style-5 .career-form {
  position: relative;
  background-color: var(--color-blue5);
  color: #fff; }
  .careers-page.style-5 .career-form .container {
    position: relative;
    z-index: 10; }
  .careers-page.style-5 .career-form .map_img {
    position: absolute;
    left: 0;
    top: 70px;
    pointer-events: none;
    opacity: 0.3;
    width: 50%; }
  .careers-page.style-5 .career-form h2 {
    margin-bottom: 10px;
    font-size: 44px; }
  .careers-page.style-5 .career-form p {
    font-size: 16px; }
  .careers-page.style-5 .career-form .mum-card {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #fff2; }
    .careers-page.style-5 .career-form .mum-card h3 {
      font-size: 50px; }
    .careers-page.style-5 .career-form .mum-card small {
      font-size: 14px;
      color: #9dc7f9; }
  .careers-page.style-5 .career-form .form .form-group {
    position: relative; }
    .careers-page.style-5 .career-form .form .form-group .icon {
      position: absolute;
      top: 15px;
      left: 15px;
      color: #fff; }
    .careers-page.style-5 .career-form .form .form-group .form-control {
      background-color: #fff1;
      border-radius: 5px;
      min-height: 50px;
      border: 0;
      font-weight: 300;
      color: #fff;
      padding-left: 40px; }
      .careers-page.style-5 .career-form .form .form-group .form-control::-webkit-input-placeholder {
        color: #9ecbff;
        font-weight: 300; }
      .careers-page.style-5 .career-form .form .form-group .form-control:-ms-input-placeholder {
        color: #9ecbff;
        font-weight: 300; }
      .careers-page.style-5 .career-form .form .form-group .form-control::-ms-input-placeholder {
        color: #9ecbff;
        font-weight: 300; }
      .careers-page.style-5 .career-form .form .form-group .form-control::placeholder {
        color: #9ecbff;
        font-weight: 300; }
      .careers-page.style-5 .career-form .form .form-group .form-control:focus {
        border: 1px solid #fff;
        background-color: transparent; }
    .careers-page.style-5 .career-form .form .form-group textarea.form-control {
      padding-top: 10px; }
    .careers-page.style-5 .career-form .form .form-group.upload-card {
      text-align: center; }
      .careers-page.style-5 .career-form .form .form-group.upload-card .form-control {
        position: relative;
        color: #fff3;
        background-color: #0002;
        padding: 12px; }
      .careers-page.style-5 .career-form .form .form-group.upload-card .upload_input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 5; }
  .careers-page.style-5 .career-form .form .btn span {
    font-size: 16px; }

/* ===============================================================
			[ * careers details page Style ] 
================================================================*/
/* --------------- career-details-page style-5 --------------- */
.career-details-page.style-5 {
  color: #000; }
  .career-details-page.style-5 p {
    font-size: 16px;
    color: #666; }
  .career-details-page.style-5 a {
    font-size: 16px; }
  .career-details-page.style-5 h6 {
    font-size: 20px;
    font-weight: bold; }
  .career-details-page.style-5 .jop-details .jop-info .tags a {
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 30px;
    background-color: #edf5ff;
    color: var(--color-blue5); }
  .career-details-page.style-5 .summary-card {
    border: 1px solid #9993;
    border-radius: 5px;
    padding: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px; }
    .career-details-page.style-5 .summary-card li {
      font-size: 14px;
      color: #999;
      margin: 15px 0; }
      .career-details-page.style-5 .summary-card li span {
        color: #000; }
  .career-details-page.style-5 .careers-positions .position-card {
    padding: 30px;
    border: 1px solid #9993;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    position: relative; }
    .career-details-page.style-5 .careers-positions .position-card h5 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 15px; }
    .career-details-page.style-5 .careers-positions .position-card p {
      font-size: 16px;
      color: #666;
      margin-bottom: 50px; }
    .career-details-page.style-5 .careers-positions .position-card .time {
      font-size: 16px;
      color: #000; }
    .career-details-page.style-5 .careers-positions .position-card .trend-mark {
      position: absolute;
      width: 36px;
      height: 60px;
      line-height: 50px;
      top: 0;
      right: 30px;
      background-color: var(--color-blue5);
      color: #fff;
      text-align: center; }
      .career-details-page.style-5 .careers-positions .position-card .trend-mark::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        width: 36px;
        height: 36px;
        border-top: 18px solid transparent;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        border-bottom: 18px solid #fff; }
  .career-details-page.style-5 .careers-positions-slider5 {
    position: relative; }
    .career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
    .career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev {
      width: 55px;
      height: 55px;
      top: 0;
      border: 1px solid #9993;
      top: -100px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .career-details-page.style-5 .careers-positions-slider5 .swiper-button-next:hover,
      .career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev:hover {
        border: 1px solid var(--color-blue5);
        background: var(--color-blue5); }
    .career-details-page.style-5 .careers-positions-slider5 .swiper-button-next, .career-details-page.style-5 .careers-positions-slider5 .swiper-container-rtl .swiper-button-prev {
      right: 0; }
    .career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev, .career-details-page.style-5 .careers-positions-slider5 .swiper-container-rtl .swiper-button-next {
      right: 75px;
      left: auto; }
  .career-details-page.style-5 .career-form {
    position: relative;
    background-color: var(--color-blue5);
    color: #fff; }
    .career-details-page.style-5 .career-form p {
      color: #fff; }
    .career-details-page.style-5 .career-form .container {
      position: relative;
      z-index: 10; }
    .career-details-page.style-5 .career-form .map_img {
      position: absolute;
      left: 0;
      top: 70px;
      pointer-events: none;
      opacity: 0.3;
      width: 50%; }
    .career-details-page.style-5 .career-form h2 {
      margin-bottom: 10px;
      font-size: 44px; }
    .career-details-page.style-5 .career-form p {
      font-size: 16px; }
    .career-details-page.style-5 .career-form .mum-card {
      padding: 20px 0;
      margin-top: 20px;
      border-top: 1px solid #fff2; }
      .career-details-page.style-5 .career-form .mum-card h3 {
        font-size: 50px; }
      .career-details-page.style-5 .career-form .mum-card small {
        font-size: 14px;
        color: #9dc7f9; }
    .career-details-page.style-5 .career-form .form .form-group {
      position: relative; }
      .career-details-page.style-5 .career-form .form .form-group .icon {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff; }
      .career-details-page.style-5 .career-form .form .form-group .form-control {
        background-color: #fff1;
        border-radius: 5px;
        min-height: 50px;
        border: 0;
        font-weight: 300;
        color: #fff;
        padding-left: 40px; }
        .career-details-page.style-5 .career-form .form .form-group .form-control::-webkit-input-placeholder {
          color: #9ecbff;
          font-weight: 300; }
        .career-details-page.style-5 .career-form .form .form-group .form-control:-ms-input-placeholder {
          color: #9ecbff;
          font-weight: 300; }
        .career-details-page.style-5 .career-form .form .form-group .form-control::-ms-input-placeholder {
          color: #9ecbff;
          font-weight: 300; }
        .career-details-page.style-5 .career-form .form .form-group .form-control::placeholder {
          color: #9ecbff;
          font-weight: 300; }
        .career-details-page.style-5 .career-form .form .form-group .form-control:focus {
          border: 1px solid #fff;
          background-color: transparent; }
      .career-details-page.style-5 .career-form .form .form-group textarea.form-control {
        padding-top: 10px; }
      .career-details-page.style-5 .career-form .form .form-group.upload-card {
        text-align: center; }
        .career-details-page.style-5 .career-form .form .form-group.upload-card .form-control {
          position: relative;
          color: #fff3;
          background-color: #0002;
          padding: 12px; }
        .career-details-page.style-5 .career-form .form .form-group.upload-card .upload_input {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 5; }
    .career-details-page.style-5 .career-form .form .btn span {
      font-size: 16px; }

/* ===============================================================
			[ * about 2 page Style ] 
================================================================*/
/* --------------- about2 page style-5 --------------- */
.about-page.style-2 {
  color: #000; }
  .about-page.style-2 .about.style-2 {
    position: relative; }
    .about-page.style-2 .about.style-2 .img {
      height: 530px;
      border-radius: 10px;
      overflow: hidden; }
    .about-page.style-2 .about.style-2 .info .text {
      color: #666;
      font-size: 16px; }
    .about-page.style-2 .about.style-2 .info .nav {
      padding: 15px;
      border-radius: 30px;
      border: 1px solid #9993;
      -webkit-box-shadow: 0 0 20px #0001;
      box-shadow: 0 0 20px #0001;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: 40px 0 30px; }
      .about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link {
        position: relative;
        color: #000;
        border-radius: 0;
        background: transparent;
        padding: 0;
        padding-left: 20px;
        font-weight: bold; }
        .about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link::before {
          position: absolute;
          content: "";
          left: 0;
          top: 7px;
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background-color: #9999; }
        .about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link.active {
          color: var(--color-blue5); }
    .about-page.style-2 .about.style-2 .pattern_l {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: left center;
      object-position: left center; }
    .about-page.style-2 .about.style-2 .pattern_r {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: right center;
      object-position: right center; }
  .about-page.style-2 .timeline {
    position: relative; }
    .about-page.style-2 .timeline .card-year h3 {
      color: var(--color-blue5);
      font-size: 44px; }
    .about-page.style-2 .timeline .timeline-content {
      position: relative; }
      .about-page.style-2 .timeline .timeline-content::after {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #d2e7ff; }
      .about-page.style-2 .timeline .timeline-content .timeline-card {
        position: relative;
        padding: 30px 0; }
        .about-page.style-2 .timeline .timeline-content .timeline-card::after {
          position: absolute;
          content: "";
          left: calc(50% - 14px);
          top: calc(50% - 1px);
          width: 28px;
          height: 2px;
          background-color: var(--color-blue5);
          z-index: 2; }
        .about-page.style-2 .timeline .timeline-content .timeline-card:first-of-type {
          padding-top: 0; }
        .about-page.style-2 .timeline .timeline-content .timeline-card:last-of-type {
          padding-bottom: 0; }
        .about-page.style-2 .timeline .timeline-content .timeline-card .line {
          position: absolute;
          content: "";
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 0;
          width: 1px;
          height: 100%;
          background-color: var(--color-blue5);
          z-index: 6;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          -webkit-transition: all 1s ease-in-out;
          -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out; }
          .about-page.style-2 .timeline .timeline-content .timeline-card .line.animated {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
      .about-page.style-2 .timeline .timeline-content .card-info {
        position: relative;
        padding: 30px;
        border-radius: 5px;
        background-color: #fff; }
        .about-page.style-2 .timeline .timeline-content .card-info h6 {
          font-weight: bold;
          font-size: 22px;
          margin-bottom: 10px;
          position: relative;
          z-index: 5;
          text-transform: capitalize; }
        .about-page.style-2 .timeline .timeline-content .card-info p {
          color: #666;
          position: relative;
          z-index: 5; }
        .about-page.style-2 .timeline .timeline-content .card-info .num {
          font-size: 100px;
          font-weight: 600;
          line-height: 1;
          position: absolute;
          top: 10px;
          right: 10px;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: -webkit-linear-gradient(30deg, transparent 0%, #f6f6f6 100%);
          background-image: -o-linear-gradient(30deg, transparent 0%, #f6f6f6 100%);
          background-image: linear-gradient(60deg, transparent 0%, #f6f6f6 100%);
          pointer-events: none; }
  .about-page.style-2 .clients-imgs .clients-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .about-page.style-2 .clients-imgs .clients-content .client-logo {
      width: 180px;
      height: 85px;
      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;
      background-color: #fff;
      -webkit-box-shadow: 0px 16px 32px 0px #0000000f;
      box-shadow: 0px 16px 32px 0px #0000000f;
      border-radius: 5px;
      padding: 25px;
      margin: 15px; }
  .about-page.style-2 .clients-imgs .about2-imgs-slider .img {
    display: block;
    height: 480px;
    border-radius: 10px;
    overflow: hidden; }
  .about-page.style-2 .clients-imgs .about2-imgs-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative; }

/* ===============================================================
			[ * services details page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.services-details-page.style-5 .ser-details p {
  color: #666;
  font-size: 16px; }

.services-details-page.style-5 .ser-details .main-info .main-img {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px; }

.services-details-page.style-5 .ser-details .main-info .testi-card {
  text-align: center;
  padding: 4vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px #0000000a;
  box-shadow: 0px 16px 32px 0px #0000000a;
  border: 1px solid #9993;
  border-radius: 5px; }
  .services-details-page.style-5 .ser-details .main-info .testi-card .text {
    font-size: 20px;
    margin: 30px auto 40px; }
  .services-details-page.style-5 .ser-details .main-info .testi-card .author {
    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; }
    .services-details-page.style-5 .ser-details .main-info .testi-card .author .inf p {
      color: var(--color-blue5); }
    .services-details-page.style-5 .ser-details .main-info .testi-card .author .inf h6 {
      font-size: 18px;
      font-weight: bold; }

.services-details-page.style-5 .side-links {
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }
  .services-details-page.style-5 .side-links .links-card {
    padding: 30px;
    border: 1px solid #9993;
    border-radius: 5px; }
    .services-details-page.style-5 .side-links .links-card h5 {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 15px;
      margin-bottom: 30px;
      border-bottom: 1px solid #9993; }
    .services-details-page.style-5 .side-links .links-card ul li {
      margin: 15px 0; }
      .services-details-page.style-5 .side-links .links-card ul li a .icon {
        color: var(--color-blue5);
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .services-details-page.style-5 .side-links .links-card ul li a:hover .icon {
        margin-right: 20px; }
  .services-details-page.style-5 .side-links .banner1 {
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    background-image: url(../img/banner_back1.png);
    background-size: cover;
    position: relative; }
    .services-details-page.style-5 .side-links .banner1 .title {
      margin-bottom: 300px; }
      .services-details-page.style-5 .side-links .banner1 .title h6 {
        font-weight: 500;
        color: var(--color-blue5);
        margin-bottom: 10px; }
      .services-details-page.style-5 .side-links .banner1 .title h3 {
        font-size: 24px; }
    .services-details-page.style-5 .side-links .banner1 .mob {
      position: absolute;
      left: 0;
      bottom: 15px;
      height: 350px; }

.services-details-page.style-5 .contact.style-5 {
  position: relative; }
  .services-details-page.style-5 .contact.style-5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-color: #f6f8fb; }
  .services-details-page.style-5 .contact.style-5 .contact-form {
    position: relative;
    z-index: 10;
    padding: 5vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px #0001;
    box-shadow: 0 0 40px #0001;
    border-radius: 5px; }
    .services-details-page.style-5 .contact.style-5 .contact-form .form-group {
      position: relative;
      margin-bottom: 30px; }
      .services-details-page.style-5 .contact.style-5 .contact-form .form-group .form-control {
        border: 0;
        border-radius: 5px;
        background-color: #f6f8fb;
        min-height: 50px;
        padding: 12px 15px 12px 40px; }
      .services-details-page.style-5 .contact.style-5 .contact-form .form-group .icon {
        position: absolute;
        top: 14px;
        left: 15px; }

/* ===============================================================
			[ * services details page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.comming-soon-page.style-5 {
  position: relative;
  color: #000; }
  .comming-soon-page.style-5 .comming-soon {
    background-image: url(../img/comming_back1.png);
    background-size: cover;
    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: 100vh;
    padding: 100px 0; }
    .comming-soon-page.style-5 .comming-soon .content {
      padding-top: 125px;
      text-align: center; }
      .comming-soon-page.style-5 .comming-soon .content .info h3 {
        font-size: 40px;
        margin-bottom: 30px; }
      .comming-soon-page.style-5 .comming-soon .content .info p {
        font-size: 16px;
        color: #666; }
      .comming-soon-page.style-5 .comming-soon .content .info .subscribe-form {
        margin-top: 50px; }
        .comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 30px;
          border: 1px solid #9993;
          background-color: #fff;
          -webkit-box-shadow: 0 0 30px #0001;
          box-shadow: 0 0 30px #0001; }
          .comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group .icon {
            padding: 0 10px 0 30px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
          .comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group .form-control {
            border: 0; }
      .comming-soon-page.style-5 .comming-soon .content .info .timing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 70px; }
        .comming-soon-page.style-5 .comming-soon .content .info .timing .item {
          padding: 20px 0;
          margin: 10px;
          width: 100%;
          background-color: #fff;
          border-radius: 5px;
          border-bottom: 3px solid var(--color-blue5); }
          .comming-soon-page.style-5 .comming-soon .content .info .timing .item h2 {
            font-size: calc(2vw + 20px); }
          .comming-soon-page.style-5 .comming-soon .content .info .timing .item small {
            font-size: 13px;
            color: #999;
            text-transform: capitalize; }
  .comming-soon-page.style-5 .comming_man_shape {
    position: absolute;
    left: 5%;
    top: calc(50% - 250px);
    width: 20%;
    height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }
  .comming-soon-page.style-5 .comming_chat_shape {
    position: absolute;
    right: 10%;
    top: calc(40% - 50px);
    width: 15%;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s; }
  .comming-soon-page.style-5 .comming_light_shape {
    position: absolute;
    right: 30%;
    bottom: 50px;
    width: 5%;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }

/* ===============================================================
			[ * 404 page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.erorr-404-page.style-5 {
  position: relative;
  color: #000; }
  .erorr-404-page.style-5 .erorr-page {
    background-image: url(../img/comming_back1.png);
    background-size: cover;
    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: 100vh;
    padding: 100px 0; }
    .erorr-404-page.style-5 .erorr-page .content {
      padding-top: 125px; }
      .erorr-404-page.style-5 .erorr-page .content .info .icon {
        width: 100px;
        margin-bottom: 30px; }
      .erorr-404-page.style-5 .erorr-page .content .img img {
        height: 550px; }

/* ===============================================================
			[ * 404 page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.signin-page.style-5 .signin {
  position: relative;
  color: #000;
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  background-attachment: fixed;
  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: 100vh;
  padding: 100px 0; }
  .signin-page.style-5 .signin .form-content {
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 60px 0px #0000000f;
    box-shadow: 0px 30px 60px 0px #0000000f;
    border-radius: 10px; }
    .signin-page.style-5 .signin .form-content .info {
      padding: 50px;
      text-align: center; }
      .signin-page.style-5 .signin .form-content .info .logo {
        display: block;
        padding-bottom: 40px;
        border-bottom: 1px solid #9993;
        margin-bottom: 40px; }
        .signin-page.style-5 .signin .form-content .info .logo img {
          width: 200px; }
      .signin-page.style-5 .signin .form-content .info .or-line {
        position: relative;
        text-align: center;
        margin: 25px 0; }
        .signin-page.style-5 .signin .form-content .info .or-line::after {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          width: 100%;
          height: 1px;
          background-color: #9995; }
        .signin-page.style-5 .signin .form-content .info .or-line span {
          position: relative;
          width: 40px;
          height: 40px;
          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%;
          border: 1px solid #9995;
          background-color: #fff;
          z-index: 10; }
      .signin-page.style-5 .signin .form-content .info .group-icon {
        position: relative;
        font-size: 13px; }
        .signin-page.style-5 .signin .form-content .info .group-icon .form-control {
          padding: 18px 15px 18px 40px;
          font-size: 13px; }
        .signin-page.style-5 .signin .form-content .info .group-icon .icon {
          position: absolute;
          left: 15px;
          top: 20px; }
  .signin-page.style-5 .signin .sign-imgs-slider {
    position: relative;
    background-color: #b6c7e1;
    height: 100%; }
    .signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination {
      position: absolute;
      top: 35px; }
      .signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        width: 40px;
        height: 4px;
        border-radius: 0;
        background: #fff; }
        .signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          border-radius: 0;
          color: #fff; }
    .signin-page.style-5 .signin .sign-imgs-slider .slide-card {
      text-align: center;
      padding-top: 80px; }
      .signin-page.style-5 .signin .sign-imgs-slider .slide-card h3 {
        font-size: 36px;
        margin-bottom: 50px;
        color: #fff; }
      .signin-page.style-5 .signin .sign-imgs-slider .slide-card .img {
        padding: 0 50px; }
        .signin-page.style-5 .signin .sign-imgs-slider .slide-card .img img {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: bottom;
          object-position: bottom; }

@media screen and (max-width: 991px) {
  .signin-page.style-5 .signin .form-content .info {
    padding: 30px 20px; }
    .signin-page.style-5 .signin .form-content .info .butn {
      width: 100%; } 
.navbar.style-4 .navbar-collapse{
  margin-top: 0px!important;
  order: 1;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link{
  font-size: 14px!important;
}

.navbar.style-4 .navbar-brand, .navbar-light .navbar-toggler{
  margin-bottom: 20px;
}

.navbar.style-4{
  padding-bottom: 0px!important;
}
    }

/* ===============================================================
			[ * responsive style ] 
================================================================*/
/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 1100px) {
  .screenshots.style-4 .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; }
  .top-navbar.style-1 .top-links {
    display: none; }
  .top-navbar.style-1 .r-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0; }
  .navbar.style-1 {
    border-bottom: 1px solid #9993; }
    .navbar.style-1 .nav-side {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .navbar.style-1 .nav-side .hotline {
        width: 100%;
        margin-bottom: 10px;
        border: 0; }
  .portfolio.style-1 .portfolio-slider .swiper-button-next,
  .portfolio.style-1 .portfolio-slider .swiper-button-prev {
    display: none; }
  header.style-1 .info {
    margin-bottom: 30px; }
    header.style-1 .info .text {
      width: 100%; }
  .about.style-1 .content {
    padding: 30px; }
    .about.style-1 .content .num-item {
      padding: 15px;
      border: 1px solid #fff5;
      margin: 5px 0; }
  .testimonials.style-1 .content .vid_img {
    min-height: auto; }
  .testimonials.style-1 .content .info {
    padding: 0; }
    .testimonials.style-1 .content .info::after {
      display: none; }
  .choose_us.style-1 .choose-us-img,
  .choose_us.style-1 .animated_logos,
  .choose_us.style-1 .choose-us-brands,
  .choose_us.style-1 .choose-us-bubbles {
    display: none; }
  .choose_us.style-1 .info .btn {
    margin-top: 30px; }
  .team.style-1 .content .team_box {
    width: 100%; }
  .blog.style-1 .blog_slider .swiper-button-next,
  .blog.style-1 .blog_slider .swiper-button-prev {
    position: static;
    margin-top: 40px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .contact.style-1 .content .contact_info ul {
    margin: 15px 0; }
  .contact.style-1 .content .contact_form {
    margin-top: 30px; }
  footer.style-1 .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar.style-2 {
    padding: 25px 0 !important;
    position: relative !important;
    background: var(--color-main-grad); }
    .navbar.style-2 .navbar-collapse {
      margin-top: 30px; }
    .navbar.style-2 .container {
      border: 0; }
    .navbar.style-2 .qoute-nav .btn {
      margin-left: auto;
      margin-right: 0; }
  header.style-2 br {
    display: none; }
  .section-head h2 {
    letter-spacing: 3px;
    margin-bottom: 30px; }
  .choose_us.style-2 {
    overflow: hidden; }
    .choose_us.style-2 .choose-numbers {
      margin-top: 50px; }
      .choose_us.style-2 .choose-numbers .num-item {
        width: 100%;
        border: 1px solid #fff3;
        margin: 5px 0;
        padding: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .choose_us.style-2 .choose-numbers .num-item br {
          display: none; }
        .choose_us.style-2 .choose-numbers .num-item .num {
          width: 100%;
          text-align: initial; }
  .reviews_card.style-2 br {
    display: none; }
  .pricing.style-2 {
    overflow: hidden; }
    .pricing.style-2 .pricing_card.style-2 {
      border: 1px solid var(--color-lightBlue) !important;
      margin: 10px 0 !important;
      border-radius: 0 !important; }
    .pricing.style-2 .mt-50 {
      margin-top: 30px; }
  .services_projects .service-box {
    border: 0 !important; }
  .blog.style-2 {
    overflow: hidden; }
    .blog.style-2 .card {
      padding: 10px;
      border: 1px solid #fff3 !important; }
      .blog.style-2 .card h4 {
        font-size: 1rem !important; }
    .blog.style-2 .mt-80 {
      margin-top: 40px; }
  .contact.style-2 {
    padding-bottom: 150px; }
    .contact.style-2 h2 {
      letter-spacing: 1px; }
    .contact.style-2 .global_2 {
      bottom: -120px; }
    .contact.style-2 .mb-70 {
      margin-bottom: 30px; }
    .contact.style-2 .mb-50 {
      margin-bottom: 20px; }
  footer.style-2 .foot_links {
    text-align: initial !important;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer.style-2 .foot_links a {
      width: 50%;
      margin: 10px 0 !important; }
  footer.style-2 .text-end,
  footer.style-2 .text-center {
    text-align: initial !important; }
  .navbar.style-3 {
    position: relative !important;
    background-color: var(--color-blue2);
    padding: 20px 0; }
    .navbar.style-3 .navbar-collapse {
      margin-top: 15px; }
  header.style-3 {
    padding: 0 0 30px; }
    header.style-3 .main-img {
      display: none; }
    header.style-3 .content .info .h1 {
      font-size: 28px; }
      header.style-3 .content .info .h1 span:before {
        width: 100px;
        background-size: 100px; }
    header.style-3 .content .info .h5 {
      margin-top: 40px; }
  .style-3 .testi_lines {
    width: calc(100% - 30px) !important; }
  .about.style-3 .img-left {
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 50px 0; }
    .about.style-3 .img-left .info-circle {
      width: 150px;
      height: 150px;
      outline: 7px solid #fff; }
      .about.style-3 .img-left .info-circle h2 {
        font-size: 35px; }
      .about.style-3 .img-left .info-circle small {
        font-size: 10px;
        text-transform: uppercase; }
      .about.style-3 .img-left .info-circle:nth-of-type(2) {
        width: 120px;
        height: 120px; }
        .about.style-3 .img-left .info-circle:nth-of-type(2) h2 {
          font-size: 30px; }
      .about.style-3 .img-left .info-circle:nth-of-type(3) {
        width: 100px;
        height: 100px; }
        .about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
          font-size: 25px; }
      .about.style-3 .img-left .info-circle:nth-of-type(4) {
        width: 110px;
        height: 110px; }
        .about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
          font-size: 20px; }
  .about.style-3 .info .mb-70 {
    margin-bottom: 30px !important; }
  .about.style-3 .btm-content {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content; }
    .about.style-3 .btm-content .mt-60 {
      margin-top: 30px !important; }
  .about.style-3 .btm-content .img-right {
    display: none; }
  .about.style-3 .top-content {
    margin-bottom: 30px; }
  .pricing.style-3 .info {
    margin-bottom: 50px; }
  .pricing.style-3 .text.mb-30 {
    margin-bottom: 15px !important; }
  .pricing.style-3 .mt-60 {
    margin-top: 30px !important; }
  .section-head.style-3 h3 {
    font-size: 21px; }
  .blog.style-3 .card .img {
    height: 150px;
    margin-bottom: 5px; }
  .blog.style-3 .v_lines {
    display: none; }
  .blog.style-3 .client-logos {
    margin-top: 30px !important; }
    .blog.style-3 .client-logos .img {
      margin: 20px 0; }
  .chat-banner.style-3 .bttns {
    margin-top: 60px;
    text-align: start !important; }
  footer.style-3 .items {
    margin-bottom: 50px; }
    footer.style-3 .items .title {
      margin-bottom: 20px; }
  footer.style-3 .foot {
    margin-top: 0; }
    footer.style-3 .foot .logo {
      margin-bottom: 20px; }
  .fs-10px {
    font-size: 8px !important; }
  .navbar.style-4 .navbar-nav .nav-item .nav-link:before {
    display: none; }
  .navbar.style-4 {
    background-color: #f0eff5;
    padding: 20px 0; }
    .navbar.style-4 .navbar-collapse {
      margin-top: 30px; }
  .style-4 .mb-60 {
    margin-bottom: 30px !important; }
  .style-4 .mb-70 {
    margin-bottom: 40px !important; }
  .style-4 br {
    display: none; }
  header.style-4 {
    overflow: hidden; }
    header.style-4 .content .info {
      margin-bottom: 50px; }
      header.style-4 .content .info h1 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 15px !important; }
      header.style-4 .content .info .title_small {
        margin-bottom: 20px !important; }
      header.style-4 .content .info .mt-100 {
        margin-top: 50px !important; }
      header.style-4 .content .info .mt-50 {
        margin-top: 30px !important; }
      header.style-4 .content .info br {
        display: none; }
      header.style-4 .content .info .small, header.style-4 .content .info small,
      header.style-4 .content .info .btn {
        font-size: 10px; }
  .clients.style-4 .client-logos .img {
    margin: 20px 0;
    text-align: center; }
  .features.style-4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .features.style-4 .content .features-card {
      margin: 15px 0; }
  .about.style-4 .content {
    padding: 40px 0; }
  .testimonials.style-4 {
    overflow: hidden; }
    .testimonials.style-4 .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.style-4 .content .testi-cards .client_card .user_img {
        margin-bottom: 30px; }
      .testimonials.style-4 .content .testi-cards .client_card .inf_content {
        text-align: center; }
        .testimonials.style-4 .content .testi-cards .client_card .inf_content br {
          display: none; }
  .pricing.style-4 .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.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
  .faq.style-3.style-4 {
    overflow: hidden; }
    .faq.style-3.style-4 .col-lg-6:nth-of-type(1) .accordion-item.border-0 {
      border-bottom: 1px solid #9995 !important; }
  .community.style-4 .content,
  .community.style-5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px !important; }
    .community.style-4 .content .commun-card,
    .community.style-5 .content .commun-card {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      padding: 30px !important; }
  .section-head.style-4 h2 {
    font-size: 25px; }
  footer.style-4 {
    margin-top: 120px; }
    footer.style-4 .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      footer.style-4 .d-flex .btn {
        width: 100%;
        margin: 10px 0; }
        footer.style-4 .d-flex .btn.me-4 {
          margin-right: 0 !important; }
    footer.style-4 .foot .links {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px 0; }
      footer.style-4 .foot .links li {
        width: 50%;
        margin: 5px 0; }
        footer.style-4 .foot .links li a {
          margin-left: 0; }
    footer.style-4 .wave {
      left: 0;
      width: 100%; }
  .screenshots.style-4 .screenshots-slider {
    width: 100%;
    left: 0; }
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px; }
  footer.style-4 .foot .logo {
    width: 160px; }
  .navbar.style-5 {
    border-bottom: 1px solid #9999; }
  .navbar.style-5 .navbar-collapse {
    margin-top: 20px;
    padding: 15px 0;
    background: #fff9; }
  .navbar.style-5 .nav-item .nav-link {
    padding-left: 0; }
  .section-head.style-5 h2 {
    font-size: 30px; }
  .about.style-5 .content .img {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 50px; }
  .about.style-5 .content .img.main-img3 .img-body {
    max-height: 300px; }
  .download.style-5 .content h2 {
    font-size: 28px; }
  .download.style-5 .content h2 span {
    padding-bottom: 10px; }
  .download.style-5 .btn {
    margin: 10px 0; }
  .download.style-5 .btn.sm-butn span {
    font-size: 10px; }
  footer.style-5 .items {
    margin-bottom: 50px; }
    footer.style-5 .items .title {
      margin-bottom: 20px; }
  footer.style-5 .foot {
    margin-top: 0 !important; }
    footer.style-5 .foot .logo {
      margin-bottom: 20px; }
  .style-6 br {
    display: none; }
  .navbar.style-6 .container-fluid {
    padding: 0 20px; }
    .navbar.style-6 .container-fluid .navbar-collapse {
      margin-top: 20px; }
  header.style-6 .content {
    padding: 100px 0 20px; }
  header.style-6 .info h1,
  header.style-6 .info h1 span small {
    font-size: 30px;
    line-height: 1.5; }
  header.style-6 .info .text {
    margin-top: 20px; }
    header.style-6 .info .text br {
      display: none; }
  header.style-6 .info .form {
    border-radius: 15px; }
    header.style-6 .info .form .form-group {
      width: 100%;
      margin: 8px 0; }
    header.style-6 .info .form .btn {
      width: 100%;
      margin-top: 15px; }
  .navbar.style-6 .nav-item .nav-link:after {
    display: inline-block !important; }
  header.style-6 {
    padding: 0; }
    header.style-6 .content {
      border-radius: 0; }
  .section-head.style-6 h2,
  .section-head.style-6 h2 span small {
    font-size: 30px; }
  .about.style-6 {
    overflow: hidden; }
    .about.style-6 .info {
      margin-bottom: 30px; }
  .service-card.style-6 {
    margin: 15px; }
  .section-head.d-flex {
    display: block !important; }
  .projects.style-6 {
    overflow: hidden;
    padding: 0; }
    .projects.style-6 .content {
      border-radius: 0; }
      .projects.style-6 .content .project-card.style-6 {
        margin: 0; }
  .testimonials.style-6 {
    overflow: hidden; }
  .choose-us.style-6 {
    overflow: hidden; }
    .choose-us.style-6 .info {
      padding: 0 15px;
      margin-top: 30px; }
  .testimonials.style-6 .img {
    margin-top: 150px; }
  .clients.style-5 .content .img.img-card {
    width: 47%; }
  .number-card.style-6 {
    margin: 15px 0;
    border: 0 !important; }
  .team.style-6 {
    padding: 0; }
    .team.style-6 .content {
      border-radius: 0;
      padding: 70px 0; }
      .team.style-6 .content .text-end {
        text-align: left !important;
        margin-top: 10px; }
  .team-card.style-6 .img .social-icons a {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1; }
  .blog.style-6 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blog.style-6 .content .blog-card {
      width: 100% !important;
      margin-bottom: 30px; }
      .blog.style-6 .content .blog-card:last-of-type {
        margin: 0; }
      .blog.style-6 .content .blog-card::after, .blog.style-6 .content .blog-card::before {
        display: none; }
  footer.style-6 {
    padding-top: 40px; }
    footer.style-6 .items {
      margin-top: 30px; }
      footer.style-6 .items .title {
        margin-bottom: 15px; }
    footer.style-6 .foot {
      padding-top: 30px;
      line-height: 1.8; }
      footer.style-6 .foot .logo {
        margin-bottom: 20px; }
  .blog-page.style-1 .popular-posts .border-end {
    border: 0 !important; }
  .about-page header.style-5 .info h1 {
    font-size: 30px; }
  .about-page header.style-5 .main-vid {
    height: 350px; }
  .about-page .choose-us.style-6 .info {
    padding: 30px 15px; }
  .about-page .clients .section-head {
    padding: 0 15px; }
  .about-page .culture {
    padding: 70px 15px; }
  .contact.style-6 .content .contact_message {
    right: 0;
    top: 30px; }
  .contact-page.style-5 .contact .content .contact_message {
    right: 0;
    top: 30px; }
  .contact-page.style-5 .section-head {
    margin-bottom: 50px !important; }
  .contact-page.style-5 .mb-100 {
    margin-bottom: 70px !important; }
  .contact-page.style-5 .ltspc-20 {
    letter-spacing: 3px !important;
    margin-bottom: 30px !important; }
  .contact-page.style-5 h4 {
    font-size: 18px; }
  .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%; }
  .top-navbar.style-7 .top_info,
  .top-navbar.style-7 .side_links {
    font-size: 8px; }
  .top-navbar.style-7 .me-4 {
    margin-right: 5px !important; }
  .navbar.style-7 .navbar-nav,
  .navbar.style-9 .navbar-nav {
    padding: 20px 0 !important; }
    .navbar.style-7 .navbar-nav .nav-item .nav-link,
    .navbar.style-9 .navbar-nav .nav-item .nav-link {
      margin: 15px 0;
      border: 0; }
  header.style-7 .info h1 {
    font-size: 35px; }
  header.style-7 .img .rock7,
  .about.style-7 .img .circle {
    right: 0;
    width: 30%; }
  header.style-7 .sponsers br {
    display: none; }
  header.style-7 .sponsers .sponsers-content a {
    margin: 10px 10px 10px 0;
    width: 20%; }
  .services.style-7 .service-item-style7 {
    padding: 30px;
    background-color: #fff; }
  .projects.style-7 .content {
    padding: 0 15px; }
  .projects.style-7 .projects-slider7 .swiper-slide {
    margin-top: 50px; }
  .testimonials.style-7 .testi-card .text {
    font-size: 18px; }
  .testimonials.style-7 .get-qoute-banner {
    padding: 30px; }
    .testimonials.style-7 .get-qoute-banner .btns {
      margin-top: 20px; }
  .choose-us.style-7 .info {
    padding: 30px 0; }
  .section-head.style-4 h2 {
    font-size: 18px; }
  .chat-banner.style-7 .info h3 {
    font-size: 30px; }
  footer.style-7 {
    overflow: hidden; }
    footer.style-7 .links-side {
      padding: 30px 0; }
      footer.style-7 .links-side .links-group {
        margin-top: 30px; }
    footer.style-7 .foot p {
      font-size: 12px; }
  .features.style-7 {
    padding: 100px 15px; }
    .features.style-7 .features-card.style-7 {
      padding: 15px; }
      .features.style-7 .features-card.style-7 .icon img {
        width: 80px;
        height: 80px; }
      .features.style-7 .features-card.style-7 .info h5 {
        font-size: 18px; }
  header.style-8 .info h1 {
    font-size: 40px; }
  .services.style-8 h5 {
    font-size: 15px;
    margin-bottom: 10px; }
  .section-head.style-8 h3 {
    font-size: 30px; }
  .numbers.style-8 .content .plat-icons .icon {
    width: 50px !important;
    height: 50px !important;
    padding: 10px !important; }
  .projects.style-8 .section-head {
    position: relative;
    padding-bottom: 65px; }
  .projects.style-8 .section-head .swiper-button-next,
  .projects.style-8 .section-head .swiper-button-prev {
    bottom: 0;
    top: auto; }
  .projects.style-8 .section-head .swiper-button-prev,
  .projects.style-8 .section-head .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto; }
  .projects.style-8 .section-head .swiper-button-next,
  .projects.style-8 .section-head .swiper-container-rtl .swiper-button-prev {
    left: 75px;
    right: auto; }
  .projects.style-8 .info {
    padding: 30px 0 0 0; }
  .projects.style-8 .info .proj-det .item p {
    font-size: 11px; }
  .projects.style-8 .info .proj-det .item h6 {
    font-size: 14px; }
  .pricing.style-8 .pricing-tabsHead {
    margin-top: 80px; }
  .pricing.style-8 .pricing-body .pricing-card {
    border-radius: 10px; }
  .blog.style-8 .main-post {
    margin-bottom: 50px; }
  .blog.style-8 .side-posts .item .info h4.title {
    font-size: 18px; }
  footer.style-8 .content .logo-social .foot-logo img {
    margin-bottom: 30px; }
  header.style-9 {
    overflow: hidden; }
    header.style-9 .img {
      width: 100%;
      margin-top: 50px; }
    header.style-9 .info h1 {
      font-size: 30px; }
  .hosting-links a {
    margin: 10px 5px !important; }
  .chat-banner.style-9 .img_back {
    display: none; }
  .top-navbar.style-9 a {
    font-size: 12px; }
  .top-navbar.style-9 .side_links a {
    margin: 5px !important;
    font-size: 12px; }
  .top-navbar.style-9 .ps-4 {
    padding-left: 0.5rem !important; }
  .testimonials.style-9 {
    overflow: hidden; }
  .section-head.style-9 h2 {
    font-size: 30px; }
    .section-head.style-9 h2 br {
      display: none; }
  .domain-search.style-9 .domain-choose .butn {
    padding: 15px; }
  .about.style-9 .info {
    padding: 30px 0 0; }
  .services.style-9 .services-content .service-card {
    margin-top: 30px; }
  .services.style-9 .services-content::before {
    display: none; }
  .chat-banner.style-9 {
    padding: 100px 0; }
  .choose-us.style-9 .nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #9993; }
    .choose-us.style-9 .nav .nav-item .nav-link {
      width: 100%;
      text-align: start; }
  .testimonials.style-9 .testi-head h3 {
    margin-bottom: 20px;
    font-size: 25px; }
  .testimonials.style-9 .testi-card {
    margin-bottom: 50px;
    border: 1px solid #9993;
    border-radius: 10px;
    padding: 30px; }
  .testimonials.style-9 .testi-card .text {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 30px; }
  .clients.style-9 .logos-content .logos a {
    width: 180px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    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; }
  footer .foot {
    margin-top: 40px !important; }
    footer .foot .info {
      padding: 30px 0 !important; }
  footer.style-9 .foot-title {
    margin-bottom: 20px;
    margin-top: 40px; }
  .inner-header.style-5 .content {
    padding-right: 50px; }
    .inner-header.style-5 .content h2 {
      font-size: 30px; }
  .faq-page.style-5 .faq-tabs .nav .nav-item {
    width: 50%;
    margin-top: 30px; }
  .inner-header.style-5 .content .side-img {
    top: 40%;
    height: 20%; }
  .careers-page.style-5 .career-form .mum-card h3,
  .career-details-page.style-5 .career-form .mum-card h3 {
    font-size: 30px; }
  .careers-page.style-5 .career-form .form,
  .career-details-page.style-5 .career-form .form {
    margin-top: 30px; }
  .careers-page.style-5 .career-form,
  .career-details-page.style-5 .career-form {
    overflow: hidden; }
    .careers-page.style-5 .career-form h2,
    .career-details-page.style-5 .career-form h2 {
      font-size: 30px; }
  .career-details-page p {
    width: 100%; }
  .career-details-page.style-5 .careers-positions-slider5 {
    padding-bottom: 100px; }
  .career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
  .career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev {
    top: calc(100% - 60px); }
  .pricing.style-10 .pricing-table .table-titles,
  .pricing.style-10 .pricing-table .table-body-card {
    width: 100%; }
  .pricing.style-10 .pricing-table .table-titles .main-head {
    background-color: #f9f9f9;
    border-radius: 15px; }
  .pricing.style-10 .pricing-table .table-body-card {
    padding: 15px;
    border: 1px solid #9994;
    border-radius: 10px !important;
    margin-top: 30px; }
  .pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
    display: block;
    margin-bottom: 10px;
    -webkit-margin-end: 0;
    margin-inline-end: 0; }
  .pricing.style-10 .pricing-table .sub-head {
    text-align: center; }
  .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
    border: 15px solid #fff2; }
  header.style-10 .img {
    width: 100%;
    margin: 30px 0; }
  header.style-10 .info h1 {
    font-size: 35px; }
  header.style-10 .info .butn, header.style-10 .info .btn {
    padding: 12px 48px 12px 15px; }
  header.style-10 .info .butn small, header.style-10 .info .btn small {
    font-size: 10px; }
  header.style-10 .info .butn.btn-icon-circle i, header.style-10 .info .btn.btn-icon-circle i {
    bottom: -6px; }
  header.style-10 .info .me-4 {
    margin-right: 0.5rem !important; }
  header.style-10 .logos .logos-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    header.style-10 .logos .logos-content .logo_img {
      padding: 10px;
      width: 45px; }
  .features.style-10 .feat-card {
    border-bottom: 1px solid #9995;
    border-right: 0; }
  .about.style-10 .imgs .img {
    margin: 0 0 30px !important;
    height: 250px !important; }
  .about.style-10 .info {
    padding: 0; }
    .about.style-10 .info h2 {
      font-size: 25px; }
  .services.style-10 {
    overflow: hidden; }
    .services.style-10 .content {
      padding: 60px 15px 15px; }
      .services.style-10 .content .services-card {
        position: relative;
        z-index: 10;
        padding: 20px 15px;
        border-radius: 10px;
        background-color: #f9f9f9;
        margin-top: 15px; }
  .faq.style-10::after {
    display: none; }
  .faq.style-10 .integration-card .content {
    padding: 50px 30px; }
    .faq.style-10 .integration-card .content .icons {
      margin-top: 40px; }
      .faq.style-10 .integration-card .content .icons .icon {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5px;
        width: 50px;
        height: 50px;
        padding: 15px; }
  .blog.style-10 .blog-card .img {
    width: 100%; }
    .blog.style-10 .blog-card .img img {
      width: 100%;
      height: 220px; }
  .blog.style-10 .blog-card .info {
    width: 100%; }
  footer.style-10 .foot {
    margin-top: 0 !important; }
  footer.style-10 .links {
    text-align: start;
    margin: 30px 0; }
    footer.style-10 .links a {
      margin: 15px 0 !important;
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .home-style-11 .section-head h2 {
    font-size: 20px; }
  .home-style-11 .top-navbar.style-11 .links a {
    font-size: 11px; }
  .home-style-11 .top-navbar.style-11 .top-nav-side {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px; }
    .home-style-11 .top-navbar.style-11 .top-nav-side a, .home-style-11 .top-navbar.style-11 .top-nav-side p {
      font-size: 11px; }
  .home-style-11 .navbar.style-11 .navbar-nav {
    padding: 20px 0 !important; }
  .home-style-11 header.style-11 {
    overflow: hidden; }
    .home-style-11 header.style-11 .info h1 {
      font-size: 30px; }
    .home-style-11 header.style-11 .img {
      width: 100%; }
  .home-style-11 .signup.style-11 {
    overflow: hidden; }
    .home-style-11 .signup.style-11 .text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .home-style-11 .signup.style-11 .text span {
        width: 100%;
        margin: 5px 0; }
  .home-style-11 .screenshots.style-11 {
    overflow: hidden; }
    .home-style-11 .screenshots.style-11 .links {
      margin-bottom: 60px; }
      .home-style-11 .screenshots.style-11 .links .img {
        margin: 10px 0; }
        .home-style-11 .screenshots.style-11 .links .img::after {
          display: none; }
  .home-style-11 .features.style-11 {
    overflow: hidden; }
    .home-style-11 .features.style-11 .features-cards .cards-side .feat-card {
      margin-top: 30px; }
  .home-style-11 .integration.style-11 .icons {
    display: none; }
  .home-style-11 .features.style-9 {
    overflow: hidden; }
    .home-style-11 .features.style-9 .accordion .accordion-button {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
    .home-style-11 .features.style-9 .img {
      margin-top: 50px; }
  .home-style-11 .testimonials.style-11 {
    overflow: hidden; }
    .home-style-11 .testimonials.style-11 .testimonial-card .img .play_icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      line-height: 70px;
      bottom: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
    .home-style-11 .testimonials.style-11 .testimonial-card .info h4 {
      font-size: 18px; }
  .home-style-11 footer.style-11 {
    overflow: hidden; }
    .home-style-11 footer.style-11 .top-foot-info strong {
      width: 100%;
      display: block;
      margin-top: 30px;
      margin-bottom: 20px; }
    .home-style-11 footer.style-11 .top-foot-info a {
      margin: 10px 0 !important; }
  .section-head.style-12 h2 {
    font-size: 21px; }
  .navbar.style-12 .navbar-brand {
    width: 180px;
    padding: 20px; }
  .navbar.style-12 .nav-search {
    margin: 20px 0 0;
    padding: 0; }
    .navbar.style-12 .nav-search input {
      width: 100% !important;
      max-width: unset !important; }
  header.style-12 .info {
    padding-top: 50px; }
    header.style-12 .info h2 {
      font-size: 40px;
      text-align: left; }
      header.style-12 .info h2 small {
        font-size: 11px !important;
        margin-top: 0 !important; }
        header.style-12 .info h2 small br {
          display: none; }
  header.style-12 .pt-150 {
    padding-top: 50px !important; }
  .projects.style-12 .mix_tabs .tab-link {
    width: 100%;
    text-align: left; }
  .features.style-12 .features-line-slider12 .swiper-slide a h2 {
    font-size: 18px; }
  .collections {
    overflow: hidden; }
  .community.style-12 .content h2 {
    font-size: 20px;
    margin-bottom: 15px; }
  .community.style-12 .content .form-group {
    margin-bottom: 20px; }
    .community.style-12 .content .form-group input {
      width: 150px; }
    .community.style-12 .content .form-group .butn {
      padding: 12px 15px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 12px; }
  .community.style-12 .content .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px; }
  footer.style-12 .content {
    padding: 50px 0; }
  footer.style-12 .foot {
    margin-top: 0 !important; }
    footer.style-12 .foot p {
      font-size: 12px; }
      footer.style-12 .foot p a {
        font-size: 12px; }
  .navbar.style-13 {
    position: relative; }
  header.style-13 .info h1 {
    font-size: 30px; }
  .about.style-13 .content .info .logos img {
    max-width: 30%;
    -webkit-margin-end: 3%;
    margin-inline-end: 3%; }
  .section-head.style-13 h2 {
    font-size: 20px; }
  footer.style-13 .foot {
    padding: 0 0 30px 0;
    color: #fff;
    text-align: center;
    line-height: 4; }
  .home-style-14 .navbar.style-14 {
    position: relative; }
  .home-style-14 header.style-14 {
    padding-top: 100px; }
    .home-style-14 header.style-14 .info h1 {
      font-size: 40px; }
    .home-style-14 header.style-14 .info .down_store {
      margin-top: 50px; }
  .home-style-14 .clients.style-14 .logos-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .home-style-14 .clients.style-14 .logos-content a {
      width: 50%;
      text-align: center;
      padding: 0 20px; }
  .home-style-14 .testimonials-slider14 .swiper-container {
    overflow: hidden !important; }
  .home-style-14 .features.style-14 .nav-pills .nav-link {
    font-size: 10px;
    margin: 5px;
    padding: 12px 15px; }
  .home-style-14 .mb-70 {
    margin-bottom: 30px !important; }
  .home-style-14 .mb-150 {
    margin-bottom: 50px !important; }
  .home-style-14 .features.style-14 .tab-pay-content .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home-style-14 .features.style-14 .tab-pay-content .info li i {
      margin-top: 5px; }
  .home-style-14 .fs-1 {
    font-size: 25px !important;
    letter-spacing: 0 !important; }
  .home-style-14 .screenshots.style-14 .img::before {
    bottom: 0; }
  .home-style-14 .about.style-14 .img {
    margin-top: 50px; }
    .home-style-14 .about.style-14 .img .play_ptn {
      left: 50%; }
  .home-style-15 .top-navbar.style-15 {
    font-size: 10px; }
    .home-style-15 .top-navbar.style-15 .ms-4 {
      margin-left: 0.5rem !important; }
  .home-style-15 .navbar.style-15 {
    position: relative !important; }
    .home-style-15 .navbar.style-15 .navbar-nav {
      padding: 15px 0 !important; }
      .home-style-15 .navbar.style-15 .navbar-nav .nav-item .nav-link {
        border: 0 !important; }
  .home-style-15 header.style-15 .info {
    margin-top: 20px; }
    .home-style-15 header.style-15 .info h1 {
      font-size: 25px; }
  .home-style-15 header.style-15 .img {
    width: 100%; }
  .home-style-15 header.style-15 .countdown-content {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -5px; }
    .home-style-15 header.style-15 .countdown-content .countdown-card {
      border-radius: 0; }
    .home-style-15 header.style-15 .countdown-content .logos {
      padding-bottom: 30px; }
      .home-style-15 header.style-15 .countdown-content .logos img {
        -webkit-margin-start: 10px;
        margin-inline-start: 10px;
        width: 50px; }
  .home-style-15 header.style-15 .butn, .home-style-15 header.style-15 .btn {
    padding: 12px 25px; }
    .home-style-15 header.style-15 .butn span, .home-style-15 header.style-15 .butn small, .home-style-15 header.style-15 .btn span, .home-style-15 header.style-15 .btn small {
      font-size: 10px; }
  .home-style-15 .features.style-15 {
    padding: 70px 0; }
  .home-style-15 .about.style-15 .info {
    margin-bottom: 50px; }
  .home-style-15 .markets .content {
    overflow-x: auto; }
  .home-style-15 .markets .markets-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .home-style-15 .markets .markets-table .trad-btn {
      text-align: center; }
  .home-style-15 .timeline.style-15 {
    padding: 70px 0; }
    .home-style-15 .timeline.style-15 .timeline-cards .timeline-card::before {
      bottom: 0; }
    .home-style-15 .timeline.style-15 .timeline-cards .timeline-card::after {
      bottom: -5px;
      background-color: #ee155255;
      -webkit-box-shadow: 0 5px 10px #ee155244;
      box-shadow: 0 5px 10px #ee155244; }
    .home-style-15 .timeline.style-15 .timeline-cards .timeline-card .year {
      bottom: -50px; }
    .home-style-15 .timeline.style-15 .timeline-cards .progress {
      display: none; }
  .home-style-15 .faq.style-15 .faq-card {
    padding: 20px 5px; }
  .home-style-15 .faq.style-15 .subscribe-content .subscribe-card {
    padding: 70px 15px; }
    .home-style-15 .faq.style-15 .subscribe-content .subscribe-card .form-group .subs_arrow {
      display: none; }
  .home-style-15 .blog.style-15 .main-card,
  .home-style-15 .blog.style-15 .sub-card {
    margin-bottom: 30px; }
    .home-style-15 .blog.style-15 .main-card .img,
    .home-style-15 .blog.style-15 .sub-card .img {
      height: 250px; }
    .home-style-15 .blog.style-15 .main-card .info,
    .home-style-15 .blog.style-15 .sub-card .info {
      padding: 20px; }
    .home-style-15 .blog.style-15 .main-card .center_icon,
    .home-style-15 .blog.style-15 .sub-card .center_icon {
      display: none; }
  .home-style-15 footer.style-15 .content {
    padding: 70px 0 20px; }
    .home-style-15 footer.style-15 .content .foot-logo-social {
      margin-bottom: 0 !important; }
      .home-style-15 footer.style-15 .content .foot-logo-social .social-icons a {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
        margin-top: 30px; }
    .home-style-15 footer.style-15 .content .links-content h6.sub-title {
      margin-top: 50px; } }

/* ======== */
/* ======= */


/*=================================================
          49. testimonials
===============================================*/
.review-area {
  background-repeat: no-repeat;
  background-position: top 100px center;
}
.review-area .main-title {
  margin-bottom: 0px;
}
.review-area.xs-section-padding {
  padding-bottom: 60px;
  padding-top: 80px;
}

.single-review-thumb > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin-left: auto;
  margin-right: auto;
}

.owl-item.current .single-review-thumb > img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.review-slider-thumb {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
}
.review-slider-thumb .owl-stage-outer {
  padding: 28px 0;
}

.review-content.review-style2 .star-rating-wraper {
  margin-bottom: 12px;
}
.review-content.review-style2 > p {
  color: #1e1e1e;
  font-size: 1.125rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
}
.review-content.review-style2 .reviewer-bio h5 {
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.review-content.review-style2 .reviewer-bio p {
  margin-bottom: 0px;
  color: #9a9a9a;
  letter-spacing: 1.5px;
}
.review-content hr {
  width: 250px;
  display: block;
  border-color: #e7e7e7;
  margin-top: 0px;
  margin-bottom: 30px;
}
.review-content.text-center hr {
  margin-left: auto;
  margin-right: auto;
}

/* testimonials */
.agency-testimonial-area2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bouble-slider-privew {
  padding-left: 30px;
}
.bouble-slider-privew .owl-nav {
  margin-top: 50px;
}
.bouble-slider-privew .owl-nav button:not(:last-child) {
  margin-right: 15px;
}
.bouble-slider-privew .owl-nav button.owl-next, .bouble-slider-privew .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  color: #b5b6d1;
}
.bouble-slider-privew .owl-nav button.owl-next:hover, .bouble-slider-privew .owl-nav button.owl-prev:hover {
  color: #103dbe;
  -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-bouble-thumb {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-bouble-thumb.thumb-1 {
  width: 120px;
  height: 120px;
}
.single-bouble-thumb.thumb-2 {
  width: 90px;
  height: 90px;
}
.single-bouble-thumb.thumb-3 {
  width: 66px;
  height: 66px;
}
.single-bouble-thumb.thumb-4 {
  width: 50px;
  height: 50px;
}

.bouble-slider-thumb .owl-item:nth-child(1) {
  -webkit-transform: translateX(345px) translateY(60px);
  -ms-transform: translateX(345px) translateY(60px);
  transform: translateX(345px) translateY(60px);
}
.bouble-slider-thumb .owl-item:nth-child(2) {
  -webkit-transform: translateX(44px) translateY(220px);
  -ms-transform: translateX(44px) translateY(220px);
  transform: translateX(44px) translateY(220px);
}
.bouble-slider-thumb .owl-item:nth-child(3) {
  -webkit-transform: translateX(-144px) translateY(60px);
  -ms-transform: translateX(-144px) translateY(60px);
  transform: translateX(-144px) translateY(60px);
}
.bouble-slider-thumb .owl-item:nth-child(4) {
  -webkit-transform: translateX(-300px) translateY(220px);
  -ms-transform: translateX(-300px) translateY(220px);
  transform: translateX(-300px) translateY(220px);
}
.bouble-slider-thumb .owl-item:nth-child(5) {
  -webkit-transform: translateX(-430px) translateY(114px);
  -ms-transform: translateX(-430px) translateY(114px);
  transform: translateX(-430px) translateY(114px);
}
.bouble-slider-thumb .current .single-bouble-thumb {
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
}

.review-content.review-style3 .review-content-header {
  margin-bottom: 24px;
}
.review-content.review-style3 > p {
  font-style: normal;
  font-size: 1rem;
}
.review-content.review-style3 .reviewer-bio h3 {
  font-size: 1.75rem;
  color: #103dbe;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.review-content.review-style3 .reviewer-bio p {
  color: #afafaf;
  font-size: 1rem;
}


/*=================================================
          2. section title element
===============================================*/
/* agency section title */
.agency-section-title {
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
}
.agency-section-title:hover .border-animation > .first {
  -webkit-animation: move-1 1.8s infinite linear;
  animation: move-1 1.8s infinite linear;
  width: 80px;
}
.agency-section-title:hover .border-animation > .second {
  width: 0px;
  -webkit-animation: move-2 1.8s infinite linear;
  animation: move-2 1.8s infinite linear;
}
.agency-section-title .sub-title {
  font-size: 0.875rem;
  color: #1bd1ea;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.agency-section-title .main-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.agency-section-title .main-title em {
  font-family: "Playfair Display", serif;
}
.agency-section-title .main-title.big {
  font-size: 5.625rem;
}
.agency-section-title .main-title.medium {
  font-size: 4rem;
}
.agency-section-title.text-center {
  margin-bottom: 80px;
}
.agency-section-title.text-center .watermark-title {
  top: -69px;
}
.agency-section-title.text-center .line {
  margin: 0 auto;
}
.agency-section-title.text-center.style5 {
  margin-bottom: 55px;
}
.agency-section-title.style2 {
  margin-bottom: 70px;
}
.agency-section-title.style2 .sub-title {
  color: #4285f4;
  font-size: 0.76rem;
}
.agency-section-title.style2 .main-title {
  font-size: 1.875rem;
  margin-bottom: 25px;
}
.agency-section-title.style2 .main-title em {
  color: #4285f4;
  font-weight: 900;
}
.agency-section-title.style2 p {
  padding-right: 65px;
}
.agency-section-title.style3 .main-title, .agency-section-title.style5 .main-title {
  color: #21069b;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
.agency-section-title.style4 .main-title {
  margin-bottom: 20px;
}
.agency-section-title.style4 p {
  margin-bottom: 15px;
}
.agency-section-title.style5 .main-title {
  margin-bottom: 20px;
}
.agency-section-title.style5 p {
  color: #000000;
  font-size: 1rem;
}
.agency-section-title p {
  color: #777777;
  font-size: 0.9375rem;
  margin-bottom: 0px;
}
.agency-section-title .line {
  display: block;
  width: 110px;
  height: 1px;
  background-color: #000000;
}
.agency-section-title.section-title-style2 .main-title {
  margin-bottom: 10px;
}
.agency-section-title.section-title-style2 p {
  font-size: 0.9375rem;
  color: #878787;
}
.agency-section-title .title-icon {
  margin-bottom: 12px;
}
.agency-section-title.style6 {
  margin-bottom: 40px;
}
.agency-section-title.style6 .sub-title {
  font-size: 1.375rem;
  color: #a3a3a3;
  font-weight: 400;
}
.agency-section-title.style6 .main-title {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
.agency-section-title.style6 .main-title span {
  color: #1edee4;
}
.agency-section-title.style7 {
  position: relative;
  z-index: 1;
}
.agency-section-title.style7 .sub-title {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .2rem;
}
.agency-section-title.style7 .shuffle-letter-title-wraper {
  top: 70%;
}
.agency-section-title.style7 .shuufle-letter-title {
  font-size: 6.375rem;
  color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}

/* gray background */
.gray-bg .agency-section-title .watermark-title {
  color: #f5f5f5;
}

/* section title style 3 */
.section-title-style3 {
  margin-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.section-title-style3.row {
  margin-left: 0px;
  margin-right: 0px;
}
.section-title-style3::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  height: 1px;
  width: 110px;
  background-color: #000000;
}
.section-title-style3 .agency-section-title {
  margin-bottom: 20px;
}
.section-title-style3 .agency-section-title .main-title {
  margin-bottom: 20px;
}
.section-title-style3 .agency-section-title .main-title em {
  background: -webkit-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
  background: -o-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
  background: linear-gradient(122deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0369d1;
}

/* minimal section title */
.minimal-section-title {
  margin-bottom: 130px;
}
.minimal-section-title .sub-title, .minimal-section-title .main-title {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.minimal-section-title .sub-title {
  margin-bottom: 15px;
}
.minimal-section-title .main-title {
  font-size: 2.25rem;
  line-height: 1.389;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

[data-scrollax-parent="true"] > .container > .row + .row {
  z-index: 2;
  position: relative;
}
/* owl image preset */
.owl-carousel .owl-item img {
  width: auto;
}

/*=================================================
          50. get subscribe
===============================================*/
.get-subscribenow-content .section-title {
  margin-bottom: 15px;
}
.get-subscribenow-content p {
  color: #1e1e1e;
  margin-bottom: 32px;
}
.get-subscribenow-content .btn.icon-left > i {
  padding-right: 8px;
}


.get-subscribe {
  position: relative;
}
.get-subscribe label {
  margin-bottom: 0px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.get-subscribe .form-control {
  height: 54px;
  border: 2px solid #e7e7e7;
  width: calc(100% - 190px);
  border-radius: 27px;
  padding-left: 35px;
  margin-bottom: 15px;
}
.get-subscribe .form-control.error {
  border-color: #ff4d4d;
}
.get-subscribe .form-control:focus {
  border-color: #1868dd;
}

/*=================================================
          1. btn element
===============================================*/
.btn:not([class*=btn-outline-]) {
  border: 0px;
  color: #FFFFFF;
  background-color: #000000;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.btn {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: .5px;
  border-radius: 1.71875rem;
  padding: 0 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: normal;
}
.btn.btn-secondary {
  background-color: #4285f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  padding: 0 65px;
}

.btn-gradient3 {
  background: #b224ef;
  background: -webkit-linear-gradient(331deg, #b224ef 11%, #5055fa 55%);
  background: -o-linear-gradient(331deg, #b224ef 11%, #5055fa 55%);
  background: linear-gradient(119deg, #b224ef 11%, #5055fa 55%);
  background-size: 101% auto;
}
.btn-gradient3:hover {
  background-size: 200% auto;
  background-position: left center;
}

@media screen and (max-width: 1300px) {
.pricing.style-8 .pricing-body .pricing-card{
	padding: 25px;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link{
    font-size: 10px;
    padding: 0px;
}
}

@charset "UTF-8";/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */