@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: #B1D758;
  --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;
}

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 {
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4 {
  font-family: var(--ag-ff-heading);
  color: var(--ag-color-heading-primary);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  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);
}

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

input {
  outline: none;
}

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

.clear {
  clear: both;
}

.section-heading {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.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.white-content p,
.section-heading.white-content .section-title {
  color: var(--ag-color-common-white);
}

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

.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;
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    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;
}

.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 */
.sticky-widget {
  position: sticky;
  top: 170px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/

/*-- Margin Bottom --*/

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

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

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

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

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

/*-- Margin Left --*/

/*-- Margin Right --*/

/*-- Padding Top --*/

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

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

/*-- Padding Bottom --*/

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

/*-- Padding Left --*/

/*-- Padding Right --*/

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

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

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

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

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

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

/* 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;
  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-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;
}
@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(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;
}
@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 ul {
  background-color: var(--ag-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  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;
  transform: rotate3d(1, 0, 0, -90deg);
  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%);
  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: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-right-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.primary-header {
  width: 100%;
}

@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;
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--ag-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  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 {
  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;
  -moz-column-gap: 30px;
       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;
  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;
  }
}
@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;
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    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 {
    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;
    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;
  }
}

#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;
  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%;
  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);
}

/* !END: Theme Header CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/

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

@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 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/

/**----------------------------------------
    START: Exp CSS
----------------------------------------*/

/* Kenburns Top */
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.08) translateY(-15px);
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/

/* !END: Page Header CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/

.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);
  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-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
----------------------------------------*/

/* !END: Page Header CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/

/* !END: Pricing CSS */

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

/**----------------------------------------
START: Blog CSS
----------------------------------------*/

/* !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%;
  -o-object-fit: cover;
     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
----------------------------------------*/

/* !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;
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--grey-color);
  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::-moz-selection {
  background-color: #999;
  color: #fff;
}

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

.sidebar-area-webkit-::-moz-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;
}

@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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@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;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 1199px) {
  .blog-details-content .blog-details-info {
    -moz-column-gap: 40px;
         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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.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 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;
  }
}

.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;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       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;
  -moz-column-gap: 5px;
       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;
  -moz-column-gap: 20px;
       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;
  -moz-column-gap: 50px;
       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;
  -moz-column-gap: 50px;
       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 .copyright-area {
  background-color: var(--ag-color-common-white);
}
.footer-1 .copyright-area .copyright-content .copyright-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       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);
  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;
  -moz-column-gap: 80px;
       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;
  -moz-column-gap: 10px;
       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-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;
  }
}

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

.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-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 .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 .submit-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       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: Theme Footer CSS */

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