/*----------------------------------------------------

1. Global Area
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --ra-inter: "Inter", sans-serif;
  --ra-syne: "Syne", sans-serif;
  --ra-playfair: "Playfair", serif;
  --ra-manrope: "Manrope", sans-serif;
  --ra-urbanist: "Urbanist", sans-serif;
  --ra-body-c1: #424242;
  --ra-body-c3: #46505B;
  --ra-title-c1: #272938;
  --ra-title-c3: #1C1C2D;
  --ra-base-c1: #244cc9;
  --ra-base-c3: #FF4A68;
  --ra-base-c4: #85EE00;
  --ra-base-c5: #FC9C44;
  --ra-base-c6: #8215FF;
  --ra-base-c7: #2DA9FF;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
  --ra-gradient-1: linear-gradient(90deg, var(--ra-base-c3) 0%, var(--ra-base-c5) 50%, var(--ra-base-c3));
  --ra-gradient-2: linear-gradient(93.44deg, var(--ra-base-c6) 0.57%,var(--ra-base-c7) 99.48%);
}

.ra-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.ra-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ra-header-section .dropdown {
  position: relative;
  padding-right: 16px;
}
.ra-header-section .dropdown:after {
  top: 3px;
  z-index: 2;
  right: 0px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: var(--cg-title-color);
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ra-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.ra-header-section .dropdown-menu {
  left: 0;
  top: 55px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.ra-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.ra-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.ra-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.ra-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 500;
}
.ra-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ra-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.ra-header-section .dropdown-menu li:before {
  display: none;
}
.ra-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ra-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.ra-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.ra-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.ra-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.ra-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0px 10px 18px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.ra-header-section .dropdown-menu a:before {
  width: 0 !important;
  top: 5px !important;
  left: 0px !important;
  right: auto !important;
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important;
  background-color: var(--ra-title-c1) !important;
}
.ra-header-section .dropdown-menu a:after {
  display: none;
}
.ra-header-section .dropdown-menu a:hover, .ra-header-section .dropdown-menu a.active {
  color: var(--ra-base-c5) !important;
  padding-left: 30px !important;
}
.ra-header-section .dropdown-menu a:hover:after, .ra-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.ra-header-section .dropdown-menu a:hover:before, .ra-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.ra-header-section .ra-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section .ra-mobile-menu-btn {
    display: block;
  }
}
.ra-header-section .ra-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ra-header-section .ra-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: var(--ra-title-c3);
}
.ra-header-section .ra-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.ra-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #000;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.ra-header-section:is(.header_style_one):is(.sticky-on) .ra-header-content {
  padding: 16px 15px;
}
.ra-header-section:is(.header_style_one) .ra-header-content {
  gap: 20px;
  margin: 0 auto;
  max-width: 1830px;
  padding: 40px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_one) .ra-header-content {
    padding: 30px 15px 20px;
  }
}
.ra-header-section:is(.header_style_one) .ra-logo-cta {
  gap: 30px 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-header-section:is(.header_style_one) .ra-logo-cta {
    gap: 30px 40px;
  }
}
.ra-header-section:is(.header_style_one) .ra-cta-info {
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_one) .ra-cta-info {
    display: none !important;
  }
}
.ra-header-section:is(.header_style_one) .ra-cta-info .item-icon {
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: var(--ra-base-c1);
}
.ra-header-section:is(.header_style_one) .ra-cta-info .item-text {
  color: #fff;
  font-weight: 600;
}
.ra-header-section:is(.header_style_one) .ra-cta-info .item-text span {
  font-weight: 900;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger {
  gap: 35px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_one) .ra-cta-btn-trigger {
    display: none !important;
  }
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger a {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  padding: 15px 35px;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger a:hover {
  color: #fff;
  background-color: var(--ra-base-c1);
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:before, .ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:after {
  top: 23px;
  left: -32px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:after {
  top: 27px;
  width: 8px;
  height: 8px;
  left: -12px;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger button {
  gap: 5px;
  padding: 0;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger button span {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #161714;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:hover {
  background-color: var(--ra-base-c1);
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:hover button span {
  background-color: #fff;
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:hover button span:nth-child(1) {
  -webkit-transform: translateY(12px) translateX(12px);
          transform: translateY(12px) translateX(12px);
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:hover button span:nth-child(2) {
  -webkit-transform: translateY(12px) translateX(-12px);
          transform: translateY(12px) translateX(-12px);
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:hover button span:nth-child(3) {
  -webkit-transform: translateY(-12px) translateX(12px);
          transform: translateY(-12px) translateX(12px);
}
.ra-header-section:is(.header_style_one) .ra-cta-btn-trigger .ra-ofcanvas-trigger:hover button span:nth-child(4) {
  -webkit-transform: translateY(-12px) translateX(-12px);
          transform: translateY(-12px) translateX(-12px);
}
.ra-header-section:is(.header_style_one) .ra-mobile-menu-btn button span {
  background-color: #fff;
}
.ra-header-section:is(.header_style_two) {
  background-color: var(--ra-base-c1);
}
.ra-header-section:is(.header_style_two) .ra-header-content {
  margin: 0 auto;
  max-width: 1795px;
  padding: 10px 15px;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu {
  gap: 10px;
  z-index: 1;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .head-shape {
  top: 0;
  z-index: -1;
  left: 83px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_two) .ra-logo-menu .head-shape {
    display: none;
  }
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .brand-logo a {
  height: 50px;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 2px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--ra-base-c1);
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation {
  background: #fff;
  border-radius: 50px;
  padding: 11px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation {
    display: none;
  }
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li {
  margin: 0px 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li {
    margin: 0px 15px;
  }
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li a {
  color: #5c09ff;
  font-size: 18px;
  display: inline;
  font-weight: 800;
  padding-bottom: 30px;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li:hover a {
  color: #000000;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li:hover.dropdown:after {
  color: #000000;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li.dropdown:after {
  color: #5c09ff;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li .dropdown-menu {
  top: 50px;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li .dropdown-menu li a {
  display: inline-block !important;
  color: #5c09ff !important;
}
.ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li .dropdown-menu li a:hover, .ra-header-section:is(.header_style_two) .ra-logo-menu .main-navigation li .dropdown-menu li a:is(.active) {
  color: #5c09ff !important;
}
.ra-header-section:is(.header_style_two) .ra-social-btn {
  z-index: 1;
  gap: 20px;
}
.ra-header-section:is(.header_style_two) .ra-social-btn .head-shape {
  top: 0;
  right: 111px;
  z-index: -1;
}
@media (max-width: 480px) {
  .ra-header-section:is(.header_style_two) .ra-social-btn .head-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_two) .ra-social-btn .top-social {
    display: none;
  }
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-social a {
  color: #fff;
  margin: 0px 16px;
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn {
  gap: 10px;
}
@media (max-width: 480px) {
  .ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn {
    display: none !important;
  }
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn button {
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 16px;
  border-radius: 100%;
  background-color: #fff;
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn button i {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn button:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn a {
  color: #5c09ff;
  font-weight: 700;
  line-height: 1;
  padding: 16px 20px;
  border-radius: 50px;
  background-color: #fff;
}
.ra-header-section:is(.header_style_two) .ra-social-btn .top-cta-btn a:hover {
  color: #000;
}
.ra-header-section:is(.header_style_two) .ra-social-btn .ra-mobile-menu-btn button span {
  background-color: #fff;
}
.ra-header-section:is(.header_style_three) {
  padding: 28px 44px;
}
.ra-header-section:is(.header_style_three).sticky-on {
  padding: 0;
  background-color: transparent;
}
.ra-header-section:is(.header_style_three).sticky-on .ra-header-content {
  border-radius: 0;
}
.ra-header-section:is(.header_style_three).sticky-on .ra-header-content:before, .ra-header-section:is(.header_style_three).sticky-on .ra-header-content:after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) {
    padding: 15px;
  }
}
.ra-header-section:is(.header_style_three) .ra-header-content {
  z-index: 1;
  padding: 15px 16px;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
}
.ra-header-section:is(.header_style_three) .ra-header-content .ra-up-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  background-color: #fff;
}
.ra-header-section:is(.header_style_three) .ra-header-content:before, .ra-header-section:is(.header_style_three) .ra-header-content:after {
  left: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  content: "";
  margin: 0 auto;
  border-radius: 16px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3215686275);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.ra-header-section:is(.header_style_three) .ra-header-content:before {
  width: 97%;
  bottom: -8px;
}
.ra-header-section:is(.header_style_three) .ra-header-content:after {
  width: 92%;
  z-index: -3;
  bottom: -15px;
}
.ra-header-section:is(.header_style_three) .ra-menu-logo {
  gap: 0px 115px;
  padding-left: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-header-section:is(.header_style_three) .ra-menu-logo {
    gap: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .ra-menu-logo {
    gap: 0px 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .main-navigation {
    display: none;
  }
}
.ra-header-section:is(.header_style_three) .main-navigation li {
  margin: 0px 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-header-section:is(.header_style_three) .main-navigation li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-header-section:is(.header_style_three) .main-navigation li {
    margin: 0px 15px;
  }
}
.ra-header-section:is(.header_style_three) .main-navigation li a {
  font-size: 16px;
  font-weight: 500;
  display: inline;
  padding-bottom: 30px;
  color: var(--ra-title-c3);
}
.ra-header-section:is(.header_style_three) .main-navigation li:hover a {
  color: var(--ra-base-c3);
}
.ra-header-section:is(.header_style_three) .main-navigation li .dropdown-menu li a {
  display: inline-block !important;
  color: var(--ra-title-c3) !important;
}
.ra-header-section:is(.header_style_three) .main-navigation li .dropdown-menu li a:hover, .ra-header-section:is(.header_style_three) .main-navigation li .dropdown-menu li a:is(.active) {
  color: var(--ra-base-c3) !important;
}
.ra-header-section:is(.header_style_three) .ra-header-action {
  gap: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .ra-header-action {
    gap: 15px;
  }
}
.ra-header-section:is(.header_style_three) .header-cta {
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .header-cta {
    display: none !important;
  }
}
.ra-header-section:is(.header_style_three) .header-cta .item-text span {
  font-size: 14px;
  color: rgba(70, 80, 91, 0.6392156863);
}
.ra-header-section:is(.header_style_three) .header-cta .item-text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ra-inter);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .header-cta .item-text h3 {
    font-size: 14px;
  }
}
.ra-header-section:is(.header_style_three) .header-cta .item-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #E9EBED;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-header-section:is(.header_style_three) .header-cta:hover .item-icon {
  background-color: var(--ra-base-c5);
}
.ra-header-section:is(.header_style_three) .header-search {
  width: 185px;
  position: relative;
  padding-left: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-header-section:is(.header_style_three) .header-search {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-header-section:is(.header_style_three) .header-search {
    width: 120px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .header-search {
    display: none;
  }
}
.ra-header-section:is(.header_style_three) .header-search:before, .ra-header-section:is(.header_style_three) .header-search:after {
  top: -2px;
  width: 1px;
  content: "";
  height: 36px;
  position: absolute;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .header-search:before, .ra-header-section:is(.header_style_three) .header-search:after {
    display: none;
  }
}
.ra-header-section:is(.header_style_three) .header-search:before {
  left: 0;
}
.ra-header-section:is(.header_style_three) .header-search:after {
  right: 0;
}
.ra-header-section:is(.header_style_three) .header-search form {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ra-header-section:is(.header_style_three) .header-search button {
  padding: 0;
  border: none;
  font-size: 16px;
  color: var(--ra-title-c3);
  background-color: transparent;
}
.ra-header-section:is(.header_style_three) .header-search input {
  border: none;
  font-size: 14px;
  color: rgba(28, 28, 45, 0.4784313725);
  background-color: transparent;
}
.ra-header-section:is(.header_style_three) .header-search input::-webkit-input-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.ra-header-section:is(.header_style_three) .header-search input::-moz-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.ra-header-section:is(.header_style_three) .header-search input:-ms-input-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.ra-header-section:is(.header_style_three) .header-search input::-ms-input-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.ra-header-section:is(.header_style_three) .header-search input::placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
@media (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .cta-btn {
    display: none;
  }
}
.ra-header-section:is(.header_style_three) .cta-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 16px 28px;
  white-space: nowrap;
  background-color: #FC9C44;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .cta-btn a {
    padding: 14px 16px;
  }
}
.ra-header-section:is(.header_style_three) .cta-btn a i {
  margin-left: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_three) .cta-btn a i {
    margin-left: 5px;
  }
}
.ra-header-section:is(.header_style_three) .cta-btn a:hover {
  background-color: var(--ra-base-c3);
}
.ra-header-section:is(.header_style_four) {
  padding-top: 24px;
}
.ra-header-section:is(.header_style_four).sticky-on {
  padding: 15px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_four) .main-navigation {
    display: none;
  }
}
.ra-header-section:is(.header_style_four) .main-navigation li {
  margin: 0px 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-header-section:is(.header_style_four) .main-navigation li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-header-section:is(.header_style_four) .main-navigation li {
    margin: 0px 15px;
  }
}
.ra-header-section:is(.header_style_four) .main-navigation li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline;
  padding-bottom: 30px;
}
.ra-header-section:is(.header_style_four) .main-navigation li:hover a {
  color: #fff;
}
.ra-header-section:is(.header_style_four) .main-navigation li:is(.dropdown):after {
  color: #fff;
}
.ra-header-section:is(.header_style_four) .main-navigation li .dropdown-menu li a {
  display: inline-block !important;
  color: var(--ra-title-c3) !important;
}
.ra-header-section:is(.header_style_four) .main-navigation li .dropdown-menu li a:hover, .ra-header-section:is(.header_style_four) .main-navigation li .dropdown-menu li a:is(.active) {
  color: var(--ra-base-c6) !important;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-header-section:is(.header_style_four) .header-btn {
    display: none;
  }
}
.ra-header-section:is(.header_style_four) .header-btn a img {
  padding: 14px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ra-header-section:is(.header_style_four) .header-btn a span {
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 15px 28px;
  border-radius: 100px;
  letter-spacing: -1px;
  font-family: var(--ra-manrope);
  background: var(--ra-gradient-1);
  background-size: 200%, 1px;
}
.ra-header-section:is(.header_style_four) .header-btn a > *:nth-child(1) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-end: -45px;
          margin-inline-end: -45px;
}
.ra-header-section:is(.header_style_four) .header-btn a > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ra-header-section:is(.header_style_four) .header-btn a > *:nth-child(3) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.ra-header-section:is(.header_style_four) .header-btn a:hover > *:nth-child(1) {
  -webkit-transform: scale3d(1, 1, 1) rotate(-130deg);
          transform: scale3d(1, 1, 1) rotate(-130deg);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.ra-header-section:is(.header_style_four) .header-btn a:hover > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ra-header-section:is(.header_style_four) .header-btn a:hover > *:nth-child(3) {
  -webkit-transform: scale3d(0.5, 0.5, 1) rotate(-130deg);
          transform: scale3d(0.5, 0.5, 1) rotate(-130deg);
  -webkit-margin-start: -45px;
          margin-inline-start: -45px;
}
.ra-header-section:is(.header_style_four) .ra-mobile-menu-btn {
  margin-left: 15px;
}
.ra-header-section:is(.header_style_four) .ra-mobile-menu-btn span {
  background-color: #fff;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 700;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: var(--ra-base-c1);
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: var(--ra-base-c1);
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}

.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--tz-title-color);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 30px;
}

.close-side-widget {
  z-index: 2;
  color: #1768dd;
  display: block;
  position: relative;
  font-size: 15px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  height: 80px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}

.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  color: #fff;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
}

.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}

.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  margin: 0 auto;
  line-height: 1.555;
  overflow-x: hidden;
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .row {
  --bs-gutter-x: 32px;
}

.home-1 {
  font-size: 18px;
  color: var(--ra-body-c1);
  font-family: var(--ra-urbanist);
}
.home-1 .container {
  max-width: 1430px;
}
.home-1 .ra-scrollup {
  background: var(--ra-base-c1);
}

.home-3 {
  font-size: 18px;
  color: var(--ra-body-c3);
  font-family: var(--ra-inter);
}
.home-3 .container {
  max-width: 1344px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline-1 h1,
.headline-1 h2,
.headline-1 h3,
.headline-1 h4,
.headline-1 h5,
.headline-1 h6 {
  margin-bottom: 0;
  line-height: 1.167;
  font-family: var(--ra-urbanist);
}

.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.075;
  color: var(--ra-title-c3);
  font-family: var(--ra-syne);
}

.headline-4 h1,
.headline-4 h2,
.headline-4 h3,
.headline-4 h4,
.headline-4 h5,
.headline-4 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1px;
  color: var(--ra-title-c3);
  font-family: var(--ra-manrope);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/loader.gif);
  background-size: 200px 200px;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.ra-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-position: 120%;
  background: var(--ra-gradient-1);
}
.ra-scrollup i {
  color: #fff;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.over-hidden {
  overflow: hidden;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ra-sec-title1 .subtitle {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  gap: 10px;
}
.ra-sec-title1 .subtitle span {
  -webkit-animation: heartBeat 2s ease infinite;
          animation: heartBeat 2s ease infinite;
}
.ra-sec-title1 .sec_title {
  color: #000000;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.167;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-sec-title1 .sec_title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-sec-title1 .sec_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-sec-title1 .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-sec-title1 .sec_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .ra-sec-title1 .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .ra-sec-title1 .sec_title {
    font-size: 30px;
  }
}
.ra-sec-title1 .sec_title:is(.ver_2) {
  font-size: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-sec-title1 .sec_title:is(.ver_2) {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-sec-title1 .sec_title:is(.ver_2) {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-sec-title1 .sec_title:is(.ver_2) {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-sec-title1 .sec_title:is(.ver_2) {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .ra-sec-title1 .sec_title:is(.ver_2) {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .ra-sec-title1 .sec_title:is(.ver_2) {
    font-size: 30px;
  }
}
.ra-sec-title1 p {
  padding-top: 25px;
}
.ra-sec-title1:is(.text-center) {
  margin: 0 auto;
  max-width: 710px;
}
.ra-sec-title1:is(.text-center) .subtitle span {
  display: block;
  margin-bottom: 15px;
}

.ra-sec-title3 .subtitle {
  font-size: 16px;
  font-weight: 600;
  padding-left: 92px;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: var(--ra-base-c3);
}
.ra-sec-title3 .subtitle:before, .ra-sec-title3 .subtitle:after {
  left: 0;
  top: 10px;
  height: 2px;
  content: "";
  width: 80px;
  border-radius: 5px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(29.33%, #FF4A68), to(rgba(255, 74, 104, 0)));
  background: linear-gradient(90deg, #FF4A68 29.33%, rgba(255, 74, 104, 0) 100%);
}
.ra-sec-title3 .subtitle:after {
  right: 0;
  left: auto;
  display: none;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ra-sec-title3 .sec_title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.067;
  letter-spacing: -2px;
  color: var(--ra-title-c3);
}
.ra-sec-title3 .sec_title .split-line {
  overflow: hidden;
}
.ra-sec-title3 .sec_title span {
  display: inline;
  font-style: italic;
  font-family: var(--ra-playfair);
  background: linear-gradient(92.38deg, #8215FF 15.05%, #2DA9FF 99.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-sec-title3 .sec_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-sec-title3 .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-sec-title3 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-sec-title3 .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .ra-sec-title3 .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .ra-sec-title3 .sec_title {
    font-size: 30px;
  }
}
.ra-sec-title3 p {
  padding-top: 20px;
}
.ra-sec-title3:is(.text-center) .subtitle {
  padding-right: 92px;
}
.ra-sec-title3:is(.text-center) .subtitle:after {
  display: block;
}

.ra-sec-title4 .subtitle {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 2px 23px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 4px;
  color: var(--ra-title-c3);
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, var(--ra-gradient-1) border-box;
  background: linear-gradient(#fff, #fff) padding-box, var(--ra-gradient-1) border-box;
}
.ra-sec-title4 .subtitle:before, .ra-sec-title4 .subtitle:after {
  top: 12px;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: var(--ra-gradient-1);
  background-size: 200%, 1px;
}
.ra-sec-title4 .subtitle:before {
  left: 10px;
}
.ra-sec-title4 .subtitle:after {
  right: 10px;
}
.ra-sec-title4 .sec_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: -1px;
  color: var(--ra-title-c3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-sec-title4 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-sec-title4 .sec_title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-sec-title4 .sec_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-sec-title4 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .ra-sec-title4 .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .ra-sec-title4 .sec_title {
    font-size: 28px;
  }
}
.ra-sec-title4 p {
  padding-top: 20px;
}

@-webkit-keyframes pxl_btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes pxl_btn_shine {
  100% {
    left: 200%;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.ra-btn-1 a span {
  z-index: 1;
  gap: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  padding: 21px 40px;
  white-space: nowrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #000000;
  font-family: var(--ra-urbanist);
}
.ra-btn-1 a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewx(-20deg);
  -khtml-transform: skewx(-20deg);
  transform: skewx(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.35)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: -1;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-btn-1 a span {
    padding: 15px 30px;
  }
}
.ra-btn-1 a:hover span {
  background-color: var(--ra-base-c1);
}
.ra-btn-1 a:hover span:before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation: pxl_btn_shine 1.4s ease;
          animation: pxl_btn_shine 1.4s ease;
}
.ra-btn-1.ver_2 a span {
  gap: 8px;
}
.ra-btn-1.ver_2 a span i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ra-btn-3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 16px 28px;
  background: var(--ra-gradient-1);
  background-size: 200%, 1px;
}
.ra-btn-3 a span {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.ra-btn-3 a span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  text-align: center;
}
.ra-btn-3 a i {
  margin-left: 10px;
}
.ra-btn-3 a:hover {
  background-position: 120%;
}
.ra-btn-3 a:hover span {
  -webkit-transform: rotateX(90deg) translateY(-12px);
          transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}

.ra-btn-4 a img {
  padding: 14px;
  border-radius: 100%;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, var(--ra-gradient-1) border-box;
  background: linear-gradient(#fff, #fff) padding-box, var(--ra-gradient-1) border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ra-btn-4 a span {
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 18px 28px;
  border-radius: 100px;
  letter-spacing: -1px;
  font-family: var(--ra-manrope);
  background: var(--ra-gradient-2);
  background-size: 200%, 1px;
}
.ra-btn-4 a > *:nth-child(1) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-end: -45px;
          margin-inline-end: -45px;
}
.ra-btn-4 a > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ra-btn-4 a > *:nth-child(3) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.ra-btn-4 a:hover > *:nth-child(1) {
  -webkit-transform: scale3d(1, 1, 1) rotate(-130deg);
          transform: scale3d(1, 1, 1) rotate(-130deg);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.ra-btn-4 a:hover > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ra-btn-4 a:hover > *:nth-child(3) {
  -webkit-transform: scale3d(0.5, 0.5, 1) rotate(-130deg);
          transform: scale3d(0.5, 0.5, 1) rotate(-130deg);
  -webkit-margin-start: -45px;
          margin-inline-start: -45px;
}

.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

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

.mt-65 {
  margin-top: 65px;
}

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

.mt-75 {
  margin-top: 75px;
}

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

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

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

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

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

.mb-65 {
  margin-bottom: 65px;
}

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

.mb-75 {
  margin-bottom: 75px;
}

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

.mb-85 {
  margin-bottom: 85px;
}

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

.mb-95 {
  margin-bottom: 95px;
}

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

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ra-hero1-sec {
  background-color: #1a1b1d;
}

.ra-hero1-content {
  margin: 0 auto;
  max-width: 1665px;
  padding: 285px 15px 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hero1-content {
    padding: 200px 15px 60px;
  }
}
@media (max-width: 480px) {
  .ra-hero1-content {
    padding: 160px 15px 60px;
  }
}

.ra-hero1-item {
  gap: 50px 30px;
}
.ra-hero1-item .ra-hcl-img {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-hero1-item .ra-btn-1 {
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.ra-hero1-text {
  width: 100%;
  max-width: 620px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-text {
    max-width: 100%;
  }
}
.ra-hero1-text .ra_hr1_title {
  line-height: 1.143;
  padding: 10px 0px 35px;
}
.ra-hero1-text .ra_hr1_title .split-line {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0) translateY(100px);
          transform: scaleY(0) translateY(100px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-text .ra-hcl-img {
  gap: 16px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .ra-hero1-text .ra-hcl-img {
    margin-bottom: 30px;
  }
}
.ra-hero1-text .ra-hcl-img li {
  opacity: 0;
  margin-left: 12px;
  border: 2px solid #fff;
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-text .ra-hcl-img li:last-child {
  border: 2px solid #fff;
}
.ra-hero1-text .ra-hcl-img span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.ra-hero1-text .ra-btn-1 span {
  background-color: var(--ra-base-c1);
}

.ra-hr1-slug {
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transform: translateX(00px);
          transform: translateX(00px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ra_hr1_title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra_hr1_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ra_hr1_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra_hr1_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .ra_hr1_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .ra_hr1_title {
    font-size: 36px;
  }
}
.ra_hr1_title span {
  color: var(--ra-base-c1);
}

.ra-hero1-img-wrap {
  gap: 30px 65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero1-img-wrap {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-img-wrap {
    display: none !important;
  }
}

.ra-hero1-img1 .line_shape {
  top: 50%;
  right: -25px;
  position: absolute;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 2500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero1-img1 .line_shape {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-img1 .line_shape {
    display: none;
  }
}
.ra-hero1-img1 .item-img {
  width: 568px;
  height: 710px;
  overflow: hidden;
  border-radius: 15px 150px 15px 15px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-hero1-img1 .item-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
  border-radius: 15px 150px 15px 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero1-img1 .item-img {
    width: 480px;
    height: 570px;
  }
}
.ra-hero1-img1 .item-text {
  left: 25px;
  padding: 25px;
  bottom: 25px;
  width: 261px;
  height: 175px;
  opacity: 0;
  position: absolute;
  border-radius: 15px;
  background-color: #b5edfe;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.ra-hero1-img1 .item-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 18px;
}
.ra-hero1-img1 .item-text li {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #9cdef2;
}
.ra-hero1-img1 .item-text li i {
  margin-right: 8px;
}
.ra-hero1-img1 .item-text li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.ra-hero1-img2 .item-img {
  margin-bottom: 20px;
  border-radius: 20px;
}
.ra-hero1-img2 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-img2 .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
.ra-hero1-img2 .item-text h3 .split-line {
  opacity: 0;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ra-hero1-item {
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero1-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ra-hero1-item .ra-sq-shape1 {
  opacity: 0;
  top: -55px;
  z-index: -1;
  right: -50px;
  -webkit-transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.ra-hero1-item .ra-sq-shape2 {
  left: 18%;
  bottom: 0%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2000ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.ra-hs-nav {
  right: 10%;
  bottom: 10%;
  z-index: 2;
  width: 170px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-hs-nav {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hs-nav {
    position: static;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .ra-hs-nav {
    margin: 0;
    margin-top: 15px;
    position: static;
  }
}
.ra-hs-nav .arrow-nav {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .ra-hs-nav .arrow-nav {
    width: 45px;
    height: 45px;
  }
}
.ra-hs-nav .arrow-nav:hover {
  color: #fff;
  background-color: var(--ra-base-c1);
}
.ra-hs-nav .ra-hs-pagi {
  color: #fff;
  width: 50px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.swiper-slide-active .ra-hero1-item .ra-sq-shape1 {
  opacity: 1;
  right: 95px;
}
.swiper-slide-active .ra-hero1-item .ra-sq-shape2 {
  opacity: 1;
  bottom: 15%;
}
.swiper-slide-active .ra-hero1-item .ra-hr1-slug {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line {
  -webkit-transform: scaleY(1) translateY(0);
          transform: scaleY(1) translateY(0);
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.swiper-slide-active .ra-hero1-item .ra_hr1_title .split-line:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.swiper-slide-active .ra-hero1-item .ra-hcl-img {
  opacity: 1;
}
.swiper-slide-active .ra-hero1-item .ra-hcl-img li {
  opacity: 1;
  margin-left: -12px;
}
.swiper-slide-active .ra-hero1-item .ra-hcl-img li:first-child {
  margin-left: 0;
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img1 .line_shape {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img1 .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img1 .item-text {
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-text h3 .split-line {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-text h3 .split-line:nth-child(1) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ra-hero1-item .ra-hero1-img2 .item-text h3 .split-line:nth-child(2) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .ra-hero1-item .ra-btn-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ra-ab1-content {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1690px;
}

.ra-ab1-text-area {
  gap: 40px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ab1-text-area {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab1-text-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab1-text-area .ra-sec-title1 {
    padding-top: 0;
  }
}

.ra-ab1-list li {
  font-size: 17px;
  margin: 0px 10px;
  font-weight: 600;
}
.ra-ab1-list li i {
  margin-right: 5px;
  color: var(--ra-base-c1);
}

.ra-ab1-ft-item .inner-item {
  overflow: hidden;
  border-radius: 10px;
}
.ra-ab1-ft-item .inner-item:before {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.ra-ab1-ft-item .item-text {
  left: 30px;
  bottom: 30px;
  max-width: 280px;
  position: absolute;
}
.ra-ab1-ft-item .item-text span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ra-ab1-ft-item .item-text span i {
  margin-left: 15px;
}
.ra-ab1-ft-item .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.ra-ab1-bottom-area {
  margin: 0 auto;
  max-width: 1430px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab1-bottom-area {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-ab1-btm1 {
  margin-top: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab1-btm1 {
    margin-top: 0;
  }
}

.ra-ab1-btm3 {
  margin-top: 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab1-btm3 {
    margin-top: 0;
  }
}

.ra-ab1-btm2 .item-inner {
  padding: 35px;
  max-width: 400px;
  margin-top: -65px;
  border-radius: 15px;
  background-color: #292937;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab1-btm2 .item-inner {
    margin-top: 0;
  }
}
.ra-ab1-btm2 .item-inner .item-text span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ra-ab1-btm2 .item-inner .item-text span i {
  margin-left: 20px;
}
.ra-ab1-btm2 .item-inner .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 20px;
}

/*---------------------------------------------------- */
/*Development area*/
/*----------------------------------------------------*/
.ra-development-sec {
  background-color: #f7fbfe;
}

.ra-development-content {
  gap: 40px 30px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-development-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-development-text {
  max-width: 600px;
}

.ra-development-img .item-img {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-development-img .item-img {
    height: 320px;
  }
}
.ra-development-img .item-text {
  left: 0;
  bottom: 0;
  position: absolute;
}
.ra-development-img .item-text a {
  gap: 20px;
  color: #072161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*package area*/
/*----------------------------------------------------*/
.ra-package-sec {
  z-index: 1;
}
.ra-package-sec:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  max-height: 365px;
  position: absolute;
  background-color: #f7fbfe;
}

.ra-package-wrap {
  max-width: 1665px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-package-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-package-title {
  padding: 70px;
  max-width: 572px;
  background-color: #0d2665;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-package-title {
    padding: 70px 40px;
  }
}
@media (max-width: 480px) {
  .ra-package-title {
    padding: 40px 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-package-title {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
.ra-package-title p {
  color: #fff;
  padding: 20px 0px 45px;
}
.ra-package-title .ra-sec-title1 .subtitle {
  color: #fff;
}
.ra-package-title .ra-sec-title1 .sec_title {
  color: #fff;
  font-size: 50px;
}
@media (max-width: 480px) {
  .ra-package-title .ra-sec-title1 .sec_title {
    font-size: 35px;
  }
}
.ra-package-title .ra-package-btn .nav-tabs {
  overflow: hidden;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #7785a9;
}
.ra-package-title .ra-package-btn .nav-tabs .nav-link {
  color: #fff;
  width: 140px;
  padding: 15px 0;
  font-weight: 500;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .ra-package-title .ra-package-btn .nav-tabs .nav-link {
    width: 120px;
    font-size: 14px;
  }
}
.ra-package-title .ra-package-btn .nav-tabs .nav-link:is(.active) {
  color: #000;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-package-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-package-item-tab {
  width: 100%;
  max-width: 1090px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-package-item-tab {
    max-width: 100%;
  }
}

.ra-package-item {
  padding: 75px 70px 60px;
  background-color: #edf2ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-package-item {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-package-item {
    padding: 75px 40px 60px;
  }
}
@media (max-width: 480px) {
  .ra-package-item {
    padding: 40px 30px 40px;
  }
}
.ra-package-item:nth-child(2) {
  background-color: #e6edff;
}
.ra-package-item h3 {
  color: #000000;
  font-size: 35px;
  font-weight: 800;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-package-item h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-package-item h3 {
    font-size: 30px;
  }
}
.ra-package-item .item-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.ra-package-item p {
  padding-bottom: 25px;
}
.ra-package-item li {
  font-weight: 500;
  margin-bottom: 5px;
}
.ra-package-item li i {
  margin-right: 10px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ra-team1-content {
  gap: 30px;
  margin: 0 auto;
  max-width: 1700px;
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-team1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-tm1-exp {
  max-width: 190px;
}
.ra-tm1-exp h2 {
  color: #072161;
  line-height: 1;
  font-size: 50px;
  font-weight: 800;
}
.ra-tm1-exp h2 span {
  font-size: 100px;
}
.ra-tm1-exp p {
  color: #072161;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.ra-tm1-img-wrap {
  z-index: 1;
  width: 100%;
  max-width: 1105px;
}
.ra-tm1-img-wrap:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 0%;
  position: absolute;
  background-color: #244cc9;
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
.ra-tm1-img-wrap .item-img {
  position: relative;
}
.ra-tm1-img-wrap .item-img:nth-child(1) {
  -webkit-transform: translateX(130px);
          transform: translateX(130px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm1-img-wrap .item-img:nth-child(1) {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.ra-tm1-img-wrap .item-img:nth-child(2) {
  z-index: 2;
}
.ra-tm1-img-wrap .item-img:nth-child(3) {
  -webkit-transform: translateX(-130px);
          transform: translateX(-130px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm1-img-wrap .item-img:nth-child(3) {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.ra-tm1-img-wrap:is(.active):before {
  height: 35%;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.ra-more-btn a {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ra-more-btn span {
  color: #fff;
  width: 202px;
  height: 202px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
  border-radius: 100%;
  background-color: #164ac8;
}
.ra-more-btn span:hover {
  background-color: #000;
}

.ra-team1-bottom-btn a span {
  gap: 15px;
  color: #072161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ra-team1-bottom-btn a span:hover {
  letter-spacing: 2px;
}

.ra-team1-mem-content {
  gap: 40px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-team1-mem-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-team1-mem-items {
  width: 100%;
  max-width: 850px;
}
.ra-team1-mem-items .row {
  --bs-gutter-x: 20px ;
}

.ra-team1-item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 270px;
  max-height: 274px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}
.ra-team1-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-team1-item:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-team1-item .read_more {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  opacity: 0;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  text-align: center;
}
.ra-team1-item .read_more i {
  margin-left: 8px;
}
.ra-team1-item:hover:before {
  opacity: 1;
}
.ra-team1-item:hover .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ra-team1-item:hover .read_more {
  opacity: 1;
  bottom: 20px;
}

.ra-team1-text-area {
  max-width: 460px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-team1-text-area {
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-team1-text-area {
    max-width: 100%;
  }
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.ra-counter1-sec {
  z-index: 1;
  background-color: #153dbb;
}
.ra-counter1-sec:before {
  top: 0;
  right: 0;
  z-index: -1;
  width: 52%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-sec:before {
    display: none;
  }
}

.ra-counter1-content {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-counter1-p1 {
  gap: 20px;
  max-width: 640px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-p1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-counter1-p1 .ra-sec-title1 {
  max-width: 420px;
}
.ra-counter1-p1 .ra-sec-title1 .subtitle {
  color: #fff;
}
.ra-counter1-p1 .ra-sec-title1 .sec_title {
  color: #fff;
  font-size: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-p1 .ra-sec-title1 .sec_title {
    font-size: 32px;
  }
}

.ra-counter1-p2 {
  gap: 55px;
  max-width: 695px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-p2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-counter1-item {
  max-width: 190px;
  position: relative;
}
.ra-counter1-item:before {
  top: 0;
  right: -5px;
  color: #fff;
  content: "*";
  font-size: 80px;
  font-weight: 800;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-item:before {
    display: none;
  }
}
.ra-counter1-item:last-child:before {
  display: none;
}
.ra-counter1-item h3 {
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 800;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-item h3 {
    font-size: 50px;
  }
}
.ra-counter1-item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ra-counter1-item p {
  color: #fff;
  font-size: 15px;
}

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.ra-why-c1-sec .ra-sec-title1 {
  max-width: 950px;
}

.ra-why-c1-content {
  gap: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-why-c1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-why-c1-img {
  width: 100%;
  max-width: 845px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-why-c1-img {
    max-width: 100%;
  }
}
.ra-why-c1-img .item-img {
  overflow: hidden;
  border-radius: 15px;
}

.ra-wc-card {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 364px;
  position: absolute;
  padding: 40px 30px;
  border-radius: 15px;
  background-color: #244cc9;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wc-card {
    max-width: 100%;
    position: static;
  }
}
.ra-wc-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 10px;
}
.ra-wc-card .inner-img {
  margin-bottom: 20px;
}
.ra-wc-card .ra-btn-1 a {
  width: 100%;
  text-align: center;
}
.ra-wc-card .ra-btn-1 a span {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ra-wc-card .ra-btn-1 a span:hover {
  background-color: #000;
  letter-spacing: 1px;
}

.ra-why-c1-text-wrap {
  width: 100%;
  max-width: 515px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-why-c1-text-wrap {
    max-width: 100%;
  }
}

.ra-why-c1-ft-list {
  padding-top: 30px;
}
.ra-why-c1-ft-list h3 {
  color: #272938;
  font-size: 30px;
  font-weight: 800;
  max-width: 400px;
  padding-bottom: 25px;
}
.ra-why-c1-ft-list li {
  margin-bottom: 10px;
}
.ra-why-c1-ft-list li:last-child {
  margin-bottom: 0;
}
.ra-why-c1-ft-list li a {
  gap: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #f6f6f6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ra-why-c1-ft-list li a span {
  gap: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ra-why-c1-ft-list li a span i {
  font-size: 30px;
}
.ra-why-c1-ft-list li a:hover {
  color: #fff;
  background-color: var(--ra-base-c1);
}
.ra-why-c1-ft-list li a:hover span {
  color: #fff;
}

.ra-why-c1-text-title {
  gap: 0 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #272938;
}
.ra-why-c1-text-title .item-icon-text {
  gap: 20px;
}
.ra-why-c1-text-title .item-icon-text .item-text {
  color: #272938;
  font-size: 75px;
  font-weight: 800;
}
.ra-why-c1-text-title p {
  color: #272938;
  font-size: 21px;
  font-weight: 500;
  max-width: 225px;
}

/*---------------------------------------------------- */
/*Skill Feature area*/
/*----------------------------------------------------*/
.ra-skill-ft-text {
  max-width: 515px;
}
.ra-skill-ft-text .ra-sec-title1 .subtitle {
  color: #fff;
}
.ra-skill-ft-text .ra-sec-title1 .sec_title {
  color: #fff;
}
.ra-skill-ft-text .ra-ab1-list li {
  color: #fff;
}

.ra-feature-content {
  gap: 40px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-feature-content {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-feature-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-skill-feature-content {
  gap: 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-skill-feature-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-skill-card-area1 {
  gap: 35px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-skill-card-area1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-ab1-skill .skill-set-percent {
  width: 100%;
}
.ra-ab1-skill .skill-set-percent .progress {
  margin-top: -20px;
}
.ra-ab1-skill .skill-set-percent .progress:nth-child(1) {
  margin-top: 0;
}
.ra-ab1-skill .skill-set-percent .progress:nth-child(1) .progress-bar {
  background-color: #244cc9;
}
.ra-ab1-skill .skill-set-percent .progress:nth-child(2) .progress-bar {
  background-color: #8fc351;
}
.ra-ab1-skill .skill-set-percent .progress:nth-child(3) .progress-bar {
  background-color: #265c32;
}
.ra-ab1-skill .skill-set-percent .progress:nth-child(4) .progress-bar {
  background-color: #272441;
}
.ra-ab1-skill .skill-set-percent .progress:nth-child(4) h4 {
  top: 30px;
}
.ra-ab1-skill .skill-set-percent h4 {
  top: 20px;
  z-index: 1;
  left: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  position: absolute;
}
@media (max-width: 480px) {
  .ra-ab1-skill .skill-set-percent h4 {
    left: 15px;
  }
}
.ra-ab1-skill .skill-set-percent .progress {
  height: 75px;
  overflow: visible;
  position: relative;
  background-color: transparent;
}
.ra-ab1-skill .skill-set-percent .progress:last-child {
  margin-bottom: 0;
}
.ra-ab1-skill .skill-set-percent .progress span {
  top: 23px;
  right: 50px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 480px) {
  .ra-ab1-skill .skill-set-percent .progress span {
    right: 0px;
  }
}
.ra-ab1-skill .skill-set-percent .progress-bar {
  top: 0px;
  width: 0;
  left: 0px;
  float: left;
  height: 100%;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: rgb(157, 163, 222);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.ra-skill-card {
  width: 255px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1e1a39;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-skill-card {
    width: 100%;
  }
}
.ra-skill-card .item-icon {
  width: 90px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ra-skill-card .item-text {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}
.ra-skill-card .inner-item {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-skill-card .read_more {
  left: 0;
  right: 0;
  bottom: 0px;
  color: #fff;
  opacity: 0;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-skill-card:hover {
  background-color: #244cc9;
  border: 1px solid #244cc9;
}
.ra-skill-card:hover .inner-item {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ra-skill-card:hover .read_more {
  opacity: 1;
  bottom: 15px;
  visibility: visible;
}

.ra-skill-card-wrap {
  max-width: 840px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-skill-card-wrap {
    max-width: 670px;
  }
}

.ra-feature-img-wrap {
  max-width: 800px;
}
.ra-feature-img-wrap .ra-sec-title1 {
  max-width: 630px;
}
.ra-feature-img-wrap .ra-why-c1-text-title {
  border: none;
}

.ra-feature-text-wrap {
  max-width: 530px;
  padding-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-feature-text-wrap {
    max-width: 100%;
  }
}

.ra-feature1-item {
  gap: 30px;
  z-index: 1;
  overflow: hidden;
  padding: 30px 35px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-feature1-item .item-icon {
  color: #7141b1;
  font-size: 30px;
}
.ra-feature1-item .item-text h3 {
  color: #1b1d21;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.ra-feature1-item span {
  z-index: -1;
  right: -7px;
  bottom: -30px;
  color: #f2f2f2;
  font-size: 72px;
  font-weight: 900;
  position: absolute;
}
.ra-feature1-item:hover {
  -webkit-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.ra-feature1-item:nth-child(2) .item-icon {
  color: #43baff;
}
.ra-feature1-item:nth-child(3) .item-icon {
  color: #221d48;
}

.ra-check-ft-content {
  border-bottom: 1px solid #dedede;
}

.ra-check-ft-item {
  gap: 20px;
  padding: 85px 50px;
  border-right: 1px solid #dedede;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-check-ft-item {
    padding: 40px 15px;
  }
}
.ra-check-ft-item .item-icon {
  color: #7141b1;
  font-size: 30px;
}
.ra-check-ft-item .item-text {
  color: #1b1d21;
  font-size: 20px;
  font-weight: 800;
  max-width: 360px;
  line-height: 1.2;
}

.col-lg-4:last-child .ra-check-ft-item {
  border-right: none;
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ra-contact1-sec {
  z-index: 1;
}
.ra-contact1-sec:before {
  top: 0;
  right: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #244cc9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-contact1-sec:before {
    display: none;
  }
}

.ra-contact1-content {
  gap: 40px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-contact1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-counter1-text {
  max-width: 630px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-text {
    max-width: 100%;
  }
}
.ra-counter1-text .ra-sec-title1 .subtitle {
  color: #fff;
}
.ra-counter1-text .ra-sec-title1 .sec_title {
  color: #fff;
}
.ra-counter1-text .ra-ab1-list li {
  color: #fff;
}

.ra-contact-newslatter {
  padding-top: 40px;
  border-top: 1px solid #214067;
}
.ra-contact-newslatter p {
  color: #fff;
  padding-bottom: 40px;
}
.ra-contact-newslatter form {
  margin-bottom: 35px;
  position: relative;
}
.ra-contact-newslatter form input {
  width: 100%;
  height: 60px;
  border: none;
  max-width: 345px;
  padding-left: 20px;
  border-radius: 15px;
  background-color: #132533;
}
.ra-contact-newslatter form input::-webkit-input-placeholder {
  color: #b1b5d3;
  font-size: 15px;
  font-weight: 700;
}
.ra-contact-newslatter form input::-moz-placeholder {
  color: #b1b5d3;
  font-size: 15px;
  font-weight: 700;
}
.ra-contact-newslatter form input:-ms-input-placeholder {
  color: #b1b5d3;
  font-size: 15px;
  font-weight: 700;
}
.ra-contact-newslatter form input::-ms-input-placeholder {
  color: #b1b5d3;
  font-size: 15px;
  font-weight: 700;
}
.ra-contact-newslatter form input::placeholder {
  color: #b1b5d3;
  font-size: 15px;
  font-weight: 700;
}
.ra-contact-newslatter form button {
  color: #fff;
  height: 60px;
  border: none;
  font-size: 16px;
  border-radius: 15px;
  font-weight: 600;
  padding: 15px 65px;
  background-color: #3c67ff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-contact-newslatter form button:hover {
  color: var(--ra-base-c1);
  background-color: #fff;
}
.ra-contact-newslatter a {
  color: #53e79c;
  font-size: 16px;
  font-weight: 700;
}
.ra-contact-newslatter a i {
  margin-left: 10px;
}
.ra-contact-newslatter a:hover {
  letter-spacing: 1px;
}

.ra-counter1-form {
  max-width: 405px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-form {
    max-width: 100%;
  }
}
.ra-counter1-form h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 25px;
}
.ra-counter1-form input, .ra-counter1-form textarea {
  width: 100%;
  height: 65px;
  border: none;
  margin-bottom: 6px;
  padding-left: 20px;
  border-radius: 15px;
  background-color: #fff;
}
.ra-counter1-form textarea {
  height: 170px;
  padding-top: 20px;
}
.ra-counter1-form button {
  color: #fff;
  width: 100%;
  border: none;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background-color: #0b1b2b;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-counter1-form button {
    background-color: #3c67ff;
  }
}
.ra-counter1-form button i {
  margin-left: 10px;
}
.ra-counter1-form button:hover {
  color: var(--ra-base-c1);
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.ra-spon1-sec {
  border-bottom: 1px solid #dddbde;
}
.ra-spon1-sec .ra-sec-title1 {
  max-width: 900px;
}

.ra-spon1-content {
  width: 145%;
  margin-bottom: 35px;
}

.ra-spon1-content-2 {
  width: 145%;
  margin-left: -165px;
}
.ra-spon1-content-2 .ra-spon1-item:before, .ra-spon1-content-2 .ra-spon1-item:after {
  display: none;
}

.ra-spon1-item {
  z-index: 1;
  width: 185px;
  height: 185px;
  margin: 0 65px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 122px 0px rgba(0, 0, 0, 0.04), inset 0px 0px 81px 0px rgba(232, 21, 53, 0.09);
          box-shadow: 0px 3px 122px 0px rgba(0, 0, 0, 0.04), inset 0px 0px 81px 0px rgba(232, 21, 53, 0.09);
}
.ra-spon1-item:before, .ra-spon1-item:after {
  z-index: -1;
  right: -130px;
  bottom: -90px;
  width: 1px;
  content: "";
  height: 140px;
  position: absolute;
  background-color: #e2e1e6;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.ra-spon1-item:after {
  left: -130px;
  right: auto;
  z-index: -2;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.ra-spon1-item:nth-child(odd) {
  width: 215px;
  height: 215px;
}
.ra-spon1-item .item-inner {
  width: 100%;
  height: 100%;
}
.ra-spon1-item .item-text {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ra-testi1-sec .ra-sec-title1 {
  max-width: 950px;
}
.ra-testi1-sec .ra-hcl-img {
  margin-bottom: 0;
}
.ra-testi1-sec .ra-hcl-img span {
  color: #272938;
  font-size: 20px;
  font-weight: 800;
  margin-left: 20px;
}
.ra-testi1-sec .ra-hcl-img li {
  border: 1px solid #fff;
}

.ra-review-rate {
  gap: 30px 0px;
}

.ra-rate-numb {
  margin-left: 55px;
  position: relative;
}
.ra-rate-numb:before {
  top: -8px;
  left: -30px;
  width: 3px;
  content: "";
  height: 38px;
  position: absolute;
  background-color: #6a6a6a;
}
.ra-rate-numb ul {
  margin: 0px 30px;
}
.ra-rate-numb li {
  color: #ffc107;
}
.ra-rate-numb span {
  font-weight: 600;
}

.ra-testi1-item {
  padding: 50px 40px;
  border-radius: 15px;
  background-color: #fff;
}
.ra-testi1-item .item-top {
  gap: 24px;
}
.ra-testi1-item .item-top .item-img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
}
.ra-testi1-item .item-top .item-author h3 {
  color: #272938;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 10px;
}
.ra-testi1-item .item-top .item-author li {
  color: #ffc107;
}
.ra-testi1-item .item-quote {
  color: #272938;
  font-size: 24px;
  font-weight: 800;
}

.ra-testi1-nav,
.ra-price1-nav {
  gap: 20px;
}
.ra-testi1-nav .arrow-nav,
.ra-price1-nav .arrow-nav {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .ra-testi1-nav .arrow-nav,
  .ra-price1-nav .arrow-nav {
    width: 45px;
    height: 45px;
  }
}
.ra-testi1-nav .arrow-nav:hover,
.ra-price1-nav .arrow-nav:hover {
  color: #fff;
  background-color: var(--ra-base-c1);
}

.ra-price1-nav {
  gap: 15px;
  right: 30px;
  bottom: 30px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ra-blog1-ft-item {
  max-width: 678px;
}
.ra-blog1-ft-item .item-meta {
  left: 20px;
  bottom: 20px;
  position: absolute;
}
.ra-blog1-ft-item .item-meta a {
  color: #272938;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 100px;
}
.ra-blog1-ft-item .item-img {
  overflow: hidden;
  border-radius: 20px;
}
.ra-blog1-ft-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-blog1-ft-item .blog_title {
  color: #272938;
  font-size: 32px;
  font-weight: 800;
}
.ra-blog1-ft-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ra-blog1-item {
  gap: 20px 45px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
}
.ra-blog1-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ra-blog1-item .item-img {
  width: 219px;
  height: 190px;
  overflow: hidden;
  border-radius: 15px;
}
.ra-blog1-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-blog1-item .item-text {
  max-width: 420px;
}
.ra-blog1-item .item-meta {
  margin-bottom: 5px;
}
.ra-blog1-item .item-meta a {
  color: #272938;
  font-size: 14px;
  font-weight: 700;
}
.ra-blog1-item .blog_title {
  color: #272938;
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 15px;
}
.ra-blog1-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ra-hero2-sec {
  background-color: #040404;
}

.ra-hero2-content {
  z-index: 1;
  padding: 190px 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero2-content {
    padding: 180px 15px 100px;
  }
}
.ra-hero2-content .ra-hero2-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ra-hero2-text {
  max-width: 670px;
}

.ra-hero1-text.ver_2 .ra-hcl-img {
  margin-bottom: 0;
}
.ra-hero1-text.ver_2 .ra-hcl-img li {
  opacity: 1;
  margin-left: -12px;
}
.ra-hero1-text.ver_2 .ra-hcl-img li:nth-child(1) {
  margin-left: 0;
}

.ra-hr2-btn-client {
  gap: 30px;
}

.ra-hero2-img-wrapper {
  top: 0;
  gap: 10px;
  right: -18%;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero2-img-wrapper {
    display: none !important;
  }
}
.ra-hero2-img-wrapper .item-img {
  margin-bottom: 10px;
}
.ra-hero2-img-wrapper .item-img .inner-img {
  max-width: 600px;
  overflow: hidden;
  max-height: 320px;
  border-radius: 5px;
}
.ra-hero2-img-wrapper .ra-hero2-img-wrap2 {
  margin-top: -150px;
}
.ra-hero2-img-wrapper .ra-hero2-img-wrap2 .item-img .inner-img {
  max-width: 550px;
}
.ra-hero2-img-wrapper .ra-hero2-img-wrap3 {
  margin-top: -150px;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.ra-sponsor2-content {
  padding: 20px 0px;
  display: flow-root;
  background-color: #0c0c0c;
}

.ra-spon2-item {
  margin: 0px 50px;
  display: inline-block;
}
.ra-spon2-item .item-img {
  height: 50px;
  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;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ra-about2-area {
  margin: 0 auto;
  max-width: 1920px;
}

.ra-about2-side {
  top: 0;
  left: -250px;
  max-width: 460px;
  overflow: hidden;
  position: absolute;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about2-side {
    display: none;
  }
}

.ra-about2-content {
  gap: 40px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-about2-content {
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-about2-img-wrap {
  max-width: 695px;
}

.ra-ab2-img-area {
  padding-left: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab2-img-area {
    padding-left: 0;
  }
}
.ra-ab2-img-area .item-img {
  height: 375px;
  overflow: hidden;
  border-radius: 10px;
}
.ra-ab2-img-area .item-text {
  top: 30px;
  left: 25px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: #fff;
}
.ra-ab2-img-area .item-text i {
  color: #ffb401;
  font-size: 20px;
  margin-right: 10px;
}

.ra-about2-img-counter {
  width: 100%;
  gap: 30px 40px;
  border-radius: 15px;
  padding: 28px 28px 28px 60px;
  background-color: var(--ra-base-c1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about2-img-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-about2-img-line {
    max-width: 280px;
  }
}
.ra-about2-img-line .line_item {
  gap: 30px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #2861ea;
}
.ra-about2-img-line .line_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ra-about2-img-line .line_item .item-num {
  width: 130px;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  white-space: nowrap;
}
.ra-about2-img-line .line_item .item-text {
  color: #fff;
  max-width: 200px;
  font-size: 22px;
  font-weight: 800;
}

.ra-about2-img-circle {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border-top-left-radius: 0;
}
.ra-about2-img-circle .inner-item {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  border: 13px solid #164ac8;
}
.ra-about2-img-circle .inner-item h3 {
  color: #171926;
  line-height: 1;
  font-size: 36px;
  font-weight: 800;
}
.ra-about2-img-circle .inner-item p {
  color: #171926;
  font-weight: 500;
}

.ra-about2-text-wrap {
  max-width: 645px;
}

.ra-ab2-list {
  gap: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ra-ab2-list li {
  gap: 15px;
  width: 48%;
  font-size: 22px;
  color: #131a20;
  font-weight: 800;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab2-list li {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.ra-price1-cate {
  padding: 20px 15px;
  background-color: var(--ra-base-c1);
}
.ra-price1-cate li {
  margin: 0px 38px;
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price1-cate li {
    margin: 0px 15px;
  }
}
.ra-price1-cate li:before {
  top: 0;
  color: #fff;
  right: -45px;
  content: "*";
  font-size: 30px;
  position: absolute;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price1-cate li:before {
    display: none;
  }
}
.ra-price1-cate li:last-child:before {
  display: none;
}
.ra-price1-cate li a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.ra-price1-cate li a:hover {
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price1-content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-price1-side-img {
  width: 100%;
  max-width: 590px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price1-side-img {
    max-width: 100%;
    max-height: 350px;
  }
}
.ra-price1-side-img .item-img {
  height: 100%;
}

.ra-price1-slide-wrap {
  width: 100%;
  max-width: 1545px;
  margin-right: -230px;
}

.ra-price1-item {
  background-color: #e6edff;
  border-right: 2px solid #fff;
}
.ra-price1-item .inner-item {
  padding: 55px 55px 0px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price1-item .inner-item {
    padding: 40px 30px 0px;
  }
}
.ra-price1-item .item-title span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 25px;
  border-radius: 100px;
  margin-bottom: 10px;
  background-color: #7d7ae3;
}
.ra-price1-item .item-title h3 {
  color: #191919;
  font-size: 35px;
  font-weight: 800;
  padding-bottom: 22px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price1-item .item-title h3 {
    font-size: 26px;
  }
}
.ra-price1-item .item-img-price {
  padding-bottom: 50px;
}
.ra-price1-item .item-img-price .item-img {
  width: 100%;
  height: 163px;
  max-width: 395px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.ra-price1-item .item-img-price .item-text {
  bottom: 0;
  left: 10px;
  width: 122px;
  height: 82px;
  position: absolute;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--ra-base-c1);
}
.ra-price1-item .item-img-price .item-text .item-inner {
  line-height: 1;
}
.ra-price1-item .item-img-price .item-text h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}
.ra-price1-item .item-img-price .item-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.ra-price1-item .item-list li {
  color: #424242;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ra-price1-item .item-list li i {
  margin-right: 10px;
}
.ra-price1-item .item-btn a {
  width: 100%;
  font-size: 16px;
  color: #072161;
  font-weight: 600;
  padding: 18px 15px;
  background-color: #fff;
}
.ra-price1-item .item-btn a i {
  margin-left: 15px;
}
.ra-price1-item .item-btn a:hover {
  letter-spacing: 1px;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.ra-ser1-top-content {
  z-index: 1;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-top-content {
    padding-top: 50px;
  }
}

.ra-ser1-text {
  max-width: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-text {
    max-width: 100%;
  }
}

.ra-ser1-img {
  top: 0;
  right: -25px;
  z-index: -1;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ser1-img {
    right: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-img {
    position: static;
    text-align: center;
  }
}

.ra-ser1-item {
  gap: 20px;
  margin-bottom: 30px;
}
.ra-ser1-item .item-icon {
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 25px;
  border-radius: 100%;
  background-color: var(--ra-base-c1);
}
.ra-ser1-item .item-text {
  max-width: 355px;
}
.ra-ser1-item .item-text h3 a,
.ra-ser1-item .item-text h3 {
  color: #131a20;
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 10px;
}
.ra-ser1-item .item-text p {
  padding-bottom: 15px;
}
.ra-ser1-item .item-text a {
  color: #072161;
  font-size: 16px;
  font-weight: 800;
}
.ra-ser1-item .item-text a i {
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-tab-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-ser1-tab-sec {
  z-index: 1;
  background-color: #181719;
}
.ra-ser1-tab-sec:before {
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background-size: cover;
  background-color: #0b245a;
  background-position: center center;
  background-image: url(../img/bg/ser-bg3.png);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-tab-sec:before {
    display: none;
  }
}
.ra-ser1-tab-sec .ra-sec-title1 .subtitle,
.ra-ser1-tab-sec .ra-sec-title1 .sec_title {
  color: #fff;
}

.ra-ser1-tab-btn {
  max-width: 585px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-tab-btn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.serv1-btn-item {
  padding: 20px 0px;
  position: relative;
  border-bottom: 2px solid #2f2d76;
}
.serv1-btn-item:before {
  top: 33%;
  left: 75%;
  width: 0px;
  height: 27px;
  content: "";
  opacity: 0.7;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  background-image: url(../img/shape/line.png);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .serv1-btn-item:before {
    display: none;
  }
}
.serv1-btn-item .btn-icon {
  width: 0px;
  opacity: 0;
  height: 35px;
  margin-right: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.serv1-btn-item .co-btn-text {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .serv1-btn-item .co-btn-text {
    font-size: 26px;
  }
}

.nav-link:is(.active) .serv1-btn-item:before {
  width: 302px;
}
.nav-link:is(.active) .serv1-btn-item .btn-icon {
  opacity: 1;
  width: 35px;
  margin-right: 22px;
}

.ra-ser1-tab-content-details {
  max-width: 480px;
  margin-right: 125px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-tab-content-details {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser1-tab-content-details {
    width: 100%;
    max-width: 100%;
  }
}

.ra-ser1-tab-item {
  width: 100%;
  padding: 50px;
  border-radius: 15px;
  background-color: #000c2f;
  border-left: 15px solid var(--ra-base-c1);
}
@media (max-width: 480px) {
  .ra-ser1-tab-item {
    padding: 40px 30px;
  }
}
.ra-ser1-tab-item .title-list h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 25px;
}
.ra-ser1-tab-item .title-list li {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding-left: 23px;
  position: relative;
  margin-bottom: 8px;
}
.ra-ser1-tab-item .title-list li:before {
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
}
.ra-ser1-tab-item .ser-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 18px 30px;
  border-radius: 100px;
  white-space: nowrap;
  background-color: var(--ra-base-c1);
}
.ra-ser1-tab-item .ser-btn a:hover {
  background-color: #fff;
  color: var(--ra-base-c1);
}
.ra-ser1-tab-item .ser-img {
  overflow: hidden;
  margin-top: 55px;
  border-radius: 20px;
  display: inline-block;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ra-testi2-item {
  margin: 0 auto;
  max-width: 690px;
  margin-bottom: 30px;
}
.ra-testi2-item .item-img {
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
}
.ra-testi2-item .item-text {
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  margin: 0 auto;
  color: #101010;
  font-size: 19px;
  font-weight: 800;
  position: absolute;
  padding: 30px 35px;
  font-style: italic;
  border-radius: 10px;
  background-color: #f5d74f;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi2-item .item-text {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
}
.ra-testi2-item .item-text i {
  top: -20px;
  left: -20px;
  color: #000000;
  font-size: 60px;
  position: absolute;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi2-item .item-text i {
    left: 0;
  }
}

.ra-testi2-counter {
  margin: 0 auto;
  max-width: 490px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .ra-testi2-counter {
    margin-top: 0;
  }
}
.ra-testi2-counter:before, .ra-testi2-counter:after {
  top: 56%;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #c4c3cc;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (max-width: 480px) {
  .ra-testi2-counter:before, .ra-testi2-counter:after {
    display: none;
  }
}
.ra-testi2-counter:after {
  top: 20%;
  width: 1px;
  height: 80px;
}
.ra-testi2-counter .item-counter h3 {
  color: #272938;
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 480px) {
  .ra-testi2-counter .item-counter h3 {
    font-size: 40px;
  }
}
.ra-testi2-counter .item-counter p {
  color: #272938;
  font-weight: 600;
}

/*---------------------------------------------------- */
/*Category area*/
/*----------------------------------------------------*/
.ra-cate1-sec .ra-sec-title1 .subtitle,
.ra-cate1-sec .ra-sec-title1 .sec_title {
  color: #fff;
}

.ra-cate1-content {
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ra-cate1-content .ra-skill-card {
  min-height: 280px;
  border: 1px solid #102463;
  background-color: transparent;
}
.ra-cate1-content .ra-skill-card:hover {
  background-color: var(--ra-base-c1);
  border: 1px solid var(--ra-base-c1);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.ra-contact2-content {
  gap: 40px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-contact2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-contact2-text {
  max-width: 645px;
}

.ra-contact2-list {
  max-width: 575px;
}
.ra-contact2-list .ra-why-c1-text-title {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #272938;
}
@media (max-width: 480px) {
  .ra-contact2-list .ra-why-c1-text-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-contact2-list .ra-why-c1-text-title:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ra-contact2-list .ra-why-c1-text-title .item-text {
  width: 155px;
  color: #244cc9;
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 480px) {
  .ra-contact2-list .ra-why-c1-text-title .item-text {
    font-size: 40px;
  }
}
.ra-contact2-list .ra-why-c1-text-title .inner-text {
  max-width: 370px;
}
.ra-contact2-list .ra-why-c1-text-title .inner-text h4 {
  color: #121212;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .ra-contact2-list .ra-why-c1-text-title .inner-text h4 {
    font-size: 22px;
  }
}

.ra-contact2-form {
  max-width: 700px;
  padding: 75px 60px;
  border-radius: 10px;
  margin-top: -85px;
  background-color: var(--ra-base-c1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-contact2-form {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .ra-contact2-form {
    padding: 40px 30px;
  }
}
.ra-contact2-form .contact-title {
  margin-bottom: 30px;
}
.ra-contact2-form .contact-title span {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ra-contact2-form .contact-title span {
    font-size: 16px;
  }
}
.ra-contact2-form .contact-title h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}
@media (max-width: 480px) {
  .ra-contact2-form .contact-title h3 {
    font-size: 30px;
  }
}
.ra-contact2-form input, .ra-contact2-form textarea {
  width: 100%;
  height: 70px;
  border: none;
  color: #090909;
  padding-left: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
  background-color: #fff;
}
.ra-contact2-form input::-webkit-input-placeholder, .ra-contact2-form textarea::-webkit-input-placeholder {
  color: #090909;
}
.ra-contact2-form input::-moz-placeholder, .ra-contact2-form textarea::-moz-placeholder {
  color: #090909;
}
.ra-contact2-form input:-ms-input-placeholder, .ra-contact2-form textarea:-ms-input-placeholder {
  color: #090909;
}
.ra-contact2-form input::-ms-input-placeholder, .ra-contact2-form textarea::-ms-input-placeholder {
  color: #090909;
}
.ra-contact2-form input::placeholder, .ra-contact2-form textarea::placeholder {
  color: #090909;
}
@media (max-width: 480px) {
  .ra-contact2-form input, .ra-contact2-form textarea {
    height: 50px;
  }
}
.ra-contact2-form textarea {
  height: 150px;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .ra-contact2-form textarea {
    height: 130px;
  }
}
.ra-contact2-form button {
  color: #fff;
  width: 100%;
  border: none;
  height: 60px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 100px;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-contact2-form button:hover {
  color: var(--ra-base-c1);
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Case Study area*/
/*----------------------------------------------------*/
.ra-cs-sec {
  z-index: 1;
}
.ra-cs-sec:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 135px;
  position: absolute;
  background-color: #fff;
}

.ra-cs-top-content {
  gap: 30px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ra-cs-top-content h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.ra-cs-content {
  margin-right: -305px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-cs-content {
    margin-right: 0;
  }
}

.ra-cs1-nav {
  gap: 20px;
}
.ra-cs1-nav .arrow-nav {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .ra-cs1-nav .arrow-nav {
    width: 45px;
    height: 45px;
  }
}
.ra-cs1-nav .arrow-nav:hover {
  color: #fff;
  background-color: var(--ra-base-c1);
}

.ra-cs-item {
  width: 100%;
  max-width: 548px;
  padding-bottom: 50px;
}
.ra-cs-item .item-img {
  overflow: hidden;
  border-radius: 20px;
}
.ra-cs-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-cs-item .item-text {
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  position: absolute;
}
.ra-cs-item .item-text a {
  color: #fff;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 15px;
  background-color: #272938;
}
.ra-cs-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ra-cs-item:hover .item-text a {
  letter-spacing: 1px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ra-blog2-item {
  margin-bottom: 30px;
}
.ra-blog2-item .item-img {
  margin: 0 auto;
  overflow: hidden;
  max-width: 445px;
  border-radius: 15px;
  margin-bottom: 28px;
}
.ra-blog2-item .item-img img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ra-blog2-item .item-text span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #ffce1f;
  margin-bottom: 15px;
}
.ra-blog2-item .item-text .blg_title {
  color: #242020;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 18px;
}
.ra-blog2-item .item-text .item-author {
  gap: 16px;
}
.ra-blog2-item .item-text .item-author .auth-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 100%;
}
.ra-blog2-item .item-text .item-author .auth-text {
  color: 0;
  font-size: 16px;
  font-weight: 600;
}
.ra-blog2-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ra-blog2-content{
  overflow: hidden;
}

/*---------------------------------------------------- */
/*faq area*/
/*----------------------------------------------------*/
.ra-faq2-sec .ra-sec-title1 {
  max-width: 730px;
}

.ra-faq2-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-faq2-content {
    max-width: 100%;
  }
}
.ra-faq2-content .accordion-item,
.ra-faq2-content .accordion-button:not(.collapsed),
.ra-faq2-content .accordion-button {
  background-color: transparent;
}
.ra-faq2-content .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: none;
  padding: 50px 0px 40px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid #e7e7e7;
}
.ra-faq2-content .accordion-item:is(.faq_active) .accordion-button p {
  padding-left: 255px;
  max-width: 85%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-faq2-content .accordion-item:is(.faq_active) .accordion-button p {
    padding-left: 0;
  }
}
.ra-faq2-content .accordion-item:is(.faq_active) .accordion-button span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ra-faq2-content .accordion-button {
  padding: 0;
  border: none;
  font-size: 28px;
  font-weight: 800;
  position: relative;
  color: #000000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-faq2-content .accordion-button {
    font-size: 23px;
  }
}
.ra-faq2-content .accordion-button span {
  left: 0;
  top: -20px;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-faq2-content .accordion-button span {
    display: none;
  }
}
.ra-faq2-content .accordion-button p {
  margin-bottom: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-faq2-content .accordion-button p {
    max-width: 85%;
  }
}
.ra-faq2-content .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ra-faq2-content .accordion-body {
  padding-top: 0;
  font-size: 18px;
  padding-left: 255px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-faq2-content .accordion-body {
    padding-left: 0;
    max-width: 85%;
  }
}
.ra-faq2-content .accordion-body p {
  max-width: 750px;
}
.ra-faq2-content .accordion-button::after {
  right: 0;
  top: -14px;
  width: 50px;
  height: 50px;
  content: "\f107";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 900;
  border-radius: 0;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Font Awesome 6 Free";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-image: none;
  background-color: #f3f3f3;
}
.ra-faq2-content .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 15px;
}
.ra-faq2-content .accordion-button:not(.collapsed):after {
  top: 10px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
.ra-hero3-sec {
  z-index: 1;
}
.ra-hero3-sec .ra-hero3-shape {
  top: -85%;
  left: -18%;
  width: 140%;
}
.ra-hero3-sec .ra-hero3-shape img {
  mix-blend-mode: luminosity;
}

.ra-hero3-wrap {
  padding: 200px 0px 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-hero3-wrap {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero3-wrap {
    padding: 150px 0px 60px;
  }
}

.ra-hero3-text {
  margin-bottom: 32px;
}
.ra-hero3-text .ra-hero-title {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hero3-text .ra-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ra-hero3-text .ra-hero-title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .ra-hero3-text .ra-hero-title {
    font-size: 40px;
  }
}
.ra-hero3-text .ra-hero-title span {
  z-index: 2;
  width: 100%;
  display: block;
  line-height: 1;
  margin-top: 25px;
  font-size: 120px;
  position: relative;
  font-family: var(--ra-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-hero3-text .ra-hero-title span {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-hero3-text .ra-hero-title span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hero3-text .ra-hero-title span {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .ra-hero3-text .ra-hero-title span {
    font-size: 50px;
  }
}
.ra-hero3-text .ra-hero-title span:last-child {
  text-align: right;
}
.ra-hero3-text .ra-hero-title span:nth-child(2) {
  z-index: 1;
  margin-top: -33px;
}
@media (max-width: 480px) {
  .ra-hero3-text .ra-hero-title span:nth-child(2) {
    margin-top: -15px;
  }
}
.ra-hero3-text .ra-hero-title span:nth-child(2) .hr3-chars-wrapper {
  color: var(--ra-title-c3);
  background: -webkit-gradient(linear, left top, right top, from(#FF4A68), to(#FC9C44));
  background: linear-gradient(90deg, #FF4A68 0%, #FC9C44 100%);
}
.ra-hero3-text .ra-hero-title span:nth-child(2) .hr3-chars-wrapper:nth-child(4) {
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ra-hero3-text .ra-hero-title span:nth-child(2) .hr3-chars-wrapper:nth-child(5) {
  color: #FC9C44;
  background: #fff;
  border: 1px solid #FFFFFF;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
.ra-hero3-text .ra-hero-title span:nth-child(2) .hr3-chars-wrapper:nth-child(5) .hr3-chars {
  background: -webkit-gradient(linear, left top, right top, from(#FF4A68), to(#FC9C44));
  background: linear-gradient(90deg, #FF4A68 0%, #FC9C44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ra-hero3-text .ra-hero-title .hr3-chars-wrapper {
  width: 132px;
  height: 148px;
  margin-left: -26px;
  text-align: center;
  border-radius: 7px;
  line-height: 148px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 6px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 6px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(93.44deg, #8215FF 0.57%, #2DA9FF 99.48%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ra-hero3-text .ra-hero-title .hr3-chars-wrapper {
    width: 100px;
    height: 120px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-hero3-text .ra-hero-title .hr3-chars-wrapper {
    width: 80px;
    height: 100px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-hero3-text .ra-hero-title .hr3-chars-wrapper {
    width: 80px;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 480px) {
  .ra-hero3-text .ra-hero-title .hr3-chars-wrapper {
    width: 50px;
    height: 80px;
    line-height: 80px;
    margin-left: -10px;
  }
}
.ra-hero3-text .ra-hero-title .hr3-chars-wrapper:first-child {
  margin-left: 0;
}
.ra-hero3-text .ra-hero-title .hr3-chars-wrapper:nth-child(4) {
  border: 1px solid #FFFFFF;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  background: -webkit-gradient(linear, left top, right top, from(#FF4A68), to(#FC9C44));
  background: linear-gradient(90deg, #FF4A68 0%, #FC9C44 100%);
}

.hr3-chars-wrapper:nth-child(10) {
  z-index: 1;
}

.hr3-chars-wrapper:nth-child(9) {
  z-index: 2;
}

.hr3-chars-wrapper:nth-child(8) {
  z-index: 3;
}

.hr3-chars-wrapper:nth-child(7) {
  z-index: 4;
}

.hr3-chars-wrapper:nth-child(6) {
  z-index: 5;
}

.hr3-chars-wrapper:nth-child(5) {
  z-index: 6;
}

.hr3-chars-wrapper:nth-child(4) {
  z-index: 7;
}

.hr3-chars-wrapper:nth-child(3) {
  z-index: 8;
}

.hr3-chars-wrapper:nth-child(2) {
  z-index: 9;
}

.hr3-chars-wrapper:nth-child(1) {
  z-index: 10;
}

.ra-hero3-bottom {
  z-index: 3;
  gap: 30px;
}
@media (max-width: 480px) {
  .ra-hero3-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-hero3-percent {
  width: 100%;
  max-width: 276px;
  position: relative;
  border-radius: 13px;
  padding: 32px 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
}
@media (max-width: 480px) {
  .ra-hero3-percent {
    max-width: 100%;
  }
}
.ra-hero3-percent:before {
  top: 4px;
  right: -4px;
  width: 100%;
  content: "";
  height: 100%;
  border-radius: 13px;
  position: absolute;
  border: 1px solid rgba(255, 74, 104, 0.3294117647);
  border-left: none;
  border-top: none;
}
.ra-hero3-percent .percenter-title {
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.43);
}
.ra-hero3-percent .percenter-title h3 {
  color: #fff;
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .ra-hero3-percent .percenter-title h3 {
    font-size: 60px;
  }
}
.ra-hero3-percent .percenter-title h3 sup {
  bottom: 0;
  font-size: 50px;
  color: #85EE00;
}
@media (max-width: 480px) {
  .ra-hero3-percent .percenter-title h3 sup {
    font-size: 30px;
  }
}
.ra-hero3-percent .percenter-title p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 22px;
}
.ra-hero3-percent .inner-text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
}

.ra-hcl-img {
  margin-bottom: 18px;
}
.ra-hcl-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ra-hcl-img li {
  width: 52px;
  height: 52px;
  font-size: 20px;
  overflow: hidden;
  margin-left: -12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ra-title-c3);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 2px solid #630AC7;
}
.ra-hcl-img li:first-child {
  margin-left: 0;
}
.ra-hcl-img li:last-child {
  border: none;
  background-color: var(--ra-base-c4);
}

.ra-hero3-desc {
  max-width: 375px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero3-desc {
    margin-bottom: 0;
  }
}
.ra-hero3-desc p {
  color: #fff;
  padding-bottom: 48px;
}
.ra-hero3-desc a {
  width: 152px;
  height: 152px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.ra-hero3-desc a .ra-grad-circle {
  right: -11px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-hero3-desc a:hover {
  -webkit-transform: translateX(11px);
          transform: translateX(11px);
}
.ra-hero3-desc a:hover .ra-grad-circle {
  right: 11px;
}

.ra-hero3-img {
  left: 0;
  z-index: 2;
  right: 150px;
  bottom: 0px;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero3-img {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Text Scroll area*/
/*----------------------------------------------------*/
.ra-text-scroll-sec {
  z-index: 1;
  height: 270px;
  margin: 0 auto;
  padding-top: 70px;
  margin-top: -158px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-text-scroll-sec {
    margin-top: 0;
    padding-top: 0;
  }
}

.ra-text-scroller {
  width: 110%;
  padding: 35px 0px;
}
@media (max-width: 480px) {
  .ra-text-scroller {
    padding: 20px 0px;
  }
}
.ra-text-scroller h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 15px;
  letter-spacing: -1px;
  display: inline-block;
}
.ra-text-scroller img {
  margin-top: -6px;
}

.ra-text-scroll1 {
  margin-left: -100px;
  background-color: #85EE00;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-text-scroll1 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-left: 0;
  }
}
.ra-text-scroll1 h3 {
  color: var(--ra-title-c3);
}

.ra-text-scroll2 {
  margin-top: -90px;
  margin-left: -100px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  background-color: #0047FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-text-scroll2 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 0;
    margin-left: 0;
  }
}
.ra-text-scroll2 h3 {
  color: #fff;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ra-ab3-sec {
  margin-top: -85px;
  padding-top: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-sec {
    padding-bottom: 80px;
  }
}
.ra-ab3-sec .ra-sec-title3 {
  max-width: 1075px;
}
.ra-ab3-sec .ra-sec-title3 .sec_title {
  font-size: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .ra-ab3-sec .ra-sec-title3 .sec_title {
    font-size: 30px;
  }
}

.ra-about-exp3-wrap {
  z-index: 2;
  position: relative;
  padding-bottom: 300px;
  border-top: 1px solid rgba(28, 28, 45, 0.24);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-wrap {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-exp3-count {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ra-exp3-count h3 {
  line-height: 0.8;
  margin-bottom: 0;
  font-size: 240px;
  font-weight: 700;
  letter-spacing: -5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 25% 35%;
}
.ra-exp3-count h3 span {
  text-shadow: 10px 8px 0px rgba(28, 28, 45, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-exp3-count h3 {
    font-size: 180px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-exp3-count h3 {
    font-size: 150px;
  }
}
@media (max-width: 480px) {
  .ra-exp3-count h3 {
    font-size: 130px;
  }
}
.ra-exp3-count p {
  font-size: 20px;
  line-height: 1.2;
  max-height: 170px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: var(--ra-title-c3);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-exp3-count p {
    font-size: 16px;
  }
}

.ra-about-exp3-area {
  width: 100%;
  max-width: 510px;
  padding-top: 65px;
  padding-left: 65px;
  position: relative;
  padding-right: 110px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-area {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-area {
    max-width: 400px;
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-area {
    padding-bottom: 0;
  }
}
.ra-about-exp3-area:before {
  top: 0;
  right: 0;
  width: 1px;
  opacity: 0.24;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1C2D), to(rgba(91, 91, 147, 0)));
  background: linear-gradient(180deg, #1C1C2D 0%, rgba(91, 91, 147, 0) 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-area:before {
    display: none;
  }
}
.ra-about-exp3-area .ra-hcl-img {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-area .ra-hcl-img {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-about-exp3-area .ra-hcl-img {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-about-exp3-area .ra-hcl-img li {
  border: 2px solid #E9EBED;
}
.ra-about-exp3-area .ra-hcl-img span {
  font-weight: 500;
  max-width: 150px;
  line-height: 1.4;
  margin-left: 15px;
  color: var(--ra-title-c3);
}

.ra-ab3-exp-text {
  padding: 65px 0px 65px 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-exp-text {
    padding: 30px 15px;
  }
}

.ra-ab3-img-wrap {
  right: 75px;
  bottom: -45px;
  width: 100%;
  height: 621px;
  max-width: 680px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-img-wrap {
    gap: 15px;
    max-width: 100%;
    height: auto;
    position: static;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-ab3-img-wrap .inner-img {
  overflow: hidden;
  border-radius: 16px;
}
.ra-ab3-img-wrap .item-img3 {
  left: 100px;
  bottom: 40px;
  position: absolute;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-img-wrap .item-img3 {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ra-ab3-img-wrap .item-img2 {
  top: 90px;
  right: 150px;
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-img-wrap .item-img2 {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.ra-ab3-img-wrap .item-img1 {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab3-img-wrap .item-img1 {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ra-ser3-sec {
  height: 1195px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-sec {
    height: auto;
  }
}

.ra-ser3-area-content {
  background-color: var(--ra-title-c3);
}
.ra-ser3-area-content .ra-ser3-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ra-ser3-area-content .ra-ser3-bg img {
  mix-blend-mode: luminosity;
}
.ra-ser3-area-content .container {
  max-width: 1505px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-content {
    margin-top: 50px;
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-content .ra-btn-3 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-ser3-card-wrap {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    gap: 40px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-ser3-wrap {
  z-index: 2;
  position: relative;
}
.ra-ser3-wrap .ra-sec-title3 .sec_title {
  color: #fff;
  margin: 0 auto;
  max-width: 680px;
}

.ra-ser3-card {
  padding: 24px;
  max-width: 428px;
  border-radius: 20px;
  background: linear-gradient(329.35deg, #FF4A68 0%, #FC9C44 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-card {
    max-width: 45%;
    position: static !important;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-card {
    max-width: 100%;
  }
}
.ra-ser3-card .inner-item {
  border-radius: 20px;
  background-color: #fff;
  padding: 24px 24px 20px;
}
.ra-ser3-card .inner-item .item-img {
  width: 100%;
  height: 255px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 25px;
  background: linear-gradient(329.35deg, #FF4A68 0%, #FC9C44 100%);
}
.ra-ser3-card .inner-item h3 {
  display: none;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--ra-title-c3);
  font-family: var(--ra-syne);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-card .inner-item h3 {
    display: block;
  }
}
.ra-ser3-card .inner-item p {
  padding-bottom: 20px;
}
.ra-ser3-card .inner-item .ser_more {
  color: #fff;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 100%;
  background: linear-gradient(329.35deg, #FF4A68 0%, #FC9C44 100%);
}
.ra-ser3-card .inner-item .ser_more i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ra-ser3-card:is(.ra_item_1) {
  z-index: 5;
  position: relative;
}
.ra-ser3-card:is(.ra_item_2) {
  top: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  background: linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%);
}
.ra-ser3-card:is(.ra_item_2) .inner-item .item-img {
  background: linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%);
}
.ra-ser3-card:is(.ra_item_2) .inner-item .ser_more {
  background: linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%);
}
.ra-ser3-card:is(.ra_item_3) {
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
  background: linear-gradient(93.44deg, #A353FF 0.57%, #2DA9FF 99.48%);
}
.ra-ser3-card:is(.ra_item_3) .inner-item .item-img {
  background: linear-gradient(93.44deg, #A353FF 0.57%, #2DA9FF 99.48%);
}
.ra-ser3-card:is(.ra_item_3) .inner-item .ser_more {
  background: linear-gradient(93.44deg, #A353FF 0.57%, #2DA9FF 99.48%);
}
.ra-ser3-card:is(.ra_item_4) {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  background: linear-gradient(329.35deg, #ADFB2D 0%, #35D4CA 100%);
}
.ra-ser3-card:is(.ra_item_4) .inner-item .item-img {
  background: linear-gradient(329.35deg, #ADFB2D 0%, #35D4CA 100%);
}
.ra-ser3-card:is(.ra_item_4) .inner-item .ser_more {
  background: linear-gradient(329.35deg, #ADFB2D 0%, #35D4CA 100%);
}
.ra-ser3-card:is(.ra_item_5) {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
  background: linear-gradient(329.35deg, #864AFF 0%, #EE98FF 100%);
}
.ra-ser3-card:is(.ra_item_5) .inner-item .item-img {
  background: linear-gradient(329.35deg, #864AFF 0%, #EE98FF 100%);
}
.ra-ser3-card:is(.ra_item_5) .inner-item .ser_more {
  background: linear-gradient(329.35deg, #864AFF 0%, #EE98FF 100%);
}

.ra-ser3-list-area {
  width: 100%;
  max-width: 790px;
}

.ra-ser3-list-wrap {
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-ser3-list-wrap {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ser3-list-wrap {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser3-list-wrap {
    display: none;
  }
}

.ra-ser3-list {
  width: 100%;
}
.ra-ser3-list span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-right: 55px;
}
.ra-ser3-list a {
  color: #fff;
  opacity: 0.4;
  width: 100%;
  font-size: 60px;
  letter-spacing: -2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-ser3-list a {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ser3-list a {
    font-size: 45px;
  }
}

/*---------------------------------------------------- */
/*Why Choose area*/
/*----------------------------------------------------*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.ra-wc3-sec .container {
  max-width: 1415px;
}

.ra-wc3-text {
  max-width: 645px;
}
.ra-wc3-text .ra-sec-title3 .sec_title {
  max-width: 580px;
}

.ra-wc3-list-item {
  gap: 24px;
  z-index: 1;
  max-width: 567px;
  position: relative;
  margin-bottom: 28px;
  padding: 28px 32px 25px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%) border-box;
}
.ra-wc3-list-item:before, .ra-wc3-list-item:after {
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.ra-wc3-list-item:after {
  top: 0;
  background: #fff;
}
.ra-wc3-list-item:before {
  left: -1px;
  top: 6px;
  width: 101.2%;
  background: linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%);
}
.ra-wc3-list-item .item-icon {
  width: 48px;
  height: 48px;
}
.ra-wc3-list-item .item-text {
  max-width: 425px;
}
.ra-wc3-list-item .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ra-wc3-list-item .item-text p {
  font-size: 16px;
}
.ra-wc3-list-item:nth-child(2) {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(329.35deg, #ADFB2D 0%, #35D4CA 100%) border-box;
}
.ra-wc3-list-item:nth-child(2):before {
  background: linear-gradient(329.35deg, #ADFB2D 0%, #35D4CA 100%);
}
.ra-wc3-list-item:nth-child(3) {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93.44deg, #8215FF 0.57%, #2DA9FF 99.48%) border-box;
}
.ra-wc3-list-item:nth-child(3):before {
  background: linear-gradient(93.44deg, #8215FF 0.57%, #2DA9FF 99.48%);
}
.ra-wc3-list-item:hover .item-icon {
  -webkit-animation: flip 1s infinite;
          animation: flip 1s infinite;
}

.ra-wc3-content {
  gap: 40px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wc3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-wc3-img-area {
  width: 100%;
  z-index: 1;
  max-width: 756px;
}
.ra-wc3-img-area .ra-wc3-shape {
  left: 0;
  bottom: 0;
  z-index: -1;
}

.ra-wc3-img-wrap {
  gap: 22px;
  max-width: 658px;
  margin-left: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wc3-img-wrap {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .ra-wc3-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-wc3-img1 {
  width: 100%;
  max-width: 334px;
}
.ra-wc3-img1 .item-img {
  overflow: hidden;
  background-color: #FC9C44;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.ra-wc3-img1 .item-img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.ra-wc3-img1:is(.active) .item-img {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ra-wc3-img1:is(.active) .item-img img {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ra-wc3-img2 {
  width: 100%;
  max-width: 302px;
}
.ra-wc3-img2 .item-img {
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.ra-wc3-img2 img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.ra-wc3-img2:is(.active) .item-img {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ra-wc3-img2:is(.active) .item-img img {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ra-wc3-rate .inner-item {
  width: 100%;
  max-width: 203px;
}
.ra-wc3-rate .item-img {
  width: 75px;
}
.ra-wc3-rate .item-text {
  width: 128px;
  padding-top: 22px;
  border-top: 10px solid #6254E7;
  -webkit-box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.1215686275);
}
.ra-wc3-rate .item-text span {
  font-weight: 600;
  color: var(--ra-title-c3);
  font-size: 24px;
}
.ra-wc3-rate .item-text span i {
  font-size: 20px;
  color: #FC6917;
}

.ra-wc3-img-video {
  display: inline-block;
}
.ra-wc3-img-video .vd-play {
  left: 0;
  right: 0;
  top: -65px;
  z-index: 2;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  border: 4px solid #FFFFFF;
}
.ra-wc3-img-video .vd-play a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ra-title-c3);
}
.ra-wc3-img-video .vd-play a:before {
  left: 17px;
  top: 50%;
  width: 84px;
  content: "";
  height: 84px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px dashed #fff;
}
.ra-wc3-img-video .vd-play a i {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ra-title-c3);
  background-color: var(--ra-base-c4);
}

.ra-wc3-qoute {
  z-index: 1;
  padding-left: 175px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-position: 0% 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wc3-qoute {
    padding-left: 20px;
    background-color: #E9F2F4;
    background-image: none;
  }
}
.ra-wc3-qoute .item-author {
  top: -50px;
  gap: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .ra-wc3-qoute .item-author {
    top: 0;
    padding-top: 40px;
  }
}
.ra-wc3-qoute .item-author .item-img {
  overflow: hidden;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}
.ra-wc3-qoute .item-author .item-text {
  font-size: 22px;
  font-weight: 600;
  color: var(--ra-title-c3);
  font-family: var(--ra-syne);
}
.ra-wc3-qoute .item-decs {
  font-size: 20px;
  font-weight: 300;
  margin-top: -28px;
  font-style: italic;
  letter-spacing: -1px;
  color: var(--ra-title-c3);
}
@media (max-width: 480px) {
  .ra-wc3-qoute .item-decs {
    margin-top: 15px;
  }
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.ra-count3-content {
  margin: 0 auto;
  max-width: 1395px;
  padding-top: 190px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-content {
    gap: 40px;
    padding: 0;
    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;
  }
}

.ra-count3-wrap .ra-count-shape1 {
  top: -50%;
  left: -15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-wrap .ra-count-shape1 {
    display: none;
  }
}
.ra-count3-wrap .ra-count-shape2 {
  right: -15px;
  bottom: -50%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-wrap .ra-count-shape2 {
    display: none;
  }
}

.ra-count3-item {
  gap: 28px;
  max-width: 770px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
    text-align: center;
  }
}
.ra-count3-item .ra_count_line {
  top: 46%;
  right: 0;
  width: 85%;
  content: "";
  height: 1px;
  z-index: 2;
  position: absolute;
  background-color: #D2D0D3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item .ra_count_line {
    display: none;
  }
}
.ra-count3-item .item-circle {
  z-index: 1;
  width: 426px;
  height: 426px;
  overflow: hidden;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item .item-circle {
    width: 300px;
    height: 300px;
  }
}
.ra-count3-item .item-circle .item-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #FFD5AF;
}
.ra-count3-item .item-circle .item-text h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 30px;
}
.ra-count3-item .item-circle .item-text h3 {
  color: #000000;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: var(--ra-inter);
}
.ra-count3-item .item-desc {
  color: #000000;
  max-width: 320px;
  padding-top: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item .item-desc {
    padding-top: 0;
  }
}
.ra-count3-item:is(.ver_1) {
  top: 0;
  right: 60px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-count3-item:is(.ver_1) {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item:is(.ver_1) {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-count3-item:is(.ver_1) .item-circle {
    height: 300px;
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item:is(.ver_1) .item-circle {
    width: 300px;
    height: 300px;
  }
}
.ra-count3-item:is(.ver_2) {
  bottom: 0;
  z-index: 2;
  right: 140px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item:is(.ver_2) {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-count3-item:is(.ver_2) {
    right: 0px;
  }
}
.ra-count3-item:is(.ver_2) .item-circle {
  width: 298px;
  height: 298px;
}
.ra-count3-item:is(.ver_2) .item-circle .item-bg {
  background-color: #D4BEFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-count3-item:is(.ver_2) .item-circle {
    width: 250px;
    height: 250px;
  }
}
.ra-count3-item:is(.ver_2) .item-circle .item-text h4 {
  font-size: 22px;
}
.ra-count3-item:is(.ver_2) .item-circle .item-text h3 {
  font-size: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item:is(.ver_3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ra-count3-item:is(.ver_3) .ra_count_line {
  left: 0;
  top: 45%;
  width: 80%;
  right: auto;
}
.ra-count3-item:is(.ver_3) .item-circle {
  width: 334px;
  height: 334px;
}
.ra-count3-item:is(.ver_3) .item-circle .item-bg {
  background-color: #D1FF97;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-count3-item:is(.ver_3) .item-circle {
    width: 300px;
    height: 300px;
  }
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.ra-tm3-title h2 {
  line-height: 1;
  font-weight: 700;
  font-size: 132px;
  letter-spacing: -2px;
  color: rgba(28, 28, 45, 0.32);
}
.ra-tm3-title h2 .split-line {
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-tm3-title h2 {
    font-size: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm3-title h2 {
    font-size: 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-tm3-title h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-tm3-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .ra-tm3-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .ra-tm3-title h2 {
    font-size: 36px;
  }
}
.ra-tm3-title h2 b {
  top: -70px;
  font-size: 44px;
  font-style: italic;
  margin-left: 200px;
  position: relative;
  color: var(--ra-title-c3);
  font-family: var(--ra-playfair);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm3-title h2 b {
    top: 0;
    margin-left: 0;
  }
}
.ra-tm3-title h2 span {
  display: block;
  margin-left: 120px;
  color: var(--ra-title-c3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm3-title h2 span {
    margin-left: 0;
  }
}

.ra-tm3-content .ra-tm3-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  background-color: var(--ra-title-c3);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.ra-tm3-content .ra-tm3-shpape1 {
  opacity: 0;
  left: -100%;
  bottom: -100%;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.ra-tm3-content .ra-tm3-shpape2 {
  top: -100%;
  right: -100%;
  opacity: 0;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.ra-tm3-content:is(.active) .ra-tm3-bg {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ra-tm3-content:is(.active) .ra-tm3-shpape1 {
  opacity: 1;
  left: -20%;
  bottom: -55%;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.ra-tm3-content:is(.active) .ra-tm3-shpape2 {
  top: -40%;
  opacity: 1;
  right: -18%;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.ra-tm3-item {
  margin: 0 auto;
  overflow: hidden;
  max-width: 310px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
}
.ra-tm3-item .item-img {
  -webkit-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.ra-tm3-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}
.ra-tm3-item .item-text {
  left: 0;
  color: #fff;
  bottom: 28px;
  max-width: 250px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-tm3-item .item-text span {
  opacity: 0;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 25px;
  margin-left: 30px;
  visibility: hidden;
  border-radius: 0px 8px 0px 8px;
  background-color: var(--ra-base-c3);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-tm3-item .item-text p {
  opacity: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 0px;
  visibility: hidden;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 0px 8px 8px 8px;
  background-color: var(--ra-base-c5);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm3-item .item-text p {
    font-size: 16px;
  }
}
.ra-tm3-item:hover .item-text span {
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.ra-tm3-item:hover .item-text p {
  opacity: 1;
  margin-left: 80px;
  visibility: visible;
  white-space: nowrap;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-tm3-item:hover .item-text p {
    margin-left: 30px;
  }
}
.ra-tm3-item.active .item-img {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ra-tm3-item.active .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  100% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
}
@-webkit-keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  50% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  50% {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.ra-tm3-arrow {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.ra-tm3-arrow a {
  z-index: 1;
  width: 207px;
  height: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.ra-tm3-arrow a span {
  position: absolute;
}
.ra-tm3-arrow a:before {
  top: 0;
  left: 0;
  left: -15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border-radius: 100%;
  position: absolute;
  border: 2px solid #6254E7;
  -webkit-box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px -4px 3px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.ra-tm3-arrow a:hover span {
  -webkit-animation: moveRightLeft 2s ease-in-out infinite;
          animation: moveRightLeft 2s ease-in-out infinite;
}
.ra-tm3-arrow a:hover:before {
  -webkit-animation: moveLeftRight 2s ease-in-out infinite;
          animation: moveLeftRight 2s ease-in-out infinite;
}

/*---------------------------------------------------- */
/*process area*/
/*----------------------------------------------------*/
@-webkit-keyframes ring {
  0% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
  20% {
    -webkit-transform: skew(5deg) translateZ(20px) scale(1.1);
    transform: skew(5deg) translateZ(20px) scale(1.1);
  }
  40% {
    -webkit-transform: skew(-5deg) scale(1.1);
    transform: skew(-5deg) scale(1.1);
  }
  60% {
    -webkit-transform: skew(3deg) translateZ(20px) scale(1.1);
    transform: skew(3deg) translateZ(20px) scale(1.1);
  }
  80% {
    -webkit-transform: skew(-3deg) scale(1.1);
    transform: skew(-3deg) scale(1.1);
  }
  100% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
  20% {
    -webkit-transform: skew(5deg) translateZ(20px) scale(1.1);
    transform: skew(5deg) translateZ(20px) scale(1.1);
  }
  40% {
    -webkit-transform: skew(-5deg) scale(1.1);
    transform: skew(-5deg) scale(1.1);
  }
  60% {
    -webkit-transform: skew(3deg) translateZ(20px) scale(1.1);
    transform: skew(3deg) translateZ(20px) scale(1.1);
  }
  80% {
    -webkit-transform: skew(-3deg) scale(1.1);
    transform: skew(-3deg) scale(1.1);
  }
  100% {
    -webkit-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
  }
}
.ra-process3-sec .ra-sec-title3 {
  margin: 0 auto;
  max-width: 840px;
}
.ra-process3-sec .ra-proc-shape1 {
  top: -60%;
  right: -30%;
}
.ra-process3-sec .ra-proc-shape2 {
  top: 0;
  left: -25%;
}

.ra-process3-content {
  position: relative;
}
.ra-process3-content:before {
  left: 0;
  right: 0;
  top: 32px;
  width: 70%;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  background: linear-gradient(329.35deg, rgba(87, 232, 223, 0.4) 0%, rgba(104, 114, 254, 0.4) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-process3-content:before {
    display: none;
  }
}

.ra-process3-item {
  margin: 0 auto;
  max-width: 346px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-process3-item {
    margin-bottom: 30px;
  }
}
.ra-process3-item:before {
  top: 60%;
  width: 1px;
  content: "";
  height: 60%;
  right: -55px;
  opacity: 0.32;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 84, 231, 0)), color-stop(28.37%, #6254E7), color-stop(66.83%, #6254E7), to(rgba(98, 84, 231, 0)));
  background: linear-gradient(180deg, rgba(98, 84, 231, 0) 0%, #6254E7 28.37%, #6254E7 66.83%, rgba(98, 84, 231, 0) 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-process3-item:before {
    display: none;
  }
}
.ra-process3-item .item-serial {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(329.35deg, rgba(87, 232, 223, 0.4) 0%, rgba(104, 114, 254, 0.4) 100%) border-box;
}
.ra-process3-item .item-serial:before {
  left: 0;
  right: 0;
  width: 1px;
  content: "";
  height: 40px;
  bottom: -40px;
  margin: 0 auto;
  position: absolute;
  background: linear-gradient(329.35deg, rgba(87, 232, 223, 0.4) 0%, rgba(104, 114, 254, 0.4) 100%);
}
.ra-process3-item .item-card {
  padding: 50px 35px;
  border-radius: 16px;
}
.ra-process3-item .item-card .item-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 46px;
  background-color: #46505B;
}
.ra-process3-item .item-card .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.ra-process3-item .item-card .item-text p {
  font-size: 16px;
}
.ra-process3-item:hover .item-card .item-icon {
  -webkit-animation: ring 1s ease infinite;
          animation: ring 1s ease infinite;
}

.col-lg-4:last-child .ra-process3-item:before {
  display: none;
}
.col-lg-4:nth-child(1) .ra-process3-item .item-card {
  background-color: #E5EEFF;
}
.col-lg-4:nth-child(2) .ra-process3-item .item-card {
  background-color: #FFF8DD;
}
.col-lg-4:nth-child(3) .ra-process3-item .item-card {
  background-color: #EFE9FF;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.ra-spon3-sec .container {
  max-width: 1465px;
}

.ra-spon3-content {
  padding: 20px 0px;
  border-top: 1px solid rgba(28, 28, 45, 0.16);
  border-bottom: 1px solid rgba(28, 28, 45, 0.16);
}

.ra-spon3-desc p {
  font-size: 20px;
  max-width: 370px;
}

.ra-sponsor-wrap {
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-sponsor-wrap {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-sponsor-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-sponsor-video {
  max-width: 190px;
}
.ra-sponsor-video .item-img {
  width: 112px;
  height: 92px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.ra-sponsor-video .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.ra-sponsor-video .play-icon {
  z-index: 1;
  position: relative;
  margin-left: -17px;
}
.ra-sponsor-video .play-icon a {
  width: 92px;
  height: 92px;
  border-radius: 100%;
  border: 17px solid #fff;
}
.ra-sponsor-video .play-icon i {
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9186FB;
}

.ra-sponsor-img .item-img {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ra-sponsor-img .item-img img {
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ra-sponsor-img .item-img:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ra-sponsor-slider {
  width: 100%;
  max-width: 1210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-sponsor-slider {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-sponsor-slider {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .ra-sponsor-slider {
    max-width: 400px;
  }
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ra-project3-sec {
  z-index: 1;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-sec {
    background-color: var(--ra-title-c3);
  }
}
.ra-project3-sec .ra-pro-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.ra-project3-sec:is(.in-view) .ra-horizontal-item .ra-project3-item {
  -webkit-transform: rotate(0) translateX(0) translateY(0) !important;
          transform: rotate(0) translateX(0) translateY(0) !important;
}
.ra-project3-sec:is(.in-view) .ra-project3-wrap {
  margin: 0 auto;
  max-width: 1920px;
  border-radius: 0px;
  padding: 150px 0px;
}
.ra-project3-sec:is(.in-view) .ra-project3-title {
  opacity: 0;
  -webkit-transform: translate(-100%, -150%);
          transform: translate(-100%, -150%);
}
.ra-project3-sec:is(.in-view) .ra-title-bg {
  right: -30%;
  bottom: -185%;
}
.ra-project3-sec:is(.in-view) .ra-project3-title-2 {
  opacity: 1;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translate(-75%, -120%);
          transform: translate(-75%, -120%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .ra-project3-sec:is(.in-view) .ra-project3-title-2 {
    -webkit-transform: translate(-60%, -95%);
            transform: translate(-60%, -95%);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-project3-sec:is(.in-view) .ra-project3-title-2 {
    -webkit-transform: translate(-35%, -120%);
            transform: translate(-35%, -120%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-sec:is(.in-view) .ra-project3-title-2 {
    display: none;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ra-project3-sec:is(.in-view) .ra-project3-content {
  z-index: 4;
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-sec:is(.in-view) .ra-project3-content {
    padding-top: 50px;
  }
}

.ra-project3-wrap {
  margin: 0 auto;
  max-width: 1560px;
  height: 100vh;
  border-radius: 32px;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-wrap {
    height: 100%;
  }
}

.ra-project3-item {
  margin: 18px;
  max-width: 520px;
  border-radius: 32px;
  background-color: #fff;
  padding: 40px 32px 32px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: -12px -6px 24px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: -12px -6px 24px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-item {
    margin: 0 auto;
    margin: 20px;
    -webkit-transform: rotate(0) translateX(0) translateY(0) !important;
            transform: rotate(0) translateX(0) translateY(0) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-item {
    max-width: 100%;
  }
}
.ra-project3-item .item-text .proj-title {
  padding-bottom: 18px;
  margin-bottom: 28px;
  border-bottom: 1px solid #D9D9D9;
}
.ra-project3-item .item-text .proj-title h3 {
  font-size: 24px;
  max-width: 370px;
  font-weight: 700;
}
.ra-project3-item .item-text .item-tag {
  margin-bottom: 38px;
}
.ra-project3-item .item-text .item-tag a {
  font-size: 14px;
  border-radius: 6px;
  padding: 6px 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
  background-color: #E9EBED;
}
.ra-project3-item .item-img {
  overflow: hidden;
  border-radius: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-item .item-img {
    width: 100%;
    height: 400px;
  }
}
.ra-project3-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ra-project3-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ra-project3-content {
  width: 400%;
  height: 100%;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-content {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-project3-title {
  z-index: 5;
  right: 55px;
  bottom: 30px;
  position: absolute;
  max-width: 495px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-title {
    display: none;
  }
}
.ra-project3-title h2 {
  color: #fff;
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
}
.ra-project3-title h2 span {
  font-style: italic;
  font-family: var(--ra-playfair);
}

.ra-project3-title-2 {
  opacity: 0;
  z-index: 1;
  right: 50%;
  bottom: 50%;
  position: absolute;
  max-width: 495px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project3-title-2 {
    opacity: 1;
    position: static;
    margin-left: 30px;
    margin-bottom: 40px;
  }
}
.ra-project3-title-2 h2 {
  color: #fff;
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-project3-title-2 h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-project3-title-2 h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-project3-title-2 h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-project3-title-2 h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-project3-title-2 h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .ra-project3-title-2 h2 {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .ra-project3-title-2 h2 {
    font-size: 30px;
  }
}
.ra-project3-title-2 h2 span {
  font-style: italic;
  font-family: var(--ra-playfair);
}

.ra-title-bg {
  z-index: 4;
  right: -10%;
  bottom: -75%;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-title-bg {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ra-horizontal-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-horizontal-item {
    width: 100%;
  }
}
.ra-horizontal-item:nth-child(1) .ra-project3-item {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
.ra-horizontal-item:nth-child(2) .ra-project3-item {
  -webkit-transform: rotate(-21deg) translateX(-30%) translateY(-11%);
          transform: rotate(-21deg) translateX(-30%) translateY(-11%);
}
.ra-horizontal-item:nth-child(3) .ra-project3-item {
  -webkit-transform: rotate(-21deg) translateX(-80%) translateY(-30%);
          transform: rotate(-21deg) translateX(-80%) translateY(-30%);
}
.ra-horizontal-item:nth-child(4) .ra-project3-item {
  -webkit-transform: rotate(20deg) translateX(-120%) translateY(45%);
          transform: rotate(20deg) translateX(-120%) translateY(45%);
}
.ra-horizontal-item:nth-child(5) .ra-project3-item {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.ra-horizontal-item:nth-child(6) .ra-project3-item {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}

.ra-project3-item:is(.has-btn) {
  width: 100%;
  height: 100%;
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.ra-project3-item:is(.has-btn) .ra-tm3-arrow a {
  width: 240px;
  height: 240px;
}
.ra-project3-item:is(.has-btn) .ra-tm3-arrow a:hover:before {
  -webkit-animation: none;
          animation: none;
}
.ra-project3-item:is(.has-btn) .ra-tm3-arrow a:before {
  left: 0;
  top: 20px;
  width: 207px;
  height: 207px;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ra-testi-slider-wrap {
  padding-top: 660px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi-slider-wrap {
    display: block !important;
  }
}

.ra-testi3-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 940px;
  position: absolute;
}
.ra-testi3-bg .item-text {
  left: 10%;
  bottom: -30px;
  font-size: 90px;
  font-weight: 700;
  position: absolute;
  letter-spacing: -2px;
  font-family: var(--ra-syne);
  color: rgba(255, 255, 255, 0.4);
}

.ra-testi3-slide {
  max-width: 720px;
}

.ra-testi3-item {
  width: 100%;
  overflow: hidden;
  max-width: 720px;
  gap: 20px 30px;
  border-radius: 12px;
  background-color: #F8F8F8;
  padding: 32px 32px 32px 52px;
}
.ra-testi3-item .item-icon {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ra-testi3-item .item-text .item-desc {
  opacity: 0;
  font-size: 20px;
  max-width: 445px;
  margin-top: 20px;
  font-style: italic;
  margin-bottom: 28px;
  color: var(--ra-title-c3);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ra-testi3-item .item-text .item-author {
  opacity: 0;
  position: relative;
  padding-left: 96px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.ra-testi3-item .item-text .item-author:before {
  left: 0;
  top: 10px;
  width: 80px;
  height: 1px;
  content: "";
  position: absolute;
  background: linear-gradient(93.44deg, #8215FF 0.57%, #2DA9FF 99.48%);
}
.ra-testi3-item .item-text .item-author h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ra-testi3-item .item-text .item-author span {
  color: #46505B;
  font-size: 16px;
}
.ra-testi3-item .item-img {
  opacity: 0;
  overflow: hidden;
  border-radius: 12px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi3-item .item-img {
    display: none;
  }
}

.swiper-slide-active .ra-testi3-item .item-icon {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .ra-testi3-item .item-text .item-desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .ra-testi3-item .item-text .item-author {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.swiper-slide-active .ra-testi3-item .item-img {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.ra-testi3-nav,
.ra-blog4-nav {
  left: 0;
  gap: 20px;
  z-index: 2;
  width: 100%;
  bottom: 55px;
  max-width: 495px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-testi3-nav,
  .ra-blog4-nav {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi3-nav,
  .ra-blog4-nav {
    margin: 0 auto;
    position: static;
    margin-top: 30px;
  }
}
.ra-testi3-nav .ra-testi3-prev,
.ra-testi3-nav .ra-testi3-next,
.ra-testi3-nav .ra-blog4-prev,
.ra-testi3-nav .ra-blog4-next,
.ra-blog4-nav .ra-testi3-prev,
.ra-blog4-nav .ra-testi3-next,
.ra-blog4-nav .ra-blog4-prev,
.ra-blog4-nav .ra-blog4-next {
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(28, 28, 45, 0.4);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-testi3-nav .ra-testi3-prev:hover,
.ra-testi3-nav .ra-testi3-next:hover,
.ra-testi3-nav .ra-blog4-prev:hover,
.ra-testi3-nav .ra-blog4-next:hover,
.ra-blog4-nav .ra-testi3-prev:hover,
.ra-blog4-nav .ra-testi3-next:hover,
.ra-blog4-nav .ra-blog4-prev:hover,
.ra-blog4-nav .ra-blog4-next:hover {
  color: var(--ra-base-c5);
}

.ra-testi3-pagi,
.ra-blog4-pagi {
  width: 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  background-color: rgba(3, 15, 43, 0.12);
}
.ra-testi3-pagi .swiper-pagination-bullet,
.ra-blog4-pagi .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 50%;
  border-radius: 0;
  position: relative;
  margin: 0 !important;
  background-color: transparent;
}
.ra-testi3-pagi .swiper-pagination-bullet:before,
.ra-blog4-pagi .swiper-pagination-bullet:before {
  top: 0;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#FF4A68), to(#FC9C44));
  background: linear-gradient(90deg, #FF4A68 0%, #FC9C44 100%);
}
.ra-testi3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before,
.ra-blog4-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  width: 100%;
}

.ra-blog4-nav {
  margin: 0 auto;
  position: static;
}
.ra-blog4-nav .ra-blog4-prev:hover,
.ra-blog4-nav .ra-blog4-next:hover {
  color: var(--ra-title-c3);
}

.ra-blog4-pagi .swiper-pagination-bullet:before {
  background: -webkit-gradient(linear, left top, right top, from(#1C1C2D), to(#1C1C2D));
  background: linear-gradient(90deg, #1C1C2D 0%, #1C1C2D 100%);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ra-blog-sec3 {
  z-index: 1;
}
.ra-blog-sec3 .ra-proc-shape1 {
  top: 0%;
  z-index: -1;
  right: -30%;
}
.ra-blog-sec3 .ra-proc-shape2 {
  bottom: -60%;
  left: -30%;
  z-index: -1;
}
.ra-blog-sec3 .ra-blg-bg {
  left: 0;
  right: 0;
  top: -5%;
  opacity: 0.5;
  position: absolute;
}

.ra-blog3-top .ra-sec-title3 {
  max-width: 565px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-blog3-top .ra-btn-3 {
    margin-top: 0;
  }
}

.ra-blog3-top {
  gap: 30px 40px;
}

.ra-blog-item3 {
  margin: 0 auto;
  max-width: 419px;
  margin-bottom: 40px;
}
.ra-blog-item3 .item-img-meta {
  margin-bottom: 24px;
}
.ra-blog-item3 .item-img-meta .item-img {
  overflow: hidden;
  border-radius: 8px;
}
.ra-blog-item3 .item-img-meta .item-meta {
  top: 24px;
  left: 24px;
  position: absolute;
}
.ra-blog-item3 .item-img-meta .item-meta span {
  display: block;
  margin-bottom: 4px;
}
.ra-blog-item3 .item-img-meta .item-meta span a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 4px;
  color: var(--ra-title-c3);
  background-color: #57E8DF;
}
.ra-blog-item3 .blog_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ra-blog-item3 .read_more {
  color: #0047FF;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  font-family: var(--ra-syne);
}
.ra-blog-item3 .read_more span {
  top: 0;
  left: -110px;
  font-size: 16px;
  white-space: nowrap;
  padding-right: 8px;
  letter-spacing: 2px;
  position: absolute;
  background-color: #fff;
}
.ra-blog-item3 .read_more svg {
  margin-left: 0px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-blog-item3 .read_more:hover svg {
  margin-left: 30px;
}
.ra-blog-item3 .read_more:hover span {
  left: 0;
}

/*---------------------------------------------------- */
/******* HOME PAGE 4 *******/
/*Hero area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes flying {
  0% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  100% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}
@keyframes flying {
  0% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  100% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}
.ra-hero4-sec {
  z-index: 1;
  padding: 235px 0px 565px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-hero4-sec {
    padding-bottom: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ra-hero4-sec {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-sec {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
.ra-hero4-sec .ra-hr4-top {
  left: 0;
  right: 0;
  top: -48%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
}
.ra-hero4-sec .ra-hr4-bg {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.ra-hero4-sec .ra-hr4-bg2 {
  left: 0;
  right: 0;
  top: 85px;
  z-index: -1;
  margin: 0 auto;
  max-height: 525px;
  max-width: 1460px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-sec .ra-hr4-bg2 {
    display: none;
  }
}
.ra-hero4-sec .ra-hr-bottom-shape1,
.ra-hero4-sec .ra-hr-bottom-shape2 {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  max-height: 820px;
  position: absolute;
}
.ra-hero4-sec .ra-hr-bottom-shape1 img,
.ra-hero4-sec .ra-hr-bottom-shape2 img {
  width: 100%;
}
.ra-hero4-sec .ra-hr-bottom-shape1 {
  z-index: -1;
  bottom: -185px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-hero4-sec .ra-hr-bottom-shape1 {
    bottom: -250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-sec .ra-hr-bottom-shape1 {
    bottom: -350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-sec .ra-hr-bottom-shape1 {
    display: none;
  }
}
.ra-hero4-sec .ra-hr-bottom-shape2 {
  z-index: -2;
  bottom: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ra-hero4-sec .ra-hr-bottom-shape2 {
    bottom: -150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-sec .ra-hr-bottom-shape2 {
    bottom: -250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-sec .ra-hr-bottom-shape2 {
    display: none;
  }
}
.ra-hero4-sec .ra-hr-seo {
  left: 0;
  top: 85%;
  right: 0;
  z-index: -2;
  opacity: 0.4;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ra-hero4-sec .ra-hr-seo img {
  mix-blend-mode: luminosity;
}

.ra-hero4-content .container {
  max-width: 1384px;
}
.ra-hero4-content .ra-hr-rocket {
  left: 0;
  top: -95px;
  right: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-content .ra-hr-rocket {
    display: none;
  }
}
.ra-hero4-content .ra-hr-rocket img {
  -webkit-animation: flying 2.5s linear infinite;
          animation: flying 2.5s linear infinite;
}

.ra-hero4-text-count {
  gap: 40px;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-text-count {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-hero4-text {
  max-width: 565px;
}
.ra-hero4-text .hero4_title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.067;
  padding-bottom: 26px;
  letter-spacing: -3px;
}
@media (max-width: 480px) {
  .ra-hero4-text .hero4_title {
    font-size: 40px;
    padding-bottom: 15px;
  }
}
.ra-hero4-text p {
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .ra-hero4-text p {
    padding-bottom: 20px;
  }
}
.ra-hero4-text .item-img-wrap {
  margin-left: 85px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hero4-text .item-img-wrap {
    margin-left: 0;
  }
}
.ra-hero4-text .item-img-wrap .item-img {
  width: 132px;
  height: 132px;
  overflow: hidden;
  border-radius: 100px;
}
.ra-hero4-text .item-img-wrap .item-circle {
  margin-left: -65px;
}
.ra-hero4-text .item-img-wrap .item-circle .c-img1 {
  -webkit-animation: spin 8s infinite;
          animation: spin 8s infinite;
}
.ra-hero4-text .item-img-wrap .item-circle .c-img2 {
  left: 0;
  top: 50%;
  right: 0;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--ra-gradient-1);
  background-size: 200%, 1px;
}
.ra-hero4-text .item-img-wrap:hover .item-circle {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ra-hr4-count-item:last-child .inner-item {
  margin-bottom: 0;
}
.ra-hr4-count-item:nth-child(2) .inner-item {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hr4-count-item:nth-child(2) .inner-item {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.ra-hr4-count-item:nth-child(3) .inner-item {
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-hr4-count-item:nth-child(3) .inner-item {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.ra-hr4-count-item .inner-item {
  width: 100%;
  max-width: 270px;
  margin-bottom: 35px;
}
.ra-hr4-count-item .item-icon {
  z-index: 2;
  width: 91px;
  height: 104px;
  position: relative;
}
.ra-hr4-count-item .item-text h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .ra-hr4-count-item .item-text h3 {
    font-size: 30px;
  }
}
.ra-hr4-count-item .item-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
  position: relative;
}
@media (max-width: 480px) {
  .ra-hr4-count-item .item-text p {
    font-size: 16px;
  }
}
.ra-hr4-count-item .item-text p:before {
  right: 0;
  top: -10px;
  width: 115%;
  height: 1px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.24);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.ra-ab4-sec {
  z-index: 1;
  margin-top: -105px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab4-sec {
    margin-top: 0;
    padding: 100px 0px 0px;
  }
}
.ra-ab4-sec .ra-sec-title4 {
  margin: 0 auto;
  max-width: 670px;
}
.ra-ab4-sec .ra-ab4-shape {
  top: 22%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.ra-ab4-content {
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab4-content {
    padding-bottom: 0;
  }
}
.ra-ab4-content .ra-ab4-img1 {
  top: -105px;
  right: -50px;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ab4-content .ra-ab4-img1 {
    right: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab4-content .ra-ab4-img1 {
    position: static !important;
  }
}
.ra-ab4-content .ra-ab4-img1 .item-img {
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}
.ra-ab4-content .ra-ab4-img1 .ab-cta-info {
  gap: 16px;
}
@media (max-width: 480px) {
  .ra-ab4-content .ra-ab4-img1 .ab-cta-info {
    margin-top: 20px;
  }
}
.ra-ab4-content .ra-ab4-img1 .ab-cta-info .item-text span {
  opacity: 0.64;
  font-size: 16px;
  padding-bottom: 5px;
  color: var(--ra-title-c3);
}
.ra-ab4-content .ra-ab4-img1 .ab-cta-info .item-text h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--ra-title-c3);
  font-family: var(--ra-inter);
}
.ra-ab4-content .ra-ab4-img1 .ab-cta-info .item-icon {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  border: 1px solid rgba(252, 156, 68, 0.5);
}
.ra-ab4-content .ra-ab4-img1 .ab-cta-info .item-icon span {
  z-index: 1;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(252, 156, 68, 0.8);
}
.ra-ab4-content .ra-ab4-img1 .ab-cta-info .item-icon span:before {
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  width: 36px;
  height: 36px;
  content: "";
  margin: 0 auto;
  border-radius: 100%;
  position: absolute;
  background: var(--ra-gradient-1);
  background-size: 200%, 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ra-ab4-content .ra-ab4-img2 {
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ab4-content .ra-ab4-img2 {
    position: static !important;
  }
}
@media (max-width: 480px) {
  .ra-ab4-content .ra-ab4-img2 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .ra-ab4-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 40px;
    margin-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .ra-ab4-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.ra-ser4-sec {
  padding: 175px 50px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ra-ser4-sec {
    padding: 175px 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-sec {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ra-ser4-content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ra-ser4-content .ra-ser4-item:last-child {
  border-top-right-radius: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-content .ra-ser4-item:last-child {
    border-radius: 0;
  }
}

.ra-ser4-content-2 {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ra-ser4-content-2 .ra-ser4-item:first-child {
  border-bottom-left-radius: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-content-2 .ra-ser4-item:first-child {
    border-radius: 0;
  }
}

.ra-ser4-featured {
  width: 100%;
  max-width: 890px;
  background-color: #FD6801;
  padding: 120px 120px 130px;
  border-top-left-radius: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-featured {
    width: 100%;
    max-width: 904px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-featured {
    padding: 80px 40px 100px;
    border-radius: 0;
  }
}
.ra-ser4-featured .ra-btm-img {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-featured .ra-btm-img {
    display: none;
  }
}
.ra-ser4-featured .ra-top-img {
  top: -145px;
  right: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-featured .ra-top-img {
    display: none;
  }
}
.ra-ser4-featured .ra-sec-title4 .subtitle {
  color: #fff;
  background: transparent;
  border: 1px solid var(--ra-title-c3);
}
.ra-ser4-featured .ra-sec-title4 .subtitle:before,
.ra-ser4-featured .ra-sec-title4 .subtitle:after {
  background: var(--ra-title-c3);
}
.ra-ser4-featured .ra-sec-title4 .sec_title {
  color: #fff;
}
.ra-ser4-featured .ra-sec-title4 p {
  color: #fff;
  max-width: 623px;
}
.ra-ser4-featured .ra-btn-4 a span {
  color: #fff;
  background: var(--ra-title-c3);
}
.ra-ser4-featured .ra-btn-4 a img {
  border: 1px solid #fff;
  background: transparent;
}

.ra-ser4-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 435px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #E9EBED;
}
.ra-ser4-item .item-text {
  padding: 55px 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-item .item-text {
    padding: 30px 20px;
  }
}
.ra-ser4-item .item-text h3 {
  font-size: 26px;
  font-weight: 700;
}
.ra-ser4-item .item-text p {
  padding-top: 18px;
  padding-bottom: 28px;
}

.ra-ser4-video {
  overflow: hidden;
  max-width: 890px;
  border-bottom-right-radius: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ser4-video {
    border-radius: 0;
  }
}
.ra-ser4-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.ra-price4-sec .ra-sec-title4 {
  margin: 0 auto;
  max-width: 740px;
}
.ra-price4-sec .ra-price-shape1 {
  top: 0;
  right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price4-sec .ra-price-shape1 {
    display: none;
  }
}
.ra-price4-sec .ra-price-shape1 img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.ra-price4-sec .ra-price-shape2 {
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-price4-sec .ra-price-shape2 {
    display: none;
  }
}

.ra-price4-item {
  border-radius: 32px;
  padding: 40px 14px 14px;
  background-color: #F6F7F8;
}
.ra-price4-item:is(.popular-item) {
  background: var(--ra-gradient-2);
}
.ra-price4-item:is(.popular-item) .price-tag {
  color: var(--ra-title-c3);
  background: linear-gradient(329.35deg, #ADFB2D 0%, #35D4CA 100%);
}
.ra-price4-item .price-tag {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-left: 14px;
  padding: 8px 24px;
  border-radius: 100px;
  display: inline-block;
  background-color: #6254E7;
}
.ra-price4-item .price-value {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(28, 28, 45, 0.28);
}
.ra-price4-item .price-value h3 {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 12px;
  color: var(--ra-title-c3);
}
.ra-price4-item .price-value h3 span {
  color: #FF824D;
  font-weight: 300;
}
.ra-price4-item .price-value h3 sup {
  top: 0;
  font-size: 16px;
  color: rgba(70, 80, 91, 0.6392156863);
}
.ra-price4-item .item-price-info {
  padding: 40px;
  border-radius: 26px;
  background-color: #fff;
}
.ra-price4-item li {
  gap: 20px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: var(--ra-title-c3);
}
.ra-price4-item li i {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C4FDA0;
}
.ra-price4-item li:is(.ra-p-close) span {
  opacity: 0.52;
}
.ra-price4-item li:is(.ra-p-close) i {
  background-color: #FFC0CB;
}
.ra-price4-item .item-btn {
  margin-top: 30px;
}
.ra-price4-item .item-btn a {
  z-index: 1;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 14px 15px;
  border-radius: 100px;
  background-color: #46505B;
  font-family: var(--ra-manrope);
}
.ra-price4-item .item-btn a:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  border-radius: 100px;
  background: var(--ra-gradient-2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-price4-item .item-btn a:hover:before {
  width: 100%;
}

/*CTA area*/
/*----------------------------------------------------*/
.ra-cta4-content {
  gap: 15px;
  padding: 20px 35px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93.44deg, rgba(45, 169, 255, 0.28) 0.57%, rgba(130, 21, 255, 0.28) 99.48%) border-box;
}

.ra-cta4-btn-wrap p {
  font-size: 24px;
}

.ra-cta4-btn-wrap {
  gap: 16px;
}
.ra-cta4-btn-wrap a {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 100px;
  letter-spacing: -1px;
  font-family: var(--ra-manrope);
}
.ra-cta4-btn-wrap a:hover {
  color: var(--ra-title-c3) !important;
  background-color: var(--ra-base-c5) !important;
}
.ra-cta4-btn-wrap a i {
  margin-right: 8px;
}
.ra-cta4-btn-wrap a:nth-child(1) {
  color: #fff;
  background-color: #46505B;
}
.ra-cta4-btn-wrap a:nth-child(2) {
  color: var(--ra-title-c3);
  background-color: #E9EBED;
}

/*---------------------------------------------------- */
/*research area*/
/*----------------------------------------------------*/
.ra-research-sec {
  z-index: 1;
}
.ra-research-sec .ra-research-shape {
  right: -10%;
  z-index: -1;
  bottom: -20%;
}

.ra-research-content {
  gap: 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-research-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ra-research-text-area {
  max-width: 603px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-research-text-area {
    max-width: 100%;
  }
}

.ra-research-ft-item {
  gap: 20px;
  height: 96px;
  padding: 20px 0px;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-research-ft-item {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-research-ft-item:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, rgba(115, 115, 115, 0) 100%);
}
.ra-research-ft-item .item-icon {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #F0CEFF;
  -webkit-box-shadow: -3px 0px 0 0 var(--ra-title-c3);
          box-shadow: -3px 0px 0 0 var(--ra-title-c3);
}
.ra-research-ft-item .item-text {
  max-width: 480px;
  padding-top: 15px;
}
.ra-research-ft-item .item-text h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 0px;
  color: var(--ra-title-c3);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-research-ft-item .item-text h3 {
    padding-bottom: 14px;
  }
}
.ra-research-ft-item .item-text p {
  height: 0;
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-research-ft-item .item-text p {
    opacity: 1;
    height: auto;
  }
}
.ra-research-ft-item:nth-child(1):after {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, rgba(115, 115, 115, 0) 100%);
}
.ra-research-ft-item:nth-child(2) .item-icon {
  background-color: #FFDBBA;
}
.ra-research-ft-item:nth-child(3) .item-icon {
  background-color: #C3CDFF;
}
.ra-research-ft-item:is(.active) {
  height: 145px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-research-ft-item:is(.active) {
    height: auto;
  }
}
.ra-research-ft-item:is(.active) .item-text p {
  opacity: 1;
  height: 54px;
}
.ra-research-ft-item:is(.active) .item-text h3 {
  font-weight: 600;
  padding-bottom: 14px;
}

.ra-video4-sec {
  padding: 0px 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-video4-sec {
    padding: 0;
  }
}

.ra-vd4 {
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.ra-vd4 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.ra-project4-sec {
  z-index: 1;
  margin: 0px 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-sec {
    margin: 0;
  }
}
.ra-project4-sec .ra-pro-bg2 {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  overflow: hidden;
  max-height: 525px;
  position: absolute;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-sec .ra-pro-bg2 {
    max-height: 100%;
  }
}

.ra-project4-item-wrap {
  max-width: 648px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-item-wrap {
    margin: 0 auto;
  }
}
.ra-project4-item-wrap .ra-sec-title4 {
  padding-top: 50px;
  padding-left: 48px;
  margin-bottom: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-item-wrap .ra-sec-title4 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-item-wrap .ra-sec-title4 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.ra-project4-item-wrap .ra-sec-title4 .sec_title {
  color: #fff;
}
.ra-project4-item-wrap .ra-sec-title4 .subtitle {
  color: #fff;
  background: transparent;
  border: 1px solid #FF824D;
}
.ra-project4-item-wrap .ra-sec-title4 .subtitle:before, .ra-project4-item-wrap .ra-sec-title4 .subtitle:after {
  background: #fff;
}

.ra-project4-content {
  gap: 0px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ra-project4-item {
  max-width: 648px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 24px;
}
.ra-project4-item:before {
  bottom: 0;
  width: 100%;
  content: "";
  height: 0%;
  z-index: 1;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 45, 0)), to(#1C1C2D));
  background: linear-gradient(180deg, rgba(28, 28, 45, 0) 0%, #1C1C2D 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-item:before {
    height: 100%;
  }
}
.ra-project4-item .item-img {
  min-height: 260px;
}
.ra-project4-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-project4-item .item-text {
  left: 0px;
  opacity: 0;
  bottom: 0px;
  z-index: 2;
  max-width: 90%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-project4-item .item-text {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 360px) {
  .ra-project4-item .item-text {
    left: 15px;
    bottom: 15px;
  }
}
.ra-project4-item .item-text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
.ra-project4-item .item-text h3:hover {
  color: #6254E7;
}
@media (max-width: 480px) {
  .ra-project4-item .item-text h3 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .ra-project4-item .item-text h3 {
    font-size: 24px;
  }
}
.ra-project4-item .item-text .item-tag {
  margin-top: 10px;
}
.ra-project4-item .item-text .item-tag a {
  margin: 5px;
  color: #6254E7;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 5px;
  border: 1px solid #6254E7;
}
.ra-project4-item .item-text .item-tag a:hover {
  color: #fff;
  background-color: #6254E7;
}
@media (max-width: 480px) {
  .ra-project4-item .item-text .item-tag a {
    font-size: 12px;
    padding: 4px 10px;
  }
}
@media (max-width: 360px) {
  .ra-project4-item .item-text .item-tag a {
    padding: 4px 5px;
  }
}
.ra-project4-item:hover:before {
  height: 100%;
}
.ra-project4-item:hover .item-text {
  opacity: 1;
  left: 60px;
  bottom: 60px;
}
.ra-project4-item:hover .item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.ra-feature4-sec .ra-sec-title4 {
  margin: 0 auto;
  max-width: 650px;
}

.ra-feature4-content .row {
  --bs-gutter-x: 28px;
}

.ra-feature4-item {
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 28px;
  background-color: #D1F4F3;
}
.ra-feature4-item .item-icon {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0 0 #9EC5C4;
          box-shadow: 3px 3px 0 0 #9EC5C4;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-feature4-item .item-text h3 {
  font-size: 24px;
  max-width: 155px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--ra-title-c3);
}
.ra-feature4-item:hover .item-icon {
  -webkit-animation: ring 1s ease infinite;
          animation: ring 1s ease infinite;
}

.col-lg-3:nth-child(2) .ra-feature4-item {
  background-color: #FFD3B4;
}
.col-lg-3:nth-child(2) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #FFB37E;
          box-shadow: 3px 3px 0 0 #FFB37E;
}
.col-lg-3:nth-child(3) .ra-feature4-item {
  background-color: #E7D2FF;
}
.col-lg-3:nth-child(3) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #CA9CFF;
          box-shadow: 3px 3px 0 0 #CA9CFF;
}
.col-lg-3:nth-child(4) .ra-feature4-item {
  background-color: #FFF0BF;
}
.col-lg-3:nth-child(4) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #EDD482;
          box-shadow: 3px 3px 0 0 #EDD482;
}
.col-lg-3:nth-child(5) .ra-feature4-item {
  background-color: #AFB8E8;
}
.col-lg-3:nth-child(5) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #D3DAFF;
          box-shadow: 3px 3px 0 0 #D3DAFF;
}
.col-lg-3:nth-child(6) .ra-feature4-item {
  background-color: #CFFFC0;
}
.col-lg-3:nth-child(6) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #9DDB8A;
          box-shadow: 3px 3px 0 0 #9DDB8A;
}
.col-lg-3:nth-child(7) .ra-feature4-item {
  background-color: #FFDAE0;
}
.col-lg-3:nth-child(7) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #EFAEB8;
          box-shadow: 3px 3px 0 0 #EFAEB8;
}
.col-lg-3:nth-child(8) .ra-feature4-item {
  background-color: #E2E2E8;
}
.col-lg-3:nth-child(8) .ra-feature4-item .item-icon {
  -webkit-box-shadow: 3px 3px 0 0 #B3B3C3;
          box-shadow: 3px 3px 0 0 #B3B3C3;
}

.ra-shape-ft {
  z-index: -1;
  text-align: center;
  position: relative;
  margin-top: -230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-shape-ft {
    display: none;
  }
}
.ra-shape-ft span {
  width: 108%;
  margin-left: -35px;
}

/*---------------------------------------------------- */
/*work process area*/
/*----------------------------------------------------*/
.ra-wrp3-text-area {
  max-width: 524px;
}

.ra-wrp3-content {
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wrp3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ra-wrp3-list-wrap {
  max-width: 575px;
}

.ra-wrp3-list {
  gap: 24px;
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wrp3-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-wrp3-list:before, .ra-wrp3-list:after {
  top: 58px;
  width: 2px;
  left: 29px;
  opacity: 0.24;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #0047FF;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-wrp3-list:before, .ra-wrp3-list:after {
    display: none;
  }
}
.ra-wrp3-list:after {
  height: 0%;
  opacity: 1;
}
.ra-wrp3-list:last-child {
  margin-bottom: 0;
}
.ra-wrp3-list:last-child:before, .ra-wrp3-list:last-child:after {
  display: none;
}
.ra-wrp3-list .item-serial {
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, var(--ra-gradient-2) border-box;
  background: linear-gradient(#fff, #fff) padding-box, var(--ra-gradient-2) border-box;
}
.ra-wrp3-list .item-serial:before {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: var(--ra-gradient-2);
}
.ra-wrp3-list span {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--ra-manrope);
  background: var(--ra-gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ra-wrp3-list .item-text {
  max-width: 490px;
  padding-top: 15px;
}
.ra-wrp3-list .item-text h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 20px;
  color: var(--ra-title-c3);
}
.ra-wrp3-list .item-text h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.28;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#1C1C2D), to(rgba(28, 28, 45, 0)));
  background: linear-gradient(90deg, #1C1C2D 0%, rgba(28, 28, 45, 0) 100%);
}
.ra-wrp3-list:is(.active):after {
  height: 100%;
}
.ra-wrp3-list:is(.active) .item-serial:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ra-wrp3-list:is(.active) .item-serial span {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.ra-testi4-sec {
  padding: 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi4-sec {
    padding: 0;
  }
}
.ra-testi4-sec .ra-sec-title4 {
  margin: 0 auto;
  max-width: 740px;
}

.ra-testi4-content {
  padding: 125px 0px;
}
.ra-testi4-content .ra-sec-title4 .subtitle {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF7E6), to(#FFF7E6)) padding-box, var(--ra-gradient-1) border-box;
  background: linear-gradient(#FFF7E6, #FFF7E6) padding-box, var(--ra-gradient-1) border-box;
}

.ra-testi4-wrap {
  gap: 30px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi4-wrap {
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi4-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-testi4-arrow-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 215px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ra-hcl-area p {
  font-size: 17px;
}
.ra-hcl-area .ra-hcl-img li {
  border: 2px solid #FEF4E3;
}

.ra-testi4-nav {
  gap: 12px;
}
.ra-testi4-nav .ra-testi4-prev,
.ra-testi4-nav .ra-testi4-next {
  color: #fff;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: var(--ra-title-c3);
}
.ra-testi4-nav .ra-testi4-prev i,
.ra-testi4-nav .ra-testi4-next i {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-testi4-nav .ra-testi4-prev:hover i,
.ra-testi4-nav .ra-testi4-next:hover i {
  color: #FF824D;
}
.ra-testi4-nav .ra-testi4-prev {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ra-testi4-nav .ra-testi4-prev i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ra-testi4-nav .ra-testi4-next {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ra-testi4-nav .ra-testi4-next i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ra-testi4-slider-area {
  width: 100%;
  max-width: 1032px;
}

.ra-testi4-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi4-item {
    gap: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi4-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-testi4-item .item-img {
  overflow: hidden;
  max-width: 352px;
  border-radius: 12px;
}
.ra-testi4-item .item-img img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.ra-testi4-item .item-qoute {
  top: 0px;
  z-index: 1;
  width: 84px;
  opacity: 0;
  height: 84px;
  right: -42px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media (max-width: 480px) {
  .ra-testi4-item .item-qoute {
    top: 0;
    right: 0;
  }
}
.ra-testi4-item .item-qoute:before, .ra-testi4-item .item-qoute:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 100%;
}
.ra-testi4-item .item-qoute:before {
  background-color: #FFF7E6;
}
.ra-testi4-item .item-qoute:after {
  left: -3px;
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#FF4A68), to(#FC9C44));
  background: linear-gradient(90deg, #FF4A68 0%, #FC9C44 100%);
}
.ra-testi4-item .item-text {
  max-width: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-testi4-item .item-text {
    max-width: 500px;
  }
}
.ra-testi4-item .item-text .item-rate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-testi4-item .item-text .item-rate li {
  color: #FF824D;
  margin-right: 5px;
}
.ra-testi4-item .item-text .item-desc {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 25px;
  font-style: italic;
  margin-bottom: 35px;
  color: var(--ra-title-c3);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-testi4-item .item-text .item-author {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-testi4-item .item-text .item-author h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--ra-title-c3);
}
.ra-testi4-item .item-text .item-author span {
  font-size: 16px;
}

.swiper-slide-active .ra-testi4-item .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
.swiper-slide-active .ra-testi4-item .item-qoute {
  top: 60px;
  opacity: 1;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.swiper-slide-active .ra-testi4-item .item-text .item-rate {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .ra-testi4-item .item-text .item-desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .ra-testi4-item .item-text .item-author {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.ra-blog4-top {
  gap: 40px;
}
.ra-blog4-top .ra-sec-title4 {
  max-width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-blog4-top .ra-btn-4 {
    margin-top: 0;
  }
}

.ra-blog4-item {
  margin: 0 auto;
  max-width: 420px;
  margin-bottom: 30px;
  border-radius: 16px;
  padding: 40px 24px 24px;
  background-color: #F5F6F8;
}
.ra-blog4-item .item-text .blog_title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ra-blog4-item .item-img-tag {
  margin-top: 60px;
}
.ra-blog4-item .item-img {
  overflow: hidden;
  border-radius: 16px;
}
.ra-blog4-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-blog4-item .item-tag {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.ra-blog4-item .item-tag span {
  display: block;
  text-align: right;
  margin-bottom: 4px;
}
.ra-blog4-item .item-tag a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 4px 12px 3px;
  background-color: #fff;
  color: var(--ra-title-c3);
}
.ra-blog4-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.ra-spon4-title {
  gap: 20px;
}
.ra-spon4-title p {
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: -1px;
  color: var(--ra-title-c3);
  font-family: var(--ra-manrope);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-spon4-title p {
    white-space: wrap;
    padding-left: 15px;
  }
}
.ra-spon4-title .line_1,
.ra-spon4-title .line_2 {
  width: 18%;
  height: 1px;
  background-color: rgba(47, 88, 79, 0.4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-spon4-title .line_1,
  .ra-spon4-title .line_2 {
    display: none;
  }
}
.ra-spon4-title .line_1 {
  width: 80%;
}

.ra-spon4-item {
  margin: 0px 14px;
  display: inline-block;
}
.ra-spon4-item .item-img {
  width: 280px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D2D2D5;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-footer1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ra-ftr1-widget .logo-widget {
  max-width: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ra-ftr1-widget .logo-widget {
    max-width: 500px;
  }
}
.ra-ftr1-widget .logo-widget h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
.ra-ftr1-widget .logo-widget .ra-ab1-list li {
  color: #fff;
}
.ra-ftr1-widget .logo-widget .ra-why-c1-text-title .item-icon-text .item-text {
  color: #244cc9;
  font-size: 45px;
}
.ra-ftr1-widget .logo-widget .ra-why-c1-text-title {
  margin-bottom: 0;
  padding: 30px 0px;
  border-bottom: none;
  border-top: 2px solid #272938;
}
.ra-ftr1-widget .logo-widget .ra-why-c1-text-title h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  padding-bottom: 10px;
}
.ra-ftr1-widget .logo-widget .ra-why-c1-text-title p {
  color: #fff;
  font-size: 17px;
}
.ra-ftr1-widget .newslatter-widget {
  max-width: 455px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
}
.ra-ftr1-widget .newslatter-widget .newslatter-title h3 {
  color: #06100d;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 10px;
}
.ra-ftr1-widget .newslatter-widget .newslatter-title p {
  padding-top: 0;
}
.ra-ftr1-widget .newslatter-widget input {
  width: 100%;
  height: 64px;
  border: none;
  margin-bottom: 8px;
  border-radius: 15px;
  padding-left: 25px;
  background-color: #f2f2f2;
}
.ra-ftr1-widget .newslatter-widget button {
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 100px;
  background-color: #244cc9;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-ftr1-widget .newslatter-widget button:hover {
  background-color: #000;
}
.ra-ftr1-widget .newslatter-widget p {
  padding-top: 40px;
}
.ra-ftr1-widget .newslatter-widget .footer-sponsor {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #c4c3cc;
  border-bottom: 1px solid #c4c3cc;
}
.ra-ftr1-widget .newslatter-widget .footer-sponsor:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c4c3cc;
}
@media (max-width: 480px) {
  .ra-ftr1-widget .newslatter-widget .footer-sponsor:before {
    display: none;
  }
}
.ra-ftr1-widget .newslatter-widget span {
  width: 100%;
}
.ra-ftr1-widget .menu-widget {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ftr1-widget .menu-widget {
    display: inline-block;
  }
}
.ra-ftr1-widget .menu-widget .widget-title {
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 10px;
}
.ra-ftr1-widget .menu-widget li {
  margin-bottom: 10px;
}
.ra-ftr1-widget .menu-widget li:last-child {
  margin-bottom: 0;
}
.ra-ftr1-widget .menu-widget li a {
  color: #c4c4c4;
  font-size: 17px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ra-ftr1-widget .menu-widget li a i {
  top: 0;
  left: 0;
  color: #244cc9;
  font-size: 17px;
  transition: all 500ms ease-in-out;
}
.ra-ftr1-widget .menu-widget li a:hover{
  color: var(--ra-base-c1);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.ra-ftr2-widget {
  position: relative;
}
.ra-ftr2-widget .widget-title {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 36px;
}
.ra-ftr2-widget .menu-widget li {
  margin-bottom: 13px;
}
.ra-ftr2-widget .menu-widget li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ra-ftr2-widget .menu-widget li a i {
  top: 0;
  left: 0;
  font-weight: 900;
  color: var(--ra-base-c1);
  font-family: "Font Awesome 6 Free";
}
.ra-ftr2-widget .menu-widget li a:hover {
  color: var(--ra-base-c1);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.ra-ftr2-widget .contact-info .item-info {
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ra-ftr2-widget .contact-info .item-info .item-icon {
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--ra-base-c1);
}
.ra-ftr2-widget .contact-info .item-info .item-text {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  max-width: 270px;
}
.ra-ftr2-widget .contact-info p {
  color: #6e6e6e;
  font-size: 16px;
}

.col-lg-3:last-child .ra-ftr2-widget:before {
  display: none;
}

.ra-footer2-bottom {
  padding: 40px 0px;
  border-top: 1px solid #154348;
  border-bottom: 1px solid #154348;
}

.ra-ftr2-btm-social a {
  color: #fff;
  margin: 0px 5px;
  font-size: 17px;
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid #1a2324;
  background-color: #071011;
  margin: 5px 0px;
}
.ra-ftr2-btm-social a:hover {
  border: 1px solid var(--ra-base-c1);
  background-color: var(--ra-base-c1);
}

.ra-footer2-copyright {
  color: #fff;
  padding: 15px;
  background-color: #010708;
}

.ra-footer3-sec {
  background-color: var(--ra-title-c3);
}
.ra-footer3-sec .ra-ftr-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ra-footer3-sec .ra-ftr-bg img {
  mix-blend-mode: luminosity;
}

.ra-footer3-newslatter {
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ra-footer3-newslatter .ra-sec-title3 {
  max-width: 685px;
}
.ra-footer3-newslatter .ra-sec-title3 .sec_title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -3px;
}

.ra-ftr-newslatter {
  width: 100%;
  max-width: 480px;
}
.ra-ftr-newslatter form {
  position: relative;
}
.ra-ftr-newslatter input {
  width: 100%;
  height: 56px;
  padding-left: 28px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra-ftr-newslatter input:focus {
  border: 1px solid var(--ra-base-c3);
}
.ra-ftr-newslatter button {
  top: 8px;
  right: 8px;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  border-radius: 3px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-color: #6254E7;
}
.ra-ftr-newslatter button:hover {
  background-color: var(--ra-base-c5);
}

.ra3-footer-widget-wrap {
  gap: 40px 120px;
}

.ra-footer3-content {
  gap: 30px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ra-footer3-content .ra-ftr-shape {
  left: 12%;
  bottom: 0;
  position: absolute;
}
.ra-footer3-content .ra-ftr-shape img {
  mix-blend-mode: luminosity;
}

.ra3-footer-widget {
  color: #fff;
}
.ra3-footer-widget .widget-title {
  color: #57E8DF;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.ra3-footer-widget .contact-info {
  margin-bottom: 22px;
}
.ra3-footer-widget .contact-info p {
  font-size: 16px;
  max-width: 155px;
  line-height: 20px;
  opacity: 0.8;
}
.ra3-footer-widget .menu-widget li {
  margin-top: 5px;
}
.ra3-footer-widget .menu-widget li a {
  color: #fff;
  left: -15px;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ra3-footer-widget .menu-widget li a span {
  position: relative;
}
.ra3-footer-widget .menu-widget li a span:before {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.ra3-footer-widget .menu-widget li a:before {
  left: 0;
  top: 1px;
  color: #C9F7CA;
  font-size: 14px;
  content: "\f054";
  font-weight: 900;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Free";
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ra3-footer-widget .menu-widget li a:hover {
  left: 0;
  opacity: 1;
}
.ra3-footer-widget .menu-widget li a:hover span:before {
  width: 100%;
}
.ra3-footer-widget .menu-widget li a:hover:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ra3-footer-widget .menu-widget.social_icon li a {
  left: -20px;
  padding-left: 22px;
}
.ra3-footer-widget .menu-widget.social_icon li a i {
  top: 4px;
  left: 0;
  opacity: 0;
  width: 30px;
  color: #FC9C44;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ra3-footer-widget .menu-widget.social_icon li a:before {
  display: none;
}
.ra3-footer-widget .menu-widget.social_icon li a:hover {
  left: 0;
}
.ra3-footer-widget .menu-widget.social_icon li a:hover i {
  opacity: 1;
}

.ra-ftr-copyright3 {
  padding: 25px 0px;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ra-footer4-content {
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-footer4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ra-footer4-content .ra-ftr4-rocket {
  left: 0;
  right: 10%;
  bottom: 100px;
  z-index: -1;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-footer4-content .ra-ftr4-rocket {
    display: none;
  }
}

.ra-ftr4-text-wrap {
  width: 100%;
  max-width: 764px;
}

.ra-ftr4-cta-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.ra-ftr4-text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 530px;
  position: relative;
  margin-bottom: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ftr4-text h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ftr4-text h3 {
    max-width: 100%;
  }
}
.ra-ftr4-text h3 span {
  color: #fff;
  opacity: 0.96;
  font-size: 76px;
  font-weight: 800;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-ftr4-text h3 span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ftr4-text h3 span {
    font-size: 40px;
  }
}
.ra-ftr4-text .ftr-arrow {
  right: 0;
  bottom: 8px;
  width: 126px;
  height: 126px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#111121), to(#111121)) padding-box, var(--ra-gradient-2) border-box;
  background: linear-gradient(#111121, #111121) padding-box, var(--ra-gradient-2) border-box;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ftr4-text .ftr-arrow {
    position: static;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-ftr4-text .ftr-arrow {
    width: 100px;
    height: 100px;
  }
}
.ra-ftr4-text .ftr-arrow:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.ra-ftr4-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.ra-ftr4-widget .widget-title:before {
  width: 60px;
  bottom: -1px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #FF824D;
}
.ra-ftr4-widget .menu-widget {
  width: 100%;
  max-width: 360px;
}
.ra-ftr4-widget .menu-widget ul:nth-child(2) {
  margin-left: 40px;
}
.ra-ftr4-widget .menu-widget li {
  width: 100%;
  margin-bottom: 15px;
}
.ra-ftr4-widget .menu-widget li a {
  color: #fff;
}
.ra-ftr4-widget .menu-widget li a:hover {
  color: #FF824D;
}

.ra-footer4-form-area {
  width: 100%;
  max-width: 560px;
  padding: 55px 50px;
  border-radius: 16px;
  background-color: #2D343A;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ra-footer4-form-area {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-footer4-form-area {
    padding: 30px 20px;
  }
}
.ra-footer4-form-area h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 38px;
}
.ra-footer4-form-area .input-field {
  margin-bottom: 30px;
}
.ra-footer4-form-area .input-field label {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.ra-footer4-form-area .input-field input, .ra-footer4-form-area .input-field textarea {
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #676869;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ra-footer4-form-area .input-field input::-webkit-input-placeholder, .ra-footer4-form-area .input-field textarea::-webkit-input-placeholder {
  color: rgba(103, 104, 105, 0.7215686275);
}
.ra-footer4-form-area .input-field input::-moz-placeholder, .ra-footer4-form-area .input-field textarea::-moz-placeholder {
  color: rgba(103, 104, 105, 0.7215686275);
}
.ra-footer4-form-area .input-field input:-ms-input-placeholder, .ra-footer4-form-area .input-field textarea:-ms-input-placeholder {
  color: rgba(103, 104, 105, 0.7215686275);
}
.ra-footer4-form-area .input-field input::-ms-input-placeholder, .ra-footer4-form-area .input-field textarea::-ms-input-placeholder {
  color: rgba(103, 104, 105, 0.7215686275);
}
.ra-footer4-form-area .input-field input::placeholder, .ra-footer4-form-area .input-field textarea::placeholder {
  color: rgba(103, 104, 105, 0.7215686275);
}
.ra-footer4-form-area .input-field input:focus, .ra-footer4-form-area .input-field textarea:focus {
  border-bottom: 1px solid var(--mc-pr-c10);
}
.ra-footer4-form-area .input-field textarea {
  height: 75px;
  padding-top: 10px;
}
.ra-footer4-form-area button {
  border: none;
  background-color: transparent;
}
.ra-footer4-form-area button img {
  padding: 14px;
  border-radius: 100%;
  background: #2D343A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #FFFFFF;
}
.ra-footer4-form-area button span {
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding: 18px 28px;
  border-radius: 100px;
  letter-spacing: -1px;
  font-family: var(--ra-manrope);
  background: #FF824D;
}
.ra-footer4-form-area button > *:nth-child(1) {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-margin-end: -45px;
          margin-inline-end: -45px;
}
.ra-footer4-form-area button > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ra-footer4-form-area button > *:nth-child(3) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.ra-footer4-form-area button:hover > *:nth-child(1) {
  -webkit-transform: scale3d(1, 1, 1) rotate(-130deg);
          transform: scale3d(1, 1, 1) rotate(-130deg);
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.ra-footer4-form-area button:hover > *:nth-child(2) {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.ra-footer4-form-area button:hover > *:nth-child(3) {
  -webkit-transform: scale3d(0.5, 0.5, 1) rotate(-130deg);
          transform: scale3d(0.5, 0.5, 1) rotate(-130deg);
  -webkit-margin-start: -45px;
          margin-inline-start: -45px;
}

.ra-ftr4-copyright {
  padding: 20px 15px;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ra-breadcrumb-sec {
  z-index: 1;
  padding: 230px 0px 175px;
  background-color: #0D2666;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-breadcrumb-sec {
    padding: 130px 0px 80px;
  }
}
.ra-bread-bg {
  top: 0;
  right: 0;
  z-index: -1;
  width: 75%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-bread-bg {
    width: 100%;
  }
}
.ra-breadcrumb-content .bread_title {
  color: #fff;
  line-height: 1;
  font-size: 64px;
  font-weight: 800;
  padding-bottom: 15px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ra-breadcrumb-content .bread_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ra-breadcrumb-content .bread_title {
    font-size: 40px;
    padding-bottom: 5px;
  }
}
.ra-breadcrumb-content ul {
  border-radius: 8px;
  padding: 14px 28px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
  .ra-breadcrumb-content ul {
    padding: 10px 18px;
  }
}
.ra-breadcrumb-content ul li {
  color: #fff;
  font-size: 18px;
  margin-right: 38px;
  position: relative;
}
.ra-breadcrumb-content ul li:before {
  top: 2px;
  right: -30px;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
  background-image: url(../img/b-icon.svg);
}
.ra-breadcrumb-content ul li:last-child {
  margin-right: 0;
  color: rgba(255, 255, 255, 0.6);
}
.ra-breadcrumb-content ul li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */