:root {
  --thm-color: #0B6EDA;
  --thm-color2: #2E6AEE;
  --color-header: #020842;
  --color-text: #636D6C;
  --color-text2: #626C6B;
  --color-black: #000;
  --color-body: #74787c;
  --color-white: #ffffff;
  --bg-color: #F9F7F3;
  --color-border: #0208421A;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --body-font: "DM Sans", sans-serif;
  --heading-font: "Ubuntu", sans-serif;
}

.custom-container-45 {
  max-width: 1520px !important;
  margin: 0 auto;
}

.breadcrumb-wrapper {
  position: relative;
}

.breadcrumb-wrapper .right-shape {
  position: absolute;
  right: 20px;
  top: -350px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .right-shape {
    display: none;
  }
}

.breadcrumb-wrapper .bottom-shape {
  position: absolute;
  right: -80px;
  bottom: -110px;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .bottom-shape {
    display: none;
  }
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(2, 8, 66, 0.92) 0%, rgba(2, 8, 66, 0) 100%);
}

.breadcrumb-wrapper .page-heading {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
  }
}

.breadcrumb-wrapper .page-heading h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  color: var(--white);
  font-weight: 500;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li i {
  color: var(--white);
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
}

.error-wrapper .error-items h2 {
  font-size: 66px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .error-wrapper .error-items h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .error-wrapper .error-items h2 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .error-wrapper .error-items h2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .error-wrapper .error-items h2 {
    font-size: 35px;
  }
}

.error-wrapper .error-items p {
  margin-bottom: 30px;
}

.error-wrapper .error-image img {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--thm-color);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--thm-color);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Animations */
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

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

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

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

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

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

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

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

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

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

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

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

/* Main Menu Styles */
.site-header .main-menu>ul>li>a {
  padding: 16px 0;
}

.site-header .main-menu>ul>li:first-child a {
  margin-left: 0;
}

.site-header .main-menu>ul>li:last-child a {
  margin-right: 0;
}

/* CONTACT INFO WIDGET STYLES */
.contact-info-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--thm-color);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-label {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.info-details {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-header);
}

/* Search Styles */

.faxion-search-wrapper .search-icon {
  font-size: 24px;
  cursor: pointer;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--thm-color);
  border-bottom: 2px solid var(--thm-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--thm-color);
}

input.main-search-input::placeholder {
  color: var(--thm-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--thm-color);
  cursor: pointer;
}

/* Hero Widget Styles */

.hero-2 {
  position: relative;
  padding: 100px 0;
}

.hero-2 .shape {
  position: absolute;
  left: 50%;
}

@media (max-width: 767px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}

.hero-2 .hero-content h1 {
  margin-bottom: 20px;
  font-size: 66px;
  color: var(--color-header);
}

@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    justify-content: center;
    margin-top: 30px;
  }
}

.hero-2 .hero-content .hero-button .video-btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 30px;
  transition: .4s;
}

.hero-2 .hero-content .hero-button .video-btn:hover {
  color: var(--thm-color);
}

.hero-2 .hero-content .hero-button .video-btn .video-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 100px;
  background-color: var(--color-white);
  color: var(--thm-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.hero-2 .hero-content .hero-button .text {
  font-weight: 700;
  color: var(--color-header);
}

.hero-2 .hero-content .rating {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 110px;
}

.hero-2 .hero-content .hero-client {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.hero-2 .hero-content .hero-client p {
  font-weight: 600;
  color: var(--color-header);
}

.hero-2 .hero-image {
  margin-bottom: -100px;
}

@media (max-width: 1600px) {
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-image {
    margin-bottom: 0;
  }

  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-image {
    margin: 0 auto;
    text-align: center;
  }
}

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

.hero-image {
  height: 812px;
  width: 750px;
}

.hero-content {
  padding-right: 260px;
}

/* COUNTER STYLES */
.about-wrapper-2 .about-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.about-wrapper-2 .counter-icon {
  font-size: 52px;
  color: var(--thm-color);
}

.about-wrapper-2 .about-counter-item {
  display: flex;
  align-items: center;
}

.about-wrapper-2.style-two .about-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  gap: 0;
  flex-direction: column;
}

.about-wrapper-2.style-two .counter-shape img {
  animation: cir36 10s linear infinite;
}

.about-counter-item .text .counter-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.about-wrapper-2.style-two .about-counter-item .text .counter-title {
  font-size: 16px;
  color: var(--color-white);
  font-family: var(--body-font);
  font-weight: 500;
}

.about-wrapper-2 .about-counter .content .counter-number {
  font-size: 66px;
  color: var(--thm-color);
}

.about-wrapper-2.style-two .about-counter-item .about-counter .content .counter-number {
  font-size: 42px;
  color: var(--color-white);
  margin-bottom: 0;
}

.about-wrapper-2.style-two .about-counter-item .text .counter-number {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-counter {
    padding-right: 0;
    border-right: none;
    flex-wrap: wrap;
  }
}

.about-wrapper-2 .about-counter.style-2 {
  border-right: 1px none;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-counter .content {
    margin-bottom: 2px;
  }
}

.about-wrapper-2 .about-content .about-counter-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-item {
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

.about-wrapper-2 .about-content .about-counter-item .about-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(2, 8, 66, 0.13);
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-item .about-counter {
    padding-right: 0;
    border-right: none;
    flex-wrap: wrap;
  }
}

.about-wrapper-2 .about-content .about-counter-item .about-counter.style-2 {
  border-right: 1px none;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-item .about-counter .content {
    margin-bottom: 2px;
  }
}

/* Project Styles */
.project-section {
  position: relative;
}

.project-section .top-shape {
  position: absolute;
  top: -100px;
  right: -150px;
}

@media (max-width: 1199px) {
  .project-section .top-shape {
    display: none;
  }
}

.project-section .bottom-shape {
  position: absolute;
  right: 60px;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .project-section .bottom-shape {
    display: none;
  }
}

.project-section .swiper-dot {
  margin-top: 40px;
  text-align: center;
}

.project-section .swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background: rgb(2, 8, 66);
  opacity: 1;
  border-radius: 10px;
}

.project-section .swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.project-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(2, 8, 66);
  transition: 0.6s;
  position: relative;
}

.project-section .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgb(2, 8, 66);
  content: "";
}

.project-wrapper {
  margin-left: -40%;
  margin-right: -10%;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 1199px) {
  .project-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .project-wrapper {
    margin-top: 30px;
  }
}

.project-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

.gprojects-wrapper .project-image {
  position: relative;
  height: 570px;
}

.gprojects-wrapper .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gprojects-wrapper .project-image .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: -30px;
  border-radius: 4px;
  background: var(--color-white);
  padding: 30px;
}

.gprojects-wrapper .project-image .content span a {
  color: var(--thm-color);
}

.gprojects-wrapper .project-image .content span a:hover {
  color: var(--color-black);
}

.gprojects-wrapper .project-image .content h3 a:hover {
  color: var(--thm-color);
}

.gprojects-wrapper .project-image .content .arrow-icon {
  color: var(--color-white);
  background: linear-gradient(106deg, #2AD3F8 10.42%, #933CFF 98.32%);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  font-size: 22px;
  position: absolute;
  top: -28px;
  right: 30px;
}

.gprojects-wrapper .project-image .content .arrow-icon i {
  transform: rotate(-45deg);
}

.gprojects-wrapper .project-image:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-item {
  margin-bottom: 20px;
}

.projects-wrapper-2 .project-main-card .project-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-wrapper-2 .project-main-card .project-card:not(:last-child) {
  border-bottom: 1px solid rgba(2, 8, 66, 0.14);
}

.project-wrapper-2 .project-main-card .project-card .project-list {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 40px 0;
}

@media (max-width: 575px) {
  .project-wrapper-2 .project-main-card .project-card .project-list {
    gap: 18px;
  }
}

.project-wrapper-2 .project-main-card .project-card .project-list li {
  font-size: 30px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: var(--color-header);
}

.project-wrapper-2 .project-main-card .project-card .project-list li span {
  color: var(--thm-color);
  font-weight: 500;
}

@media (max-width: 991px) {
  .project-wrapper-2 .project-main-card .project-card .project-list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-2 .project-main-card .project-card .project-list li {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .project-wrapper-2 .project-main-card .project-card .project-list li {
    font-size: 20px;
  }
}

.project-wrapper-2 .project-main-card .project-card .project-list li a:hover {
  color: var(--thm-color);
}

.project-wrapper-2 .project-main-card .project-card .icon {
  color: var(--color-header);
  font-size: 14px;
}

.project-wrapper-2 .project-main-card .project-card .icon a:hover i {
  color: var(--thm-color);
}

.project-wrapper-2 .project-main-card .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}