/*
Theme Name: LETi landing     
Author: Alex Montoya 
Version: 1.0.0     

------------------------------------------------------------*/
/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
:root {
  --color-main:#0066ff;
  --color-primary:#0066ff;
  --color-secondary:#02b5ff;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #4528dc;
  --color-blue6: #6640f4;
  --color-blue7: #8169f1;
  --color-lightBlue:#15f1ff;
  --color-darkBlue:#231c63;
  --color-darkBlue2:#1f227d;
  --color-orange1:#ff7a41;
  --color-orange2:#f6c463;
  --color-orange3:#f9a41f;
  --color-red1:#cc2131;
  --color-red2:#ff3e32;
  --color-green:#00c057;
  --color-yellowGreen:#cef54b;
  --color-gray:#eef4f8;
  --color-gray2:#f0eff5;
  --color-main-grad: linear-gradient(to right, #231c63 0%, #8731e8 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; }


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

.pagi_dark .swiper-pagination-bullet {
  background-color: #000; }

.pagi_white .swiper-pagination-bullet {
  background-color: #fff; }

.swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background-color: var(--color-main);
  border-radius: 5px; }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-main);
  font-size: 15px;
  font-weight: bold; }

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: var(--color-main-grad); }
    .swiper-button-next:hover::after,
    .swiper-button-prev:hover::after {
      color: #fff; }

.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(#231c63), to(#8731e8));
  background: -webkit-linear-gradient(left, #231c63 0%, #8731e8 100%);
  background: -o-linear-gradient(left, #231c63 0%, #8731e8 100%);
  background: linear-gradient(to right, #231c63 0%, #8731e8 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: 14px;
    position: relative;
    z-index: 2;
    text-transform: capitalize; }
  .butn small,
  .btn small {
    font-size: 12px;
    position: relative;
    z-index: 2;
    text-transform: capitalize; }
  .butn.butn-gard::before,
  .btn.butn-gard::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
    background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .butn.butn-gard:hover::before,
  .btn.butn-gard:hover::before {
    left: -50%; }
  .butn.dark-butn,
  .btn.dark-butn {
    background: #000; }
    .butn.dark-butn span,
    .butn.dark-butn small,
    .btn.dark-butn span,
    .btn.dark-butn small {
      color: #fff; }
  .butn.butn-blue6,
  .btn.butn-blue6 {
    background: var(--color-blue6); }
    .butn.butn-blue6 span,
    .butn.butn-blue6 small,
    .btn.butn-blue6 span,
    .btn.butn-blue6 small {
      color: #fff; }
  .butn.blue5-3Dbutn,
  .btn.blue5-3Dbutn {
    background: var(--color-main-grad);
    -webkit-box-shadow: 0px 4px 0px 0px var(--color-red2);
    box-shadow: 0px 4px 0px 0px var(--color-red2);
    -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.light5-3Dbutn,
  .btn.light5-3Dbutn {
    background: #fff;
    -webkit-box-shadow: 0px 4px 0px 0px var(--color-red2);
    box-shadow: 0px 4px 0px 0px var(--color-red2);
    -webkit-filter: drop-shadow(0 13px 20px #07397235);
    filter: drop-shadow(0 13px 20px #07397235);
    font-size: 12px; }
    .butn.light5-3Dbutn span,
    .butn.light5-3Dbutn small,
    .btn.light5-3Dbutn span,
    .btn.light5-3Dbutn small {
      color: var(--color-blue5); }
  .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 style-5 --------------- */
.section-head.style-5 h2 {
  font-size: 45px;}
  .section-head.style-5 h2 span {
    color: var(--color-blue5);}
    .section-head.style-5 h2:after {
      content: "";
      height: 1px;
  background: var(--color-blue5);
      display: block;
      position: relative;
      bottom: 10px;
      top: 4px;
      width: 10%;
      left: 45%;
  }

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


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

/* --------------- top navbar styles --------------- */

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


/* ===============================================================
			[ * top side menu Section ] 
================================================================*/


.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #0009;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .side_overlay.show {
    opacity: 1;
    visibility: visible; }


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

.navbar {
  z-index: 999; }
  .navbar .nav-link {
    cursor: pointer; }

.navbar.nav-scroll {
  background: var(--color-darkBlue) !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-5 {
  position: relative;
  z-index: 99;
  padding: 20px 0;
  background-color: transparent;
}
@media (max-width: 990px) {
  .navbar.style-5 {
    background: var(--color-darkBlue) !important;
  }
}
  .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: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
    padding: 10px 20px;
    border-radius: 30px; 
    text-transform: capitalize; }
    .navbar.style-5 .nav-item .nav-link:hover, .navbar.style-5 .nav-item .nav-link.active {
      color: var(--color-gray2);
      background-color: #0002; }
    .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; }

/* ===============================================================
			[ * header Section ] 
================================================================*/
/* --------------- header styles --------------- */

header.style-5 {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;

    background-image: url(../img/about/header-bg-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:  auto 100%;
  }
  header.style-5 .info {
    text-align: left; }
    header.style-5 .info h1 {
      font-size: 60px;
      color: #fff;
      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;
      font-weight: 600;
      color: #fff;
      margin-top: 30px; }
    header.style-5 .info .form {
      text-align: left; }
      header.style-5 .info .form .form-group {
        position: relative;
        max-width: 500px;
        top: 20px; }
        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; }
  .style-5 .main-img {
    position: relative;
    z-index: 10; }
    .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; }
   .style-5 .main-img .linechart-img {
      position: absolute;
      top: -8%;
      right: -7%;
      width: 80%;
      -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; }
    .style-5 .main-img .piechart-img {
      position: absolute;
      bottom: -5%;
      left: -5%;
      width: 30%;
      -webkit-filter: drop-shadow(0 20px 60px #0005);
      filter: drop-shadow(0 20px 60px #0005);
      -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-5 .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-5 .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-gray2);
        color: var(--color-darkBlue);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 22px;
        padding-left: 2px; }

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

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

/* ===============================================================
			[ * about Section ] 
================================================================*/
/* --------------- about styles --------------- */

.about.style-5 .content {
  padding: 50px 0; }
  .about.style-5 .content p, .community.style-5 .content p  {
    font-size: 16px;
    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: center; }
    .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;
    width: 70%;
    top: 5rem;}
      .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;
    left: 5rem;
  top: 5rem;}
      .about.style-5 .content .img.main-img2 img:nth-of-type(1) {
        width: 70%;
        z-index: 1; }
    .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; }


/* ===============================================================
			[ * services Section ] 
================================================================*/
/* --------------- services styles --------------- */


.services_projects {
  background: var(--color-main-grad);
  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; }

      .service-box::after{
            content: '';
		position: absolute;
	  width: 24px;
  height: 24px;
  top: 50%;
  right: -16px;
  -webkit-transform: rotate(-45deg);
  border-left: none;
  border-top: none;
  border-right: 6px #fff solid;
  border-bottom: 6px #fff solid;
      }

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


/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- testimonials styles --------------- */

.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 Section ] 
================================================================*/
/* --------------- pricing styles --------------- */

.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 {
  margin-top: 50px; }
  .pricing.style-5 .content .price-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #7f7f7f;
  border-radius: 3rem 3rem 0 0 ;
  }
    .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;
      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;
    border-radius:  0 0 3rem 3rem ;}
    .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; }

  @media (max-width: 990px) {
    .pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle, .pricing.style-5 .content .price-head .price-headItem, .pricing.style-5 .content .price-foot .price-footItem {
      width: 100%; }
    }
/* ===============================================================
			[ * community Section ] 
================================================================*/
/* --------------- community style-5 --------------- */
.community.style-5 .content {
  border-radius: 15px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .style-5 .content .commun-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 10px 0;
  margin-bottom: 24px;}
  .style-5 .content .commun-card:last-of-type {
      border: 0; }
      .style-5 .content .commun-card .icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 25px; }
      .style-5 .content .commun-card .icon img {
        -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
        animation: scale_up_down 1s ease-in-out infinite alternate both; }
        .style-5 .content .commun-card .inf h5 {
      font-size: 24px;
      color: #222222;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1.1; }


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

/* ===============================================================
			[ * clients Section ] 
================================================================*/


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

/* ===============================================================
			[ * download Section ] 
================================================================*/
/* --------------- download style-5 --------------- */
.download.style-5 .content h2 {
  font-size: 50px;
line-height: 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); }


/* ===============================================================
			[ * market Section ] 
================================================================*/
.markets {
  background-color: #080019; }
  .markets .markets-table .table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .markets .markets-table .table-head .item {
      margin-bottom: 20px; }
      .markets .markets-table .table-head .item:nth-of-type(1) {
        width: 24%; }
      .markets .markets-table .table-head .item:nth-of-type(2) {
        width: 17%; }
      .markets .markets-table .table-head .item:nth-of-type(3) {
        width: 12%; }
      .markets .markets-table .table-head .item:nth-of-type(4) {
        width: 15%; }
      .markets .markets-table .table-head .item:nth-of-type(5) {
        width: 20%; }
      .markets .markets-table .table-head .item:nth-of-type(6) {
        width: 12%; }
  .markets .markets-table .table-body .body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #120a22;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px; }
    .markets .markets-table .table-body .body-row .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(1) {
        width: 24%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(2) {
        width: 17%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(3) {
        width: 12%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(4) {
        width: 15%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(5) {
        width: 20%; }
      .markets .markets-table .table-body .body-row .item:nth-of-type(6) {
        width: 12%; }
      .markets .markets-table .table-body .body-row .item .per-up {
        color: #f7931a; }
      .markets .markets-table .table-body .body-row .item .trad-btn {
        font-weight: 500;
        background-color: #fff2;
        border-radius: 30px;
        padding: 5px 20px; }
        .markets .markets-table .table-body .body-row .item .trad-btn:hover {
          color: #fff;
          background-color: var(--color-red2); }
      .markets .markets-table .table-body .body-row .item strong {
        font-weight: 500; }

/* ===============================================================
			[ * footer Section ] 
================================================================*/
/* --------------- footer styles --------------- */

footer.style-5 {
  position: relative;
  overflow: hidden;
background-color: var(--color-darkBlue);
color: #fff;}
  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; }
    footer.style-5 .foot .logo {
      width: 120px; }
      footer.style-5 .foot .socials a {
        margin-right: 10px; }

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

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

/* ===============================================================
			[ * 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; }
  .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-5 .content .commun-card {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      padding: 30px !important; }
  
  .navbar.style-5 {
    border-bottom: none; }
  .navbar.style-5 .navbar-collapse {
    margin-top: 20px;
 }
  .navbar.style-5 .nav-item .nav-link {
    padding-left: 15px; }
  .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; }
  .about-page header.style-5 .info h1 {
    font-size: 30px; }
  .about-page header.style-5 .main-vid {
    height: 350px; }
  .about-page .clients .section-head {
    padding: 0 15px; }
  .about-page .culture {
    padding: 70px 15px; }
  .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%; }
  }