/*--------------------------------------------------------------============================================================
[Main Stylesheet]

Project: Aimaas
/*==============================
[Table of contents]

AXIMO STYLESHEET
----------------------------------
INFINITE TEXT SLIDER 

=============================================================--------------------------------------------------------------*/


/* portfolio -- */
.aximo-project-slider{
  overflow: hidden;
}
.aximo-project-thumb {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  border: 5px solid #FDFDE1;
}
.aximo-project-thumb img {
  transition: all 0.5s;
  transform: scale(1);
}
.aximo-project-thumb:hover img {
  transform: scale(1.1);
}
.aximo-project-thumb::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.42%, #000 100%);
}
.aximo-project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aximo-project-wrap {
  padding: 24px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
}
@media (max-width: 767px) {
  .aximo-project-wrap {
    display: block;
  }
}
.aximo-project-data {
  flex: 0 0 85%;
}
.aximo-project-data h3 {
  margin-bottom: 10px;
  color: #FDFDE1;
  font-size: 30px;
}
.aximo-project-data p {
  color: #FDFDE1;
  font-size: 18px;
  line-height: 30px;
}
.aximo-project-icon {
  flex: 0 0 15%;
  text-align: right;
}
@media (max-width: 767px) {
  .aximo-project-icon {
    margin-top: 20px;
    display: block;
    text-align: left;
  }
}
.aximo-project-icon svg path {
  transition: all 0.4s;
}
.aximo-project-thumb:hover .aximo-project-icon svg path {
  stroke: #BFF747;
}

.aximo-project-slider .swiper-pagination {
  max-width: 1296px;
  display: flex;
  position: static;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .aximo-project-slider .swiper-pagination {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .aximo-project-slider .swiper-pagination {
    margin-top: 40px;
  }
}

.aximo-project-slider .swiper-pagination-bullet {
  width: 25%;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  margin: 0 !important;
  transition: all 0.4s;
  background-color: #333;
}

.aximo-project-slider .swiper-pagination-bullet-active {
  background-color: #BFF747;
}

/* portfolio two slider */

.aximo-project-thumb2 {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.aximo-project-thumb2 img {
  transition: all 0.5s;
  transform: scale(1);
}
.aximo-project-wrap2:hover .aximo-project-thumb2 img {
  transform: scale(1.1);
}
.aximo-project-thumb2:hover .aximo-project-icon2 img {
  transform: scale(1) !important;
}
.aximo-project-wrap2:hover .aximo-project-icon2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.aximo-project-thumb2::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.4s;
  background: linear-gradient(0deg, rgba(25, 25, 49, 0.6) 23.47%, rgba(25, 25, 49, 0) 102.43%);
  mix-blend-mode: multiply;
}
.aximo-project-wrap2:hover .aximo-project-thumb2::before {
  opacity: 1;
}
.aximo-project-thumb2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aximo-project-data2 {
  padding-top: 24px;
  padding-right: 30px;
}
.aximo-project-data2 h3 {
  margin-bottom: 15px;
  color: var(--light-color3);
  font-family: "Arimo", sans-serif;
}
@media (max-width: 767px) {
  .aximo-project-data2 h3 {
    font-size: 24px;
  }
}
.aximo-project-data2 p {
  font-size: 21px;
  color: var(--light-color3);
}
@media (max-width: 767px) {
  .aximo-project-data2 p {
    font-size: 18px;
  }
}
.aximo-project-icon2 {
  top: 55%;
  left: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  align-items: center;
  position: absolute;
  border-radius: 100%;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: #FFF7EA;
}
.aximo-project-icon2 img {
  width: auto;
  height: auto;
}

.aximo-project-slider2 {
  padding-bottom: 11px;
}
@media (max-width: 767px) {
  .aximo-project-slider2 {
    margin: 0 12px;
  }
}
.aximo-project-slider2 .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #666;
  position: relative;
  margin: 0 auto;
  height: 2px;
  left: 0;
  width: 45%;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .aximo-project-slider2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .aximo-project-slider2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 60px;
  }
}
.aximo-project-slider2 .swiper-scrollbar-drag {
  cursor: pointer;
  width: 85px !important;
  height: 50px;
  top: -24px;
  left: -2px;
  position: absolute;
  background-size: cover;
  background-color: transparent;
  background-image: url(../images/v4/arrow.png);
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='50' viewBox='0 0 85 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8333 39.5832L6.25 24.9998M6.25 24.9998L20.8333 10.4165M6.25 24.9998L43.75 24.9998' stroke='%23FFF7EA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M64.1667 39.5832L78.75 24.9998M78.75 24.9998L64.1667 10.4165M78.75 24.9998L41.25 24.9998' stroke='%23FFF7EA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}



/* Aimaas Button css */

.aximo-btn {
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  padding: 15.5px 36px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  width: fit-content;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.aximo-btn.bg-gray {
  color: #fff;
  background-color: #26242C;
}

.aximo-btn.active:before {
  opacity: 1;
}

.aximo-btn:before {
  content: " ";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s;
  opacity: 0;
  border-radius: 10px;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.aximo-btn:hover:before {
  opacity: 1;
}

.aximo-btn.active:hover:before {
  width: 200%;
}

.aximo-outline-btn {
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
  color: #fff !important;
  background: linear-gradient(to right, #ff00d4, #7d41ea, #0080ff);
}

.aximo-outline-btn span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15.5px 38px;
  border-radius: 10px;
  background-color: #13111A;
  transition: all .4s;
}

.aximo-outline-btn:hover span {
  background-color: transparent;
}

/*INFINITE TEXT SLIDER */
.aximo-text-slider-section {
  padding: 22px 0;
  overflow: hidden;
  background: linear-gradient(225deg, #0080ff 0, #7d41ea 46.35%, #ff00d4 100%);
}

.aximo-text-slider-data {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.aximo-text-slider-data h3 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
  display: inline-block;
  color: #fff;
  line-height: 36px;
}

@media (max-width: 767px) {
  .aximo-text-slider-data {
    text-align: center;
    display: block !important;
  }
}


/* elementor extra css hero thumb new css add */
.aximo-hero-thumb {
  transform: rotate(3deg);
  padding-left: 150px;
}

@media (max-width: 1399px) {
  .aximo-hero-thumb {
    padding-left: 50px;
  }
}

@media (max-width: 1024px) {
  .aximo-hero-thumb {
    padding-left: 0px;
    transform: rotate(0deg);
  }

}

.aximo-footer-address li.elementor-icon-list-item {
  display: flex;
}




/*testimonial page*/
.style-two .testi-meta {
  display: flex;
  align-items: center;
}

.style-two .testi-image {
  flex-shrink: 0;
}

.aximo-testimonial-item {
  transition: 0.4s;
}

/*coming soon*/
.coming-soong-page .mas-addons-countdown li {
  width: 200px;
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .coming-soong-page .mas-addons-countdown li {
    width: 170px;
    height: 170px;
  }

}

.coming-soong-page .mas-addons-countdown li:nth-child(2),
.coming-soong-page .mas-addons-countdown li:nth-child(3),
.coming-soong-page .mas-addons-countdown li:nth-child(4) {
  margin-left: -30px;
}

@media (max-width: 767px) {
  .coming-soong-page .mas-addons-countdown {
    justify-content: center;
  }

  .coming-soong-page .mas-addons-countdown li:nth-child(2),
  .coming-soong-page .mas-addons-countdown li:nth-child(3),
  .coming-soong-page .mas-addons-countdown li:nth-child(4) {
    margin-left: 0;
  }

}



/*text circle*/

.aximo-text-circle {
  position: relative;
}

.aximo-text-circle img {
  transition: all 0.4s;
  -webkit-animation: rotate-animation 12s infinite linear;
  -moz-animation: rotate-animation 12s infinite linear;
  -o-animation: rotate-animation 12s infinite linear;
  animation: rotate-animation 12s infinite linear;
}

.aximo-text-circle {
  position: relative;
  display: inline-block;
}

.aximo-text-circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  /* -webkit-animation: float-animation 3s ease-in-out infinite;
  -moz-animation: float-animation 3s ease-in-out infinite;
  -o-animation: float-animation 3s ease-in-out infinite;
  animation: float-animation 3s ease-in-out infinite; */
}

.aximo-text-circle-icon i,
.aximo-text-circle-icon svg path {
  transition: all 0.4s;
}


@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes float-animation {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}


/* testimonial normal */

.style-normal-one .aximo-t-author-wrap, 
.style-normal-three .aximo-t-author-wrap {
  display: flex;
  align-items: center;
}
.style-normal-one .aximo-t-author-data {
  display: flex;
  align-items: center;
}
.aximo-t-author {
  flex-shrink: 0;
}

/* t two */
.style-normal-two .aximo-t-wrap {
  position: relative;
}

.style-normal-two .aximo-t-author-wrap {
  align-items: center;
  border: 2px solid #0E100F;
  display: inline-flex;
  border-radius: 50px;
  border-left: 0;
  position: absolute;
  background-color: #FFFCE1;
  padding-right: 24px;
  bottom: -30px;
}

.style-normal-two .aximo-t-author-data {
  display: flex;
  align-items: center;
}

/* testimonial two column slider */

.aximo-t-2column-slider-wrap {
  display: grid!important;
  grid-template-columns: 306px 1fr;
  gap: 135px;
}

.aximo-t-slider-arrow .slick-prev,
.aximo-t-slider-arrow .slick-next {
  position: static;
}

.aximo-t-slider-arrow {
  display: flex;
  align-items: center;
  left: 49%;
  position: absolute;
  bottom: 0;
}

.aximo-t-slider-arrow button,
.aximo-t-slider-arrow button {
  transition: all 0.4s;
  margin: 0 12px;
}


  @media (max-width: 1349px) {
    .aximo-t-2column-slider-wrap {
      gap: 60px;
    }
  
  }

@media (max-width: 767px) {
  .aximo-t-slider-arrow {
    display: none !important;
  }
  .aximo-t-2column-slider-wrap {
    display: block!important;
  }

}

@media (max-width: 1250px) {
  .aximo-t-slider-arrow {
    left: auto;
    right: 0;
  }

}

.slick-prev:before,
.slick-next:before {
  content: none;
}
.slick-dots li button::before {
  display: none;
}


/* AXIMO SERVICE CSS */
.aximo-service-section {
  padding: 130px 0;
}

.aximo-service-box {
  background-color: rgb(246, 249, 240);
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #000000;
}

.aximo-service-text {
  margin: 0 94px;
}

.aximo-service-text h4 {
  font-family: Outfit, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 15px;
}

.aximo-service-text p {
  font-family: Inter, sans-serif;
  color: rgb(44, 44, 44);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}

.aximo-service-icon {
  background-color: rgb(0, 0, 0);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.aximo-service-icon a {
  padding: 12px;
}

.box-hover:hover {
  background-color: rgb(0, 0, 0);
  transition: all 0.4s ease 0s;
  padding: 40px 30px 40px 40px;
}

.box-hover:hover .aximo-service-image svg path {
  fill: rgb(246, 249, 240);
  transition: all 0.4s ease 0s;
}

.box-hover:hover .aximo-service-text h4 {
  color: rgb(246, 249, 240);
  transition: all 0.4s ease 0s;
}

.box-hover:hover .aximo-service-text p {
  color: rgb(246, 249, 240);
  transition: all 0.4s ease 0s;
}

.box-hover:hover .aximo-service-icon {
  background-color: rgb(246, 249, 240);
  transition: all 0.4s ease 0s;
}

.box-hover:hover .aximo-service-icon svg path {
  stroke: rgb(0, 0, 0);
  transition: all 0.4s ease 0s;
}

@media (max-width: 991px) {
  .aximo-service-text {
    margin: 0px 30px;
  }
}

@media (max-width: 767px) {
  .aximo-service-text {
    margin: 0px 25px;
  }
}

@media (max-width: 576px) {
  .aximo-service-box {
    display: block;
    text-align: center;
    padding: 40px 20px;
  }

  .aximo-service-image {
    margin-bottom: 20px;
  }

  .aximo-service-text h4 {
    margin-bottom: 10px;
  }

  .aximo-service-text p {
    margin-bottom: 20px;
  }

  .aximo-service-icon {
    width: 35%;
    margin: 0px auto;
  }

  .box-hover:hover {
    padding: 40px 20px;
  }

  .box-hover:hover .aximo-service-icon {
    margin: 0px auto;
  }
}

/* offcanvas menu */
.aximo-sidemenu-wraper {
  position: relative;
}

.main-menu {
  display: block;
}

.aximo-sidemenu-column {
  width: 750px;
  display: block;
  background: #ffffff;
  height: 100%;
  position: fixed;
  z-index: 111;
  padding: 80px 40px 60px;
  margin-right: -750px;
  transition: 0.5s;
  right: 0;
  top: 0;
  overflow-y: scroll;
}

.admin-bar .aximo-sidemenu-column {
  padding: 100px 40px 60px;
}

.aximo-sidemenu-column.active {
  margin-right: 0px;
  z-index: 9999;
}

.aximo-sidemenu-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.menubar {
  font-size: 28px;
  cursor: pointer;
  transition: all linear 0.3s;
  color: #000;
}

.aximo-sidemenu-close {
  position: absolute;
  left: 0;
  top: 20px;
  color: #333333;
  font-size: 20px;
  padding: 5px;
  transition: all linear 0.3s;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3147FF;
  border-radius: 0;
}

.active .aximo-sidemenu-close {
  opacity: 1;
  visibility: visible;
}

.admin-bar .aximo-sidemenu-close {
  top: 52px;
}

.offcanvas-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.offcanvas-overlay.active {
  opacity: .7;
  z-index: 111;
  visibility: visible;
}

.menu-bar,
.aximo-baynow-btn {
  display: block;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff;
  line-height: 1;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #4243DC;
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
}

.aximo-baynow-btn {
  margin-top: 15px;
  color: #fff !important;
  background-color: #121212;
}

.aximo-sidemenu-btn {
  top: 50%;
  right: 0;
  position: fixed;
  transform: translateY(-50%);
}

.aximo-sidemenu-item {
  text-align: center;
  transition: all 0.4s;
  margin-bottom: 10px;
}

.aximo-sidemenu-item:hover {
  transform: translateY(-5px);
}

.aximo-sidemenu-item img {
  margin-bottom: 20px;
  border-radius: 5px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.aximo-sidemenu-item h4 {
  font-size: 18px;
  margin: 0;
  line-height: 21px;
  text-transform: capitalize;
}

.aximo-sidemenu-column::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.aximo-sidemenu-column::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.aximo-sidemenu-column::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

h3.aximo-sidemenu-title {
  text-align: center;
  font-size: 36px;
  text-transform: capitalize;
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .aximo-sidemenu-wraper {
    display: none;
  }

}

/* team normal */
.aximo-team-box{
  text-align: center;
}
.aximo-team-thumb {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 5px solid #000;
}
.aximo-team-thumb img {
  transition: all 0.5s;
  transform: scale(1);
}
.aximo-team-box:hover .aximo-team-thumb img {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.aximo-team-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.4s;
}
.aximo-team-social ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.aximo-team-box:hover .aximo-team-social {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}
.aximo-team-social ul li {
  display: inline-block;
}
.aximo-team-social ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.aximo-team-social ul li:first-child {
  margin-left: 0;
}
.aximo-team-social ul li:last-child {
  margin-right: 0;
}



/* blog sidebar form */
.aximo-blog-sidebar-form h6 {
  color: #191919;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 15px;
  margin-top: -30px;
}

.aximo-blog-sidebar-form p {
  margin: 0;
}

.aximo-blog-sidebar-form input[type="email"] {
  height: 55px;
  padding: 15px 40px;
  border-radius: 50px;
  border: 1px solid #191919;
  margin-bottom: 15px;
}

.aximo-blog-sidebar-form .wpcf7-spinner {
  position: absolute;
}

.aximo-blog-sidebar-form input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 50px;
  transition: all 0.4s;
  background-color: #000000;
}

.aximo-blog-sidebar-form input[type="submit"]:hover {
  background-color: #FE330A;
}


/* image rotate */

.aximo-hero-thumb-wrap {
  display: flex;
  position: relative;
}
.aximo-hero-thumb-item {
  width: 405px;
}
@media (max-width: 1399px) {
  .aximo-hero-thumb-item {
    width: 30%;
  }
}
.aximo-hero-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9.29px;
  border: 10px solid #fff;
}
.aximo-hero-thumb-item:nth-child(1) img {
  transform: rotate(-2deg);
}
.aximo-hero-thumb-item:nth-child(2) {
  left: 18%;
  top: 12%;
  position: absolute;
}
.aximo-hero-thumb-item:nth-child(2) img {
  transform: rotate(2deg);
}
.aximo-hero-thumb-item:nth-child(3) {
  left: 39%;
  position: absolute;
}
.aximo-hero-thumb-item:nth-child(3) img {
  transform: rotate(5deg);
}
.aximo-hero-thumb-item:nth-child(4) {
  right: 20%;
  top: 10%;
  position: absolute;
}
.aximo-hero-thumb-item:nth-child(4) img {
  transform: rotate(-5deg);
}
.aximo-hero-thumb-item:nth-child(5) {
  right: 0;
  position: absolute;
}
.aximo-hero-thumb-item:nth-child(5) img {
  transform: rotate(5deg);
}



  /* service-increase */

  .aximo-service-increase-row {
    transition: all 0.4s;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #F6F5EF;
  }
  .aximo-service-increase-row:hover {
    background-color: #1B1B1B;
  }
  .aximo-service-increase-row:hover .aximo-service-increase-title h3, 
  .aximo-service-increase-row:hover .aximo-service-increase-body p {
    color: #F6F5EF;
  }
  .aximo-service-increase-row:hover .aximo-service-increase-icon i {
    color: var(--orange-color);
  }
  .aximo-service-increase-row:last-child .aximo-service-increase-item {
    border: none;
  }
  .aximo-service-increase-item {
    max-width: 1292px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1B1B1B;
  }
  @media (max-width: 850px) {
    .aximo-service-increase-item {
      display: block;
    }
  }
  .aximo-service-increase-title {
    flex: 0 0 30%;
    z-index: 9;
    padding-right: 20px;
    position: relative;
  }
  @media (max-width: 850px) {
    .aximo-service-increase-title {
      padding: 0 0 20px;
    }
  }
  .aximo-service-increase-title h3 {
    transition: all 0.4s;
    color: #1B1B1B;
  }
  .aximo-service-increase-body {
    flex: 0 0 47%;
    z-index: 9;
    padding-right: 20px;
    position: relative;
  }
  @media (max-width: 850px) {
    .aximo-service-increase-body {
      padding: 0 0 20px;
    }
  }
  .aximo-service-increase-body p {
    transition: all 0.4s;
  }
  .aximo-service-increase-icon {
    z-index: 9;
    flex: 0 0 23%;
    text-align: right;
    position: relative;
  }
  .aximo-service-increase-icon i {
    font-size: 48px;
    color: #1B1B1B;
    transition: all 0.4s;
  }
  img.swipeimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 294px;
    height: 245px;
    object-fit: cover;
    /* transform: translateX(-50%) translateY(-50%); */
    z-index: 9;
    opacity: 0;
    visibily: hidden;
    pointer-events: none;
    border-radius: 7px;
    border: 5px solid #fff;
  }
  
  @media (max-width: 1080px) {
    img.swipeimage{
      display: none;
    }
  }
  /* text infinite */
  .aximo-text-infinite-wrap {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }
  .aximo-text-infinite-item {
    display: flex;
    align-items: center;
}
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  
  @media (max-width: 767px) {
    .aximo-text-infinite-wrap {
      animation: marquee 4s linear infinite;
    }
  }


  /* instagam slider */
  .aximo-instagram-thumb{
    position: relative;
  }
  .aximo-instagram-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aximo-instagram-thumb:before{
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.4s;
    position: absolute;
    background-color: #0000FF;
  }
  .aximo-instagram-thumb:hover:before{
    opacity: 1;
    visibility: visible;
  }

  .aximo-instagram-data {
    top: 60%;
    left: 50%;    
    width: 100%;
    padding: 20px;
    opacity: 0;
    text-align: center;
    position: absolute;
    transition: all 0.4s;
    transform: translate(-50%, -50%);
}
.aximo-instagram-thumb:hover .aximo-instagram-data{
  top: 50%;
  opacity: 1;
}

/* service marketing */
.aximo-marketing-services-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  align-items: center;
  border-radius: 20px;
  transition: all 0.4s;
}

.aximo-marketing-services-icon {
  display: flex;
  align-items: center;
  flex: 0 0 35%;
}


.aximo-marketing-services-icon svg, 
.aximo-marketing-services-icon i {
  flex-shrink: 0;
  margin-right: 40px;
}

.aximo-marketing-services-data {
  flex: 0 0 40%;
}


.aximo-marketing-services-btn {
  flex: 0 0 25%;
  text-align: right;
}
.aximo-sm-btn svg path {
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .aximo-marketing-services-btn {
    text-align: left;
  }
  .aximo-marketing-services-item {
    display: block;
}
}


/* portfolio normal */


.aximo-project-normal-thumb {
  position: relative;
  overflow: hidden;
}
.aximo-project-view {
  display: flex;
  top: 57%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
.aximo-project-normal-wrap:hover .aximo-project-view {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.aximo-project-meta ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.aximo-project-meta ul li {
  position: relative;
  display: inline-block;
}
.aximo-project-meta ul li:first-child {
  padding-left: 0!important;
}
.aximo-project-meta ul li:last-child {
  padding-right: 0!important;
}
.aximo-project-meta ul li:before {
  content: "";
  right: -8px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #0C0C0C;
}
.aximo-project-meta ul li:last-child:before {
  content: none;
}

/* portfolio grid */
.aximo-portfolio-image{
  position: relative;
  overflow: hidden;
}
.aximo-portfolio-image img{
  transition: all 0.4s;
}
.aximo-portfolio-image:hover img{
  transform: scale(1.07);
}
.style-one .aximo-portfolio-image::before{
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  transition: all 0.4s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.42%, #000 100%);
}
.style-one .aximo-portfolio-image:hover::before{
  opacity: 1;
  visibility: visible;
}

.style-one .aximo-portfolio-content{
  position: absolute;
  bottom: -30px;
  display: flex;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  visibility: hidden;
  align-items: center;
}
.style-one .aximo-portfolio-image:hover .aximo-portfolio-content{
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.style-one .pt-title {
  flex: 0 0 72%;
}
.style-one .portfolio-content-bottom{
  flex: 0 0 28%;
  text-align: right;
}

/* portfolio clasic */
.style-two .aximo-portfolio-image::before{
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  position: absolute;
  transition: all 0.4s;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(25, 25, 49, 0.60) 23.47%, rgba(25, 25, 49, 0.00) 102.43%);
  mix-blend-mode: multiply;
}
.aximo-portfolio-item.style-two:hover .aximo-portfolio-image::before{
  opacity: 1;
  visibility: visible;
}
.style-two .portfolio-content-bottom {
  top: 55%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
}
.aximo-portfolio-item.style-two:hover .portfolio-content-bottom{
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.style-two .pt-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.style-two a.aximo-portfolio-title {
  flex: 0 0 68%;
}

@media (max-width: 1024px) {
  .style-one .aximo-portfolio-content, 
  .style-two .pt-title{
    display: block;
  }
  .style-one .portfolio-content-bottom{
    text-align: left;
  }

}


/* infinite slider */
.aximo-infinite-slider-data {
  display: flex;
  margin: -1px;
  align-items: center;
}
.aximo-infinite-slider-data h3 {
  font-size: 35px;
  white-space: nowrap;
  padding: 0 24px;
  text-transform: uppercase;
  color: var(--accent-color);
}
@media (max-width: 767px) {
  .aximo-infinite-slider-data h3 {
    font-size: 28px;
  }
}
.aximo-infinite-slider-data svg, 
.aximo-infinite-slider-data i {
  -webkit-animation: rotate-animation 7s infinite linear;
  -moz-animation: rotate-animation 7s infinite linear;
  -o-animation: rotate-animation 7s infinite linear;
  animation: rotate-animation 7s infinite linear;
}
.aximo-infinite-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.aximo-infinite-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  margin: -1px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* footer border */
.aximo-footer-bottom-border2 {
  border-top: 1px solid #E6E6E6;
  height: 0;
}



/* Aximo project er Testimonial Slider in here css */

.swiper-slide:nth-child(odd) .aximo-iconbox-wrap8{
  background-color: #D68BE7;
}

.swiper-slide:nth-child(even) .aximo-iconbox-wrap8{
  background-color: #F3EDE8;
}


@media (min-width: 1025px) {
.aximo-iconbox-slider {
    padding-top: 120px;
  }
}

.aximo-iconbox-slider-arrows {
  display: flex;
  position: absolute;
  top: 24px;
  right: 21%;
  gap: 24px;
}
@media (max-width: 1199px) {
  .aximo-iconbox-slider-arrows {
    right: 26%;
  }
}
@media (max-width: 1024px) {
  .aximo-iconbox-slider-arrows {
    top: auto;
    right: 0;
    bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .aximo-iconbox-slider {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .aximo-iconbox-slider {
    padding-bottom: 120px;
  }
}

.aximo-iconbox-slider .swiper-button-prev,
.aximo-iconbox-slider .swiper-button-next {
  position: static;
  width: 80px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.4s;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F3EDE8;
  border: 2px solid #2C2C2C;
  box-shadow: 0 2px 0 0 #2C2C2C;
}
.aximo-iconbox-slider .swiper-button-prev::after,
.aximo-iconbox-slider .swiper-button-next::after {
  content: none;
}
.aximo-iconbox-slider .swiper-button-prev:hover,
.aximo-iconbox-slider .swiper-button-next:hover {
  box-shadow: none;
}

.aximo-service-details-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 75px;
  border: 5px solid var(--heading-color);
}
@media (max-width: 991px) {
  .aximo-service-details-thumb {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .aximo-service-details-thumb {
    margin-bottom: 35px;
  }
}


/* hero style v6 */

.aximo-hero-title {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.aximo-hero-title img {
  width: 270px;
  height: 90px;
  border-radius:50px;
}
@media (max-width: 1199px) {
  .aximo-hero-title img {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .aximo-hero-title img {
    display: none;
  }
}
.aximo-hero-text {
  font-size: 115px;
  font-weight: 700;
  line-height: 1.02em;
  letter-spacing: -0.5px;
  color: var(--heading-color5);
  font-family: "Playfair Display", serif;
}
@media (max-width: 1669px) {
  .aximo-hero-text {
    font-size: 110px;
  }
}
@media (max-width: 1400px) {
  .aximo-hero-text {
    font-size: 80px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .aximo-hero-text {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .aximo-hero-text {
    font-size: 48px;
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .aximo-hero-text {
    font-size: 40px;
  }
}

.aximo-marquee-one {
  width: 365px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  background-color: #D68BE7;
}
@media (max-width: 1199px) {
  .aximo-marquee-one {
    padding: 27px;
  }
}
@media (max-width: 1024px) {
  .aximo-marquee-one {
    display: none;
  }
}

.aximo-marquee-two {
  top: -7px;
  width: 600px;
  padding: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  border: 2px solid #2C2C2C;
  box-shadow: 0 4px 0 0 #2C2C2C;
  background-color: #02854C;
}
@media (max-width: 1199px) {
  .aximo-marquee-two {
    padding: 27px;
  }
}
@media (max-width: 1024px) {
  .aximo-marquee-two {
    display: none;
  }
}
.aximo-infinite.two a img, 
.aximo-infinite.two a svg {
  margin: 0 20px;
}

.aximo-infinite {
  display: flex;
  width: 250%;
  top: 50%;
  gap: 20px;
  position: absolute;
  overflow: hidden;
  transform: translateY(-50%);
  animation: marquee 7s linear infinite;
}
.aximo-infinite.two a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  color: #F3EDE8 !important;
}
.aximo-infinite.two a img {
  padding: 0 20px;
}

@keyframes marquee {
  100% {
    right: -100%;
  }
  0% {
    right: 0;
  }
}


/* portfolio resizing */
.img-container-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 24px;
}
.aximo-image-resizing-item {
  flex: 1 0 auto;
  min-height: 550px;
  background: center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: flex 0.5s;
  -webkit-transition: flex 0.5s;
  -moz-transition: flex 0.5s;
  -o-transition: flex 0.5s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 30px;
}
@media (max-width: 991px) {
  .aximo-image-resizing-item {
    display: none;
  }
  .aximo-image-resizing-item:nth-child(1), .aximo-image-resizing-item:nth-child(2), .aximo-image-resizing-item:nth-child(3) {
    display: block !important;
  }
}
.aximo-image-resizing-item:hover .aximo-image-resizing-content {
  opacity: 1;
}
.aximo-image-resizing-item:before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: absolute;
  background: linear-gradient(to bottom, rgba(11, 16, 64, 0) 0%, rgb(11, 16, 64) 100%);
}
.aximo-image-resizing-item:hover::before {
  opacity: 1;
}

.aximo-image-resizing-item.expand {
  flex-grow: 5;
}

.aximo-image-resizing-content {
  position: absolute;
  width: 500px;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .aximo-image-resizing-content {
    display: none;
  }
}
.aximo-image-resizing-content h4 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--light-color6);
  font-family: "Bricolage Grotesque", sans-serif;
}
.aximo-image-resizing-content p {
  color: var(--light-color6);
}