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

1. Global Area 
2. Header Section

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



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --art-body-color: #261723;
  --art-heading: "Clash Grotesk", sans-serif;
  --art-heading-2: "Archivo", sans-serif;
  --art-body-font: "Clash Grotesk", sans-serif;
  --art-body-font-2: "Archivo", sans-serif;
  --art-base-color-1: #DE4A28;
  --art-base-color-2: #A2A2FC;
}

.art-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.art-header-section .navbar-nav {
  flex-direction: inherit;
}
.art-header-section .dropdown {
  position: relative;
}
.art-header-section .dropdown:after {
  top: 30px;
  right: 22px;
  z-index: 1;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  transition: 0.3s all ease-in-out;
}
.art-header-section .dropdown:hover:after {
  color: #fff;
}
.art-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.art-header-section .dropdown-menu {
  left: 0;
  top: 82px;
  z-index: 100;
  margin: 0px;
  padding: 8px;
  height: auto;
  min-width: 236px;
  display: block;
  opacity: 0;
  border: none;
  border: none;
  border-radius: 0px 8px 8px 8px;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  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;
  transition: all 0.3s ease-in-out;
  box-shadow: -12px 12px 24px 0px rgba(0, 0, 0, 0.0784313725);
}
@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), (max-width: 767px) {
  .art-header-section .dropdown-menu {
    top: 73px;
  }
}
.art-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;
  transform: scaleY(0) !important;
}
.art-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 700;
}
.art-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  transition: 0.3s all ease-in-out;
}
.art-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.art-header-section .dropdown-menu li:before {
  display: none;
}
.art-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.art-header-section .dropdown-menu li.dropdown:hover:after {
  transform: rotate(0);
}
.art-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  transform: scaleY(1) !important;
}
.art-header-section .dropdown-menu li.dropdown:after {
  display: none;
}
.art-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.art-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.art-header-section .dropdown-menu a {
  width: 100%;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 16px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: var(--art-body-color) !important;
  background-color: transparent !important;
}
.art-header-section .dropdown-menu a:before {
  display: none;
}
.art-header-section .dropdown-menu a:after {
  top: 12px;
  width: 0%;
  z-index: 1;
  right: 50px;
  bottom: 5px;
  opacity: 0;
  margin: 0 auto;
  content: "\f061";
  font-weight: 400;
  visibility: hidden;
  position: absolute;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
}
.art-header-section .dropdown-menu a:hover, .art-header-section .dropdown-menu a.active {
  color: #DE4A28 !important;
  background-color: #FBECE9 !important;
}
.art-header-section .dropdown-menu a:hover:after, .art-header-section .dropdown-menu a.active:after {
  color: var(--art-base-color-1);
  opacity: 1;
  right: 30px;
  visibility: visible;
}
.art-header-section.header_type_one {
  padding-left: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
}
@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), (max-width: 767px) {
  .art-header-section.header_type_one {
    padding-left: 15px;
  }
}
.art-header-section.header_type_one .main-navigation {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .main-navigation {
    display: none;
  }
}
.art-header-section.header_type_one .main-navigation li {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
@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), (max-width: 767px) {
  .art-header-section.header_type_one .main-navigation li {
    border: none;
  }
}
.art-header-section.header_type_one .main-navigation li a {
  color: #fff;
  z-index: 1;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 34px 20px 32px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .main-navigation li a {
    padding: 28px 10px;
  }
}
.art-header-section.header_type_one .main-navigation li a:before {
  top: 0;
  right: 0;
  left: auto;
  width: 0%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  transition: all 500ms ease;
  background-color: var(--art-base-color-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .main-navigation li.dropdown:after {
    top: 25px;
  }
}
.art-header-section.header_type_one .main-navigation li.dropdown a {
  padding: 34px 35px 32px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .main-navigation li.dropdown a {
    padding: 28px 35px 28px 20px;
  }
}
.art-header-section.header_type_one .main-navigation li:hover a {
  color: #fff;
}
.art-header-section.header_type_one .main-navigation li:hover a:before {
  left: 0;
  right: auto;
  width: 100%;
}
.art-header-section.header_type_one .header-search {
  width: 165px;
  line-height: 1;
  margin-left: 15px;
  border: none;
  font-size: 16px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 400ms ease;
}
.art-header-section.header_type_one .header-search:is(.has-black) span {
  letter-spacing: 1px;
  color: rgba(1, 1, 1, 0.56);
}
.art-header-section.header_type_one .header-search:is(.has-black) i {
  color: #010101;
}
.art-header-section.header_type_one .header-search:is(.has-black):hover span {
  color: var(--art-base-color-1);
}
.art-header-section.header_type_one .header-search:is(.has-black):hover i {
  color: var(--art-base-color-1);
}
.art-header-section.header_type_one .header-search i {
  color: #ffffff;
  font-size: 18px;
  transition: all 400ms ease;
}
.art-header-section.header_type_one .header-search span {
  font-size: 16px;
  color: #dbdbdb;
  transition: all 400ms ease;
}
.art-header-section.header_type_one.ver_3 .header-search span, .art-header-section.header_type_one.ver_3 .header-search i, .art-header-section.header_type_one.ver_3 .header-search:hover span{
  color: #010101;
}
@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), (max-width: 767px) {
  .art-header-section.header_type_one .header-search {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .header-search {
    display: none;
  }
}
.art-header-section.header_type_one .header-search:hover {
  transform: translateX(5px);
}
.art-header-section.header_type_one .header-search:hover i {
  color: var(--art-base-color-1);
}
.art-header-section.header_type_one .header-search:hover span {
  color: #fff;
}
.art-header-section.header_type_one .header-cta a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  padding: 33px 24px 32px;
  background-color: var(--art-base-color-1);
  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), (max-width: 767px) {
  .art-header-section.header_type_one .header-cta a {
    display: none;
  }
}
.art-header-section.header_type_one .header-cta a span {
  position: relative;
  z-index: 2;
}
.art-header-section.header_type_one .header-cta a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #261723;
  transition: all 0.4s ease;
}
.art-header-section.header_type_one .header-cta a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.art-header-section.header_type_one .off-canvas-btn {
  width: 80px;
  height: 100%;
  background-color: #fff;
  padding: 27px 15px 28px;
}
@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), (max-width: 767px) {
  .art-header-section.header_type_one .off-canvas-btn {
    padding: 23px 10px 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .off-canvas-btn {
    padding: 18px 10px 16px;
  }
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger {
  padding: 0;
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_one .off-canvas-btn .canvas-trigger,
  .art-header-section.header_type_four .off-canvas-btn .canvas-trigger {
    display: none;
  }
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger span {
  width: 5px;
  height: 5px;
  float: left;
  margin: 2px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  transition: all 500ms ease;
  background: var(--art-base-color-1);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span {
  background: var(--art-base-color-1);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(1) {
  transform: translateX(9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(2) {
  transform: translateX(9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(3) {
  transform: translateY(9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(6) {
  transform: translateY(9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(9) {
  transform: translateX(-9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(8) {
  transform: translateX(-9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(7) {
  transform: translateY(-9px);
}
.art-header-section.header_type_one .off-canvas-btn .canvas-trigger:hover span:nth-child(4) {
  transform: translateY(-9px);
}
.art-header-section.header_type_one.ver_2 {
  backdrop-filter: blur(0);
  background-color: #16193A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.art-header-section.header_type_one.ver_2 .main-navigation {
  border-right: none;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.art-header-section.header_type_one.ver_2 .main-navigation li {
  border: none;
}
.art-header-section.header_type_one.ver_2 .main-navigation li a {
  color: #fff;
}
.art-header-section.header_type_one.ver_2 .main-navigation li a:before {
  background: linear-gradient(90deg, #FF006A 0.5%, #FF0040 100%);
}
.art-header-section.header_type_one.ver_2 .main-navigation li.dropdown:after {
  color: #fff;
}
.art-header-section.header_type_one.ver_2 .header-search button {
  color: #fff;
}
.art-header-section.header_type_one.ver_2 .header-search input {
  color: rgba(255, 255, 255, 0.56);
}
.art-header-section.header_type_one.ver_2 .header-search input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.art-header-section.header_type_one.ver_2 .off-canvas-btn {
  margin-left: 24px;
  background: linear-gradient(135deg, #203AFF 0%, #C000FF 100%);
}
.art-header-section.header_type_one.ver_2 .off-canvas-btn span {
  background: #fff !important;
}
.art-header-section.header_type_one.ver_2 .off-canvas-btn .mobile_menu_button {
  color: #fff;
}
.art-header-section.header_type_one.ver_2 .header-cta a {
  padding: 15px 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FF006A 0.5%, #FF0040 100%);
}
.art-header-section.header_type_one.ver_2 .art-header-content {
  max-width: 1920px;
  margin: 0 auto;
}
.art-header-section.header_type_one.ver_3 {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
.art-header-section.header_type_one.ver_3 .main-navigation {
  border-right: none;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.art-header-section.header_type_one.ver_3 .main-navigation li {
  border-left: none;
}
.art-header-section.header_type_one.ver_3 .main-navigation li a {
  color: #010101;
}
.art-header-section.header_type_one.ver_3 .main-navigation li.dropdown:after {
  color: #010101;
}
.art-header-section.header_type_one.ver_3 .main-navigation li:hover.dropdown:after {
  color: #fff;
}
.art-header-section.header_type_one.ver_3 .main-navigation li:hover a {
  color: #fff;
}
.art-header-section.header_type_one.ver_3 .header-cta {
  margin-right: 24px;
}
.art-header-section.header_type_one.ver_3 .header-cta a {
  border-radius: 8px;
  padding: 13px 24px 12px;
  overflow: hidden;
}
.art-header-section.header_type_one.ver_3 .header-cta a::before {
  border-radius: 8px;
}
.art-header-section.header_type_one.inner_version {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.art-header-section.header_type_one.inner_version .main-navigation {
  border-right: 1px solid rgb(255, 255, 255);
}
.art-header-section.header_type_one.inner_version .main-navigation li {
  border-left: 1px solid rgb(255, 255, 255);
}
.art-header-section.header_type_one.inner_version .main-navigation li.dropdown {
  position: relative;
}
.art-header-section.header_type_one.inner_version .main-navigation li.dropdown:after {
  color: #261723;
}
.art-header-section.header_type_one.inner_version .main-navigation li a {
  color: #261723;
}
.art-header-section.header_type_one.inner_version .main-navigation li:hover.dropdown:after {
  color: #fff;
}
.art-header-section.header_type_one.inner_version .main-navigation li:hover a {
  color: #fff;
}
.art-header-section.header_type_one.inner_version .main-navigation li:hover a:before {
  left: 0;
  right: auto;
  width: 100%;
}
.art-header-section.header_type_one.inner_version .header-search button {
  color: #261723;
}
.art-header-section.header_type_one.inner_version .header-search input {
  color: #261723;
}
.art-header-section.header_type_one.inner_version .header-search input::placeholder {
  color: #261723;
}
.art-header-section.header_type_two {
  padding-top: 32px;
}
.art-header-section.header_type_two .mobile_menu_button {
  background-color: #DFE0DF;
}
.art-header-section.header_type_two .main-navigation-cta {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.48);
}
.art-header-section.header_type_two .main-navigation-cta .header-search {
  width: 173px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 25px;
  border: none;
  outline: none;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_two .main-navigation-cta .header-search {
    display: none;
  }
}
.art-header-section.header_type_two .main-navigation-cta .header-search i {
  font-size: 17px;
  transition: all 0.4s ease;
}
.art-header-section.header_type_two .main-navigation-cta .header-search span {
  font-size: 16px;
  color: #261723;
  line-height: 1;
  transition: all 0.4s ease;
}
.art-header-section.header_type_two .main-navigation-cta .header-search:hover {
  transform: translateX(5px);
}
.art-header-section.header_type_two .main-navigation-cta .header-search:hover i {
  color: var(--art-base-color-1);
}
.art-header-section.header_type_two .main-navigation-cta .header-search:hover span {
  color: var(--art-base-color-1);
}
.art-header-section.header_type_two .main-navigation-cta .header-cta a {
  color: #C9F7CA;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  white-space: nowrap;
  display: inline-block;
  background-color: #261723;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.art-header-section.header_type_two .main-navigation-cta .header-cta a:hover {
  color: #261723;
  background-color: #C9F7CA;
}
@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), (max-width: 767px) {
  .art-header-section.header_type_two .main-navigation-cta .header-cta {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_two .main-navigation {
    display: none;
  }
}
.art-header-section.header_type_two .main-navigation li {
  border-right: 1px solid #DFE0DF;
}
.art-header-section.header_type_two .main-navigation li.dropdown {
  padding-right: 10px;
}
.art-header-section.header_type_two .main-navigation li.dropdown:after {
  color: var(--art-body-color);
}
.art-header-section.header_type_two .main-navigation li.dropdown:hover:after {
  color: #A2A2FC;
}
.art-header-section.header_type_two .main-navigation li.dropdown .dropdown-menu {
  top: 43px;
  box-shadow: none;
  background-color: #eeeeee;
}
.art-header-section.header_type_two .main-navigation li.dropdown .dropdown-menu li {
  border-right: none;
}
.art-header-section.header_type_two .main-navigation li.dropdown .dropdown-menu li a:hover, .art-header-section.header_type_two .main-navigation li.dropdown .dropdown-menu li a.active {
  color: #000 !important;
  background-color: #A2A2FC !important;
}
.art-header-section.header_type_two .main-navigation li.dropdown .dropdown-menu li a:hover:after, .art-header-section.header_type_two .main-navigation li.dropdown .dropdown-menu li a.active:after {
  color: #000;
}
.art-header-section.header_type_two .main-navigation li.dropdown:after {
  top: 10px;
  right: 21px;
}
@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), (max-width: 767px) {
  .art-header-section.header_type_two .main-navigation li.dropdown:after {
    right: 15px;
  }
}
.art-header-section.header_type_two .main-navigation li a {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 25px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-header-section.header_type_two .main-navigation li a {
    padding: 13px 20px;
  }
}
.art-header-section.header_type_three {
  padding-left: 32px;
}
.art-header-section.header_type_four {
  top: 20px;
  padding: 0px 15px;
}
.art-header-section.header_type_four .art-header-content {
  gap: 20px;
  margin: 0 auto;
  max-width: 1440px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-header-section.header_type_four .art-header-content {
    justify-content: space-between;
  }
}
.art-header-section.header_type_four .art-header-content .art-header-logo {
  width: 100%;
  max-width: 555px;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #2E2E2E;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .art-header-section.header_type_four .art-header-content .art-header-logo {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .art-header-section.header_type_four .art-header-content .art-header-logo {
    max-width: 420px;
  }
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-header-section.header_type_four .art-header-content .art-header-logo {
    max-width: 220px;
  }
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-header-section.header_type_four .art-header-content .art-header-logo .logo-cta {
    display: none;
  }
}
.art-header-section.header_type_four .art-header-content .art-header-logo .logo-cta a {
  gap: 10px;
  display: flex;
  align-items: center;
}
.art-header-section.header_type_four .art-header-content .art-header-logo .logo-cta a img {
  transition: all 0.4s ease;
}
.art-header-section.header_type_four .art-header-content .art-header-logo .logo-cta a:hover img {
  transform: rotate(40deg);
}
.art-header-section.header_type_four .art-header-content .art-header-logo .logo-cta span {
  width: 100%;
  color: #F5F5F7;
  font-size: 14px;
  line-height: 1.14;
  max-width: 114px;
  display: inline-block;
}
.art-header-section.header_type_four .art-header-content .main-navigation-search {
  border-radius: 12px;
  border: 1px solid #2E2E2E;
  padding: 19px 20px 18px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-header-section.header_type_four .art-header-content .main-navigation-search {
    display: none !important;
  }
}
.art-header-section.header_type_four .art-header-content .main-navigation-search li {
  margin: 0px 20px;
}
.art-header-section.header_type_four .art-header-content .main-navigation-search li a {
  color: #F5F5F7;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-header-section.header_type_four .art-header-content .main-navigation-search li {
    margin: 0px 10px;
  }
}
.art-header-section.header_type_four .art-header-content .main-navigation-search li.dropdown {
  padding-right: 15px;
}
.art-header-section.header_type_four .art-header-content .main-navigation-search li.dropdown:after {
  top: 3px;
  right: 0;
  color: #fff;
}
.art-header-section.header_type_four .art-header-content .main-navigation-search li .dropdown-menu {
  top: 45px;
}
.art-header-section.header_type_four .art-header-content .header-search {
  width: 135px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .art-header-section.header_type_four .art-header-content .header-search {
    width: 110px;
  }
}
.art-header-section.header_type_four .art-header-content .header-search span {
  color: #545459;
  font-size: 16px;
  transition: all 0.4s ease;
}
.art-header-section.header_type_four .art-header-content .header-search:hover {
  transform: translateX(5px);
}
.art-header-section.header_type_four .art-header-content .header-search:hover span {
  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), (max-width: 767px), (max-width: 480px) {
  .art-header-section.header_type_four .art-header-content .art-header-action .cta-btn {
    display: none;
  }
}
.art-header-section.header_type_four .art-header-content .art-header-action .cta-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(66, 66, 69, 0.6980392157);
}
.art-header-section.header_type_four .art-header-content .art-header-action .cta-btn a:hover {
  color: #0071E3;
  background-color: #fff;
}
.art-header-section.header_type_four .art-header-content .art-header-action .cta-btn a:hover span {
  color: #fff;
}
.art-header-section.header_type_four .art-header-content .art-header-action {
  gap: 25px;
  border-radius: 12px;
  padding: 8px 8px 8px 12px;
  border: 1px solid #2E2E2E;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-header-section.header_type_four .art-header-content .art-header-action {
    gap: 15px;
  }
}
.art-header-section.header_type_four .art-header-content .art-header-action .cta-btn a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 100px;
  padding: 5px 5px 5px 20px;
}
.art-header-section.header_type_four .art-header-content .art-header-action .cta-btn a span {
  width: 36px;
  height: 36px;
  font-size: 30px;
  margin-left: 15px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #0071E3;
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn {
  width: 52px;
  height: 52px;
  border-radius: 8px;
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn button {
  padding: 0;
  width: 27px;
  height: 27px;
  border: none;
  background-color: transparent;
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn span {
  width: 5px;
  height: 5px;
  float: left;
  margin: 2px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  transition: all 500ms ease;
  background: #000;
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span {
  background: #000;
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(1) {
  transform: translateX(9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(2) {
  transform: translateX(9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(3) {
  transform: translateY(9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(6) {
  transform: translateY(9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(9) {
  transform: translateX(-9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(8) {
  transform: translateX(-9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(7) {
  transform: translateY(-9px);
}
.art-header-section.header_type_four .art-header-content .art-header-action .off-canvas-btn:hover span:nth-child(4) {
  transform: translateY(-9px);
}

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

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.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;
  transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading);
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  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);
  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 {
  right: 0px;
  z-index: 5;
  padding: 0;
  color: var(--art-body-color);
  display: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .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 {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  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 {
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 30px;
  font-size: 16px;
  height: 30px;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #1c1c1c;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  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: 50px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: var(--log-base-color);
}
.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;
}
.mobile_menu .mbl-cta-btn {
  margin-top: 30px;
}
.mobile_menu .mbl-cta-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 13px 20px;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--log-heading-2);
  background-color: var(--log-base-color);
}

/* 
    search-box-css-start
*/
.art-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  align-items: center;
  transition: 500ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.art-search-box.has-home-3 {
  background-color: #212529;
}
.art-search-box.has-home-3 .art-search-form-input {
  color: #fff;
}
.art-search-box.has-home-3 .art-search-form-input::placeholder {
  color: #fff;
}
.art-search-box.has-home-3 .art-search-tag-title {
  color: #fff;
}
.art-search-box.has-home-3 .art-search-tag-item {
  color: #cfcfcf;
}
.art-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: #fff;
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .art-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.art-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.art-search-box-close:hover {
  background: var(--art-base-color-1);
  color: #000;
}
.art-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.art-search-box.active .art-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.art-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.art-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.art-search-form {
  position: relative;
  z-index: 1;
}
.art-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.art-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.art-search-tag {
  gap: 8px;
  justify-content: center;
}
.art-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.art-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.art-search-tag-item:hover {
  background: var(--art-base-color-1);
  color: #000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.overlay:is(.active) {
  display: block;
}

/* 
    search-box-css-end
*/
.txa-offcanvas-box {
  position: fixed;
  right: 20px;
  top: 20px;
  background: #fff;
  z-index: 11;
  max-width: 720px;
  width: 100%;
  height: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow-y: scroll;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
  }
}
.txa-offcanvas-box::-webkit-scrollbar {
  display: none;
}
.txa-offcanvas-box-close {
  display: flex;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background: transparent;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-close {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.txa-offcanvas-box-close i {
  font-weight: 400;
}
.txa-offcanvas-box-close:hover {
  background: var(--art-base-color-1);
}
.txa-offcanvas-box-container {
  padding: 80px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 40px;
  }
}
.txa-offcanvas-box .offcanvas-slideup {
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  color: #5D5D5D;
}
.txa-offcanvas-box:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.txa-offcanvas-box:is(.active) .offcanvas-slideup {
  transform: translateY(0%);
  transition-delay: 0.3s;
}
.txa-offcanvas-services {
  padding-left: 0;
}
.txa-offcanvas-services-title {
  font-size: 16px;
  color: #101010;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.txa-offcanvas-services li {
  overflow: hidden;
  line-height: 1.5;
  display: flex;
}
.txa-offcanvas-services li:not(:last-child) {
  margin-bottom: 8px;
}
.txa-offcanvas-services-item {
  font-size: 32px;
  color: #5D5D5D;
  display: flex;
  align-items: baseline;
  gap: 10px;
  transform: translateX(-28px);
  transition: all 0.4s ease-in-out;
}
.txa-offcanvas-services-item i {
  font-size: 20px;
  transform: translateY(-3px) translateX(0px);
  color: var(--art-base-color-1);
}
.txa-offcanvas-services-item:hover {
  color: #000;
  transform: translateX(0px);
}
.txa-offcanvas-content {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .txa-offcanvas-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-content {
    flex-wrap: nowrap;
  }
}
.txa-offcanvas-content-box-title {
  font-size: 16px;
  color: #888888;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.txa-offcanvas-contact {
  padding-left: 0;
}
.txa-offcanvas-contact li {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  text-transform: capitalize;
}
.txa-offcanvas-contact li:is(.email) {
  text-transform: lowercase;
}
.txa-offcanvas-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.txa-offcanvas-contact li span {
  display: flex;
  gap: 11px;
  align-items: center;
}
.txa-offcanvas-contact li .offcanvas-slieup {
  color: #101010;
}
.txa-offcanvas-contact li a {
  display: flex;
  gap: 11px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-contact li a:hover {
  color: var(--art-base-color-1);
}
.txa-offcanvas-social {
  padding-left: 0;
}
.txa-offcanvas-social li {
  overflow: hidden;
  margin-bottom: 7px;
  display: flex;
}
.txa-offcanvas-social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #5D5D5D;
  line-height: 1.5;
  text-transform: capitalize;
  transform: translateX(-25px);
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-social-item i {
  width: 15px;
  color: var(--art-base-color-1);
}
.txa-offcanvas-social-item:hover {
  transform: translateX(0);
  color: #000;
}

/*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.6;
  overflow-x: hidden;
  color: var(--art-body-color);
  font-family: var(--art-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1250px;
}
body .split-line {
  overflow: hidden;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--art-base-color-1);
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--art-base-color-1);
}

.home-2 {
  max-width: 100%;
  background-color: #DFE0DF;
}
.home-2 .container {
  max-width: 1250px;
}
.home-2 main, main {
  overflow: hidden;
}

.home-3 {
  color: rgba(255, 255, 255, 0.8);
  background-color: #16193A;
}
.home-3 .container {
  max-width: 1250px;
}
.background-pattern {
  z-index: 1;
  position: relative;
}
.background-pattern:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.02;
}

@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.line_animation .line_area {
  width: 20%;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.line_animation .line_area:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 60px;
  border-radius: 100%;
  position: absolute;
  background-image: linear-gradient(0deg, #C000FF, transparent);
}

.line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 20s ease-out infinite;
  animation: line_animation 20s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
  -webkit-animation: line_animation_2 20s ease-out infinite;
  animation: line_animation_2 20s ease-out infinite;
}

.home-4 {
  color: #AEAEB3;
  font-family: var(--art-body-font-2);
  background-color: #000000;
}

.home-5 {
  color: #010101;
}

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

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

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: var(--art-base-color-1);
}

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

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

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

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

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}
div#preloader .preloader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.preloader-wrap img {
  max-width: 300px;
}

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

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

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:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  padding-bottom: 4px;
  -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;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.art-btn-1 {
  display: inline-block;
}
.art-btn-1 span {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.art-btn-1 .btn-shape1 {
  left: 0;
  top: 0px;
  opacity: 0;
  transform: rotate(90deg);
}
.art-btn-1 .btn-shape2 {
  left: 0;
  top: 0px;
  opacity: 0;
  transform: rotate(90deg);
}
.art-btn-1 .btn-shape3 {
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: rotate(90deg);
}
.art-btn-1 .btn-shape4 {
  top: 0;
  right: 0;
  opacity: 0;
  transform: rotate(-90deg);
}
.art-btn-1 .btn-shape5 {
  top: 0px;
  right: 0px;
  opacity: 0;
  transform: rotate(-90deg);
}
.art-btn-1 .btn-shape6 {
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transform: rotate(-90deg);
}
.art-btn-1 a {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
  color: var(--art-base-color-1);
}
.art-btn-1 a:hover {
  color: #fff;
  background-color: var(--art-base-color-1);
}
@media (max-width: 767px) {
  .art-btn-1 a {
    padding: 12px 25px;
  }
}
.art-btn-1.ver_2 a {
  color: #fff;
  background-color: var(--art-base-color-1);
}
.art-btn-1.ver_2 a:hover {
  background-color: #261723;
}
.art-btn-1:hover .btn-shape1 {
  opacity: 1;
  top: -30px;
  transform: rotate(0deg);
}
.art-btn-1:hover .btn-shape2 {
  opacity: 1;
  top: -15px;
  left: -25px;
  transform: rotate(0deg);
}
.art-btn-1:hover .btn-shape3 {
  top: 5px;
  opacity: 1;
  left: -2px;
  transform: rotate(0deg);
}
.art-btn-1:hover .btn-shape4 {
  top: 0;
  right: 0;
  opacity: 1;
  transform: rotate(0deg);
}
.art-btn-1:hover .btn-shape5 {
  top: 8px;
  opacity: 1;
  right: -25px;
  transform: rotate(0deg);
}
.art-btn-1:hover .btn-shape6 {
  opacity: 1;
  bottom: -5px;
  right: -10px;
  transform: rotate(0deg);
}

.art-btn-2 a {
  z-index: 1;
  color: #A2A2FC;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  padding: 15px 36px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
}
.art-btn-2 a:before {
  left: 0;
  bottom: 0;
  top: auto;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 500ms ease;
  background-color: #A2A2FC;
}
.art-btn-2 a:hover {
  color: #fff;
}
.art-btn-2 a:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.art-btn-3 a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding: 15px 30px;
  border-radius: 12px;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #203AFF 0.5%, #C000FF 100%);
}
.art-btn-3 a:before {
  top: 1.7px;
  left: 1.5px;
  z-index: -1;
  width: 98%;
  height: 94%;
  content: "";
  position: absolute;
  border-radius: 12px;
  background-color: #16193A;
}
.art-btn-3 a:after {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  transition: 500ms cubic-bezier(0.47, 0.25, 0.75, 1.05);
  background: linear-gradient(90deg, #203AFF 0.5%, #C000FF 100%);
}
.art-btn-3 a:hover:after {
  height: 100%;
}

.art-btn-4 a {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  position: relative;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100px;
  display: inline-flex;
  padding: 10px 10px 10px 28px;
  background-color: rgba(66, 66, 69, 0.6980392157);
}
.art-btn-4 a span {
  width: 36px;
  height: 36px;
  font-size: 30px;
  margin-left: 10px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #0071E3;
  transition: all 500ms ease;
}
.art-btn-4 a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  transition: all 500ms ease;
  background-color: #0071E3;
}
.art-btn-4 a:hover:before {
  width: 100%;
}
.art-btn-4 a:hover span {
  color: #0071E3;
  background-color: #fff;
  transform: rotate(90deg);
}

.art-section-title .sec_title {
  font-size: 64px;
  font-weight: 500;
  line-height: 66px;
}
@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), (max-width: 767px) {
  .art-section-title .sec_title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .art-section-title .sec_title {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .art-section-title .sec_title {
    font-size: 30px;
    line-height: 33px;
  }
}
.art-section-title.color-white .sec_title {
  color: #fff;
}

.art-section-title-4 .sec_title {
  color: #F5F5F7;
  line-height: 1;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -2px;
}
.art-section-title-4 .sec_title span {
  background-image: url(../img/bg/title-bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-section-title-4 .sec_title {
    font-size: 30px;
  }
}

.art-bottom-more a {
  color: #A2A2FC;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-bottom-more a {
    font-size: 20px;
  }
  .art-bottom-more a i {
    display: none;
  }
}
.art-bottom-more a i {
  transition: all 500ms ease;
}
.art-bottom-more a:before {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #A2A2FC;
  transition: all 500ms ease;
}
.art-bottom-more a:hover i {
  padding-left: 10px;
}
.art-bottom-more a:hover:before {
  width: 100%;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.art-btn-5 a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  padding: 15px 32px;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  background: linear-gradient(114.14deg, #F76B3B 15.75%, #3B86F7 84.81%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-btn-5 a {
    padding: 12px 25px;
  }
}
.art-btn-5 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  -webkit-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.art-btn-5 a:hover:before {
  animation: shine 1s;
}

.art-pagination ul {
  gap: 10px;
  display: flex;
  justify-content: center;
}
.art-pagination li a, .art-pagination li span {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  border: 2px solid #F2F3F2;
}
.art-pagination li a:hover, .art-pagination li .current{
  color: #fff;
  border: 2px solid var(--art-base-color-1);
  background-color: var(--art-base-color-1);
}

.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 *******/
/*Banner Section*/
/*----------------------------------------------------*/
@keyframes mover_2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.art-banenr-section {
  overflow: hidden;
  padding: 290px 0px 208px;
  border-radius: 0px 0px 48px 48px;
}
.art-banenr-section:before {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 54.13%);
}
@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) {
  .art-banenr-section {
    padding: 220px 0px 180px;
  }
}
@media (max-width: 767px) {
  .art-banenr-section {
    padding: 180px 0px 150px;
  }
}
.art-banenr-section .banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.art-banenr-section .banner-bg .background_overlay {
  background-color: rgba(231, 234, 242, 0.95);
}
.art-banenr-section #art-hero-video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 0px 0px 48px 48px;
}
.art-banenr-section .art-banner-social {
  top: 0;
  right: 0;
  z-index: 3;
  width: 80px;
  height: 100%;
  display: flex;
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.12);
}
.art-banenr-section .art-banner-social a {
  color: #fff;
  display: block;
  margin: 14px 0px;
}
.art-banenr-section .art-banner-social a:hover {
  color: var(--art-base-color-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banenr-section .art-banner-social {
    display: none;
  }
}
.art-banenr-section .art-banner-social .art-social-arrow {
  left: 0;
  right: 0;
  bottom: 28px;
  animation: mover_2 1s infinite alternate;
}

.art-banner-text {
  z-index: 3;
  max-width: 500px;
}
.art-banner-text .banner_title {
  color: #fff;
  line-height: 66px;
  font-size: 64px;
  font-weight: 500;
  padding-bottom: 25px;
  letter-spacing: -1px;
}
@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), (max-width: 767px) {
  .art-banner-text .banner_title {
    font-size: 45px;
    line-height: 48px;
  }
}
.art-banner-text p {
  color: #fff;
  padding-left: 22px;
  position: relative;
  line-height: 26px;
}
.art-banner-text p:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
}

/*---------------------------------------------------- */
/*Testimonial Video Section*/
/*----------------------------------------------------*/
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.art-testimonial-video-section {
  overflow: hidden;
}

.art-tv-title {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 65px;
}
.art-tv-title .tv-title {
  color: #261723;
  font-size: 45px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-tv-title .tv-title {
    font-size: 30px;
  }
}
.art-tv-title .tv-title .video-play-btn {
  top: 10px;
  width: 0px;
  height: 50px;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-tv-title .tv-title .video-play-btn {
    display: none;
  }
}
.art-tv-title .tv-title .video-play-btn a {
  width: 100%;
  height: 100%;
  display: flex;
}
.art-tv-title .tv-title .video-play-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.art-tv-title .tv-title .video-play-btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #DE4A28;
}
.art-tv-title .tv-title .video-play-btn i {
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 6px;
  position: absolute;
  box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
}
.art-tv-title .tv-title .tv-icon {
  width: 0px;
  height: 50px;
  border-radius: 6px;
  line-height: 40px;
  display: inline-block;
  background-color: #261723;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-tv-title .tv-title .tv-icon {
    display: none;
  }
}
.art-tv-title.active .video-play-btn {
  width: 120px;
  transition-delay: 1000ms;
}
.art-tv-title.active .tv-icon {
  width: 73px;
  transition-delay: 1000ms;
}
.art-tv-title.ver_2 {
  z-index: 1;
  max-width: 100%;
  padding-top: 220px;
}
.main-globp.art-title-globe {
  left: 0;
  right: 0;
  top: -22%;
  text-align: center;
}
.art-tv-title.ver_2 .tv-title {
  max-width: 600px;
  margin: 0 auto;
}
.art-tv-title.ver_2 .tv-icon {
  background: linear-gradient(114.14deg, #F76B3B 15.75%, #3B86F7 84.81%);
}

.art-testimonial-content .art-testi-img-1 {
  bottom: 0;
  right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-content .art-testi-img-1 {
    display: none;
  }
}
.art-testimonial-content .art-testi-shadow {
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  margin: 0 auto;
  bottom: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-testimonial-content .art-testi-shadow {
    display: none;
  }
}

.art-testimonial-wrap {
  overflow: hidden;
  border-radius: 24px;
  background-color: #E4E9EB;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-wrap {
    padding-top: 70px;
  }
}
.art-testimonial-wrap .art-testi-video-bg {
  top: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-wrap .art-testi-video-bg {
    display: none;
  }
}
.art-testimonial-wrap .test-text {
  z-index: 2;
  color: #261723;
  font-size: 32px;
  max-width: 670px;
  line-height: 40px;
  position: relative;
  padding-top: 70px;
  padding-left: 80px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-wrap .test-text {
    max-width: 100%;
    padding: 50px 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .art-testimonial-wrap .test-text {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-wrap .test-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.art-testimonial-wrap .play-icon {
  top: 50%;
  z-index: 2;
  right: 140px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-wrap .play-icon {
    margin: 0 auto;
    position: static !important;
    transform: translateY(0);
  }
}
.art-testimonial-wrap .play-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.art-testimonial-wrap .play-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.art-testimonial-wrap .play-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.art-testimonial-wrap .play-icon a {
  z-index: 2;
  width: 100px;
  height: 100px;
  display: flex;
  color: #7EACD7;
  font-size: 16px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #fff;
}

.art-testimonial-bottom {
  width: 69%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-bottom {
    width: 100%;
  }
}
.art-testimonial-bottom .bottom-btn {
  display: inline-block;
}
@media (max-width: 480px) {
  .art-testimonial-bottom .bottom-btn {
    width: 100%;
    text-align: center;
  }
}
.art-testimonial-bottom .bottom-btn a {
  width: 100%;
  color: #fff;
  height: 100%;
  display: block;
  font-size: 23px;
  font-weight: 500;
  padding: 35px 48px;
  background-color: var(--art-base-color-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-bottom .bottom-btn a {
    padding: 24px 15px;
  }
}
.art-testimonial-bottom .bottom-btn a svg {
  margin-left: 12px;
  transition: all 500ms ease;
}
@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), (max-width: 767px) {
  .art-testimonial-bottom .bottom-btn a svg {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-bottom .bottom-btn a svg {
    display: none;
  }
}
.art-testimonial-bottom .bottom-btn a:hover svg {
  transform: rotate(45deg);
}
.art-testimonial-bottom .more_arrow {
  padding: 0 22px 0 16px;
  display: flex;
  gap: 31px;
  flex-wrap: wrap;
  align-items: center;
}
.art-testimonial-bottom .more_arrow svg {
  transition: all 500ms ease;
}
@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), (max-width: 767px) {
  .art-testimonial-bottom .more_arrow {
    display: none;
  }
}
.art-testimonial-bottom .more_arrow:hover svg {
  transform: rotate(45deg);
}

.art-client-list {
  padding-left: 30px;
}
.art-client-list a {
  gap: 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), (max-width: 767px) {
  .art-client-list {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .art-client-list {
    display: none !important;
  }
}
.art-client-list ul {
  display: flex;
}
.art-client-list li {
  color: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  line-height: 38px;
  margin-left: -25px;
  text-align: center;
  border-radius: 100%;
  border: 4px solid #E7EAF2;
  background-color: #002966;
}
.art-client-list li img {
  filter: grayscale(1);
}
.art-client-list li:nth-child(1) {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-client-list li {
    width: 50px;
    height: 50px;
  }
}

.client-number-text {
  color: #261723;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  max-width: 215px;
}
@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), (max-width: 767px) {
  .client-number-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .client-number-text {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Team Section*/
/*----------------------------------------------------*/
.art-team-section {
  overflow: hidden;
}

.art-team-content {
  margin: 0 auto;
  max-width: 1200px;
}

@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), (max-width: 767px), (max-width: 480px) {
  .art-team-item-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.art-team-title {
  margin: 0 auto;
  max-width: 670px;
}
.art-team-title .team_title {
  font-size: 45px;
  font-weight: 500;
  line-height: 47px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-team-title .team_title {
    font-size: 30px;
    line-height: 34px;
  }
}
.art-team-title p {
  margin: 0 auto;
  max-width: 640px;
  padding-top: 10px;
  line-height: 26px;
}
.art-team-title .art-btn-1 a {
  padding: 13px 35px;
  letter-spacing: 1px;
  border: 2px solid #DE4A28;
}

.art-team-item .item-img {
  width: 210px;
  height: 340px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F8DAD4;
  box-shadow: -12px 12px 24px 0px rgba(0, 0, 0, 0.1215686275);
}

.art-team-item-content .art-team-item {
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-item-content .art-team-item {
    margin: 15px;
    transform: rotate(0) !important;
  }
}
.art-team-item-content .art-team-item .item-text {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 3;
  position: absolute;
  border-radius: 100%;
  transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(-50%, -50%);
}
.art-team-item-content .art-team-item .item-text a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  align-items: center;
  border-radius: 4px;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  padding: 10px 20px 8px;
  transform: rotate(-2deg);
  text-transform: uppercase;
  color: var(--art-base-color-1);
  box-shadow: -8px 8px 12px 0px rgba(0, 0, 0, 0.1607843137);
}
.art-team-item-content .art-team-item .bg-video {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  border-radius: 0.75rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: all 500ms ease;
}
.art-team-item-content .art-team-item:nth-child(1) {
  transform: rotate(3deg);
}
.art-team-item-content .art-team-item:nth-child(2) {
  transform: rotate(-3deg);
}
.art-team-item-content .art-team-item:nth-child(3) {
  transform: rotate(4deg);
}
.art-team-item-content .art-team-item:nth-child(4) {
  transform: rotate(-2deg);
}
.art-team-item-content .art-team-item:nth-child(5) {
  transform: rotate(3deg);
}
.art-team-item-content .art-team-item:nth-child(6) {
  transform: rotate(-4deg);
}
.art-team-item-content .art-team-item:hover {
  z-index: 2;
  transform: scale(1.2);
}
.art-team-item-content .art-team-item:hover .item-text {
  opacity: 1;
}
.art-team-item-content .art-team-item:hover .bg-video {
  opacity: 1;
}

/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.art-counter-title {
  z-index: 2;
  position: relative;
}
.art-counter-title .counter-title {
  margin: 0 auto;
  font-size: 90px;
  max-width: 870px;
  margin-bottom: 45px;
  line-height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-title .counter-title {
    font-size: 40px;
    padding: 0px 15px;
  }
}
.art-counter-title .counter-title-2 {
  margin: 0 auto;
  font-size: 45px;
  max-width: 550px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-title .counter-title-2 {
    font-size: 35px;
    padding: 0px 15px;
  }
}
.art-counter-title .video-play-btn {
  top: 10px;
  width: 120px;
  height: 50px;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-title .video-play-btn {
    display: none;
  }
}
.art-counter-title .video-play-btn a {
  width: 100%;
  height: 100%;
  display: flex;
}
.art-counter-title .video-play-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.art-counter-title .video-play-btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #DE4A28;
}
.art-counter-title .video-play-btn i {
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 6px;
  position: absolute;
  box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
}

.art-counter-bg {
  overflow: hidden;
  max-height: 810px;
  border-radius: 0px 0px 48px 48px;
}
.art-counter-bg:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 250px;
  position: absolute;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.art-counter-bg img {
  width: 100%;
  mix-blend-mode: luminosity;
  object-fit: cover;
}

.art-counter-item-area {
  margin: 0 auto;
  max-width: 1230px;
  border-top: 2px solid var(--art-body-color);
  border-bottom: 2px solid var(--art-body-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-item-area {
    flex-wrap: wrap;
  }
}
.art-counter-item-area .art-counter-text {
  width: 100%;
  max-width: 730px;
  padding-top: 80px;
  padding-bottom: 85px;
  padding-right: 60px;
  border-right: 2px solid var(--art-body-color);
}
.art-counter-item-area .art-counter-text p {
  padding-bottom: 30px;
  line-height: 28px;
}
@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) {
  .art-counter-item-area .art-counter-text {
    max-width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-item-area .art-counter-text {
    max-width: 100%;
    border-right: none;
    padding: 40px 15px;
    border-bottom: 2px solid var(--art-body-color);
  }
}

.art-counter-wrap {
  padding-top: 50px;
  padding-left: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-wrap {
    gap: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 15px;
    align-items: center;
    justify-content: center;
  }
}

.art-counter-item {
  gap: 12px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-item {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}
.art-counter-item:last-child {
  margin-bottom: 0;
}
.art-counter-item h3 {
  line-height: 1;
  font-size: 90px;
  color: var(--art-base-color-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-item h3 {
    font-size: 40px;
  }
}
.art-counter-item p {
  bottom: 12px;
  font-size: 23px;
  max-width: 115px;
  line-height: 26px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-item p {
    bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
.art-project-section {
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 1440px;
}

.art-project-item {
  border-radius: 32px;
  margin-bottom: 20px;
  background-color: #D2D7DE;
}
.art-project-item.ver_2 {
  background-color: #DE4A28;
}
.art-project-item.ver_3 {
  background-color: #7EACD7;
}
.art-project-item .item-wrap {
  gap: 30px;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item .item-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.art-project-item .item-img {
  overflow: hidden;
  border-radius: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item .item-img {
    width: 100%;
    max-width: 100%;
  }
}
.art-project-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-project-item .item-text {
  max-width: 540px;
  padding-top: 60px;
  padding-left: 70px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item .item-text {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-project-item .item-text {
    max-width: 425px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item .item-text {
    max-width: 100%;
    padding-top: 20px;
  }
}
.art-project-item .item-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  .art-project-item .item-text h3 {
    font-size: 30px;
  }
}
.art-project-item .item-text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .art-project-item .item-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.art-project-item .item-text li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .art-project-item .item-text li {
    font-size: 16px;
  }
}
.art-project-item .item-text li img {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .art-project-item .item-text .art-btn-1 {
    margin-top: 20px;
  }
}
.art-project-item .item-text .art-btn-1 a {
  color: var(--art-body-color);
}
.art-project-item .item-text .art-btn-1:hover a {
  color: #fff;
}
.art-project-item.ver_1 .item-text h3 {
  color: #261723;
}
.art-project-item.ver_1 .item-text p {
  color: #261723;
}
.art-project-item.ver_1 .item-text li {
  color: #261723;
}
.art-project-item.ver_2 .item-text .art-btn-1:hover a {
  background-color: #7EACD7;
  color: #fff;
}

/*---------------------------------------------------- */
/*Quote Section*/
/*----------------------------------------------------*/
.art-quote-content .item-text {
  margin: 0 auto;
  font-size: 45px;
  max-width: 820px;
  line-height: 49px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-quote-content .item-text {
    font-size: 30px;
    padding: 0px 15px;
    line-height: 36px;
  }
}
.art-quote-content .art-quote-divider {
  margin: 35px 0px 45px;
}
.art-quote-content .art-quote-divider i {
  width: 6px;
  height: 6px;
  margin: 0px 6px;
  border-radius: 100%;
  display: inline-block;
  background-color: var(--art-base-color-1);
}
.art-quote-content .art-quote-divider.ver_2 i {
  background-color: #504E4E;
}
.art-quote-content .item-author .author-img {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  border-radius: 100%;
}
.art-quote-content .item-author .author-text h3 {
  font-size: 18px;
  font-weight: 500;
}
.art-quote-content .item-author .author-text span {
  font-size: 16px;
}

/*---------------------------------------------------- */
/*Sponsor Section*/
/*----------------------------------------------------*/
.art-sponsor-section {
  padding: 20px 0px;
  border-top: 1px solid #DFE0DF;
  border-bottom: 1px solid #DFE0DF;
}
.art-sponsor-section.ver_2 {
  margin: 100px 0px 56px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.art-sponsor-section.ver_3 {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.art-sponsor-wrap {
  gap: 30px;
  padding: 0px 85px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-sponsor-wrap {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-sponsor-wrap {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
.art-sponsor-wrap.ver_2 {
  padding: 0;
}
.art-sponsor-wrap.ver_2 .art-sponsor-video .play-icon a {
  border: 17px solid #DFE0DF;
}
.art-sponsor-wrap.ver_2 .art-sponsor-video .play-icon a i {
  background-color: #A2A2FC;
}
.art-sponsor-wrap.ver_2 .art-sponsor-nav {
  color: #A2A2FC;
  border: 2px solid #FFFFFF;
  transition: all 500ms ease;
}
.art-sponsor-wrap.ver_2 .art-sponsor-nav:hover {
  background-color: #fff;
}

.art-sponsor-slider-area {
  gap: 20px 50px;
  max-width: 1015px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-sponsor-slider-area {
    max-width: 800px;
    gap: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-sponsor-slider-area {
    max-width: 100%;
    padding: 0px 15px;
    gap: 20px 20px;
  }
}

.art-sponsor-video {
  max-width: 190px;
}
.art-sponsor-video .item-img {
  width: 112px;
  height: 92px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.art-sponsor-video .item-img img {
  filter: grayscale(1);
}
.art-sponsor-video .play-icon {
  z-index: 1;
  position: relative;
  margin-left: -17px;
}
.art-sponsor-video .play-icon a {
  width: 92px;
  height: 92px;
  border-radius: 100%;
  border: 17px solid #fff;
}
.art-sponsor-video .play-icon i {
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: var(--art-base-color-1);
}
.art-sponsor-video.ver_3 .item-img {
  position: relative;
}
.art-sponsor-video.ver_3 .item-img img {
  mix-blend-mode: luminosity;
}
.art-sponsor-video.ver_3 .item-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  opacity: 0.6;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #203AFF 0.5%, #C000FF 100%);
}
.art-sponsor-video.ver_3 .play-icon a {
  border: 17px solid #16193A;
}
.art-sponsor-video.ver_3 .play-icon a i {
  background: linear-gradient(90deg, #F741B1 0.5%, #F9877D 100%);
}

.art-sponsor-img .item-img {
  height: 25px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.art-sponsor-img .item-img img {
  transition: all 500ms ease;
}
.art-sponsor-img .item-img:hover img {
  transform: scale(1.05);
}

.art-sponsor-slider {
  max-width: 810px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-sponsor-slider {
    max-width: 670px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-sponsor-slider {
    max-width: 50%;
  }
}

.art-sponsor-nav {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #DFE0DF;
  transition: all 500ms ease;
  color: var(--art-base-color-1);
}
.art-sponsor-nav:hover {
  color: var(--art-base-color-1);
  background-color: #DFE0DF;
}
.art-sponsor-nav.ver_2 {
  transition: all 500ms ease;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.art-sponsor-nav.ver_2 i {
  background: linear-gradient(90deg, rgb(32, 58, 255) 0.5%, rgb(192, 0, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.art-sponsor-nav.ver_2:hover {
  background: #fff;
}

/*---------------------------------------------------- */
/*What we Section*/
/*----------------------------------------------------*/
.art-what-we-do-section {
  overflow: hidden;
  padding-bottom: 90px;
}

.art-what-do-item-area {
  height: 1270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-what-do-item-area {
    height: auto;
  }
}

.art-what-we-do-text {
  top: 51%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 470px;
  position: absolute;
  transform: translateY(-50%);
}
.art-what-we-do-text .sec_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-what-we-do-text {
    position: static;
    padding: 60px 0px;
    transform: translateY(0);
  }
}
.art-what-we-do-text p {
  line-height: 26px;
}

.art-what-do-item {
  width: 202px;
  height: 214px;
  overflow: hidden;
  position: absolute;
  border-radius: 20px;
  padding: 35px 20px 20px;
  background-color: #E7EAF2;
}
.art-what-do-item .item-icon {
  padding-bottom: 15px;
}
.art-what-do-item .item-text {
  line-height: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-what-do-item {
    position: static;
    margin: 15px !important;
    transform: rotate(0) !important;
  }
}

.art-what-do-item-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-what-do-item-wrap {
    display: flex;
    flex-wrap: wrap;
    position: static;
    justify-content: center;
  }
}
.art-what-do-item-wrap .art-what-do-item:nth-child(1) {
  left: 0;
  top: 8%;
  right: 0;
  margin: 0 auto;
  transform: rotate(-5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(2) {
  top: 23%;
  right: 20%;
  transform: rotate(5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(3) {
  top: 42%;
  right: 4%;
  transform: rotate(-5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(4) {
  right: 18%;
  bottom: 19%;
  transform: rotate(5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(5) {
  left: 0;
  right: 0;
  bottom: 1%;
  margin: 0 auto;
  transform: rotate(5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(6) {
  top: 20%;
  left: 18%;
  transform: rotate(-5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(7) {
  top: 45%;
  left: 5%;
  transform: rotate(5deg);
}
.art-what-do-item-wrap .art-what-do-item:nth-child(8) {
  left: 18%;
  bottom: 16%;
  transform: rotate(-5deg);
}

/*---------------------------------------------------- */
/*Faq Section*/
/*----------------------------------------------------*/
.art-faq-section {
  padding-top: 100px;
}
.art-faq-section .art-faq-shape {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.art-faq-section .art-faq-shape img {
  width: 100%;
  object-fit: cover;
}

.art-faq-content .sec_title {
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-faq-content .sec_title {
    font-size: 30px;
  }
}

.art-faq-item-area {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 35px;
}
.art-faq-item-area .accordion-item,
.art-faq-item-area .accordion-button:not(.collapsed),
.art-faq-item-area .accordion-button {
  background-color: transparent;
}
.art-faq-item-area .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 8px;
  position: relative;
  padding: 25px 50px;
  background-color: #F7F8FB;
  border: 1px solid #E7EAF2;
  transition: all 500ms ease;
}
.art-faq-item-area .accordion-item.faq_active {
  background-color: #E7EAF2;
  border: 1px solid #E7EAF2;
}
.art-faq-item-area .accordion-item.faq_active .accordion-button:before {
  opacity: 1;
}
.art-faq-item-area .accordion-button {
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  transition: all 500ms ease;
}
.art-faq-item-area .accordion-button:before {
  top: 8px;
  width: 8px;
  height: 8px;
  left: -18px;
  content: "";
  opacity: 0.7;
  position: absolute;
  border-radius: 100%;
  background-color: var(--art-base-color-1);
}
.art-faq-item-area .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.art-faq-item-area .accordion-body {
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
  padding-left: 0;
}
.art-faq-item-area .accordion-button:not(.collapsed) {
  color: var(--art-body-color);
  box-shadow: none;
}
.art-faq-item-area .accordion-button::after {
  display: none;
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Banner Section*/
/*----------------------------------------------------*/
@keyframes Glow {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}
.art-banner-section-2 {
  overflow: hidden;
  padding-bottom: 100px;
  max-width: 1920px;
  margin: 0 auto;
}
@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), (max-width: 767px) {
  .art-banner-section-2 {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .art-banner-content-2 {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .art-banner-content-2 {
    padding-bottom: 60px;
  }
}

.art-banner-title {
  padding-top: 150px;
}
.art-banner-title .banner_title {
  line-height: 66px;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1px;
  max-width: 735px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .art-banner-title .banner_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .art-banner-title .banner_title {
    font-size: 36px;
    line-height: 39px;
  }
}

.ar-banner-shape {
  left: 0;
  bottom: 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ar-banner-shape {
    bottom: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ar-banner-shape {
    bottom: 0px;
  }
}
.ar-banner-shape .banner_shape1 {
  display: inline-block;
}
.ar-banner-shape .banner_shape2 {
  margin-left: -120px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ar-banner-shape {
    display: none;
  }
}

.art-banner-throwball-wrapper {
  height: 600px;
  top: -140px;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-throwball-wrapper {
    top: 0;
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-throwball-item-wrapper {
    bottom: 70px;
    position: relative;
  }
}

.art-banner-throwball-wrapper > .art-banner-throwball-item-wrapper > p {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}

.art-banner-throwball-item {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 26px;
  border: 2px solid #261723;
  -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
  -moz-transform: translate(-50%, -50%) rotate(0.01rad);
  -ms-transform: translate(-50%, -50%) rotate(0.01rad);
  -o-transform: translate(-50%, -50%) rotate(0.01rad);
  transform: translate(-50%, -50%) rotate(0.01rad);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .art-banner-throwball-item {
    font-size: 26px;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .art-banner-throwball-item {
    font-size: 26px;
    padding: 8px 15px;
  }
}

.art-banner-bottom-scroller {
  z-index: 1;
  left: -50px;
  width: 115%;
  bottom: 140px;
  overflow: hidden;
  padding: 14px 0px;
  display: flow-root;
  position: relative;
  transform: rotate(-8deg);
  background-color: var(--art-base-color-2);
}
@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), (max-width: 767px) {
  .art-banner-bottom-scroller {
    bottom: 0;
    transform: rotate(0deg);
  }
}
.art-banner-bottom-scroller .scroll-item {
  font-size: 32px;
  font-weight: 500;
  margin: 0px 10px;
  display: inline-block;
  text-transform: uppercase;
}
.art-banner-bottom-scroller.ver_2 {
  background-color: #FFDCD3;
}

.art-banner-circle {
  top: 18%;
  right: -8%;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-circle {
    display: none;
  }
}

.art-banner-text-wrap {
  top: 40%;
  right: 0;
  max-width: 385px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-text-wrap {
    position: static !important;
  }
}
.art-banner-text-wrap p {
  padding-bottom: 15px;
  line-height: 26px;
}
.art-banner-text-wrap h3 {
  font-size: 32px;
  padding-bottom: 22px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .art-banner-text-wrap h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.art-banner-line {
  right: 11%;
  top: -30px;
  animation: Glow 6s linear 0s infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-line {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-section-2 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-section-2 {
    padding-bottom: 50px;
  }
}
.art-service-section-2 .art-section-title {
  max-width: 790px;
}
.art-service-circle {
  top: -220px;
  right: -150px;
}
@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), (max-width: 767px) {
  .art-service-circle {
    display: none;
  }
  .art-about--2.art-about-shape {
    display: none;
}
}

.art-service-content-2 {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-content-2 {
    border: none;
    flex-wrap: wrap;
    border-radius: 0px;
  }
}

@keyframes ring {
  from {
    transform: rotateY(-40deg);
  }
  to {
    transform: rotateY(20deg);
  }
}
.art-service-item-2 {
  z-index: 1;
  width: 33.33%;
  overflow: hidden;
  padding: 64px 40px 55px;
  transition: all 500ms ease;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.art-service-item-2.ver_3 {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-item-2 {
    width: 50%;
    border: 1px solid #FFFFFF !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-item-2 {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 30px;
  }
}
.art-service-item-2:before, .art-service-item-2:after {
  z-index: -1;
  top: -100%;
  right: -60%;
  width: 500px;
  content: "";
  height: 500px;
  position: absolute;
  border-radius: 100%;
  transition: all 1000ms ease;
  border: 1px solid rgb(162, 162, 252);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.art-service-item-2:after {
  top: auto;
  bottom: -70%;
  right: -70%;
  border: 1px solid rgb(201, 247, 202);
}
.art-service-item-2 .art-service-arrow {
  top: 50px;
  opacity: 0;
  right: 50px;
  visibility: hidden;
  transition: all 500ms ease;
}
.art-service-item-2:nth-child(3), .art-service-item-2:nth-child(5), .art-service-item-2:nth-child(6) {
  border-right: none;
}
.art-service-item-2 .item-icon {
  margin-bottom: 15px;
}
.art-service-item-2 .item-text .ser_title {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-item-2 .item-text .ser_title {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
.art-service-item-2 h3 {
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  padding-bottom: 15px;
  line-height: 36px;
}
.art-service-item-2 h3 span {
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-item-2 h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.art-service-item-2 .art-ser-img {
  right: -150px;
  bottom: -115px;
  z-index: -1;
}
.art-service-item-2:hover {
  background-color: #fff;
}
.art-service-item-2:hover .art-service-arrow {
  top: 34px;
  opacity: 1;
  right: 34px;
  visibility: visible;
}
.art-service-item-2:hover .item-icon path {
  animation-duration: 0.5s;
  animation-delay: -0.25s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-name: ring;
}
.art-service-item-2:hover:before, .art-service-item-2:hover:after {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
.art-service-item-2.ver_2 {
  background-color: #A2A2FC;
}
.art-service-item-2.ver_2:before, .art-service-item-2.ver_2:after {
  display: none;
}
.art-service-item-2.ver_2 .art-btn-2 a:before {
  background-color: #000;
}

.art-service-content-2 {
  display: flex;
  flex-wrap: wrap;
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.art-about-section-2 {
  overflow: hidden;
}
.art-about--2.art-about-shape {
  top: 0;
  right: -130px;
  opacity: 0.04;
  position: absolute;
}
.art-about-section-2 .art-section-title {
  max-width: 835px;
}

/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.art-about-counter-items {
  gap: 30px 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-counter-items {
    gap: 20px 70px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.art-counter-item-2 {
  gap: 12px;
}
.art-counter-item-2 h3 {
  line-height: 1;
  font-size: 128px;
}
@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), (max-width: 767px) {
  .art-counter-item-2 h3 {
    font-size: 75px;
  }
}
.art-counter-item-2 p {
  max-width: 115px;
  margin-bottom: 16px;
  font-size: 23px;
}
@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), (max-width: 767px) {
  .art-counter-item-2 p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-counter-wrap {
    padding-top: 40px;
    flex-wrap: wrap;
  }
}

.art-about-text-btn {
  max-width: 370px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-text-btn {
    max-width: 100%;
  }
}
.art-about-text-btn p {
  font-size: 23px;
  padding-bottom: 20px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .art-about-text-btn p {
    font-size: 18px;
    line-height: 26px;
  }
}
.art-about-text-btn .art-btn-2 a {
  color: #261723;
  background-color: #A2A2FC;
}
.art-about-text-btn .art-btn-2 a:before {
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Gallery Section*/
/*----------------------------------------------------*/
.art-drag-action {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.art-drag-action:hover .art-drag-text {
  opacity: 1;
}

.art-drag-wrap {
  z-index: 2;
}

.art-drag-text {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  position: absolute;
  border-radius: 100%;
  transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(-50%, -50%);
}
.art-drag-text a {
  color: #A2A2FC;
  display: flex;
  font-size: 23px;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  white-space: nowrap;
  justify-content: center;
}
.art-drag-text a:before {
  left: 0;
  top: 11px;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 100%;
  background-color: #9DFCDD;
}

.art-gallery-item-2 {
  overflow: hidden;
  border-radius: 16px;
  display: inline-block;
}
.art-gallery-item-2 .item-img {
  position: relative;
}
.art-gallery-item-2 .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.32;
  position: absolute;
  background-color: #9DFCDD;
  transition: all 500ms ease;
}
.art-gallery-item-2 .item-img img {
  mix-blend-mode: luminosity;
}
.art-gallery-item-2:hover .item-img:before {
  background-color: #A2A2FC;
}

.art-gallery-slider .swiper-slide {
  width: auto !important;
}

.art-gallery-scroller .art-banner-bottom-scroller {
  bottom: -125px;
}
@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), (max-width: 767px) {
  .art-gallery-scroller .art-banner-bottom-scroller {
    bottom: 0;
  }
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
.art-project-section-2 {
  overflow: hidden;
  padding-top: 365px;
  background-color: #261723;
}
.art-project-section-2:before {
  top: -25px;
  left: -43%;
  width: 105%;
  content: "";
  height: 200px;
  position: absolute;
  transform: rotate(-6deg);
  background-color: #DFE0DF;
}
@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), (max-width: 767px) {
  .art-project-section-2:before {
    display: none;
  }
}
.art-project-section-2 .art-section-title {
  max-width: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-section-2 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-content-2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.art-project-item-2 {
  margin: 0 auto;
  max-width: 592px;
  margin-bottom: 32px;
}
.art-project-item-2 .item-img {
  width: 100%;
  margin: 0 auto;
  max-width: 592px;
}
.art-project-item-2 .project_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 592px;
  border-radius: 32px;
}
.art-project-item-2 .hover_area {
  width: 100%;
  height: 592px;
}
.art-project-item-2 .canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art-project-item-2 .art-pro-tag {
  top: 20px;
  left: 20px;
  max-width: 85%;
  position: absolute;
}
.art-project-item-2 .art-pro-tag a {
  color: #fff;
  margin: 2px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 4px;
  display: inline-block;
  background-color: #261723;
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.art-testimonial-section-2 {
  background-color: #261723;
}
.art-testimonial-section-2.ver_2 {
  margin-bottom: -40px;
  background-color: transparent;
}
.art-testimonial-section-2 .art-testimonial-wrap-2 {
  background-color: #A2A2FC;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-section-2 .art-testimonial-wrap-2 {
    border-radius: 0;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
}

.art-testimonial-wrap-2 .art-section-title .sec_title {
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .art-testimonial-wrap-2 .art-section-title .sec_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .art-testimonial-wrap-2 .art-section-title .sec_title {
    font-size: 30px;
  }
}

.art-testimonial-slide-item {
  border-radius: 20px;
  background-color: #fff;
  padding: 32px 32px 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-slide-item {
    padding: 20px 20px 20px;
  }
}
.art-testimonial-slide-item .testimonial-author {
  gap: 16px;
}
.art-testimonial-slide-item .testimonial-author .item-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
}
.art-testimonial-slide-item .testimonial-author .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.art-testimonial-slide-item .testimonial-author .item-text h3 {
  font-size: 23px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-slide-item .testimonial-author .item-text h3 {
    font-size: 18px;
  }
}
.art-testimonial-slide-item .testimonial-text {
  margin-top: 24px;
  line-height: 26px;
}

.art-testimonial-slider-area .art-bottom-more a {
  color: #C9F7CA;
}
.art-testimonial-slider-area .art-bottom-more a:before {
  background-color: #C9F7CA;
}

/*---------------------------------------------------- */
/*Video Play Section*/
/*----------------------------------------------------*/
.art-video-play-section {
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-video-play-section {
    padding: 60px 15px;
  }
}
.art-video-play-section:before {
  width: 112px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #DFE0DF;
}
@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), (max-width: 767px) {
  .art-video-play-section:before {
    display: none;
  }
}
.art-video-play-section:after {
  top: 0;
  width: 100%;
  z-index: -1;
  content: "";
  height: 64px;
  position: absolute;
  background-color: #DFE0DF;
}
@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), (max-width: 767px) {
  .art-video-play-section:after {
    display: none;
  }
}

.art-video-play-section-4 {
  padding: 0px 32px;
}
.art-video-play-section-4.ver_2 {
  padding: 0;
  overflow: hidden;
}

.art-video-play-shape1 {
  top: 0;
  right: 0;
  width: 120px;
  height: 185px;
}
@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), (max-width: 767px) {
  .art-video-play-shape1 {
    height: 120px;
  }
}
@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), (max-width: 767px) {
  .art-video-play-shape1 {
    display: none;
  }
}
.art-video-play-shape1:before {
  right: 0;
  bottom: 1px;
  width: 120px;
  content: "";
  height: 120px;
  position: absolute;
  background-color: #DFE0DF;
}
.art-video-play-shape1:after {
  top: 0;
  left: 0;
  width: 64px;
  content: "";
  height: 64px;
  position: absolute;
  background-color: #C9F7CA;
}

.art-video-play-shape2 {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  background-color: #DFE0DF;
}
@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), (max-width: 767px) {
  .art-video-play-shape2 {
    display: none;
  }
}
.art-video-play-shape2:after {
  top: 0;
  left: 70px;
  width: 42px;
  content: "";
  height: 42px;
  position: absolute;
  background-color: #C9F7CA;
}

.art-video-play-content {
  gap: 30px 72px;
  max-width: 1920px;
  margin: 0 auto;
}
@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), (max-width: 767px) {
  .art-video-play-content {
    gap: 30px 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), (max-width: 767px) {
  .art-video-play-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.art-video-play-img .play-icon,
.art-video-play-img-4 .play-icon {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.art-video-play-img .play-icon .video_btn_border,
.art-video-play-img-4 .play-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.art-video-play-img .play-icon .video_btn_border.border_wrap-2,
.art-video-play-img-4 .play-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.art-video-play-img .play-icon .video_btn_border.border_wrap-3,
.art-video-play-img-4 .play-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.art-video-play-img .play-icon a,
.art-video-play-img-4 .play-icon a {
  z-index: 2;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #A2A2FC;
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.art-video-play-img-4 {
  overflow: hidden;
  padding: 240px 0px;
  border-radius: 24px;
  max-width: 1920px;
  margin: 0 auto;
}
.art-video-play-img-4.ver_2 {
  border-radius: 0;
  padding: 420px 0px 330px;
}
@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), (max-width: 767px) {
  .art-video-play-img-4.ver_2 {
    padding: 250px 0px;
  }
}
.art-video-play-img-4.ver_2:before {
  top: -16px;
  left: -43%;
  width: 105%;
  content: "";
  height: 200px;
  position: absolute;
  background-color: #fff;
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
}
@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), (max-width: 767px) {
  .art-video-play-img-4.ver_2:before {
    display: none;
  }
}
.art-video-play-img-4 .play-icon {
  transform: translateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-video-play-img-4 {
    padding: 130px 0px;
  }
}

.art-video-play-text {
  max-width: 500px;
  margin-bottom: 30px;
}
.art-video-play-text h2 {
  line-height: 48px;
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .art-video-play-text h2 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-video-play-text h2 {
    font-size: 30px;
    padding-bottom: 30px;
    line-height: 36px;
  }
}
.art-video-play-text .art-btn-2 a {
  color: #C9F7CA;
  border-radius: 8px;
  background-color: var(--art-body-color);
}

.art-video-ft-item {
  gap: 24px;
  margin-bottom: 48px;
}
.art-video-ft-item:last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .art-video-ft-item {
    flex-wrap: wrap;
  }
}
.art-video-ft-item .item-icon {
  width: 48px;
  height: 48px;
  transition: all 500ms ease;
}
.art-video-ft-item .item-text {
  max-width: 400px;
}
@media (max-width: 767px) {
  .art-video-ft-item .item-text {
    width: 100%;
    max-width: 100%;
  }
}
.art-video-ft-item .item-text h3 {
  line-height: 1;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 10px;
}
.art-video-ft-item .item-text p {
  line-height: 1.44;
}
.art-video-ft-item:hover .item-icon {
  transform: scale(-1) rotate(180deg);
}

.art-video-play-5 {
  padding: 0px 32px;
}
.art-video-play-5 .art-video-play-img-4 {
  padding: 250px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-video-play-5 .art-video-play-img-4 {
    padding: 150px 0px;
  }
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.art-blog-section .art-section-title .sec_title {
  font-size: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-blog-section .art-section-title .sec_title {
    font-size: 35px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-blog-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.art-blog-item .blog-img-meta .item-img img {
  height: 450px;
  object-fit: cover;
}
.art-blog-item {
  margin: 0 auto;
  max-width: 384px;
  margin-bottom: 30px;
}
.art-blog-item .blog-img-meta {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.art-blog-item .blog-img-meta .item-img img {
  transition: all 800ms ease;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
}
.art-blog-item .blog-img-meta .item-date,
.art-blog-item .blog-img-meta .item-cate {
  line-height: 1;
}
.art-blog-item .blog-img-meta .item-meta {
  top: 20px;
  left: 20px;
  position: absolute;
}
.art-blog-item .blog-img-meta .item-meta a {
  margin: 2px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
  background-color: #A2A2FC;
}
.art-blog-item .blog-text .blog_title {
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}
.art-blog-item:hover .blog-img-meta .item-img img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

/*---------------------------------------------------- */
/*Newslatter Section*/
/*----------------------------------------------------*/
.art-newslatter-content {
  gap: 30px 20px;
  overflow: hidden;
  padding: 35px 48px;
  border-radius: 16px;
  background-color: #9DFCDD;
}
.art-newslatter-content .newslatter_title {
  opacity: 0.88;
  font-size: 32px;
  font-weight: 500;
  max-width: 505px;
  letter-spacing: -1px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .art-newslatter-content .newslatter_title {
    font-size: 28px;
    line-height: 36px;
  }
}
.art-newslatter-content .newlatter-from {
  gap: 20px;
  width: 100%;
  max-width: 410px;
}
.art-newslatter-content .newlatter-from .mc4wp-form-fields {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.art-newslatter-content .newlatter-from input {
  width: 280px;
  height: 25px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #261723;
}
.art-newslatter-content .newlatter-from input::placeholder {
  opacity: 0.64;
  color: #261723;
  line-height: 1;
  font-size: 16px;
}
.art-newslatter-content .newlatter-from button {
  padding: 0;
  border: none;
  font-weight: 500;
  background-color: transparent;
}
.art-newslatter-content .newlatter-from button i {
  margin-left: 2px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.art-newslatter-content .newlatter-from button:hover i {
  transform: rotate(0);
}

.art-newslatter-shape1 {
  top: 0;
  opacity: 0.24;
  right: 18px;
}

.art-newslatter-shape2 {
  bottom: 0;
  left: 45%;
}

/*---------------------------------------------------- */
/*Contact Section*/
/*----------------------------------------------------*/
@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.art-contact-section {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 150px;
}
.art-contact-section.ver_2 {
  padding-top: 0;
  padding-bottom: 120px;
}
.art-contact-section.ver_2 .art-contact-shape {
  top: 0;
  right: -130px;
}
@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), (max-width: 767px) {
  .art-contact-section.ver_2 .art-contact-shape {
    right: -35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-contact-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.art-contact-shape {
  top: 200px;
  right: -200px;
}
@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), (max-width: 767px) {
  .art-contact-shape {
    right: -35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-contact-shape {
    display: none;
  }
}
.art-contact-shape svg path:nth-child(odd) {
  animation-duration: 5s;
  animation-delay: -0.25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-name: move;
}
.art-contact-shape svg path:nth-child(even) {
  animation-duration: 5s;
  animation-delay: -0.25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-name: move2;
}

.art-contact-content .art-section-title {
  margin-bottom: 40px;
}
.art-contact-content .art-section-title .sec_title {
  opacity: 0.88;
  font-size: 45px;
  line-height: 47px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-contact-content .art-section-title .sec_title {
    font-size: 30px;
    line-height: 33px;
  }
}
.art-contact-content h3 {
  opacity: 0.88;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 20px;
}
.art-contact-content.ver_2 .art-section-title {
  margin-bottom: 28px;
}
.art-contact-content.ver_2 .art-section-title .sec_title {
  max-width: 540px;
  font-weight: 400;
}
.art-contact-content.ver_2 h3 {
  font-weight: 400;
  padding-bottom: 18px;
}
.art-contact-content.ver_2 .art-contact-form-area .contact-select input:checked ~ span:before {
  opacity: 1;
}
.art-contact-content.ver_2 .art-contact-form-area button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(114.14deg, #F76B3B 15.75%, #3B86F7 84.81%);
}

.art-contact-form-area .contact-select {
  margin: 3px 1px;
}
.art-contact-form-area .contact-select input {
  display: none;
}
.art-contact-form-area .contact-select input:checked ~ span {
  opacity: 1;
}
.contact-select input:checked ~ span:before {
  opacity: 1;
}
.art-contact-form-area h3 {
  margin-bottom: 20px;
}
.art-contact-form-area .contact-select span:before {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px;
  position: absolute;
  transition: all 500ms ease;
  background: #A2A2FC;
}
.art-contact-form-area .contact-select:is(.has_2) span::before {
  background: linear-gradient(114.14deg, #F76B3B 15.75%, #3B86F7 84.81%);
}
.art-contact-form-area .contact-select .wpcf7-list-item {
  z-index: 1;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
  border-radius: 4px;
  padding: 3px 12px;
  position: relative;
  display: inline-grid;
  background-color: #fff;
  text-transform: uppercase;
  transition: all 500ms ease;
  margin: 0;
  margin-right: 5px;
}

.art-contact-form-area button, .art-contact-form-input .form-submit input {
  border: none;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 19.5px 30px;
  text-transform: uppercase;
  background-color: #A2A2FC;
  transition: all 500ms ease;
}
.art-contact-form-area button:hover, .art-contact-form-input .form-submit input:hover {
  color: #A2A2FC;
  background-color: #000;
}
.art-contact-form-area.page_version .contact-select span:before {
  background: var(--art-base-color-1);
}
.art-contact-form-area.page_version .art-contact-form-input .input-field input,
.art-contact-form-area.page_version .art-contact-form-input .input-field textarea {
  border-bottom: 2px solid #E9E9E9;
}
.art-contact-form-area.page_version button {
  color: #fff;
  letter-spacing: 1px;
  background-color: var(--art-base-color-1);
}

.art-contact-form-option {
  max-width: 580px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-contact-form-option {
    max-width: 100%;
  }
}

.art-contact-form-input {
  width: 100%;
  max-width: 592px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-contact-form-input {
    max-width: 100%;
  }
}
.art-contact-form-input .input-field {
  margin-bottom: 30px;
}
.art-contact-form-input .input-field label {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.art-contact-form-input .input-field input, .art-contact-form-input .input-field textarea {
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}
.art-contact-form-input .input-field input::placeholder, .art-contact-form-input .input-field textarea::placeholder {
  opacity: 0.56;
}
.art-contact-form-input .input-field textarea {
  height: 75px;
  padding-top: 10px;
}

.art-contact-shape-section {
  width: 100%;
  height: 240px;
}
.art-contact-shape-section img {
  width: 100%;
  object-fit: cover;
}
@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), (max-width: 767px) {
  .art-contact-shape-section {
    display: none;
  }
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Banner Section*/
/*----------------------------------------------------*/
.art-banner-section-3 {
  overflow: hidden;
}

.art-banner-content-3 {
  padding: 232px 0px 160px;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-content-3 {
    padding: 150px 15px 120px;
  }
}
@media (max-width: 767px) {
  .art-banner-content-3 {
    padding: 150px 15px 80px;
  }
}
.art-banner-content-3 .banner-shape2 {
  top: 0;
  right: 0;
  transition: all 1200ms ease;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.art-banner-content-3 .banner-shape2.active {
  transition-delay: 800ms;
  transform: scaleY(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-content-3 .banner-shape2 {
    display: none;
  }
}
.art-banner-content-3 .art-banner-img-area {
  top: 150px;
  right: 170px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-banner-content-3 .art-banner-img-area {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-content-3 .art-banner-img-area {
    top: 0;
    right: 0;
    margin: 0 auto;
    max-width: 535px;
    margin-bottom: 40px;
    position: relative !important;
  }
}
.art-banner-content-3 .art-banner-img-area .banner-img {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-120px);
  transition: all 1000ms ease;
}
.art-banner-content-3 .art-banner-img-area .banner-shape1 {
  bottom: 0;
  z-index: -1;
  opacity: 0;
  right: -100px;
  visibility: hidden;
  transition: all 1000ms ease;
}
.art-banner-content-3 .art-banner-img-area.active .banner-img {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition-delay: 500ms;
}
.art-banner-content-3 .art-banner-img-area.active .banner-shape1 {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.art-banner-text-3 {
  max-width: 484px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-text-3 {
    margin: 0 auto;
    text-align: center;
    max-width: 535px;
  }
}
.art-banner-text-3 .banner_title {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1px;
  padding-bottom: 28px;
}
.art-banner-text-3 .banner_title span {
  color: #FF006A;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-banner-text-3 .banner_title {
    font-size: 45px;
    line-height: 50px;
  }
}
.art-banner-text-3 p {
  padding-bottom: 30px;
  line-height: 28px;
}

/*---------------------------------------------------- */
/*Scroll Title Section*/
/*----------------------------------------------------*/
.art-scroll-title-section {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-scroll-title-section {
    padding: 80px 15px;
  }
}

.scroll-title {
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  font-size: 90px;
  font-weight: 400;
  max-width: 800px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .scroll-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .scroll-title {
    font-size: 45px;
  }
}

.trx_text_shadow > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.32) 50%);
}

/*---------------------------------------------------- */
/*Predict Section*/
/*----------------------------------------------------*/
.art-predict-section {
  z-index: 1;
  overflow: hidden;
}
.art-predict-section .container {
  max-width: 824px;
}
.art-predict-section .art-predict-shape {
  top: 60px;
  left: 18%;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-predict-section {
    padding-bottom: 80px;
  }
}

.art-predict-top-content {
  gap: 30px 20px;
}
.art-predict-top-content .art-predict-top-text-1 {
  color: #fff;
  font-size: 32px;
  max-width: 385px;
  line-height: 36px;
}
.art-predict-top-content .art-predict-top-text-2 {
  color: #fff;
  font-size: 20px;
  max-width: 275px;
  line-height: 25px;
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-predict-top-content .art-predict-top-text-2 {
    text-align: left;
  }
}
.art-predict-top-content .art-predict-top-text-2 .predict_text_1, .art-predict-top-content .art-predict-top-text-2 .predict_text_2, .art-predict-top-content .art-predict-top-text-2 .predict_text_3, .art-predict-top-content .art-predict-top-text-2 .predict_text_4 {
  opacity: 0.2;
}

.art-predict-img {
  padding-bottom: 60px;
}
.art-predict-img .item-img {
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
  box-shadow: -16px 16px 48px 0px rgba(0, 0, 0, 0.4784313725);
}

.art-predict-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.art-predict-wrap .item-img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.art-predict-wrap .item-img:nth-child(2) {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.art-predict-wrap .item-img:nth-child(3) {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.art-predict-wrap .item-img:nth-child(4) {
  position: absolute;
  z-index: 4;
  opacity: 0;
}
.art-predict-wrap .item-img:nth-child(5) {
  position: absolute;
  z-index: 5;
  opacity: 0;
}
.art-predict-wrap .item-img:nth-child(6) {
  position: absolute;
  z-index: 6;
  opacity: 0;
}

/*---------------------------------------------------- */
/*Text marque Section*/
/*----------------------------------------------------*/
.art-text-marquee-section {
  z-index: 1;
  overflow: hidden;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-text-marquee-section {
    padding-bottom: 100px;
  }
}
.art-text-marquee-section:before {
  left: -10%;
  bottom: 75px;
  width: 120%;
  z-index: -1;
  content: "";
  height: 360px;
  position: absolute;
  background-size: cover;
  background-image: url(../img/shadow2.png);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-text-marquee-section:before {
    display: none;
  }
}
.art-text-marquee-section.ver_2 {
  margin-bottom: -75px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-text-marquee-section.ver_2 {
    padding-bottom: 80px;
  }
}

.art-marquee-1 {
  overflow: hidden;
  padding-top: 26px;
  background: linear-gradient(90deg, #203AFF 0.5%, #C000FF 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), (max-width: 767px), (max-width: 480px) {
  .art-marquee-1 {
    padding: 10px 0px;
  }
}
.art-marquee-1 h2 {
  top: 20px;
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-marquee-1 h2 {
    top: 0;
    line-height: 1;
    font-size: 60px;
  }
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
.art-service-section-3 {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 480px) {
  .art-service-section-3 {
    padding-bottom: 60px;
  }
}

.art-service-text-3 {
  max-width: 440px;
}
.art-service-text-3 .service_title {
  color: #fff;
  line-height: 47px;
  font-size: 45px;
  font-weight: 400;
  padding-bottom: 28px;
}
.art-service-text-3 p {
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.art-service-content-3 {
  gap: 30px 56px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-service-content-3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.art-service-item-3 {
  padding-top: 35px;
  padding-left: 64px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-item-3 {
    padding: 0;
  }
}
.art-service-item-3 .item-icon {
  margin-bottom: 28px;
}
@media (max-width: 480px) {
  .art-service-item-3 .item-icon {
    margin-bottom: 15px;
  }
}
.art-service-item-3 .item-text {
  max-width: 385px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-item-3 .item-text {
    max-width: 100%;
  }
}
.art-service-item-3 .item-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125;
  padding-bottom: 16px;
}
@media (max-width: 480px) {
  .art-service-item-3 .item-text h3 {
    font-size: 26px;
    padding-bottom: 12px;
  }
}
.art-service-item-3 .item-text p {
  line-height: 26px;
}

.art-service-3 .card-deck {
  width: 720px;
  height: 415px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-3 .card-deck {
    width: 100%;
    height: 100%;
  }
}

.art-service-3 .card {
  position: absolute;
  flex: 0 0 auto;
  width: 100%;
  height: 415px;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 20px;
  opacity: 1;
  transition: left 1s ease-in-out, z-index 1s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-3 .card {
    height: 100%;
    display: block;
    position: static;
    padding: 30px 40px;
    margin-bottom: 30px;
  }
}

.art-service-3 .card-deck.slider-split .card.show-card {
  left: calc(50px * var(--custom-index));
}

.art-service-3 .card-deck.slider-split .card-content {
  flex-basis: calc(100% - 150px);
  justify-content: flex-start;
}

.art-service-3 .bg-green {
  left: 0px;
  background: #1a1e46;
}

.art-service-3 .bg-indigo {
  left: 95%;
  background: #2D2F4D;
}

.art-service-3 .bg-red {
  left: 95%;
  background: #444661;
}

.art-service-3 .bg-grey {
  left: 95%;
  background: #5B5E75;
}

.art-service-3 .card-deck.slider-split .bg-indigo {
  left: calc(100% - 150px);
}

.art-service-3 .card-deck.slider-split .bg-red {
  left: calc(100% - 100px);
}

.art-service-3 .card-deck.slider-split .bg-grey {
  left: calc(100% - 50px);
}

.art-service-3 .card-deck-img .card.slider-img {
  left: calc(100% + 50px);
}

.art-service-3 .card-deck.slider-split .bg-indigo .card-content {
  flex-basis: calc(100% - 200px);
}

.art-service-3 .card-deck.slider-split .bg-red .card-content {
  flex-basis: calc(100% - 250px);
}

.art-service-3 .card-deck.slider-split .bg-grey .card-content {
  flex-basis: calc(100% - 300px);
}

.art-service-3 .custom-navs {
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-3 .custom-navs {
    display: none;
  }
}

.art-service-3 .slider-nav {
  right: 23%;
  bottom: 12px;
  display: flex;
  flex-basis: 50%;
  position: absolute;
  align-self: flex-end;
}

.art-service-3 .slider-nav div {
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  width: 46px;
  display: flex;
  height: 46px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
.art-service-3 .slider-nav div:hover {
  border: 2px solid rgb(255, 255, 255);
}

.art-service-3 .slider-nav div.prev {
  margin-right: 10px !important;
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
.art-project-section-3 {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.art-project-title {
  z-index: 1;
  padding-top: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-title {
    padding-top: 0;
  }
}
.art-project-title h2 {
  font-size: 90px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-title h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-title h2 {
    font-size: 50px;
  }
}
.art-project-title .art-title-2 {
  left: 0;
  right: 0;
  top: 90px;
  z-index: -2;
  transition: all 700ms ease;
  color: rgba(255, 255, 255, 0.08);
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #16193A;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-title .art-title-2 {
    display: none;
  }
}
.art-project-title .art-title-3 {
  left: 0;
  right: 0;
  top: 90px;
  z-index: 1;
  z-index: -1;
  transition: all 700ms ease;
  color: rgba(255, 255, 255, 0.24);
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #16193A;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-title .art-title-3 {
    display: none;
  }
}
.art-project-title.active .art-title-3 {
  top: 45px;
  transition-delay: 300ms;
}
.art-project-title.active .art-title-2 {
  top: 0;
  transition-delay: 500ms;
}

.art-project-content-3 {
  margin: 0 auto;
  max-width: 800px;
}

.art-project-item-3 {
  margin-bottom: 30px;
}
.art-project-item-3 .item-img {
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item-3 .item-img {
    height: 350px;
  }
  .art-project-item-3 .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.art-project-item-3 .item-tag {
  top: 20px;
  left: 20px;
  text-align: left;
  max-width: 410px;
  position: absolute;
}
.art-project-item-3 .item-tag a {
  line-height: 1;
  font-size: 15px;
  margin: 3px 2px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 12px;
  display: inline-block;
  background-color: #16193A;
}

/*---------------------------------------------------- */
/*Team Section*/
/*----------------------------------------------------*/

.art-team-section-3 .art-team-shape {
  top: 35px;
  left: -280px;
}
@media (max-width: 767px), (max-width: 480px) {
  .art-team-section-3 {
    padding: 80px 0px;
  }
}

.art-team-section-title {
  max-width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-section-title {
    max-width: 100%;
  }
}
.art-team-section-title .sec_title {
  color: #fff;
  line-height: 48px;
  font-size: 47px;
  padding-bottom: 35px;
}
.art-team-section-title .title-text {
  padding-left: 205px;
}
.art-team-section-title .title-text p {
  font-size: 20px;
  line-height: 28px;
  max-width: 285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-section-title .title-text p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-section-title .title-text {
    padding-left: 0;
  }
}

.art-team-content-3 {
  gap: 30px 136px;
  margin-right: -450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-team-content-3 {
    gap: 30px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-content-3 {
    flex-wrap: wrap;
    margin-right: 0;
  }
}

.art-team-slider-content-3 {
  max-width: 1250px;
  margin-right: -463px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-slider-content-3 {
    margin-right: 0;
    max-width: 100%;
  }
}
.art-team-slider-content-3 .art-drag-text a {
  color: rgba(255, 255, 255, 0.72);
}
.art-team-slider-content-3 .art-drag-text a:before {
  background: linear-gradient(45deg, #203AFF -2.08%, #C000FF 97.92%);
}
.art-team-slider-content-3 .swiper-slide:nth-child(odd) {
  transform: translateY(120px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-slider-content-3 .swiper-slide:nth-child(odd) {
    transform: translateY(0px);
  }
}

.art-team-slider-3 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-slider-3 {
    padding-bottom: 0;
  }
}

.art-team-item-3 {
  max-width: 280px;
  overflow: hidden;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-item-3 {
    margin: 0 auto;
  }
}
.art-team-item-3:before, .art-team-item-3:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.12);
}
.art-team-item-3:after {
  width: 20%;
  transition: all 500ms ease;
  background-color: rgb(255, 255, 255);
}
.art-team-item-3 .item-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  display: inline-block;
}
.art-team-item-3 .item-img .item-shape {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.4);
  transition: all 400ms ease;
}
.art-team-item-3 .item-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 23px;
  font-weight: 500;
}
.art-team-item-3 .item-text span {
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.art-team-item-3:hover:after {
  width: 100%;
}
.art-team-item-3:hover .item-img .item-shape {
  opacity: 0.4;
  transform: scale(1);
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.art-blog-section-3 {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .art-blog-section-3 {
    padding: 60px 0px;
  }
}

.art-blog-title h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .art-blog-title h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .art-blog-title h3 {
    font-size: 30px;
    text-align: center;
  }
}

.art-blog-item-3 {
  margin: 0 auto;
  max-width: 384px;
  margin-bottom: 30px;
}
.art-blog-item-3 .item-img-meta {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 22px;
}
.art-blog-item-3 .item-img:before {
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 161, 222, 0.2509803922);
}
.art-blog-item-3 .item-img img {
  filter: grayscale(1);
  mix-blend-mode: luminosity;
  transition: all 800ms ease;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  height: 450px;
  object-fit: cover;
}
.art-blog-item-3 .item-meta {
  top: 20px;
  left: 20px;
  line-height: 1;
  position: absolute;
}
.art-blog-item-3 .item-meta a {
  margin: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 12px;
  display: inline-block;
  background-color: #16193A;
}
.art-blog-item-3 .blog_title {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}
.art-blog-item-3:hover .item-img img {
  transform: perspective(600px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

/*---------------------------------------------------- */
/*CTA Section*/
/*----------------------------------------------------*/
.art-cta-section-3 {
  overflow: hidden;
}
.art-cta-section-3 .cta-shape {
  top: 0;
  z-index: -1;
  right: -200px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-cta-section-3 {
    padding: 60px 0px;
  }
}

.art-cta-content-3 h2 {
  color: #fff;
  line-height: 1;
  font-size: 128px;
  font-weight: 400;
  letter-spacing: -2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-cta-content-3 h2 {
    font-size: 60px;
  }
}
.art-cta-content-3 h2 a {
  z-index: 1;
  font-size: 20px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  margin-right: 24px;
  padding: 33px 40px;
  letter-spacing: 1px;
  border-radius: 12px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-cta-content-3 h2 a {
    padding: 15px 20px;
  }
}
.art-cta-content-3 h2 a:after, .art-cta-content-3 h2 a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
  position: absolute;
  background: #252849;
}
.art-cta-content-3 h2 a:before {
  top: 1px;
  left: 1px;
  width: 99%;
  height: 98%;
}
.art-cta-content-3 h2 a:after {
  z-index: -2;
  background: linear-gradient(90deg, #203AFF 0.5%, #C000FF 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-cta-content-3 h2 a:after {
    display: none;
  }
}
.art-cta-content-3 h2 a span {
  color: #fff;
  transition: all 0.4s ease;
}
.art-cta-content-3 h2 a:hover span {
  color: #FF006A;
}
.art-cta-content-3 h2.ver_2 a {
  border: 1px solid #A276B9;
}
.art-cta-content-3 h2.ver_2 a:before, .art-cta-content-3 h2.ver_2 a:after {
  display: none;
}
.art-cta-content-3 .art-cta-btn a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 33px 40px;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #C000FF 0.5%, #203AFF 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-cta-content-3 .art-cta-btn a {
    padding: 15px 22px;
  }
}
.art-cta-content-3 .art-cta-btn a span {
  position: relative;
  z-index: 2;
}
.art-cta-content-3 .art-cta-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #203AFF 0.5%, #C000FF 100%);
  transition: all 0.6s ease;
}
.art-cta-content-3 .art-cta-btn a:hover::after {
  opacity: 0;
}

/*---------------------------------------------------- */
/******* HOME PAGE 4 *******/
/*Banner Section*/
/*----------------------------------------------------*/
.art-banner-text-4 {
  padding-top: 230px;
}
.art-banner-text-4 .banner_title {
  color: #fff;
  margin: 0 auto;
  line-height: 1.04;
  font-size: 64px;
  font-weight: 500;
  max-width: 630px;
  padding-bottom: 36px;
  letter-spacing: -3px;
}
.art-banner-text-4 .banner_title span {
  background-image: url(../img/bg/title-bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-banner-text-4 .banner_title {
    font-size: 45px;
  }
}

/*---------------------------------------------------- */
/*Scroll Text Section*/
/*----------------------------------------------------*/
.art-scroll-text-title {
  margin: 0 auto;
  max-width: 495px;
  margin-top: -120px;
  display: flex;
  align-items: start;
  justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-scroll-text-title {
    margin-top: 30px;
  }
}
.art-scroll-text-title::after {
  content: "";
  position: absolute;
  top: -80px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-scroll-text-title::after {
    top: -60px;
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .art-scroll-text-title::after {
    top: -50px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .art-scroll-text-title::after {
    display: none;
  }
}
.art-scroll-text-title h2 {
  color: #F5F5F7;
  font-size: 64px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -3px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-scroll-text-title h2 {
    font-size: 35px;
    line-height: 38px;
  }
}

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

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

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
.art-service-content-4 {
  margin: 0 auto;
  max-width: 1185px;
  padding-top: 195px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-content-4 {
    padding: 80px 15px;
  }
}

.art-service-text-wrap {
  color: #F5F5F7;
  margin: 0 auto;
  line-height: 1;
  font-weight: 500;
  max-width: 502px;
  padding: 115px 0;
  letter-spacing: -2px;
}
.art-service-text-wrap h2 {
  font-size: 45px;
  line-height: 47px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-text-wrap h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-text-wrap {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-img-wrap {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.art-service-img-wrap .art-service-img-4:nth-child(1) {
  transform: rotate(-15deg);
}
.art-service-img-wrap .art-service-img-4:nth-child(2) {
  transform: rotate(15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-img-wrap .art-service-img-4 {
    transform: rotate(0deg) translateY(0px) translateX(0px) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-img-wrap-2 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
  }
}
.art-service-img-wrap-2 .art-service-img-4:nth-child(1) {
  transform: rotate(15deg);
}
.art-service-img-wrap-2 .art-service-img-4:nth-child(2) {
  transform: rotate(-15deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-img-wrap-2 .art-service-img-4 {
    transform: rotate(0deg) translateY(0px) translateX(0px) !important;
  }
}

.art-service-section-5 .art-section-title-4 {
  max-width: 735px;
  margin: 0 auto;
}

.art-service-content-5 {
  overflow: hidden;
}

.art_service_5_wrap {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}

.art-service-item-5 {
  flex: 0 0 auto;
  padding: 56px;
  max-width: 488px;
  margin-right: 30px;
  border-radius: 20px;
  display: inline-block;
  background-color: #111112;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-item-5 {
    max-width: 380px;
    padding: 30px;
  }
}
.art-service-item-5 .item-vector {
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-item-5 .item-vector {
    margin-bottom: 15px;
  }
}
.art-service-item-5 .item-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-service-item-5 .item-text h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
.art-service-item-5 .item-text p {
  color: #AEAEB3;
  max-width: 365px;
  letter-spacing: -1px;
  line-height: 28px;
}

/*---------------------------------------------------- */
/*Light Animation Section*/
/*----------------------------------------------------*/
.art-light-line .light-line {
  width: 100px;
  height: 235px;
  margin: 0 auto;
}
.art-light-line .light-line:before {
  left: 0;
  right: 0;
  z-index: 1;
  top: -15px;
  width: 100%;
  content: "";
  height: 205px;
  margin: 0 auto;
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.art-light-line .light-line span {
  width: 4px;
  height: 240px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.art-light-line .light-line span:before {
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: #ADFF00;
}
.art-light-line .light-line span:after {
  top: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: #ADFF00;
  filter: blur(12px);
}
.art-light-line .art-light-dot {
  z-index: 1;
  top: -240px;
}
.art-light-line .art-light-dot .light-shadow-1 {
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  background-color: #ADFF00;
}
.art-light-line .art-light-dot .light-shadow-1:before {
  left: 0;
  right: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  content: "";
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #000000;
}
.art-light-line .art-light-dot .light-shadow-2 {
  left: 0;
  top: -8px;
  right: 0;
  z-index: -1;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  filter: blur(12px);
  background-color: #ADFF00;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-light-line {
    padding-bottom: 60px;
  }
}

.art-light-animation.ver_2 {
  margin-top: -100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-light-animation.ver_2 {
    margin-top: 20px;
  }
}
.art-light-animation.ver_3 {
  margin-bottom: -120px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-light-animation.ver_3 {
    margin-top: 20px;
  }
}
.art-light-animation.ver_3::after {
  content: "";
  position: absolute;
  bottom: -540px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-light-animation.ver_3::after {
    bottom: -550px;
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .art-light-animation.ver_3::after {
    bottom: -450px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .art-light-animation.ver_3::after {
    display: none;
  }
}

.art-light-animation-img {
  transition: all 1000ms ease;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.art-light-animation-img.active {
  transition-delay: 500ms;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-light-animation-img {
    display: none;
  }
}

.art-scroll-text-img {
  transition: all 1000ms ease;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.art-scroll-text-img.active {
  transition-delay: 500ms;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-scroll-text-img {
    display: none;
  }
}

.cricle-bg_4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cricle-bg_4::after {
  content: "";
  position: absolute;
  top: -540px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cricle-bg_4::after {
    top: -550px;
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cricle-bg_4::after {
    top: -450px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cricle-bg_4::after {
    display: none;
  }
}

.cricle-bg_5 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cricle-bg_5::after {
  content: "";
  position: absolute;
  top: -590px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cricle-bg_5::after {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cricle-bg_5::after {
    top: -500px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cricle-bg_5::after {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.art-counter-section-4 .art-section-title-4 {
  margin: 0 auto;
  max-width: 720px;
}
.art-counter-section-4 .art-section-title-4 .sec_title {
  font-size: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-counter-section-4 .art-section-title-4 .sec_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-section-4 .art-section-title-4 .sec_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .art-counter-section-4 .art-section-title-4 .sec_title {
    font-size: 30px;
  }
}

.art-counter-wrap-4 {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  padding: 90px 64px 25px;
  gap: 0px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-counter-wrap-4 {
    padding-left: 0;
    padding-top: 50px;
    padding-right: 0px;
  }
}
.art-counter-wrap-4:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: #28282A;
  transition: all 1000ms ease;
}
.art-counter-wrap-4.active:before {
  width: 100%;
  transition-delay: 800ms;
}

.art-counter-item-4 h3 {
  line-height: 1;
  font-size: 128px;
  font-weight: 300;
  letter-spacing: -6px;
  background: linear-gradient(90deg, #F7B500 0%, #6DD400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-item-4 h3 {
    font-size: 60px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .art-counter-item-4 h3 {
    font-size: 80px;
    letter-spacing: 1px;
  }
}
.art-counter-item-4 p {
  top: -20px;
  color: #AEAEB3;
  line-height: 26px;
  font-size: 23px;
  max-width: 116px;
  position: relative;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-counter-item-4 p {
    top: 0;
  }
}
.art-counter-item-4:nth-child(2) h3 {
  background: linear-gradient(90deg, #EB9191 0%, #5A5AE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.art-counter-desc {
  margin: 0 auto;
  font-size: 23px;
  max-width: 565px;
  padding-top: 40px;
  line-height: 30px;
}

/*---------------------------------------------------- */
/*App Section*/
/*----------------------------------------------------*/
.art-app-section .art-section-title-4 {
  margin: 0 auto;
  max-width: 635px;
}

.art-app-content {
  gap: 32px;
  padding-top: 90px;
  padding-bottom: 85px;
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
.art-project-section-4.ver_2 {
  padding-top: 120px;
  background-color: #E1E4EC;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.art-project-content-4 {
  padding: 0px 110px;
  max-width: 1920px;
  margin: 0 auto;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-project-content-4 {
    padding: 0px 15px;
  }
}

.art-project-item-4 {
  padding: 48px 0px;
  transition: all 500ms ease;
  border-bottom: 1px solid #28282A;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-project-item-4 {
    gap: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item-4 {
    flex-wrap: wrap;
    padding: 30px 20px;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item-4 .project-text {
    width: 100%;
    text-align: center;
  }
}
.art-project-item-4 .project-text .item-tag {
  margin-bottom: 5px;
}
.art-project-item-4 .project-text .item-tag a {
  color: #86868B;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  margin-right: 4px;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  background-color: #111112;
}
.art-project-item-4 .project-text .item_title {
  color: #86868B;
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 767px), (max-width: 480px) {
  .art-project-item-4 .project-text .item_title {
    font-size: 30px;
  }
}
.art-project-item-4 .project-img {
  left: 40%;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  transform: translateX(-50%) rotate(-16deg);
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-project-item-4 .project-img {
    opacity: 1;
    position: static;
    transform: translateX(0) rotate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item-4 .project-img {
    width: 100%;
    text-align: center;
  }
}
.art-project-item-4.ver_2 .project-text .item-tag a {
  background-color: #FFFFFF;
}
.art-project-item-4:hover {
  padding: 48px 40px;
  background-color: #111112;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-project-item-4:hover {
    padding: 30px 20px;
  }
}
.art-project-item-4:hover .project-text .item-tag a {
  color: #fff;
  background-color: #000000;
}
.art-project-item-4:hover .project-text .item_title {
  color: #fff;
}
.art-project-item-4:hover .project-img {
  left: 50%;
  opacity: 1;
}

/*---------------------------------------------------- */
/*Sponsor Section*/
/*----------------------------------------------------*/
@keyframes border_line_anim {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.art-sponsor-section-4 {
  z-index: 1;
}
.art-sponsor-section-4 .art-section-title-4 {
  margin: 0 auto;
  max-width: 545px;
}

.art-sponsor-content-4 {
  gap: 32px;
  display: flex;
}
.art-sponsor-content-4:hover .breadcrumb-img-animation {
  display: block;
}
.art-breadcrumb-section {background-color: #E7EAF2;}
.art-sponsor-item-4 .item-img {
  width: 280px;
  height: 120px;
  overflow: hidden;
  display: flex;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111112;
}
.art-sponsor-item-4 .item-img .inner-img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 12px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.art-sponsor-item-4:hover .art-sponsor-item-4-animation {
  opacity: 1;
  visibility: visible;
}
.art-sponsor-item-4.ver_2 .item-img, .art-sponsor-item-4.ver_3 .item-img {
  border: 1px solid #F3F3F3;
}
.art-sponsor-item-4.ver_2 .inner-img, .art-sponsor-item-4.ver_3 .inner-img {
  background-color: #fff;
}
.art-sponsor-item-4.ver_2 .art-sponsor-item-4-animation, .art-sponsor-item-4.ver_3 .art-sponsor-item-4-animation {
  background: conic-gradient(from 1deg, #F3F3F3 0%, #EB9191 10%, #F3F3F3 12%, transparent 17%);
}
.art-sponsor-item-4.ver_3 {
  margin-bottom: 30px;
}

.art-sponsor-item-4-animation {
  width: 750px;
  height: 750px;
  display: block;
  background: conic-gradient(from 1deg, rgba(0, 0, 0, 0) 0%, #EB9191 10%, #A376B9 12%, transparent 17%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  z-index: -2;
  border-radius: 12px;
  transition: all 500ms ease;
  animation: border_line_anim 3s linear infinite;
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.art-testimonial-section-4 {
  overflow: hidden;
}

.art-testimonial-title h3 {
  color: #F5F5F7;
  margin: 0 auto;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  max-width: 820px;
  letter-spacing: -1px;
}

.art-testimonial-item-4 {
  margin: 16px;
  max-width: 384px;
  padding: 30px 32px;
  border-radius: 12px;
  display: inline-block;
  border: 1px solid #111112;
}
.art-testimonial-item-4 .item-rate {
  margin-bottom: 12px;
}
.art-testimonial-item-4 .item-rate li {
  color: #F5F5F7;
  font-size: 14px;
  margin-right: 5px;
}
.art-testimonial-item-4 .item-text {
  color: #F5F5F7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: var(--art-body-font);
}
.art-testimonial-item-4 .item-author {
  gap: 12px;
}
.art-testimonial-item-4 .item-author .auth-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.art-testimonial-item-4 .item-author .auth-img img {
  mix-blend-mode: luminosity;
}
.art-testimonial-item-4 .item-author .auth-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #EB9191 0%, #5A5AE1 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.art-testimonial-item-4 .item-author .auth-text {
  line-height: 1;
}
.art-testimonial-item-4 .item-author .auth-text h3 {
  line-height: 1;
  color: #F5F5F7;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 4px;
}
.art-testimonial-item-4 .item-author .auth-text span {
  line-height: 1;
  color: #86868B;
  font-size: 15px;
}

.art-testimonial-scroller_1,
.art-testimonial-scroller_2 {
  display: flow-root;
}

.art-testimonial-bottom-text {
  font-size: 16px;
  color: #F5F5F7;
}
.art-testimonial-bottom-text li {
  color: #F5F5F7;
  font-size: 12px;
}
.art-testimonial-bottom-text span {
  margin: 0px 8px;
}
.art-testimonial-bottom-text p {
  opacity: 0.86;
}
.art-testimonial-bottom-text.ver_2 {
  color: #010101;
}
.art-testimonial-bottom-text.ver_2 li {
  color: #010101;
}
.art-testimonial-bottom-text.ver_2 span {
  font-weight: 500;
}
.art-testimonial-bottom-text.ver_2 p {
  opacity: 0.86;
}

/*---------------------------------------------------- */
/******* HOME PAGE 5 *******/
/*Banner Section*/
/*----------------------------------------------------*/
.art-banner-section-5 {
  overflow: hidden;
}
.art-banner-section-5 .art-banner-globe {
  top: 0;
  right: -25%;
}
.art-banner-section-5 .art-banner-shape {
  left: -20%;
}

.art-banner-content-5 {
  padding-top: 285px;
  padding-left: 112px;
  padding-bottom: 230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .art-banner-content-5 {
    padding-top: 230px;
    padding-left: 15px;
    padding-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .art-banner-content-5 {
    padding-top: 200px;
    padding-left: 15px;
    padding-bottom: 120px;
  }
}
.art-banner-content-5 .art-banner-text {
  max-width: 600px;
}
.art-banner-content-5 .art-banner-text .banner_title {
  color: #010101;
  font-weight: 400;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .art-banner-content-5 .art-banner-text .banner_title {
    font-size: 40px;
  }
}
.art-banner-content-5 .art-banner-text p {
  color: #010101;
  padding-left: 0;
}
.art-banner-content-5 .art-banner-text p:before {
  display: none;
}

/*---------------------------------------------------- */
/*Sponsor Section*/
/*----------------------------------------------------*/
.art-sponsor-section-5 {
  overflow: hidden;
}

.sponsor-item-5 {
  margin-right: 80px;
  display: inline-block;
}
.sponsor-item-5 .item-img {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-sponsor-marque {
  display: flow-root;
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
.art-project-section-5 {
  overflow: hidden;
  padding-bottom: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-section-5 {
    padding-bottom: 60px;
  }
}

.art-project-item-5 {
  padding-top: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-item-5 {
    padding-top: 60px;
  }
}
.art-project-item-5 .project_globe {
  top: 0%;
  right: -25%;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-project-item-5 .project_globe {
    right: -37%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-item-5 .project_globe {
    display: none;
  }
}
.art-project-item-5:nth-child(odd) .project_globe {
  right: auto;
  left: -22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .art-project-item-5:nth-child(odd) .project_globe {
    left: -37%;
  }
}
.art-project-item-5:nth-child(odd) .art-project-text-5 {
  justify-content: end;
}
.art-project-item-5 .art-project-text-5 {
  display: flex;
}
.art-project-item-5 .art-project-text-5 .item-text {
  max-width: 595px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-item-5 .art-project-text-5 .item-text {
    max-width: 100%;
  }
}
.art-project-item-5 .art-project-text-5 .item-text span {
  color: #0E61A0;
  display: block;
  font-weight: 500;
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-item-5 .art-project-text-5 .item-text span {
    margin-bottom: 5px;
  }
}
.art-project-item-5 .art-project-text-5 .item-text .pro_title {
  color: #261723;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-project-item-5 .art-project-text-5 .item-text .pro_title {
    font-size: 28px;
  }
}
.art-project-item-5 .art-project-text-5 .item-text p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 24px;
}
.art-project-item-5 .art-project-text-5 .item-text li {
  font-size: 20px;
  margin-bottom: 4px;
}
.art-project-item-5 .art-project-text-5 .item-text li img {
  margin-right: 10px;
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
.art-service-section-6 {
  overflow: hidden;
}

.art-service-title-6 .sec_title {
  line-height: 47px;
  margin: 0 auto;
  font-size: 45px;
  max-width: 620px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-title-6 .sec_title {
    font-size: 30px;
    line-height: 32px;
  }
}

.art-service-slider-area-6 {
  width: 120%;
  max-width: 2160px;
  margin-left: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-slider-area-6 {
    width: 100%;
    padding: 0px 15px;
    margin-left: 0px;
  }
}

.art-service-item-6 {
  width: 100%;
  margin: 0 auto;
  max-width: 384px;
  min-height: 415px;
  border-radius: 24px;
  background-color: #fff;
  padding: 48px 40px 58px;
  transform: rotate(-8deg) translateY(80px);
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-item-6 {
    transform: rotate(0deg) translateY(0px) !important;
  }
}
.art-service-item-6 .item-icon {
  position: relative;
  border-radius: 30px;
  margin-bottom: 32px;
}
.art-service-item-6 .item-icon:before {
  top: 0;
  left: 0;
  width: 120px;
  content: "";
  height: 120px;
  border-radius: 100%;
  position: absolute;
  box-shadow: -12px 12px 36px 0px rgba(0, 0, 0, 0.1019607843);
}
.art-service-item-6 .item-text .ser_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125;
  padding-bottom: 15px;
}
.art-service-item-6 .item-text p {
  line-height: 26px;
}

.swiper-slide-active .art-service-item-6 {
  transform: rotate(0deg);
}

.swiper-slide-prev .art-service-item-6 {
  transform: rotate(-4deg) translateY(12px);
}

.swiper-slide-next .art-service-item-6 {
  transform: rotate(4deg) translateY(24px);
}

.swiper-slide-next + .swiper-slide .art-service-item-6 {
  transform: rotate(8deg) translateY(100px);
}

.art-service-bottom-text {
  margin: 0 auto;
  max-width: 815px;
}
.art-service-bottom-text h3 {
  color: #010101;
  line-height: 34px;
  font-size: 32px;
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-bottom-text h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
@keyframes GLOW_ANIMATION {
  0% {
    transform: translate(-160%, -50%);
  }
  20% {
    transform: translate(90%, -50%);
  }
  40% {
    transform: translate(90%, 10%);
  }
  60% {
    transform: translate(-180%, 10%);
  }
  80% {
    transform: translate(-100%, 10%);
  }
  100% {
    transform: translate(-160%, -50%);
  }
}
.art-testimonial-section-5 {
  z-index: 1;
  overflow: hidden;
}
.art-testimonial-section-5 .art-testimonial-shade {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.art-testimonial-section-5 .art-testimonial-shade .shade-1 {
  display: block;
  width: 400px;
  height: 400px;
  opacity: 0.7;
  background: #F76B3B;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: GLOW_ANIMATION 20s linear infinite;
  transition: 1s;
}
.art-testimonial-section-5 .art-testimonial-shade .shade-2 {
  display: block;
  width: 400px;
  height: 400px;
  opacity: 0.7;
  background: #3F9AEB;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: GLOW_ANIMATION 25s linear infinite;
  transition: 1s;
}

.art-testimonial-title-5 {
  margin: 0 auto;
  max-width: 770px;
}
.art-testimonial-title-5 h2 {
  color: #010101;
  font-size: 45px;
  line-height: 47px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-testimonial-title-5 h2 {
    font-size: 30px;
    line-height: 33px;
  }
}

.art-testimonial-shape {
  width: 100%;
  line-height: 175px;
}
.art-testimonial-shape img {
  width: 100%;
  object-fit: cover;
}

.art-testimonial-scroll-1,
.art-testimonial-scroll-2 {
  display: flow-root;
  margin: 32px 0px;
}

.art-testimonial-item-5 {
  max-width: 384px;
  margin: 0px 16px;
  padding: 30px 32px;
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}
.art-testimonial-item-5:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.art-testimonial-item-5 .inner-shadow1,
.art-testimonial-item-5 .inner-shadow2,
.art-testimonial-item-5 .inner-shadow3 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.art-testimonial-item-5 .inner-shadow1 {
  box-shadow: 0px -1px 1px 0px #FAFAFA inset;
}
.art-testimonial-item-5 .inner-shadow2 {
  box-shadow: 0px -2px 3px 0px #E3E3E3 inset;
}
.art-testimonial-item-5 .inner-shadow3 {
  box-shadow: 0px 3px 4px -1px rgba(95, 95, 95, 0.1019607843);
}
.art-testimonial-item-5 li {
  color: #261723;
  font-size: 12px;
  margin-right: 5px;
}
.art-testimonial-item-5 p {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 24px;
}
.art-testimonial-item-5 .art-testimonial-author .item-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin-right: 12px;
  position: relative;
  border-radius: 100%;
}
.art-testimonial-item-5 .art-testimonial-author .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  position: absolute;
  background-color: #F76B3B;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.art-testimonial-item-5 .art-testimonial-author .item-img img {
  mix-blend-mode: luminosity;
}
.art-testimonial-item-5 .art-testimonial-author .item-text h3 {
  color: #261723;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.art-testimonial-item-5 .art-testimonial-author .item-text span {
  opacity: 0.8;
  color: #261723;
  line-height: 1;
  font-size: 15px;
}

/*---------------------------------------------------- */
/*Map Section*/
/*----------------------------------------------------*/
@keyframes spin {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-map-section {
    padding-bottom: 50px;
  }
}

.art-map-pointer .map-pointer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.art-map-pointer .map-pointer span {
  top: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
}
.art-map-pointer .map-pointer span:after {
  top: 5px;
  left: 5px;
  width: 8px;
  content: "";
  height: 8px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
}
.art-map-pointer .map-pointer span:before {
  top: 0;
  left: 0;
  width: 20px;
  content: "";
  height: 20px;
  filter: blur(5px);
  border-radius: 100%;
  position: absolute;
  background-color: #3B86F7;
  animation: spin 3s infinite ease-in-out;
}
.art-map-pointer .map-pointer span:nth-child(1) {
  top: 30%;
  left: 20%;
}
.art-map-pointer .map-pointer span:nth-child(2) {
  top: 40%;
  left: 60%;
}
.art-map-pointer .map-pointer span:nth-child(3) {
  bottom: 20%;
  left: 40%;
}
.art-map-pointer .map-pointer span:nth-child(4) {
  top: 50%;
  left: 40%;
}
.art-map-pointer .map-pointer span:nth-child(5) {
  top: 70%;
  right: 20%;
}

/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.art-counter-section-5 {
  padding-bottom: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-section-5 {
    padding-bottom: 80px;
  }
}

.art-counter-title-text-5 {
  max-width: 905px;
  position: relative;
  margin-bottom: 30px;
}
.art-counter-title-text-5:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  background-color: #010101;
  transition: all 1200ms ease;
}
.art-counter-title-text-5 .count_title {
  font-size: 45px;
  line-height: 47px;
  max-width: 510px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-title-text-5 .count_title {
    font-size: 30px;
    line-height: 33px;
  }
}
.art-counter-title-text-5 p {
  max-width: 800px;
  padding: 32px 0px 38px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-counter-title-text-5 p {
    padding: 15px 0px 20px;
  }
}
.art-counter-title-text-5.active:before {
  width: 100%;
  transition-delay: 800ms;
}

.art-about-counter-items-5 {
  gap: 20px 40px;
}
.art-about-counter-items-5 .art-counter-item-2 h3 {
  font-size: 90px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-counter-items-5 .art-counter-item-2 h3 {
    font-size: 50px;
  }
}
.art-about-counter-items-5 .art-counter-item-2 p {
  font-size: 23px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-counter-items-5 .art-counter-item-2 p {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

/*---------------------------------------------------- */
/*Footer Scroll Section*/
/*----------------------------------------------------*/
.art-footer-text-scroller-section {
  overflow: hidden;
}

.art-footer-text-scroll {
  display: flow-root;
}
.art-footer-text-scroll h1 {
  font-size: 160px;
  font-weight: 400;
  line-height: 0.75;
  margin: 0px 25px;
  display: inline-block;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-text-scroll h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-text-scroll h1 {
    font-size: 60px;
  }
}
.art-footer-text-scroll span {
  top: -50px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-text-scroll span {
    display: none;
  }
}

/*---------------------------------------------------- */
/******* Inner Pages *******/
/*Breadcrumb/
/*----------------------------------------------------*/
.art-breadcrumb-content {
  padding: 276px 0px 258px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-breadcrumb-content {
    padding: 180px 0px 120px;
  }
}
.art-breadcrumb-content .title-text {
  max-width: 550px;
}
.art-breadcrumb-content .bread_title {
  color: #261723;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.031;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-breadcrumb-content .bread_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .art-breadcrumb-content .bread_title {
    font-size: 40px;
  }
}
.art-breadcrumb-content p {
  font-size: 23px;
}
@media (max-width: 480px) {
  .art-breadcrumb-content p {
    font-size: 18px;
  }
}
.art-breadcrumb-content .art-btn-1 a {
  background-color: transparent;
  border: 2px solid var(--art-base-color-1);
}
.art-breadcrumb-content .art-btn-1 a:hover {
  background-color: var(--art-base-color-1);
}
.art-breadcrumb-content .art-breadcrumb-list {
  right: 0;
  bottom: 0;
  padding: 15px 4px;
  position: absolute;
  background-color: #E7EAF2;
}
.art-breadcrumb-content .art-breadcrumb-list li {
  color: #261723;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 20px;
  position: relative;
}
.art-breadcrumb-content .art-breadcrumb-list li:before {
  top: 2px;
  right: -32px;
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  background-image: url(../img/bread-arrow.svg);
}
.art-breadcrumb-content .art-breadcrumb-list li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */
/*About Page/
/*----------------------------------------------------*/
.art-about-text-info-section {
  overflow: hidden;
}

.art-about-text-info-content .text-info-title {
  color: #261723;
  font-size: 45px;
  font-weight: 500;
  max-width: 700px;
  line-height: 1.093;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .art-about-text-info-content .text-info-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-text-info-content .text-info-title {
    font-size: 30px;
  }
}
.art-about-text-info-content .item-text-img {
  gap: 30px 95px;
}
@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), (max-width: 767px) {
  .art-about-text-info-content .item-text-img {
    gap: 30px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-text-info-content .item-text-img {
    flex-wrap: wrap;
  }
}
.art-about-text-info-content .item-text-img .item-img {
  max-width: 765px;
}
@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), (max-width: 767px) {
  .art-about-text-info-content .item-text-img .item-img {
    margin: 0 auto;
  }
}
.art-about-text-info-content .item-text-img .item-img:before {
  top: 0;
  right: 0;
  width: 120px;
  content: "";
  height: 120px;
  position: absolute;
  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), (max-width: 767px) {
  .art-about-text-info-content .item-text-img .item-img:before {
    display: none;
  }
}
.art-about-text-info-content .item-text-img .item-img:after {
  left: -40px;
  width: 40px;
  content: "";
  height: 40px;
  bottom: -40px;
  position: absolute;
  background-color: #CFCFFF;
}
@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), (max-width: 767px) {
  .art-about-text-info-content .item-text-img .item-img:after {
    display: none;
  }
}
.art-about-text-info-content .item-text-img .item-img .item-shape {
  top: -64px;
  right: 0;
  width: 109px;
  height: 109px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-text-info-content .item-text-img .item-img .item-shape {
    display: none;
  }
}
.art-about-text-info-content .item-text-img .item-img .item-shape:before {
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  content: "";
  position: absolute;
  background-color: #CFCFFF;
}
.art-about-text-info-content .item-text-img .item-img .item-shape:after {
  right: 0;
  bottom: 0;
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: #CFCFFF;
}
.art-about-text-info-content .item-text-img .item-text {
  max-width: 354px;
}
@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), (max-width: 767px) {
  .art-about-text-info-content .item-text-img .item-text {
    max-width: 100%;
  }
}
.art-about-text-info-content .item-text-img .item-text p {
  font-size: 18px;
  line-height: 1.555;
}
@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), (max-width: 767px) {
  .art-about-text-info-content .item-text-img .item-text p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-mission-vision-section {
    padding-top: 40px;
  }
}

.art-mission-vision-content {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-mission-vision-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.art-mission-vision-content .art-mission-item,
.art-mission-vision-content .art-vision-item {
  padding-top: 90px;
  max-width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-mission-vision-content .art-mission-item,
  .art-mission-vision-content .art-vision-item {
    padding-top: 0;
  }
}
.art-mission-vision-content .art-mission-item .item-text,
.art-mission-vision-content .art-vision-item .item-text {
  margin-bottom: 32px;
}
.art-mission-vision-content .art-mission-item .item-text h3,
.art-mission-vision-content .art-vision-item .item-text h3 {
  color: #261723;
  font-weight: 500;
  padding-bottom: 10px;
}
.art-mission-vision-content .art-vision-item {
  padding-top: 0;
}
.art-mission-vision-content .art-vision-item .item-text {
  margin-top: 32px;
  margin-bottom: 0;
}

.art-about-counter-items-5.ver_3 {
  gap: 20px 0px;
  margin: 0 auto;
  max-width: 1440px;
}
@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), (max-width: 767px) {
  .art-about-counter-items-5.ver_3 {
    flex-wrap: wrap;
  }
}
.art-about-counter-items-5.ver_3 .art-counter-item-2 {
  width: 25%;
  padding: 50px 40px;
  border-right: 1px solid #D3D3D3;
}
@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), (max-width: 767px) {
  .art-about-counter-items-5.ver_3 .art-counter-item-2 {
    border: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-counter-items-5.ver_3 .art-counter-item-2 {
    width: 33.33%;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-counter-items-5.ver_3 .art-counter-item-2 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .art-about-counter-items-5.ver_3 .art-counter-item-2 {
    width: 100%;
  }
}
.art-about-counter-items-5.ver_3 .art-counter-item-2:last-child {
  border-right: none;
}

.art-counter-section-6 {
  border-bottom: 1px solid #D3D3D3;
}

.art-why-work-section {
  z-index: 1;
  overflow: hidden;
}
.art-why-work-section .art-why-work-shape {
  bottom: 0;
  left: -8%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-why-work-section .art-why-work-shape {
    display: none;
  }
}

.art-why-work-title {
  margin: 0 auto;
  max-width: 730px;
}
.art-why-work-title .sec_title {
  color: #261723;
  font-size: 45px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-why-work-title .sec_title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .art-why-work-title .sec_title {
    font-size: 30px;
  }
}
.art-why-work-title p {
  padding-top: 10px;
}

.art-why-work-item {
  padding: 32px;
  border-radius: 6px;
  background-color: #f6f6f6;
}
.art-why-work-item span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  color: var(--art-base-color-1);
}
.art-why-work-item h3 {
  color: #261723;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}

.art-about-team-section {
  overflow: hidden;
}
.art-about-team-section .art-why-work-title {
  max-width: 640px;
}

.art-about-team-items .art-team-item-3 {
  margin: 0 auto;
  margin-bottom: 40px;
}
.art-about-team-items .art-team-item-3 .item-text h3 {
  color: #261723;
}
.art-about-team-items .art-team-item-3 .item-text span {
  color: #261723;
}
.art-about-team-items .art-team-item-3:before {
  opacity: 0.12;
}
.art-about-team-items .art-team-item-3:before, .art-about-team-items .art-team-item-3:after {
  background-color: #261723;
}

.art-about-team-content .col-lg-3:nth-child(even) .art-about-team-items {
  margin-top: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-about-team-content .col-lg-3:nth-child(even) .art-about-team-items {
    margin-top: 0px;
  }
}

.art-about-team-bottom {
  margin-top: 8px;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #F8F8F8;
}
.art-about-team-bottom p {
  padding-bottom: 8px;
}
.art-about-team-bottom a {
  color: #DE4A28;
  font-weight: 600;
}
.art-about-team-bottom a:hover {
  text-decoration: underline;
}

.art-about-sponsor-title {
  margin: 0 auto;
  max-width: 600px;
}
.art-about-sponsor-title h3 {
  color: #261723;
  line-height: 1;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -2px;
}
.art-about-sponsor-title h3 span {
  color: #DE4A28;
}

.art-award-section {
  overflow: hidden;
  margin-bottom: -40px;
}
.art-award-section .art-award-shape {
  left: -8%;
  bottom: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-award-section .art-award-shape {
    display: none;
  }
}

.art-award-item {
  padding: 35px 0px;
  transition: all 500ms ease;
  border-top: 1px solid rgba(80, 78, 78, 0.2);
  border-bottom: 1px solid rgba(80, 78, 78, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-award-item {
    flex-wrap: wrap;
  }
}
.art-award-item .award-img {
  left: 30%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 800ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-award-item .award-img {
    display: none;
  }
}
.art-award-item .award-img img {
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}
.art-award-item .item-text h3 {
  color: #261723;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
}
.art-award-item .item-text span {
  color: #484655;
}
.art-award-item .item-year {
  color: #261723;
  font-size: 18px;
  font-weight: 500;
}
.art-award-item:hover {
  border-bottom: 1px solid rgb(80, 78, 78);
}
.art-award-item:hover .award-img {
  left: 50%;
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Service page/
/*----------------------------------------------------*/
.art-service-feed-items {
  margin-top: 60px;
  border-top: 2px solid #D3D3D3;
}

.art-service-feed-item {
  gap: 30px;
  padding: 48px 0px;
  border-bottom: 2px solid #D3D3D3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-feed-item {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.art-service-feed-item .item-text {
  max-width: 720px;
}
.art-service-feed-item .item-text h3 {
  color: #E6E6E6;
  font-size: 90px;
  line-height: 1;
  font-weight: 900;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .art-service-feed-item .item-text h3 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .art-service-feed-item .item-text h3 {
    font-size: 40px;
  }
}
.art-service-feed-item .item-text p {
  color: #261723;
  font-size: 24px;
  max-width: 500px;
  line-height: 1.333;
}
.art-service-feed-item .item-text .more_arrow {
  left: 0;
  bottom: 0;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 30px;
  position: absolute;
  border-radius: 100%;
  background-color: #504E4E;
  transform: scale(0) rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-feed-item .item-text .more_arrow {
    position: static;
    margin-bottom: 20px;
    transform: scale(1) rotate(-45deg);
  }
}
.art-service-feed-item .item-text .more_arrow:hover {
  background-color: #261723;
}
.art-service-feed-item .item-img {
  transition: all 700ms ease;
}
.art-service-feed-item:hover .item-img {
  transform: rotateY(180deg) translateZ(1px);
}
.art-service-feed-item:hover .item-text h3 {
  color: #261723;
}
.art-service-feed-item:hover .item-text .more_arrow {
  transform: scale(1) rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-work-process-section {
    padding-bottom: 40px;
  }
}

.txt-process-content-3 {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-icon {
  margin-bottom: 0;
  margin-top: 28px;
}
.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-text {
  padding-top: 25px;
}
.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-text .serial-no {
  padding-bottom: 0;
  padding-top: 22px;
}
.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-text .serial-no:before {
  top: auto;
  bottom: 10px;
}
.txt-process-content-3:before {
  top: 49%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: translateY(-50%);
  transition: all 1000ms ease;
  background-color: #F3F3F3;
}
.txt-process-content-3.active:before {
  width: 100%;
  transition-delay: 1000ms;
}

.txt-process-item-4 .process-icon {
  width: 202px;
  height: 202px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 10px;
  background-color: #121421;
  transition: all 700ms ease;
}
.txt-process-item-4 .process-icon i {
  color: #fff;
  opacity: 0.75;
  font-size: 100px;
  line-height: 0.75;
}
.txt-process-item-4 .process-text {
  padding-top: 18px;
}
.txt-process-item-4 .process-text .serial-no {
  color: #C9F7CA;
  font-size: 56px;
  font-weight: 600;
  margin-left: 40px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
  padding-bottom: 22px;
  letter-spacing: -1.12px;
}
.txt-process-item-4 .process-text .serial-no:before {
  top: 0;
  right: 0;
  content: "";
  width: 2px;
  height: 70px;
  position: absolute;
  background-color: #F3F3F3;
}
.txt-process-item-4 .process-text h3 {
  color: #261723;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 5px;
  text-align: center;
}
.txt-process-item-4 .process-text p {
  color: #504E4E;
  font-size: 18px;
  text-align: center;
  line-height: 1.4444;
  padding-bottom: 15px;
}
.txt-process-item-4:hover .process-icon {
  background-color: #5939C6;
  transform: translateY(-10px);
}

@media (max-width: 1130px) {
  .txt-process-content-3:before {
    display: none;
  }
  .txt-process-item-4 .process-text .serial-no:before {
    display: none;
  }
  .txt-process-item-4 .process-text .serial-no {
    margin-left: 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .txt-process-item-4 {
    margin: 0 auto;
    max-width: 320px;
    margin-bottom: 30px;
  }
  .txt-process-item-4 .process-icon {
    margin: 0 auto;
  }
  .txt-process-item-4 .process-text .serial-no {
    padding-top: 0;
    padding-left: 0;
  }
  .txt-process-item-4 .process-icon {
    width: 180px;
    height: 180px;
  }
}
.art-service-info-section .item-side-img {
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-info-section .item-side-img {
    display: none;
  }
}
.art-service-info-section .item-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-service-info-content {
  max-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-info-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-info-content .art-about-text-info-content .text-info-title {
    max-width: 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), (max-width: 767px) {
  .art-service-info-content .item-text-img-area {
    justify-content: start !important;
  }
}
.art-service-info-content .item-text-img {
  max-width: 384px;
  padding-top: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-info-content .item-text-img {
    max-width: 100%;
    padding-top: 20px;
  }
}
.art-service-info-content .item-text-img p {
  font-size: 20px;
  padding-bottom: 38px;
}

/*---------------------------------------------------- */
/*Service Details page/
/*----------------------------------------------------*/
.art-service-details-title h3 {
  color: #261723;
  font-size: 80px;
  font-weight: 600;
  padding-bottom: 16px;
}
.art-service-details-title .desc-text {
  gap: 30px 40px;
  max-width: 930px;
}
@media (max-width: 767px) {
  .art-service-details-title .desc-text {
    flex-wrap: wrap;
  }
}

.art-service-details-content .art-service-details-img {
  margin-bottom: 25px;
}
.art-service-details-content .art-service-details-img .item-img {
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
}

.art-service-details-wrap .art-service-nav {
  gap: 0px 15px;
}
.art-service-details-wrap .art-service-prev,
.art-service-details-wrap .art-service-next {
  top: 50%;
  opacity: 1;
  border: none;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #F4F4F4;
  transition: all 500ms ease;
}
.art-service-details-wrap .art-service-prev:hover,
.art-service-details-wrap .art-service-next:hover {
  color: #fff;
  background-color: #DE4A28;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-service-details-wrap .art-service-prev,
  .art-service-details-wrap .art-service-next {
    position: static;
    transform: translateY(0);
  }
}
.art-service-details-wrap .art-service-prev {
  left: -15px;
}
.art-service-details-wrap .art-service-next {
  right: -15px;
}

.art-service-single {
  margin: 0 auto;
  max-width: 730px;
  padding-bottom: 60px;
}
.art-service-single h3 {
  color: #261723;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 14px;
}
.art-service-single p {
  line-height: 1.555;
  padding-bottom: 20px;
}
.art-service-single .service-img-wrap {
  gap: 20px;
  margin-bottom: 35px;
}
.art-service-single .service-img-wrap .img-wrap .play-icon {
  left: 0;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.art-service-single .service-img-wrap .img-wrap .play-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.art-service-single .service-img-wrap .img-wrap .play-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.art-service-single .service-img-wrap .img-wrap .play-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.art-service-single .service-img-wrap .img-wrap .play-icon a {
  z-index: 2;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #A2A2FC;
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*team page/
/*----------------------------------------------------*/
.art-team-feed-content {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-team-feed-content {
    flex-wrap: wrap;
  }
}

.art-team-feed-item {
  width: 33.33%;
  position: relative;
  padding: 24px 24px 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-team-feed-item {
    width: 50%;
    padding: 24px 24px 18px;
  }
}
@media (max-width: 480px) {
  .art-team-feed-item {
    width: 100%;
  }
}
.art-team-feed-item:before {
  top: 24px;
  right: 0px;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #D3D3D3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-team-feed-item:before {
    display: none;
  }
}
.art-team-feed-item:after {
  left: 0;
  bottom: 0;
  height: 2px;
  bottom: 0;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #D3D3D3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-team-feed-item:after {
    display: none;
  }
}
.art-team-feed-item.left-item:after {
  right: 0;
  left: auto;
  width: 95%;
}
.art-team-feed-item.right-item:before {
  display: none;
}
.art-team-feed-item.right-item:after {
  left: 0;
  right: auto;
  width: 95%;
}
.art-team-feed-item .item-img {
  margin-bottom: 20px;
}
.art-team-feed-item .item-text h3 {
  line-height: 1;
  color: #261723;
  font-size: 23px;
  font-weight: 500;
}
.art-team-feed-item .item-text span {
  line-height: 1;
  font-size: 14px;
}

.art-inner-section-title .sec_title {
  line-height: 1;
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .art-inner-section-title .sec_title {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
.art-inner-section-title p {
  margin: 0 auto;
  max-width: 640px;
}

.art-job-apply-feed {
  border-top: 2px solid #E9E9E9;
}

.art-job-item {
  gap: 15px 30px;
  padding: 35px 0px;
  border-bottom: 2px solid #E9E9E9;
}
.art-job-item .item-text .job_title {
  color: #261723;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 5px;
}
.art-job-item .item-text li {
  color: #504E4E;
  margin-right: 45px;
}
.art-job-item .item-text li i {
  color: #261723;
  margin-right: 4px;
}
.art-job-item .item-text li:last-child {
  margin-right: 0px;
}
.art-job-item .item-exp,
.art-job-item .item-time {
  position: relative;
}
.art-job-item .item-exp:before,
.art-job-item .item-time:before {
  top: -15px;
  left: -58px;
  width: 2px;
  content: "";
  height: 77px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #1E1C1C 0%, rgba(30, 28, 28, 0) 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), (max-width: 767px) {
  .art-job-item .item-exp:before,
  .art-job-item .item-time:before {
    display: none;
  }
}
.art-job-item .item-exp .item-time:before,
.art-job-item .item-time .item-time:before {
  background: radial-gradient(50% 50% at 50% 50%, #595959 0%, rgba(89, 89, 89, 0) 100%);
}
.art-job-item .item-exp h4,
.art-job-item .item-time h4 {
  color: #504E4E;
  font-size: 16px;
}
.art-job-item .item-exp span,
.art-job-item .item-time span {
  color: #261723;
  font-size: 20px;
}
.art-job-item .item-btn {
  position: relative;
}
.art-job-item .item-btn:before {
  top: -15px;
  left: -58px;
  width: 2px;
  opacity: 0.5;
  content: "";
  height: 77px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #1E1C1C 0%, rgba(30, 28, 28, 0) 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), (max-width: 767px) {
  .art-job-item .item-btn:before {
    display: none;
  }
}
.art-job-item .item-btn a {
  color: #7B7B7B;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 13px 30px;
  display: inline-block;
  border: 2px solid #7B7B7B;
  text-transform: uppercase;
}
.art-job-item .item-btn a:hover {
  color: #fff;
  border: 2px solid var(--art-base-color-1);
  background-color: var(--art-base-color-1);
}

/*---------------------------------------------------- */
/*team Details page/
/*----------------------------------------------------*/
.art-team-details-img {
  top: 70px;
  position: sticky;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-team-details-img {
    margin-bottom: 30px;
  }
}

.art-team-details-text .team-details-name span {
  display: block;
  font-size: 20px;
  color: var(--art-base-color-1);
}
.art-team-details-text .team-details-name h3 {
  color: #261723;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
}
.art-team-details-text .team-details-name li {
  margin-bottom: 10px;
}
.art-team-details-text .team-details-name li span {
  color: #261723;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.art-team-details-text .team-details-name p {
  padding-bottom: 20px;
}
.art-team-details-text .team-social {
  margin-top: 20px;
}
.art-team-details-text .team-social span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.art-team-details-text .team-social .social-icon {
  gap: 15px;
}
.art-team-details-text .team-social a {
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #504E4E;
}
.art-team-details-text .team-social a:hover {
  color: #fff;
  background-color: var(--art-base-color-1);
  border: 1px solid var(--art-base-color-1);
}
.art-team-details-text .team-skill-info h3 {
  color: #261723;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 15px;
}
.no-overflow main {
  overflow: inherit;
}
.art-team-details-text .team-skill-info p {
  padding-bottom: 30px;
}

.sticky-sidebar > div {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  -webkit-transition: top .3s ease;
  transition: top .3s ease;
  will-change: top;
}

.elementor-column.sticky-sidebar {
  position: relative;
  align-items: flex-start;
}
.art-team-details-text .team-skill-info .skill-set-percent h4 {
  font-size: 18px;
  color: #261723;
  padding-bottom: 8px;
}
.art-team-details-text .team-skill-info .skill-set-percent .progress {
  height: 10px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  border-radius: 30px;
  background-color: rgba(222, 74, 40, 0.12);
}
.art-team-details-text .team-skill-info .skill-set-percent .progress span {
  top: -30px;
  right: 0px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  color: var(--art-base-color-1);
}
.art-team-details-text .team-skill-info .skill-set-percent .progress-bar {
  width: 0;
  left: 0px;
  float: left;
  height: 10px;
  position: relative;
  border-radius: 30px;
  background: var(--art-base-color-1);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.art-team-details-text .art-contact-form-input .input-field input,
.art-team-details-text .team-skill-info .art-contact-form-input .input-field textarea {
  border-bottom: 2px solid rgb(233, 233, 233);
}

/*---------------------------------------------------- */
/*Portfolio page/
/*----------------------------------------------------*/
.art-portfolio-feed-section .art-about-text-info-content {
  max-width: 592px;
}

.art-project-feed-item {
  margin: 0 auto;
  max-width: 592px;
  margin-bottom: 40px;
}
.art-project-feed-item.ver_2 .art-project-item-2 .project_img {
  height: 430px;
}

/*---------------------------------------------------- */
/*Portfolio Details page/
/*----------------------------------------------------*/
.art-port-details-title h2 {
  color: #261723;
  line-height: 1;
  font-size: 80px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-port-details-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .art-port-details-title h2 {
    font-size: 40px;
  }
}
.art-port-details-title .desc-info {
  padding-top: 30px;
}
.art-port-details-title .desc-info p {
  max-width: 700px;
}

.art-port-details-thumb-info .item-info-wrap {
  z-index: 2;
  max-width: 93%;
  gap: 15px 30px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -50px;
  padding: 20px 25px;
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-port-details-thumb-info .item-info-wrap {
    margin-bottom: 20px;
  }
}
.art-port-details-thumb-info .item-info-wrap .item-info h4 {
  color: #261723;
  font-size: 18px;
  font-weight: 500;
}
.art-port-details-thumb-info .item-info-wrap .item-info span {
  font-size: 16px;
}
.art-port-details-thumb-info .item-img {
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-port-details-thumb-info .item-img {
    height: 350px;
  }
  .art-port-details-thumb-info .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.art-portfolio-details-text p {
  padding-bottom: 30px;
}
.art-portfolio-details-text h3 {
  color: #261723;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-portfolio-details-text h3 {
    font-size: 30px;
  }
}
.art-portfolio-details-text li {
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
.art-portfolio-details-text li:before {
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  background-image: url(../img/sparkle.svg);
}

.art-project-gallery {
  gap: 30px;
}
.art-project-gallery .inner-img {
  overflow: hidden;
  border-radius: 5px;
}
.art-project-gallery .inner-img img {
  width: 100%;
  object-fit: cover;
}
.art-project-gallery .item-img-1 {
  max-width: 384px;
}
.art-project-gallery .item-img-2 {
  max-width: 592px;
}
.art-project-gallery .item-img-wrap {
  gap: 30px;
  max-width: 592px;
}
.art-project-gallery .item-img-3,
.art-project-gallery .item-img-4 {
  max-width: 280px;
}

/*---------------------------------------------------- */
/*Client page/
/*----------------------------------------------------*/
.art-client-title {
  margin: 0 auto;
  max-width: 600px;
}
.art-client-title h2 {
  color: #261723;
  font-size: 45px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
}
.art-client-title h2 span {
  color: var(--art-base-color-1);
}

/*---------------------------------------------------- */
/*Blog page/
/*----------------------------------------------------*/
.art-blog-feed-content .art-blog-item {
  margin-bottom: 40px;
}
.art-blog-feed-content .art-blog-item .blog-img-meta .item-meta a {
  background-color: #fff;
}

.blog-item-meta {
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
}
.blog-item-meta a {
  color: #504E4E;
  margin-right: 50px;
}
@media (max-width: 767px), (max-width: 480px) {
  .blog-item-meta a {
    margin-right: 15px;
  }
}
.blog-item-meta a i {
  margin-right: 8px;
}
.blog-item-meta a:last-child {
  margin-right: 0;
}

.art-blog-list-item {
  padding: 24px;
  margin: 0 auto;
  max-width: 800px;
  border-radius: 20px;
  margin-bottom: 32px;
  background-color: #F9F9F9;
}
.art-blog-list-item .item-img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.art-blog-list-item .item-img iframe {
  width: 100%;
  border-radius: 20px;
}
.art-blog-list-item .item-img img {
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.art-blog-list-item .item-text .blog_title {
  color: #261723;
  font-size: 31px;
  font-weight: 500;
  padding-bottom: 10px;
}
.art-blog-list-item .item-text p {
  padding-bottom: 18px;
}
.art-blog-list-item .item-text .read_more {
  display: flex;
  color: #504E4E;
  font-weight: 500;
  align-items: center;
}
.art-blog-list-item .item-text .read_more span {
  width: 32px;
  height: 32px;
  display: flex;
  margin-left: 10px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: var(--art-base-color-1);
}
.art-blog-list-item .item-text .read_more:hover {
  letter-spacing: 2px;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  transform: translateY(-50%);
  transition: all 500ms ease;
  backdrop-filter: blur(5px);
}
.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--art-base-color-1);
  background-color: var(--art-base-color-1);
}
.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}
.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

/*---------------------------------------------------- */
/*Blog Details page/
/*----------------------------------------------------*/

.comment-text p {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 20px;
}

a.comment-reply-link.reply-btn {
  display: inline-block;
  flex: 0 0 auto;
  background: #F9F9F9;
  font-size: 14px;
  color: #504E4E;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: normal;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  text-transform: uppercase;
}
h3#reply-title, .comments-title.ftc-heading-1 {
  font-family: var(--fd-font-pr-1);
  color: #000;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 10px;
}
a#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 15px;
}
.comments-box-wrap .children {
  margin-left: 30px;
}
.comments-title.ftc-heading-1 {
  margin-bottom: 35px;
}
.comments-box-wrap .comment-list .comment .person-img img{
  border-radius:50px
}
.comments-box-wrap .comment-list .comment .person-img {
  flex: 0 0 91px;
  max-width: 90px;
  border-radius: 50px;
}
.fd-form-item.url {
  grid-column-start: 1;
  grid-column-end: -1;
}
.fd-form-item.mesggage {
  margin-top: 32px;
}
.fd-form-box textarea {
  height: 120px;
  padding-top: 11px;
}
.comments-box-wrap .comment-list .comment .person-img {
  flex: 0 0 100px;
  max-width: 100px;
}
.comments-box-single {
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.comments-box-author-content .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  display: block;
  color: #000;
  font-weight: 600;
}

.comments-box-author-content .date {
  color: #000;
  font-size: 16px;
}
.fd-blog-comment-item {
  background: #F9F9F9;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
p.comment-form-cookies-consent {
  display: none;
}
@media (max-width: 767px) {
  .fd-blog-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fd-blog-comment-item {
    flex-wrap: nowrap;
  }
}
.fd-blog-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.fd-blog-comment-item .name {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}
.art-blog-details-thumb {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1008px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.art-blog-details-thumb .slide-item-img img {
  width: 100%;
  height: 505px;
  object-fit: cover;
}
.art-blog-details-thumb .post__video iframe {
  width: 100%;
  border-radius: 20px;
}
.art-blog-details-thumb img{
  height: 505px;
  object-fit: cover;
}
@media (max-width: 767px), (max-width: 480px) {
  .art-blog-details-thumb {
    height: 350px;
  }
  .art-blog-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.art-blog-details-text-wrap {
  margin: 0 auto;
  max-width: 730px;
}

.art-blog-details-desc h2 {
  color: #261723;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
  padding-bottom: 18px;
}
.art-blog-details-desc p {
  padding-bottom: 20px;
}
.art-blog-details-desc blockquote {
  padding: 30px;
  color: #261723;
  font-size: 22px;
  position: relative;
  line-height: 1.45;
  border-radius: 15px;
  margin-bottom: 25px;
  background-color: rgba(222, 74, 40, 0.05);
}
.art-blog-details-desc blockquote:before {
  top: 10px;
  left: 10px;
  opacity: 0.2;
  line-height: 1;
  color: #DE4A28;
  content: "\f10d";
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.art-blog-details-desc blockquote span {
  color: #261723;
  display: block;
  font-size: 18px;
  margin-top: 14px;
  position: relative;
  font-weight: 500;
  padding-left: 72px;
  text-transform: uppercase;
}
.art-blog-details-desc blockquote span:before {
  left: 0;
  top: 12px;
  width: 62px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--art-base-color-1);
}
.art-blog-details-desc li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.art-blog-details-desc li:before {
  top: 0;
  left: 0;
  content: "\f560";
  font-weight: 300;
  position: absolute;
  color: var(--art-base-color-1);
  font-family: "Font Awesome 5 Pro";
}
.art-blog-details-desc .art-blog-list-img-row {
  margin: 15px 0px 35px;
}
.art-blog-details-desc .art-blog-list-img-row .art-blog-detail-list {
  max-width: 295px;
}
.art-blog-details-desc .art-blog-list-img-row .item-details-img {
  overflow: hidden;
  max-width: 378px;
  border-radius: 10px;
}
.art-blog-details-desc h3 {
  color: #261723;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;
}

.art-blog-share-tag {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  font-weight: 0;
  margin-right: 15px;
}
.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #F7F7F7;
}
.art-blog-share-tag .art-blog-tag a:hover {
  color: #fff;
  background-color: var(--art-base-color-1);
}
.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin-top: 40px;
  border-radius: 10px;
  background: #F9F9F9;
}
.art-blog-details-author .inner-text h4 {
  margin-bottom: 10px;
}
.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}
.art-blog-details-author .inner-text {
  max-width: 500px;
}
.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.art-blog-details-author .inner-text p {
  color: #261723;
}
.art-blog-details-author .inner-social {
  margin-top: 15px;
}
.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}
.art-blog-details-author .inner-social a:hover {
  color: var(--art-base-color-1);
}

.art-blog-single-comment-form {
  padding: 40px;
  margin-top: 40px;
  border-radius: 15px;
  border: 2px solid #E9E9E9;
}
.art-blog-single-comment-form h3 {
  color: #261723;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-bottom: 15px;
}
.art-blog-single-comment-form .art-contact-form-input {
  max-width: 100%;
}
.art-blog-single-comment-form .art-contact-form-input .input-field input,
.art-blog-single-comment-form .art-contact-form-input .input-field textarea {
  border-bottom: 2px solid #E9E9E9;
}

/* 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;
}
/*---------------------------------------------------- */
/*Sidebar /
/*----------------------------------------------------*/
.art-sidebar-area {
  top: 70px;
  position: sticky;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-sidebar-area {
    margin-top: 40px;
  }
}

.art-sidebar-widget {
  padding: 24px;
  margin-bottom: 32px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
}
.art-sidebar-widget .widget-title {
  color: #261723;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.art-sidebar-widget .search-widget {
  position: relative;
}
.art-sidebar-widget .search-widget input {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background-color: #F9F9F9;
  border: 1px solid #F0F0F0;
  padding-left: 15px;
}
.art-sidebar-widget .search-widget button {
  top: 8px;
  right: 8px;
  width: 38px;
  color: #fff;
  height: 38px;
  border: none;
  font-size: 14px;
  position: absolute;
  border-radius: 5px;
  background-color: var(--art-base-color-1);
}
.art-sidebar-widget .category-widget li, .art-sidebar-widget.widget_categories li {
  margin-bottom: 8px;
}
.art-sidebar-widget .category-widget li a, .art-sidebar-widget.widget_categories li a {
  width: 100%;
  display: flex;
  color: #261723;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: #F9F9F9;
  justify-content: space-between;
}
.art-sidebar-widget .category-widget li a:hover, .art-sidebar-widget.widget_categories li a:hover {
  color: #fff;
  background-color: var(--art-base-color-1);
}
.art-sidebar-widget .recent-widget .art-recent-blog-wrap {
  margin-top: 15px;
}
.art-sidebar-widget .recent-widget .recent-blog-item {
  margin-bottom: 20px;
}
.art-sidebar-widget .recent-widget .recent-blog-item:last-child {
  margin-bottom: 0;
}
.art-sidebar-widget .recent-widget .recent-blog-item .item-img-meta {
  margin-bottom: 10px;
}
.art-sidebar-widget .recent-widget .recent-blog-item .item-img-meta .inner-img {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
}
.art-sidebar-widget .recent-widget .recent-blog-item .item-img-meta .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-sidebar-widget .recent-widget .recent-blog-item .item-img-meta .item-meta {
  top: 12px;
  gap: 5px;
  left: 12px;
  position: absolute;
}
.art-sidebar-widget .recent-widget .recent-blog-item .item-img-meta .item-meta a {
  color: #261723;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
}
.art-sidebar-widget .recent-widget .recent-blog-item .blog_title {
  color: #261723;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.art-sidebar-widget .tag-widget a, .tagcloud a {
  font-size: 16px !important;
  border-radius: 5px;
  padding: 7px 15px;
  background: #F9F9F9;
  display: inline-block;
  margin: 5px;
}
.art-sidebar-widget .tag-widget a:hover, .tagcloud a:hover {
  color: #fff;
  background-color: var(--art-base-color-1);
}

/*---------------------------------------------------- */
/*Career /
/*----------------------------------------------------*/
.art-career-banner-section {
  padding-top: 195px;
}

.art-career-banner-title {
  margin-bottom: 30px;
}
.art-career-banner-title h2 {
  color: #261723;
  font-size: 64px;
  font-weight: 500;
  max-width: 820px;
  line-height: 1.05;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-banner-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .art-career-banner-title h2 {
    font-size: 40px;
  }
}

.art-career-banner-text-img {
  gap: 32px;
}
.art-career-banner-text-img .item-img {
  max-width: 696px;
}
.art-career-banner-text-img .item-text {
  padding: 30px 40px;
  max-width: 488px;
  background-color: #fff;
}
.art-career-banner-text-img .item-text p {
  color: #261723;
  font-size: 23px;
  line-height: 1.3;
  padding-bottom: 30px;
}
.art-career-banner-text-img .item-text a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 5px;
  letter-spacing: 1px;
  background-color: var(--art-base-color-1);
}

.art-career-img-text-section {
  margin: 0 auto;
  max-width: 1440px;
}

.art-career-text-title h3 {
  color: #261723;
  font-size: 60px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-text-title h3 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .art-career-text-title h3 {
    font-size: 35px;
  }
}

.art-career-text-img .item-desc-img {
  max-width: 1020px;
}
.art-career-text-img .item-desc-img p {
  max-width: 586px;
  line-height: 1.444;
  padding-left: 45px;
  padding-bottom: 35px;
}

.art-career-gallery-section .art-career-text-img p {
  padding-left: 0;
}

/*---------------------------------------------------- */
/*Career Details/
/*----------------------------------------------------*/
.art-career-details-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 595px;
}
.art-career-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-details-thumb {
    height: 450px;
  }
}

.art-career-details-text h3 {
  color: #261723;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-details-text h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .art-career-details-text h3 {
    font-size: 30px;
  }
}
.art-career-details-text p {
  padding-bottom: 25px;
}
.art-career-details-text ul {
  margin-bottom: 25px;
}
.art-career-details-text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.art-career-details-text li:before {
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: var(--art-base-color-1);
}

.art-career-apply-info {
  padding: 20px 35px;
  border-radius: 15px;
  background-color: #F9F9F9;
}
.art-career-apply-info li {
  padding: 15px 0px 12px;
  display: flex !important;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
}
.art-career-apply-info li .v-tilte {
  color: #261723;
}
.art-career-apply-info li .v-tilte i {
  margin-right: 10px;
  color: var(--art-base-color-1);
}
.art-career-apply-info li .v-value {
  color: #504E4E;
}
.art-career-apply-info a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 15px;
  border: 2px solid #DE4A28;
  color: var(--art-base-color-1);
}
.art-career-apply-info a:hover {
  color: #fff;
  background-color: var(--art-base-color-1);
}

/*---------------------------------------------------- */
/*Job Apply/
/*----------------------------------------------------*/
.art-job-apply-content {
  padding: 50px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 20px;
  background-color: #F9F9F9;
}
.art-job-apply-content .art-contact-content .art-section-title .sec_title {
  font-size: 32px;
  letter-spacing: -1px;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.art-footer-section {
  overflow: hidden;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-section {
    border-radius: 0;
    padding-top: 60px;
  }
}
.art-footer-section .art-footer-shape {
  bottom: 0;
  left: 60px;
  opacity: 0.12;
}
.art-footer-section .art-footer-shape .art-footer-shape2 {
  margin-left: -140px;
}
.art-footer-section.ver_2 {
  color: #010101;
  background-color: transparent;
}
.art-footer-section.ver_2 .art-footer-widget-area {
  padding-top: 115px;
}
.art-footer-section.ver_2 .art-footer-copyright-area h3 {
  color: #010101;
  font-weight: 400;
}
.art-footer-section.ver_2 .art-footer-copyright .copyright-text span,
.art-footer-section.ver_2 .art-footer-copyright .copyright-text a,
.art-footer-section.ver_2 .art-footer-copyright .copyright-menu li a {
  color: #010101;
}

.art-footer-content-area {
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.art-footer-content {
  overflow: hidden;
  padding-bottom: 50px;
}
.art-footer-content .art-scroll-top {
  right: 12px;
  bottom: 60px;
}
.art-footer-content .art-scroll-top a {
  width: 100%;
  display: block;
}
.art-footer-content .art-scroll-top a svg {
  fill: #7EACD7;
  transition: all 500ms ease;
}
.art-footer-content .art-scroll-top a:hover svg {
  fill: var(--art-base-color-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-content .art-scroll-top {
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-content .art-scroll-top {
    display: none;
  }
}
.art-footer-content .art-footer-title {
  color: #fff;
  font-size: 128px;
  font-weight: 600;
  line-height: 0.76;
  max-width: 750px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-content .art-footer-title {
    padding-left: 15px;
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-content .art-footer-title {
    padding-left: 15px;
    font-size: 50px;
  }
}
.art-footer-content .art-footer-title span {
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-content .art-footer-title span {
    display: none;
  }
}
.art-footer-content .art-footer-title span i {
  z-index: 1;
  width: 90px;
  height: 90px;
  display: flex;
  overflow: hidden;
  font-size: 40px;
  border-radius: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 1000ms ease;
  transform: rotate(-45deg) scale(0);
  background-color: var(--art-base-color-1);
}
.art-footer-content .art-footer-title span i:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #7EACD7;
  transition: all 400ms ease;
}
.art-footer-content .art-footer-title:hover span i:after {
  opacity: 1;
  transform: scale(1);
}
.art-footer-content.active .art-footer-title span i {
  transition-delay: 1500ms;
  transform: rotate(-45deg) scale(1);
}

.art-footer-widget-area {
  padding-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-widget-area {
    gap: 30px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.art-footer-widget {
  color: #fff;
}
.art-footer-widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
}
.art-footer-widget .contact-info {
  margin-bottom: 22px;
}
.art-footer-widget .contact-info p {
  font-size: 16px;
  max-width: 155px;
  line-height: 20px;
  opacity: 0.8;
}
.art-footer-widget .menu-widget li {
  margin-top: 5px;
}
.art-footer-widget .menu-widget li a {
  color: #fff;
  opacity: 0.8;
  left: -15px;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  transition: all 500ms ease;
}
.art-footer-widget .menu-widget li a:before {
  left: 0;
  top: -2px;
  color: #C9F7CA;
  font-size: 14px;
  content: "\f054";
  font-weight: 400;
  position: absolute;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.art-footer-widget .menu-widget li a:hover {
  left: 0;
  opacity: 1;
}
.art-footer-widget .menu-widget li a:hover:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.art-footer-widget .menu-widget.social_icon li a {
  left: -20px;
  padding-left: 20px;
}
.art-footer-widget .menu-widget.social_icon li a i {
  top: 0;
  left: 0;
  opacity: 0;
  width: 30px;
  position: absolute;
  transition: all 500ms ease;
}
.art-footer-widget .menu-widget.social_icon li a:before {
  display: none;
}
.art-footer-widget .menu-widget.social_icon li a:hover {
  left: 0;
}
.art-footer-widget .menu-widget.social_icon li a:hover i {
  opacity: 1;
}
.art-footer-widget .menu-widget.ver_2 ul {
  margin-bottom: 70px;
}
.art-footer-widget .menu-widget.ver_2 ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .art-footer-widget .menu-widget.ver_2 ul {
    margin-bottom: 30px;
  }
}
.art-footer-widget .menu-widget.ver_2 li {
  line-height: 1;
  margin-bottom: 15px;
}
.art-footer-widget .menu-widget.ver_2 li a {
  opacity: 1;
  font-size: 28px;
}
.art-footer-widget .menu-widget.ver_2 li a:before {
  top: 10px;
}
.art-footer-widget .menu-widget.ver_2 li a:hover {
  color: #C000FF;
}
.art-footer-section-3 .art-footer-widget .menu-widget li:nth-child(4) {
  margin-bottom: 70px;
}
.art-footer-section-4 .art-footer-widget:nth-child(2) .menu-widget ul li:nth-child(4) {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .art-footer-widget .menu-widget.ver_2 li a {
    font-size: 18px;
  }
}
.art-footer-widget .menu-widget.ver_3 ul {
  margin-bottom: 75px;
}
.art-footer-widget .menu-widget.ver_3 ul:last-child {
  margin-bottom: 0;
}
.art-footer-widget .menu-widget.ver_3 li {
  line-height: 1;
  margin-bottom: 15px;
}
.art-footer-widget .menu-widget.ver_3 li a {
  opacity: 1;
  font-size: 18px;
}
.art-footer-widget .menu-widget.ver_3 li a:before {
  top: 3px;
}
.art-footer-widget .menu-widget.ver_3 li a:hover {
  color: #C000FF;
}
.art-footer-widget .menu-widget.ver_4 li a {
  font-size: 18px;
}
.art-footer-widget .menu-widget.ver_4 ul {
  margin-top: 60px;
}
.art-footer-widget .menu-widget.ver_4 ul:nth-child(1) {
  margin-top: 0;
}
.art-footer-widget.ver_2 {
  color: #010101;
}
.art-footer-widget.ver_2 .widget-title {
  color: #010101;
}
.art-footer-widget.ver_2 .menu-widget li a {
  color: #010101;
}
.art-footer-widget.ver_2 .menu-widget li a:before {
  color: #000000;
}

.art-footer-widget-wrap {
  gap: 30px 95px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-widget-wrap {
    flex-wrap: wrap;
  }
}
.art-footer-widget-wrap.ver_2 {
  gap: 30px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-widget-wrap.ver_2 {
    gap: 30px 40px;
  }
}

.art-footer-copyright-area {
  padding-bottom: 45px;
  max-width: 1920px;
  margin: 0 auto;
}
.art-footer-copyright-area h3 {
  left: 0;
  bottom: -35px;
  color: #7EACD7;
  line-height: 1;
  font-size: 150px;
  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), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright-area h3 {
    font-size: 100px;
    position: static;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright-area h3 {
    font-size: 40px;
    margin-bottom: 0;
  }
}

.art-footer-copyright-content {
  width: 100%;
  gap: 20px 30px;
  max-width: 830px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright-content {
    max-width: 690px;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright-content {
    gap: 10px 30px;
    flex-wrap: wrap;
    padding-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright {
    justify-content: center !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright {
    flex-wrap: wrap;
  }
}
.art-footer-copyright .copyright-text span {
  color: rgba(255, 255, 255, 0.72);
}
.art-footer-copyright .copyright-text span a {
  color: rgb(255, 255, 255);
}
.art-footer-copyright .copyright-menu li {
  margin: 0px 16px;
}
@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), (max-width: 767px), (max-width: 480px) {
  .art-footer-copyright .copyright-menu li {
    margin: 0px 10px;
  }
}
.art-footer-copyright .copyright-menu li a {
  color: rgba(255, 255, 255, 0.72);
}
.art-footer-copyright .copyright-menu li a:hover {
  color: #7EACD7;
}

.art-footer-section-2 {
  overflow: hidden;
  background-color: #261723;
}
.art-footer-section-2 .art-footer-shape_2 {
  position: absolute;
  bottom: 0;
  left: 100px;
}
@media (max-width: 767px) {
  .art-footer-section-2 .art-footer-shape_2 {
    left: 0;
  }
}
.art-footer-section-2 .art-footer-widget-area {
  padding-left: 0;
  padding-right: 0;
}
.art-footer-section-2 .art-footer-cta-area {
  border-bottom: 1px solid rgba(162, 162, 252, 0.48);
}
.art-footer-section-2 .art-footer-cta-content {
  gap: 30px 20px;
  padding-bottom: 70px;
}
.art-footer-section-2 .art-footer-cta-content .cta-title {
  color: #fff;
}
.art-footer-section-2 .art-footer-cta-content .cta-mail {
  line-height: 1;
  padding: 18px 24px;
  border-radius: 12px;
  background-color: #A2A2FC;
}
.art-footer-section-2 .art-footer-cta-content .cta-mail span, .art-footer-section-2 .art-footer-cta-content .cta-mail a {
  display: block;
}
.art-footer-section-2 .art-footer-cta-content .cta-mail span {
  font-size: 16px;
  padding-bottom: 5px;
}
.art-footer-section-2 .art-footer-cta-content .cta-mail a {
  font-size: 23px;
  font-weight: 500;
  transition: all 0.4s ease;
}
.art-footer-section-2 .art-footer-cta-content .cta-mail a:hover {
  color: #fff;
}
.art-footer-section-2 .art-footer-cta-content .cta-text {
  color: #fff;
  font-size: 23px;
  max-width: 470px;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-section-2 .art-footer-cta-content .cta-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.art-footer-section-2 .art-footer-cta-content .art-scroll-top {
  bottom: 0;
  right: -20px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-section-2 .art-footer-cta-content .art-scroll-top {
    right: 0;
  }
}
.art-footer-section-2 .art-footer-cta-content .art-scroll-top a {
  width: 48px;
  height: 48px;
  color: #A2A2FC;
  border-radius: 12px 12px 0px 0px;
  border: 2px solid rgb(162, 162, 252);
}
.art-footer-section-2 .art-footer-copyright-area h3 {
  color: #C9F7CA;
}

.art-footer-section-3 .art-footer-content-area {
  border-bottom: none;
}
.art-footer-section-3 .art-footer-copyright-area h3 {
  color: #fff;
  font-weight: 400;
}

.art-footer-section-4 .art-footer-shape_2 {
  position: absolute;
  bottom: -50px;
  left: 100px;
}
@media (max-width: 767px) {
  .art-footer-section-4 .art-footer-shape_2 {
    left: 0;
  }
}
.art-footer-section-4 .art-footer-copyright-area h3 {
  background-image: url(../img/bg/title-bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.art-footer-address-content {
  gap: 30px 20px;
  max-width: 1000px;
}

.art-footer-address {
  padding: 35px 0px;
  border-top: 1px solid #28282A;
  border-bottom: 1px solid #28282A;
  position: relative;
}
.art-footer-address .address-item h3 {
  color: #F5F5F7;
  font-size: 16px;
  font-weight: 500;
}
.art-footer-address .address-item p {
  color: #86868B;
  font-size: 16px;
  max-width: 248px;
}

.art-footer-section-3 {
  z-index: 1;
  overflow: hidden;
}
.art-footer-section-3 .art-footer-shape {
  left: 0px;
  z-index: -1;
  opacity: 0.25;
  bottom: -150px;
}
.art-footer-section-3 .art-footer-shape .art-footer-shape2 {
  margin-left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-section-3 .art-footer-shape {
    display: none !important;
  }
}
.art-footer-section-3 .art-scroll-top-3 {
  left: 0px;
  bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .art-footer-section-3 .art-scroll-top-3 {
    display: none !important;
  }
}
.art-footer-section-3 .art-footer-copyright h3 {
  color: #fff;
  letter-spacing: -2px;
}

.art-footer-btn {
  font-size: 14px;
}
.art-footer-btn a {
  gap: 12px;
  display: flex;
}
.art-footer-btn a img {
  transition: all 0.4s ease;
}
.art-footer-btn a:hover img {
  transform: rotate(45deg);
}
.art-footer-btn span {
  line-height: 1;
  max-width: 102px;
  text-align: right;
  line-height: 1.05;
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-cta-content_2 .footer-scroll {
    display: none;
  }
}
.art-footer-cta-content_2 .footer-cta-text {
  color: #010101;
  font-size: 32px;
  max-width: 530px;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-footer-cta-content_2 .footer-cta-text {
    font-size: 26px;
    line-height: 29px;
  }
}

/*---------------------------------------------------- */
.hero-slider-item {
  overflow: hidden;
  background-color: #E7EAF2;
  padding: 285px 0px 205px;
  border-radius: 0px 0px 48px 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .hero-slider-item {
    padding: 200px 0px 120px;
  }
}
.hero-slider-item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.05;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slider-item .slider-img {
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-item .slider-img {
    right: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), (max-width: 480px) {
  .hero-slider-item .slider-img {
    display: none;
  }
}
.hero-slider-item .art-banner-text .banner_title {
  color: #261723;
}
.hero-slider-item .art-banner-text p {
  opacity: 0;
  color: #261723;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.hero-slider-item .slider_title {
  color: #261723;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
@media (max-width: 480px) {
  .hero-slider-item .slider_title {
    font-size: 45px;
  }
}
.hero-slider-item .art-btn-1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.swiper-slide-active .hero-slider-item .art-banner-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .hero-slider-item .art-btn-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.swiper-slide-active .hero-slider-item .slider-img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.hero-main-pagination {
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 15px !important;
}
.hero-main-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hero-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--art-base-color-1);
}
/* Megamenu */
.has-mega-menu {
  position: static !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .has-mega-menu {
    position: relative !important;
  }
}
.has-mega-menu .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  max-width: 1440px;
  padding: 32px 15px 70px;
  margin: 0 auto !important;
  border-top: 2px solid var(--art-base-color-1);
  background: rgba(0, 0, 0, 0.72);
  border-radius: 0px 0px 48px 48px;
}
.has-mega-menu .dropdown-menu li {
  border-left: none !important;
}
.has-mega-menu .dropdown-menu .megamenu-item-area {
  gap: 32px;
}
.has-mega-menu .dropdown-menu .megamenu-item {
  max-width: 176px;
}
.has-mega-menu .dropdown-menu .megamenu-item .item-img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
}
.has-mega-menu .dropdown-menu .megamenu-item .item-img:before {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.4);
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn {
  left: 0;
  right: 0;
  top: 50%;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn a {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #261723;
  margin: 6px 0px;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  font-size: 12px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 4px 4px 16px !important;
  background-color: #fff !important;
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn a:nth-child(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn a:nth-child(2) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn a:after {
  display: none;
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn a i {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1.5px solid #DFE0DF;
}
.has-mega-menu .dropdown-menu .megamenu-item .item-btn a:hover i {
  color: #fff;
  border: 1.5px solid var(--art-base-color-1);
  background-color: var(--art-base-color-1);
}
.has-mega-menu .dropdown-menu .megamenu-item .item-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.has-mega-menu .dropdown-menu .megamenu-item .item-text span {
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: var(--art-base-color-1);
}
.has-mega-menu .dropdown-menu .megamenu-item.coming_new {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  border: 2px solid var(--art-base-color-1);
}
.has-mega-menu .dropdown-menu .megamenu-item.coming_new .item-icon {
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--art-base-color-1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.has-mega-menu .dropdown-menu .megamenu-item:hover .item-img:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.has-mega-menu .dropdown-menu .megamenu-item:hover .item-btn a {
  opacity: 1;
  visibility: visible;
}
.has-mega-menu .dropdown-menu .megamenu-item:hover .item-btn a:nth-child(1) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.has-mega-menu .dropdown-menu .megamenu-item:hover .item-btn a:nth-child(2) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.art-header-section .main-navigation li.has-mega-menu:after {
  display: none;
}
.art-header-section.header_type_two .main-navigation li.has-mega-menu .dropdown-menu {
  top: auto;
}
.art-header-section.header_type_two .main-navigation li.has-mega-menu .dropdown-menu .megamenu-item .item-text {
  color: #261723;
}
.art-header-section.header_type_four .art-header-content .main-navigation-search li.has-mega-menu .dropdown-menu {
  top: 100%;
}
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
