/*
Theme Name: 
Author: 
Author URI: 
Description: Arigo - Creative Agency & Portfolio HTML Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Phudu:wght@300..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;display=swap");
.text-p1 {
  color: #FD492E;
}

.text-theme {
  color: #FD492E !important;
}

.cmn-bgs {
  background: #F5F5F5;
}

.common-btn {
  position: relative;
  padding: 19px 30px;
  line-height: 18px;
  transition: all 0.5s;
}
.common-btn i {
  transition: all 0.5s;
  z-index: 1;
}
.common-btn:hover {
  color: #02090F;
}
@media (max-width: 1399px) {
  .common-btn {
    padding: 16px 24px;
  }
}

.btn_approach {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s;
  border-radius: 100px;
  padding: 24px 40px;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
  background-color: rgba(255, 255, 255, 0.16);
}
.btn_approach:hover {
  background-color: #FD492E;
  color: #fff;
}

.common_btn {
  background-color: #FD492E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 8px 8px 24px;
  border: none;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-family: "Phudu", sans-serif;
}
.common_btn .icon_wrapper {
  background-color: #fff;
  color: #02090F;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.common_btn .icon_wrapper i {
  font-size: 16px;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.common_btn.common_btn_outline {
  border: 1px solid #FD492E;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  transition: all 0.4s;
}
.common_btn.common_btn_outline .icon_wrapper {
  background-color: #FD492E;
}
.common_btn.common_btn_outline .icon_wrapper i {
  color: #fff;
}
.common_btn.common_btn_outline:hover {
  border: 1px solid #FD492E;
  background-color: #FD492E;
  color: #fff;
  font-weight: 700;
}
.common_btn.common_btn_outline:hover .icon_wrapper {
  background-color: #fff;
}
.common_btn.common_btn_outline:hover .icon_wrapper i {
  color: #000;
}
.common_btn.common_btn-blacktheme {
  background-color: #000;
  color: #fff;
}
.common_btn.common_btn-blacktheme .icon_wrapper {
  background-color: #FD492E;
}
.common_btn.common_btn-blacktheme .icon_wrapper i {
  color: #fff;
}
.common_btn.common_btn-whitetheme {
  background-color: #fff;
  color: #000;
}
.common_btn.common_btn-whitetheme .icon_wrapper {
  background-color: #FD492E;
}
.common_btn.common_btn-whitetheme .icon_wrapper i {
  color: #fff;
}
.common_btn.common_btn-blurtheme {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  color: #fff;
}
.common_btn.common_btn-blurtheme .icon_wrapper {
  background-color: #FD492E;
}
.common_btn.common_btn-blurtheme .icon_wrapper i {
  color: #fff;
}
.common_btn.common_btn__outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.common_btn.common_btn__outline-white .icon_wrapper {
  background-color: #fff;
}
.common_btn.common_btn__outline-white .icon_wrapper i {
  color: #000;
}
.common_btn.common_btn__outline-theme3 {
  border: 1px solid #6754e9;
  background-color: transparent;
  color: #000;
}
.common_btn.common_btn__outline-theme3 .icon_wrapper {
  background-color: #6754e9;
}
.common_btn.common_btn__outline-theme3 .icon_wrapper i {
  color: #fff;
}
.common_btn:hover .icon_wrapper i {
  animation: arrowSlide 0.4s forwards;
}
@media (max-width: 1399px) {
  .common_btn {
    padding: 5px 5px 5px 12px;
    font-size: 14px;
  }
  .common_btn .icon_wrapper {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-left: 6px;
  }
  .common_btn .icon_wrapper i {
    font-size: 12px;
  }
}

.read-more-button {
  font-size: 16px;
  font-weight: 600;
  color: #FD492E;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}
.read-more-button i {
  transition: all 0.3s ease;
}
.read-more-button:hover {
  color: #FD492E;
}
.read-more-button:hover i {
  color: #FD492E;
  padding-left: 2px;
}
.read-more-button.text-p1 {
  color: #FD492E !important;
}
.read-more-button.text-p1:hover {
  color: #FD492E;
}
.read-more-button.text-p1:hover i {
  color: #FD492E;
}

.read-more img {
  transition: al 0.4s;
}
.read-more:hover img {
  margin-left: 4px;
}

@keyframes arrowSlide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(35px);
    opacity: 0;
  }
  50% {
    transform: translateX(-35px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 10px;
  background-color: #FD492E;
  transition: all 0.7s ease;
  z-index: -1;
}

.box-style.first-box::before {
  background-color: rgb(255, 206, 90);
}
.box-style.first-box:hover i {
  color: #02090F;
}
.box-style.first-box:hover span {
  color: #02090F;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
.heading-font {
  font-family: "Phudu", sans-serif !important;
}

.sub-font {
  font-family: "Phudu", sans-serif;
}

.body-font {
  font-family: "Instrument Sans", sans-serif;
}

.sub-font2 {
  font-family: "Bricolage Grotesque", sans-serif;
}

html {
  scroll-behavior: initial !important;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #02090F;
  background-color: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: #fff;
  outline: none;
}

input {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Phudu", sans-serif;
  margin: 0px;
  padding: 0;
  color: #02090F;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.fs-two,
h2 {
  font-size: 48px;
  line-height: 116%;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .fs-two,
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .fs-two,
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .fs-two,
  h2 {
    font-size: 28px;
  }
}

.fs-three,
h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
}
@media (max-width: 1399px) {
  .fs-three,
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .fs-three,
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .fs-three,
  h3 {
    font-size: 22px;
  }
}

.fs-four,
h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .fs-four,
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .fs-four,
  h4 {
    font-size: 20px;
  }
}

.fs-five,
h5 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .fs-five,
  h5 {
    font-size: 18px;
  }
}

.fs-six,
h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 145%;
}
@media (max-width: 991px) {
  .fs-six,
  h6 {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #02090F;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
  color: #393C3E;
}

span {
  font-size: 16px;
  line-height: 25.6px;
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.fs-64px {
  font-size: 64px !important;
  line-height: 74px !important;
}
@media (max-width: 1399px) {
  .fs-64px {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 1199px) {
  .fs-64px {
    font-size: 40px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 991px) {
  .fs-64px {
    font-size: 38px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  .fs-64px {
    font-size: 34px !important;
    line-height: 36px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .container1285 {
    max-width: 1285px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .container1370 {
    max-width: 1370px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .container1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

section,
footer {
  overflow: hidden;
}

.rounded100 {
  border-radius: 100px;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trns {
  transition: all 0.4s;
}

.p1-clr {
  color: #FD492E !important;
}

.black {
  color: #02090F;
}

.blackbg {
  background: #02090F;
}

.white {
  color: #fff;
}

.pra {
  color: #393C3E;
}

.w-100px {
  width: 100px;
}

.h-100px {
  height: 100px;
}

.w-33 {
  width: 32px !important;
}

.h-33 {
  height: 32px !important;
}

.min-w-33 {
  min-width: 32px !important;
}

.w-36 {
  width: 36px !important;
}

.h-36 {
  height: 36px !important;
}

.min-w-36 {
  min-width: 36px !important;
}

.border-b-dashed {
  border-bottom: 1px dashed #C7C7CA;
}

.hover-flip .icon img {
  transition: all 0.4s;
}
.hover-flip:hover .icon img {
  transform: rotateY(180deg);
}

.social-white .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-white .icon i {
  color: #393C3E;
}
.social-white .icon:hover {
  background-color: #FD492E;
}
.social-white .icon:hover i {
  color: #fff;
}

.social-gray {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
  padding: 10px 20px;
  border-bottom-right-radius: 30px;
}
.social-gray::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #fff;
  pointer-events: none;
}
.social-gray::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #fff;
  pointer-events: none;
}
.social-gray .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-gray .icon i {
  color: #393C3E;
}
.social-gray .icon:hover {
  background-color: #FD492E;
}
.social-gray .icon:hover i {
  color: #fff;
}
@media (max-width: 575px) {
  .social-gray {
    position: initial;
    top: 0;
    left: 0;
  }
}

.social-black .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #02090F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-black .icon i {
  color: #fff;
}
.social-black .icon:hover {
  background-color: #FD492E;
}
.social-black .icon:hover i {
  color: #fff;
}

.table-rotated-header {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

.section-header-unique .text-rot {
  margin-top: 16px;
}
.section-header-unique .head-one span {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Phudu", sans-serif;
}
.section-header-unique .head-one .what {
  -webkit-text-stroke-width: 2px;
  color: transparent;
  -webkit-text-stroke-color: #02090F;
}
.section-header-unique .head-two .ab {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Phudu", sans-serif;
}
.section-header-unique .head-two p {
  max-width: 400px;
  font-size: 18px;
  font-weight: 400;
  padding-top: 12px;
}
@media (max-width: 1399px) {
  .section-header-unique .text-rot {
    margin-top: 16px;
  }
  .section-header-unique .head-one span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section-header-unique .head-two .ab {
    font-size: 60px;
    line-height: 60px;
  }
  .section-header-unique .head-two p {
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .section-header-unique .text-rot {
    margin-top: 16px;
  }
  .section-header-unique .head-one span {
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section-header-unique .head-two .ab {
    font-size: 44px;
    line-height: 44px;
  }
  .section-header-unique .head-two p {
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 12px;
  }
}
@media (max-width: 575px) {
  .section-header-unique .text-rot {
    margin-top: 8px;
  }
  .section-header-unique .head-one span {
    font-size: 38px;
    line-height: 38px;
  }
  .section-header-unique .head-two .ab {
    font-size: 38px;
    line-height: 38px;
  }
  .section-header-unique .head-two p {
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 12px;
  }
}

.text-dark {
  color: #02090F !important;
}

.w-32 {
  width: 32px;
}

.h-32 {
  height: 32px;
}

.min-w-32 {
  min-width: 32px;
}

.rotated-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

.rotate-text-90 {
  transform: rotate(90deg);
  transform-origin: center;
}

.thumb-wrap {
  max-width: 648px;
}
.thumb-wrap .thumb {
  border-radius: 24px;
  position: relative;
}
.thumb-wrap .thumb .mimg {
  width: 100%;
  border-radius: 24px;
}
.thumb-wrap .about-text-box {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 32%;
  right: -16%;
}
@media (max-width: 1399px) {
  .thumb-wrap .about-text-box {
    width: 140px;
    height: 140px;
    top: 32%;
    right: 2%;
  }
}

.text-circle__box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFEEE9;
  position: relative;
}
.text-circle__box .circle__text {
  position: absolute;
}

.about-right-content h2 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: #02090F;
  -webkit-text-stroke-width: 2px;
}
.about-right-content h3 {
  font-size: 48px;
  line-height: 48px;
  color: #02090F;
  text-transform: uppercase;
}
.about-right-content .about-count_inner {
  display: flex;
  justify-content: center;
}
.about-right-content .about-count_inner .about_count_item {
  width: 264px;
  height: 264px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(104, 104, 104, 0.16);
  text-align: center;
  background-color: #fff;
}
.about-right-content .about-count_inner .about_count_item p {
  max-width: 220px;
  margin: 0 auto;
}
.about-right-content .about-count_inner .about_count_item .cont-area span {
  font-size: 100px;
  line-height: 100px;
  color: #02090F;
  font-weight: 700;
  font-family: "Phudu", sans-serif;
}
.about-right-content .about-count_inner .about_count_item:not(:first-child) {
  margin-left: -40px;
}
@media (max-width: 1399px) {
  .about-right-content h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 8px;
  }
  .about-right-content h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .about-right-content .about-count_inner {
    display: flex;
    justify-content: center;
  }
  .about-right-content .about-count_inner .about_count_item {
    width: 200px;
    height: 200px;
  }
  .about-right-content .about-count_inner .about_count_item p {
    max-width: 180px;
    margin: 0 auto;
    font-size: 13px;
  }
  .about-right-content .about-count_inner .about_count_item .cont-area span {
    font-size: 44px;
    line-height: 44px;
  }
  .about-right-content .about-count_inner .about_count_item:not(:first-child) {
    margin-left: -20px;
  }
}
@media (max-width: 1199px) {
  .about-right-content h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 8px;
  }
  .about-right-content h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-right-content .about-count_inner {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .about-right-content .about-count_inner .about_count_item {
    padding: 26px;
    border-radius: 10px;
  }
  .about-right-content .about-count_inner .about_count_item p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 13px;
  }
  .about-right-content .about-count_inner .about_count_item .cont-area span {
    font-size: 36px;
    line-height: 36px;
  }
  .about-right-content .about-count_inner .about_count_item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-right-content h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 8px;
  }
  .about-right-content h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-right-content .about-count_inner {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .about-right-content .about-count_inner .about_count_item {
    padding: 26px;
    border-radius: 10px;
  }
  .about-right-content .about-count_inner .about_count_item p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 13px;
  }
  .about-right-content .about-count_inner .about_count_item .cont-area span {
    font-size: 36px;
    line-height: 36px;
  }
  .about-right-content .about-count_inner .about_count_item:not(:first-child) {
    margin-left: 0px;
  }
}

.text-white-stroke {
  -webkit-text-stroke-color: #fff !important;
}

.who-aboutus_left .who-badge {
  padding: 11px 28px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFEEE9;
}
.who-aboutus_left .who-badge i {
  font-size: 8px;
  color: #FD492E;
}
.who-aboutus_left .count-grp span {
  font-size: 232px;
  line-height: 232px;
  font-weight: 800;
}
.who-aboutus_left .count-grp .count {
  color: #02090F;
}
.who-aboutus_left .count-grp {
  color: rgba(104, 104, 104, 0.4);
}
@media (max-width: 1199px) {
  .who-aboutus_left .who-badge {
    padding: 8px 16px;
    font-size: 14px;
    gap: 5px;
  }
  .who-aboutus_left .who-badge i {
    font-size: 6px;
  }
  .who-aboutus_left .count-grp span {
    font-size: 180px;
    line-height: 180px;
  }
  .who-aboutus_left .count-grp .count {
    color: #02090F;
  }
  .who-aboutus_left .count-grp {
    color: rgba(104, 104, 104, 0.4);
  }
}
@media (max-width: 575px) {
  .who-aboutus_left .who-badge {
    padding: 8px 16px;
    font-size: 14px;
    gap: 5px;
  }
  .who-aboutus_left .who-badge i {
    font-size: 6px;
  }
  .who-aboutus_left .count-grp span {
    font-size: 100px;
    line-height: 100px;
  }
}

.about-content_03 .this-badge {
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  background-color: #FD492E;
  padding: 7px 16px;
  position: relative;
  top: -10px;
}
.about-content_03 .about-thumb__grp3 {
  display: flex;
  gap: 24px;
}
.about-content_03 .about-thumb__grp3 .thumb1 {
  max-width: 190px;
  border-radius: 16px;
}
.about-content_03 .about-thumb__grp3 .thumb1 img {
  border-radius: 16px;
  width: 100%;
}
.about-content_03 .about-thumb__grp3 .cont {
  max-width: 400px;
}
.about-content_03 .about-thumb__grp3 .thumb2 {
  max-width: 400px;
  border-radius: 16px;
}
.about-content_03 .about-thumb__grp3 .thumb2 img {
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 1199px) {
  .about-content_03 .about-thumb__grp3 {
    display: flex;
    gap: 24px;
  }
  .about-content_03 .about-thumb__grp3 .thumb1 {
    max-width: 190px;
    border-radius: 16px;
  }
  .about-content_03 .about-thumb__grp3 .thumb1 img {
    border-radius: 16px;
    width: 100%;
  }
  .about-content_03 .about-thumb__grp3 .cont {
    max-width: 350px;
  }
  .about-content_03 .about-thumb__grp3 .thumb2 {
    max-width: 400px;
    border-radius: 16px;
  }
  .about-content_03 .about-thumb__grp3 .thumb2 img {
    border-radius: 16px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .about-content_03 .about-thumb__grp3 {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  .about-content_03 .about-thumb__grp3 .thumb1 {
    max-width: 190px;
  }
  .about-content_03 .about-thumb__grp3 .cont {
    max-width: 100%;
  }
  .about-content_03 .about-thumb__grp3 .thumb2 {
    max-width: 190px;
  }
}

.development-link {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
}
.development-link li {
  font-size: 16px;
  border-radius: 100px;
  padding: 8px 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #02090F;
  border: 1px solid rgba(57, 60, 62, 0.16);
}
@media (max-width: 1199px) {
  .development-link {
    gap: 18px 20px;
  }
  .development-link li {
    font-size: 14px;
  }
}

.max-w-1370px {
  max-width: 1370px;
}

.max-w-1129 {
  max-width: 1129px;
}

.bg-theme {
  background-color: #FD492E;
}

.social-wrapper a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-wrap01 a {
  background: #7A64EC;
  color: #fff;
  transition: all 0.4s;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-wrap01 a:hover {
  background: #FD492E;
}
@media (max-width: 1399px) {
  .social-wrap01 a {
    width: 40px;
    height: 40px;
  }
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid #75f;
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: #75f;
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower.highlight-cursor-head {
  cursor: none;
}
.mouse-follower.highlight-cursor-head .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-head .cursor-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-follower.highlight-cursor-para {
  cursor: none;
}
.mouse-follower.highlight-cursor-para .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-para .cursor-dot {
  height: 100px;
  width: 100px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.radius32 {
  border-radius: 35px !important;
}

.radius16 {
  border-radius: 16px !important;
}

.radius17 {
  border-radius: 17px !important;
}

.radius18 {
  border-radius: 18px !important;
}

.radius20 {
  border-radius: 20px !important;
}

.radius12 {
  border-radius: 12px !important;
}

.radius100 {
  border-radius: 100px;
}

.radius-circle {
  border-radius: 50% !important;
}

.black-clr {
  color: #02090F;
}

.black-version {
  background-color: #02090F;
}

.black-bg {
  background: #02090F !important;
}

.black2 {
  color: rgb(8, 8, 18);
}

.black2-bg {
  background: rgb(8, 8, 18);
}

.white-clr {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.p1-clr {
  color: #FD492E;
}

.p1-bg {
  background: #FD492E;
}

.p2-clr {
  color: rgb(255, 206, 90);
}

.p2-bg {
  background: rgb(255, 206, 90);
}

.pra-clr {
  color: #393C3E;
}

.pra-bg {
  background: #393C3E;
}

.pra2-clr {
  color: #ddd;
}

.pra2-bg {
  background: #ddd;
}

.bg-clr {
  color: rgb(238, 238, 245);
}

.bg-bg {
  background: rgb(238, 238, 245);
}

.cmnbg-clr {
  color: rgb(238, 238, 245);
}

.cmnbg-bg {
  background: rgb(238, 238, 245);
}

.border-clr {
  color: rgba(0, 2, 41, 0.102);
}

.border-bg {
  background: rgba(0, 2, 41, 0.102);
}

.ratting {
  color: #ffc000;
}

.before-none::before {
  display: none;
}

.border {
  border-color: rgba(57, 60, 62, 0.16) !important;
}

.visible-slowly-bottom {
  overflow: hidden;
}

.fs-four {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .fs-four {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fs-four {
    font-size: 18px;
  }
}

.fs-five {
  font-size: 20px;
  line-height: 150%;
}

.fs-six {
  font-size: 18px;
  line-height: 150%;
}

.fs-seven {
  font-size: 16px;
  line-height: 150%;
}

.fs-eight {
  font-size: 14px;
  line-height: 150%;
}

.fs-nine {
  font-size: 12px !important;
  line-height: 150%;
}

@media screen and (max-width: 1199px) {
  .fs-five {
    font-size: 18px;
    line-height: 150%;
  }
  .fs-six {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 991px) {
  .fs-five {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-six {
    font-size: 15px;
    line-height: 150%;
  }
  .fs-seven {
    font-size: 14px;
    line-height: 150%;
  }
  .fs-eight {
    font-size: 13px;
    line-height: 150%;
  }
}
.social-text li a {
  background-color: rgb(255, 255, 255);
  padding: 8px 24px;
  color: rgb(0, 2, 41);
  font-size: 14px;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
}
@media (max-width: 1600px) {
  .social-text li a {
    background-color: rgb(255, 255, 255);
    padding: 4px 16px;
    color: rgb(0, 2, 41);
    font-size: 12px;
    font-weight: 600;
    font-family: "Phudu", sans-serif;
  }
}

.image-box-effect:hover img:nth-child(1) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.image-box-effect:hover img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect img:nth-child(1) {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(12px);
}
.image-box-effect .img {
  position: absolute;
  transition: 0.9s;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.serial-pagination li a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #02090F;
  transition: all 0.4s;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.serial-pagination li a.active, .serial-pagination li a:hover {
  background: #FD492E;
}
@media (max-width: 1399px) {
  .serial-pagination li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes xdrow {
  50% {
    transform: translateX(10px);
  }
}
@keyframes rots {
  50% {
    transform: rotate(15deg);
  }
}
.rots {
  animation: rots 2s linear infinite;
}

@keyframes updowns {
  50% {
    transform: translateY(10px);
  }
}
.updowns {
  animation: updowns 2s linear infinite;
}

@keyframes box-x {
  50% {
    transform: translateX(10px);
  }
}
.bob-x {
  animation: box-x 2s linear infinite;
}

@keyframes zoomin {
  50% {
    transform: scale(1.05);
  }
}
.zoom-in {
  animation: zoomin 2s linear infinite;
}

.partner-section .swiper-slide .banner-image {
  margin: 0 auto;
  text-align: center;
}
.partner-section .swiper-slide .banner-image img {
  opacity: 20%;
  transition: all 0.4s;
}
.partner-section .swiper-slide.swiper-slide-active .banner-image img {
  opacity: 100%;
}

.brand-wrapper .bran_items .content h3 {
  color: #393C3E;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
}
.brand-wrapper .bran_items .content h4 {
  color: #393C3E;
  line-height: 24px;
}
.brand-wrapper .bran_items .thumb {
  transition: all 0.4s;
  overflow: hidden;
}
.brand-wrapper .bran_items .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.brand-wrapper .bran_items.items2 {
  margin-top: -1px;
}
.brand-wrapper .bran_items.items3 {
  margin-top: -80px;
}
.brand-wrapper .bran_items.items4 {
  margin-top: -80px;
}
.brand-wrapper .bran_items:hover .content h3 {
  color: #fff;
}
.brand-wrapper .bran_items:hover .content h4 {
  color: #fff;
}
.brand-wrapper .bran_items:hover .thumb img {
  transform: scale(1.04);
}
@media (max-width: 1199px) {
  .brand-wrapper .bran_items.items2 {
    margin-top: -1px;
  }
  .brand-wrapper .bran_items.items3 {
    margin-top: 0px;
  }
  .brand-wrapper .bran_items.items4 {
    margin-top: 0px;
  }
  .brand-wrapper .bran_items .content h3 {
    font-size: 60px;
    line-height: 60px;
  }
  .brand-wrapper .bran_items .content h4 {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .brand-wrapper .bran_items.items2 {
    margin-top: -1px;
  }
  .brand-wrapper .bran_items.items3 {
    margin-top: 0px;
  }
  .brand-wrapper .bran_items.items4 {
    margin-top: 0px;
  }
  .brand-wrapper .bran_items .content h3 {
    font-size: 44px;
    line-height: 44px;
    text-wrap: nowrap;
  }
  .brand-wrapper .bran_items .content h4 {
    line-height: 24px;
  }
}
@media screen and (max-width: 450px) {
  .brand-wrapper .bran_items.items2 {
    margin-top: -1px;
  }
  .brand-wrapper .bran_items.items3 {
    margin-top: 0px;
  }
  .brand-wrapper .bran_items.items4 {
    margin-top: 0px;
  }
  .brand-wrapper .bran_items .thumb {
    display: none;
  }
  .brand-wrapper .bran_items .content h3 {
    font-size: 38px;
    line-height: 38px;
    text-wrap: nowrap;
  }
  .brand-wrapper .bran_items .content h4 {
    line-height: 24px;
  }
}

.crafting-counter-wrap {
  max-width: 780px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.crafting-counter-wrap .crafting-items .cont-area span {
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  font-weight: 700;
  font-family: "Phudu", sans-serif;
}
@media (max-width: 1199px) {
  .crafting-counter-wrap .crafting-items .cont-area span {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    font-family: "Phudu", sans-serif;
  }
}
@media (max-width: 767px) {
  .crafting-counter-wrap .crafting-items .cont-area span {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "Phudu", sans-serif;
  }
}

.thumb-inner-one {
  z-index: 1;
  max-width: 1514px;
  margin-left: auto;
  margin-bottom: -240px;
}
@media (max-width: 1399px) {
  .thumb-inner-one {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .thumb-inner-one {
    gap: 20px;
    margin-bottom: 24px;
  }
  .thumb-inner-one .thumb {
    max-width: 250px;
    height: 220px;
  }
  .thumb-inner-one .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.thumb-inner-two {
  z-index: 1;
  max-width: 1428px;
  margin-right: auto;
  margin-top: -200px;
}
@media (max-width: 1399px) {
  .thumb-inner-two {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .thumb-inner-two {
    gap: 20px;
    margin-bottom: 24px;
  }
  .thumb-inner-two .thumb {
    max-width: 250px;
    height: 220px;
  }
  .thumb-inner-two .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.border-clr-this {
  border-color: #393C3E !important;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  animation: scroll var(--duration) linear infinite;
}

.marquee .marquee-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
}

.marquee .marquee-icon .text {
  font-weight: 500;
  font-size: 18px;
  color: #fff !important;
}

@media only screen and (max-width: 1199.98px) {
  .marquee {
    gap: 24px;
  }
  .marquee .marquee-group {
    gap: 24px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.left-to-right {
  animation-direction: reverse !important;
}

@keyframes scroll2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.text-box-wrapper {
  gap: 72px !important;
  background-color: #FD492E;
  padding: 22px 0;
}
.text-box-wrapper .marquee-icon {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: "Phudu", sans-serif;
  line-height: 40px;
}
@media (max-width: 1399px) {
  .text-box-wrapper {
    gap: 24px !important;
    padding: 20px 0;
  }
  .text-box-wrapper .marquee-icon {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .text-box-wrapper {
    gap: 24px !important;
    padding: 20px 0;
  }
  .text-box-wrapper .marquee-icon {
    font-size: 24px;
    line-height: 24px;
  }
  .text-box-wrapper .marquee-icon img {
    width: 55px;
  }
}

.sponsor-item03 {
  max-width: 120px;
  margin: 0 auto;
}
.sponsor-item03 img {
  width: 100%;
  object-fit: contain;
}

@keyframes updown {
  50% {
    transform: translateY(-10px);
  }
}
.get-shape {
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: 0;
  animation: rots 2s linear infinite;
}

.get-element {
  position: absolute;
  right: -50px;
  bottom: -50px;
  animation: updown 2s linear infinite;
}

.getin-touch-wrap {
  z-index: 1;
  padding: 88px 88px;
}
.getin-touch-wrap .get-pra {
  font-size: 20px;
  line-height: 24px;
  color: #3c307b;
  font-weight: 600;
  margin-bottom: 22px;
}
.getin-touch-wrap .quick-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.getin-touch-wrap .get-in-touch input,
.getin-touch-wrap .get-in-touch textarea {
  width: 100%;
  border: unset;
  outline: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  color: #4a4a50;
}
.getin-touch-wrap .get-in-touch ::placeholder {
  color: #4a4a50;
}
@media (max-width: 1399px) {
  .getin-touch-wrap {
    padding: 80px 80px;
  }
  .getin-touch-wrap .quick-bg {
    width: 100%;
    height: 100%;
  }
  .getin-touch-wrap .get-pra {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .getin-touch-wrap {
    padding: 80px 50px;
  }
  .getin-touch-wrap .get-pra {
    margin-bottom: 15px;
  }
  .getin-touch-wrap .sara_box-with-border {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .getin-touch-wrap {
    background-color: #F5F5F5;
    padding: 40px 20px;
  }
  .getin-touch-wrap .quick-bg {
    display: none;
  }
}

.getin-touch_box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.getin-touch_box .sub-texts {
  font-size: 17px;
  line-height: 25px;
  color: #4a4a50;
  font-weight: 500;
  margin-bottom: 2px;
}
.getin-touch_box .sub-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #02090F;
  display: block;
  font-family: "Phudu", sans-serif;
}

.sara_box-with-border {
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(199, 199, 202, 0.32);
}

.sara_box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sara_box .title-texts {
  font-size: 24px;
  line-height: 28px;
  color: #02090F;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
  display: block;
}
.sara_box .subtext {
  font-size: 16px;
  line-height: 20px;
  color: #4a4a50;
  font-weight: 500;
}

.getin-touch-section {
  z-index: 1;
}
.getin-touch-section .sassion-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.getin-touch-section .quick-rainbow {
  position: absolute;
  top: 50px;
  left: 150px;
  z-index: -1;
}
.getin-touch-section .quick-line {
  position: absolute;
  top: 50px;
  right: 180px;
  z-index: -1;
}
.getin-touch-section .quick-dool {
  position: absolute;
  top: 400px;
  right: 80px;
  z-index: -1;
}
.getin-touch-section .rain-icon {
  position: absolute;
  bottom: 220px;
  left: 70px;
}
.getin-touch-section .rain-box {
  position: absolute;
  bottom: 290px;
  right: 80px;
}
@media (max-width: 1700px) {
  .getin-touch-section .rain-icon {
    bottom: 220px;
    left: 20px;
  }
  .getin-touch-section .rain-box {
    bottom: 290px;
    right: 20px;
  }
  .getin-touch-section .quick-rainbow {
    top: 30px;
    left: 100px;
  }
  .getin-touch-section .quick-line {
    top: 30px;
    right: 150px;
  }
  .getin-touch-section .quick-dool {
    top: 350px;
    right: 20px;
  }
}
@media (max-width: 1600px) {
  .getin-touch-section .quick-rainbow {
    top: 20px;
    left: 100px;
  }
  .getin-touch-section .rain-box {
    bottom: 20px;
    right: 20px;
  }
  .getin-touch-section .quick-line {
    top: 20px;
    right: 150px;
  }
  .getin-touch-section .quick-dool {
    top: 190px;
    right: 20px;
  }
}
@media (max-width: 1399px) {
  .getin-touch-section .sassion-bg {
    width: 100%;
    height: 560px;
  }
}
@media (max-width: 991px) {
  .getin-touch-section .sassion-bg {
    width: 100%;
    height: 490px;
  }
}
@media (max-width: 767px) {
  .getin-touch-section .sassion-bg {
    width: 100%;
    height: 100%;
  }
  .getin-touch-section .rain-box {
    bottom: -20px;
    right: 10px;
    width: 80px;
  }
}

.morning-sassion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1399px) {
  .morning-sassion {
    gap: 16px;
  }
}

.sassion-item {
  background: #5242b0;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 4px 10px;
  justify-content: space-between;
}
.sassion-item .title {
  font-size: 24px;
  display: block;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
}
.sassion-item span {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .sassion-item {
    padding: 12px 18px;
  }
  .sassion-item .title {
    font-size: 18px;
    line-height: 24px;
  }
  .sassion-item span {
    font-size: 14px;
    line-height: 20px;
  }
}

.sassion-content h2 {
  margin-bottom: 15px;
}
.sassion-content p {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(199, 199, 202, 0.24);
}

.addmissions-section2 .program-fly {
  position: absolute;
  left: 210px;
  bottom: -60px;
}
@media (max-width: 991px) {
  .addmissions-section2 .program-fly {
    position: absolute;
    left: 210px;
    bottom: -10px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .addmissions-section2 .program-fly {
    position: absolute;
    left: 110px;
    bottom: -10px;
    width: 120px;
  }
}

.sassion-content2 .user-thumb-area-grop .user-img {
  width: 80px;
  min-width: 80px;
}
.sassion-content2 .user-thumb-area-grop .user-img img {
  width: 100%;
}
.sassion-content2 .user-thumb-area-grop .author-info .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.001em;
  text-transform: capitalize;
  color: #070713;
  font-family: "Phudu", sans-serif;
  margin-bottom: 4px;
}
.sassion-content2 .user-thumb-area-grop .author-info .designation {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: #4A4A50;
}

.error-section {
  padding: 220px 0 120px;
}
.error-section .error-thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  .error-section .error-thumb {
    margin-bottom: 0px;
  }
}
.error-section .error-content h2 {
  font-size: 64px;
  font-weight: 700;
}
.error-section .error-content p {
  font-weight: 500;
  max-width: 656px;
}
@media (max-width: 991px) {
  .error-section .error-content h2 {
    font-size: 44px;
    font-weight: 700;
  }
  .error-section .error-content p {
    font-weight: 500;
    max-width: 656px;
  }
}
@media (max-width: 575px) {
  .error-section .error-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .error-section .error-content p {
    font-weight: 500;
    max-width: 656px;
  }
}
@media (max-width: 1199px) {
  .error-section {
    padding: 180px 0 100px;
  }
}
@media (max-width: 767px) {
  .error-section {
    padding: 160px 0 80px;
  }
}

.contact-map {
  margin-bottom: -5px;
}
.contact-map iframe {
  width: 100%;
  height: 536px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .contact-map iframe {
    width: 100%;
    height: 470px;
  }
}
@media (max-width: 991px) {
  .contact-map iframe {
    width: 100%;
    height: 486px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    width: 100%;
    height: 350px;
  }
}

.contact-submit-area {
  background-color: #F5F5F5;
  padding: 48px;
}
.contact-submit-area .title {
  border-bottom: 1px solid rgba(57, 60, 62, 0.08);
}
.contact-submit-area .cont-grp-info textarea,
.contact-submit-area .cont-grp-info input {
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  color: #6A6A6A;
  padding: 18px 20px;
  border: unset;
  border-radius: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .contact-submit-area {
    padding: 24px;
  }
}

.contact-info-wrap {
  background-color: #F5F5F5;
  border-radius: 32px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.contact-info-wrap .contact-info_item h3 {
  margin-bottom: 8px;
  line-height: 38px;
}
.contact-info-wrap .contact-info_item p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.contact-info-wrap .border-h-96 {
  height: 96px;
}
@media (max-width: 1399px) {
  .contact-info-wrap {
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px 36px;
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .contact-info-wrap {
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px 30px;
  }
  .contact-info-wrap .border-h-96 {
    display: none;
  }
  .contact-info-wrap .contact-info_item h3 {
    margin-bottom: 8px;
    line-height: 26px;
  }
}

.together-section {
  background: url(../img/thumbnail/together-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.together-section::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(2, 9, 15, 0.8) 0%, rgba(2, 9, 15, 0.96) 100%), url(image.html);
}

.together-thumb-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.together-thumb-wrap .thumb1 {
  transform: rotate(-15deg);
  max-width: 200px;
}
.together-thumb-wrap .thumb1 img {
  width: 100%;
  border-radius: 10px;
}
.together-thumb-wrap .thumb2 {
  max-width: 512px;
}
.together-thumb-wrap .thumb2 img {
  width: 100%;
  border-radius: 10px;
}
.together-thumb-wrap .thumb3 {
  transform: rotate(15deg);
  max-width: 250px;
}
.together-thumb-wrap .thumb3 img {
  width: 100%;
  border-radius: 10px;
}

.sponsor-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.sponsor-wrap .sponsor_item {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(57, 60, 62, 0.24);
  border-radius: 50%;
  background-color: #02090F;
  position: relative;
  z-index: 1;
}
.sponsor-wrap .sponsor_item img {
  max-width: 192px;
  object-fit: contain;
  height: 64px;
}
.sponsor-wrap .sponsor_item::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background: url(../img/element/gradient-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  transform: scale(0);
  transition: all 0.5s;
}
.sponsor-wrap .sponsor_item:not(:first-child) {
  margin-left: -45px;
}
.sponsor-wrap .sponsor_item:hover {
  cursor: pointer;
}
.sponsor-wrap .sponsor_item:hover::before {
  transform: scale(1);
}
@media (max-width: 1600px) {
  .sponsor-wrap .sponsor_item {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1399px) {
  .sponsor-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .sponsor-wrap .sponsor_item {
    width: 250px;
    height: 250px;
    margin: 12px;
  }
  .sponsor-wrap .sponsor_item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .sponsor-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .sponsor-wrap .sponsor_item {
    width: 250px;
    height: 250px;
    margin: 12px;
  }
  .sponsor-wrap .sponsor_item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .sponsor-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .sponsor-wrap .sponsor_item {
    width: 200px;
    height: 200px;
    margin: 12px;
  }
  .sponsor-wrap .sponsor_item img {
    max-width: 120px;
  }
  .sponsor-wrap .sponsor_item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .sponsor-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .sponsor-wrap .sponsor_item {
    width: 150px;
    height: 150px;
    margin: 12px;
  }
  .sponsor-wrap .sponsor_item img {
    max-width: 100px;
  }
  .sponsor-wrap .sponsor_item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .sponsor-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .sponsor-wrap .sponsor_item {
    width: 150px;
    height: 150px;
  }
  .sponsor-wrap .sponsor_item img {
    max-width: 100px;
  }
  .sponsor-wrap .sponsor_item:not(:first-child) {
    margin-left: 0px;
  }
}

.awards-section {
  position: relative;
  z-index: 1;
}
.awards-section .ele-drow {
  position: absolute;
  top: 180px;
  left: 120px;
  z-index: -1;
}

.award_this_wrapper .award-title {
  color: #fff;
  font-size: 200px;
  height: 200px;
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  padding-left: 180px;
}
@media (max-width: 1399px) {
  .award_this_wrapper .award-title {
    font-size: 120px;
    padding-left: 150px;
    order: 2;
  }
}

.award2-wrap {
  min-width: 920px;
  width: 100%;
  display: flex;
  gap: 32px;
}
.award2-wrap .award2-item {
  max-width: 376px;
  width: 100%;
  padding: 40px 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 16px;
}
.award2-wrap .award2-item .badges {
  position: relative;
  background-color: #ffffff;
  padding: 24px 12px 75px;
  border-radius: 8px;
  max-width: 110px;
  margin: 0 auto 16px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 66%, 0 100%);
}
.award2-wrap .award2-item .badges span {
  font-size: 40px;
  display: block;
  font-weight: 700;
  color: #02090F;
  font-family: "Phudu", sans-serif;
}
.award2-wrap .award2-item.active {
  background-color: #FD492E;
}
.award2-wrap .award2-item.active .badges {
  background-color: rgba(255, 255, 255, 0.16);
}
.award2-wrap .award2-item.active .badges span {
  color: #fff;
}
@media (max-width: 1399px) {
  .award2-wrap {
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .award2-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .award2-wrap .award2-item {
    margin: 0 auto;
  }
}

@keyframes rots {
  50% {
    transform: rotate(10deg);
  }
}
.footer-section-main {
  background: url(../img/footer/footer-bg1.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1400px) {
  .footer-section-main .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.left-side-footer {
  padding: 120px 0px 48px 0px;
}
.left-side-footer .left-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 48px;
  display: flex;
  gap: 32px;
}
.left-side-footer .left-area .serial {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
  color: #fff;
  margin-top: 10px;
}
.left-side-footer .left-area h2 {
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  font-weight: 700;
}

.location-area-wrap {
  display: flex;
  gap: 50px;
  padding-right: 24px;
}
.location-area-wrap .location-area-item .text-location {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  font-family: "Phudu", sans-serif;
}
.location-area-wrap .location-area-item .text-name {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  font-family: "Phudu", sans-serif;
}

.right-side-footer {
  padding: 120px 15px 120px 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.right-side-footer h3 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.right-side-footer .footer-logo-big {
  display: block;
  max-width: 595px;
}
.right-side-footer .footer-logo-big img {
  width: 100%;
  object-fit: contain;
}
.right-side-footer .r-link {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 44px;
  margin-bottom: 52px;
}
.right-side-footer .r-link li a {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: "Phudu", sans-serif;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.footer-bottom .footer-bottom-link {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom .footer-bottom-link a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-link {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .footer-bottom .footer-bottom-link a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1399px) {
  .left-side-footer {
    padding: 100px 0px 48px 0px;
  }
  .left-side-footer .left-area {
    padding-bottom: 48px;
    display: flex;
    gap: 24px;
  }
  .left-side-footer .left-area .serial {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  .left-side-footer .left-area h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .location-area-wrap {
    display: flex;
    gap: 24px;
    padding-right: 24px;
  }
  .location-area-wrap .location-area-item .text-location {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .location-area-wrap .location-area-item .text-name {
    font-size: 24px;
    line-height: 30px;
  }
  .right-side-footer {
    padding: 100px 15px 100px 24px;
  }
  .right-side-footer h3 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .right-side-footer .r-link {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 45px;
  }
  .right-side-footer .r-link li a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .right-side-footer .footer-logo-big {
    max-width: 260px;
    display: block;
  }
  .right-side-footer .footer-logo-big img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .left-side-footer {
    padding: 90px 0px 48px 0px;
  }
  .left-side-footer .left-area {
    padding-bottom: 48px;
    display: flex;
    gap: 24px;
  }
  .left-side-footer .left-area .serial {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  .left-side-footer .left-area h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .location-area-wrap {
    display: flex;
    gap: 24px;
    padding-right: 0px;
  }
  .location-area-wrap .location-area-item .text-location {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .location-area-wrap .location-area-item .text-name {
    font-size: 24px;
    line-height: 30px;
  }
  .right-side-footer {
    padding: 20px 15px 100px 0px;
    border: unset;
  }
  .right-side-footer h3 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .right-side-footer .r-link {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 45px;
  }
  .right-side-footer .r-link li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .right-side-footer .footer-logo-big {
    max-width: 260px;
    display: block;
  }
  .right-side-footer .footer-logo-big img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .left-side-footer {
    padding: 90px 0px 48px 0px;
  }
  .left-side-footer .left-area {
    padding-bottom: 48px;
    display: flex;
    gap: 10px 24px;
    flex-wrap: wrap;
  }
  .left-side-footer .left-area .serial {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
  }
  .left-side-footer .left-area h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .location-area-wrap {
    display: flex;
    gap: 30px 24px;
    flex-wrap: wrap;
    padding-right: 0px;
  }
  .location-area-wrap .location-area-item .text-location {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .location-area-wrap .location-area-item .text-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .right-side-footer {
    padding: 20px 15px 100px 0px;
    border: unset;
  }
  .right-side-footer h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 18px;
  }
  .right-side-footer .r-link {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 45px;
  }
  .right-side-footer .r-link li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .right-side-footer .footer-logo-big {
    max-width: 260px;
    display: block;
  }
  .right-side-footer .footer-logo-big img {
    width: 100%;
    object-fit: contain;
  }
}
.from-style1 {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 4px 4px 4px 16px;
  background: #F5F5F5;
}
.from-style1 input {
  width: 100%;
  color: #393C3E;
  padding: 8px 10px;
  font-weight: 500;
  background: transparent;
  border: unset;
}

.form-style002 button {
  background-color: #FD492E;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
  border-radius: 100px;
  padding: 14px 30px;
}
.form-style002 input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(57, 60, 62, 0.16);
  backdrop-filter: blur(27.5px);
  border-radius: 90px;
  padding: 14px 24px;
  width: 100%;
}
.form-style002 input::placeholder {
  color: #fff;
}
@media (max-width: 1199px) {
  .form-style002 button {
    padding: 10px 20px;
  }
}

.footer-section-2 {
  background: url(../img/footer/footer-bg2.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .footer-section-2 .border-end {
    border: unset !important;
  }
}

.sarah-mitchel {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.sarah-mitchel .badge {
  background-color: #FD492E;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Phudu", sans-serif;
  padding: 20px 54px 16px 95px;
  transform: rotate(35deg);
  position: absolute;
  right: -36px;
  top: -1px;
}
.sarah-mitchel .head .thumb {
  max-width: 120px;
  width: 100%;
}
.sarah-mitchel .head .thumb img {
  width: 100%;
}
.sarah-mitchel .social-white a {
  background-color: #393C3E;
}
.sarah-mitchel .social-white a i {
  color: #fff;
}
@media (max-width: 1399px) {
  .sarah-mitchel {
    padding: 16px;
  }
  .sarah-mitchel .badge {
    font-size: 14px;
    padding: 12px 54px 12px 95px;
    right: -36px;
    top: -1px;
    display: none;
  }
  .sarah-mitchel .head .thumb {
    max-width: 80px;
    width: 100%;
  }
  .sarah-mitchel .head .thumb img {
    width: 100%;
  }
  .sarah-mitchel .social-white a {
    background-color: #393C3E;
  }
  .sarah-mitchel .social-white a i {
    color: #fff;
  }
}

.footer-section-3 {
  background: url(../img/footer/footer-bg3.png) no-repeat center center;
  background-size: cover;
}
.footer-section-3 .footer-together {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.footer-section-3 .footer-together .title {
  font-size: 148px;
  line-height: 148px;
  color: #fff;
  font-family: "Phudu", sans-serif;
  text-decoration: underline;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-section-3 .footer-together .touch {
  position: relative;
  z-index: 1;
  width: 156px;
  height: 156px;
  background-color: #FD492E;
  border-radius: 50%;
  overflow: hidden;
}
.footer-section-3 .footer-together .touch span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  font-family: "Phudu", sans-serif;
  color: #fff;
}
.footer-section-3 .footer-together .touch span i {
  transform: rotate(-36deg);
}
.footer-section-3 .footer-together .touch::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.5s;
}
.footer-section-3 .footer-together .touch:hover span {
  color: #02090F;
}
.footer-section-3 .footer-together .touch:hover span i {
  color: #02090F;
}
.footer-section-3 .footer-together .touch:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .footer-section-3 .footer-together .title {
    font-size: 125px;
    line-height: 125px;
  }
}
@media (max-width: 1399px) {
  .footer-section-3 .footer-together .title {
    font-size: 100px;
    line-height: 100px;
  }
  .footer-section-3 .footer-together .touch {
    width: 156px;
    height: 156px;
  }
  .footer-section-3 .footer-together .touch span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .footer-section-3 .footer-together {
    margin-bottom: 50px;
  }
  .footer-section-3 .footer-together .title {
    font-size: 75px;
    line-height: 75px;
  }
  .footer-section-3 .footer-together .touch {
    width: 120px;
    height: 120px;
  }
  .footer-section-3 .footer-together .touch span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .footer-section-3 .footer-together {
    margin-bottom: 50px;
  }
  .footer-section-3 .footer-together .title {
    font-size: 56px;
    line-height: 56px;
  }
  .footer-section-3 .footer-together .touch {
    width: 100px;
    height: 100px;
  }
  .footer-section-3 .footer-together .touch span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section-3 .footer-together {
    margin-bottom: 50px;
  }
  .footer-section-3 .footer-together .title {
    font-size: 44px;
    line-height: 44px;
  }
  .footer-section-3 .footer-together .touch {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .footer-section-3 .footer-together .touch span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .footer-section-3 .footer-together {
    margin-bottom: 50px;
  }
  .footer-section-3 .footer-together .title {
    font-size: 40px;
    line-height: 40px;
  }
  .footer-section-3 .footer-together .touch {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .footer-section-3 .footer-together .touch span {
    font-size: 12px;
    line-height: 16px;
  }
}
.footer-section-3 .footer-header-wrap {
  padding: 120px 0;
}
.footer-section-3 .footer-logo-big {
  max-width: 300px;
}
.footer-section-3 .footer-logo-big img {
  width: 100%;
  object-fit: contain;
}
.footer-section-3 .footer-bootom03 {
  background-color: #02090F;
  border-top: 1px solid rgba(57, 60, 62, 0.24);
}
.footer-section-3 .footer-bootom03 .socials i {
  font-size: 6px;
}
.footer-section-3 .footer-bootom03 .socials a {
  transition: all 0.4s;
}
.footer-section-3 .footer-bootom03 .socials a:hover {
  color: #FD492E !important;
}
@media (max-width: 1199px) {
  .footer-section-3 .footer-header-wrap {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .footer-section-3 .footer-header-wrap {
    padding: 80px 0;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 26px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #02090F;
  padding: 20px 0;
  text-align: left;
  font-family: "Phudu", sans-serif;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 2px;
  font-size: 16px;
}
.header-main .main-menu ul li a:hover {
  color: #FD492E !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: #fff;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: #02090F;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: #02090F;
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: #FD492E;
  color: #fff !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: #FD492E;
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FD492E;
}
.header-main .main-menu ul li .has-homemenu {
  width: 900px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: #fff !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: #fff !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: #FD492E;
}
.header-main .main-menu ul li:hover > a::after {
  color: #FD492E;
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
.header-main .header-right .call-icon {
  font-weight: 600;
  color: #02090F;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-main .header-right .search-icon i {
  font-size: 17px;
}
.header-main .header-right .search-icon .fal {
  font-weight: 400;
}
.header-main .sidebar__toggle {
  cursor: pointer;
}
.header-main .sidebar__toggle img {
  width: 36px;
}
.header-main .header-logo {
  max-width: 140px;
}
.header-main .header-logo img {
  width: 100%;
}
@media (max-width: 1399px) {
  .header-main .header-logo {
    max-width: 100px;
  }
  .header-main .header-logo img {
    width: 100%;
  }
  .header-main .header-right {
    gap: 20px;
  }
  .header-main .header-right .common-btn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
  }
  .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}
@media (max-width: 767px) {
  .header-main .header-right {
    gap: 20px;
  }
  .header-main .header-right .common-btn {
    padding: 10px 16px 12px;
  }
}
@media (max-width: 575px) {
  .header-main .header-right {
    gap: 20px;
  }
  .header-main .header-right .common-btn {
    padding: 8px 14px 10px;
  }
}

.header-section {
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.04);
}
.header-section .container {
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header-section {
    padding: 8px 0;
  }
}

.header-style1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid rgba(104, 104, 104, 0.08);
}
.header-style1 .search-icon {
  border: 1px solid #393C3E;
  width: 56px;
  height: 56px;
  background: transparent;
}
.header-style1 .search-icon i {
  color: #fff;
}
.header-style1 .main-menu ul li > a {
  color: #fff;
  font-size: 18px;
}
.header-style1 .main-menu ul li > a:hover {
  color: #FD492E !important;
}
.header-style1.sticky {
  background-color: #02090F !important;
  border-color: #02090F;
}
@media (max-width: 1399px) {
  .header-style1 .search-icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .header-style1 {
    top: 0;
  }
}

.header--1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}
.header--1 .header__hamburger {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 8px;
  padding: 16px 24px;
}
.header--1 .header__hamburger .filter-white {
  filter: brightness(1);
  width: 28px;
}

.header--2.sticky {
  background-color: #fff !important;
  border-color: #fff;
}
.header--2 .sidebar__toggle {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--2 .sidebar__toggle img {
  width: 24px;
  object-fit: contain;
}
.header--2 .social-white a {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(57, 60, 62, 0.16);
}
@media (max-width: 1399px) {
  .header--2 .sidebar__toggle {
    width: 44px;
    height: 44px;
  }
  .header--2 .sidebar__toggle img {
    width: 18px;
  }
}

.filter-white {
  filter: invert(1);
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.offcanvas__info {
  background: rgb(238, 238, 245) none repeat scroll 0 0;
  border-left: 2px solid #FD492E;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .offcanvas__logo {
  max-width: 110px;
  display: block;
}
.offcanvas__info .offcanvas__logo img {
  width: 100%;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: #02090F;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #FD492E;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: #fff;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: #02090F;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: #FD492E;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-top-social a {
  color: #02090F;
  font-weight: 600;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-top-social a i {
  color: #02090F;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-top-social a:hover {
  color: rgb(255, 206, 90);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-top-social a:hover i {
  color: rgb(255, 206, 90);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FD492E;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FD492E;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(243, 159, 95, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot {
  margin-bottom: 2px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: #FD492E;
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FD492E;
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #FD492E;
  content: "";
}

/* Default dot style */
.array-bg i {
  position: absolute;
}
.array-bg svg path {
  transition: all 0.4s;
}
.array-bg.active svg path, .array-bg:hover svg path {
  fill: #FD492E;
}
.array-bg.active i, .array-bg:hover i {
  color: #fff;
}

.array-next,
.array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #fff;
  color: #02090F;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.array-next.active, .array-next:hover,
.array-prev.active,
.array-prev:hover {
  background-color: #FD492E;
  color: #fff;
}

.cmn-arrows {
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}
.cmn-arrows:hover {
  background: #FD492E;
}
.cmn-arrows:hover i {
  color: #fff;
}

.partner-btn-inner {
  gap: 30px;
}
.partner-btn-inner .line {
  width: 100%;
  height: 1px;
  background: #e5e5e9;
}

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

@media (max-width: 767px) {
  br {
    display: none;
  }
}

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

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: -25px;
  top: 15px;
  border-color: #02090F;
  border-bottom: 2px solid #02090F;
  border-right: 2px solid #02090F;
}
.nice-select .list {
  width: initial;
  background-color: #FD492E;
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: -50px;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: #02090F;
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: #02090F;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #FD492E;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: #FD492E;
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: #FD492E;
  color: #fff;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid rgba(0, 2, 41, 0.102);
  color: #02090F;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: #FD492E;
  color: #fff;
  border: 1px solid transparent;
}

.box-color-1 {
  background-color: rgba(248, 184, 31, 0.15);
  color: #f8b81f;
}

.box-color-2 {
  background-color: rgba(88, 102, 235, 0.15);
  color: #5866eb;
}

.box-color-3 {
  background-color: rgba(57, 192, 250, 0.15);
  color: #39c0fa;
}

.box-color-4 {
  background-color: rgba(249, 37, 150, 0.15);
  color: #f92596;
}

.border-none {
  border: none !important;
}

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

.box-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.bor-1 {
  border: 1px solid #FD492E;
}

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

.border-array-style {
  border: 1px solid #FD492E;
}

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

.banner-section {
  background: url(../img/banner/hero-bg-one.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 270px 0 103px;
}
.banner-section .banner-content .h-title span {
  font-size: 156px;
  line-height: 156px;
  color: #fff;
}
.banner-section .banner-content .h-ratting {
  background: radial-gradient(117.2% 352.94% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(6.18294px);
  border-radius: 30.3085px;
  max-width: 263px;
  padding: 40px;
  border: 1px solid #37393A;
  background-color: #0F1113;
}
.banner-section .banner-content .h-ratting .count-a span {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
  color: #fff;
  font-family: "Phudu", sans-serif;
}
.banner-section .banner-content .hero-social-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.banner-section .banner-content .hero-social-area .pra-box {
  max-width: 540px;
}
.banner-section .banner-content .hero-social-area .social-white a {
  background-color: #061b2e;
}
.banner-section .banner-content .hero-social-area .social-white a i {
  color: rgb(255, 255, 255) !important;
}
.banner-section .banner-content .hero-social-area .social-white a:hover {
  background-color: #FD492E;
}
@media (max-width: 1399px) {
  .banner-section {
    padding: 210px 0 103px;
  }
  .banner-section .banner-content .h-title span {
    font-size: 106px;
    line-height: 106px;
  }
  .banner-section .banner-content .h-ratting {
    max-width: 263px;
    padding: 30px;
  }
  .banner-section .banner-content .h-ratting .count-a span {
    font-size: 80px;
    line-height: 80px;
  }
  .banner-section .banner-content .hero-social-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }
  .banner-section .banner-content .hero-social-area .pra-box {
    max-width: 540px;
  }
}
@media (max-width: 1199px) {
  .banner-section {
    padding: 190px 0 103px;
  }
  .banner-section .banner-content .h-title span {
    font-size: 96px;
    line-height: 96px;
  }
  .banner-section .banner-content .h-title img {
    width: 80px;
  }
  .banner-section .banner-content .h-ratting {
    max-width: 263px;
    padding: 30px;
  }
  .banner-section .banner-content .h-ratting .count-a span {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-section .banner-content .h-ratting p {
    font-size: 16px;
  }
  .banner-section .banner-content .hero-social-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }
  .banner-section .banner-content .hero-social-area .pra-box {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    padding: 190px 0 103px;
  }
  .banner-section .banner-content .h-title span {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-section .banner-content .h-title img {
    width: 60px;
  }
  .banner-section .banner-content .h-ratting {
    max-width: 263px;
    padding: 30px;
  }
  .banner-section .banner-content .h-ratting .count-a span {
    font-size: 44px;
    line-height: 44px;
  }
  .banner-section .banner-content .h-ratting p {
    font-size: 16px;
  }
  .banner-section .banner-content .hero-social-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }
  .banner-section .banner-content .hero-social-area .pra-box {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 190px 0 103px;
  }
  .banner-section .banner-content .h-title span {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-section .banner-content .h-title img {
    width: 60px;
  }
  .banner-section .banner-content .h-ratting {
    max-width: 263px;
    padding: 30px;
  }
  .banner-section .banner-content .h-ratting .count-a span {
    font-size: 44px;
    line-height: 44px;
  }
  .banner-section .banner-content .h-ratting p {
    font-size: 16px;
  }
  .banner-section .banner-content .hero-social-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
  .banner-section .banner-content .hero-social-area .pra-box {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    padding: 190px 0 103px;
  }
  .banner-section .banner-content .h-title span {
    font-size: 48px;
    line-height: 48px;
  }
  .banner-section .banner-content .h-title img {
    width: 40px;
  }
  .banner-section .banner-content .h-ratting {
    max-width: 263px;
    padding: 30px;
  }
  .banner-section .banner-content .h-ratting .count-a span {
    font-size: 44px;
    line-height: 44px;
  }
  .banner-section .banner-content .h-ratting p {
    font-size: 14px;
  }
  .banner-section .banner-content .hero-social-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
  .banner-section .banner-content .hero-social-area .pra-box {
    max-width: 540px;
  }
}

.banner-section02 {
  background: url(../img/banner/hero-bg2.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 248px;
}
.banner-section02 .hero-title {
  font-size: 350px;
  line-height: 350px;
  color: #02090F;
  text-align: center;
  margin-bottom: -28px;
  margin-top: 80px;
}
.banner-section02 .banner-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.banner-section02 .banner-content .content-left .strokes {
  font-weight: 700;
  font-size: 164px;
  line-height: 164px;
  color: transparent;
  -webkit-text-stroke: #02090F;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  text-shadow: 0px 145px 58px rgba(0, 0, 0, 0.01), 0px 82px 49px rgba(0, 0, 0, 0.05), 0px 36px 36px rgba(0, 0, 0, 0.09), 0px 9px 20px rgba(0, 0, 0, 0.1);
}
.banner-section02 .banner-content .content-left .titles {
  font-weight: 700;
  font-size: 164px;
  line-height: 164px;
  text-transform: uppercase;
  color: #02090F;
  font-family: "Phudu", sans-serif;
}
.banner-section02 .banner-content .content-right {
  max-width: 433px;
}
.banner-section02 .banner-content .content-right .client-inner {
  background-color: #F5F5F5;
  border-radius: 100px;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.banner-section02 .banner-content .content-right .client-inner .client-all {
  display: flex;
}
.banner-section02 .banner-content .content-right .client-inner .client-all .icon {
  border: 1.5px solid #fff;
  width: 56px;
  height: 56px;
  background-color: #02090F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.banner-section02 .banner-content .content-right .client-inner .client-all .icon:not(:first-child) {
  margin-left: -18px;
}
.banner-section02 .hero-thumb {
  position: absolute;
  left: 56%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 530px;
  z-index: -1;
}
.banner-section02 .hero-thumb img {
  width: 100%;
}
.banner-section02 .hero-thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30.61%, #FFFFFF 56.46%), url(man-with-beard-white-shirt-with-gray-sweater-it.html);
}
@media screen and (max-width: 1580px) {
  .banner-section02 .hero-title {
    font-size: 300px;
    line-height: 300px;
    margin-bottom: -28px;
    margin-top: 80px;
  }
}
@media (max-width: 1399px) {
  .banner-section02 {
    padding-top: 280px;
  }
  .banner-section02 .banner-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .banner-section02 .banner-content .content-left .strokes {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-section02 .banner-content .content-left .titles {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-section02 .banner-content .content-left .titles img {
    width: 72px;
  }
  .banner-section02 .banner-content .content-right {
    max-width: 300px;
  }
  .banner-section02 .banner-content .content-right .client-inner {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all {
    display: flex;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon {
    width: 48px;
    height: 48px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon img {
    width: 100%;
    height: 100%;
  }
  .banner-section02 .hero-title {
    font-size: 230px;
    line-height: 230px;
    margin-bottom: -15px;
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .banner-section02 {
    padding-top: 220px;
  }
  .banner-section02 .banner-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .banner-section02 .banner-content .content-left .strokes {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-section02 .banner-content .content-left .titles {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-section02 .banner-content .content-left .titles img {
    width: 72px;
  }
  .banner-section02 .banner-content .content-right {
    max-width: 300px;
  }
  .banner-section02 .banner-content .content-right .client-inner {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all {
    display: flex;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon {
    width: 48px;
    height: 48px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon img {
    width: 100%;
    height: 100%;
  }
  .banner-section02 .hero-title {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: -15px;
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .banner-section02 {
    padding-top: 150px;
  }
  .banner-section02 .hero-thumb {
    position: initial;
    transform: translateX(0%);
    bottom: 0;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .banner-section02 .hero-thumb img {
    width: 100%;
  }
  .banner-section02 .hero-thumb::before {
    height: 28%;
  }
  .banner-section02 .banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .banner-section02 .banner-content .content-left .strokes {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-section02 .banner-content .content-left .titles {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-section02 .banner-content .content-left .titles img {
    width: 72px;
  }
  .banner-section02 .banner-content .content-right {
    max-width: 400px;
  }
  .banner-section02 .banner-content .content-right .client-inner {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all {
    display: flex;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon {
    width: 48px;
    height: 48px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon img {
    width: 100%;
    height: 100%;
  }
  .banner-section02 .hero-title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -15px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .banner-section02 .hero-title {
    font-size: 110px;
    line-height: 110px;
    margin-bottom: -15px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .banner-section02 {
    padding-top: 140px;
  }
  .banner-section02 .hero-thumb {
    position: initial;
    transform: translateX(0%);
    bottom: 0;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .banner-section02 .hero-thumb img {
    width: 100%;
  }
  .banner-section02 .banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .banner-section02 .banner-content .content-left .strokes {
    font-size: 64px;
    line-height: 64px;
  }
  .banner-section02 .banner-content .content-left .strokes img {
    width: 48px;
  }
  .banner-section02 .banner-content .content-left .titles {
    font-size: 64px;
    line-height: 64px;
  }
  .banner-section02 .banner-content .content-left .titles img {
    width: 44px;
  }
  .banner-section02 .banner-content .content-right {
    max-width: 400px;
  }
  .banner-section02 .banner-content .content-right .client-inner {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all {
    display: flex;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon {
    width: 48px;
    height: 48px;
  }
  .banner-section02 .banner-content .content-right .client-inner .client-all .icon img {
    width: 100%;
    height: 100%;
  }
  .banner-section02 .hero-title {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}

.client-inner {
  background-color: #F5F5F5;
  border-radius: 100px;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.client-inner .client-all {
  display: flex;
}
.client-inner .client-all .icon {
  border: 1.5px solid #fff;
  width: 56px;
  height: 56px;
  background-color: #02090F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.client-inner .client-all .icon:not(:first-child) {
  margin-left: -18px;
}

.banner-section03 {
  background: url(../img/banner/hero-bg3.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 200px 0 0px;
}
.banner-section03 .hero-social-area3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: absolute;
  right: 160px;
  bottom: 102px;
  z-index: 1;
}
.banner-section03 .hero-social-area3 .social-white a {
  background-color: rgba(104, 104, 104, 0.08);
}
.banner-section03 .hero-social-area3 .social-white a i {
  color: #fff;
}
.banner-section03 .hero-social-area3 .social-white a:hover {
  background-color: #FD492E !important;
}
.banner-section03 .square {
  position: absolute;
  z-index: -1;
  bottom: 156px;
  right: 665px;
}
.banner-section03 .thumb-small-pos {
  position: absolute;
  top: 340px;
  left: 160px;
  z-index: -1;
  width: 410px;
  height: 420px;
  transform: rotate(-15deg);
  border-radius: 24px;
  border: 4px solid #fff;
  transition: transform 0.6s ease;
}
.banner-section03 .thumb-small-pos img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section03 .banner-section03.scrolled .thumb-small-pos {
  transform: rotate(15deg);
}
@media (max-width: 1399px) {
  .banner-section03 .thumb-small-pos {
    position: absolute;
    top: 340px;
    left: 160px;
    z-index: -1;
    width: 300px;
    height: 320px;
    transform: rotate(-15deg);
    border-radius: 24px;
    border: 4px solid #fff;
    transition: transform 0.6s ease;
  }
  .banner-section03 .thumb-small-pos img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .banner-section03 {
    padding: 160px 0 0px;
  }
  .banner-section03 .thumb-small-pos {
    top: 340px;
    left: 160px;
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 991px) {
  .banner-section03 .hero-social-area3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-section03 {
    padding: 140px 0 0px;
  }
  .banner-section03 .hero-social-area3 {
    position: initial;
    right: 20px;
    bottom: 20px;
  }
}

.banner-content .content-head {
  display: flex;
  align-items: center;
  gap: 36px;
}
.banner-content .content-head h1 {
  font-size: 212px;
  line-height: 212px;
  color: #fff;
}
.banner-content .content-head .arrow_in {
  transition: all 0.4s;
}
.banner-content .content-head .arrow_in i {
  transform: rotate(-36deg);
}
.banner-content .content-head .arrow_in:hover {
  color: #FD492E !important;
}
.banner-content .studio-text {
  display: flex;
  justify-content: flex-end;
  padding-right: 350px;
  gap: 15px;
}
.banner-content .studio-text .tree-icon {
  width: 400px;
  height: 400px;
  object-fit: contain;
  position: relative;
  top: -90px;
  right: -125px;
}
.banner-content .studio-text h2 {
  font-size: 188px;
  line-height: 188px;
  color: #fff;
}
.banner-content .studio-text p {
  font-size: 18px;
  line-height: 28px;
  max-width: 570px;
}
.banner-content .studio-text .touch {
  position: relative;
  z-index: 1;
  width: 148px;
  height: 148px;
  background-color: #02090F;
  border: 1px solid rgba(104, 104, 104, 0.08);
  border-radius: 50%;
  overflow: hidden;
}
.banner-content .studio-text .touch span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
}
.banner-content .studio-text .touch span i {
  transform: rotate(-36deg);
}
.banner-content .studio-text .touch::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  background-color: #FD492E;
  border-radius: 100%;
  transition: all 0.5s;
}
.banner-content .studio-text .touch:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1600px) {
  .banner-content .studio-text {
    padding-right: 200px;
  }
}
@media (max-width: 1399px) {
  .banner-content .content-head {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  .banner-content .content-head h1 {
    font-size: 140px;
    line-height: 140px;
    color: #fff;
  }
  .banner-content .studio-text {
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
    gap: 15px;
  }
  .banner-content .studio-text .tree-icon {
    width: 400px;
    height: 400px;
    object-fit: contain;
    position: relative;
    top: -90px;
    right: -125px;
  }
  .banner-content .studio-text h2 {
    font-size: 120px;
    line-height: 120px;
  }
  .banner-content .studio-text p {
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
  }
  .banner-content .studio-text .touch {
    width: 148px;
    height: 148px;
  }
  .banner-content .studio-text .touch span {
    font-size: 12px !important;
    font-weight: 600;
  }
  .banner-content .studio-text .touch span i {
    transform: rotate(-36deg);
  }
}
@media (max-width: 1199px) {
  .banner-content .content-head {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .banner-content .content-head h1 {
    font-size: 100px;
    line-height: 100px;
    color: #fff;
  }
  .banner-content .content-head .video_tree {
    width: 90px;
  }
  .banner-content .studio-text {
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
    gap: 15px;
  }
  .banner-content .studio-text .tree-icon {
    width: 400px;
    height: 400px;
    object-fit: contain;
    position: relative;
    top: -90px;
    right: -125px;
  }
  .banner-content .studio-text h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .banner-content .studio-text p {
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
  }
  .banner-content .studio-text .touch {
    width: 148px;
    height: 148px;
  }
  .banner-content .studio-text .touch span {
    font-size: 12px !important;
    font-weight: 600;
  }
  .banner-content .studio-text .touch span i {
    transform: rotate(-36deg);
  }
}
@media (max-width: 991px) {
  .banner-content .content-head {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .banner-content .content-head h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
  }
  .banner-content .content-head .video_tree {
    width: 90px;
  }
  .banner-content .studio-text {
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
    gap: 15px;
  }
  .banner-content .studio-text .tree-icon {
    width: 400px;
    height: 400px;
    object-fit: contain;
    position: relative;
    top: -90px;
    right: -125px;
  }
  .banner-content .studio-text h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .banner-content .studio-text p {
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
  }
  .banner-content .studio-text .touch {
    width: 148px;
    height: 148px;
  }
  .banner-content .studio-text .touch span {
    font-size: 12px !important;
    font-weight: 600;
  }
  .banner-content .studio-text .touch span i {
    transform: rotate(-36deg);
  }
}
@media (max-width: 767px) {
  .banner-content .content-head {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .banner-content .content-head h1 {
    font-size: 56px;
    line-height: 56px;
    color: #fff;
  }
  .banner-content .content-head .video_tree {
    width: 90px;
  }
  .banner-content .studio-text {
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
    gap: 15px;
    margin-top: 16px;
  }
  .banner-content .studio-text .tree-icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
    position: relative;
    top: 0px;
    right: -20px;
  }
  .banner-content .studio-text h2 {
    font-size: 56px;
    line-height: 56px;
  }
  .banner-content .studio-text p {
    font-size: 16px;
    line-height: 24px;
    max-width: 570px;
  }
  .banner-content .studio-text .touch {
    width: 148px;
    height: 148px;
  }
  .banner-content .studio-text .touch span {
    font-size: 12px !important;
    font-weight: 600;
  }
  .banner-content .studio-text .touch span i {
    transform: rotate(-36deg);
  }
}

.showcase-slider {
  overflow: hidden;
  max-width: 660px;
  position: absolute;
  right: 20%;
  top: -7%;
  z-index: -1;
}
.showcase-slider .showcaseSwiper {
  overflow: visible;
}
.showcase-slider .showcaseSwiper .swiper-slide {
  transition: all 0.6s ease;
  transform: scale(0.75);
  opacity: 0.4;
  filter: blur(1px);
}
.showcase-slider .showcaseSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  filter: blur(0);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}
.showcase-slider .showcaseSwiper .swiper-slide.swiper-slide-prev, .showcase-slider .showcaseSwiper .swiper-slide.swiper-slide-next {
  transform: scale(0.82);
  opacity: 0.7;
}
.showcase-slider .showcaseSwiper .swiper-slide .slide-inner {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  max-width: 400px;
}
.showcase-slider .showcaseSwiper .swiper-slide .slide-inner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1399px) {
  .showcase-slider {
    top: initial;
    position: initial;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .showcase-slider .showcaseSwiper .swiper-slide .slide-inner {
    max-width: 400px;
  }
  .showcase-slider .showcaseSwiper .swiper-slide .slide-inner img {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .showcase-slider .showcaseSwiper .swiper-slide .slide-inner {
    max-width: 400px;
  }
  .showcase-slider .showcaseSwiper .swiper-slide .slide-inner img {
    height: 200px;
  }
}

.banner-breadcrumb-section {
  background: url(../img/banner/breadcrumb-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 220px 0 148px;
}
.banner-breadcrumb-section .breadcrumb-cirlce {
  position: absolute;
  top: 188px;
  left: 175px;
  z-index: -1;
}
.banner-breadcrumb-section .breadcrumb-content .head-blog-pra {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.7;
}
.banner-breadcrumb-section .breadcrumb-content h1 {
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
}
.banner-breadcrumb-section .breadcrumb-content .bread-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  border-radius: 100px;
  padding: 16px 48px 18px;
  border: 1px solid rgba(57, 60, 62, 0.24);
  background-color: #02090F;
}
.banner-breadcrumb-section .breadcrumb-content .bread-link li {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Phudu", sans-serif;
  color: #fff;
}
.banner-breadcrumb-section .breadcrumb-content .bread-link li a {
  color: #FD492E;
  font-family: "Phudu", sans-serif;
}
.banner-breadcrumb-section .breadcrumb-content.breadcrumb-content2 h1 {
  font-size: 100px;
  line-height: 100px;
}
@media (max-width: 1700px) {
  .banner-breadcrumb-section .breadcrumb-content h1 {
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link {
    gap: 13px;
    border-radius: 100px;
    padding: 16px 48px 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link li {
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
  }
  .banner-breadcrumb-section .breadcrumb-content.breadcrumb-content2 h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1399px) {
  .banner-breadcrumb-section {
    padding: 200px 0 140px;
  }
  .banner-breadcrumb-section .breadcrumb-cirlce {
    top: 188px;
    left: 24px;
    width: 120px;
  }
  .banner-breadcrumb-section .breadcrumb-content .head-blog-pra {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
  }
  .banner-breadcrumb-section .breadcrumb-content h1 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link {
    gap: 13px;
    border-radius: 100px;
    padding: 16px 48px 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link li {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
  }
  .banner-breadcrumb-section .breadcrumb-content.breadcrumb-content2 h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .banner-breadcrumb-section {
    padding: 190px 0 140px;
  }
  .banner-breadcrumb-section .breadcrumb-content h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link {
    gap: 13px;
    border-radius: 100px;
    padding: 16px 48px 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link li {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .banner-breadcrumb-section {
    padding: 190px 0 140px;
  }
  .banner-breadcrumb-section .breadcrumb-content h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link {
    gap: 13px;
    border-radius: 100px;
    padding: 16px 24px 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link li {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
  }
  .banner-breadcrumb-section .breadcrumb-content.breadcrumb-content2 h1 {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .banner-breadcrumb-section {
    padding: 170px 0 120px;
  }
  .banner-breadcrumb-section .breadcrumb-content h1 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link {
    gap: 13px;
    border-radius: 100px;
    padding: 16px 24px 18px;
  }
  .banner-breadcrumb-section .breadcrumb-content .bread-link li {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }
  .banner-breadcrumb-section .breadcrumb-content.breadcrumb-content2 h1 {
    font-size: 41px;
    line-height: 41px;
  }
}
@media (max-width: 575px) {
  .banner-breadcrumb-section .breadcrumb-content.breadcrumb-content2 h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.partnered-section {
  background: url(../img/element/textslide-bg.html) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.partnered-section .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partnered-section .partnered-item {
  font-size: 30px;
  color: #fff;
  font-family: "Phudu", sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .partnered-section {
    padding: 40px 0;
  }
  .partnered-section .partnered-item {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .partnered-section {
    padding: 30px 0;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid rgba(0, 2, 41, 0.102);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: #fff !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: #fff !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #02090F;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 2, 41, 0.102) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: #FD492E;
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: #FD492E;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.active_menu-alltime {
  background: rgb(238, 238, 245);
  overflow-y: auto;
  height: 100%;
}
.active_menu-alltime .mean-bar2 {
  background: transparent;
}
.active_menu-alltime .mean-nav2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.active_menu-alltime .mean-nav2 ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 2, 41, 0.102);
}
.active_menu-alltime .mean-nav2 ul li:last-child {
  border-bottom: 1px solid rgba(0, 2, 41, 0.102);
}
.active_menu-alltime .mean-nav2 ul li.has-dropdown > a {
  position: relative;
}
.active_menu-alltime .mean-nav2 ul li.has-dropdown > a::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 28px;
  color: #02090F;
  transition: all 0.4s ease;
}
.active_menu-alltime .mean-nav2 ul li.has-dropdown > a:hover {
  color: #FD492E;
}
.active_menu-alltime .mean-nav2 ul li.has-dropdown > a:hover::before {
  color: #FD492E;
}
.active_menu-alltime .mean-nav2 ul li.active-dropdown > a {
  color: #FD492E;
}
.active_menu-alltime .mean-nav2 ul li.active-dropdown > a::before {
  content: "-";
  font-size: 42px;
  color: #FD492E;
  transform: translateY(-50%) rotate(180deg);
}
.active_menu-alltime .mean-nav2 ul li > a {
  font-size: 18px;
  font-weight: 500;
  color: #02090F;
  padding: 12px 10px 12px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
  position: relative;
}
.active_menu-alltime .mean-nav2 ul li > a i {
  display: none;
}
.active_menu-alltime .mean-nav2 ul li.active-dropdown > a {
  color: #FD492E;
}
.active_menu-alltime .mean-nav2 ul li .submenu {
  display: none;
  padding-left: 24px;
  background: transparent;
}
.active_menu-alltime .mean-nav2 ul li .submenu li {
  border-bottom: 1px solid rgba(0, 2, 41, 0.102);
}
.active_menu-alltime .mean-nav2 ul li .submenu li a {
  font-size: 18px;
  font-weight: 400;
  color: #02090F;
  padding: 9px 0px 9px 0px;
}
.active_menu-alltime .mean-nav2 ul li .submenu li a::before, .active_menu-alltime .mean-nav2 ul li .submenu li a::after {
  display: none;
}
.active_menu-alltime .mean-nav2 ul li .submenu li a:hover {
  color: #FD492E;
  padding-left: 10px;
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu {
  padding: 15px 0;
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items {
  display: grid;
  gap: 15px;
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  padding: 0 !important;
  display: block;
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  margin-top: 10px;
  border-radius: 6px;
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button span {
  color: #fff;
  font-size: 14px;
}
.active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items .homemenu .homemenu-thumb::before, .active_menu-alltime .mean-nav2 ul li.menu-thumb .submenu.has-homemenu .homemenu-items .homemenu .homemenu-thumb::after {
  display: none;
}

.recent-blogstyle-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.recent-blogstyle-item .thumb {
  border-radius: 16px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.recent-blogstyle-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-blogstyle-item .cont h4 a {
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  display: block;
  color: #02090F;
}

.blog-list-item h2 {
  font-size: 40px;
  line-height: 41px;
  font-weight: 700;
}
.blog-list-item .date-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  padding: 12px 16px 10px;
  border-radius: 8px;
}
.blog-list-item .date-box .month {
  font-weight: 500;
  font-size: 14px;
  color: #393C3E;
  line-height: 15px;
  margin-bottom: 0px;
  display: block;
}
.blog-list-item .date-box .date {
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Phudu", sans-serif;
}
.blog-list-item .conts {
  padding: 24px 32px 40px 32px;
}
.blog-list-item .video-blog {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-list-item .video-blog i {
  font-size: 30px;
  color: #FD492E;
}
.blog-list-item .array-prev {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-list-item .array-next {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .blog-list-item .array-prev {
    left: 12x;
    z-index: 1;
    width: 44px;
    height: 44px;
  }
  .blog-list-item .array-prev i {
    font-size: 16px;
  }
  .blog-list-item .array-next {
    right: 12px;
    z-index: 1;
    width: 44px;
    height: 44px;
  }
  .blog-list-item .array-next i {
    font-size: 16px;
  }
  .blog-list-item .video-blog {
    width: 45px;
    height: 45px;
  }
  .blog-list-item .video-blog i {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .blog-list-item h2 {
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
  }
  .blog-list-item .date-box .date {
    font-size: 29px;
    line-height: 29px;
  }
  .blog-list-item .conts {
    padding: 20px 20px 24px 20px;
  }
}
@media (max-width: 575px) {
  .blog-list-item h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
  }
}

.leave-comments .cont-grp-info input,
.leave-comments .cont-grp-info textarea {
  width: 100%;
  border: unset;
  padding: 15px 19px;
  border-radius: 16px;
  background: #F5F5F5 !important;
  color: #4A4A50;
  border: 1px solid rgba(57, 60, 62, 0.16);
}
.leave-comments .cont-grp-info ::placeholder {
  color: rgb(95, 97, 104);
}

.blog-right-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-right-area .blog-details-space {
  padding: 30px;
}
.blog-right-area .search-in {
  background: #F5F5F5;
  border-radius: 24px;
  padding: 32px;
}
@media (max-width: 1399px) {
  .blog-right-area .search-in {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .blog-right-area .search-in {
    padding: 20px;
  }
}
.blog-right-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 8px 24px 8px 8px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid rgba(57, 60, 62, 0.16);
}
.blog-right-area form input {
  width: 100%;
  border: unset;
  outline: none;
  padding: 4px 18px;
  color: #393C3E;
}
.blog-right-area form button {
  border: unset;
}
.blog-right-area form button i {
  color: #02090F;
  font-size: 16px;
}
.blog-right-area .blog-category {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.blog-right-area .blog-category li {
  border-bottom: 1px solid rgba(57, 60, 62, 0.16);
}
.blog-right-area .blog-category li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  color: #070713;
  padding: 10px 0px;
  transition: all 0.4s;
  border-radius: 12px;
}
.blog-right-area .blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-right-area .blog-tags li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(57, 60, 62, 0.16);
  color: #02090F;
  border-radius: 100px;
  padding: 6px 16px 7px;
  transition: all 0.4s;
}
.blog-right-area .blog-tags li a:hover {
  background: #FD492E;
  color: #fff;
}

.quote-box_wrap {
  background-color: #F5F5F5;
  padding: 32px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.quote-box_wrap .quote-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: -1;
}
.quote-box_wrap .author-info p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .quote-box_wrap {
    padding: 20px;
  }
}

.share-tag li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 20px 7px;
  border-radius: 4px;
  border: 1px solid rgba(57, 60, 62, 0.16);
  transition: all 0.4s;
  color: #393C3E;
  border-radius: 100px;
}
.share-tag li a:hover {
  background-color: #FD492E;
  color: #fff;
}

.new-storke {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0.005em;
  font-family: "Phudu", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(57, 60, 62, 0.7);
  color: transparent;
}
@media (max-width: 1399px) {
  .new-storke {
    font-size: 34px;
    line-height: 36px;
  }
}

.gap-32px {
  gap: 14px 32px;
}
@media (max-width: 1399px) {
  .gap-32px {
    gap: 14px 20px;
  }
}
@media (max-width: 1199px) {
  .gap-32px {
    gap: 14px 18px;
  }
}

.header-top-social-blog a {
  background-color: #FFF0E8 !important;
  border-radius: 7px !important;
}
.header-top-social-blog a i {
  color: #000;
}
.header-top-social-blog a:hover {
  background-color: #F15F25 !important;
  border-radius: 7px !important;
}
.header-top-social-blog a:hover i {
  color: #fff !important;
}

.replay-area-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.replay-area-item .thumb {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.replay-area-item .thumb img {
  border-radius: 50%;
}
.replay-area-item .reply {
  border-radius: 13px;
  padding: 4px 16px 5px;
  background-color: #6754E9;
  transition: all 0.4s;
}
.replay-area-item .reply:hover {
  background-color: #000;
  color: #fff;
}
.replay-area-item.middle {
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .replay-area-item.middle {
    padding-left: 0px;
  }
  .replay-area-item {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .replay-area-item {
    flex-wrap: wrap;
  }
}

.recent-right-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.recent-right-item .dot {
  font-size: 8px;
}
.recent-right-item .thumb {
  max-width: 80px;
}
.recent-right-item .thumb img {
  width: 100%;
  border-radius: 10px;
}

.quote__icon-box {
  padding-left: 32px;
  border-left: 3px solid #000;
  position: relative;
  z-index: 1;
}
.quote__icon-box p {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #393C3E;
  font-family: "Instrument Sans", sans-serif;
}
.quote__icon-box .quote {
  position: absolute;
  top: 0;
  left: 14px;
  z-index: -1;
}

.common_btn-iconblack .icon_wrapper {
  background-color: #02090F;
}
.common_btn-iconblack .icon_wrapper i {
  color: #fff;
}

.blog-previous_next {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
.blog-previous_next .cmn_prev {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #F5F5F5;
  font-size: 16px;
  font-weight: 600;
  color: #393C3E;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.blog-previous_next .cmn_prev::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  z-index: -1;
  background-color: #FD492E;
  transition: all 0.4s;
}
.blog-previous_next .cmn_prev.active, .blog-previous_next .cmn_prev:hover {
  color: #fff;
}
.blog-previous_next .cmn_prev.active::before, .blog-previous_next .cmn_prev:hover::before {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .blog-previous_next {
    gap: 20px;
  }
  .blog-previous_next .cmn_prev {
    width: 140px;
    height: 140px;
    gap: 8px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blog-previous_next {
    gap: 20px;
  }
  .blog-previous_next .cmn_prev {
    width: 100px;
    height: 100px;
    padding: 15px;
    text-wrap: nowrap;
    font-size: 13px;
    line-height: 16px !important;
    justify-content: center;
    gap: 1px 4px !important;
  }
}

.img-single-hover .thumb {
  overflow: hidden;
}
.img-single-hover .thumb img {
  transition: all 0.4s;
}
.img-single-hover:hover .thumb {
  overflow: hidden;
}
.img-single-hover:hover .thumb img {
  transform: scale(1.02);
}

.blog-bg-image1 {
  background: url(../img/element/bg-block.png) no-repeat center center;
  background-size: cover;
}

.review-text-box {
  background: url(../img/testimonial/avarange-bg.png) no-repeat center center;
  background-size: cover;
  transform: rotate(-90deg);
  width: 320px;
  height: 248px;
  margin-left: -40px;
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .review-text-box {
    width: 280px;
    height: 208px;
    margin-left: -10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .review-text-box {
    width: 280px;
    height: 208px;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1199px) {
  .review-text-box {
    width: 100%;
    height: 208px;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 991px) {
  .review-text-box {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
  }
}

.tags-blog {
  padding: 6px 20px 8px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}

.news-content1 {
  background: #02090F;
  border: 1px solid rgba(57, 60, 62, 0.24);
  padding: 24px;
}

@media (max-width: 1199px) {
  .ab_ab {
    position: initial !important;
    background: #02090F;
    border: 1px solid rgba(57, 60, 62, 0.24);
  }
}

.serial-section-wrap .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}
.serial-section-wrap i {
  font-size: 8px;
}

.section-title01 {
  max-width: 912px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.section-title02 {
  max-width: 1011px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.news-single-items2 {
  background-color: #F5F5F5;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 24px;
}
.news-single-items2 .news-thumb-area {
  max-width: 265px;
  width: 100%;
}
.news-single-items2 .news-image {
  max-width: 345px;
  display: block;
  width: 100%;
  height: 315px;
}
.news-single-items2 .news-image img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .news-single-items2 {
    flex-wrap: wrap;
    gap: 16px;
  }
  .news-single-items2 .news-thumb-area {
    max-width: 100%;
    width: 100%;
  }
  .news-single-items2 .news-image {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 315px;
  }
  .news-single-items2 .news-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.news-section03 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
}
.news-section03 .circle-ele {
  position: absolute;
  top: 120px;
  left: 215px;
}

.bg-FFEEE9 {
  background-color: #FFEEE9;
}

.news-single-items3 .read-more {
  transition: all 0.4s;
}
.news-single-items3 .new-cont-title a {
  transition: all 0.4s;
}
.news-single-items3:hover .new-cont-title a {
  text-decoration: underline;
  display: block;
}
.news-single-items3:hover .read-more {
  color: #FD492E !important;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #FD492E;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
  font-weight: 700;
}
.preloader .animation-preloader .txt-loading .letters-loading {
  font-size: 42px;
  font-weight: 700;
  color: #FD492E;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #02090F;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Phudu", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #FD492E;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: rgb(238, 238, 245);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: #FD492E;
  border-bottom: 2px solid #FD492E;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #FD492E;
}

input.main-search-input::placeholder {
  color: #FD492E;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #FD492E;
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #FD492E;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #FD492E;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #FD492E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.process-wrap {
  position: relative;
}
.process-wrap .process-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding: 18px 16px;
  background-color: #02090F;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-wrap .process-title.style1 {
  transform: rotate(-10deg);
}
.process-wrap .process-title.style2 {
  background-color: #FFCDBD;
  color: #02090F;
  transform: rotate(10deg);
}
.process-wrap .process-title.style3 {
  background-color: #F5F5F5;
  color: #02090F;
  transform: rotate(10deg);
}
.process-wrap .process-title.style4 {
  transform: rotate(-10deg);
}
@media (max-width: 575px) {
  .process-wrap .process-title.style1 {
    transform: rotate(0deg);
  }
  .process-wrap .process-title.style2 {
    transform: rotate(0deg);
  }
  .process-wrap .process-title.style3 {
    transform: rotate(0deg);
  }
  .process-wrap .process-title.style4 {
    transform: rotate(0deg);
  }
}
.process-wrap .process-wrap-title {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1199px) {
  .process-wrap .process-title {
    font-size: 20px;
    font-weight: 600;
    padding: 16px 16px;
  }
  .process-wrap .process-wrap-title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .process-wrap .process-title {
    font-size: 20px;
    font-weight: 600;
    padding: 16px 16px;
  }
  .process-wrap .process-wrap-title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .process-wrap .process-title {
    font-size: 19px;
    font-weight: 600;
    padding: 16px 16px;
  }
  .process-wrap .process-wrap-title {
    font-size: 38px;
    line-height: 38px;
  }
}

.recent-word-section {
  position: relative;
  z-index: 1;
}
.recent-word-section .circle-ele {
  position: absolute;
  top: 125px;
  right: 580px;
  width: 80px;
}

.recent-word-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1006px;
  margin: 0 auto;
}
.recent-word-wrapper .recent-single-items .recent-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.recent-word-wrapper .recent-single-items .recent-head .serial {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #02090F;
  font-family: "Phudu", sans-serif;
}
.recent-word-wrapper .recent-single-items .recent-head .serial small {
  font-size: 18px;
  color: #393C3E;
  font-weight: 500;
}
.recent-word-wrapper .recent-single-items .thumb {
  max-width: 623px;
  width: 100%;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}
.recent-word-wrapper .recent-single-items .thumb img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.4s;
  overflow: hidden;
}
.recent-word-wrapper .recent-single-items .thumb:hover img {
  transform: scale(1.04);
}
.recent-word-wrapper .recent-single-items .recent-word-content {
  max-width: 670px;
  display: flex;
  gap: 50px;
}
.recent-word-wrapper .recent-single-items .recent-word-content .cart-title {
  font-size: 46px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Phudu", sans-serif;
}
.recent-word-wrapper .recent-single-items .recent-word-content .thumb-small {
  max-width: 240px;
  min-width: 220px;
  border-radius: 16px;
  position: relative;
  top: -78px;
}
.recent-word-wrapper .recent-single-items .recent-word-content .thumb-small img {
  width: 100%;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .recent-word-wrapper {
    gap: 36px;
  }
}
@media (max-width: 991px) {
  .recent-word-wrapper {
    gap: 32px;
  }
  .recent-word-wrapper .recent-single-items .recent-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content {
    max-width: 650px;
    display: flex;
    gap: 50px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content .cart-title {
    font-size: 36px;
    line-height: 40px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content .thumb-small {
    max-width: 240px;
    min-width: 120px;
    top: 0px;
  }
}
@media (max-width: 575px) {
  .recent-word-wrapper {
    gap: 32px;
  }
  .recent-word-wrapper .recent-single-items .recent-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content {
    max-width: 650px;
    display: flex;
    gap: 18px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content .cart-title {
    font-size: 29px;
    line-height: 32px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content .thumb-small {
    max-width: 100px;
    min-width: 100px;
    top: 0px;
  }
  .recent-word-wrapper .recent-single-items .recent-word-content .thumb-small img {
    width: 100%;
  }
}

.bg-F5F5F5 {
  background-color: #F5F5F5;
}

.drive-growth-wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.drive-growth-wrap .drive-growth-items {
  position: relative;
  z-index: 1;
}
.drive-growth-wrap .drive-growth-items .cont {
  opacity: 0.5;
  transition: all 0.5s;
}
.drive-growth-wrap .drive-growth-items .drive-thumb-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb1 {
  max-width: 220px;
  border-radius: 16px;
  transition: all 0.6s;
}
.drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb1 img {
  width: 100%;
  border-radius: 16px;
}
.drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb2 {
  max-width: 300px;
  border-radius: 16px;
  transition: all 0.9s;
}
.drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb2 img {
  width: 100%;
  border-radius: 16px;
}
.drive-growth-wrap .drive-growth-items .drive-tags a {
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  color: #02090F;
  font-family: "Phudu", sans-serif;
  text-transform: uppercase;
  padding: 6px 20px 7px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(57, 60, 62, 0.16);
}
.drive-growth-wrap .drive-growth-items:hover .cont {
  opacity: 1;
}
.drive-growth-wrap .drive-growth-items:hover {
  cursor: pointer;
}
.drive-growth-wrap .drive-growth-items:hover .drive-thumb-wrap {
  opacity: 1;
}
.drive-growth-wrap .drive-growth-items:hover .drive-thumb-wrap .thumb1 {
  transform: rotate(-16deg);
}
.drive-growth-wrap .drive-growth-items:hover .drive-thumb-wrap .thumb2 {
  transform: rotate(16deg);
}
@media (max-width: 1399px) {
  .drive-growth-wrap {
    gap: 48px;
  }
  .drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb1 {
    max-width: 120px;
  }
  .drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb2 {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .drive-growth-wrap {
    gap: 48px;
  }
  .drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb1 {
    max-width: 100px;
  }
  .drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb2 {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .drive-growth-wrap {
    gap: 48px;
  }
  .drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb1 {
    max-width: 80px;
    opacity: 0.5;
  }
  .drive-growth-wrap .drive-growth-items .drive-thumb-wrap .thumb2 {
    max-width: 80px;
    opacity: 0.5;
  }
}

.section-title {
  position: relative;
}
.section-title .cmn-tag {
  margin-bottom: 10px;
}
.section-title .badge-section {
  background-color: #7A64EC;
  border-radius: 100px;
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-family: "Phudu", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 18px;
}
.section-title .badge-section.secondary {
  background-color: #F2EDFE;
  color: #6754E9;
}
.section-title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.001em;
}
.section-title h2 span {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.001em;
}
.section-title .sub__warning {
  color: #FFE800;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.section-title .sub__text-p1 {
  color: #F15F25;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.section-title .badge-sub2 {
  color: #6754E9;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.section-title.section-title-white p,
.section-title.section-title-white h2 {
  color: #fff !important;
}
@media (max-width: 991px) {
  .section-title .badge-section {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .section-title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.001em;
  }
  .section-title h2 span {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.001em;
  }
}

.title-ele3 {
  position: relative;
}
.title-ele3 img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.section-title-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .mb-48 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 30px;
  }
}

.reveal-left,
.reveal-bottom {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.section-bg {
  background-color: rgb(238, 238, 245);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.space-top {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .space-top {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .space-top {
    padding-top: 80px;
  }
}

.space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: 80px;
  }
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.pagination a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s;
  font-family: "Phudu", sans-serif;
}
.pagination a.active, .pagination a:hover {
  background-color: #F15F25;
  color: #fff;
}

.fs-32px {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
}
@media (max-width: 1199px) {
  .fs-32px {
    font-size: 24px;
    line-height: 24px;
  }
}

.fs-24px {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
}
@media (max-width: 575px) {
  .fs-24px {
    font-size: 20px;
    line-height: 20px;
  }
}

.fs-20px {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
}

.fs--18px {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  font-family: "Phudu", sans-serif;
}

.working_inner {
  max-width: 1460px;
  margin: 0 auto;
  border-radius: 10px;
}

.wroking-service-card {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px 0;
  max-width: 770px;
  margin: 0 auto;
  background: #02090F;
  border: 1px solid rgba(57, 60, 62, 0.24);
  backdrop-filter: blur(24px);
}
.wroking-service-card .thumb {
  width: 100%;
  display: block;
  max-width: 344px;
  height: 365px;
}
.wroking-service-card .thumb img {
  height: 100%;
  width: 100%;
}
.wroking-service-card .content {
  padding: 24px 32px;
}
@media (max-width: 1399px) {
  .wroking-service-card .content {
    padding: 24px 20px;
  }
}
@media (max-width: 1199px) {
  .wroking-service-card {
    gap: 20px 0;
    max-width: 600px;
  }
  .wroking-service-card .thumb {
    width: 100%;
    display: block;
    max-width: 280px;
    height: 300px;
  }
  .wroking-service-card .thumb img {
    height: 100%;
    width: 100%;
  }
  .wroking-service-card .content {
    padding: 24px 20px;
  }
}
@media (max-width: 767px) {
  .wroking-service-card {
    gap: 20px 0;
    max-width: 600px;
  }
  .wroking-service-card .thumb {
    width: 100%;
    display: block;
    max-width: 260px;
    height: 260px;
  }
  .wroking-service-card .thumb img {
    height: 100%;
    width: 100%;
  }
  .wroking-service-card .content {
    padding: 24px 20px;
  }
}
@media (max-width: 575px) {
  .wroking-service-card {
    gap: 0px 0;
    max-width: 600px;
    flex-wrap: wrap;
  }
  .wroking-service-card .thumb {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 320px;
  }
  .wroking-service-card .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .wroking-service-card .content {
    padding: 24px 20px;
  }
}

.wroking-service-item02 {
  border-radius: 24px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  background-color: #F5F5F5;
}
.wroking-service-item02 .thumb {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.wroking-service-item02 .thumb img {
  transition: all 0.4s;
  width: 100%;
  border-radius: 12px;
  transition: all 0.4s;
}
.wroking-service-item02 .content {
  padding: 16px 8px 22px;
}
.wroking-service-item02:hover .thumb img {
  transform: scale(1.02);
}

.date-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #F5F5F5;
  padding: 15px 25px;
  z-index: 2;
  border-bottom-left-radius: 30px;
}
.date-badge::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #F5F5F5;
  pointer-events: none;
  z-index: -1;
}
.date-badge::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #F5F5F5;
  pointer-events: none;
  z-index: -1;
}
.date-badge small {
  display: inline-block;
  margin-left: 2px;
}

.development-section-unique {
  position: relative;
  z-index: 1;
}
.development-section-unique .dev-ele {
  position: absolute;
  top: 148px;
  left: 46px;
  z-index: 1;
}

.development-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.development-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.development-items .content h2 .serial img {
  transform: scale(0);
  transition: all 0.4s;
  display: none;
}
.development-items .content h2 a {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  transition: all 0.4s;
}
.development-items .content .dev-tags .tags {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 100px;
  color: #fff;
  transition: all 0.4s;
  border: 1px solid rgba(57, 60, 62, 0.24);
}
.development-items .content .dev-tags .tags:hover {
  color: #FD492E;
}
.development-items .thumb {
  max-width: 330px;
  display: block;
  overflow: hidden;
  border-radius: 100px;
}
.development-items .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.development-items:hover .content h2 .serial .sri {
  display: none;
}
.development-items:hover .content h2 .serial img {
  transform: scale(1);
  display: block;
}
.development-items:hover .content h2 a {
  color: #FD492E;
  text-decoration: underline;
}
.development-items:hover .thumb img {
  transform: scale(1.04);
}
@media (max-width: 1600px) {
  .development-items .content h2 a {
    font-size: 36px;
    line-height: 36px;
  }
  .development-items .content .dev-tags .tags {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (max-width: 1399px) {
  .development-items .thumb {
    max-width: 200px;
  }
  .development-items .content h2 a {
    font-size: 29px;
    line-height: 29px;
  }
  .development-items .content .dev-tags .tags {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (max-width: 575px) {
  .development-items {
    flex-wrap: wrap;
  }
  .development-items .thumb {
    max-width: 200px;
  }
  .development-items .content p {
    font-size: 13px;
  }
  .development-items .content h2 a {
    font-size: 24px;
    line-height: 24px;
  }
  .development-items .content .dev-tags .tags {
    font-size: 12px;
    padding: 5px 12px;
  }
}

.border-in {
  border-color: #393C3E !important;
}

.border-right-cus {
  width: 1px;
  height: 100%;
  background-color: #393C3E;
  position: relative;
}
.border-right-cus .bar {
  background-color: #FD492E;
  height: 50%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.statick-title {
  color: rgba(57, 60, 62, 0.32);
  line-height: 234px;
  font-size: 234px;
  font-weight: 800;
  font-family: "Phudu", sans-serif;
  transform: rotate(90deg);
  bottom: 0;
  right: 0;
  position: absolute;
}

.mater-custom-tablet .tags-container2 > canvas {
  position: relative;
  border: unset !important;
  border: 0 !important;
}

.mater-custom-tablet {
  overflow: hidden;
  height: 550px;
}
.mater-custom-tablet .tags-container2 {
  height: 550px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 550px;
  margin-top: 0vw;
  overflow: hidden;
  background: #000 !important;
  transform: scale(1.02);
}
.mater-custom-tablet .tags-container2 canvas {
  background: #000 !important;
}
.mater-custom-tablet .tags-container2 .categories1 {
  display: none;
}

.video_148 {
  width: 148px;
  height: 148px;
}
@media (max-width: 1399px) {
  .video_148 {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .video_148 {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .video_148 {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .video_148 {
    width: 60px;
    height: 60px;
  }
}

.max-w-1370px {
  max-width: 1370px;
}

.contact-info-wrap02 {
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 1370px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contact-info-wrap02 {
    border-radius: 24px !important;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.service_count_grp .about_count_item {
  max-width: 553px;
}
.service_count_grp .about_count_item .cont-area span {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  font-family: "Phudu", sans-serif;
}
.service_count_grp .about_count_item p {
  font-size: 18px;
  line-height: 28px;
}
.service_count_grp .about_count_item.secound {
  margin-left: 120px;
}
.service_count_grp .about_count_item.third {
  margin-left: 240px;
}
@media (max-width: 991px) {
  .service_count_grp .about_count_item.secound {
    margin-left: 0px;
  }
  .service_count_grp .about_count_item.third {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .service_count_grp .about_count_item .cont-area span {
    font-size: 56px;
    line-height: 56px;
  }
  .service_count_grp .about_count_item p {
    font-size: 16px;
    line-height: 28px;
  }
}

.team-main-section {
  position: relative;
}

.team-main-wrappper {
  flex-wrap: wrap;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1399px) {
  .team-main-wrappper {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .team-main-wrappper {
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .team-main-wrappper {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .team-main-wrappper {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-items {
  transition: all 0.4s;
  position: relative;
}
.team-items img {
  width: 100%;
  border-radius: 100px;
}
.team-items .content-box {
  padding: 18px 18px;
  background: rgba(2, 9, 15, 0.88);
  backdrop-filter: blur(7.5px);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.4s;
}
.team-items .content-box span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.team-items:hover .content-box {
  left: 0;
}
.team-items:hover {
  transform: translateY(5px);
}

.team-slide__wrap {
  margin-top: -380px;
}
.team-slide__wrap .mySwiper2 .my-team_big {
  height: 514px;
  border-radius: 10px;
}
.team-slide__wrap .mySwiper2 .my-team_big .mimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team-slide__wrap .mySwiper2 .my-team_big .team-cont {
  position: absolute;
  bottom: 90px;
  right: -40px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.4s;
}
.team-slide__wrap .mySwiper2 .my-team_big .team-cont .badges {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #FD492E;
  padding: 6px 16px;
  border-radius: 5px;
}
.team-slide__wrap .mySwiper2 .my-team_big .team-cont h3 a {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Phudu", sans-serif;
}
.team-slide__wrap .mySwiper2 .my-team_big .social-white {
  opacity: 0;
  transition: all 0.4s;
}
.team-slide__wrap .mySwiper2 .my-team_big .social-white a {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
}
.team-slide__wrap .mySwiper2 .my-team_big .social-white a i {
  color: #fff;
}
.team-slide__wrap .mySwiper2 .my-team_big .social-white a:hover {
  background-color: #FD492E;
}
.team-slide__wrap .mySwiper2 .my-team_big:hover .social-white {
  opacity: 1;
}
.team-slide__wrap .mySwiper2 .my-team_big:hover .team-cont {
  opacity: 1;
}
@media (max-width: 991px) {
  .team-slide__wrap .mySwiper2 .my-team_big {
    height: 450px;
  }
}
.team-slide__wrap .mySwiper2 .swiper-slide-active .my-team_big .social-white {
  opacity: 1 !important;
}
.team-slide__wrap .mySwiper2 .swiper-slide-active .my-team_big .team-cont {
  opacity: 1 !important;
}
.team-slide__wrap .mySwiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.team-slide__wrap .mySwiper .my_team-item {
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.team-slide__wrap .mySwiper .my_team-item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .team-slide__wrap .mySwiper .my_team-item {
    height: 160px;
  }
}
@media screen and (max-width: 1450px) {
  .team-slide__wrap .mySwiper2 .my-team_big .team-cont {
    bottom: 90px;
    right: -40px;
    transform: rotate(-90deg);
  }
  .team-slide__wrap .mySwiper2 .my-team_big .team-cont .badges {
    font-size: 14px;
    padding: 5px 12px;
  }
  .team-slide__wrap .mySwiper2 .my-team_big .team-cont h3 a {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 1399px) {
  .team-slide__wrap {
    margin-top: -250px;
  }
}
@media (max-width: 767px) {
  .team-slide__wrap {
    margin-top: 30px;
  }
  .team-slide__wrap .mySwiper2 .my-team_big .team-cont {
    bottom: 90px;
    right: 0px;
    transform: rotate(-90deg);
  }
  .team-slide__wrap .mySwiper2 .my-team_big .team-cont .badges {
    font-size: 14px;
    padding: 5px 12px;
  }
  .team-slide__wrap .mySwiper2 .my-team_big .team-cont h3 a {
    font-size: 24px;
    line-height: 20px;
  }
}

.founder-section {
  background: url(../img/thumbnail/founder-bg.png) no-repeat center center;
  background-size: cover;
  padding: 315px 10px;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .founder-section {
    padding: 220px 10px;
  }
}
@media (max-width: 991px) {
  .founder-section {
    padding: 150px 10px;
  }
}

.team-section-03 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
}
.team-section-03 .circle-ele {
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .team-section-03 .circle-ele {
    top: 10px;
    left: 10px;
    width: 120px;
  }
}

.team-wrapper-003 {
  display: flex;
  gap: 32px;
}
.team-wrapper-003 .team-items {
  position: relative;
}
.team-wrapper-003 .team-items.t001 {
  top: -80px;
}
.team-wrapper-003 .team-items.t005 {
  top: -80px;
}
.team-wrapper-003 .team-items.t003 {
  top: 70px;
}
@media (max-width: 1399px) {
  .team-wrapper-003 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .team-wrapper-003 .team-items {
    width: 30%;
  }
  .team-wrapper-003 .team-items.t001 {
    top: 0px;
  }
  .team-wrapper-003 .team-items.t005 {
    top: 0px;
  }
  .team-wrapper-003 .team-items.t003 {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .team-wrapper-003 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .team-wrapper-003 .team-items {
    width: 45%;
  }
  .team-wrapper-003 .team-items.t001 {
    top: 0px;
  }
  .team-wrapper-003 .team-items.t005 {
    top: 0px;
  }
  .team-wrapper-003 .team-items.t003 {
    top: 0px;
  }
}
@media screen and (max-width: 500px) {
  .team-wrapper-003 .team-items {
    width: 100%;
  }
}

.showreel-section {
  background-color: #02090F;
  padding: 200px 0;
}
.showreel-section .showreel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 100px;
  line-height: 108px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Phudu", sans-serif;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .showreel-section {
    padding: 120px 0;
  }
  .showreel-section .showreel-content {
    gap: 24px;
    font-size: 100px;
    line-height: 108px;
  }
}
@media (max-width: 1199px) {
  .showreel-section {
    padding: 100px 0;
  }
  .showreel-section .showreel-content {
    gap: 24px;
    font-size: 70px;
    line-height: 70px;
  }
  .showreel-section .showreel-content .starburst-mask {
    max-width: 100px;
  }
  .showreel-section .showreel-content .starburst-mask img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .showreel-section {
    padding: 100px 0;
  }
  .showreel-section .showreel-content {
    gap: 16px;
    font-size: 44px;
    line-height: 44px;
  }
  .showreel-section .showreel-content .starburst-mask {
    max-width: 74px;
  }
  .showreel-section .showreel-content .starburst-mask img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .showreel-section {
    padding: 100px 0;
  }
  .showreel-section .showreel-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 44px;
    line-height: 44px;
  }
}

.testimonial-event-section {
  background: url(../img/testimonial/testimonial-bg.png) no-repeat center center;
  background-size: cover;
}

.testimonial-first-inner {
  max-width: 1460px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .testimonial-first-inner {
    flex-wrap: wrap;
  }
}

.testimonial-secound-inner {
  max-width: 1060px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 24px;
}
@media (max-width: 767px) {
  .testimonial-secound-inner {
    flex-wrap: wrap;
  }
}

.testimonial-items .head-part {
  padding: 12px;
  border-radius: 16px;
  background-color: #F5F5F5;
}
.testimonial-items .quote {
  width: 55px;
  height: 40px;
  object-fit: contain;
}
.testimonial-items .cont-box {
  border-radius: 16px;
  background-color: #F5F5F5;
}
.testimonial-items .cont-box p {
  font-size: 18px;
  line-height: 26px;
  color: #393C3E;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .testimonial-items {
    max-width: 100% !important;
  }
}

.max-w-376px {
  max-width: 376px;
  width: 100%;
}

.testimonial-items001 {
  background: url(../img/element/testimonial-card-bg.png) no-repeat center center;
  background-size: cover;
  padding: 30px;
  border: 1px solid rgba(57, 60, 62, 0.24);
  border-radius: 24px;
  margin: 2px 2px;
}
.testimonial-items001 p {
  max-width: 420px;
}

.testimonial-left-content03 .testimonial-badge {
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  background-color: #FD492E;
  padding: 7px 16px;
}
.testimonial-left-content03 h3,
.testimonial-left-content03 h2 {
  color: #02090F;
  font-size: 48px;
  -webkit-text-stroke-width: 0;
  line-height: 48px;
}
.testimonial-left-content03 h3 span,
.testimonial-left-content03 h2 span {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .testimonial-left-content03 h3,
  .testimonial-left-content03 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .testimonial-left-content03 h3 span,
  .testimonial-left-content03 h2 span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-left-content03 h3,
  .testimonial-left-content03 h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .testimonial-left-content03 h3 span,
  .testimonial-left-content03 h2 span {
    font-size: 32px;
    line-height: 45px;
  }
}

.testimonial-slide-items03 {
  background-color: #fff;
}
.testimonial-slide-items03 .thumb {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  max-width: 512px;
  margin-left: 65px;
  width: 100%;
}
.testimonial-slide-items03 .thumb img {
  width: 100%;
}
.testimonial-slide-items03 .thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(170.66deg, rgba(2, 9, 15, 0) 23.34%, rgba(2, 9, 15, 0.94) 73.92%), url(image.html);
}
.testimonial-slide-items03 .name-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 20px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  position: absolute;
  top: 80px;
  left: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.testimonial-slide-items03 .pra-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 20px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 32px 40px;
  position: absolute;
  bottom: 60px;
  right: 16px;
  z-index: 1;
  max-width: 480px;
  transition: all 0.7s;
}
.testimonial-slide-items03 .ratting-box {
  background: #FFFFFF;
  box-shadow: 0px 20px 20px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  position: absolute;
  bottom: 50px;
  left: 16px;
  z-index: 1;
  transition: all 0.8s;
}
@media (max-width: 1600px) {
  .testimonial-slide-items03 .pra-box {
    padding: 24px 24px;
    right: 16px;
    max-width: 380px;
  }
}
@media (max-width: 1399px) {
  .testimonial-slide-items03 .thumb {
    margin-left: 0;
  }
  .testimonial-slide-items03 .pra-box {
    padding: 24px 24px;
    right: 16px;
    font-size: 18px;
    font-weight: 500;
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .testimonial-slide-items03 {
    padding-bottom: 16px;
  }
  .testimonial-slide-items03 .thumb {
    margin-left: 0;
  }
  .testimonial-slide-items03 .name-box {
    position: initial !important;
    margin: 16px;
  }
  .testimonial-slide-items03 .ratting-box {
    position: initial !important;
    margin: 16px;
  }
  .testimonial-slide-items03 .pra-box {
    position: initial;
    padding: 24px 24px;
    right: 16px;
    margin: 16px;
    font-size: 18px;
    font-weight: 500;
    max-width: 280px;
  }
}

.testimonial-slide-wrap3 .swiper-slide.swiper-slide-active .testimonial-slide-items03 .name-box {
  top: 120px;
}
.testimonial-slide-wrap3 .swiper-slide.swiper-slide-active .testimonial-slide-items03 .pra-box {
  bottom: 104px;
}
.testimonial-slide-wrap3 .swiper-slide.swiper-slide-active .testimonial-slide-items03 .ratting-box {
  bottom: 84px;
}

.testimonial-arrow-grp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 1399px) {
  .testimonial-arrow-grp {
    position: initial;
    margin-top: 20px;
  }
}

.our-approach-section {
  background: url(../img/element/bg-approach.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.our-approach-section .pattren-circle {
  position: absolute;
  bottom: 40px;
  right: 80px;
  z-index: -1;
}
.our-approach-section .pattren {
  position: absolute;
  top: 280px;
  left: 175px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .our-approach-section .pattren-circle {
    bottom: 10px;
    right: 10px;
    width: 120px;
  }
  .our-approach-section .pattren {
    top: 5px;
    left: 5px;
    width: 120px;
  }
}
@media (max-width: 991px) {
  .our-approach-section .pattren-circle {
    bottom: 10px;
    right: 10px;
    width: 120px;
  }
  .our-approach-section .pattren {
    top: 5px;
    left: 5px;
    width: 120px;
  }
}
@media (max-width: 575px) {
  .our-approach-section .pattren {
    top: 5px;
    left: 5px;
    width: 90px;
  }
}

.approach-wrapper {
  position: relative;
}
.approach-wrapper .approach-btn-grp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1065px;
}
.approach-wrapper .approach-btn-grp1 {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 80px;
}
.approach-wrapper .approach-btn-grp2 {
  max-width: 918px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.approach-wrapper .approach-content {
  text-align: center;
  width: 646px;
  margin: 0 auto;
  height: 646px;
  border-radius: 50%;
  border: 6px dashed rgba(57, 60, 62, 0.431372549);
}
.approach-wrapper .approach-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 124px;
  line-height: 124px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .approach-wrapper .approach-btn-grp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1065px;
  }
  .approach-wrapper .approach-btn-grp1 {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 80px;
  }
  .approach-wrapper .approach-btn-grp2 {
    max-width: 918px;
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
  .approach-wrapper .approach-content {
    width: 646px;
    height: 646px;
  }
  .approach-wrapper .approach-content h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .approach-wrapper .btn_approach {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 18px;
  }
  .approach-wrapper .approach-btn-grp {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1065px;
  }
  .approach-wrapper .approach-btn-grp1 {
    margin: 0 auto;
    position: initial;
    width: 100%;
    top: 80px;
    margin-top: 30px;
  }
  .approach-wrapper .approach-btn-grp2 {
    max-width: 918px;
    position: initial;
    bottom: 10px;
    width: 100%;
    margin-top: 20px;
  }
  .approach-wrapper .approach-content {
    width: 100%;
    height: 100%;
    border: unset;
  }
  .approach-wrapper .approach-content h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .approach-wrapper .btn_approach {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 18px;
  }
  .approach-wrapper .approach-btn-grp {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1065px;
  }
  .approach-wrapper .approach-btn-grp1 {
    margin: 0 auto;
    position: initial;
    width: 100%;
    top: 80px;
    margin-top: 30px;
  }
  .approach-wrapper .approach-btn-grp2 {
    max-width: 918px;
    position: initial;
    bottom: 10px;
    width: 100%;
    margin-top: 20px;
  }
  .approach-wrapper .approach-content {
    width: 100%;
    height: 100%;
    border: unset;
  }
  .approach-wrapper .approach-content h2 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 24px;
  }
}/*# sourceMappingURL=main.css.map */