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

1. Global Area 
2. Header Section

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



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --nx-body-color: rgba(46, 48, 51, .8);
  --nx-title-color: #000000;
  --nx-black: #1E2023;
  --nx-heading: "Gantari", sans-serif;
  --nx-body-font: "Titillium Web", sans-serif;
  --nx-base1: #FF761B;
  --nx-base2: #FFB703;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

.nx-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.nx-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.nx-header-section .dropdown {
  position: relative;
  padding-right: 16px;
}
.nx-header-section .dropdown:after {
  top: 2px;
  z-index: 2;
  right: 0px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.nx-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.nx-header-section .dropdown-menu {
  left: 0;
  top: 55px;
  z-index: 100;
  margin: 0px;
  padding: 4px 0px 10px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.nx-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.nx-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.nx-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.nx-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.nx-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.nx-header-section .dropdown-menu li:last-child {
  border-bottom: none !important;
}
.nx-header-section .dropdown-menu li:last-child a {
  border-bottom: none !important;
}
.nx-header-section .dropdown-menu li:before {
  display: none;
}
.nx-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.nx-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.nx-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.nx-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.nx-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.nx-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  position: relative;
  display: inline-block !important;
  color: var(--tv-black) !important;
  padding: 8px 0px 12px 18px !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  border-bottom: 1px solid rgba(11, 11, 11, 0.1);
}
.nx-header-section .dropdown-menu a:before {
  width: 0 !important;
  top: 5px !important;
  left: 0px !important;
  right: auto !important;
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important;
}
.nx-header-section .dropdown-menu a:after {
  display: none;
}
.nx-header-section .dropdown-menu a:hover, .nx-header-section .dropdown-menu a.active {
  color: var(--nx-base1) !important;
  padding-left: 30px !important;
}
.nx-header-section .dropdown-menu a:hover:after, .nx-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.nx-header-section .dropdown-menu a:hover:before, .nx-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.nx-header-section .nx-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-header-section .nx-mobile-menu-btn {
    display: block;
  }
}
.nx-header-section .nx-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nx-header-section .nx-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: var(--nx-black);
}
.nx-header-section .nx-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.nx-header-section:is(.header_style_one) {
  background-color: #fff;
}
.nx-header-section:is(.header_style_one) .nx-header-top-area {
  border-bottom: 1px solid #EBEBEB;
}
.nx-header-section:is(.header_style_one) .nx-header-top {
  padding: 24px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-header-section:is(.header_style_one) .nx-header-top {
    padding: 15px 0px;
  }
}
.nx-header-section:is(.header_style_one) .nx-header-top .top-social {
  gap: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-header-section:is(.header_style_one) .nx-header-top .top-social {
    display: none !important;
  }
}
.nx-header-section:is(.header_style_one) .nx-header-top .top-social a {
  width: 40px;
  height: 40px;
  background-color: #F2F3F5;
  color: var(--nx-title-color);
}
.nx-header-section:is(.header_style_one) .nx-header-top .top-social a:hover {
  color: #fff;
  background-color: var(--nx-base1);
}
.nx-header-section:is(.header_style_one) .nx-header-navigation-area {
  padding: 24px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-header-section:is(.header_style_one) .nx-header-navigation-area {
    display: none !important;
  }
}
.nx-header-section:is(.header_style_one) .main-navigation li {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-header-section:is(.header_style_one) .main-navigation li {
    margin-right: 25px;
  }
}
.nx-header-section:is(.header_style_one) .main-navigation li a {
  display: inline;
  padding-bottom: 30px;
  color: var(--nx-black);
}
.nx-header-section:is(.header_style_one) .main-navigation li:hover a {
  color: var(--nx-base1);
}
.nx-header-section:is(.header_style_one) .main-navigation li:after {
  color: var(--nx-base1);
}
.nx-header-section:is(.header_style_one) .nx-header-search {
  width: 100%;
  max-width: 396px;
}
.nx-header-section:is(.header_style_one) .nx-header-search form {
  position: relative;
}
.nx-header-section:is(.header_style_one) .nx-header-search input {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #F2F3F5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-header-section:is(.header_style_one) .nx-header-search input::-webkit-input-placeholder {
  font-size: 16px;
}
.nx-header-section:is(.header_style_one) .nx-header-search input::-moz-placeholder {
  font-size: 16px;
}
.nx-header-section:is(.header_style_one) .nx-header-search input:-ms-input-placeholder {
  font-size: 16px;
}
.nx-header-section:is(.header_style_one) .nx-header-search input::-ms-input-placeholder {
  font-size: 16px;
}
.nx-header-section:is(.header_style_one) .nx-header-search input::placeholder {
  font-size: 16px;
}
.nx-header-section:is(.header_style_one) .nx-header-search input:focus {
  border: 1px solid var(--nx-base1);
}
.nx-header-section:is(.header_style_one) .nx-header-search button {
  top: 8px;
  right: 8px;
  color: #fff;
  padding: 0;
  width: 32px;
  height: 32px;
  border: none;
  font-size: 14px;
  position: absolute;
  background-color: var(--nx-base1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-header-section:is(.header_style_one) .nx-header-search button:hover {
  color: var(--nx-black);
  background-color: var(--nx-base2);
}
.nx-header-section:is(.header_style_one) .nx-btn-h-btn {
  gap: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-header-section:is(.header_style_one) .nx-btn-h-btn .nx-btn1 {
    display: none !important;
  }
}
.nx-header-section:is(.header_style_one):is(.ver_2) .nx-header-top-area {
  background-color: #000;
}
.nx-header-section:is(.header_style_one):is(.ver_2) .nx-header-top-area .nx-header-top .top-social a {
  color: #fff;
  background-color: #171719;
}
.nx-header-section:is(.header_style_one):is(.ver_2) .nx-header-top-area .nx-header-top .top-social a:hover {
  background-color: var(--nx-base1);
}
.nx-header-section:is(.header_style_one):is(.ver_2) .nx-header-navigation-area {
  background-color: #fff;
}
.nx-header-section:is(.header_style_one):is(.ver_2) .nx-mobile-menu-btn button span {
  background-color: #fff;
}
.nx-header-section:is(.txa_sticky_header) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 10;
}
.nx-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  background-color: #fff;
}
.nx-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) .nx-header-top-area {
  display: none;
}
.nx-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
          box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
}
.nx-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.4;
  overflow-x: hidden;
  color: var(--nx-body-color);
  font-family: var(--nx-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1320px;
}
body .row {
  --bs-gutter-x: 24px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background-size: 200%, 1px;
  background-color: var(--nx-base1);
}

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

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

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}

@-webkit-keyframes loading {
  0% {
    max-height: 0;
  }
}

@keyframes loading {
  0% {
    max-height: 0;
  }
}
@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes floatUp {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes floatDown {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes floatDown {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo h2 {
  font-size: 40px;
  font-weight: 800;
  position: relative;
  letter-spacing: 5px;
  color: var(--nx-base1);
}
#preloader .preloader-logo h2 div:nth-child(odd) {
  -webkit-animation: floatUp 2s linear infinite;
          animation: floatUp 2s linear infinite;
}
#preloader .preloader-logo h2 div:nth-child(even) {
  -webkit-animation: floatDown 2s linear infinite;
          animation: floatDown 2s linear infinite;
}

.marquee-left,
.marquee-right {
  display: flow-root;
}

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

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

button {
  cursor: pointer;
}

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

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

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

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

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

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

.nx-scrollup {
  color: #fff;
  width: 65px;
  right: 20px;
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  font-size: 18px;
  position: fixed;
  font-weight: 700;
  line-height: 65px;
  background-color: var(--nx-base1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.nx-scrollup i {
  color: #fff;
}

.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  background-color: var(--nx-base2);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}

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

.splitting .whitespace {
  width: 10px;
}

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

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

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

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

.over-hidden,
.split-line {
  overflow: hidden;
}

.nx-btn1 {
  display: inline-block;
}
.nx-btn1 a, .nx-btn1 button {
  z-index: 1;
  gap: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  padding: 8px 8px 8px 20px;
  background-color: var(--nx-base1);
  border: none;
}
.nx-btn1 a:before, .nx-btn1 button:before {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--nx-base2);
  -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nx-btn1 a i, .nx-btn1 button i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 480px) {
  .nx-btn1 a i, .nx-btn1 button i {
    width: 28px;
    height: 28px;
  }
}
.nx-btn1 a:hover, .nx-btn1 button:hover {
  color: var(--nx-black);
}
.nx-btn1 a:hover:before, .nx-btn1 button:hover:before {
  width: 100%;
}
.nx-btn1 a:hover i, .nx-btn1 button:hover i {
  background-color: var(--nx-black);
}

.nx-sec-title1 .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 16px;
  color: var(--nx-base1);
}
.nx-sec-title1 .sec_title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}
.nx-sec-title1 .sec_title span {
  color: var(--nx-base2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-sec-title1 .sec_title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-sec-title1 .sec_title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .nx-sec-title1 .sec_title {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .nx-sec-title1 .sec_title {
    font-size: 30px;
  }
}
.nx-sec-title1 p {
  padding-top: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.2) translate(-10px, -10px);
            transform: scale(1.2) translate(-10px, -10px);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.2) translate(-10px, -10px);
            transform: scale(1.2) translate(-10px, -10px);
  }
}
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  60% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.nx-hero1-sec {
  z-index: 1;
}
.nx-hero1-sec .nx-hr1-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.nx-hero1-sec .nx-hr1-shape {
  left: 0;
  bottom: 0;
  position: absolute;
}
.nx-hero1-sec .nx-hr1-shape2 {
  left: 0;
  bottom: 0;
  position: absolute;
}

.nx-hero1-wrap {
  padding: 295px 0px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-wrap {
    padding-top: 180px;
  }
}

.nx-hero1-line-shape {
  top: 0;
  z-index: 1;
  height: 100%;
  right: 205px;
  width: 260px;
  max-height: 770px;
  position: absolute;
  border: 10px solid #fff;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 27, 0)), color-stop(24.84%, rgba(255, 120, 31, 0)), to(#FF7E28));
  background: linear-gradient(180deg, rgba(255, 118, 27, 0) 0%, rgba(255, 120, 31, 0) 24.84%, #FF7E28 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-line-shape {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-line-shape {
    right: 15px;
    width: 200px;
    border: 5px solid #fff;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-line-shape {
    display: none;
  }
}

.nx-line-circle {
  left: 0;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-line-circle {
    width: 180px;
    padding: 10px;
    height: 180px;
  }
}
.nx-line-circle i {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nx-line-circle i img {
  -webkit-animation: bounceDown 1.5s infinite;
          animation: bounceDown 1.5s infinite;
}
.nx-line-circle:is(.ver_2) {
  position: static;
  border: 4px solid #fff;
}

.nx-hero1-text {
  z-index: 2;
  max-width: 746px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-text {
    max-width: 600px;
  }
}
.nx-hero1-text .nx-hr-slug {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 16px;
  color: var(--nx-base1);
}
.nx-hero1-text .hr_title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
}
.nx-hero1-text .hr_title span {
  color: var(--nx-base2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero1-text .hr_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hero1-text .hr_title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .nx-hero1-text .hr_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .nx-hero1-text .hr_title {
    font-size: 36px;
  }
}
.nx-hero1-text p {
  max-width: 500px;
  padding-bottom: 38px;
}
@media (max-width: 480px) {
  .nx-hero1-text p {
    padding-bottom: 20px;
  }
}
.nx-hero1-text .hr-btn-grp {
  gap: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-hero1-text .hr-btn-grp .nx-btn1:nth-child(2) a {
  color: var(--nx-black);
  border: 1px solid #EBEBEB;
  background-color: transparent;
}
.nx-hero1-text .hr-btn-grp .nx-btn1:nth-child(2) a i {
  background-color: var(--nx-black);
}

.nx-hero1-img {
  clip-path: polygon(0% 33.9%, 49.074% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 33.9%);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-img {
    clip-path: none;
  }
}
.nx-hero1-img .item-img {
  -webkit-animation: zoomIn 10s ease-in-out infinite;
          animation: zoomIn 10s ease-in-out infinite;
}
.nx-hero1-img .item-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6980392157);
}
.tn-404-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}
.nx-hero1-img2 {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-hero1-img2 {
    bottom: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero1-img2 {
    display: none;
  }
}


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

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

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

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

.mobile_menu_overlay_on {
  overflow: hidden;
}

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

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

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

/*---------------------------------------------------- */
/*Text Scroll area*/
/*----------------------------------------------------*/
.nx-txt-scroll-sec {
  background-color: var(--nx-base2);
}

.nx-txt-scroll-wrap {
  margin: 0 auto;
  max-width: 1920px;
  padding: 40px 0px 30px;
}
.nx-txt-scroll-wrap h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--nx-black);
  display: inline-block;
}
.nx-txt-scroll-wrap i {
  top: -10px;
  margin: 0px 24px;
  position: relative;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.nx-ab1-sec {
  z-index: 1;
}
.nx-ab1-sec .nx-ab-shape1 {
  right: 0;
  bottom: 0;
  z-index: -1;
}

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

.nx-ab1-img {
  width: 100%;
  max-width: 636px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-img {
    text-align: center;
  }
}
.nx-ab1-img:before {
  top: 51%;
  right: 0;
  width: 100%;
  content: "";
  left: -55px;
  height: 100%;
  margin: 0 auto;
  max-width: 430px;
  max-height: 462px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 3px solid var(--nx-base1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-img:before {
    display: none;
  }
}
.nx-ab1-img .item-img1 {
  display: inline-block;
}
.nx-ab1-img .item-img1:before, .nx-ab1-img .item-img1:after {
  width: 31px;
  content: "";
  height: 106px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-ab1-img .item-img1:before {
  top: -45px;
  right: 0;
}
.nx-ab1-img .item-img1:after {
  left: 0;
  bottom: -45px;
}
.nx-ab1-img .item-img2 {
  right: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-img .item-img2 {
    margin-top: 30px;
    position: static;
  }
}

.nx-video-play {
  max-width: 94px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-video-play {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-video-play {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.nx-video-play a {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--nx-base1);
}
.nx-video-play a i {
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-base1);
}
.nx-video-play a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.nx-video-play p {
  font-size: 20px;
  font-weight: 600;
  color: var(--nx-black);
}

.ab-line-shape1 {
  top: 0;
  gap: 20px;
  width: 60px;
  right: 35px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ab-line-shape1 {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ab-line-shape1 {
    display: none;
  }
}
.ab-line-shape1 span {
  width: 20px;
  height: 100%;
}
.ab-line-shape1 span:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 183, 3, 0)), to(#FFB703));
  background: linear-gradient(-180deg, rgba(255, 183, 3, 0) 0%, #FFB703 100%);
}
.ab-line-shape1 span:nth-child(2) {
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 27, 0)), to(#FF761B));
  background: linear-gradient(-180deg, rgba(255, 118, 27, 0) 0%, #FF761B 100%);
}

.nx-ab1-text-area {
  max-width: 526px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-text-area {
    padding-top: 0;
  }
}

.nx-ab1-ft-wrap:is(.ver_2) {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab1-ft-wrap:is(.ver_2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-ab1-ft-item {
  gap: 16px 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F3F5;
}
@media (max-width: 480px) {
  .nx-ab1-ft-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-ab1-ft-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.nx-ab1-ft-item .item-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 118, 27, 0.0588235294);
}
.nx-ab1-ft-item .item-text {
  max-width: 390px;
}
.nx-ab1-ft-item .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: var(--nx-body-font);
}
.nx-ab1-ft-item .item-text p {
  max-width: 300px;
}
.nx-ab1-ft-item:hover .item-icon {
  -webkit-animation: jello 1.5s infinite;
          animation: jello 1.5s infinite;
}
.nx-ab1-ft-item:is(.ver_2) {
  width: 100%;
  border: none;
  max-width: 225px;
}
.nx-ab1-ft-item:is(.ver_2):last-child {
  border: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.nx-ab1-ft-item:is(.ver_2) .item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 4px;
  background-color: #F2F3F5;
}
.nx-ab1-ft-item:is(.ver_2) .item-text {
  max-width: 100%;
}
.nx-ab1-ft-item:is(.ver_2) .item-text h3 {
  font-size: 20px;
  padding-bottom: 6px;
}
.nx-ab1-ft-item:is(.ver_2) .item-text p {
  font-size: 16px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.nx-ser1-sec {
  z-index: 1;
  background-color: #F9FAFA;
}
.nx-ser1-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  max-height: 620px;
  position: absolute;
  background-color: var(--nx-black);
}

.nx-ser1-shape1 {
  top: 42%;
  width: 100%;
  z-index: -2;
  position: absolute;
}
.nx-ser1-shape1 span {
  opacity: 0.1;
  width: 520px;
  height: 200px;
  position: absolute;
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
  background: linear-gradient(234.71deg, #FF761B 13.74%, rgba(255, 118, 27, 0.1) 57.02%, rgba(255, 118, 27, 0) 85.65%);
}
.nx-ser1-shape1 span:nth-child(2) {
  top: 0;
  right: -5%;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  background: linear-gradient(-234.71deg, #FF761B 13.74%, rgba(255, 118, 27, 0.1) 57.02%, rgba(255, 118, 27, 0) 85.65%);
}
.nx-ser1-shape1 span:nth-child(1) {
  top: 0;
  left: -5%;
}

.nx-ser1-shape2 {
  bottom: 15%;
  width: 100%;
  z-index: -2;
  position: absolute;
}
.nx-ser1-shape2 span {
  opacity: 0.1;
  width: 520px;
  height: 200px;
  position: absolute;
  -webkit-transform: rotate(-215deg);
          transform: rotate(-215deg);
}
.nx-ser1-shape2 span:nth-child(2) {
  top: 0;
  right: -5%;
  -webkit-transform: rotate(215deg);
          transform: rotate(215deg);
  background: linear-gradient(-234.71deg, #FF761B 13.74%, rgba(255, 118, 27, 0.1) 57.02%, rgba(255, 118, 27, 0) 85.65%);
}
.nx-ser1-shape2 span:nth-child(1) {
  top: 0;
  left: -5%;
  background: linear-gradient(234.71deg, #FFB703 13.74%, rgba(255, 183, 3, 0.1) 57.02%, rgba(255, 183, 3, 0) 85.65%);
}

.nx-ser1-shape3 {
  top: 0;
  left: 0;
  position: absolute;
}

.nx-ser1-top-content {
  gap: 30px;
}
.nx-ser1-top-content .nx-sec-title1 {
  max-width: 760px;
}
.nx-ser1-top-content .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-ser1-top-content .nx-title-top-desc p {
  color: #EBEBEB;
}

.nx-title-top-desc {
  max-width: 416px;
}

@-webkit-keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0);
            transform: perspective(400px) rotate3d(1, 0, 0, 0);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0);
            transform: perspective(400px) rotate3d(1, 0, 0, 0);
  }
}
.nx-ser1-item {
  padding: 32px;
  position: relative;
  margin-bottom: 24px;
  background-color: #F2F3F5;
}
.nx-ser1-item .item-text span {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--nx-base1);
}
.nx-ser1-item .item-text .ser_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.nx-ser1-item .item-text .ser_title:hover {
  letter-spacing: 1px;
  color: var(--nx-base1);
}
.nx-ser1-item .item-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.nx-ser1-item .item-img img {
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.nx-ser1-item .item-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.nx-ser1-item .item-icon {
  z-index: 1;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  position: relative;
  margin-top: -42px;
  background-color: #EAEAEA;
  border: 4px solid #F2F3F5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ser1-item .item-icon svg path {
  fill: var(--nx-base1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-ser1-item .item-btn a {
  width: 100%;
  font-weight: 600;
  font-weight: 16px;
  padding: 15px 20px;
  color: var(--nx-black);
  background-color: #fff;
}
.nx-ser1-item .item-btn a:hover {
  letter-spacing: 2px;
}
.nx-ser1-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.nx-ser1-item:hover .item-img:before {
  -webkit-animation: hover_appear 1.5s;
          animation: hover_appear 1.5s;
}
.nx-ser1-item:hover .item-icon {
  -webkit-animation: flipInX 1.5s infinite;
          animation: flipInX 1.5s infinite;
  background-color: var(--nx-base2);
}
.nx-ser1-item:hover .item-icon svg path {
  fill: var(--nx-black);
}
.nx-ser1-item:hover .item-btn a {
  color: #fff;
  background-color: var(--nx-base1);
}

/*---------------------------------------------------- */
/*How work area*/
/*----------------------------------------------------*/
.nx-hw1-shape1 {
  top: 50%;
  width: 100%;
  z-index: -2;
  position: absolute;
}
.nx-hw1-shape1 span {
  opacity: 0.1;
  width: 300px;
  height: 200px;
  position: absolute;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.74%, #FFB703), color-stop(85.65%, rgba(255, 183, 3, 0)));
  background: linear-gradient(180deg, #FFB703 13.74%, rgba(255, 183, 3, 0) 85.65%);
}
.nx-hw1-shape1 span:nth-child(2) {
  top: 0;
  right: -5%;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.74%, #FFB703), color-stop(85.65%, rgba(255, 183, 3, 0)));
  background: linear-gradient(180deg, #FFB703 13.74%, rgba(255, 183, 3, 0) 85.65%);
}
.nx-hw1-shape1 span:nth-child(1) {
  top: 0;
  left: -5%;
}

.nx-hw-work-img {
  left: 0;
  z-index: -2;
  bottom: -140px;
}

.nx-how-work-text {
  max-width: 635px;
}

.nx-hw-item {
  padding: 40px;
  max-width: 416px;
  margin-bottom: 24px;
  background-color: #FFF2E9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw-item {
    max-width: 100%;
  }
}
.nx-hw-item:last-child {
  margin-bottom: 0;
}
.nx-hw-item .item-serial {
  opacity: 0.4;
  font-size: 60px;
  font-weight: 700;
  color: var(--nx-black2);
  font-family: var(--nx-title-color);
  padding-bottom: 110px;
}
.nx-hw-item .item-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  color: var(--nx-title-color);
}
.nx-hw-item:is(.nx-hw-type2) {
  background-color: var(--nx-base1);
}
.nx-hw-item:is(.nx-hw-type2) .item-serial {
  color: #fff;
}
.nx-hw-item:is(.nx-hw-type2) .item-text h3, .nx-hw-item:is(.nx-hw-type2) .item-text p {
  color: #fff;
}
.nx-hw-item:is(.nx-hw-type3) {
  background-color: var(--nx-title-color);
}
.nx-hw-item:is(.nx-hw-type3) .item-serial {
  color: #fff;
}
.nx-hw-item:is(.nx-hw-type3) .item-text h3, .nx-hw-item:is(.nx-hw-type3) .item-text p {
  color: #fff;
}
.nx-hw-item:is(.nx-hw-type4) {
  background-color: #F2F3F5;
}
.nx-hw-item:nth-child(4) {
  background-color: #F2F3F5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-how-work-wrap {
    max-width: 100%;
  }
}

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

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.nx-project-sec {
  background-color: #F9FAFA;
}

.nx-ser1-pro-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ser1-pro-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-ser1-pro-content .nx-sec-title1 {
  max-width: 760px;
}

.nx-project-content {
  margin: 40px -15px 0px;
}
.nx-project-content .grid-sizer {
  width: 33.333%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-project-content .grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-project-content .grid-sizer {
    width: 100%;
  }
}
.nx-project-content .grid-sizer,
.nx-project-content .grid-item {
  float: left;
  overflow: hidden;
  padding: 20px 15px;
  display: inline-block;
}
.nx-project-content .grid-size-33 {
  width: 33.333%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-project-content .grid-size-33 {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-project-content .grid-size-33 {
    width: 100%;
  }
}

.nx-project-item {
  border-bottom: 1px solid #cdcdcd;
}
.nx-project-item .item-img {
  overflow: hidden;
}
.nx-project-item .item-img:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
.nx-project-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-project-item .item-arrow {
  top: 0;
  right: 0;
  position: absolute;
}
.nx-project-item .item-arrow a {
  width: 60px;
  height: 60px;
  background-color: #EAEAEA;
  border-left: 12px solid #fff;
  border-bottom: 12px solid #fff;
}
.nx-project-item .item-arrow a i {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--nx-base1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nx-project-item .item-top {
  margin-left: 8px;
}
.nx-project-item .item-top span {
  color: #2E3033;
}
.nx-project-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 12px;
}
.nx-project-item h3:hover {
  color: var(--nx-base1);
}
.nx-project-item:hover .item-arrow a {
  background-color: var(--nx-base1);
}
.nx-project-item:hover .item-arrow a i {
  color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nx-project-item:hover .item-img:before {
  opacity: 1;
}
.nx-project-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  mix-blend-mode: luminosity;
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.nx-whyc-sec {
  z-index: 1;
  background-color: var(--nx-title-color);
}
.nx-whyc-sec .nx-whyc-shape2 {
  right: 60px;
  bottom: -20px;
}
.nx-whyc-sec .nx-whyc-shape3 {
  left: 0;
  bottom: 0;
}

.nx-whc1-shape1 {
  top: 5%;
  left: -7%;
  z-index: -1;
  position: absolute;
}
.nx-whc1-shape1 span {
  opacity: 0.1;
  width: 520px;
  height: 150px;
  position: absolute;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  background: linear-gradient(230deg, #FFB703 13.74%, rgba(255, 183, 3, 0) 85.65%);
}

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

.nx-whyc-text-wrap {
  top: 0;
  left: 0;
  max-width: 526px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-whyc-text-wrap {
    position: static;
    text-align: center;
  }
}
.nx-whyc-text-wrap .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-whyc-text-wrap .nx-sec-title1 p {
  color: #F2F3F5;
}

.nx-whyc-item-wrap {
  width: 100%;
  max-width: 954px;
}

.nx-whyc-item {
  padding: 32px;
  max-width: 318px;
  overflow: hidden;
  position: relative;
  background-color: var(--nx-base1);
}
.nx-whyc-item:before {
  top: -38px;
  right: -8px;
  width: 32px;
  content: "";
  height: 100px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-whyc-item h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}
.nx-whyc-item .item-text {
  margin-top: 55px;
}
.nx-whyc-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.nx-whyc-item .item-text p {
  color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-whyc-item-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.nx-whyc-item-area:nth-child(2) .nx-whyc-item {
  background-color: #1E2023;
}
.nx-whyc-item-area:nth-child(2) .nx-whyc-item:before {
  background-color: var(--nx-base2);
}
.nx-whyc-item-area:nth-child(3) .nx-whyc-item {
  background-color: #171719;
}
.nx-whyc-item-area:nth-child(3) .nx-whyc-item:before {
  background-color: var(--nx-base1);
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.nx-team-sec {
  z-index: 1;
  background-color: #F9FAFA;
}
.nx-team-sec .nx-tm1-shape1 {
  top: 5%;
  left: -7%;
  z-index: -1;
  position: absolute;
}
.nx-team-sec .nx-tm1-shape1 span {
  opacity: 0.1;
  width: 520px;
  height: 150px;
  position: absolute;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  background: linear-gradient(234.71deg, #FF761B 13.74%, rgba(255, 118, 27, 0.1) 57.02%, rgba(255, 118, 27, 0) 85.65%);
}

.nx-tm-top-content {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-tm-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-tm-top-content .nx-sec-title1 {
  max-width: 550px;
}

.nx-team-item1 {
  padding: 40px;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-team-item1 {
    padding: 40px 20px;
  }
}
.nx-team-item1 .item-img {
  width: 226px;
  height: 226px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-team-item1 .item-img img {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-team-item1 .item-img {
    width: 150px;
    height: 150px;
  }
}
.nx-team-item1 .item-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-team-item1 .item-text h3 {
    font-size: 20px;
  }
}
.nx-team-item1 .item-text h3:hover {
  color: var(--nx-base1);
}
.nx-team-item1 .item-text .item-social {
  gap: 8px;
  margin-top: 24px;
}
.nx-team-item1 .item-text .item-social a {
  width: 40px;
  height: 40px;
  background-color: #F2F3F5;
  color: var(--mx-title-color);
}
.nx-team-item1 .item-text .item-social a:hover {
  color: #fff;
  background-color: var(--nx-base1);
}
.nx-team-item1:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
          box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
}
.nx-team-item1:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.nx-contact-sec {
  z-index: 1;
}
.nx-contact-sec:before {
  right: 0;
  bottom: 0;
  content: "";
  width: 728px;
  height: 545px;
  position: absolute;
  background-color: var(--nx-base1);
  clip-path: polygon(79.121% 0%, 100% 0%, 100% 100%, 0% 100%, 79.121% 0%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-contact-sec:before {
    display: none;
  }
}
.nx-contact-sec .nx-contact-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 75%;
  height: 100%;
}
.nx-contact-sec .nx-con-shape1 {
  right: 0;
  bottom: -40px;
  position: absolute;
}
.nx-contact-sec .nx-con-img1 {
  bottom: 0;
  right: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-contact-sec .nx-con-img1 {
    display: none;
  }
}

.nx-contact-content {
  z-index: 1;
  width: 100%;
  max-width: 746px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-contact-content {
    max-width: 100%;
  }
}
.nx-contact-content .nx-tm1-shape1 {
  top: 5%;
  left: -7%;
  z-index: -1;
  position: absolute;
}
.nx-contact-content .nx-tm1-shape1 span {
  opacity: 0.1;
  width: 520px;
  height: 150px;
  position: absolute;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  background: linear-gradient(230deg, #FFB703 13.74%, rgba(255, 183, 3, 0) 85.65%);
}

.nx-contact-form {
  padding: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
          box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
}
.nx-contact-form label {
  display: block;
  font-weight: 600;
  color: var(--nx-title-color);
}
.nx-contact-form label span {
  color: var(--nx-base1);
}
.nx-contact-form input, .nx-contact-form textarea {
  width: 100%;
  height: 40px;
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  border-bottom: 1px solid #F2F3F5;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-contact-form input::-webkit-input-placeholder, .nx-contact-form textarea::-webkit-input-placeholder {
  color: #2E3033;
  font-size: 16px;
}
.nx-contact-form input::-moz-placeholder, .nx-contact-form textarea::-moz-placeholder {
  color: #2E3033;
  font-size: 16px;
}
.nx-contact-form input:-ms-input-placeholder, .nx-contact-form textarea:-ms-input-placeholder {
  color: #2E3033;
  font-size: 16px;
}
.nx-contact-form input::-ms-input-placeholder, .nx-contact-form textarea::-ms-input-placeholder {
  color: #2E3033;
  font-size: 16px;
}
.nx-contact-form input::placeholder, .nx-contact-form textarea::placeholder {
  color: #2E3033;
  font-size: 16px;
}
.nx-contact-form input:focus, .nx-contact-form textarea:focus {
  border-bottom: 1px solid var(--nx-base1);
}
.nx-contact-form textarea {
  height: 120px;
  padding-top: 15px;
}
.nx-contact-form button {
  gap: 16px;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 8px 8px 8px 20px;
  background-color: var(--nx-base1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-contact-form button:hover {
  color: #000;
  background-color: var(--nx-base2);
}
.nx-contact-form button i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .nx-contact-form button i {
    width: 28px;
    height: 28px;
  }
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.nx-spon1-sec {
  background-color: #000000;
}

.nx-spon1-top-content {
  gap: 30px 40px;
}
.nx-spon1-top-content .nx-sec-title1 {
  max-width: 620px;
}
.nx-spon1-top-content .nx-sec-title1 .sec_title {
  color: #fff;
}

.nx-spon1-count {
  width: 100%;
  gap: 15px 25px;
  max-width: 526px;
}
@media (max-width: 480px) {
  .nx-spon1-count {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-spon1-item {
  width: 100%;
  max-width: 235px;
}
.nx-spon1-item:nth-child(2) {
  max-width: 200px;
}
.nx-spon1-item h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 3px;
}
@media (max-width: 480px) {
  .nx-spon1-item h3 {
    font-size: 40px;
  }
}
.nx-spon1-item p {
  color: #F2F3F5;
  text-transform: uppercase;
}
.nx-spon1-item .spon-rate {
  margin-bottom: 3px;
}
.nx-spon1-item .spon-rate span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}
.nx-spon1-item .spon-rate li {
  color: #FFB703;
  margin-right: 2px;
}

.nx-sponsor-img .item-img {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-sponsor-img .item-img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-wrap {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-testi1-thumb {
  width: 100%;
  max-width: 315px;
  max-height: 430px;
}
.nx-testi1-thumb .item-img:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 27, 0)), color-stop(55.27%, rgba(255, 118, 27, 0.5)), to(#FF761B));
  background: linear-gradient(180deg, rgba(255, 118, 27, 0) 0%, rgba(255, 118, 27, 0.5) 55.27%, #FF761B 100%);
}
.nx-testi1-thumb .item-text {
  color: #fff;
  left: 36px;
  bottom: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-testi1-thumb .item-text {
    left: 15px;
    bottom: 15px;
  }
}
.nx-testi1-thumb .item-text .item-author {
  margin-bottom: 24px;
}
.nx-testi1-thumb .item-text .item-author p {
  font-size: 24px;
  font-weight: 600;
}
.nx-testi1-thumb .item-text a {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
}

.nx-testi1-slider-area {
  width: 100%;
  max-width: 980px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-testi1-slider-area {
    max-width: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-slider-area {
    max-width: 100%;
  }
}
.nx-testi1-slider-area:before, .nx-testi1-slider-area:after {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 220px;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi1-slider-area:before, .nx-testi1-slider-area:after {
    display: none;
  }
}
.nx-testi1-slider-area:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.nx-testi1-item {
  padding: 40px 36px;
  background-color: #F2F3F5;
}
.nx-testi1-item p {
  color: #2E3033;
  font-size: 20px;
  padding-bottom: 54px;
}
.nx-testi1-item .item-quote {
  margin-bottom: 35px;
}
.nx-testi1-item .item-quote .item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
}
.nx-testi1-item .item-name h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 8px;
  color: var(--nx-title-color);
}
.nx-testi1-item .item-name span {
  color: #2E3033;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.nx-blog1-item {
  margin: 0 auto;
  max-width: 416px;
  margin-bottom: 30px;
}
.nx-blog1-item .item-img {
  overflow: hidden;
}
.nx-blog1-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 380px;
  object-fit: cover;
}
.nx-blog1-item .item-tag a {
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  color: var(--nx-black);
  background-color: #fff;
  padding: 20px 20px 20px 45px;
}
.nx-blog1-item .item-tag a:before {
  top: 29px;
  left: 30px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  background-color: var(--nx-black);
}
.nx-blog1-item .item-meta {
  top: 24px;
  right: 24px;
  width: 92px;
  height: 92px;
  padding-top: 15px;
  position: absolute;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog1-item .item-meta {
    width: 65px;
    height: 65px;
    padding-top: 8px;
  }
}
.nx-blog1-item .item-meta span {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 5px;
  font-family: var(--heading);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog1-item .item-meta span {
    font-size: 24px;
    padding-bottom: 2px;
  }
}
.nx-blog1-item .item-meta p {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog1-item .item-meta p {
    font-size: 14px;
  }
}
.nx-blog1-item .item-text .blog_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blog1-item .item-text .blog_title {
    font-size: 20px;
  }
}
.nx-blog1-item .item-text .read_more {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--nx-title-color);
}
.nx-blog1-item .item-text .read_more i {
  gap: 12px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F3F5;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}
.nx-blog1-item .item-text .read_more:hover {
  color: var(--nx-base1);
}
.nx-blog1-item .item-text .read_more:hover i {
  background-color: #000;
}
.nx-blog1-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
.nx-hero2-sec {
  margin-top: 193px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-sec {
    margin-top: 50px;
  }
}

.nx-hero2-item {
  max-height: 890px;
  padding: 205px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-item {
    padding: 150px 0px 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-item {
    max-height: 100%;
  }
}
.nx-hero2-item .nx-hero2-bg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.nx-hero2-item .nx-hero2-bg img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 2500ms ease-in-out;
  transition: all 2500ms ease-in-out;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.nx-hero2-item .nx-hero2-bg .bg-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nx-hero2-item .nx-hero2-bg .bg-shape .top-shape,
.nx-hero2-item .nx-hero2-bg .bg-shape .bottom-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nx-hero2-item .nx-hero2-bg .bg-shape .top-shape span,
.nx-hero2-item .nx-hero2-bg .bg-shape .bottom-shape span {
  width: 25%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
  -webkit-transform: perspective(500px) rotatex(-90deg);
          transform: perspective(500px) rotatex(-90deg);
}
.nx-hero2-item .nx-hero2-bg .bg-shape .bottom-shape {
  top: auto;
  bottom: 0;
}
.nx-hero2-item .nx-hero2-bg .bg-shape .bottom-shape span {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
.nx-hero2-item .nx-hero2-bg:before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(89.78deg, rgba(0, 0, 0, 0.5) 0.19%, rgba(0, 0, 0, 0.3) 99.81%);
}

.nx-hero2-text {
  z-index: 2;
  width: 100%;
  padding: 80px;
  max-width: 746px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero2-text {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-text {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-text {
    padding: 50px 30px;
  }
}
.nx-hero2-text:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  background: -webkit-gradient(linear, left top, right top, from(#FF761B), color-stop(49.5%, rgba(255, 118, 27, 0.6)), to(rgba(255, 118, 27, 0)));
  background: linear-gradient(90deg, #FF761B 0%, rgba(255, 118, 27, 0.6) 49.5%, rgba(255, 118, 27, 0) 100%);
}
.nx-hero2-text .hero_slug {
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  visibility: hidden;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hero2-text .hero_title {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.09;
  padding-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero2-text .hero_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hero2-text .hero_title {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .nx-hero2-text .hero_title {
    font-size: 38px;
  }
}
@media (max-width: 360px) {
  .nx-hero2-text .hero_title {
    font-size: 36px;
  }
}
.nx-hero2-text .hero_title .split-word {
  opacity: 0;
  opacity: hidden;
  visibility: hidden;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  -webkit-transform: perspective(1000px) rotateX(-90deg);
          transform: perspective(1000px) rotateX(-90deg);
}
.nx-hero2-text .hero_title .split-word:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.nx-hero2-text .hero_title .split-word:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.nx-hero2-text .hero_title .split-word:nth-child(3) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.nx-hero2-text .hero_title .split-word:nth-child(4) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.nx-hero2-text .hero_title .split-word:nth-child(5) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.nx-hero2-text .hero_title .split-word:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.nx-hero2-text p {
  opacity: 0;
  color: #fff;
  max-width: 500px;
  visibility: hidden;
  padding-bottom: 40px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hero2-text .hr-btn-grp {
  gap: 16px 24px;
}
.nx-hero2-text .hr-btn-grp .nx-btn1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hero2-text .hr-btn-grp .nx-btn1 a {
  color: var(--nx-black);
  background-color: #fff;
}
.nx-hero2-text .hr-btn-grp .nx-btn1 a i {
  background-color: var(--nx-black);
}
.nx-hero2-text .hr-btn-grp .nx-btn1 a i svg path {
  fill: #fff;
}
.nx-hero2-text .hr-btn-grp .nx-btn1:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hero2-text .hr-btn-grp .nx-btn1:nth-child(2) a {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.nx-hero2-text .hr-btn-grp .nx-btn1:nth-child(2) a i {
  background-color: #fff;
}
.nx-hero2-text .hr-btn-grp .nx-btn1:nth-child(2) a i svg path {
  fill: var(--nx-black);
}
.nx-hero2-text .hr-btn-grp .nx-btn1:nth-child(2) a:hover {
  color: var(--nx-title-color);
  border: 1px solid var(--nx-base2);
}

.swiper-slide-active .nx-hero2-item .nx-hero2-bg img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.swiper-slide-active .nx-hero2-item .nx-hero2-bg .bg-shape span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: perspective(500px) rotatex(0deg);
          transform: perspective(500px) rotatex(0deg);
}
.swiper-slide-active .nx-hero2-item .nx-hero2-bg .bg-shape span:nth-child(odd) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.swiper-slide-active .nx-hero2-item .nx-hero2-bg .bg-shape span:nth-child(even) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.swiper-slide-active .nx-hero2-item .nx-hero2-text:before {
  width: 100%;
}
.swiper-slide-active .nx-hero2-item .nx-hero2-text .hero_slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .nx-hero2-item .nx-hero2-text .hero_title .split-word {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg);
}
.swiper-slide-active .nx-hero2-item .nx-hero2-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .nx-hero2-item .hr-btn-grp .nx-btn1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.swiper-slide-active .nx-hero2-item .hr-btn-grp .nx-btn1:nth-child(2) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.nx-hero2-thumb {
  right: 145px;
  bottom: 60px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero2-thumb {
    right: 30px;
    bottom: 30px;
  }
}

.nx-hero2-thumb-slider {
  max-width: 560px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-thumb-slider {
    display: none;
  }
}
.nx-hero2-thumb-slider .nx-hr2-thumb {
  width: 260px;
  height: 160px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-hero2-thumb-slider .nx-hr2-thumb:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.nx-hero2-thumb-slider .swiper-slide {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-hero2-thumb-slider .swiper-slide .nx-hr2-thumb {
  scale: 0.7;
}
.nx-hero2-thumb-slider .swiper-slide-next {
  opacity: 1;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.nx-hero2-thumb-slider .swiper-slide-prev {
  opacity: 1;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.nx-hero2-thumb-slider .swiper-slide-active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.nx-hero2-thumb-slider .swiper-slide-active .nx-hr2-thumb {
  scale: 1;
  z-index: 2;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.nx-hero2-nav {
  top: 50%;
  z-index: 2;
  left: 140px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nx-hero2-nav {
    left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero2-nav {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-nav {
    right: 0;
    left: 0px;
    top: auto;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-nav .nx-hr2-pagi {
    text-align: center;
  }
}
.nx-hero2-nav .nx-hr2-pagi .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px 0px;
  position: relative;
  border-radius: 100%;
  background-color: transparent;
  border: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-nav .nx-hr2-pagi .swiper-pagination-bullet {
    display: inline-block;
  }
}
.nx-hero2-nav .nx-hr2-pagi .swiper-pagination-bullet:before {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-nav .nx-hr2-pagi .swiper-pagination-bullet:before {
    background-color: #fff;
  }
}
.nx-hero2-nav .nx-hr2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  border: 1px solid var(--nx-base1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-nav .nx-hr2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
    border: 1px solid #fff;
  }
}
.nx-hero2-nav .arrow-nav {
  width: 24px;
  height: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero2-nav .arrow-nav {
    display: none !important;
  }
}
.nx-hero2-nav .nx-hr2-next {
  margin-bottom: 15px;
  clip-path: polygon(0% 100%, 100% 100%, 58.333% 0%, 41.667% 0%, 0% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 114, 27, 0.9)), color-stop(18.17%, rgba(246, 114, 27, 0.6)), color-stop(50.64%, rgba(246, 114, 27, 0.2)), to(rgba(246, 114, 27, 0)));
  background: linear-gradient(-360deg, rgba(246, 114, 27, 0.9) 0%, rgba(246, 114, 27, 0.6) 18.17%, rgba(246, 114, 27, 0.2) 50.64%, rgba(246, 114, 27, 0) 100%);
}
.nx-hero2-nav .nx-hr2-prev {
  margin-top: 15px;
  clip-path: polygon(0% 0%, 100% 0%, 58.333% 100%, 41.667% 100%, 0% 0%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 114, 27, 0.9)), color-stop(18.17%, rgba(246, 114, 27, 0.6)), color-stop(50.64%, rgba(246, 114, 27, 0.2)), to(rgba(246, 114, 27, 0)));
  background: linear-gradient(180deg, rgba(246, 114, 27, 0.9) 0%, rgba(246, 114, 27, 0.6) 18.17%, rgba(246, 114, 27, 0.2) 50.64%, rgba(246, 114, 27, 0) 100%);
}

/*---------------------------------------------------- */
/*feature area*/
/*----------------------------------------------------*/
.nx-feat2-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 243, 245, 0)), color-stop(40%, rgba(242, 243, 245, 0.497057)), to(#F2F3F5));
  background: linear-gradient(180deg, rgba(242, 243, 245, 0) 0%, rgba(242, 243, 245, 0.497057) 40%, #F2F3F5 100%);
}

@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes spinAround {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.nx-feat2-item {
  padding: 48px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
.nx-feat2-item .item-icon {
  width: 80px;
  height: 80px;
  padding: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
  background: rgba(255, 118, 27, 0.0588235294);
}
.nx-feat2-item h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 16px;
}
.nx-feat2-item p {
  padding-bottom: 32px;
}
.nx-feat2-item .read_more {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  color: var(--nx-base1);
  border: 1px solid var(--nx-base1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-feat2-item .read_more:hover {
  color: #fff;
  background-color: var(--nx-base1);
}
.nx-feat2-item .read_more.ver_2 {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.nx-feat2-item .read_more.ver_2 span {
  width: 0;
  opacity: 0;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.nx-feat2-item .read_more.ver_2 i {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--nx-base1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F3F5;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-feat2-item .read_more.ver_2:hover {
  gap: 10px;
  background-color: transparent;
}
.nx-feat2-item .read_more.ver_2:hover span {
  opacity: 1;
  width: 132px;
}
.nx-feat2-item:is(.ver_2) {
  padding: 40px;
  background-color: #F9FAFA;
}
.nx-feat2-item:is(.ver_2) h3 {
  font-size: 20px;
}
.nx-feat2-item:is(.ver_3) {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 40px 30px;
}
.nx-feat2-item:is(.ver_3):before {
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--nx-base1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-feat2-item:is(.ver_3) .item-icon {
  padding: 0;
  background-color: transparent;
}
.nx-feat2-item:is(.ver_3) .item-icon svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-feat2-item:is(.ver_3) .item-text p {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-feat2-item:is(.ver_3):hover:before, .nx-feat2-item:is(.ver_3):is(.active):before {
  height: 100%;
}
.nx-feat2-item:is(.ver_3):hover .item-icon svg path, .nx-feat2-item:is(.ver_3):is(.active) .item-icon svg path {
  fill: #fff;
}
.nx-feat2-item:is(.ver_3):hover .item-text h3, .nx-feat2-item:is(.ver_3):is(.active) .item-text h3 {
  color: #fff;
}
.nx-feat2-item:is(.ver_3):hover .item-text p, .nx-feat2-item:is(.ver_3):is(.active) .item-text p {
  color: #fff;
}
.nx-feat2-item:is(.middile-item) {
  z-index: 2;
  position: relative;
}
.nx-feat2-item:hover .item-icon {
  -webkit-animation: 2.5s spinAround infinite;
          animation: 2.5s spinAround infinite;
}

.nx-feat2-sponsor h3 {
  font-size: 24px;
  font-weight: 700;
}

.nx-feat2-shape {
  gap: 15px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nx-feat2-shape .line_1 {
  width: 0%;
  height: 1px;
  margin-right: 10px;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  background: -webkit-gradient(linear, right top, left top, from(#B0B0B2), to(rgba(176, 176, 178, 0)));
  background: linear-gradient(-90deg, #B0B0B2 0%, rgba(176, 176, 178, 0) 100%);
}
.nx-feat2-shape .line_2 {
  width: 0%;
  height: 1px;
  margin-left: 10px;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#B0B0B2), to(rgba(176, 176, 178, 0)));
  background: linear-gradient(90deg, #B0B0B2 0%, rgba(176, 176, 178, 0) 100%);
}
.nx-feat2-shape .ft_ic1,
.nx-feat2-shape .ft_ic3 {
  width: 14px;
  height: 13px;
  background-color: #B0B0B2;
  -webkit-animation: 2.5s spin infinite;
          animation: 2.5s spin infinite;
  clip-path: polygon(50.008% 3.571%, 61.234% 38.121%, 97.561% 38.121%, 68.172% 59.473%, 79.397% 94.022%, 50.008% 72.67%, 20.619% 94.022%, 31.845% 59.473%, 2.455% 38.121%, 38.783% 38.121%, 50.008% 3.571%);
}
.nx-feat2-shape .ft_ic2 {
  width: 30px;
  height: 30px;
  background-color: #B0B0B2;
  -webkit-animation: 3.5s spin infinite;
          animation: 3.5s spin infinite;
  clip-path: polygon(50% 0%, 50.739% 1.996%, 50.739% 1.996%, 53.44% 8.422%, 56.664% 14.543%, 60.383% 20.331%, 64.57% 25.76%, 69.198% 30.802%, 74.24% 35.43%, 79.669% 39.617%, 85.458% 43.336%, 91.578% 46.56%, 98.004% 49.261%, 100% 50%, 98.004% 50.739%, 98.004% 50.739%, 91.578% 53.44%, 85.458% 56.664%, 79.669% 60.383%, 74.24% 64.57%, 69.198% 69.198%, 64.57% 74.24%, 60.383% 79.669%, 56.664% 85.458%, 53.44% 91.578%, 50.739% 98.004%, 50% 100%, 49.261% 98.004%, 49.261% 98.004%, 46.56% 91.578%, 43.336% 85.458%, 39.617% 79.669%, 35.43% 74.24%, 30.802% 69.198%, 25.76% 64.57%, 20.331% 60.383%, 14.543% 56.664%, 8.422% 53.44%, 1.996% 50.739%, 0% 50%, 1.996% 49.261%, 1.996% 49.261%, 8.422% 46.56%, 14.543% 43.336%, 20.331% 39.617%, 25.76% 35.43%, 30.802% 30.802%, 35.43% 25.76%, 39.617% 20.331%, 43.336% 14.543%, 46.56% 8.422%, 49.261% 1.996%, 50% 0%);
}
.nx-feat2-shape:is(.active) .line_1,
.nx-feat2-shape:is(.active) .line_2 {
  width: 50%;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.nx-ab2-sec {
  z-index: 1;
}
.nx-ab2-sec .nx-ab2-shape {
  right: 0;
  bottom: 0;
  z-index: -1;
}

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

.nx-ab2-img-wrap {
  width: 100%;
  gap: 30px 60px;
  max-width: 746px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab2-img-wrap {
    gap: 30px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-ab2-counter {
  max-width: 246px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab2-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-ab2-count {
  width: 100%;
  padding-top: 18px;
  margin-bottom: 25px;
  border-top: 1px solid #F2F3F5;
}
.nx-ab2-count:last-child {
  margin-bottom: 0;
}
.nx-ab2-count h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 0.8;
  padding-left: 24px;
  position: relative;
  position: relative;
  padding-bottom: 24px;
}
.nx-ab2-count h3:before {
  left: 0;
  top: 5px;
  width: 4px;
  height: 30px;
  content: "";
  position: absolute;
  background-color: var(--nx-base1);
}

.nx-ab2-img1 .item-img1:before, .nx-ab2-img1 .item-img1:after {
  top: -30px;
  width: 48px;
  content: "";
  height: 88px;
  right: -25px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab2-img1 .item-img1:before, .nx-ab2-img1 .item-img1:after {
    display: none;
  }
}
.nx-ab2-img1 .item-img1:after {
  left: -45px;
  right: auto;
  width: 125px;
  height: 62px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nx-ab2-img-play {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab2-img-play {
    position: static;
  }
}
@media (max-width: 480px) {
  .nx-ab2-img-play {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nx-ab2-img-play .item-img2 {
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}
.nx-ab2-img-play .nx-video-play a {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .nx-ab2-img-play .nx-video-play a {
    margin: 0;
    margin-bottom: 20px;
  }
}

.nx-ab2-text-wrap {
  max-width: 470px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab2-text-wrap {
    max-width: 746px;
  }
}

.nx-ab1-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 16px;
}
.nx-ab1-list li:before {
  top: 5px;
  left: 0;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid var(--nx-base1);
}
.nx-ab1-list li:after {
  top: 11px;
  left: 6px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--nx-base1);
}

.nx-ab2-cta {
  gap: 32px;
}

.nx-ab2-cta-info {
  gap: 12px;
  width: 100%;
  max-width: 250px;
}
.nx-ab2-cta-info .item-icon {
  width: 48px;
  height: 44px;
}
.nx-ab2-cta-info .iten-text spana, .nx-ab2-cta-info .iten-text a {
  display: block;
}
.nx-ab2-cta-info .iten-text span {
  color: #545454;
  font-size: 16px;
  padding-bottom: 6px;
}
.nx-ab2-cta-info .iten-text a {
  color: #050505;
}

/*---------------------------------------------------- */
/*offer area*/
/*----------------------------------------------------*/
.nx-offer-sec {
  z-index: 1;
  background-color: #F9FAFA;
}
.nx-offer-sec .nx-offer-shape {
  left: 0;
  bottom: 0;
  z-index: -1;
}

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

.nx-offer-text {
  max-width: 636px;
}

.nx-offer-img {
  left: 25%;
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-offer-img {
    left: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-offer-img {
    display: none;
  }
}

.nx-offer-list-wrap {
  width: 100%;
  max-width: 602px;
  position: relative;
}
.nx-offer-list-wrap:before {
  top: 0;
  left: 2px;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(46, 48, 51, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-offer-list-wrap:before {
    display: none;
  }
}

.nx-offer-list-item {
  width: 100%;
  padding: 34px 0px;
  margin-left: 76px;
  position: relative;
  padding-left: 4px;
  border-top: 1px solid rgba(46, 48, 51, 0.1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-offer-list-item {
    margin-left: 0;
  }
}
.nx-offer-list-item:before {
  top: 0;
  width: 6px;
  left: -76px;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
.nx-offer-list-item .nx-offer-front {
  gap: 0px 58px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-offer-list-item .item-serial {
  opacity: 0.3;
  font-size: 40px;
  font-family: var(--nx-heading);
}
.nx-offer-list-item .item-title h3 {
  font-size: 24px;
  font-weight: 600;
}
.nx-offer-list-item .item-hover {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 26px;
  position: absolute;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: perspective(500px) rotatex(-90deg);
          transform: perspective(500px) rotatex(-90deg);
}
.nx-offer-list-item .item-hover .item-icon {
  top: 50%;
  z-index: 1;
  left: -25px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nx-offer-list-item .item-hover .item-icon a {
  color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 3px solid #fff;
  background-color: var(--nx-base1);
}
.nx-offer-list-item .item-hover .item-icon a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-offer-list-item .item-hover .item-img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nx-offer-list-item .item-hover .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.nx-offer-list-item .item-hover .item-text {
  color: #fff;
  overflow: hidden;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--nx-heading);
}
.nx-offer-list-item .item-hover .item-text a {
  margin: 0px 10px;
}
.nx-offer-list-item:hover {
  border-top: 1px solid transparent;
}
.nx-offer-list-item:hover .nx-offer-front {
  opacity: 0;
}
.nx-offer-list-item:hover .item-hover {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.nx-offer-list-item:hover:before {
  height: 100%;
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.nx-whyc2-sec {
  z-index: 1;
}
.nx-whyc2-sec:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 165px;
  position: absolute;
  background-color: #000;
}
.nx-whyc2-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 856px;
}
.nx-whyc2-sec .nx-sec-title1 p {
  margin: 0 auto;
  max-width: 650px;
}
.nx-whyc2-sec .nx-whyc2-shape1 {
  top: 0;
  z-index: -1;
  right: -20%;
}
.nx-whyc2-sec .nx-whyc2-shape2 {
  left: 0;
  z-index: -1;
  bottom: 200px;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.nx-pro2-sec {
  background-color: #000;
}

.nx-pro2-top-content {
  gap: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-top-content {
    gap: 30px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-pro2-top-content .nx-sec-title1 {
  max-width: 650px;
}
.nx-pro2-top-content .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-pro2-top-content .nx-title-top-desc p {
  color: #fff;
}

.nx-pro2-content {
  padding: 60px;
  border: 1px solid #171719;
  background-color: rgba(23, 23, 25, 0.4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-content {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-item .item-img-icon {
    margin-bottom: 30px;
  }
}
.nx-pro2-item .item-tag {
  top: 32px;
  left: 32px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-item .item-tag {
    top: 20px;
    left: 20px;
  }
}
.nx-pro2-item .item-tag a {
  padding: 15px 20px;
  color: var(--nx-title-color);
  background-color: var(--nx-base2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-item .item-tag a {
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-item .item-img {
    height: 350px;
  }
}
.nx-pro2-item .item-arrow {
  left: 0;
  right: 0;
  top: 70%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.nx-pro2-item .item-arrow a {
  color: #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-item .item-arrow a {
    width: 60px;
    height: 60px;
  }
}
.nx-pro2-item .item-arrow a i {
  font-size: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-item .item-arrow a i {
    font-size: 20px;
  }
}
.nx-pro2-item .item-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-pro2-item .item-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .nx-pro2-item .item-text h3 {
    font-size: 26px;
  }
}

.nx-pro2-nav {
  gap: 12px;
  right: 60px;
  z-index: 2;
  bottom: 50px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-nav {
    margin-top: 30px;
    position: static;
  }
}
.nx-pro2-nav .arrow-nav {
  width: 60px;
  height: 60px;
  cursor: pointer;
  color: var(--nx-base1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border: 1px solid var(--nx-base1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro2-nav .arrow-nav {
    width: 45px;
    height: 45px;
  }
}
.nx-pro2-nav .arrow-nav:hover {
  color: #fff;
  background-color: var(--nx-base1);
}

.swiper-slide-active .nx-pro2-item .item-tag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.swiper-slide-active .nx-pro2-item .item-arrow {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .nx-pro2-item .item-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
.nx-faq2-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 856px;
}
.nx-faq2-sec .nx-sec-title1 p {
  margin: 0 auto;
  max-width: 600px;
}
.nx-faq2-sec .nx-faq2-shape {
  top: 0;
  right: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq2-sec .nx-faq2-shape {
    display: none;
  }
}

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

.nx-faq2-accordion {
  width: 100%;
  max-width: 746px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq2-accordion {
    max-width: 100%;
  }
}
.nx-faq2-accordion .accordion-item,
.nx-faq2-accordion .accordion-button:not(.collapsed),
.nx-faq2-accordion .accordion-button {
  background-color: transparent;
}
.nx-faq2-accordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: none;
  padding: 42px 0px 32px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(46, 48, 51, 0.2);
}
.nx-faq2-accordion .accordion-button {
  padding: 0;
  border: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-faq2-accordion .accordion-button {
    font-size: 18px;
  }
}
.nx-faq2-accordion .accordion-button span {
  max-width: 85%;
  display: inline-block;
}
.nx-faq2-accordion .accordion-button span b {
  font-weight: 600;
  margin-right: 25px;
  color: var(--nx-base1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq2-accordion .accordion-button span b {
    margin-right: 10px;
  }
}
.nx-faq2-accordion .accordion-button span img {
  margin-right: 42px;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-faq2-accordion .accordion-button span img {
    display: none;
  }
}
.nx-faq2-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nx-faq2-accordion .accordion-body {
  padding-top: 0;
  font-size: 18px;
  max-width: 650px;
  padding-left: 45px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-faq2-accordion .accordion-body {
    padding-left: 0;
  }
}
.nx-faq2-accordion .accordion-button::after,
.nx-faq2-accordion .accordion-button::before {
  right: 0;
  top: 10px;
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
@media (max-width: 480px) {
  .nx-faq2-accordion .accordion-button::after,
  .nx-faq2-accordion .accordion-button::before {
    width: 25px;
  }
}
.nx-faq2-accordion .accordion-button::before {
  top: 15px;
}
.nx-faq2-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 35px;
}
.nx-faq2-accordion .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nx-faq2-accordion .accordion-button:not(.collapsed):before {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nx-faq2-img-wrap {
  width: 100%;
  max-width: 416px;
}
.nx-faq2-img-wrap .item-img {
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.nx-faq2-img-wrap .item-text h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 16px;
}
.nx-faq2-img-wrap:is(.active) .item-img {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  clip-path: polygon(34% 0, 0 0, 0 28%, 0 49%, 0 100%, 47% 100%, 100% 100%, 100% 49%, 100% 24%, 100% 0, 71% 0, 52% 0);
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.nx-team2-sec {
  z-index: 1;
}
.elementor-element.nx-team2-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  max-height: 605px;
  position: absolute;
  background-color: #000;
}

.nx-team2-item {
  margin: 0 auto;
  max-width: 416px;
  margin-bottom: 30px;
  padding-bottom: 55px;
}
.nx-team2-item .item-arrow {
  left: 0;
  top: 30%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-team2-item .item-arrow a {
  color: #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: var(--nx-base1);
}
.nx-team2-item .item-arrow a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nx-team2-item .item-img {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.nx-team2-item .item-img:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-team2-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-team2-item .item-text {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 auto;
  max-width: 80%;
  padding: 24px 20px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
.nx-team2-item .item-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 6px;
}
.nx-team2-item .item-text span {
  color: #fff;
}
.nx-team2-item:hover .item-text {
  bottom: 30px;
}
.nx-team2-item:hover .item-arrow {
  top: 40%;
  opacity: 1;
  visibility: visible;
}
.nx-team2-item:hover .item-img img {
  mix-blend-mode: luminosity;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.nx-price2-sec {
  z-index: 1;
  background-color: #F9FAFA;
}
.nx-price2-sec .nx-sec-title1 .sec_title {
  margin: 0 auto;
  max-width: 800px;
}
.nx-price2-sec .nx-sec-title1 p {
  margin: 0 auto;
  max-width: 600px;
}
.nx-price2-sec .nx-price-bg {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

.nx-price2-item {
  padding: 40px;
  margin: 0 auto;
  max-width: 636px;
  border-radius: 24px;
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price2-item {
    padding: 30px 20px;
  }
}
.nx-price2-item .item-title h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.nx-price2-item .item-title p {
  max-width: 290px;
}
.nx-price2-item .item-price {
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-price2-item .item-price h3 {
  font-size: 46px;
  font-weight: 700;
}
.nx-price2-item .item-price h3 span {
  font-size: 18px;
  font-weight: 500;
  color: rgba(46, 48, 51, 0.8);
  font-weight: normal;
}
.nx-price2-item .item-price a {
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 35px;
  color: var(--nx-base1);
  padding: 7px 8px 7px 20px;
  border: 1px solid var(--nx-base1);
}
.nx-price2-item .item-price a i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--nx-base1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-price2-item .item-price a i svg path {
  fill: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-price2-item .item-price a:hover {
  color: #fff;
  background-color: var(--nx-base1);
}
.nx-price2-item .item-price a:hover i {
  background-color: #fff;
}
.nx-price2-item .item-price a:hover i svg path {
  fill: var(--nx-base1);
}
.nx-price2-item .item-list {
  gap: 0px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-price2-item .item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-price2-item .item-list li {
  padding-left: 28px;
  margin-bottom: 15px;
  position: relative;
}
.nx-price2-item .item-list li:before, .nx-price2-item .item-list li:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.nx-price2-item .item-list li:before {
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--nx-base1);
}
.nx-price2-item .item-list li:after {
  top: 9px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: var(--nx-base1);
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.nx-testi2-sec:before, .nx-testi2-sec:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  max-width: 616px;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), color-stop(32.53%, rgba(255, 255, 255, 0.7)), color-stop(68.8%, rgba(255, 255, 255, 0.98)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 32.53%, rgba(255, 255, 255, 0.98) 68.8%, #FFFFFF 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi2-sec:before, .nx-testi2-sec:after {
    display: none;
  }
}
.nx-testi2-sec:after {
  right: 0;
  left: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(32.53%, rgba(255, 255, 255, 0.7)), color-stop(68.8%, rgba(255, 255, 255, 0.98)), to(#FFFFFF));
  background: linear-gradient(-270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 32.53%, rgba(255, 255, 255, 0.98) 68.8%, #FFFFFF 100%);
}
.nx-testi2-sec .nx-sec-title1 .sec_title {
  margin: 0 auto;
  max-width: 800px;
}
.nx-testi2-sec .nx-sec-title1 p {
  margin: 0 auto;
  max-width: 600px;
}

.nx-testi2-item-wrap {
  margin: 0 auto;
  max-width: 1920px;
}

.nx-testi2-item {
  width: 100%;
  float: left;
  padding: 16px;
  max-width: 660px;
  margin: 0px 12px;
  display: inline-block;
  background-color: #F9FAFA;
}
.nx-testi2-item .item-inner-area {
  gap: 30px 35px;
}
.nx-testi2-item .item-img {
  width: 100%;
  padding: 16px;
  max-width: 218px;
  background-color: #F2F3F5;
}
.nx-testi2-item .item-text {
  max-width: 390px;
}
.nx-testi2-item .item-text .item-title h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
}
.nx-testi2-item .item-text .item-title span {
  font-size: 16px;
}
.nx-testi2-item .item-text .item-desc {
  margin-top: 36px;
}
.nx-testi2-item .item-text .item-desc p {
  color: #000000;
}
.nx-testi2-item .item-text .item-rate li {
  color: #FFB703;
  margin-right: 2px;
}

.nx-testi2-item-wrap {
  margin-bottom: 24px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.nx-blg2-sec {
  background-color: #F9FAFA;
}
.nx-blg2-sec .nx-blg2-shape {
  left: 0;
  bottom: 0;
}

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

.nx-blg2-text-wrap {
  max-width: 526px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blg2-text-wrap {
    max-width: 746px;
  }
}

.nx-blg2-item-wrap {
  max-width: 746px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blg2-item-wrap {
    max-width: 100%;
  }
}

.nx-blg2-item {
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blg2-item {
    gap: 10px 20px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-blg2-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blg2-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-blg2-item:last-child {
  margin-bottom: 0;
}
.nx-blg2-item .item-text-wrap {
  gap: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blg2-item .item-text-wrap {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .nx-blg2-item .item-text-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-blg2-item .item-meta {
  font-weight: 600;
  color: var(--nx-base1);
}
.nx-blg2-item .item-text {
  max-width: 400px;
}
.nx-blg2-item .item-text .blog_title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
}
.nx-blg2-item .read_more {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 118, 27, 0.0588235294);
}
.nx-blg2-item .read_more:before {
  top: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
@media (max-width: 480px) {
  .nx-blg2-item .read_more {
    width: 60px;
    height: 60px;
  }
}
.nx-blg2-item .read_more i {
  font-size: 25px;
  color: var(--nx-base1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 480px) {
  .nx-blg2-item .read_more i {
    font-size: 20px;
  }
}
.nx-blg2-item:hover .read_more:before {
  height: 100%;
}
.nx-blg2-item:hover .read_more i {
  color: #fff;
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
.nx-hero3-sec {
  z-index: 1;
  margin-top: 193px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-sec {
    margin-top: 50px;
  }
}
.nx-hero3-sec .nx-hr3-video {
  top: 0;
  left: 0;
  z-index: -1;
}
.nx-hero3-sec .nx-hr3-video:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.846)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.846) 100%);
}

.nx-hero3-content {
  margin: 0 auto;
  max-width: 1790px;
  padding: 290px 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero3-content {
    padding: 200px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-hero3-content {
    padding: 180px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-content {
    padding: 150px 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-bottom-wrap {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 480px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 480px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 575px) and (min-width: 481px) and (max-width: 575px), only screen and (min-width: 481px) and (max-width: 575px) and (max-width: 480px), only screen and (max-width: 480px) and (min-width: 481px) and (max-width: 575px), (max-width: 480px) and (max-width: 480px) {
  .nx-hero3-bottom-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-hero3-img {
  bottom: 0;
  left: 20px;
  z-index: 1;
  max-width: 578px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero3-img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero3-img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero3-img {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-img {
    left: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}
.nx-hero3-img .vertical_shape {
  right: 0;
  bottom: 0;
  width: 90%;
  left: -50px;
  z-index: -1;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 27, 0)), color-stop(38.5%, rgba(255, 120, 31, 0.3)), to(rgba(255, 126, 40, 0.9)));
  background: linear-gradient(180deg, rgba(255, 118, 27, 0) 0%, rgba(255, 120, 31, 0.3) 38.5%, rgba(255, 126, 40, 0.9) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-img .vertical_shape {
    left: 0;
  }
}

.nx-hero3-text {
  z-index: 2;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  padding: 0px 15px;
}
.nx-hero3-text .nx-hero3-slug {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.nx-hero3-text .nx_hr_title {
  color: #fff;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 12px;
}
.nx-hero3-text .nx_hr_title span {
  color: var(--nx-base1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero3-text .nx_hr_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hero3-text .nx_hr_title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .nx-hero3-text .nx_hr_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .nx-hero3-text .nx_hr_title {
    font-size: 36px;
  }
}
.nx-hero3-text p {
  color: #fff;
  padding-bottom: 40px;
}

.nx-hero3-client {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 538px;
  position: absolute;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nx-hero3-client {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-hero3-client {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hero3-client {
    position: relative;
    max-width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hero3-client {
    max-width: 100%;
    position: relative;
  }
}
.nx-hero3-client .vertical_shape {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 75%;
  margin: 0 auto;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 118, 27, 0)), color-stop(38.5%, rgba(255, 120, 31, 0.3)), to(rgba(255, 126, 40, 0.9)));
  background: linear-gradient(180deg, rgba(255, 118, 27, 0) 0%, rgba(255, 120, 31, 0.3) 38.5%, rgba(255, 126, 40, 0.9) 100%);
}

.nx-hr3-client-text {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 260px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-client-text {
    margin-top: 20px;
  }
}
.nx-hr3-client-text h3 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  padding-bottom: 12px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hr3-client-text h3 {
    font-size: 50px;
  }
}
.nx-hr3-client-text p {
  color: #fff;
  padding-bottom: 30px;
}

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

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.nx-ab3-sec {
  z-index: 1;
}
.nx-ab3-sec .nx-ab3-shape {
  left: 0;
  bottom: 0;
  width: 45%;
  z-index: -1;
  height: 100%;
  max-height: 364px;
  position: absolute;
  background-color: var(--nx-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-sec .nx-ab3-shape {
    display: none;
  }
}
.nx-ab3-sec .nx-ab3-shape2 {
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
  right: -25%;
}
.nx-ab3-sec .nx-ab3-shape3 {
  left: 0;
  z-index: -1;
  bottom: 380px;
}

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

.nx-ab3-img-wrap {
  gap: 8px;
  width: 100%;
  max-width: 636px;
  background-color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-img-wrap {
    display: block !important;
  }
}
.nx-ab3-img-wrap .item-img1 {
  max-width: 322px;
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-img-wrap .item-img1 {
    max-width: 100%;
    max-height: 400px;
  }
}
.nx-ab3-img-wrap .item-img1:before {
  top: -48px;
  left: -12px;
  width: 38px;
  content: "";
  height: 122px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nx-ab3-img-wrap .item-img-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 306px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-img-wrap .item-img-exp {
    margin-top: 8px;
    max-width: 100%;
    display: block !important;
  }
}
.nx-ab3-img-wrap .item-img-exp .item-img2 {
  max-height: 325px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-img-wrap .item-img-exp .item-img2 {
    max-height: 100%;
  }
}
.nx-ab3-img-wrap .item-exp {
  width: 100%;
  height: 100%;
  margin-top: 8px;
  position: relative;
  max-height: 335px;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ab3-img-wrap .item-exp {
    width: 100%;
    height: 320px;
  }
}
.nx-ab3-img-wrap .item-exp p {
  top: 32px;
  left: 32px;
  color: #fff;
  max-width: 150px;
  font-weight: 600;
  position: absolute;
  font-family: var(--nx-heading);
}
.nx-ab3-img-wrap .item-exp p span {
  display: block;
  margin-left: 30px;
}
.nx-ab3-img-wrap .item-exp h3 {
  right: 32px;
  color: #fff;
  bottom: 32px;
  line-height: 0.7;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
}

.nx-ab3-text-wrap {
  max-width: 526px;
}

.nx-ab3-circle-progress {
  gap: 0px 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(46, 48, 51, 0.2);
}
@media (max-width: 480px) {
  .nx-ab3-circle-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-ab3-circle-item {
  width: 100%;
  max-width: 255px;
  margin-bottom: 35px;
}
.nx-ab3-circle-item .counter-boxed {
  margin-bottom: 24px;
}
.nx-ab3-circle-item .counter-boxed .count-box {
  top: 50%;
  right: 0;
  left: 5px;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}
.nx-ab3-circle-item .item-text {
  max-width: 230px;
}
.nx-ab3-circle-item .item-text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 12px;
  font-family: var(--nx-heading);
}

/*---------------------------------------------------- */
/*how work area*/
/*----------------------------------------------------*/
.nx-how-work3-sec {
  background-color: var(--nx-title-color);
}

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

.nx-how-work3-text {
  width: 100%;
  max-width: 437px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-how-work3-text {
    max-width: 746px;
  }
}
.nx-how-work3-text .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-how-work3-text .nx-sec-title1 p {
  color: #fff;
}

.nx-hw3-card-wrap {
  width: 100%;
  height: 480px;
  max-width: 746px;
}
@media (max-width: 480px) {
  .nx-hw3-card-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nx-hw3-card {
  width: 148px;
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hw3-card {
    width: 130px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .nx-hw3-card {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .nx-hw3-card {
    width: 100%;
  }
}
.nx-hw3-card .nx-hw3-title {
  margin: 0;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  padding: 0px 12px 0px 60px;
  border-right: 1px solid #2E3033;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw3-card .nx-hw3-title {
    padding: 0px 12px 0px 20px;
  }
}
@media (max-width: 480px) {
  .nx-hw3-card .nx-hw3-title {
    border: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (max-width: 480px) {
  .nx-hw3-card .nx-hw3-title a {
    width: 100%;
  }
}
.nx-hw3-card .nx-hw3-title a span {
  gap: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .nx-hw3-card .nx-hw3-title a span {
    gap: 30px;
  }
}
.nx-hw3-card .nx-hw3-title a span b {
  opacity: 0.5;
  color: #F2F3F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .nx-hw3-card .nx-hw3-title a i {
    display: none;
  }
}
.nx-hw3-card .hw3-hover-item {
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  padding: 0px;
  width: 306px;
  padding: 32px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw3-card .hw3-hover-item {
    display: none;
  }
}
.nx-hw3-card .hw3-hover-item span {
  opacity: 0;
  color: #F2F3F5;
  font-size: 60px;
  line-height: 0.8;
  font-weight: 600;
  visibility: hidden;
  margin-bottom: 60px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hw3-card .hw3-hover-item h4 {
  opacity: 0;
  font-size: 20px;
  font-weight: 500;
  visibility: hidden;
  padding-bottom: 18px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hw3-card .hw3-hover-item p {
  opacity: 0;
  font-size: 16px;
  visibility: hidden;
  padding-bottom: 120px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hw3-card .hw3-hover-item .read_more {
  color: #fff;
  width: 100%;
  opacity: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  background-color: var(--nx-base1);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
}
.nx-hw3-card:is(.active) {
  width: 306px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-hw3-card:is(.active) {
    width: 138px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-hw3-card:is(.active) {
    width: 100px;
  }
}
.nx-hw3-card:is(.active) .hw3-hover-item {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.nx-hw3-card:is(.active) .hw3-hover-item span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.nx-hw3-card:is(.active) .hw3-hover-item h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.nx-hw3-card:is(.active) .hw3-hover-item p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.nx-hw3-card:is(.active) .hw3-hover-item .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.nx-pro3-item {
  margin: 0 auto;
  max-width: 624px;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(88, 89, 92, 0.1019607843);
}
.nx-pro3-item:is(.ver_2) {
  max-width: 100%;
}
.nx-pro3-item .item-img {
  overflow: hidden;
  position: relative;
}
.nx-pro3-item .item-img:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  z-index: 1;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.nx-pro3-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-pro3-item .item-img {
    height: 350px;
  }
}
.nx-pro3-item .item-text .pro_title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 16px;
}
.nx-pro3-item .item-text .pro_title:hover {
  color: var(--nx-base1);
}
.nx-pro3-item .item-text .item-tag a {
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 50px;
  margin-right: 10px;
  border: 1px solid rgba(46, 48, 51, 0.1019607843);
}
.nx-pro3-item .item-text .item-tag a:hover {
  border: 1px solid var(--nx-base1);
}
.nx-pro3-item:hover .item-img:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
}
.nx-pro3-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Why choose area*/
/*----------------------------------------------------*/
.nx-wc3-sec {
  background-color: #F9FAFA;
}
.nx-wc3-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 856px;
}
.nx-wc3-sec .nx-sec-title1 p {
  margin: 0 auto;
  max-width: 600px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-wc3-tab-btn {
    margin-top: 0;
  }
}
.nx-wc3-tab-btn .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-wc3-tab-btn .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nx-wc3-tab-btn .nav-item {
  width: 50%;
  height: 68px;
  cursor: pointer;
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-wc3-tab-btn .nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.nx-wc3-tab-btn .nav-item:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.nx-wc3-tab-btn .nav-item:nth-child(1) {
  -webkit-transform: rotate(2.8deg);
          transform: rotate(2.8deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(2) {
  -webkit-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(3) {
  -webkit-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(4) {
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(5) {
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(6) {
  -webkit-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(7) {
  -webkit-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
.nx-wc3-tab-btn .nav-item:nth-child(8) {
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}
.nx-wc3-tab-btn .nav-item .nav-link {
  width: 100%;
  border: none;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  max-width: 365px;
  font-weight: 600;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: var(--nx-title-color);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-wc3-tab-btn .nav-item .nav-link {
    height: 50px;
    max-width: 300px;
  }
}
.nx-wc3-tab-btn .nav-item .nav-link:is(.active) {
  color: #fff;
  background-color: var(--nx-base1);
}
.nx-wc3-tab-btn .nav-tabs {
  border: none;
}

.nx-whc-tab {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  max-width: 450px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-whc-tab {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-whc-tab {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-whc-tab {
    position: static;
  }
}

.nx-wc3-item {
  overflow: hidden;
}
.nx-wc3-item .item-img {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(95%) scale(0.8);
          transform: translateY(95%) scale(0.8);
}

.nx-whc-tab .tab-pane:is(.show) .nx-wc3-item .item-img {
  opacity: 1;
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.nx-count-contact-sec {
  z-index: 1;
}
.nx-count-contact-sec:after {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  content: "";
  height: 171px;
  position: absolute;
  background-color: #F9FAFA;
}
.nx-count-contact-sec .nx-count-bg {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.nx-count-contact-sec .nx-count-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #000;
}
.nx-count-contact-sec .nx-count-bg img {
  mix-blend-mode: luminosity;
}
.nx-count-contact-sec .nx-count-shape {
  left: -15%;
  z-index: -1;
  top: -105px;
}

.nx-contact-wrap:before {
  right: 0;
  bottom: 0;
  content: "";
  width: 728px;
  height: 545px;
  position: absolute;
  background-color: var(--nx-base1);
  clip-path: polygon(79.121% 0%, 100% 0%, 100% 100%, 0% 100%, 79.121% 0%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-contact-wrap:before {
    display: none;
  }
}
.nx-contact-wrap .nx-con-shape1 {
  right: 0;
  z-index: -1;
  opacity: 0.05;
  bottom: -40px;
  position: absolute;
}
.nx-contact-wrap .nx-con-img1 {
  bottom: 0;
  right: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-contact-wrap .nx-con-img1 {
    display: none;
  }
}
.nx-contact-wrap .nx-sec-title1 .sec_title {
  color: #fff;
}
.nx-contact-wrap .nx-contact-form {
  border-radius: 20px;
  background: linear-gradient(116.28deg, #2E2E3D 0.81%, #16191C 48.12%, #21252A 100%);
}
.nx-contact-wrap .nx-contact-form label {
  color: #fff;
}
.nx-contact-wrap .nx-contact-form input, .nx-contact-wrap .nx-contact-form textarea {
  color: #EBEBEB;
  border-bottom: 1px solid rgba(242, 243, 245, 0.1490196078);
}
.nx-contact-wrap .nx-contact-form input::-webkit-input-placeholder, .nx-contact-wrap .nx-contact-form textarea::-webkit-input-placeholder {
  color: #EBEBEB;
}
.nx-contact-wrap .nx-contact-form input::-moz-placeholder, .nx-contact-wrap .nx-contact-form textarea::-moz-placeholder {
  color: #EBEBEB;
}
.nx-contact-wrap .nx-contact-form input:-ms-input-placeholder, .nx-contact-wrap .nx-contact-form textarea:-ms-input-placeholder {
  color: #EBEBEB;
}
.nx-contact-wrap .nx-contact-form input::-ms-input-placeholder, .nx-contact-wrap .nx-contact-form textarea::-ms-input-placeholder {
  color: #EBEBEB;
}
.nx-contact-wrap .nx-contact-form input::placeholder, .nx-contact-wrap .nx-contact-form textarea::placeholder {
  color: #EBEBEB;
}

.nx-count-content {
  padding: 75px 80px 40px;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-count-content {
    padding: 75px 30px 40px;
  }
}
@media (max-width: 480px) {
  .nx-count-content {
    padding: 40px 30px 10px;
  }
}

.nx-count-item {
  overflow: hidden;
  max-width: 255px;
  margin-bottom: 30px;
}
.nx-count-item h3 {
  color: #fff;
  line-height: 0.8;
  font-size: 60px;
  font-weight: 800;
  padding-left: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-count-item h3 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .nx-count-item h3 {
    font-size: 50px;
  }
}
.nx-count-item h3:before {
  left: 0;
  top: 3px;
  width: 3px;
  content: "";
  height: 30px;
  position: absolute;
  background-color: #fff;
}
@media (max-width: 480px) {
  .nx-count-item h3:before {
    height: 20px;
  }
}
.nx-count-item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-count-item h4 {
    font-size: 18px;
  }
}
.nx-count-item p {
  color: #fff;
}

.col-lg-3:nth-child(even) .nx-count-item h3 {
  -webkit-text-fill-color: var(--nx-base1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slidedown {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.txt_item_up {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: slideup 20s linear infinite;
          animation: slideup 20s linear infinite;
}

.txt_item_down {
  -webkit-animation: slidedown 20s linear infinite;
          animation: slidedown 20s linear infinite;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nx-testi3-sec .nx-sec-title1 {
  margin: 0 auto;
  max-width: 800px;
}
.nx-testi3-sec .nx-sec-title1 p {
  margin: 0 auto;
  max-width: 600px;
}

.nx-testi3-wrapper {
  z-index: 1;
  height: 806px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-testi3-wrapper {
    height: auto;
  }
}
.elementor-element.nx-testi3-wrapper:before, .elementor-element.nx-testi3-wrapper:after {
  left: 0;
  z-index: 2;
  width: 100%;
  content: "";
  height: 440px;
  position: absolute;
}
.elementor-element.nx-testi3-wrapper:before {
  top: -150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(32.53%, rgba(255, 255, 255, 0.6)), color-stop(68.8%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 32.53%, #FFFFFF 68.8%, #FFFFFF 100%);
}
.elementor-element.nx-testi3-wrapper:after {
  top: auto;
  bottom: -165px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(32.53%, rgba(255, 255, 255, 0.6)), color-stop(68.8%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 32.53%, #FFFFFF 68.8%, #FFFFFF 100%);
}

.nx-testi3-item {
  margin-bottom: 40px;
}
.nx-testi3-item .item-text {
  color: #2E3033;
  font-size: 20px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 16px;
  background-color: #F9FAFA;
  padding: 35px 35px 35px 85px;
}
.nx-testi3-item .item-text:before {
  top: 40px;
  left: 55px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon/ic3.svg);
}
.nx-testi3-item .item-author {
  gap: 20px;
}
.nx-testi3-item .item-author .inner-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #F9FAFA;
}
.nx-testi3-item .item-author .auth-text h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 3px;
}
@media (max-width: 480px) {
  .nx-testi3-item .item-author .auth-text h3 {
    font-size: 18px;
  }
}
.nx-testi3-item .item-author .auth-text span {
  font-size: 16px;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.nx-blog3-sec .nx-price-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.nx-blog3-sec .nx-ser1-pro-content .nx-sec-title1 {
  max-width: 630px;
}

.nx-blg3-item {
  padding: 20px;
  margin: 0 auto;
  max-width: 421px;
  margin-bottom: 35px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.nx-blg3-item .inner-img {
  margin-bottom: 24px;
}
.nx-blg3-item .nx-date {
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  color: var(--nx-base1);
  background-color: #fff;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  padding: 10px 10px 35px 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85.987%, 0% 100%, 0% 0%);
}
.nx-blg3-item .item-text {
  padding: 0px 12px 12px;
}
.nx-blg3-item .item-text .item-meta {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-blg3-item .item-text .item-meta {
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-blg3-item .item-text .item-meta a {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.nx-blg3-item .item-text .item-meta a i {
  color: var(--nx-base1);
}
.nx-blg3-item .item-text .blg_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nx-blg3-item .item-text .blg_title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .nx-blg3-item .item-text .blg_title {
    font-size: 18px;
  }
}
.nx-blg3-item .item-text .blg_title:hover {
  color: var(--nx-base1);
}
.nx-blg3-item .item-text .read_more {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--nx-title-color);
}
.nx-blg3-item .item-text .read_more i {
  gap: 12px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F3F5;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}
.nx-blg3-item .item-text .read_more:hover {
  color: var(--nx-base1);
}
.nx-blg3-item .item-text .read_more:hover i {
  background-color: #000;
}

/*---------------------------------------------------- */
/*Bredcrumb Section*/
/*----------------------------------------------------*/
.nx-bredcrumb-sec {
  z-index: 1;
  margin-top: 193px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-bredcrumb-sec {
    margin-top: 50px;
  }
}
.nx-bredcrumb-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.nx-bredcrumb-content {
  padding: 140px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-bredcrumb-content {
    padding: 80px 0px;
  }
}
.nx-bredcrumb-content h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .nx-bredcrumb-content h3 {
    padding-bottom: 4px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-bredcrumb-content h3 {
    font-size: 30px;
    padding-bottom: 4px;
  }
}
.nx-bredcrumb-content ul li {
  position: relative;
  margin-right: 30px;
  color: var(--nx-base1);
}
.nx-bredcrumb-content ul li:before {
  top: 1px;
  right: -22px;
  content: "//";
  position: absolute;
  color: var(--nx-base1);
}
.nx-bredcrumb-content ul li:last-child {
  margin-right: 0;
}
.nx-bredcrumb-content ul li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.nx-footer-sec {
  z-index: 1;
  background-color: var(--nx-title-color);
}
.nx-footer-sec .nx-ftr2-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.elementor-element.nx-footer-sec:before {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 150px;
  position: absolute;
  background-color: #fff;
}

.nx-footer-newslatter {
  padding: 80px;
  gap: 30px 40px;
  background-color: var(--nx-base2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer-newslatter {
    padding: 40px 30px;
  }
}
.nx-footer-newslatter .nx-sec-title1 {
  max-width: 535px;
}
.nx-footer-newslatter .nx-sec-title1 .subtitle,
.nx-footer-newslatter .nx-sec-title1 .sec_title {
  color: var(--nx-title-color);
}
.nx-footer-newslatter .nx-ftr-form {
  width: 100%;
  max-width: 446px;
}
.nx-footer-newslatter .nx-ftr-form p {
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: var(--nx-title-color);
  font-family: var(--nx-heading);
}
.nx-footer-newslatter .nx-ftr-form .mc4wp-form-fields {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer-newslatter .nx-ftr-form .mc4wp-form-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nx-footer-newslatter .nx-ftr-form input {
  width: 100%;
  height: 62px;
  border: none;
  color: #DFDFDF;
  max-width: 310px;
  padding-left: 20px;
  background-color: var(--nx-title-color);
}
.nx-footer-newslatter .nx-ftr-form input::-webkit-input-placeholder {
  color: #DFDFDF;
}
.nx-footer-newslatter .nx-ftr-form input::-moz-placeholder {
  color: #DFDFDF;
}
.nx-footer-newslatter .nx-ftr-form input:-ms-input-placeholder {
  color: #DFDFDF;
}
.nx-footer-newslatter .nx-ftr-form input::-ms-input-placeholder {
  color: #DFDFDF;
}
.nx-footer-newslatter .nx-ftr-form input::placeholder {
  color: #DFDFDF;
}
.nx-footer-newslatter .nx-ftr-form button {
  color: #fff;
  height: 62px;
  border: none;
  font-weight: 600;
  padding: 15px 24px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
.nx-footer-newslatter .nx-ftr-form button:hover {
  color: #fff;
  background-color: #000;
}

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

.nx-footer1-widget .widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 28px;
  display: inline-block;
}
.nx-footer1-widget .widget-title span {
  position: relative;
}
.nx-footer1-widget .widget-title span:before, .nx-footer1-widget .widget-title span:after {
  width: 5px;
  content: "";
  height: 3px;
  bottom: -18px;
  position: absolute;
  background-color: var(--nx-title-color);
}
.nx-footer1-widget .widget-title span:before {
  left: 28px;
}
.nx-footer1-widget .widget-title span:after {
  left: 48px;
}
.nx-footer1-widget .widget-title:before {
  bottom: 0;
  width: 72px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--nx-base1);
}
.nx-footer1-widget .logo-widget {
  width: 100%;
  max-width: 306px;
}
.nx-footer1-widget .logo-widget p {
  color: #DFDFDF;
  padding: 20px 0px 74px;
}
.nx-footer1-widget .logo-widget .top-social {
  gap: 8px;
}
.nx-footer1-widget .logo-widget .top-social a {
  color: #fff;
  width: 48px;
  height: 48px;
  background-color: #1E2023;
}
.nx-footer1-widget .logo-widget .top-social a:hover {
  color: #fff;
  background-color: var(--nx-base1);
}
.nx-footer1-widget .menu-widget {
  width: 100%;
  max-width: 196px;
  margin-left: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-footer1-widget .menu-widget {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer1-widget .menu-widget {
    margin-left: 0;
  }
}
.nx-footer1-widget .menu-widget li {
  margin-bottom: 15px;
}
.nx-footer1-widget .menu-widget li a {
  opacity: 0.8;
  color: #F2F3F5;
}
.nx-footer1-widget .menu-widget li a:hover {
  color: var(--nx-base1);
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.nx-footer1-widget .menu-widget:is(.ver_2) {
  max-width: 100%;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer1-widget .menu-widget:is(.ver_2) {
    margin-left: 0;
  }
}
.nx-footer1-widget .menu-widget:is(.ver_2) li {
  width: 49%;
  display: inline-block;
}
.nx-footer1-widget .cta-widget {
  width: 100%;
  max-width: 270px;
  margin-left: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer1-widget .cta-widget {
    margin-left: 0;
  }
}
.nx-footer1-widget .cta-widget p {
  opacity: 0.8;
  color: #F2F3F5;
}
.nx-footer1-widget .cta-widget b {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0px 20px;
}
.nx-footer1-widget .cta-widget .cta_title {
  opacity: 0.8;
  color: #F2F3F5;
}
.nx-footer1-widget .cta-widget a {
  color: #F2F3F5;
}
.nx-footer1-widget .gallery-widget {
  width: 100%;
  max-width: 196px;
}
.nx-footer1-widget .gallery-widget ul {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nx-footer1-widget .gallery-widget li {
  width: 88px;
  height: 90px;
}
.nx-footer1-widget .gallery-widget li a {
  position: relative;
}
.nx-footer1-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
.nx-footer1-widget .gallery-widget li a:after {
  left: 0;
  top: 0%;
  right: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  content: "\f065";
  font-weight: 900;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: "Font Awesome 6 Free";
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nx-footer1-widget .gallery-widget li {
    width: 75px;
    height: 75px;
  }
}
.nx-footer1-widget .gallery-widget li a {
  width: 100%;
  height: 100%;
}
.nx-footer1-widget .gallery-widget li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nx-footer1-widget .gallery-widget li:hover a:after {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.nx-footer1-widget .gallery-widget li:hover a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nx-footer1-widget .nx-rc-news-item {
  gap: 14px;
  margin-bottom: 20px;
}
.nx-footer1-widget .nx-rc-news-item:last-child {
  margin-bottom: 0;
}
.nx-footer1-widget .nx-rc-news-item .item-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.nx-footer1-widget .nx-rc-news-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-footer1-widget .nx-rc-news-item .item-text {
  max-width: 200px;
}
.nx-footer1-widget .nx-rc-news-item .item-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.nx-footer1-widget .nx-rc-news-item .item-text span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.nx-footer1-widget .nx-rc-news-item:hover .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer1-widget .newsletter-widget {
    margin-top: 30px;
  }
}
.nx-footer1-widget .newsletter-widget p {
  color: rgba(223, 223, 223, 0.8);
}
.nx-footer1-widget .newsletter-widget form {
  margin-top: 30px;
  position: relative;
}
.nx-footer1-widget .newsletter-widget input {
  width: 100%;
  height: 64px;
  padding-left: 16px;
  border: 1px solid #2E3033;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nx-footer1-widget .newsletter-widget input::-webkit-input-placeholder {
  color: #fff;
}
.nx-footer1-widget .newsletter-widget input::-moz-placeholder {
  color: #fff;
}
.nx-footer1-widget .newsletter-widget input:-ms-input-placeholder {
  color: #fff;
}
.nx-footer1-widget .newsletter-widget input::-ms-input-placeholder {
  color: #fff;
}
.nx-footer1-widget .newsletter-widget input::placeholder {
  color: #fff;
}
.nx-footer1-widget .newsletter-widget input:focus {
  border: 1px solid var(--nx-base1);
}
.nx-footer1-widget .newsletter-widget button {
  top: 8px;
  right: 8px;
  width: 48px;
  color: #fff;
  border: none;
  height: 48px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
.nx-footer1-widget .newsletter-widget button:hover {
  background-color: var(--nx-base2);
}

.nx-copyright {
  padding: 30px 0px;
  border-top: 1px solid #2E3033;
}
.nx-copyright p {
  color: #fff;
}
.nx-copyright p a {
  color: var(--nx-base1);
}

.nx-footer2-sec {
  z-index: 1;
  background-color: #000;
}
.nx-footer2-sec .nx-ftr2-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.nx-footer2-cta {
  padding: 60px;
  background-color: var(--nx-base1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer2-cta {
    padding: 40px 30px 10px;
  }
}

.nx-ftr2-cta-item {
  padding: 32px;
  background-color: #FF893B;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-ftr2-cta-item {
    margin-bottom: 30px;
  }
}
.nx-ftr2-cta-item .item-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.nx-ftr2-cta-item .item-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}
.nx-ftr2-cta-item .item-text a {
  color: #fff;
}

.nx-footer2-copyright {
  padding: 32px 0px;
  border-top: 1px solid #2E3033;
}
.nx-footer2-copyright .nx-ftr2-copyright {
  gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .nx-footer2-copyright .nx-ftr2-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.nx-footer2-copyright p {
  color: #fff;
}
.nx-footer2-copyright p a {
  color: var(--nx-base2);
}
.nx-footer2-copyright li {
  margin-left: 20px;
}
.nx-footer2-copyright li a {
  color: #fff;
}
.nx-footer2-copyright li a:hover {
  color: var(--nx-base1);
}



/* 
    blog-page-start
*/
.fx-blog-page-item {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr;
  }
}
.fx-blog-page-item .fx-blog-1-item-single {
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.fx-blog-page-item:is(.has-two-col) {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border: none;
}
@media (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr 1fr;
  }
}
.fx-blog-page-item:is(.has-two-col) .fx-blog-1-item-single {
  padding: 0;
  border: none;
}
.fx-blog-page-sidebar {
  background: #F3F3F3;
  border-radius: 8px;
  margin-left: 2px;
}
.fx-blog-page-sidebar-widget ul {
    list-style: none;
    padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fx-blog-page-sidebar {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.fx-blog-page-sidebar-widget {
  padding: 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}
@media (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 32px;
  }
}
.fx-blog-page-sidebar-widget:not(:last-child) {
  border-bottom: 1px solid #DFE1E5;
}
.fx-blog-page-sidebar-widget .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.fx-blog-page-sidebar:is(.has-left-sidebar) {
  margin-left: 0px;
  margin-right: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fx-blog-page-sidebar:is(.has-left-sidebar) {
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.fx-sidebar-search {
  position: relative;
  z-index: 1;
}
.fx-sidebar-search-input {
  border: none;
  outline: none;
  margin: 0;
  background: #fff;
  height: 54px;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 65, 65, 0.3);
}
.fx-sidebar-search-btn {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--nx-base1);
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
}
.fx-sidebar-search-btn:hover {
  background: #000;
}
.fx-sidebar-gategories a, .widget_categories a{
  font-family: var(--fx-font-pr-1);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s var(--cube-1);
}
.fx-sidebar-gategories a::after, .widget_categories a:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CACACA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 0.4s var(--cube-1);
}
.fx-sidebar-gategories a:hover, .widget_categories a:hover {
  color: var(--nx-base1);
}
.fx-sidebar-gategories a:hover::after, .widget_categories a:hover::after {
  border-color: transparent;
  background: var(--nx-base1);
}
.fx-sidebar-blog .fx-blog-1-item-single {
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr 1.7fr;
  }
}
.fx-sidebar-blog .fx-blog-1-item-single:not(:last-child) {
  margin-bottom: 20px;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-img {
  border-radius: 4px;
  height: 122px;
  margin-bottom: 0;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-subtitle {
  font-size: 12px;
  border: 1px solid var(--nx-base1);
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 0 10px;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-title {
  font-size: 18px;
  color: var(--nx-title-color);
  font-weight: 600;
}
.fx-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fx-sidebar-tags a, .tagcloud a {
  font-size: 16px !important;
  line-height: 20px;
  font-family: var(--fx-font-pr-1);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 2px;
  transition: all 0.4s var(--cube-1);
  margin-bottom: 5px;
}
.fx-sidebar-tags a:hover, .tagcloud a:hover{
  color: #000;
  background: var(--nx-base1);
}

.fx-blog-item-item-big {
  border-radius: 12px;
  padding: 32px 32px;
  border: 1px solid #DFE1E5;
}
@media (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 32px 32px;
  }
}
.fx-blog-item-item-big:not(:last-child) {
  margin-bottom: 32px;
}
.fx-blog-item-item-big .item-img {
  height: 380px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 350px;
  }
}
.fx-blog-item-item-big .item-img img {
  transform-origin: left;
  transition: 0.5s;
  width: 100%;
}
.fx-blog-item-item-big .item-img .swiper-container {
  width: 100%;
  height: 100%;
}
.fx-blog-item-item-big .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.fx-blog-item-item-big .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.fx-blog-item-item-big .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}
.fx-blog-item-item-big .item-img .blog-img-navi-btn:hover {
  background: var(--nx-base1);
  border-color: transparent;
}
.fx-blog-item-item-big .item-img .blog_img_next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fx-blog-item-item-big .item-img .blog_img_prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fx-blog-item-item-big .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fx-blog-item-item-big .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  padding: 28px 0;
}
.fx-blog-item-item-big .item-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  align-items: center;
  gap: 8px;
  opacity: 72%;
}
@media (max-width: 767px) {
  .fx-blog-item-item-big .item-meta .meta-item {
    font-size: 16px;
  }
}
.fx-blog-item-item-big .item-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 17px;
  transition: 0.3s;
  color: var(--nx-title-color);
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fx-blog-item-item-big .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-item-item-big .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 22px;
  }
}
.fx-blog-item-item-big .item-title:hover {
  color: var(--nx-base1);
  transform: translateX(3px);
}
.fx-blog-item-item-big .item-disc {
  margin-bottom: 24px;
}
.fx-blog-item-item-big .item-btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}
.fx-blog-item-item-big .item-btn i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--nx-base1);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
}
.fx-blog-item-item-big .item-btn:hover {
  color: var(--nx-base1);
}
.fx-blog-item-item-big .item-btn:hover i {
  transform: translateX(5px);
}

.fx-blog-plybtn {
  display: flex;
  width: 84px;
  height: 84px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--nx-base1);
  position: relative;
  transition: 0.4s;
}
.fx-blog-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 20%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
  animation-delay: 3s;
}
.fx-blog-plybtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 10%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
}
.fx-blog-plybtn:hover {
  color: var(--nx-base1);
}

@keyframes fd-blog-plybtn {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 50%;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/* 
    blog-page-end
*/

/* 
    blog-details-start
*/
.fx-blog-details-meta {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  padding: 15px 24px;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.fx-blog-details-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  font-size: 20px;
}
.fx-blog-details-meta .meta-item svg * {
  fill: #fff;
}
.fx-blog-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.fx-blog-details-content h1, .fx-blog-details-content h2, .fx-blog-details-content h3, .fx-blog-details-content h4, .fx-blog-details-content h5, .fx-blog-details-content h6, .fx-blog-details-content p, .fx-blog-details-content li, .fx-blog-details-content blockquote, .fx-blog-details-content cite, .fx-blog-details-content b {
  font-family: var(--fx-font-pr-1);
  color: #000;
}
.fx-blog-details-content h1, .fx-blog-details-content h2, .fx-blog-details-content h3, .fx-blog-details-content h4, .fx-blog-details-content h5, .fx-blog-details-content h6 {
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 22px;
}
.fx-blog-details-content p {
  font-size: 20px;
  line-height: 30px;
  opacity: 90%;
  margin-bottom: 26px;
}
.fx-blog-details-content h1 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 30px;
  }
}
.fx-blog-details-content h2 {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 26px;
  }
}
.fx-blog-details-content h3 {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 28px;
  }
}
.fx-blog-details-content h4 {
  font-size: 27px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 23px;
  }
}
.fx-blog-details-content h5 {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h5 {
    font-size: 20px;
  }
}
.fx-blog-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.fx-blog-details-content blockquote {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px 40px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-left: 4px solid var(--nx-base1);
}
.fx-blog-details-content blockquote span {
  color: var(--nx-base1);
}
.fx-blog-details-content blockquote::after {
  content: "\f10e";
  font-size: 60px;
  left: 31px;
  top: 26px;
  z-index: -1;
  font-family: fontawesome;
}
.fx-blog-details-content cite {
  display: block;
  font-weight: 700;
  color: #261723;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 18px;
  }
}
.fx-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--nx-base1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fx-blog-details-content-img {
  height: 480px;
  margin-bottom: 35px;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content-img {
    height: 350px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content-img {
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fx-blog-details-content ul {
  margin-bottom: 60px;
}
.fx-blog-details-content ul li {
  position: relative;
}
.fx-blog-details-content ul li:not(:last-child) {
  margin-bottom: 18px;
}

.fx-blog-details-content b {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
  display: block;
}
.fx-blog-details-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
  border-top: 1px solid #DFE1E5;
  padding: 34px 0;
  margin-top: 60px;
  margin-bottom: 64px;
}
.fx-blog-details-comment-item {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: nowrap;
  }
}
.fx-blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.fx-blog-details-comment-item .name {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 15px;
      display: block;
      font-weight: 600;
      text-transform: capitalize;
}
.fx-blog-details-comment-item .comment-text {
  margin-bottom: 0;
}
.fx-blog-details-comment-form {
  border: 2px solid #DFE1E5;
  border-radius: 15px;
  padding: 40px 40px;
}
.fx-blog-details-comment-form .title {
  color: #000;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 31px;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-comment-form .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 26px;
  }
}

.fx-blog-share, .fx-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fx-blog-share .title, .fx-blog-tag .title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.fx-blog-tag  a, .fx-blog-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  background: #F9F9F9;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px 19px;
  transition: all 0.3s ease;
}
.fx-blog-tag a:hover, .fx-blog-tag .tag:hover {
  background: var(--nx-base1);
  color: rgb(0, 0, 0);
}
.fx-blog-share .link, .fx-blog-tag .link {
  transition: all 0.3s ease;
}
.fx-blog-share .link:hover, .fx-blog-tag .link:hover {
  transform: scale(90%);
}
.fx-blog-share .copylink, .fx-blog-tag .copylink {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #DFE1E5;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fx-blog-share .copylink:hover, .fx-blog-tag .copylink:hover {
  background: var(--nx-base1);
}
.singe_post-thumb {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
}
.fx-pagination-item, .fx-pagination-item .current{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  line-height: 49px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(--cube-1);
}
.fx-pagination-item:hover, .fx-pagination-item .current{
  background: var(--nx-base1);
  color: #fff;
  border-color: var(--nx-base1);
}
.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--nx-base1);
  background: transparent;
  color: var(--nx-base1);
}

/* 
    form-1-start
*/
.fx-form-1-box:not(:last-child) {
  margin-bottom: 28px;
}
.fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--fx-clr-pr-1);
  opacity: 1;
}
.fx-form-1-label {
  
      text-transform: capitalize;
    font-weight: 500;
    opacity: 1;
    color: #000;
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    transition: all 0.3s var(--cube-1);
}
.art-blog-share .social-media {
    gap: 10px;
    display: flex;
}
.fx-form-1-input {
      width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccd5d8;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1;
    min-height: 46px;
    transition: border-color .3s;
}
.fx-form-1-input::placeholder {
  opacity: 80%;
  font-weight: 400;
}
.fx-form-1-input:is(textarea) {
  height: 100px;
}
.fx-form-1-input:hover {
  border-color: #000;
}
.fx-form-1 input::-webkit-outer-spin-button,
.fx-form-1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-input:focus {
  border-color: var(--fx-clr-sd-3);
}
.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-btn:hover {
  color: var(--fx-clr-sd-3);
}

.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-input:focus {
  border-color: var(--nx-base1);
}
.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-btn:hover {
  color: var(--nx-base1);
}

.fx-form-1:is(.has-home-6) .fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--nx-base1);
  opacity: 1;
}
p.comment-form-cookies-consent {
    display: none;
}

p.form-submit {
    display: none;
}
/*---------------------------------------------------- */