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

    Template Name: Agenzio - Creative Agency & Portfolio HTML Template
    Author: wenextcoder
    Description: Agenzio - Creative Agency & Portfolio HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Template Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Template Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
:root {
  --ag-ff-body: 'Inter', sans-serif;
  --ag-ff-heading: 'Outfit', serif;
  --ag-ff-p: 'Inter', sans-serif;
  --ag-fw-normal: normal;
  --ag-fw-thin: 100;
  --ag-fw-elight: 200;
  --ag-fw-light: 300;
  --ag-fw-regular: 400;
  --ag-fw-medium: 500;
  --ag-fw-sbold: 600;
  --ag-fw-bold: 700;
  --ag-fw-ebold: 800;
  --ag-fw-black: 900;
  --ag-fs-body: 18px;
  --ag-fs-p: 18px;
  --ag-fs-h1: 120px;
  --ag-fs-h2: 80px;
  --ag-fs-h3: 40px;
  --ag-fs-h4: 24px;
  --ag-fs-h5: 18px;
  --ag-fs-h6: 14px;
  --ag-color-common-white: #ffffff;
  --ag-color-common-black: #000000;
  --ag-color-heading-primary: #232323;
  --ag-color-text-body: #666666;
  --ag-color-text-black: #0E0E0E;
  --ag-color-theme-primary: #E44F39;
  --ag-color-bg-1: #001023;
  --ag-color-bg-2: #06192F;
  --ag-color-grey-1: #F6F6F6;
  --ag-color-border-1: #DEDEDE;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  background-color: var(--ag-color-common-white);
  font-family: var(--ag-ff-body);
  font-size: 18px;
  line-height: 1.625;
  font-weight: 400;
  color: var(--ag-color-text-body);
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--ag-fs-h1);
}

h2 {
  font-size: var(--ag-fs-h2);
}

h3 {
  font-size: var(--ag-fs-h3);
}

h4 {
  font-size: var(--ag-fs-h4);
}

h5 {
  font-size: var(--ag-fs-h5);
}

h6 {
  font-size: var(--ag-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--ag-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--ag-color-text-body);
  margin-bottom: 15px;
  line-height: 28px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--ag-color-theme-primary);
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--ag-color-common-black);
  color: var(--ag-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--ag-color-common-black);
  color: var(--ag-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--ag-color-common-black);
  color: var(--ag-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--ag-color-common-black);
  font-size: var(--ag-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--ag-color-common-black);
  font-size: var(--ag-fs-body);
  opacity: 1;
}

/**
    Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.b-radius {
  border-radius: 6px;
}

.overflow-x {
  overflow-x: clip;
}

.bg-grey {
  background-color: var(--ag-color-grey-1);
}

.bg-dark-1 {
  background-color: var(--ag-color-bg-1);
}

.bg-dark-2 {
  background-color: var(--ag-color-bg-2);
}

.bd-bottom {
  border-bottom: 1px solid var(--ag-color-border-1);
}

.bg-color-top {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.bg-color-bottom {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.section-heading .sub-heading {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-theme-primary);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ag-color-theme-primary);
}
@media only screen and (max-width: 992px) {
  .section-heading .sub-heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .sub-heading {
    font-size: 14px;
  }
}
.section-heading .section-title {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  text-transform: inherit;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .section-heading .section-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 42px;
    max-width: 100%;
  }
  .section-heading .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 36px;
  }
  .section-heading .section-title br {
    display: none;
  }
}
.section-heading .section-title span {
  font-size: 80px;
  font-weight: 500;
  display: inline !important;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .section-heading .section-title span {
    font-size: 42px;
  }
  .section-heading .section-title span br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title span {
    font-size: 32px;
  }
}
.section-heading .section-title-2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-heading.white-content .sub-heading {
  color: var(--ag-color-theme-primary);
}
.section-heading.white-content .section-title-2,
.section-heading.white-content p,
.section-heading.white-content .section-title {
  color: var(--ag-color-common-white);
}
.section-heading.heading-2 {
  margin-bottom: 30px;
}
.section-heading.heading-2 .section-title {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .section-heading.heading-2 .section-title {
    margin: 0;
    margin-bottom: 25px;
  }
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 40px;
  }
}

.t-up {
  text-transform: uppercase;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content li,
.white-content span {
  color: var(--ag-color-common-white);
}

.img-reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}
.img-reveal .img-overlay {
  background-color: var(--ag-color-common-white);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-reveal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.anim-text {
  overflow: hidden;
}

.running-text {
  background-color: var(--ag-color-theme-primary);
  background-repeat: repeat;
  background-size: 20px;
  padding: 14px 0;
  overflow: hidden;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 95px;
}
.running-text ul li {
  font-family: var(--ag-ff-heading);
  display: inline-block;
  white-space: nowrap;
  font-size: 40px;
  color: var(--ag-color-text-black);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.running-text ul li:before {
  background-image: url(../img/icon/running-text-icon.png);
  background-position: center;
  background-size: contain;
  content: "";
  height: 29px;
  width: 29px;
  position: absolute;
  right: -60px;
  top: 51%;
  transform: translateY(-50%);
}
.running-text.agency-running {
  padding-top: 0;
  margin-top: -50px;
}
.running-text.agency-running .text-anim {
  gap: 60px;
}
.running-text.agency-running .text-anim li {
  text-transform: capitalize;
}
.running-text.agency-running-2 {
  padding-top: 140px;
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .running-text.agency-running-2 {
    padding-top: 80px;
  }
}

/* === smoke-1 animation for page header - [start] ===  */
.smoke-1-animation {
  animation: an-smoke-1 6s ease-in-out infinite;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: an-smoke-1;
  animation-timeline: auto;
  animation-range-start: normal;
  opacity: 0;
}

.smoke-1-animation-delay-1 {
  animation-delay: 2s;
}

.smoke-1-animation-delay-2 {
  animation-delay: 4s;
}

@keyframes an-smoke-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0.01deg);
    -moz-transform: translateY(0) rotate(0.01deg);
    -o-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10%, 0%) rotate(0.01deg);
    -moz-transform: translate(-10%, 0%) rotate(0.01deg);
    -o-transform: translate(-10%, 0%) rotate(0.01deg);
    transform: translate(-10%, 0%) rotate(0.01deg);
  }
}
/* === smoke-1 animation for page header - [end] ===  */
/* Site Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.container-preloader .preloader-anim {
  position: absolute;
  z-index: 100;
}

.container-preloader .preloader-anim .spinner {
  animation: t-spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  margin: 0 auto 3.5em auto;
}

@media only screen and (max-width: 767px) {
  .container-preloader .preloader-anim .spinner {
    margin: 0 auto 0.2em auto;
  }
}
.container-preloader .preloader-anim .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-preloader .preloader-anim .txt-loading .characters {
  color: var(--ag-color-common-white);
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .container-preloader .preloader-anim .txt-loading .characters {
    font-size: 50px;
  }
}
.container-preloader .preloader-anim .txt-loading .characters:before {
  color: var(--ag-color-theme-primary);
  content: attr(data-text);
  animation: t-characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

.container-preloader .preloader-area {
  background-color: var(--ag-color-common-white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.container-preloader .preloader-area.area-left {
  left: 0;
}

.container-preloader .preloader-area.area-right {
  right: 0;
}

.loaded .preloader-anim {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .preloader-area.area-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .preloader-area.area-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loading {
  left: 50%;
  top: 50%;
  font-size: 100px;
  font-family: var(--ag-ff-heading);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}

@media only screen and (max-width: 767px) {
  .loading {
    font-size: 50px;
  }
}
.loading:before {
  color: var(--ag-color-grey-1);
  content: attr(data-loading-text);
}

.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: var(--ag-color-theme-primary);
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 6s infinite;
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--ag-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/
.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;
}

/*-- Margin Bottom --*/
.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;
}

/*-- Margin Left --*/
.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;
}

/*-- Margin Right --*/
.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;
}

/*-- Padding Top --*/
.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;
}

/*-- Padding Bottom --*/
.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;
}

/*-- Padding Left --*/
.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;
}

/*-- Padding Right --*/
.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;
}

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

.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-60 {
  margin-bottom: 60px;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 70px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 992px) {
  .pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 70px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 992px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 70px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-mb-40 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--ag-color-bg-2);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--ag-color-bg-2);
  color: var(--ag-color-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.ag-primary-btn {
  background-color: var(--ag-color-heading-primary);
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 35px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ag-primary-btn {
    padding: 20px 30px;
  }
}
.ag-primary-btn:before {
  background-color: var(--ag-color-theme-primary);
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.ag-primary-btn:after {
  display: block;
  clear: both;
  content: "";
}
.ag-primary-btn .btn-text {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.ag-primary-btn .btn-text .btn-text-1 {
  position: relative;
  display: block;
  color: var(--ag-color-common-white);
  transition: all 0.5s;
  padding-right: 30px;
}
.ag-primary-btn .btn-text .btn-text-1:after {
  content: "";
  width: 20px;
  height: 2px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right;
  transform: scaleX(1);
  background-color: #fff;
  margin-left: 10px;
  margin-right: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.ag-primary-btn .btn-text .btn-text-2 {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--ag-color-heading-primary);
  transition: all 0.5s;
  padding-right: 30px;
}
.ag-primary-btn .btn-text .btn-text-2:after {
  content: "";
  width: 20px;
  height: 2px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right;
  transform: scaleX(1);
  background-color: var(--ag-color-common-white);
  margin-left: 10px;
  margin-right: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.ag-primary-btn:hover {
  color: var(--ag-color-text-black);
}
.ag-primary-btn:hover:before {
  background-color: var(--ag-color-theme-primary);
  height: 100%;
  width: 100%;
}
.ag-primary-btn:hover .btn-text .btn-text-1 {
  transform: translateY(-150%);
}
.ag-primary-btn:hover .btn-text .btn-text-2 {
  top: 50%;
  transform: translateY(-50%);
  color: var(--ag-color-common-white);
}
.ag-primary-btn:hover .btn-text .btn-text-2:before {
  background-color: var(--ag-color-common-white);
}
.ag-primary-btn:focus {
  color: var(--ag-color-heading-primary);
}

.ag-primary-btn-2 {
  background-color: var(--ag-color-common-white);
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 35px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ag-primary-btn-2 {
    padding: 20px 30px;
  }
}
.ag-primary-btn-2:before {
  background-color: var(--ag-color-heading-primary);
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.ag-primary-btn-2:after {
  display: block;
  clear: both;
  content: "";
}
.ag-primary-btn-2 .btn-text {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.ag-primary-btn-2 .btn-text .btn-text-1 {
  position: relative;
  display: block;
  color: var(--ag-color-heading-primary);
  transition: all 0.5s;
  padding-right: 30px;
}
.ag-primary-btn-2 .btn-text .btn-text-1:after {
  content: "";
  width: 20px;
  height: 2px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right;
  transform: scaleX(1);
  background-color: var(--ag-color-heading-primary);
  margin-left: 10px;
  margin-right: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.ag-primary-btn-2 .btn-text .btn-text-2 {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--ag-color-heading-primary);
  transition: all 0.5s;
  padding-right: 30px;
}
.ag-primary-btn-2 .btn-text .btn-text-2:after {
  content: "";
  width: 20px;
  height: 2px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right;
  transform: scaleX(1);
  background-color: var(--ag-color-common-white);
  margin-left: 10px;
  margin-right: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.ag-primary-btn-2:hover {
  color: var(--ag-color-text-black);
}
.ag-primary-btn-2:hover:before {
  background-color: var(--ag-color-heading-primary);
  height: 100%;
  width: 100%;
}
.ag-primary-btn-2:hover .btn-text .btn-text-1 {
  transform: translateY(-150%);
}
.ag-primary-btn-2:hover .btn-text .btn-text-2 {
  top: 50%;
  transform: translateY(-50%);
  color: var(--ag-color-common-white);
}
.ag-primary-btn-2:hover .btn-text .btn-text-2:before {
  background-color: var(--ag-color-common-white);
}
.ag-primary-btn-2:focus {
  color: var(--ag-color-heading-primary);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .header {
    background-color: var(--ag-color-heading-primary);
    position: relative;
    top: 0;
    height: auto !important;
  }
}
.header .header-wrap {
  max-width: 1745px;
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    padding: 20px 0;
  }
}
.header .primary-header-inner .header-logo img {
  max-width: 170px;
}
.header .primary-header-inner .header-logo .logo-light {
  display: none;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 0 40px;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap {
    border: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 27px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  font-family: "Inter", sans-serif;
  color: var(--ag-color-common-white);
  display: block;
  font-size: 16px;
  padding: 12px 0;
  letter-spacing: 0px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li a i {
  font-size: 13px;
}
.header .primary-header-inner .header-menu-wrap ul li.active a {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a {
  color: var(--ag-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a:hover {
  color: var(--ag-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active.menu-item-has-children:after {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--ag-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover {
  background-color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--ag-color-common-black);
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  background-color: var(--ag-color-common-white);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--ag-color-heading-primary);
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0;
  padding-left: 25px;
  letter-spacing: 0px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li a:before {
  background-color: var(--ag-color-theme-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li:first-child a {
  padding-top: 20px;
}
.header .primary-header-inner .header-menu-wrap ul li li:first-child a:before {
  top: 59%;
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child a {
  padding-bottom: 20px;
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child a:before {
  top: 41%;
}
.header .primary-header-inner .header-menu-wrap ul li li.active {
  background-color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  padding-left: 35px;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a:before {
  width: 10px;
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--ag-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--ag-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a:hover {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children {
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding-right: 17px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
    padding-right: 13px;
  }
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li {
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 700;
  content: "\f078";
  color: var(--ag-color-common-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:hover:after {
  color: var(--ag-color-theme-primary);
}
.header .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 7px;
  margin-left: 30px;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger span {
  background-color: var(--ag-color-common-white);
  width: 25px;
  height: 3px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger span:nth-child(2) {
  width: 30px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger span:nth-child(3) {
  width: 15px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger:hover span:nth-child(1) {
  width: 30px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger:hover span:nth-child(3) {
  width: 20px;
}
.header .primary-header-inner .header-right-wrap .header-right .search-icon {
  color: var(--ag-color-heading-primary);
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .search-icon {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item {
    line-height: 1;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
  font-size: 30px;
  color: var(--ag-color-heading-primary);
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item .search-icon {
  font-size: 16px;
  margin-left: 55px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}
.header.fixed {
  background-color: var(--ag-color-heading-primary);
  top: 0;
  transition: all 0.3s ease-in-out;
}

.header .primary-header.fixed .primary-header-inner {
  padding: 20px 0;
}

.header-2 {
  top: 30px;
}
@media only screen and (max-width: 992px) {
  .header-2 {
    top: 0;
    background-color: var(--ag-color-common-white);
  }
}
.header-2 .primary-header.fixed {
  background-color: var(--ag-color-common-white);
}
.header-2 .primary-header.fixed .primary-header-inner {
  padding: 10px 0;
}
.header-2 .primary-header.fixed .primary-header-inner .header-left-wrap .header-menu-wrap ul li ul {
  top: 65px;
}
.header-2 .primary-header .primary-header-inner .header-left-wrap {
  display: flex;
  align-items: center;
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap {
  padding: 0;
  padding-left: 65px;
  border: none;
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--ag-color-heading-primary);
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--ag-color-theme-primary);
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li.menu-item-has-children:after {
  color: var(--ag-color-theme-primary);
  content: "\f061";
  right: auto;
  left: 0;
  font-size: 14px;
  transform: translateY(-50%) rotate(-45deg);
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li.menu-item-has-children a {
  padding-right: 0;
  padding-left: 17px;
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li.menu-item-has-children ul li a:hover {
  padding-left: 35px;
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--ag-color-common-white);
  top: 60px;
}
.header-2 .primary-header .primary-header-inner .header-menu-wrap ul li:hover.menu-item-has-children:after {
  color: var(--ag-color-theme-primary);
}
.header-2 .primary-header .primary-header-inner .header-right-wrap .header-right .mail-text {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .header-2 .primary-header .primary-header-inner .header-right-wrap .header-right .mail-text {
    display: none;
  }
}
.header-2 .primary-header .primary-header-inner .header-right-wrap .header-right .mail-text a {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.header-2 .primary-header .primary-header-inner .header-right-wrap .header-right .mail-text a:hover {
  color: var(--ag-color-theme-primary);
}

@media only screen and (max-width: 992px) {
  .header-3 {
    background-color: var(--ag-color-heading-primary);
  }
}
.header-3 .primary-header.fixed {
  background-color: var(--ag-color-heading-primary);
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--ag-color-common-white);
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul li.menu-item-has-children:after {
  color: var(--ag-color-common-white);
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul li ul li a {
  color: var(--ag-color-heading-primary);
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .header-right .mail-text {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .header-right .mail-text a {
  color: var(--ag-color-common-white);
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .header-right .search-icon {
  color: var(--ag-color-common-white);
  margin-right: 30px;
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
  color: var(--ag-color-common-white);
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--ag-color-heading-primary);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}
@media (max-width: 1199px) {
  .primary-header.fixed .primary-header-inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--ag-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--ag-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--ag-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--ag-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--ag-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--ag-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--ag-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}

.ag-language {
  border: 2px solid #484848;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  line-height: 46px;
  padding: 0 14px;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .ag-language {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ag-language {
    display: none;
  }
}

.ag-language .ag-meta-inner {
  position: relative;
  transition: all 0.3s;
}

.ag-language .ag-meta-inner .ag-language-on-off {
  display: inline-flex;
  align-items: center;
}

.ag-language .ag-meta-inner .ag-language-on-off .ag-language-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ag-color-heading-primary);
  margin: 0 5px;
}

.ag-language .ag-meta-inner .ag-language-on-off .ag-item-title-on {
  color: rgba(255, 255, 255, 0.5);
}

.ag-language .ag-meta-inner .ag-language-list {
  position: absolute;
  top: 105%;
  right: -14px;
  min-width: 200px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  text-align: left;
  padding: 0;
  z-index: 99;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
}

.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ag-color-common-white);
  padding: 10px 20px;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: clip;
  background-color: var(--ag-color-heading-primary);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(28, 28, 28, 0.9);
  line-height: 1.6;
}

.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link:before,
.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link:after {
  position: absolute;
  content: "";
  width: 120%;
  height: 530%;
  top: 70px;
  left: 0;
  transform: translate(-25%, -75%);
  transition: all 0.3s;
}

.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link:after {
  border-radius: 45%;
  background: #141414;
  box-shadow: 0 0 10px 5px var(--ag-color-heading-primary), inset 0 0 5px var(--ag-color-heading-primary);
  animation: animate_sub_menu 5s linear infinite;
  opacity: 0.8;
}

.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link span {
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link:hover:before,
.ag-language .ag-meta-inner .ag-language-list .ag-item .ag-item--title .ag-link:hover:after {
  top: 0;
}

.ag-language .ag-meta-inner .ag-language-list .ag-item:last-child .ag-item--title .ag-link {
  border-bottom: none;
}

.ag-language .ag-meta-inner.left .ag-language-list {
  left: -14px;
}

.ag-language .ag-meta-inner.right .ag-language-list {
  right: -14px;
}

.ag-language.active .ag-meta-inner .ag-language-on-off .ag-item-title-off {
  color: var(--ag-color-common-white);
}

.ag-language.active .ag-meta-inner .ag-language-on-off .ag-item-title-on {
  color: var(--ag-color-common-white);
}

.ag-language.active:hover .ag-meta-inner .ag-language-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--ag-color-common-white);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 120px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--ag-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ag-color-border-1);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--ag-color-theme-primary);
    color: var(--ag-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--ag-color-heading-primary);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--ag-color-common-white);
    font-family: var(--ag-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--ag-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--ag-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--ag-color-heading-primary);
    margin-left: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
.mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ag-color-border-1);
}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--ag-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-top: none;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}

#popup-search-box {
  background-color: var(--ag-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  background-color: var(--ag-color-common-white);
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--ag-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--ag-color-heading-primary);
  border: 1px solid var(--ag-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--ag-color-theme-primary);
  border: 1px solid var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.popup-tags {
  position: relative;
  margin: 0 auto;
}

/* !END: Theme Header CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-container {
  max-width: 1745px;
}

.hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section .hero-bg-shape {
  width: 120%;
  height: 100%;
  z-index: -3;
  position: absolute;
  top: -80px;
  left: 0;
}
@media (max-width: 1700px) {
  .hero-section .hero-bg-shape {
    top: 0;
  }
}
.hero-section .hero-bg-shape img {
  width: 100%;
}

.hero-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  padding-top: 600px;
}
@media (max-width: 1399px) {
  .hero-feature {
    padding-top: 450px;
  }
}
@media (max-width: 1199px) {
  .hero-feature {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-feature {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-feature {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-feature {
    justify-content: center;
  }
}
.hero-feature .hero-feature-item span {
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--ag-color-border-1);
  border-radius: 100px;
  padding: 11px 31px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hero-feature .hero-feature-item span {
    font-size: 14px;
    padding: 7px 20px;
  }
}

.hero-running-text {
  background-color: transparent;
}
.hero-running-text .text-anim {
  gap: 70px;
}
.hero-running-text .text-anim li {
  font-family: var(--ag-ff-heading);
  font-size: 280px;
  font-weight: 500;
  text-transform: lowercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .hero-running-text .text-anim li {
    font-size: 120px;
  }
}
.hero-running-text .text-anim li:before {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-section-2 {
  background-color: #F0F0F0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-section-2 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 641px;
  z-index: -1;
}
.hero-section-2 .bg-shape img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .hero-section-2 .bg-shape img {
    object-fit: cover;
  }
}

.hero-text {
  margin-left: -90px;
  margin-top: -70px;
}
@media (max-width: 1600px) {
  .hero-text {
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .hero-text {
    margin-left: -10px;
    margin-top: -20px;
  }
}
.hero-text span {
  font-family: var(--ag-ff-heading);
  font-size: 580px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #DEDEDE;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DEDEDE;
  letter-spacing: -20px;
  opacity: 0.8;
}
@media (max-width: 1700px) {
  .hero-text span {
    font-size: 510px;
  }
}
@media (max-width: 1600px) {
  .hero-text span {
    font-size: 450px;
  }
}
@media (max-width: 1399px) {
  .hero-text span {
    font-size: 380px;
  }
}
@media (max-width: 1199px) {
  .hero-text span {
    font-size: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-text span {
    font-size: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-text span {
    display: none;
  }
}

.hero-content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 160px;
  margin-top: -140px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .hero-content-2 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 {
    margin-top: 0;
    padding-top: 80px;
  }
}
.hero-content-2 .hero-content-left .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.05;
  line-height: -4px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-left .title {
    font-size: 36px;
  }
}
.hero-content-2 .hero-content-left p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-left p {
    font-size: 16px;
  }
}
.hero-content-2 .hero-btn a {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-btn a {
    height: 150px;
    width: 150px;
    font-size: 14px;
  }
}

.hero-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--ag-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 340px;
}
@media only screen and (max-width: 767px) {
  .hero-bottom {
    margin-bottom: 250px;
  }
}
.hero-bottom .social-list li {
  display: inline-flex;
  color: var(--ag-color-heading-primary);
  font-size: 15px;
}
.hero-bottom .social-list li:not(:last-of-type) {
  margin-right: 15px;
}
.hero-bottom .hero-contact-items {
  display: flex;
  align-items: center;
  column-gap: 50px;
}
@media (max-width: 1199px) {
  .hero-bottom .hero-contact-items {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-bottom .hero-contact-items {
    flex-direction: column;
    row-gap: 10px;
  }
}
.hero-bottom .hero-contact-items a {
  color: var(--ag-color-heading-primary);
  font-size: 15px;
  font-weight: 500;
}
.hero-bottom .hero-contact-items a:hover {
  color: var(--ag-color-theme-primary);
}

.hero-running-text-2 {
  background-color: #09090B;
  margin-bottom: 30px;
}
.hero-running-text-2 ul {
  gap: 200px;
}
@media only screen and (max-width: 767px) {
  .hero-running-text-2 ul {
    gap: 150px;
  }
}
.hero-running-text-2 ul li {
  font-size: 160px;
  font-weight: 500;
  color: var(--ag-color-common-white);
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-running-text-2 ul li {
    font-size: 100px;
  }
}
.hero-running-text-2 ul li:before {
  background-image: url(../img/icon/hero-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 120px;
  height: 140px;
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .hero-running-text-2 ul li:before {
    height: 100px;
    width: 80px;
    right: -110px;
  }
}
.hero-running-text-2 ul li.stroke-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
}

.hero-section-3 {
  background-color: #1C1E20;
  position: relative;
  z-index: 1;
}
.hero-section-3 .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-section-3 .bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content-3 {
  padding: 280px 0 220px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 {
    padding: 100px 0;
  }
}
.hero-content-3 .title {
  color: var(--ag-color-common-white);
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .title {
    font-size: 44px;
    line-height: 1.2;
  }
}
.hero-content-3 .title span {
  display: block;
}
.hero-content-3 .title span i {
  color: var(--ag-color-theme-primary);
  transform: rotate(-45deg);
}
.hero-content-3 .hero-btn .ag-primary-btn {
  background-color: var(--ag-color-theme-primary);
}
.hero-content-3 .hero-btn .ag-primary-btn:before {
  background-color: var(--ag-color-common-white);
}
.hero-content-3 .hero-btn .ag-primary-btn .btn-text-2 {
  color: var(--ag-color-heading-primary);
}
.hero-content-3 .hero-btn .ag-primary-btn .btn-text-2:after {
  background-color: var(--ag-color-heading-primary);
}

/* !END: Hero CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
.about-section {
  position: relative;
  z-index: 1;
}
.about-section .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-top .about-top-btn a {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-top .about-top-btn a .about-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-top .about-top-btn a .about-btn-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-top .about-top-btn a .about-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about-top .about-top-btn a .about-btn-text {
  height: 156px;
  width: 156px;
  z-index: 1;
  animation-name: spin-2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-top .about-top-btn a .about-btn-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-wrap {
  position: relative;
  z-index: 1;
}
.about-img-wrap .about-img {
  height: 480px;
  max-width: 600px;
  width: 100%;
}
.about-img-wrap .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.about-img-wrap .img-shape {
  position: absolute;
  bottom: -80px;
  left: -80px;
  z-index: -1;
}

.about-content-1 {
  max-width: 520px;
  width: 100%;
}

@keyframes spin-2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.about-img-wrap-2 {
  max-width: 670px;
  width: 100%;
  height: 616px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-2 {
    margin-bottom: 40px;
  }
}
.about-img-wrap-2 .about-img-1 {
  max-width: 300px;
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-img-wrap-2 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.about-img-wrap-2 .about-img-2 {
  max-width: 410px;
  width: 100%;
  height: 459px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-img-wrap-2 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.about-img-wrap-2 .rocket-box {
  background-color: var(--ag-color-theme-primary);
  height: 106px;
  width: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 37%;
  top: 100px;
  z-index: 2;
}
.about-img-wrap-2 .line-shape {
  position: absolute;
  right: 20%;
  top: 40px;
  z-index: 2;
}
.about-img-wrap-2 .line-shape-2 {
  position: absolute;
  left: 45px;
  bottom: 80px;
}

.about-content-2 .section-heading .section-title span {
  color: rgba(35, 35, 35, 0.2);
}
.about-content-2 .sub-title {
  font-family: var(--ag-ff-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.about-content-2 p {
  margin-bottom: 45px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .about-content-2 p {
    font-size: 16px;
  }
}
.about-content-2 .about-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.about-content-2 .about-btn-wrap .mail-box {
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
.about-content-2 .about-btn-wrap .mail-box:before {
  background-color: var(--ag-color-heading-primary);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-content-2 .about-btn-wrap .mail-box:hover:before {
  width: 0;
}

.about-wrap-3 {
  padding-bottom: 140px;
  border-bottom: 1px solid var(--ag-color-heading-primary);
}
@media only screen and (max-width: 992px) {
  .about-wrap-3 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-wrap-3 {
    padding-bottom: 0;
    border: none;
  }
}

.about-img-wrap-3 {
  max-width: 664px;
  width: 100%;
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-3 {
    height: 600px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-3 {
    height: 400px;
    margin-bottom: 40px;
  }
}
.about-img-wrap-3 .about-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  height: 100%;
}
.about-img-wrap-3 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
.about-img-wrap-3 .shape {
  position: absolute;
  bottom: -64px;
  right: 0;
  z-index: -1;
}
.about-img-wrap-3 .about-top-btn {
  position: absolute;
  bottom: 77px;
  left: -100px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .about-img-wrap-3 .about-top-btn {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .about-img-wrap-3 .about-top-btn {
    left: -20px;
  }
}
.about-img-wrap-3 .about-top-btn a {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-img-wrap-3 .about-top-btn a .about-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-wrap-3 .about-top-btn a .about-btn-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-wrap-3 .about-top-btn a .about-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about-img-wrap-3 .about-top-btn a .about-btn-text {
  height: 156px;
  width: 156px;
  z-index: 1;
  animation-name: spin-2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-img-wrap-3 .about-top-btn a .about-btn-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-wrap-4 {
  margin-left: auto;
  margin-right: 0;
  max-width: 636px;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-4 {
    margin: 0 auto;
    margin-top: 40px;
  }
}
.about-img-wrap-4 .about-img-1 {
  max-width: 526px;
  left: auto;
  right: 0;
}
.about-img-wrap-4 .about-top-btn {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.about-img-wrap-4 .shape {
  right: -64px;
}

.about-content-4 {
  max-width: 530px;
  width: 100%;
}
.about-content-4 .section-heading .section-title {
  letter-spacing: -4px;
}
@media only screen and (max-width: 992px) {
  .about-content-4 .section-heading .section-title {
    letter-spacing: 0;
  }
}
.about-content-4 .about-tab .nav-tabs {
  border: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about-content-4 .about-tab .nav-tabs {
    row-gap: 20px;
  }
}
.about-content-4 .about-tab .nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 30px;
}
.about-content-4 .about-tab .nav-tabs .nav-item .nav-link {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  text-transform: uppercase;
}
.about-content-4 .about-tab .nav-tabs .nav-item .nav-link.active {
  color: var(--ag-color-theme-primary);
  border-color: var(--ag-color-theme-primary);
}
.about-content-4 .about-tab .tab-content .tab-pane p {
  margin-bottom: 40px;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-progress {
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-progress .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-progress .progress {
  height: 4px;
  overflow: visible;
  border-radius: 0;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-progress .progress .progress-bar {
  position: relative;
  background-color: var(--ag-color-theme-primary);
  overflow: visible;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-progress .progress .progress-bar span {
  font-size: 16px;
  font-weight: 600;
  background-repeat: no-repeat;
  color: var(--ag-color-theme-primary);
  padding: 10px 10px 20px 10px;
  position: absolute;
  top: -41px;
  right: -11px;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-author {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-author .author-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.about-content-4 .about-tab .tab-content .tab-pane .about-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(0);
}
.about-content-4 .about-tab .tab-content .tab-pane .about-author .content span {
  color: var(--ag-color-theme-primary);
}

/* !END: About CSS */
/**----------------------------------------
    START: Portfolio CSS
----------------------------------------*/
.project-top {
  margin-top: -30px;
}
.project-top .project-text span {
  font-family: var(--ag-ff-heading);
  font-size: 190px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -4px;
  color: var(--ag-color-text-body);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ag-color-text-body);
  position: relative;
}
@media (max-width: 1399px) {
  .project-top .project-text span {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .project-top .project-text span {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .project-top .project-text span {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .project-top .project-text span {
    font-size: 50px;
  }
}
.project-top .project-text span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #fff 70%);
  position: absolute;
  left: 0;
  top: 0;
}

.project-item-wrap > div {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .project-item-wrap > div {
    padding: 0 15px;
  }
  .project-item-wrap > div:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.project-item-wrap > div:nth-child(2) .project-item {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .project-item-wrap > div:nth-child(2) .project-item {
    border-left: 1px solid var(--ag-color-border-1);
  }
}
.project-item-wrap > div:nth-child(3) .project-item {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .project-item-wrap > div:nth-child(3) .project-item {
    border-top: 1px solid var(--ag-color-border-1);
  }
}
.project-item-wrap > div:nth-child(4) .project-item {
  border-left: none;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .project-item-wrap > div:nth-child(4) .project-item {
    border-left: 1px solid var(--ag-color-border-1);
    border-top: 1px solid var(--ag-color-border-1);
  }
}

.project-item {
  border: 1px solid var(--ag-color-border-1);
  padding: 20px;
}
.project-item .project-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-item .project-item-top .category {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-theme-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
.project-item .project-item-top .arrow a {
  display: inline-block;
  color: var(--ag-color-heading-primary);
  transform: rotate(-45deg);
  font-size: 20px;
  line-height: 1;
}
.project-item .project-item-top .arrow a:hover {
  transform: rotate(0);
}
.project-item .project-thumb {
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .project-item .project-thumb {
    height: 300px;
  }
}
.project-item .project-thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-item .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.project-item .project-content {
  padding-top: 30px;
}
.project-item .project-content .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .project-item .project-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .project-item .project-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .title {
    font-size: 30px;
  }
}
.project-item .project-content .title span {
  color: var(--ag-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .project-item .project-content p br {
    display: none;
  }
}
.project-item:hover .project-thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.project-item:hover .project-thumb img {
  transform: scale(1.04) rotate(0deg);
}

.project-section-3 {
  background-color: var(--ag-color-heading-primary);
}

.project-wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .project-wrapper {
    padding: 40px 0;
  }
}
.project-wrapper .project-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 850px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .project-wrapper .project-img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .project-wrapper .project-img {
    max-width: 450px;
  }
}
.project-wrapper .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-wrapper .project-list {
  list-style: none;
}
.project-wrapper .project-list .project-list-item:not(:last-of-type) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .project-wrapper .project-list .project-list-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.project-wrapper .project-list .project-list-item .title {
  color: var(--ag-color-common-white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ag-color-common-white);
  line-height: 1;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .project-wrapper .project-list .project-list-item .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .project-wrapper .project-list .project-list-item .title {
    font-size: 26px;
  }
}
.project-wrapper .project-list .project-list-item .title a {
  color: var(--ag-color-common-white);
}
.project-wrapper .project-list .project-list-item .title:hover {
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ag-color-common-white);
}

.project-section-4 {
  background-color: var(--ag-color-grey-1);
}

.project-accordion .accordion-item {
  background-color: transparent;
  border: none;
  padding: none;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 50px;
}
.project-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.project-accordion .accordion-item .accordion-button {
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.project-accordion .accordion-item .accordion-button .project-right .category {
  color: var(--ag-color-theme-primary);
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.project-accordion .accordion-item .accordion-button .project-right .title {
  font-family: var(--ag-ff-heading);
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .project-accordion .accordion-item .accordion-button .project-right .title {
    font-size: 24px;
  }
}
.project-accordion .accordion-item .accordion-button:after {
  color: var(--ag-color-heading-primary);
  height: 50px;
  width: 50px;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
}
.project-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
  border-color: var(--ag-color-theme-primary);
}
.project-accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 50px;
}
.project-accordion .accordion-item .accordion-body .hover-content {
  display: flex;
  align-items: center;
  align-items: end;
  column-gap: 80px;
}
@media (max-width: 1199px) {
  .project-accordion .accordion-item .accordion-body .hover-content {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .project-accordion .accordion-item .accordion-body .hover-content {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.project-accordion .accordion-item .accordion-body .hover-content .content-left {
  max-width: 600px;
  width: 100%;
  height: 450px;
}
@media (max-width: 1199px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-left {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-left {
    height: 350px;
  }
}
.project-accordion .accordion-item .accordion-body .hover-content .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list {
  list-style: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list {
    flex-direction: column;
    align-items: baseline;
    row-gap: 30px;
  }
}
.project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list li:not(:last-of-type) {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list li span {
  font-family: var(--ag-ff-heading);
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list li .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-right .project-list li .title {
    font-size: 20px;
  }
}

.project-bottom-btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-bottom-btn a {
  border: 1px solid var(--ag-color-heading-primary);
}

.project-accordion-2 .accordion-item .accordion-body .hover-content .content-left img {
  filter: saturate(0);
}

.project-details-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.project-details-top .project-list {
  list-style: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .project-details-top .project-list {
    flex-direction: column;
    align-items: baseline;
    row-gap: 30px;
  }
}
.project-details-top .project-list li:not(:last-of-type) {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .project-details-top .project-list li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.project-details-top .project-list li span {
  font-family: var(--ag-ff-heading);
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.project-details-top .project-list li .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .project-details-top .project-list li .title {
    font-size: 20px;
  }
}
.project-details-top .project-details-btn .ag-primary-btn-2 {
  border: 1px solid var(--ag-color-heading-primary);
}

.project-details-content .project-details-img {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .project-details-content .project-details-img {
    height: 350px;
  }
}
.project-details-content .project-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
.project-details-content .project-details-list {
  list-style: none;
  margin-bottom: 50px;
}
.project-details-content .project-details-list li:not(:last-of-type) {
  margin-bottom: 25px;
}
.project-details-content .project-details-list li span {
  color: var(--ag-color-heading-primary);
  font-weight: 500;
}
.project-details-content .project-details-items {
  display: flex;
  align-items: center;
  column-gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .project-details-content .project-details-items {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .project-details-content .project-details-items {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.project-details-content .project-details-items img {
  max-width: 500px;
  width: 100%;
  height: 462px;
  filter: saturate(0);
  object-fit: cover;
}
.project-details-content .project-details-items .project-info-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--ag-color-heading-primary);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .project-details-content .project-details-items .project-info-list li {
    font-size: 14px;
  }
}
.project-details-content .project-details-items .project-info-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.project-details-content .project-details-items .project-info-list li i {
  color: var(--ag-color-heading-primary);
  margin-right: 15px;
  font-size: 14px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
}
.project-details-content .project-details-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}
@media (max-width: 1199px) {
  .project-details-content .project-details-thumbs {
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .project-details-content .project-details-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .project-details-content .project-details-thumbs {
    grid-template-columns: 1fr;
  }
}
.project-details-content .project-details-thumbs .project-details-thumb {
  max-width: 400px;
  width: 100%;
  height: 500px;
}
@media (max-width: 1199px) {
  .project-details-content .project-details-thumbs .project-details-thumb {
    height: 400px;
  }
}
.project-details-content .project-details-thumbs .project-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}

.project-section-4 {
  position: relative;
  z-index: 1;
}
.project-section-4 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .project-accordion-wrap {
    width: 3000px;
    height: 600px;
    position: relative;
    overflow: hidden;
  }
  .project-accordian {
    max-width: 1620px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .project-accordian .project-card-wrap {
    max-width: 1620px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .project-accordian .project-card-wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .project-accordian .project-card {
    position: relative;
    display: block;
    width: 200px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .project-accordian .project-card {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .project-accordian .project-card {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-accordian .project-card {
    width: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .project-accordian .project-card .project-img {
    height: 100%;
    width: 100%;
    display: block;
  }
  .project-accordian .project-card .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .project-accordian .project-card-wrap .project-card.active {
    width: 816px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1700px) {
  .project-accordian .project-card-wrap .project-card.active {
    width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .project-accordian .project-card-wrap .project-card.active {
    width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .project-accordian .project-card-wrap .project-card.active {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .project-accordian .project-card-wrap .project-card.active {
    width: 350px;
  }
}
.project-accordian .project-card img {
  display: block;
}

.project-card {
  position: relative;
  overflow: hidden;
}
.project-card .project-img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .project-card .project-img {
    height: 400px;
  }
  .project-card .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.project-card .project-img .overlay {
  background: linear-gradient(180deg, rgba(228, 79, 57, 0) 48%, #E44F39 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-card .number {
  color: var(--ag-color-common-white);
  font-size: 120px;
  font-weight: 500;
  color: var(--ag-color-common-white);
  position: absolute;
  bottom: 50px;
  right: -20px;
  z-index: 5;
  writing-mode: sideways-lr;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .project-card .number {
    font-size: 80px;
    right: -15px;
  }
}
@media only screen and (max-width: 992px) {
  .project-card .number {
    writing-mode: inherit;
    right: 0;
    bottom: 0;
    font-size: 60px;
  }
}
.project-card .number-2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-card .project-content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .project-card .project-content {
    left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .project-card .project-content {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-card .project-content {
    bottom: 70px;
  }
}
.project-card .project-content .title {
  color: var(--ag-color-common-white);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .project-card .project-content .title {
    font-size: 30px;
  }
}
.project-card .project-content .title a {
  color: var(--ag-color-common-white);
}
.project-card .project-content p {
  color: var(--ag-color-common-white);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .project-card .project-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .project-card .project-content p {
    font-size: 14px;
  }
  .project-card .project-content p br {
    display: none;
  }
}
.project-card.active .project-content {
  visibility: visible;
  opacity: 1;
}
.project-card.active .number-2 {
  visibility: hidden;
  opacity: 1;
}
.project-card.active .number {
  visibility: visible;
  opacity: 1;
}
.project-card.active .project-img .overlay {
  visibility: visible;
  opacity: 1;
}

/* !END: Portfolio CSS */
/**----------------------------------------
    START: Counter CSS
----------------------------------------*/
.counter-wrap-1 {
  border-bottom: 1px solid var(--ag-color-border-1);
}
@media only screen and (max-width: 767px) {
  .counter-wrap-1 {
    border: none;
  }
}

.counter-item {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .counter-item {
    margin-bottom: 40px;
  }
}
.counter-item .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.counter-item .counter-list li {
  display: inline-flex;
}
.counter-item .counter-list li:not(:first-of-type) {
  margin-left: -40px;
}
@media (max-width: 1199px) {
  .counter-item .counter-list li:not(:first-of-type) {
    margin-left: -30px;
  }
}
.counter-item .counter-list li img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--ag-color-common-white);
}
@media (max-width: 1199px) {
  .counter-item .counter-list li img {
    width: 60px;
    height: 60px;
  }
}
.counter-item .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .counter-item .title {
    font-size: 60px;
  }
}
.counter-item .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item .title .odometer-formatting-mark {
  display: none;
}
.counter-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.counter-item.item-1 {
  padding-top: 150px;
  margin-right: 50px;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .counter-item.item-1 {
    border: none;
    padding: 0;
  }
}
.counter-item.item-2 {
  padding-top: 61px;
  border-left: 1px solid var(--ag-color-border-1);
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .counter-item.item-2 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item.item-2 {
    border: none;
    padding: 0;
  }
}
.counter-item.item-3 {
  padding-top: 140px;
  padding-left: 70px;
}
@media only screen and (max-width: 992px) {
  .counter-item.item-3 {
    padding-top: 40px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item.item-3 {
    border: none;
    padding: 0;
  }
}
.counter-item.item-4 {
  padding-top: 140px;
  border-left: 1px solid var(--ag-color-border-1);
  padding-left: 60px;
}
@media only screen and (max-width: 992px) {
  .counter-item.item-4 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item.item-4 {
    border: none;
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .counter-item.item-5 {
    border-left: none;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item.item-5 {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .counter-wrap-2 {
    position: relative;
  }
  .counter-wrap-2:before {
    background-color: var(--ag-color-border-1);
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .counter-wrap-2:before {
    display: none;
  }
}

/* !END: Counter CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.testimonial-section {
  background-color: #232323;
}
@media only screen and (max-width: 767px) {
  .testimonial-section {
    padding-bottom: 30px;
  }
}

.testi-carousel-wrapper {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.testi-carousel-wrapper .swiper-arrow {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrapper .swiper-arrow {
    display: none;
  }
}
.testi-carousel-wrapper .swiper-arrow .swiper-nav {
  background-color: rgba(255, 255, 255, 0.06);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ag-color-common-white);
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testi-carousel-wrapper .swiper-arrow .swiper-nav:hover {
  background-color: var(--ag-color-common-white);
  color: var(--ag-color-heading-primary);
}

.testi-carousel-wrap {
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap {
    left: 0;
  }
}
.testi-carousel-wrap .testi-carousel {
  margin-left: 0px;
  max-width: 520px;
  overflow: visible;
  height: 100%;
}
.testi-carousel-wrap .testi-carousel .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
.testi-carousel-wrap .testi-carousel .swiper-slide .testi-item {
  background-color: var(--ag-color-common-white);
  padding: 50px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap .testi-carousel .swiper-slide .testi-item {
    padding: 30px 50px;
    height: auto;
  }
}
.testi-carousel-wrap .testi-carousel .swiper-slide .testi-item p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.7;
}
.testi-carousel-wrap .testi-carousel .swiper-slide .testi-item .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
}
.testi-carousel-wrap .testi-carousel .swiper-slide .testi-item .testi-author .author-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.testi-carousel-wrap .testi-carousel .swiper-slide .testi-item .testi-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-carousel-wrap .testi-carousel .swiper-slide .testi-item .testi-author .content span {
  color: var(--ag-color-theme-primary);
}

.testi-thumb-wrap {
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  column-gap: 20px;
  height: 210px;
  overflow: hidden;
  margin-top: 140px;
}
@media only screen and (max-width: 992px) {
  .testi-thumb-wrap {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-thumb-wrap {
    display: none;
  }
}
.testi-thumb-wrap .testi-thumb {
  height: 80px;
  width: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .testi-thumb-wrap .testi-thumb {
    width: 60px;
    height: 60px;
  }
}
.testi-thumb-wrap .testi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-thumb-wrap .testi-thumb.big {
  height: 100px;
  width: 100px;
}
@media only screen and (max-width: 992px) {
  .testi-thumb-wrap .testi-thumb.big {
    width: 80px;
    height: 80px;
  }
}
.testi-thumb-wrap .testi-thumb:nth-child(1) {
  margin-top: 90px;
  opacity: 0.3;
}
.testi-thumb-wrap .testi-thumb:nth-child(2) {
  opacity: 0.6;
}
.testi-thumb-wrap .testi-thumb:nth-child(3) {
  margin-top: 125px;
}
.testi-thumb-wrap .testi-thumb:nth-child(4) {
  margin-top: 20px;
  opacity: 0.3;
}
.testi-thumb-wrap .testi-thumb:nth-child(5) {
  margin-top: 110px;
}
.testi-thumb-wrap .testi-thumb:nth-child(6) {
  margin-top: 25px;
  opacity: 0.3;
}
.testi-thumb-wrap .testi-thumb:nth-child(7) {
  margin-top: 130px;
  opacity: 0.6;
}
.testi-thumb-wrap .testi-thumb:nth-child(8) {
  margin-top: 27px;
  opacity: 0.3;
}
.testi-thumb-wrap .testi-thumb:hover {
  opacity: 1;
}

.testimonial-section-3 {
  background-color: var(--ag-color-theme-primary);
  position: relative;
  z-index: 1;
}
.testimonial-section-3 .shape {
  max-width: 1180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.testimonial-section-3 .shape img {
  mix-blend-mode: multiply;
}
.testimonial-section-3 .bg-color {
  background-color: var(--ag-color-common-white);
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .testimonial-section-3 .bg-color {
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section-3 .bg-color {
    display: none;
  }
}
.testimonial-section-3 .section-heading .sub-heading {
  color: var(--ag-color-common-white);
  border-color: var(--ag-color-common-white);
}

.testi-carousel-wrap-2 {
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.testi-carousel-wrap-2:before {
  background-color: var(--ag-color-common-white);
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap-2:before {
    display: none;
  }
}
.testi-carousel-wrap-2:after {
  background-color: var(--ag-color-common-white);
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap-2:after {
    display: none;
  }
}
.testi-carousel-wrap-2 .testi-carousel-2 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .testi-carousel-wrap-2 .swiper-arrow {
    display: none;
  }
}
.testi-carousel-wrap-2 .swiper-arrow .swiper-nav {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-common-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: -115px;
  transform: translateY(-50%);
}
.testi-carousel-wrap-2 .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -75px;
}

.testi-item-2.testi-item-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.testi-item-2.testi-item-3 p {
  max-width: 825px;
  width: 100%;
  font-family: var(--ag-ff-heading);
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .testi-item-2.testi-item-3 p {
    font-size: 20px;
  }
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.sponsor-section {
  position: relative;
  z-index: 1;
}
.sponsor-section .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.2;
}

.sponsor-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
.sponsor-wrap:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.sponsor-wrap .section-heading {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .section-heading {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sponsor-item {
    width: 100%;
  }
}
.sponsor-item a {
  background-color: var(--ag-color-common-white);
  width: 190px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
}
.sponsor-item a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .sponsor-item a {
    width: 130px;
  }
  .sponsor-item a img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .sponsor-item a {
    width: 100px;
    height: 70px;
  }
  .sponsor-item a img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-item a {
    width: 100%;
    height: 100px;
  }
}
.sponsor-item a:hover img {
  opacity: 0.5;
}

.sponsor-wrap-2 {
  margin-bottom: 30px;
}
.sponsor-wrap-2:not(:last-of-type) {
  margin-bottom: 30px;
}
.sponsor-wrap-2 .sponsor-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sponsor-wrap-2 .sponsor-item a {
  background-color: var(--ag-color-common-white);
  box-shadow: 0px 30px 120px rgba(0, 0, 0, 0.06);
}
.sponsor-wrap-2 .sponsor-item a:hover {
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--ag-color-common-white);
}

.about-sponsor {
  background-color: var(--ag-color-grey-1);
}

.sponsor-bottom-img {
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
.sponsor-bottom-img img {
  width: 100%;
  height: 100%;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.award-section {
  background-color: #F0F1F0;
  position: relative;
  z-index: 1;
  padding-bottom: 430px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .award-section {
    padding-bottom: 300px;
  }
}
@media (max-width: 1199px) {
  .award-section {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .award-section {
    padding-bottom: 100px;
  }
}
.award-section .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.award-section .bg-shape img {
  width: 100%;
}
.award-section .section-heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .award-section .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
}

.award-item {
  position: relative;
}
.award-item:not(:last-of-type) {
  border-bottom: 1px solid var(--ag-color-border-1);
}
.award-item .award-item-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 30px 0;
}
@media only screen and (max-width: 992px) {
  .award-item .award-item-1 {
    flex-direction: column;
    justify-content: center;
  }
}
.award-item .award-item-1 .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .award-item .award-item-1 .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .award-item .award-item-1 .title {
    font-size: 20px;
  }
}
.award-item .award-item-1 .award-btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.award-item .award-item-1 .award-btn i {
  color: rgba(35, 35, 35, 0.3);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.award-item .award-item-1 .award-btn:hover i {
  color: var(--ag-color-theme-primary);
  transform: rotate(0deg);
}
.award-item .hover-item {
  background-color: var(--ag-color-theme-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 30px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .award-item .hover-item {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .award-item .hover-item {
    padding: 30px 20px;
  }
}
.award-item .hover-item .title {
  color: var(--ag-color-common-white);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .award-item .hover-item .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .award-item .hover-item .title {
    font-size: 20px;
  }
}
.award-item .hover-item .award-list {
  display: flex;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .award-item .hover-item .award-list {
    flex-wrap: wrap;
    row-gap: 5x;
    justify-content: center;
  }
}
.award-item .hover-item .award-list li {
  color: var(--ag-color-common-white);
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .award-item .hover-item .award-list li {
    font-size: 12px;
  }
}
.award-item .hover-item .award-list li a {
  color: var(--ag-color-common-white);
}
.award-item .hover-item .award-list li:not(:last-of-type) {
  margin-right: 15px;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .award-item .hover-item .award-list li:not(:last-of-type) {
    margin-right: 0px;
  }
}
.award-item .hover-item .award-list li:not(:last-of-type):before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .award-item .hover-item .award-list li:not(:last-of-type):before {
    display: none;
  }
}
.award-item:hover .hover-item {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.award-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  margin-top: 120px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--ag-color-theme-primary);
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .award-bottom {
    justify-content: center;
    margin-top: 60px;
  }
}
.award-bottom .bottom-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .award-bottom .bottom-title {
    text-align: center;
  }
}
.award-bottom .award-contact-list {
  display: flex;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .award-bottom .award-contact-list {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
}
.award-bottom .award-contact-list li {
  color: var(--ag-color-text-body);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .award-bottom .award-contact-list li {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.award-bottom .award-contact-list li i {
  color: var(--ag-color-theme-primary);
}
.award-bottom .award-contact-list li a {
  color: var(--ag-color-heading-primary);
  text-decoration: underline;
  font-weight: 500;
}
.award-bottom .award-contact-list li:not(:last-of-type) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--ag-color-border-1);
}
@media only screen and (max-width: 767px) {
  .award-bottom .award-contact-list li:not(:last-of-type) {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Process CSS
----------------------------------------*/
.process-section {
  background-color: var(--ag-color-heading-primary);
  overflow: hidden;
}

.process-wrapper {
  min-height: 400px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .process-left-content {
    display: none;
  }
}
.process-left-content .section-heading .section-title br {
  display: block;
}

.process-desc-swiper-wrap {
  height: 3000px;
  max-width: 750px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .process-desc-swiper-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .process-desc-swiper-wrap {
    max-width: 400px;
  }
}
.process-desc-swiper-wrap .process-desc-swiper {
  max-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.process-desc-swiper-wrap .process-desc-swiper .swiper-slide {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.process-desc-swiper-wrap .process-desc-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.process-desc-swiper-wrap .process-desc-swiper .swiper-slide .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.1);
}
.process-desc-swiper-wrap .process-desc-swiper .swiper-slide .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--ag-color-theme-primary);
}

.process-item {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .process-item {
    padding-right: 20px;
    padding-left: 15px;
  }
}
.process-item p {
  color: var(--ag-color-common-white);
  font-family: var(--ag-ff-heading);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 992px) {
  .process-item p {
    font-size: 28px;
  }
}

/* !END: Process CSS */
/**----------------------------------------
    START: Exp CSS
----------------------------------------*/
.exp-btn {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .exp-btn {
    margin-bottom: 40px;
  }
}
.exp-btn a {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.exp-btn a .exp-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exp-btn a .exp-btn-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exp-btn a .exp-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.exp-btn a .exp-btn-text {
  height: 156px;
  width: 156px;
  z-index: 1;
  animation-name: spin-2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.exp-btn a .exp-btn-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exp-items .exp-item .exp-title {
  margin-bottom: 0;
  line-height: 1;
}
.exp-items .exp-item .exp-title a {
  font-size: 80px;
  font-weight: 500;
  display: block;
  line-height: 1;
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  .exp-items .exp-item .exp-title a {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .exp-items .exp-item .exp-title a {
    font-size: 28px;
  }
}
.exp-items .exp-item .exp-title a:hover {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  padding: 20px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .exp-items .exp-item .exp-title a:hover {
    padding: 15px 0;
  }
}

.exp-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .exp-item-wrap {
    flex-direction: column;
  }
}
.exp-item-wrap:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .exp-item-wrap:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
.exp-item-wrap .exp-item-2 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .exp-item-wrap .exp-item-2 {
    width: 100%;
  }
}
.exp-item-wrap .exp-item-2:not(:last-of-type) {
  margin-right: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 992px) {
  .exp-item-wrap .exp-item-2:not(:last-of-type) {
    margin-right: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .exp-item-wrap .exp-item-2:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
  }
}
.exp-item-wrap .exp-item-2:not(:last-of-type):before {
  background-color: #DEDEDE;
  content: "";
  height: 60px;
  width: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(15deg);
}
@media only screen and (max-width: 767px) {
  .exp-item-wrap .exp-item-2:not(:last-of-type):before {
    display: none;
  }
}
.exp-item-wrap .exp-item-2 .exp-item-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .exp-item-wrap .exp-item-2 .exp-item-inner {
    width: 100%;
  }
}
.exp-item-wrap .exp-item-2 .exp-item-inner .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  letter-spacing: -3px;
}
@media (max-width: 1600px) {
  .exp-item-wrap .exp-item-2 .exp-item-inner .title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .exp-item-wrap .exp-item-2 .exp-item-inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .exp-item-wrap .exp-item-2 .exp-item-inner .title {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .exp-item-wrap .exp-item-2 .exp-item-inner .title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
  }
}
.exp-item-wrap .exp-item-2 .exp-item-inner .title a {
  color: var(--ag-color-heading-primary);
}
.exp-item-wrap .exp-item-2 .exp-item-inner .hover-title {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ag-color-text-body);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.exp-item-wrap .exp-item-2 .team-img-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 212px;
  opacity: 0;
  margin: -100px 0 0 -100px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.exp-item-wrap .exp-item-2:hover .exp-item-inner .title {
  visibility: hidden;
  opacity: 0;
}
.exp-item-wrap .exp-item-2:hover .exp-item-inner .hover-title {
  visibility: visible;
  opacity: 1;
}
.exp-item-wrap .exp-item-2:hover .team-img-reveal-bg {
  opacity: 1;
}

/* !END: Exp CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.testi-slider-wrap {
  position: relative;
}
.testi-slider-wrap .agenzio-swiper-pagination {
  width: auto;
  position: absolute;
  left: auto;
  bottom: auto;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .testi-slider-wrap .agenzio-swiper-pagination {
    right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .testi-slider-wrap .agenzio-swiper-pagination {
    display: none;
  }
}
.testi-slider-wrap .agenzio-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  position: relative;
}
.testi-slider-wrap .agenzio-swiper-pagination .swiper-pagination-bullet:before {
  content: url(../img/icon/testi-pagination.png);
  height: 15px;
  width: 15px;
  position: absolute;
  top: -9px;
  left: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.testi-slider-wrap .agenzio-swiper-pagination .swiper-pagination-bullet:after {
  background-color: var(--ag-color-theme-primary);
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.testi-slider-wrap .agenzio-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .testi-slider-wrap .agenzio-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  visibility: visible;
  opacity: 1;
}

.testi-item-2 {
  position: relative;
  z-index: 1;
}
.testi-item-2 .testi-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.testi-item-2 .testi-text .sub-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.testi-item-2 .testi-text .sub-text span {
  color: var(--ag-color-common-white);
}
.testi-item-2 p {
  max-width: 650px;
  width: 100%;
  color: var(--ag-color-common-white);
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.5;
}
.testi-item-2 .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}
.testi-item-2 .testi-author .author-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.testi-item-2 .testi-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.testi-item-2 .testi-author .content .name {
  color: var(--ag-color-common-white);
  font-size: 24px;
  font-weight: 500;
}
.testi-item-2 .testi-author .content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
}
.testi-item-2 .testi-img-wrap {
  max-width: 850px;
  width: 100%;
  height: 750px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .testi-item-2 .testi-img-wrap {
    display: none;
  }
}
.testi-item-2 .testi-img-wrap .overlay {
  background: linear-gradient(90deg, #232323 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.testi-item-2 .testi-img-wrap .testi-img {
  width: 100%;
  height: 100%;
}
.testi-item-2 .testi-img-wrap .testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.testi-item-2 .testi-img-wrap .testi-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .testi-item-2 .testi-img-wrap .testi-video {
    left: 80%;
  }
}
.testi-item-2 .testi-img-wrap .testi-video a {
  background-color: var(--ag-color-common-white);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--ag-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text Animation */
.agenzio-animation,
.agenzio-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.agenzio-animation span {
  display: inline-block;
}

/* Fade Effect */
.agenzio-fadeIn {
  animation-name: asFadeIn;
}

@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.agenzio-fadeInLeft {
  animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}
.agenzio-fadeInRight {
  animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
.agenzio-fadeInDown {
  animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}
.agenzio-fadeInUp {
  animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */
.agenzio-moveFromLeft {
  animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}
.agenzio-moveFromRight {
  animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}
.agenzio-moveFromTop {
  animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}
.agenzio-moveFromBottom {
  animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */
.agenzio-blurIn {
  animation-name: asBlurIn;
}

@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}
.agenzio-blurInLeft {
  animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.agenzio-blurInRight {
  animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.agenzio-blurInTop {
  animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.agenzio-blurInBottom {
  animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */
.agenzio-zoomIn {
  animation-name: asZoomIn;
}

@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}
.agenzio-zoomInLeft {
  animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}
.agenzio-zoomInRight {
  animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}
.agenzio-zoomInTop {
  animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
.agenzio-zoomInBottom {
  animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */
.agenzio-flipInTop {
  animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
.agenzio-flipInBottom {
  animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */
.agenzio-rollFromLeft {
  animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
.agenzio-rollFromRight {
  animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
.agenzio-rollFromTop {
  animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
.agenzio-rollFromBottom {
  animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */
.agenzio-rotateSkateInRight {
  animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
.agenzio-rotateSkateInLeft {
  animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
.agenzio-rotateSkateInTop {
  animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
.agenzio-rotateSkateInBottom {
  animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */
.agenzio-popUp {
  animation-name: asPopUp;
}

@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}
.agenzio-popUpLeft {
  animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
.agenzio-popUpRight {
  animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
  -webkit-animation-name: kenburns-top;
  animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.team-item {
  position: relative;
  z-index: 1;
}
.team-item:not(:last-of-type) {
  padding-bottom: 50px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 60px;
}
.team-item .team-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.team-item .team-item-inner .left-content span {
  font-family: var(--ag-ff-heading);
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-item-inner .left-content .title-box {
  position: relative;
}
.team-item .team-item-inner .left-content .title-box .title {
  display: block;
  width: 100%;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ag-color-text-body);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-item-inner .left-content .title-box .title a {
  color: var(--ag-color-heading-primary);
}
.team-item .team-item-inner .left-content .title-box .title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 103%;
  top: 0;
  left: 0;
  background: linear-gradient(100deg, rgba(154, 154, 154, 0) 0%, #fff 100%);
  opacity: 1;
  -webkit-transition: all 500mslinear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500mslinear 0ms;
}
.team-item .team-item-inner .left-content .title-box .hover-title {
  display: block;
  width: 100%;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-item .team-item-inner .left-content .title-box .hover-title a {
  color: var(--ag-color-heading-primary);
}
.team-item:hover .left-content span {
  color: var(--ag-color-theme-primary);
  text-decoration: underline;
}
.team-item:hover .left-content .title-box .title {
  visibility: hidden;
  opacity: 0;
}
.team-item:hover .left-content .title-box .title:before {
  display: none;
}
.team-item:hover .left-content .title-box .hover-title {
  visibility: visible;
  opacity: 1;
}
.team-item .team-img-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 500px;
  opacity: 0;
  margin: -100px 0 0 -100px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team-item:hover .team-img-reveal-bg {
  opacity: 1;
}

.team-bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.team-bottom-btn a {
  font-size: 16px;
  color: var(--ag-color-heading-primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  border: 1px solid var(--ag-color-theme-primary);
  border-radius: 50%;
}
.team-bottom-btn a:hover {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
}

.team-wrap-2 > div {
  padding: 1.5px;
}

.team-item-2 {
  position: relative;
  overflow: hidden;
}
.team-item-2 .team-thumb {
  width: 100%;
  height: 320px;
  position: relative;
}
.team-item-2 .team-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
.team-item-2 .team-thumb .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-content span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.team-item-2 .team-content .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--ag-color-common-white);
  margin-bottom: 0;
}
.team-item-2:hover .team-thumb .overlay {
  visibility: visible;
  opacity: 0.8;
}
.team-item-2:hover .team-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.team-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
}
.team-view-btn a {
  color: var(--ag-color-heading-primary);
  height: 200px;
  width: 200px;
  border: 1px solid var(--ag-color-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
.team-view-btn a:hover {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.faq-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq-section .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .faq-section .shape {
    right: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section .shape {
    display: none;
  }
}

.faq-content {
  position: relative;
  z-index: 1;
}
.faq-content .faq-accordion {
  max-width: 530px;
  width: 100%;
}
.faq-content .faq-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
  border-radius: 0;
}
.faq-content .faq-accordion .accordion-item .accordion-button {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  font-size: 24px;
  font-weight: 500;
  color: var(--ag-color-heading-primary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-content .faq-accordion .accordion-item .accordion-button {
    font-size: 20px;
  }
}
.faq-content .faq-accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "+";
  position: absolute;
  left: 0;
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--ag-color-theme-primary);
  padding-bottom: 20px;
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
}
.faq-content .faq-accordion .accordion-item .accordion-button span {
  color: var(--ag-color-text-body);
  margin-right: 10px;
}
.faq-content .faq-accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 25px;
}
.faq-content .faq-accordion .accordion-item .accordion-body p {
  font-size: 18px;
  font-weight: 400;
}

.faq-text h4 {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -8px;
}
@media (max-width: 1399px) {
  .faq-text h4 {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .faq-text h4 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-text h4 {
    font-size: 70px;
    letter-spacing: 0;
  }
}
.faq-text h4 span {
  position: relative;
  z-index: 1;
}

.faq-2 .shape {
  right: auto;
  left: 0;
}
@media (max-width: 1199px) {
  .faq-2 .shape {
    display: none;
  }
}

.faq-img {
  max-width: 630px;
  width: 100%;
  height: 656px;
}
@media only screen and (max-width: 992px) {
  .faq-img {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-img {
    height: 350px;
  }
}
.faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}

.faq-content-2 {
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .faq-content-2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .faq-content-2 {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.faq-content-2 .section-heading .section-title {
  letter-spacing: -4px;
}
@media only screen and (max-width: 992px) {
  .faq-content-2 .section-heading .section-title {
    letter-spacing: 0;
  }
}

.faq-img-wrap-3 {
  position: relative;
  max-width: 650px;
  width: 100%;
  height: 700px;
}
.faq-img-wrap-3 .faq-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  max-width: 400px;
  width: 100%;
}
.faq-img-wrap-3 .faq-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
.faq-img-wrap-3 .faq-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 440px;
  max-width: 450px;
  width: 100%;
  box-shadow: 0px -30px 60px rgba(0, 0, 0, 0.1);
}
.faq-img-wrap-3 .faq-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
.faq-img-wrap-3 .faq-img-2 .faq-counter {
  background-color: var(--ag-color-common-white);
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 20px;
}
.faq-img-wrap-3 .faq-img-2 .faq-counter .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.faq-img-wrap-3 .faq-img-2 .faq-counter .title .odometer-auto-theme {
  line-height: 1;
  font-family: inherit;
}
.faq-img-wrap-3 .faq-img-2 .faq-counter .title .icon {
  color: var(--ag-color-theme-primary);
}
.faq-img-wrap-3 .faq-img-2 .faq-counter p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.6;
}
.faq-img-wrap-3 .faq-video {
  position: absolute;
  top: 85px;
  right: 80px;
  z-index: 5;
}
.faq-img-wrap-3 .faq-video a {
  color: var(--ag-color-heading-primary);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.faq-img-wrap-3 .faq-video a i {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  font-size: 20px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.faq-left-content .faq-accordion,
.faq-left-content .faq-content {
  width: 100%;
  max-width: 100%;
}
.faq-left-content .faq-title .title {
  font-size: 36px;
  font-weight: 500;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.cta-wrap {
  background-color: var(--ag-color-theme-primary);
  padding-left: 20px;
  padding-right: 20px;
}
.cta-wrap .icon {
  margin-bottom: 40px;
}
.cta-wrap .title {
  color: var(--ag-color-common-white);
  font-size: 64px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .cta-wrap .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrap .title {
    font-size: 32px;
  }
}
.cta-wrap .title a {
  color: var(--ag-color-common-white);
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .cta-wrap .title a {
    display: block;
  }
}
.cta-wrap .title a:before {
  background-color: var(--ag-color-common-white);
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-wrap .title a:hover:before {
  width: 0;
}
.cta-wrap .cta-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/
.pricing__tab {
  position: relative;
  z-index: 10;
  text-align: center;
}

.pricing__tab .nav-tabs {
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #E1E1E1;
  padding: 5px 20px;
  border-radius: 100px;
  position: relative;
  column-gap: 10px;
}

.pricing__tab .nav .nav-item .nav-link {
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--ag-color-heading-primary);
  text-transform: capitalize;
  outline: none;
  font-size: 14px;
  border: none;
  padding: 8px 20px;
}
.pricing__tab .nav .nav-item .nav-link:before {
  background: var(--ag-color-heading-primary);
  content: "";
  width: 105px;
  height: 34px;
  position: absolute;
  top: 7px;
  left: 15px;
  border-radius: 100px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing__tab .nav .nav-item .nav-link:focus {
  outline: none;
}

.pricing__tab .nav .nav-item .nav-link.active {
  color: var(--ag-color-common-white);
  border: none;
}
.pricing__tab .nav .nav-item .nav-link.active:before {
  visibility: visible;
  opacity: 1;
}

.pricing__tab .nav .nav-item:nth-child(2) .nav-link.active:before {
  transform: translateX(100px);
  visibility: visible;
  opacity: 1;
}

.pricing-wrap {
  align-items: center;
  justify-content: center;
}
.pricing-wrap > div {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .pricing-wrap > div {
    padding: 0 15px;
  }
}

.pricing-item {
  background-color: #FAFAFA;
  padding: 60px 40px;
}
.pricing-item .plan {
  font-family: var(--ag-ff-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--ag-color-theme-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.pricing-item .price {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}
.pricing-item .price span {
  color: var(--ag-color-text-body);
  font-size: 18px;
  font-weight: 400;
}
.pricing-item .pricing-list {
  list-style: none;
  margin-bottom: 40px;
}
.pricing-item .pricing-list li {
  font-family: var(--ag-ff-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--ag-color-heading-primary);
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.pricing-item .pricing-list li i {
  color: var(--ag-color-text-body);
}
.pricing-item .pricing-btn .ag-primary-btn-2 {
  width: 100%;
  justify-content: center;
  border: 1px solid var(--ag-color-heading-primary);
}
.pricing-item .pricing-btn .ag-primary-btn-2 .btn-text-1:after {
  background-color: var(--ag-color-theme-primary);
}
.pricing-item.active {
  background-color: var(--ag-color-common-white);
  border: 1px solid var(--ag-color-theme-primary);
}
.pricing-item.active .pricing-btn .ag-primary-btn-2 {
  background-color: var(--ag-color-theme-primary);
  border: 1px solid var(--ag-color-theme-primary);
}
.pricing-item.active .pricing-btn .ag-primary-btn-2 .btn-text-1 {
  color: var(--ag-color-common-white);
}
.pricing-item.active .pricing-btn .ag-primary-btn-2 .btn-text-1:after {
  background-color: var(--ag-color-common-white);
}
.pricing-item.active .pricing-btn .ag-primary-btn-2:hover {
  border: 1px solid var(--ag-color-heading-primary);
}

/* !END: Pricing CSS */
/**----------------------------------------
    START: Subscribe CSS
----------------------------------------*/
.subscribe-section {
  background-color: var(--ag-color-heading-primary);
}

.subscribe-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-bottom: 60px;
}
.subscribe-content .social-list li {
  color: #A3A3A3;
  display: inline-flex;
}
.subscribe-content .social-list li:not(:last-of-type) {
  margin-right: 20px;
}

.subscribe-form {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .subscribe-form {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
}
.subscribe-form .form-item {
  position: relative;
}
.subscribe-form .form-item .form-control {
  background-color: transparent;
  color: var(--ag-color-common-white);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 15.5px 30px;
  border-radius: 0;
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.subscribe-form .form-item .form-control::-webkit-input-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-form .form-item .form-control:-moz-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-form .form-item .form-control::-moz-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-form .form-item .form-control:-ms-input-placeholder {
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-form .form-item .form-control.nice-select {
  color: #878787;
  height: auto;
  line-height: inherit;
  padding: 15.5px 30px;
}
.subscribe-form .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--ag-color-text-body);
  border-bottom: 1px solid var(--ag-color-text-body);
  border-right: 1px solid var(--ag-color-text-body);
  right: 5px;
}
.subscribe-form .form-item .form-control.nice-select .list {
  background-color: #000;
  width: 100%;
}
.subscribe-form .form-item .form-control.nice-select .list li {
  padding-left: 30px;
}
.subscribe-form .form-item .icon {
  color: var(--ag-color-common-white);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 16px;
}
.subscribe-form .form-item.message-item .icon {
  top: 25px;
}
.subscribe-form .form-item.nice-select-form .icon {
  transform: translateY(60%);
}
.subscribe-form .submit-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.subscribe-form .submit-btn p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.subscribe-form .submit-btn .ag-primary-btn {
  background-color: var(--ag-color-theme-primary);
}
.subscribe-form .submit-btn .ag-primary-btn:before {
  background-color: var(--ag-color-common-white);
}
.subscribe-form .submit-btn .ag-primary-btn .btn-text-2 {
  color: var(--ag-color-heading-primary);
}
.subscribe-form .submit-btn .ag-primary-btn .btn-text-2:after {
  background-color: var(--ag-color-heading-primary);
}

/* !END: Subscribe CSS */
/**----------------------------------------
    START: Journey CSS
----------------------------------------*/
.journey-section {
  background-color: #F6F6F6;
}

.journey-carousel-wrap {
  position: relative;
  z-index: 1;
  width: 3000px;
  height: 545px;
  overflow: hidden;
}

.journey-carousel {
  max-width: 1090px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.journey-carousel .swiper-slide.swiper-slide-active .journey-item .journey-top {
  border-color: #1F1F1F;
}
.journey-carousel .swiper-slide.swiper-slide-active .journey-item .journey-top .number {
  color: var(--ag-color-theme-primary);
}

.journey-item .journey-img {
  height: 300px;
  margin-bottom: 40px;
}
.journey-item .journey-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.journey-item .journey-content .journey-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.journey-item .journey-content .journey-top .year {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.journey-item .journey-content .journey-top .year span {
  font-family: var(--ag-ff-body);
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: var(--ag-color-theme-primary);
  margin-bottom: 10px;
}
.journey-item .journey-content .journey-top .number {
  background-color: var(--ag-color-common-white);
  color: var(--ag-color-heading-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--ag-ff-body);
}
.journey-item .journey-content p {
  font-size: 18px;
}

/* !END: Journey CSS */
/**----------------------------------------
    START: Service Details CSS
----------------------------------------*/
.service-details-img {
  height: 500px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .service-details-img {
    height: 350px;
  }
}
.service-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}

.service-details-content p {
  font-size: 18px;
}
.service-details-content .service-details-list-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #DEDEDE;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap {
    flex-direction: column;
  }
}
.service-details-content .service-details-list-wrap .service-details-list {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 1199px) {
  .service-details-content .service-details-list-wrap .service-details-list {
    max-width: 100%;
  }
}
.service-details-content .service-details-list-wrap .service-details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap .service-details-list li {
    padding: 20px 10px;
  }
}
.service-details-content .service-details-list-wrap .service-details-list li:not(:last-of-type) {
  border-bottom: 1px solid #DEDEDE;
}
.service-details-content .service-details-list-wrap .service-details-list li span {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap .service-details-list li span {
    font-size: 15px;
  }
}
.service-details-content .service-details-list-wrap .service-details-list li span i {
  color: var(--ag-color-theme-primary);
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap .service-details-list li span i {
    font-size: 14px;
    width: 25px;
  }
}
.service-details-content .service-details-list-wrap .service-details-list li a {
  color: var(--ag-color-heading-primary);
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap .service-details-list li a {
    font-size: 14px;
  }
}
.service-details-content .service-details-list-wrap .service-details-list li a:hover {
  opacity: 1;
}
.service-details-content .service-details-list-wrap .service-details-list:first-child {
  border-right: 1px solid #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap .service-details-list:first-child {
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
  }
}
.service-details-content .service-process-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-process-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.service-details-content .service-process-wrap .service-process-content {
  position: relative;
  z-index: 1;
}
.service-details-content .service-process-wrap .service-process-content:before {
  background-color: var(--ag-color-heading-primary);
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-process-wrap .service-process-content:before {
    display: none;
  }
}
.service-details-content .service-process-wrap .service-process-content .service-process-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-process-wrap .service-process-content .service-process-item {
    grid-template-columns: 1fr;
  }
}
.service-details-content .service-process-wrap .service-process-content .service-process-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-details-content .service-process-wrap .service-process-content .service-process-item span {
  background-color: var(--ag-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border: 1px solid var(--ag-color-heading-primary);
  border-radius: 50%;
  font-size: 16px;
  color: var(--ag-color-heading-primary);
  font-weight: 500;
}
.service-details-content .service-process-wrap .service-process-content .service-process-item .right-content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-details-content .service-process-wrap .service-process-content .service-process-item .right-content p {
  max-width: 350px;
  width: 100%;
  margin-bottom: 0;
}
.service-details-content .service-process-wrap .service-process-img {
  height: 456px;
  max-width: 390px;
  width: 100%;
}
.service-details-content .service-process-wrap .service-process-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.service-details-content .service-details-video {
  height: 500px;
  position: relative;
}
.service-details-content .service-details-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
}
.service-details-content .service-details-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-details-content .service-details-video .video-btn a {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .details-title {
    font-size: 28px;
  }
}
.details-title span {
  color: #232323;
  opacity: 0.2;
}

.service-sidebar {
  padding: 40px;
  border: 1px solid #DEDEDE;
}
.service-sidebar:not(:last-of-type) {
  margin-bottom: 40px;
}
.service-sidebar .sidebar-title {
  padding-top: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.service-sidebar .sidebar-title:before {
  background-color: var(--ag-color-theme-primary);
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.service-sidebar .sidebar-list {
  list-style: none;
}
.service-sidebar .sidebar-list li {
  line-height: 1;
}
.service-sidebar .sidebar-list li:first-child {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
}
.service-sidebar .sidebar-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-sidebar .sidebar-list li:not(:last-of-type) a {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 20px;
}
.service-sidebar .sidebar-list li:not(:last-of-type) a:hover {
  border-color: var(--ag-color-theme-primary);
}
.service-sidebar .sidebar-list li span:first-child i {
  width: 20px;
  color: var(--ag-color-theme-primary);
}
.service-sidebar .sidebar-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ag-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.service-sidebar .sidebar-list li a .icon {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-sidebar .sidebar-list li a:hover .icon {
  opacity: 1;
}
.service-sidebar.form-sidebar {
  background-color: var(--ag-color-grey-1);
}
.service-sidebar.form-sidebar .sidebar-form .form-item {
  position: relative;
}
.service-sidebar.form-sidebar .sidebar-form .form-item .form-control {
  background-color: var(--ag-color-common-white);
  border: 1px solid #DEDEDE;
  padding: 14px 20px;
  padding-left: 45px;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}
.service-sidebar.form-sidebar .sidebar-form .form-item .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: var(--ag-color-heading-primary);
}
.service-sidebar.form-sidebar .sidebar-form .form-item.message-item .icon {
  top: 30px;
}
.service-sidebar .submit-btn button {
  border: 1px solid var(--ag-color-heading-primary);
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.blog-carousel-wrap {
  width: 3000px;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-carousel-wrap {
    width: 100%;
    height: 770px;
  }
}

.blog-carousel {
  max-width: 850px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .blog-carousel {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-carousel {
    max-width: 100%;
  }
}
.blog-carousel .swiper-slide {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-carousel .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}

.post-card {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .post-card {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.post-card .post-content .category {
  font-family: var(--ag-ff-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--ag-color-theme-primary);
  text-decoration: underline;
  display: block;
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content .category {
    margin-bottom: 40px;
  }
}
.post-card .post-content .number {
  font-family: var(--ag-ff-heading);
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #232323;
  display: block;
  margin-bottom: 30px;
}
.post-card .post-content .post-btn {
  border: 1px solid var(--ag-color-heading-primary);
}
.post-card .post-content .post-btn .btn-text .btn-text-1 {
  padding-left: 30px;
}
.post-card .post-content .post-btn .btn-text .btn-text-1:after {
  background-color: var(--ag-color-theme-primary);
  right: auto;
  left: 0;
  margin-left: 0;
}
.post-card .post-content .post-btn .btn-text .btn-text-2 {
  padding-left: 30px;
}
.post-card .post-content .post-btn .btn-text .btn-text-2:after {
  background-color: var(--ag-color-theme-primary);
  right: auto;
  left: 0;
  margin-left: 0;
}
.post-card .post-content .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 50px;
  text-transform: inherit;
}
@media only screen and (max-width: 992px) {
  .post-card .post-content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .post-card .post-content .title {
    font-size: 22px;
  }
}
.post-card .post-content .title a {
  background: linear-gradient(var(--ag-color-theme-primary) 0%, var(--ag-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.post-card .post-content .title a:hover {
  color: var(--ag-color-theme-primary);
  background-size: 100% 2px;
}
.post-card .post-thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.post-card .post-thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.post-card:hover .post-thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.post-card:hover .post-thumb img {
  transform: scale(1.04) rotate(0deg);
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
}
.post-meta li {
  font-family: var(--ag-ff-heading);
  color: #C8C8CD;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
}
.post-meta li i {
  font-size: 14px;
}
.post-meta li:not(:last-of-type) {
  margin-right: 15px;
}
.post-meta li a:hover {
  color: var(--ag-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 12px;
  }
}
.post-meta li.category-text {
  font-family: var(--ag-ff-heading);
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}

.blog-section-3 {
  background: linear-gradient(180deg, #F6F6F6 0%, rgba(255, 255, 255, 0) 96.18%);
}

.post-card-2 {
  max-width: 360px;
  width: 100%;
}
.post-card-2 .post-thumb {
  height: 300px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.post-card-2 .post-thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-card-2 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.post-card-2 .post-thumb .category {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
}
.post-card-2 .post-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 50px;
  text-transform: inherit;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .post-card-2 .post-content .title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.post-card-2 .post-content .title a {
  background: linear-gradient(var(--ag-color-theme-primary) 0%, var(--ag-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.post-card-2 .post-content .title a:hover {
  color: var(--ag-color-theme-primary);
  background-size: 100% 2px;
}
.post-card-2 .post-content .post-meta {
  color: var(--ag-color-text-body);
  font-size: 14px;
  font-weight: 400;
}
.post-card-2 .post-content .post-meta span {
  color: var(--ag-color-heading-primary);
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
}
.post-card-2.card-2 {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}
.post-card-2.card-2 .post-thumb {
  height: 420px;
}
@media only screen and (max-width: 992px) {
  .post-card-2.card-2 .post-thumb {
    height: 300px;
  }
}
.post-card-2.card-3 {
  margin-left: auto;
}
.post-card-2:hover .post-thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.post-card-2:hover .post-thumb img {
  transform: scale(1.04) rotate(0deg);
}

.blog-section-4 {
  background-color: #F2F2F2;
}

.post-item-wrap:not(:last-of-type) {
  margin-bottom: 100px;
}

.post-inner {
  max-width: 100%;
}
.post-inner:not(:last-of-type) {
  margin-bottom: 70px;
}
.post-inner .post-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-card-top {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.post-inner .post-card-top .post-meta li {
  display: flex;
  align-items: center;
  color: var(--ag-ff-body);
  font-size: 12px;
  font-weight: 400;
  column-gap: 5px;
}
.post-inner .post-card-top .post-meta li i {
  color: var(--ag-color-heading-primary);
  font-size: 11px;
}
.post-inner .post-card-top .left-content {
  display: flex;
  align-items: center;
}
.post-inner .post-card-top .left-content .category {
  color: var(--ag-color-theme-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
.post-inner .post-card-top .right-content .post-meta li:not(:last-of-type) {
  margin-right: 30px;
}
.post-inner .post-thumb {
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-thumb {
    height: 350px;
  }
}
.post-inner .post-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.post-inner .post-thumb .play-btn a {
  background-color: var(--ag-color-common-white);
  color: var(--ag-color-heading-primary);
  font-size: 20px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-inner .post-thumb .play-btn a:hover {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
}
.post-inner .post-thumb .post-thumb-carousel .swiper-arrow {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-thumb .post-thumb-carousel .swiper-arrow {
    right: 30px;
  }
}
.post-inner .post-thumb .post-thumb-carousel .swiper-arrow .swiper-nav {
  color: var(--ag-color-common-white);
  font-size: 14px;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-inner .post-thumb .post-thumb-carousel .swiper-arrow .swiper-nav:hover {
  background-color: var(--ag-color-theme-primary);
  border: 1px solid var(--ag-color-theme-primary);
}
.post-inner .post-content .title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-content .title {
    font-size: 26px;
  }
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap li a {
  background-color: transparent;
  color: var(--ag-color-heading-primary);
  font-weight: 500;
  height: 50px;
  width: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--ag-color-border-1);
}
.pagination-wrap li a:hover {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  border: 1px solid var(--ag-color-theme-primary);
}
.pagination-wrap li .active {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  border: 1px solid var(--ag-color-theme-primary);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-header .hero-bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header .hero-bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header .page-header-content {
  padding: 240px 0 215px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .page-header .page-header-content {
    padding: 100px 0 150px 0;
  }
}
.page-header .page-header-content .title {
  color: var(--ag-color-common-white);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .title {
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 992px) {
  .page-header .page-header-content .title {
    font-size: 58px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.page-header .page-header-content .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}
.page-header .page-header-content .sub-title {
  font-family: var(--ag-ff-body);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .sub-title {
    font-size: 15px;
  }
}
.page-header .page-header-content .sub-title .page {
  color: rgba(255, 255, 255, 0.5);
  padding: 14px 30px;
  border: 1px solid #3A3A3A;
  border-radius: 100px;
  display: inline-block;
}
.page-header .page-header-content .inner-page {
  color: var(--ag-color-theme-primary);
  color: rgba(255, 255, 255, 0.5);
  padding: 14px 30px;
  border: 1px solid var(--ag-color-theme-primary);
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
}

.page-header-404 .page-header-content h2 {
  font-size: 200px;
  font-weight: 500;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--ag-color-theme-primary);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-header-404 .page-header-content h2 {
    font-size: 100px;
  }
}
.page-header-404 .page-header-content .title {
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-header-404 .page-header-content .title {
    margin-bottom: 30px;
  }
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 992px) {
  .contact-items {
    grid-template-columns: 1fr;
  }
}
.contact-items .contact-item .title {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  font-size: 32px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .contact-items .contact-item .title {
    font-size: 24px;
  }
}
.contact-items .contact-item p {
  font-size: 14px;
  margin-bottom: 0;
}
.contact-items .contact-item .social-list {
  margin-bottom: 5px;
}
.contact-items .contact-item .social-list li {
  display: inline-flex;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .contact-items .contact-item .social-list li {
    font-size: 24px;
  }
}
.contact-items .contact-item .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.contact-items .contact-item .social-list li a:hover {
  text-decoration: underline;
}

.contact-content {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .contact-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .contact-content {
    margin-top: 50px;
  }
}

.map-wrapper iframe {
  border-radius: 16px;
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-area {
  position: relative;
  z-index: 1;
}
.sidebar-area:before {
  background-color: var(--ag-color-border-1);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--ag-color-bg-1);
  border-left: 1px solid var(--ag-color-border-1);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
  padding-top: 34px;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--grey-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-trigger.close:hover {
  color: var(--ag-color-theme-primary);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .site-logo {
  margin-bottom: 40px;
}

.sidebar-content .site-logo img {
  max-width: 200px;
}

.sidebar-content .sidebar-info li {
  font-size: 18px;
}

.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
}
.side-menu-logo {
  max-width: 150px;
}

.side-menu-about {
  margin: 75px 0 60px 0;
}
.side-menu-about p {
  font-size: 14px;
}

.side-menu-about p {
  font-size: 15px;
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 30px;
  font-weight: 600px;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--ag-color-theme-primary);
  font-size: 12px;
  color: var(--ag-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--ag-color-border-1);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li:hover i {
  background-color: var(--ag-color-theme-primary);
  color: #fff;
}

.side-menu-list li p {
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  font-size: 15px;
  font-weight: 400;
  color: var(--ag-color-text-body);
  padding-left: 10px;
}
.side-menu-list li a:hover {
  color: var(--ag-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: var(--ag-color-grey-1);
  font-size: 17px;
  color: var(--ag-color-heading-primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ag-color-border-1);
}
.side-menu-social li a:hover {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-img {
  width: 100%;
  height: 500px;
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
@media only screen and (max-width: 992px) {
  .blog-details-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-img {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-details-content {
    margin-bottom: 40px;
  }
}
.blog-details-content p {
  font-size: 16px;
}
.blog-details-content .details-title {
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 30px;
  }
}
.blog-details-content .blog-details-info {
  display: flex;
  align-items: center;
  column-gap: 70px;
}
@media (max-width: 1199px) {
  .blog-details-content .blog-details-info {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .blog-details-info {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.blog-details-content .blog-details-info .info-img {
  max-width: 380px;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .blog-details-info .info-img {
    height: 350px;
  }
}
.blog-details-content .blog-details-info .info-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0);
}
.blog-details-content .blog-details-info .info-list {
  list-style: none;
}
.blog-details-content .blog-details-info .info-list li {
  font-size: 16px;
}
.blog-details-content .blog-details-info .info-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}
.blog-details-content .blog-details-info .info-list li span {
  color: var(--ag-color-heading-primary);
  font-weight: 500;
}

blockquote {
  background-color: var(--ag-color-theme-primary);
  text-align: center;
  padding: 60px 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 40px 20px;
  }
}
blockquote .content {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
blockquote .content .review {
  background-color: var(--ag-color-common-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  list-style: none;
  margin-bottom: 40px;
}
blockquote .content .review li {
  color: var(--ag-color-heading-primary);
  line-height: 1;
  font-size: 14px;
}
blockquote .content .review li:not(:last-of-type) {
  margin-right: 5px;
}
blockquote .content p {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-common-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  blockquote .content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
blockquote .content .author-info {
  display: grid;
  align-items: center;
  grid-template-columns: 54px 1fr;
  grid-gap: 20px;
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
}
blockquote .content .author-info .author-img {
  height: 54px;
  width: 54px;
  margin: 0 auto;
}
blockquote .content .author-info .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
blockquote .content .author-info .author {
  color: var(--ag-color-common-white);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  text-align: left;
}
blockquote .content .author-info .author span {
  font-family: var(--ag-ff-body);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.blog-contact-form .details-title {
  margin-bottom: 20px;
}
.blog-contact-form p {
  margin-bottom: 50px;
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: transparent;
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 16.5px 20px 16.5px 20px;
  padding-left: 40px;
  border-radius: 0px;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid var(--ag-color-border-1);
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.blog-contact-form .request-form .form-item .icon {
  color: var(--ag-color-heading-primary);
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 30px;
}

.sidebar-widget:not(:last-of-type) {
  margin-bottom: 50px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  background-color: #F6F6F6;
  color: var(--ag-color-heading-primary);
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 16px 0;
  padding-left: 25px;
  padding-right: 30px;
  overflow: hidden;
}
.sidebar-widget .search-form .form-control::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-moz-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control::-moz-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-ms-input-placeholder {
  color: rgba(35, 35, 35, 0.3);
  font-size: 16px;
}
.sidebar-widget .search-form .search-btn {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-common-white);
  font-size: 15px;
  height: 100%;
  width: 48px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.sidebar-widget .widget-title {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ag-color-border-1);
  position: relative;
}
.sidebar-widget .widget-title:before {
  background-color: var(--ag-color-theme-primary);
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -0.5px;
  left: 0;
  content: "";
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  width: 80px;
  height: 80px;
  filter: saturate(0);
  object-fit: cover;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 10px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  display: flex;
  align-items: center;
  color: var(--ag-ff-body);
  font-size: 12px;
  font-weight: 400;
  column-gap: 5px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li i {
  color: var(--ag-color-heading-primary);
  font-size: 12px;
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .title {
    font-size: 16px;
  }
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--ag-color-theme-primary);
}
.sidebar-widget .category-items .shipping-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.sidebar-widget .category-items .shipping-option:not(:last-of-type) {
  margin-bottom: 25px;
}
.sidebar-widget .category-items .shipping-option .left-content {
  display: flex;
  align-items: center;
}
.sidebar-widget .category-items .shipping-option .left-content input {
  accent-color: var(--ag-color-theme-primary);
  margin-right: 10px;
}
.sidebar-widget .category-items .shipping-option .left-content label {
  color: var(--ag-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.sidebar-widget .category-items .shipping-option span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-1 {
  background-color: #000;
  padding-top: 80px;
}
.footer-1 .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer-1 .footer-top {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top {
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
  }
}
.footer-1 .footer-top .footer-social-text {
  display: flex;
  column-gap: 50px;
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-social-text {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
  }
}
.footer-1 .footer-top .footer-social-text span {
  color: var(--ag-color-common-white);
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-social-text span {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-social-text .social-text {
    text-align: center;
  }
  .footer-1 .footer-top .footer-social-text .social-text:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.footer-1 .footer-top .footer-social-text .social-text li {
  font-family: var(--ag-ff-heading);
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  text-transform: uppercase;
}
.footer-1 .footer-top .footer-social-text .social-text li:not(:last-of-type) {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-1 .footer-top .footer-social-text .social-text li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-social-text .social-text li {
    justify-content: center;
    text-align: center;
  }
}
.footer-1 .footer-top .footer-top-contact {
  display: flex;
  column-gap: 50px;
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-top-contact {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
  }
}
.footer-1 .footer-top .footer-top-contact span {
  color: var(--ag-color-common-white);
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-top-contact span {
    text-align: center;
  }
}
.footer-1 .footer-top .footer-top-contact .contact-footer a,
.footer-1 .footer-top .footer-top-contact .contact-footer p {
  font-family: var(--ag-ff-heading);
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-top .footer-top-contact .contact-footer a,
  .footer-1 .footer-top .footer-top-contact .contact-footer p {
    text-align: center;
  }
}
.footer-1 .footer-mid .title {
  color: var(--ag-color-common-white);
  font-size: 80px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .footer-1 .footer-mid .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-1 .footer-mid .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-1 .footer-mid .title {
    font-size: 30px;
  }
}
.footer-1 .footer-mid .title span {
  color: var(--ag-color-theme-primary);
}
.footer-1 .footer-bottom {
  padding: 30px 0;
}
.footer-1 .footer-bottom .footer-service {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer-1 .footer-bottom .footer-service {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.footer-1 .footer-bottom .footer-service li {
  color: var(--ag-color-common-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.footer-1 .footer-bottom .footer-service li:not(:last-of-type) {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-1 .footer-bottom .footer-service li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.footer-1 .copyright-area {
  background-color: var(--ag-color-common-white);
}
.footer-1 .copyright-area .copyright-content .copyright-left {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-1 .copyright-area .copyright-content .copyright-left {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
}
.footer-1 .copyright-area .copyright-content .copyright-left .copyright-logo {
  max-width: 148px;
}
.footer-1 .copyright-area .copyright-content .copyright-left p {
  color: var(--ag-color-text-body);
}

.footer-section {
  position: relative;
  z-index: 1;
}

.footer-text .footer-header {
  font-size: 180px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--ag-color-border-1);
  position: relative;
}
@media (max-width: 1199px) {
  .footer-text .footer-header {
    font-size: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-text .footer-header {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-text .footer-header {
    font-size: 40px;
  }
}
.footer-text .footer-header .contact-btn {
  background-color: var(--ag-color-theme-primary);
  color: var(--ag-color-text-black);
  font-size: 30px;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-text .footer-header .contact-btn i {
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-text .footer-header .contact-btn:hover i {
  transform: rotate(0);
}
.footer-text .footer-header:hover .contact-btn {
  transform: translate(-50%, -50%) scale(1);
}

.footer-wrap {
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .footer-wrap {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 30px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  color: var(--ag-color-heading-primary);
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.footer-widget .widget-header .widget-title.email-title {
  color: var(--ag-color-heading-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .widget-header .widget-title.email-title {
    font-size: 28px;
  }
}
.footer-widget .widget-header .widget-title.email-title a {
  display: block;
  line-height: 1;
}
.footer-widget p {
  font-size: 18px;
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--ag-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 80px;
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  color: var(--ag-color-heading-primary);
}
.footer-widget .footer-list li a {
  font-family: var(--ag-ff-body);
  color: var(--ag-color-heading-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: var(--ag-color-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  background-color: transparent;
  padding: 15px 64px 15px 25px;
  color: #999999;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DEDEDE;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: #999999;
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: #999999;
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: #999999;
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: #999999;
}
.footer-widget .footer-form .submit {
  color: var(--ag-color-heading-primary);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
}
.footer-widget .footer-form .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--ag-color-heading-primary);
}
.footer-widget .sub-desc {
  font-size: 14px;
  font-weight: 400;
}
.footer-widget .address-list {
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget .address-list li {
  font-family: var(--ag-ff-body);
  font-size: 18px;
  color: var(--ag-color-text-body);
  display: flex;
  column-gap: 10px;
}
.footer-widget .address-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .address-list li i {
  color: var(--ag-color-theme-primary);
  line-height: 1;
  margin-top: 6px;
}
.footer-widget .address-list li a {
  border-bottom: 1px solid transparent;
}
.footer-widget .address-list li a:hover {
  color: var(--ag-color-theme-primary);
  border-bottom: 1px solid var(--ag-color-theme-primary);
}
.footer-widget .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer-widget .social-list li a {
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  display: block;
}
.footer-widget .social-list li a:hover {
  color: var(--ag-color-text-black);
}
.footer-widget .social-list li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-widget .form-check {
  margin-top: 30px;
}
.footer-widget .form-check .form-check-input {
  background-color: var(--ag-color-border-1);
  border: none;
  box-shadow: none;
  height: 17px;
  width: 17px;
}
.footer-widget .form-check .form-check-input:checked[type=checkbox] {
  box-shadow: none;
}
.footer-widget .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.footer-widget.footer-col-2 {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.widget-3 {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.widget-3 {
    padding-left: 0;
  }
}

.copyright-area {
  border-top: 1px solid var(--ag-color-border-1);
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .copyright-area {
    padding: 40px 0;
  }
}
.copyright-area.area-2 .footer-logo {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .copyright-area.area-2 .footer-logo {
    margin: 0 auto;
  }
}
.copyright-area.area-2 p {
  color: var(--ag-color-text-body);
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .copyright-area.area-2 p {
    text-align: center;
  }
}

.copyright-content {
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    row-gap: 20px;
  }
}
.copyright-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: var(--ag-ff-body);
  margin: 0;
}
.copyright-content p span {
  color: var(--ag-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .copyright-content p {
    text-align: center;
  }
}
.copyright-content .social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .social-list {
    justify-content: center;
  }
}
.copyright-content .social-list li a {
  color: var(--ag-color-heading-primary);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-content .social-list li a:hover {
  color: var(--ag-color-theme-primary);
}
.copyright-content .social-list li:not(:last-of-type) {
  margin-right: 20px;
}
.copyright-content .copyright-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .copyright-content .copyright-list {
    justify-content: center;
  }
}
.copyright-content .copyright-list a {
  font-family: var(--ag-ff-body);
  font-size: 16px;
  font-weight: 400;
}

.footer-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-2 .footer-text-2 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.03;
}
@media (max-width: 1199px) {
  .footer-2 .footer-text-2 {
    top: 10%;
  }
}
@media only screen and (max-width: 992px) {
  .footer-2 .footer-text-2 {
    display: none;
  }
}
.footer-2 .footer-text-2 span {
  font-size: 450px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  .footer-2 .footer-text-2 span {
    font-size: 300px;
  }
}

/* !END: Theme Footer CSS */

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