:root {
  /**
     @Font-Family 
   */
  --jeeno-ff-body: "Raleway";
  --jeeno-ff-heading: 'Raleway', sans-serif;
  --jeeno-ff-fontawesome: "Font Awesome 6 Pro";
  --jeeno-ff-outfit: "Outfit", sans-serif;
  /**
     @Font-weight 
   */
  --jeeno-fw-normal: normal;
  --jeeno-fw-thin: 100;
  --jeeno-fw-elight: 200;
  --jeeno-fw-light: 300;
  --jeeno-fw-regular: 400;
  --jeeno-fw-medium: 500;
  --jeeno-fw-sbold: 600;
  --jeeno-fw-bold: 700;
  --jeeno-fw-ebold: 800;
  --jeeno-fw-black: 900;
  /**
     @Font-Size 
   */
  --jeeno-fs-body: 16px;
  --jeeno-fs-p: 16px;
  --jeeno-fs-h1: 60px;
  --jeeno-fs-h2: 48px;
  --jeeno-fs-h3: 32px;
  --jeeno-fs-h4: 24px;
  --jeeno-fs-h5: 20px;
  --jeeno-fs-h6: 18px;
  /**
     @Color 
   */
  --jeeno-color-common-white: #ffffff;
  --jeeno-color-common-black: #000000;
  --jeeno-color-light-black: #171717;
  --jeeno-color-heading-primary: #ffffff;
  --jeeno-color-text-body: #9692b2;
  --jeeno-color-text-body-2: #524f66;
  --jeeno-color-theme-primary: #052537;
  --jeeno-color-theme-bg: #052537;
  --jeeno-color-theme-dark: #052537;
  --jeeno-color-theme-light: #12435F;
  --jeeno-color-theme-dark-2: #65627a;
  --jeeno-color-white-2: rgba(255, 255, 255, 0.8);
  --jeeno-color-grey-1: #9692b2;
  --jeeno-color-grey-2: #78758f;
  --jeeno-color-grey-3: rgba(150, 146, 178, 0.8);
  --jeeno-color-border-1: #312c52;
  --jeeno-color-common-green: #1FB680;
  --jeeno-color-header-news: #DDF4EC;

}

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

}

.site-main,
html {
  position: relative;
}

body {
  font-family: var(--jeeno-ff-body);
  font-size: var(--jeeno-fs-body);
  font-weight: normal;
  /* color: var(--jeeno-color-common-white); */
  color: #000000;
  background-color: var(--jeeno-color-common-white);
  line-height: 1.5;
}

body.home {
  background-color: var(--jeeno-color-theme-dark);
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--jeeno-ff-heading);
  margin-top: 0px;
  font-weight: var(--jeeno-fw-medium);
  line-height: 1.2;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h3.sub-heading {
  line-height: 40px;
  font-size: 30px;
  font-weight: var(--jeeno-fw-bold);
  color: var(--jeeno-color-common-black);
  text-transform: capitalize;
}

h5.small-heading {
  color: var(--jeeno-color-common-black);
  font-weight: var(--jeeno-fw-regular);
  font-family: var(--jeeno-ff-outfit);
  font-size: 22px;
  text-transform: uppercase;
}

h1 {
  font-size: var(--jeeno-fs-h1);
  line-height: 1.053;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 40px;
  }

  .ai-services-sec1 .ai-service p {
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }

  .casestudy-card-2 {
    height: 300px;
  }

  .casestudy-card {
    border: 1px solid #dbdbdb;
    border-radius: 11px;
    position: relative;
    /* max-height: 739px; */
    height: 100%;
  }

  .casestudy-card-right .footer-top-shape {
    background-color: #ffffff;
    transform: rotate(90deg);
    width: 200px;
    left: -9px;
    top: 266px !important;
    height: 50px;
  }

  .casestudy-card-right .footer-top-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 88px !important;
    left: -43px !important;
    width: 50px;
    height: 20px;
    -webkit-box-shadow: 24px 0 0 0 #191825;
    box-shadow: 25px 0 0 0 #ffffff;
    border-radius: 0 40px 0 0;
    z-index: -1;
    transform: rotateZ(360deg);

  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  h1 {
    font-size: 45px;
  }

  .casestudy-card-green-box-right .casestudy-card-green-box {
    background: #1fb680;
    padding: 6px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    font-weight: 700;
    margin-right: 0px;
    font-size: 60px;
    line-height: 1.2;
    margin-top: 0px !important;
    color: var(--jeeno-color-common-black);
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
  }
}

h2 {
  font-size: var(--jeeno-fs-h2);
  line-height: 1.125;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1022px) {
  .casestudy-card {
    /* & .casestudy-card-green-box {
      margin-top: -74px !important;
    } */

    .casestudy-card-para {
      padding-right: 41px !important;
    }
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1199px) {
  .casestudy-card {
    /* & .casestudy-card-green-box {
      margin-top: -73px !important;
    } */

    .casestudy-card-para {
      padding-right: 50px !important;
    }
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1399px) {
  .casestudy-card {
    /* & .casestudy-card-green-box {
      margin-top: -35px !important;
    } */

    .casestudy-card-para {
      padding-right: 50px !important;
    }
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1399px) {
  .casestudy-card {
    /* & .casestudy-card-green-box {
      margin-top: -35px !important;
    } */

    .casestudy-card-para {
      padding-right: 50px !important;
    }
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .casestudy-card {
    /* & .casestudy-card-green-box {
      margin-top: 20px !important;
    } */

    .casestudy-card-para {
      padding-right: 50px !important;
    }
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }

  .casestudy-card-green-box-right .casestudy-card-green-box {
    background: #1fb680;
    padding: 6px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    font-weight: 700;
    margin-right: 0px;
    font-size: 60px;
    line-height: 1.2;
    margin-top: 0px !important;
    color: var(--jeeno-color-common-black);
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
  }

}

@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }

  .case-studies .casestudy-card-para {
    padding: 15px 10px 15px 10px !important;
  }

  .casestudy-card-green-box-right .casestudy-card-green-box {
    background: #1fb680;
    padding: 6px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    font-weight: 700;
    margin-right: 0px;
    font-size: 60px;
    line-height: 1.2;
    margin-top: 0px !important;
    color: var(--jeeno-color-common-black);
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
  }
}

h3 {
  font-size: var(--jeeno-fs-h3);
  line-height: 1.188;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: var(--jeeno-fs-h4);
  line-height: 1.25;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: var(--jeeno-fs-h5);
  line-height: 1.4;
}

h6 {
  font-size: var(--jeeno-fs-h6);
  line-height: 1.333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

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

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
button:focus,
button:focus-visible {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

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

a,
button {
  color: var(--jeeno-color-theme-primary);
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input[type=search],
input[type=tel],
input[type=text],
input[type=email],
input[type=url],
textarea {
  outline: none;
  background-color: var(--jeeno-color-common-white);
  height: auto;
  width: 100%;
  font-size: var(--jeeno-fs-body);
  border: 1px solid var(--jeeno-color-border-1);
  color: var(--jeeno-color-text-body);
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

* {
  scrollbar-width: thin;
}

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

::-webkit-scrollbar-thumb {
  background: var(--jeeno-color-theme-primary);
  -webkit-border-radius: 1px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

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

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

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

*::-webkit-input-placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

*::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

*::-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--jeeno-color-grey-2);
  font-size: var(--jeeno-fs-body);
  opacity: 1;
}

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

.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.rg-30 {
  row-gap: 30px;
}

.rg-40 {
  row-gap: 40px;
}

.rg-50 {
  row-gap: 50px;
}

.rg-60 {
  row-gap: 60px;
}

.rg-70 {
  row-gap: 70px;
}

.rg-80 {
  row-gap: 80px;
}

.mt-20 {
  margin-top: 20px;
}

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

.mt-30 {
  margin-top: 30px;
}

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

.mt-40 {
  margin-top: 40px;
}

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

.mt-50 {
  margin-top: 50px;
}

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

.mt-60 {
  margin-top: 60px;
}

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

.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-gap-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-gap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.gap-top {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .gap-top,
  .section-gap-top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .gap-top,
  .section-gap-top {
    padding-top: 70px;
  }
}

.gap-bottom,
.section-gap-bottom {
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .gap-bottom,
  .section-gap-bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .gap-bottom,
  .section-gap-bottom {
    padding-bottom: 70px;
  }
}

.section-gap-x {
  margin-left: 60px;
  margin-right: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-x {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-gap-x {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-gap-x2 {
  margin-left: 50px;
  margin-right: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-x2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-gap-x2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-gap-x3 {
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .section-gap-x3 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-gap-x3 {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-separator {
  border-top: 1px solid var(--jeeno-color-border-1);
}

.sticky-lg-top {
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:has(.sticky) .sticky-lg-top {
  top: 130px;
}

.title-anim>div {
  overflow: hidden;
}

.jeeno-text-invert>div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--jeeno-color-heading-primary)), color-stop(50%, var(--jeeno-color-text-body-2)));
  background-image: linear-gradient(to right, var(--jeeno-color-heading-primary) 50%, var(--jeeno-color-text-body-2) 50%);
}

.line {
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  --highlight-offset: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--jeeno-color-heading-primary)), to(var(--jeeno-color-text-body-2)));
  background-image: linear-gradient(90deg, var(--jeeno-color-heading-primary) var(--highlight-offset), var(--jeeno-color-text-body-2) var(--highlight-offset));
}

.circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 126px;
  height: 126px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: textrotate 20s infinite linear;
  animation: textrotate 20s infinite linear;
}

.circle-text-wrap {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}

.circle-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  color: var(--jeeno-color-common-white);
  font-size: 36px;
  width: 100%;
  height: 100%;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-dark);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-icon i {
  color: var(--jeeno-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.circle-icon:hover i {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-icon {
    font-size: 30;
    width: 120px;
    height: 120px;
  }
}

.icon-btn {
  font-size: 30px;
  width: 56px;
  height: 56px;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-btn i {
  color: var(--jeeno-color-common-white);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--jeeno-color-theme-primary);
}

.icon-btn:hover i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.icon-btn.style-2 {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--jeeno-color-border-1);
}

.text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--jeeno-fw-sbold);
  text-align: center;
  line-height: 1;
  padding: 20px 30px 0;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.text-btn .btn-text {
  color: var(--jeeno-color-common-white);
  overflow: hidden;
}

.text-btn .btn-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0 var(--jeeno-color-theme-primary);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.text-btn .btn-icon {
  color: var(--jeeno-color-common-white);
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.text-btn .btn-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-shadow: -30px 0 0 var(--jeeno-color-theme-primary);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.text-btn:hover .btn-text span {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.text-btn:hover .btn-icon span {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.text-btn.style-2 {
  background-color: transparent;
  padding: 0;
}

.text-btn.style-2 .btn-text {
  color: var(--jeeno-color-theme-primary);
}

.text-btn.style-2 .btn-icon {
  color: var(--jeeno-color-common-white);
  font-size: 20px;
  background-color: var(--jeeno-color-theme-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-btn.style-2 .btn-icon span {
  text-shadow: -30px 0 0 var(--jeeno-color-common-white);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header-area {
  position: relative;
  z-index: 99;
}

.header-area.header-1 {
  border-bottom: 1px solid var(--jeeno-color-border-1);
}

.header-area.header-1.header-absolute {
  position: absolute;
  width: 100%;
}

.header-area.header-1 .header-wrapper {
  padding: 0 48px;
  background-color: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.header-1 .header-wrapper {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-1 .header-wrapper {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-1 .header-wrapper {
    padding: 15px 0px;
  }
}

.header-area.header-2 {
  background-color: var(--jeeno-color-theme-bg);
  border: 0;
  border-radius: 20px;
  margin: 20px 30px;
}

.header-area.header-2.sticky {
  background-color: var(--jeeno-color-theme-bg);
  margin-top: 0;
  width: calc(100% - 60px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-2.sticky {
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-2.sticky {
    width: 100%;
    margin: 0;
    border-radius: 0 0 15px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-2 {
    margin: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-2 {
    border-radius: 15px;
  }
}

.header-area.header-2 .header-wrapper {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-2 .header-wrapper {
    padding: 15px 0px;
  }
}

.header-area.header-4.header-absolute,
.header-area.header-3.header-absolute {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  margin: 0 30px;
  z-index: 999;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area.header-4.header-absolute,
  .header-area.header-3.header-absolute {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .header-area.header-4.header-absolute,
  .header-area.header-3.header-absolute {
    width: 100%;
    margin: 0;
  }
}

/* .header-area.header-4 .header-wrapper, .header-area.header-3 .header-wrapper {
  padding: 0px 18px 10px;
  border-radius: 16px 16px 0 0;
} */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .header-area.header-4 .header-wrapper,
  .header-area.header-3 .header-wrapper {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .header-area.header-4 .header-wrapper,
  .header-area.header-3 .header-wrapper {
    padding: 15px 0px;
  }
}

.header-area.header-4.header-absolute {
  top: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-4.header-absolute {
    top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-4.header-absolute {
    top: 0;
  }
}

.header-area.header-duplicate {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header-area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: sticky 0.9s;
  animation: sticky 0.9s;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  visibility: visible;
  background-color: var(--jeeno-color-theme-dark);
  display: block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.sticky {
    width: 100%;
  }
}

.header-top {
  background-color: var(--jeeno-color-theme-bg);
  padding: 0 48px;
}

.header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-content .topbar-text {
  color: var(--jeeno-color-common-white);
  padding: 15px 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header-top-content .topbar-text i {
  color: var(--jeeno-color-theme-primary);
  font-size: 22px;
}

.header-top-content .topbar-text a {
  color: var(--jeeno-color-text-body);
  font-weight: var(--jeeno-fw-sbold);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-content .topbar-text a::after {
  content: "\e902";
  font-size: 10px;
  line-height: 1;
  font-family: "ainex-icons" !important;
  font-weight: var(--jeeno-fw-medium);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: currentColor;
  margin-left: 4px;
  margin-top: 3px;
}

.header-top-content .topbar-text a:hover {
  color: var(--jeeno-color-theme-primary);
}

.header-top-content .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-top-content .header-info .info-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 21px;
  border-left: 1px solid var(--jeeno-color-border-1);
  line-height: 1;
}

.header-top-content .header-info .info-item:first-child {
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-content .header-info .info-item:nth-child(2) {
    padding-right: 0;
  }
}

.header-top-content .header-info .info-item:last-child {
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-top-content .header-info .info-item:last-child {
    display: none;
  }
}

.header-top-content .header-info .info-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  color: var(--jeeno-color-theme-primary);
}

.header-top-content .header-info .info-item a {
  color: var(--jeeno-color-common-dark);
  font-family: var(--jeeno-ff-outfit) !important;
}

.header-top-content .header-info .info-item a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-top-content .header-info .info-item {
    border: 0;
    padding: 0 10px 10px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-top-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-top {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-top {
    display: none;
  }
}

.header-top.style-2 {
  background-color: var(--jeeno-color-header-news);
  padding: 10px 18px;
  margin: 0px 0px -5px 0px;
  border-radius: 0 0 16px 16px;
}

body.home .header-top.style-2 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top.style-2 {
    margin-bottom: 1px;
  }
}

.header-top.style-2 .header-top-content .topbar-text a,
.header-top.style-2 .header-top-content .topbar-text i {
  color: var(--jeeno-color-common-white);
}

.header-top.style-2 .header-top-content .topbar-text a {
  color: var(--jeeno-color-common-white);
}

.header-top.style-2 .header-top-content .topbar-text a:hover {
  color: var(--jeeno-color-common-green);
}

.header-top.style-2 .header-top-content .header-info .info-item a {
  color: var(--jeeno-color-common-black);
}

.header-top.style-2 .header-top-content .header-info .info-item a:hover {
  color: var(--jeeno-color-common-green);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top.style-2 {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top.style-2 {
    padding: 0px;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-wrapper {
    padding: 15px 0;
  }
}

.site_logo .logo {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}

.menu-area {
  gap: 25px;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  color: #fff;
}

.mainmenu ul>li {
  position: relative;
  z-index: 1;
}

.mainmenu ul>li>a {
  position: relative;
  font-size: 16px;
  color: var(--jeeno-color-common-white);
  display: block;
  padding: 37px 0;
  line-height: 1;
  font-family: var(--jeeno-ff-outfit);
}

.mainmenu ul>li>a:hover {
  color: var(--jeeno-color-common-green);
}

.mainmenu ul>li.menu-item-has-children>a,
.mainmenu ul>li.has-dropdown>a {
  padding-right: 15px;
}

.mainmenu ul>li.menu-item-has-children>a::after,
.mainmenu ul>li.has-dropdown>a::after {
  content: "\e903";
  font-family: "ainex-icons";
  color: inherit;
  font-size: 8px;
  position: absolute;
  top: 41px;
  right: 0;
}

.mainmenu ul>li.menu-item-has-children:hover>a::after,
.mainmenu ul>li.has-dropdown:hover>a::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mainmenu ul>li.current-menu-ancestor a,
.mainmenu ul>li.current-menu-item a,
.mainmenu ul>li:hover a {
  color: var(--jeeno-color-common-green);
}

.mainmenu ul>li.current-menu-ancestor a::after,
.mainmenu ul>li.current-menu-item a::after,
.mainmenu ul>li:hover a::after {
  color: var(--jeeno-color-theme-primary);
}

.mainmenu ul>li.current-menu-ancestor a::before,
.mainmenu ul>li.current-menu-item a::before,
.mainmenu ul>li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.mainmenu ul>li>.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align: left;
  background-color: var(--jeeno-color-theme-bg);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mainmenu ul>li>.sub-menu>li {
  display: block;
  width: 100%;
}

.mainmenu ul>li>.sub-menu>li>a {
  position: relative;
  padding: 10px 20px;
  display: block;
  color: var(--jeeno-color-common-white);
}

.mainmenu ul>li>.sub-menu>li>a:hover {
  background: var(--jeeno-color-theme-light);
  color: var(--jeeno-color-common-green) !important;
}

.mainmenu ul>li>.sub-menu>li.active>a {
  color: var(--jeeno-color-common-green) !important
}

.mainmenu ul>li>.sub-menu>li>a::before {
  display: none;
}

.mainmenu ul>li>.sub-menu>li:last-child {
  padding-bottom: 0;
}

.mainmenu ul>li>.sub-menu>li.menu-item-has-children>a::after,
.mainmenu ul>li>.sub-menu>li.has-dropdown>a::after {
  top: 15px;
  right: 15px;
  color: var(--jeeno-color-text-body);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a,
.mainmenu ul>li>.sub-menu>li:hover>a {
  color: var(--jeeno-color-theme-primary);
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::before,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::before,
.mainmenu ul>li>.sub-menu>li:hover>a::before {
  opacity: 1;
  visibility: visible;
  width: 14px;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::after,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::after,
.mainmenu ul>li>.sub-menu>li:hover>a::after {
  color: var(--jeeno-color-theme-primary);
}

.mainmenu ul>li>.sub-menu>li>.sub-menu {
  left: 100%;
  top: -10px;
}

.mainmenu ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul {
    gap: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    gap: 16px;
  }
}

.header-search {
  line-height: 1;
  position: relative;
}

.header-search .search {
  color: var(--jeeno-color-text-body);
  font-size: 16px;
  font-weight: var(--jeeno-fw-medium);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.header-search .search i {
  font-size: 26px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search .search i {
    font-size: 24px;
  }
}

.header-search .search.search-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.header-search .search:hover i {
  color: var(--jeeno-color-theme-primary);
  -webkit-animation: bellshake 1.5s ease;
  animation: bellshake 1.5s ease;
}

.header-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.header-right-item .jeeno-primary-btn:hover .btn-inner::before {
  width: calc(100% - 38px);
}

.header-right-item .jeeno-primary-btn:hover .btn-text {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}

.header-right-item .jeeno-primary-btn:hover .btn-icon {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-item {
    gap: 12px;
  }
}

.menu_bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu_bar span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--jeeno-color-common-white);
  margin-right: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_bar span:last-child,
.menu_bar span:first-child {
  width: 25px;
}

.menu_bar.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--jeeno-color-theme-primary);
  border-radius: 7px;
}

.menu_bar.mobile_menu_bar span {
  background-color: var(--jeeno-color-common-white);
}

.menu_bar:hover span {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_bar {
    margin-left: 0;
  }
}

.menu_bar.menu_offcanvas {
  width: 60px;
  gap: 12px;
}

.menu_bar.menu_offcanvas span {
  width: 60px;
}

.menu_bar.menu_offcanvas:hover span {
  -webkit-animation: linehover 0.6s linear;
  animation: linehover 0.6s linear;
}

.menu_bar.menu_offcanvas:hover span:last-child {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.header-2.header-absolute .mainmenu>ul>li>a {
  color: var(--jeeno-color-common-white);
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-2.header-absolute .mainmenu>ul>li.menu-item-has-children>a::after,
.header-2.header-absolute .mainmenu>ul>li.has-dropdown>a::after {
  color: currentColor;
  top: 35px;
}

.header-2.header-absolute .mainmenu>ul>li:hover>a,
.header-2.header-absolute .mainmenu>ul>li.current-menu-ancestor>a {
  color: var(--jeeno-color-text-body-2);
}

.header-2.header-absolute .mainmenu>ul>li:hover>a::after,
.header-2.header-absolute .mainmenu>ul>li.current-menu-ancestor>a::after {
  color: currentColor;
}

.header-2.header-absolute .menu_bar span {
  background-color: var(--jeeno-color-common-white);
}

.header-3.header-absolute .menu-area {
  background-color: var(--jeeno-color-theme-dark);
  padding: 0 20px;
  border-radius: 0 0 24px 24px;

  border-top-color: transparent;
  position: relative;
}

.header-3.header-absolute .menu-area::before,
.header-3.header-absolute .menu-area::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -1px;
  left: -48px;
  width: 48px;
  height: 24px;
  -webkit-box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 24px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .header-3.header-absolute .menu-area::before,
  .header-3.header-absolute .menu-area::after {
    border-radius: 0 16px 0 0;
  }
}

.header-3.header-absolute .menu-area::after {
  left: auto;
  right: -48px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3.header-absolute .menu-area {
    padding: 0 25px;
  }
}

.header-3.header-absolute .mainmenu>ul>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-3.header-absolute .mainmenu>ul>li.menu-item-has-children>a::after,
.header-3.header-absolute .mainmenu>ul>li.has-dropdown>a::after {
  color: currentColor;
  top: 29px;
}

.header-3 .header-search .search {
  color: var(--jeeno-color-common-white);
}

.header-4.header-absolute .menu-area {
  -webkit-margin-end: 220px;
  margin-inline-end: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-4.header-absolute .menu-area {
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-4.header-absolute .menu-area {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.header-4.header-absolute .mainmenu>ul>li>a {
  color: var(--jeeno-color-common-white);
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-4.header-absolute .mainmenu>ul>li.menu-item-has-children>a::after,
.header-4.header-absolute .mainmenu>ul>li.has-dropdown>a::after {
  color: currentColor;
  top: 29px;
}

.header-4 .header-search .search {
  color: var(--jeeno-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-4 .header-button {
    display: none;
  }
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.jeeno-footer-section {
  background-color: var(--jeeno-color-theme-bg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-main-area {
  position: relative;
  padding: 90px 0 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-main-area {
    padding: 70px 0 60px;
  }
}

.footer-main-area.style-2 {
  max-width: 1440px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 24px;
}

.footer-main-area.style-2 .social-links.style-2 ul li a {
  background-color: var(--jeeno-color-theme-bg);
}

.footer-main-area.style-2 .social-links.style-2 ul li a:hover {
  background-color: var(--jeeno-color-theme-primary);
}

.footer-main-area.style-2 .subscribe-form input[type=email] {
  background-color: var(--jeeno-color-theme-bg);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-main-area.style-2 {
    max-width: 1350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-main-area.style-2 {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-main-area.style-2 {
    max-width: 980px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main-area.style-2 {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-main-area.style-2 {
    max-width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-main-area.style-2 {
    border-radius: 16px;
  }
}

.footer-logo {
  max-width: 150px;
}

.footer-widget .footer-text {
  max-width: 280px;
  width: 100%;
}

.footer-widget .footer-text p {
  margin-top: 25px;
  margin-bottom: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .footer-text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .footer-text {
    max-width: 100%;
  }
}

.footer-widget .title {
  margin-bottom: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .title {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget.footer-col-1 {
    margin-bottom: 10px;
  }
}

.social-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-links ul li {
  position: relative;
  line-height: 1;
}

.social-links ul li a {
  color: var(--jeeno-color-common-white);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.social-links ul li a:hover {
  color: var(--jeeno-color-theme-primary);
}

.social-links ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 2px;
  background: var(--jeeno-color-common-white);
  margin: 4px 5px;
}

.social-links.style-2 ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links.style-2 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-dark);
  font-size: 20px;
  line-height: 1;
}

.social-links.style-2 ul li a i {
  color: var(--jeeno-color-common-white);
}

.social-links.style-2 ul li a:hover {
  background-color: var(--jeeno-color-theme-primary);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.social-links.style-2 ul li::after {
  display: none;
}

.widget-nav-menu ul {
  list-style: none;
}

.widget-nav-menu ul li {
  padding: 6px 0;
}

.widget-nav-menu ul li:first-child {
  padding-top: 0;
}

.widget-nav-menu ul li a {
  color: var(--jeeno-color-text-body);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: relative;
  padding-left: 14px;
}

.widget-nav-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--jeeno-color-theme-primary);
  opacity: 0.3;
}

.widget-nav-menu ul li a .badge {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50px;
  padding: 3px 6px 4px;
}

.widget-nav-menu ul li a:hover {
  color: var(--jeeno-color-theme-primary);
}

.widget-nav-menu ul li a:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-nav-menu {
    margin-top: 30px;
  }
}

.widget-nav-menu.footer-col-3,
.widget-nav-menu.footer-col-2 {
  -webkit-padding-start: 75px;
  padding-inline-start: 75px;
}

.widget-nav-menu.footer-col-3 .title,
.widget-nav-menu.footer-col-2 .title {
  color: var(--jeeno-color-common-white);
}

.widget-nav-menu.footer-col-3 ul li a:hover,
.widget-nav-menu.footer-col-2 ul li a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .widget-nav-menu.footer-col-3,
  .widget-nav-menu.footer-col-2 {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .widget-nav-menu.footer-col-3,
  .widget-nav-menu.footer-col-2 {
    margin-top: 30px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.widget-nav-menu.footer-col-3 {
  -webkit-padding-start: 110px;
  padding-inline-start: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-nav-menu.footer-col-3 {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-nav-menu.footer-col-3 {
    margin-top: 30px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.widget-subscribe {
  max-width: 330px;
  width: 100%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.widget-subscribe .title {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-subscribe {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-top: 30px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe {
    max-width: 100%;
    margin-top: 30px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.subscribe-form {
  position: relative;
}

.subscribe-form input[type=email] {
  background-color: var(--jeeno-color-theme-dark);
  height: 52px;
  padding: 15px 60px 15px 20px;
  border: 0;
  border-radius: 10px;
}

.subscribe-form input[type=email]:focus {
  -webkit-box-shadow: 0 0 0 1px var(--jeeno-color-theme-primary);
  box-shadow: 0 0 0 1px var(--jeeno-color-theme-primary);
}

.subscribe-form input[type=checkbox] {
  position: relative;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--jeeno-color-theme-dark-2);
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscribe-form input[type=checkbox]::before {
  content: "\e949";
  font-size: 15px;
  line-height: 1;
  font-family: "ainex-icons" !important;
  color: var(--jeeno-color-theme-dark);
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 16px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.subscribe-form input[type=checkbox]:checked {
  background-color: var(--jeeno-color-common-white);
  border-color: var(--jeeno-color-common-white);
}

.subscribe-form input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.subscribe-form button {
  position: absolute;
  width: 50px;
  height: 52px;
  right: 0;
  top: 0;
  color: var(--jeeno-color-theme-dark);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--jeeno-fw-sbold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.subscribe-form button i {
  color: var(--jeeno-color-theme-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.subscribe-form button:hover i,
.subscribe-form button:focus i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subscribe-form button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 22px;
  border-left: 1px solid var(--jeeno-color-border-1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-form label {
  color: var(--jeeno-color-text-body);
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form label a {
  color: var(--jeeno-color-common-white);
  margin-left: 4px;
}

.subscribe-form label a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .subscribe-form {
    margin-top: 18px;
  }
}

.copyright-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 23px 0;
}

.copyright-content-area .footer-contact ul {
  list-style: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
}

.copyright-content-area .footer-contact ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  color: var(--jeeno-color-text-body);
}

.copyright-content-area .footer-contact ul li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-primary);
  font-size: 28px;
  line-height: 1;
}

.copyright-content-area .footer-contact ul li a span i {
  color: var(--jeeno-color-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area .footer-contact {
    width: 100%;
  }
}

.copyright-content-area .social-links.style-2 ul li a {
  width: 32px;
  height: 32px;
  font-size: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area .social-links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area .social-links {
    width: 100%;
  }
}

.copyright-content-area .copyright-text p {
  margin: 0;
}

.copyright-content-area .copyright-text a {
  color: var(--jeeno-color-common-white);
}

.copyright-content-area .copyright-text a:hover {
  color: var(--jeeno-color-common-green);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area .copyright-text {
    width: 100%;
    text-align: center;
  }
}

.copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright-content-area .copyright-menu ul li {
  position: relative;
  margin-right: 10px;
  padding-right: 14px;
  z-index: 1;
}

.copyright-content-area .copyright-menu ul li::before {
  content: "";
  background-color: var(--jeeno-color-theme-primary);
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.copyright-content-area .copyright-menu ul li a {
  font-size: 16px;
  color: var(--jeeno-color-common-white);
}

.copyright-content-area .copyright-menu ul li a:hover {
  color: var(--jeeno-color-common-green);
}

.copyright-content-area .copyright-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.copyright-content-area .copyright-menu ul li:last-child::before {
  display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area .copyright-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area {
    gap: 14px;
  }
}

.footer-top-shape {
  max-width: 1356px;
  width: 100%;
  height: 70px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 0 0 10px 10px;
  position: relative;
}

.footer-top-shape::before,
.footer-top-shape::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  left: -50px;
  width: 50px;
  height: 24px;
  -webkit-box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 24px 0 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .footer-top-shape::before,
  .footer-top-shape::after {
    border-radius: 0 16px 0 0;
  }
}

.footer-top-shape::after {
  left: auto;
  right: -50px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-top-shape {
    max-width: 1296px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-top-shape {
    max-width: 1120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-shape {
    max-width: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-shape {
    max-width: 670px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top-shape {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-top-shape {
    border-radius: 0 0 16px 16px;
  }
}

.jeeno-copyright-area .copyright-wrap {
  max-width: 1356px;
  width: 100%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 24px 24px 0 0;
  padding: 0 10px;
  position: relative;
}

.jeeno-copyright-area .copyright-wrap::after,
.jeeno-copyright-area .copyright-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: -24px;
  width: 24px;
  height: 50px;
  -webkit-box-shadow: 0 24px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 24px 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 0 24px 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .jeeno-copyright-area .copyright-wrap::after,
  .jeeno-copyright-area .copyright-wrap::before {
    border-radius: 0 0 16px 0;
  }
}

.jeeno-copyright-area .copyright-wrap::after {
  left: auto;
  right: -24px;
  border-radius: 0 0 0 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-copyright-area .copyright-wrap::after {
    border-radius: 0 0 0 16px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .jeeno-copyright-area .copyright-wrap {
    max-width: 1296px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jeeno-copyright-area .copyright-wrap {
    max-width: 1120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-copyright-area .copyright-wrap {
    max-width: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-copyright-area .copyright-wrap {
    max-width: 670px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jeeno-copyright-area .copyright-wrap {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-copyright-area .copyright-wrap {
    border-radius: 16px 16px 0 0;
    padding: 0 5px;
  }
}

.jeeno-footer-section.footer-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--jeeno-color-theme-primary)), to(var(--jeeno-color-theme-bg)));
  background-image: linear-gradient(var(--jeeno-color-theme-primary) 0%, var(--jeeno-color-theme-bg) 100%);
  padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-footer-section.footer-2 {
    padding-top: 60px;
  }
}

.footer-top-area {
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-top-area {
    padding-bottom: 50px;
  }
}

.widget-subscribe-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.widget-subscribe-2 .title {
  max-width: 610px;
  width: 100%;
  color: var(--jeeno-color-common-white);
  font-size: 76px;
  line-height: 1.053;
  margin-bottom: 0;
}

.widget-subscribe-2 .title img {
  max-width: 76px;
  margin-top: -15px;
  -webkit-animation: bellshake 1.5s linear infinite;
  animation: bellshake 1.5s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-subscribe-2 .title img {
    max-width: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe-2 .title img {
    max-width: 40px;
    margin-top: -10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-subscribe-2 .title {
    max-width: 560px;
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-subscribe-2 .title {
    max-width: 500px;
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-subscribe-2 .title {
    max-width: 335px;
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe-2 .title {
    max-width: 330px;
    font-size: 40px;
  }
}

.widget-subscribe-2 .subscribe-form {
  max-width: 484px;
  margin-top: 0;
}

.widget-subscribe-2 .subscribe-form input[type=email] {
  height: 60px;
  color: var(--jeeno-color-text-body);
  background-color: var(--jeeno-color-common-white);
  border-radius: 10px;
  padding: 15px 150px 15px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe-2 .subscribe-form input[type=email] {
    padding: 15px 130px 15px 15px;
  }
}

.widget-subscribe-2 .subscribe-form input[type=email]:focus {
  -webkit-box-shadow: 0 0 0 1px var(--jeeno-color-theme-dark);
  box-shadow: 0 0 0 1px var(--jeeno-color-theme-dark);
}

.widget-subscribe-2 .subscribe-form button {
  width: 140px;
  height: 60px;
  padding-right: 10px;
}

.widget-subscribe-2 .subscribe-form button::before {
  opacity: 0.15;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe-2 .subscribe-form button {
    width: 125px;
    padding-right: 5px;
  }
}

.widget-subscribe-2 .subscribe-form input[type=checkbox] {
  border: 1px solid var(--jeeno-color-common-white);
}

.widget-subscribe-2 .subscribe-form input[type=checkbox]::before {
  color: var(--jeeno-color-common-white);
}

.widget-subscribe-2 .subscribe-form input[type=checkbox]:checked {
  background-color: var(--jeeno-color-theme-dark);
  border-color: var(--jeeno-color-theme-dark);
}

.widget-subscribe-2 .subscribe-form label {
  color: var(--jeeno-color-common-white);
  margin-top: 15px;
}

.widget-subscribe-2 .subscribe-form label a {
  color: var(--jeeno-color-common-white);
}

.widget-subscribe-2 .subscribe-form label a:hover {
  color: var(--jeeno-color-theme-bg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-subscribe-2 .subscribe-form {
    max-width: 450px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-subscribe-2 .subscribe-form {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-subscribe-2 .subscribe-form {
    max-width: 340px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe-2 .subscribe-form {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-subscribe-2 {
    gap: 20px;
  }
}

.widget-contact {
  -webkit-padding-start: 65px;
  padding-inline-start: 65px;
}

.widget-contact .title {
  color: var(--jeeno-color-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-contact {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-contact {
    margin-top: 30px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-contact {
    margin-top: 30px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.footer-contact-info {
  max-width: 240px;
  width: 100%;
}

.footer-contact-info .contact-item {
  margin-bottom: 14px;
}

.footer-contact-info .contact-item:last-child {
  margin-bottom: 0;
}

.footer-contact-info .contact-item span {
  color: var(--jeeno-color-text-body);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.footer-contact-info .contact-item span i {
  font-size: 20px;
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.footer-contact-info .contact-item a {
  background-color: var(--jeeno-color-theme-bg);
  color: var(--jeeno-color-common-white);
  font-weight: var(--jeeno-fw-medium);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 6px;
}

.footer-contact-info .contact-item a:last-child {
  margin-bottom: 0;
}

.footer-contact-info .contact-item a:hover {
  background-color: var(--jeeno-color-theme-primary);
}

.footer-cta {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.footer-cta .sec-heading {
  margin-bottom: 30px;
}

.footer-cta .sec-heading .sec-title {
  font-size: 76px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cta .sec-heading .sec-title {
    font-size: 66px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cta .sec-heading .sec-title {
    font-size: 58px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-cta .sec-heading .sec-title {
    font-size: 44px;
  }

  .footer-cta .sec-heading .sec-title img {
    max-width: 50px;
    width: 100%;
  }
}

.footer-cta .circle-text-wrap {
  background-color: var(--jeeno-color-theme-primary);
  margin: 0 auto;
}

.footer-cta .cta-bg {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-cta .cta-bg::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0.4;
  z-index: -1;
  backdrop-filter: blur(50px);
}

.footer-cta .cta-bg img {
  opacity: 0.5;
  mix-blend-mode: soft-light;
  max-width: 798px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.jeeno-footer-section.footer-4 {
  background-color: var(--jeeno-color-theme-bg);
  padding-top: 60px;
}

.jeeno-footer-section.footer-4 .footer-top-area {
  width: calc(100% - 120px);
  margin: 0 auto;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 24px;
  padding: 63px 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .jeeno-footer-section.footer-4 .footer-top-area {
    width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-footer-section.footer-4 .footer-top-area {
    width: calc(100% - 40px);
    padding: 50px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-footer-section.footer-4 .footer-top-area {
    width: calc(100% - 24px);
    padding: 30px 0;
  }
}

.jeeno-footer-section.footer-4 .footer-logo {
  margin-bottom: 44px;
}

.jeeno-footer-section.footer-4 .subscribe-inner {
  max-width: 330px;
  width: 100%;
}

.jeeno-footer-section.footer-4 .subscribe-inner .title {
  margin-bottom: 22px;
}

.jeeno-footer-section.footer-4 .footer-contact-info .contact-item a {
  background-color: var(--jeeno-color-theme-dark);
}

.jeeno-footer-section.footer-4 .footer-contact-info .contact-item a:hover {
  background-color: var(--jeeno-color-theme-primary);
}

.footer-cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer-cta-2 .title {
  max-width: 945px;
  width: 100%;
  font-size: 76px;
  line-height: 1.053;
  margin-bottom: 0;
}

.footer-cta-2 .title span {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-cta-2 .title {
    max-width: 860px;
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cta-2 .title {
    max-width: 690px;
    font-size: 56px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-cta-2 .title {
    font-size: 40px;
  }
}

.footer-cta-2 .circle-text-wrap {
  width: 130px;
  height: 130px;
}

.footer-cta-2 .circle-icon {
  font-size: 21px;
}

.footer-cta-2 .circle-icon span {
  width: 60px;
  height: 60px;
  background-color: var(--jeeno-color-theme-primary);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  overflow: hidden;
  text-shadow: -45px 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-cta-2 .circle-icon span {
    width: 50px;
    height: 50px;
  }
}

.footer-cta-2 .circle-icon:hover i {
  -webkit-transform: translateX(45px) scale(1);
  -ms-transform: translateX(45px) scale(1);
  transform: translateX(45px) scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-cta-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.jeeno-copyright-area-3 {
  border-top: 1px solid var(--jeeno-color-border-1);
}

.jeeno-copyright-area-3 .copyright-content-area {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-copyright-area-3 .copyright-content-area {
    padding: 25px 0;
  }
}

/* !END: Theme Footer CSS */
/* START: Search CSS */
.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 0 0 24px 24px;
  z-index: 100;
  padding-top: 120px;
  padding-bottom: 130px;
  opacity: 0;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 9999;
}

.search_popup .search_close {
  position: absolute;
  top: 36px;
  right: 36px;
}

.search_popup .search_close .search_close_btn {
  font-size: 24px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
}

.search_popup .search_close .search_close_btn svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.search_popup .search_close .search_close_btn svg path {
  fill: var(--jeeno-color-common-white);
}

.search_popup .search_close .search_close_btn svg:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search_popup .search_close .search_close_btn svg:hover path {
  fill: var(--jeeno-color-theme-primary);
}

.search_popup.search-opened {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search_popup.search-opened .search_form .search_input {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search_popup.search-opened .search_form .search_input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.jeeno_search_wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.jeeno_search_wrapper .search_form form .search_input {
  position: relative;
  z-index: 1;
}

.jeeno_search_wrapper .search_form form .search_input .title {
  color: var(--jeeno-color-common-white);
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.jeeno_search_wrapper .search_form form .search_input .search-box {
  position: relative;
  z-index: 1;
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search] {
  width: 100%;
  font-family: var(--jeeno-ff-body);
  color: var(--jeeno-color-common-white);
  border: 1px solid var(--jeeno-color-border-1);
  background: var(--jeeno-color-theme-dark);
  padding: 20px 75px 20px 24px;
  border-radius: 10px;
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]::-webkit-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]:-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]::-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]::placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]:focus {
  border-color: var(--jeeno-color-theme-primary);
}

.jeeno_search_wrapper .search_form form .search_input .search-box input[type=search]:focus+button {
  border-color: var(--jeeno-color-theme-primary);
}

.jeeno_search_wrapper .search_form form .search_input .search-box button {
  color: var(--jeeno-color-theme-primary);
  font-size: 24px;
  line-height: 1;
  max-width: 62px;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid var(--jeeno-color-border-1);
}

.jeeno_search_wrapper .search_form form .search_input .search-box button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.search-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.search-popup-overlay.opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* !END: Search CSS */
/* !START: hamburger CSS */
.hamburger-area {
  position: fixed;
  right: -490px;
  top: 15px;
  width: 450px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-radius: 12px;
}

.hamburger-area::-webkit-scrollbar {
  display: none;
}

.hamburger-area.opened {
  right: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hamburger-area.opened {
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hamburger-area {
    top: 0;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}

.hamburger_bg {
  background-color: var(--jeeno-color-theme-dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.hamburger_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--jeeno-color-theme-dark);
  opacity: 0.6;
  z-index: -1;
}

.hamburger_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}

.hamburger_wrapper::before {
  content: "";
  position: absolute;
  top: 3%;
  right: 3%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.26;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 40px 20px;
  }
}

.hamburger_top {
  margin-bottom: 30px;
}

.hamburger_close_btn {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
}

.hamburger_close_btn svg {
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger_close_btn svg path {
  fill: var(--jeeno-color-common-white);
}

.hamburger_close_btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hamburger_search {
  position: relative;
  margin-bottom: 30px;
}

.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger_search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 65px 0 16px;
  background: var(--jeeno-color-theme-bg);
  border: none;
  outline: none;
  font-size: 16px;
  font-family: var(--jeeno-ff-body);
  color: var(--jeeno-color-text-body);
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 10px;
}

.hamburger_search select::-webkit-input-placeholder,
.hamburger_search .nice-select::-webkit-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.hamburger_search input::-webkit-input-placeholder {
  color: var(--jeeno-color-text-body);
}

.hamburger_search select::-moz-placeholder,
.hamburger_search .nice-select::-moz-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder,
.hamburger_search input::-moz-placeholder {
  color: var(--jeeno-color-text-body);
}

.hamburger_search select:-ms-input-placeholder,
.hamburger_search .nice-select:-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.hamburger_search input:-ms-input-placeholder {
  color: var(--jeeno-color-text-body);
}

.hamburger_search select::-ms-input-placeholder,
.hamburger_search .nice-select::-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.hamburger_search input::-ms-input-placeholder {
  color: var(--jeeno-color-text-body);
}

.hamburger_search select::placeholder,
.hamburger_search .nice-select::placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger_search input::placeholder {
  color: var(--jeeno-color-text-body);
}

.hamburger_search select:focus,
.hamburger_search .nice-select:focus,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.hamburger_search input:focus {
  border-color: var(--jeeno-color-theme-primary);
}

.hamburger_search select:focus+button,
.hamburger_search .nice-select:focus+button,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus+button,
.hamburger_search input:focus+button {
  border-color: var(--jeeno-color-theme-primary);
}

.hamburger_search button {
  position: absolute;
  height: 58px;
  width: 58px;
  top: 50%;
  right: 0;
  font-size: 24px;
  color: var(--jeeno-color-theme-primary);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger_search button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 22px;
  border-left: 1px solid var(--jeeno-color-border-1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.hamburger_menu .mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hamburger_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}

.hamburger_menu .mean-nav>ul {
  display: block !important;
}

.hamburger_menu .mean-nav>ul>li:first-child>a {
  border-top: none;
}

.hamburger_menu .mean-nav ul li {
  position: relative;
}

.hamburger_menu .mean-nav ul li a {
  color: var(--jeeno-color-common-white);
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: var(--jeeno-ff-body);
  font-weight: var(--jeeno-fw-medium);
  text-transform: capitalize;
  padding: 18px 10px;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;

  @media screen and (max-width: 767px) {
    padding: 18px 20px;
  }
}

.hamburger_menu .mean-nav ul li a:hover {
  color: var(--jeeno-color-common-green);
}

.hamburger_menu .mean-nav ul li a.mean-expand {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--jeeno-color-common-white);
}

.hamburger_menu .mean-nav ul li a.mean-expand i {
  font-size: 8px;
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--jeeno-color-common-green);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-left: 25px;
  position: relative;
}

.hamburger_menu .mean-nav ul li .sub-menu li a {
  width: 100%;
  padding: 18px 0;
}

.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand {
  padding: 0;
  width: 30px;
}

.hamburger_menu .mean-nav ul li.dropdown-opened>a {
  color: var(--jeeno-color-common-green);
}

.hamburger-socials .social-links.style-2 a {
  background-color: var(--jeeno-color-theme-bg);
}

.jeeno-offcanvas-area {
  position: fixed;
  right: -490px;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-radius: 12px;
}

.jeeno-offcanvas-area::-webkit-scrollbar {
  display: none;
}

.jeeno-offcanvas-area.opened {
  right: 15px;
}

.offcanvas-text {
  margin-bottom: 40px;
}

.offcanvas-text p {
  color: var(--jeeno-color-text-body);
  margin-bottom: 0;
}

.hamburger-search-area {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hamburger-search-area {
    margin-bottom: 30px;
  }
}

.hamburger-title {
  color: var(--jeeno-color-common-white);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.hamburger-infos {
  margin-bottom: 45px;
}

.hamburger-infos .contact-info .contact-item {
  padding: 15px 0 10px 0;
}

.hamburger-infos .contact-info .contact-item .subtitle {
  color: #fff;
}

.hamburger-infos .contact-info .contact-item:first-child {
  padding-top: 0;
}

.hamburger_logo .mobile_logo {
  display: inline-block;
  max-width: 136px;
  width: 100%;
}

.menu-bar button {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-bar button span {
  height: 3px;
  width: 35px;
  display: block;
  background: var(--jeeno-color-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: auto;
}

.menu-bar button span:nth-child(2) {
  width: 40px;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.menu-bar button span:nth-child(3) {
  width: 30px;
}

.menu-bar button span:nth-child(4) {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}

.menu-bar.style-2 button span {
  background: var(--jeeno-color-heading-primary);
}

.menu-bar.menu-bar-toggeled button {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.menu-bar.menu-bar-toggeled button span:nth-child(1) {
  width: 0;
}

.menu-bar.menu-bar-toggeled button span:nth-child(3) {
  width: 0;
}

.menu-bar.menu-bar-toggeled button span:nth-child(4) {
  height: 40px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .menu-bar {
    margin-left: 0;
  }
}

.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(10px);
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* !END: hamburger CSS */
/**----------------------------------------
START: Preloader CSS
----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--jeeno-color-theme-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--jeeno-color-common-white) transparent var(--jeeno-color-common-white);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

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

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

/* !END: Preloader CSS */
/**----------------------------------------
START: Back to top CSS
----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 30px;
  bottom: 0;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .back-to-top-wrapper {
    right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .back-to-top-wrapper {
    right: 15px;
  }
}

.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.back-to-top-btn-show:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .back-to-top-btn-show {
    right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .back-to-top-btn-show {
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .back-to-top-btn-show {
    bottom: 25px;
  }
}

.back-to-top-btn {
  color: var(--jeeno-color-heading-primary);
  line-height: 1;
  font-weight: var(--jeeno-fw-sbold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.back-to-top-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 24px;
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
}

.back-to-top-btn span i {
  -webkit-animation: bounceTwice 3s linear infinite;
  animation: bounceTwice 3s linear infinite;
}

/* !END: Back to top CSS */
/**----------------------------------------
START: Error 404 CSS
----------------------------------------*/
.jeeno-error-section {
  padding: 150px 0 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-error-section {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-error-section {
    padding: 70px 0;
  }
}

.jeeno-error-content {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.jeeno-error-content .error-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .jeeno-error-content .error-img {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.jeeno-error-content .error-title {
  margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jeeno-error-content .error-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .jeeno-error-content .error-title {
    font-size: 40px;
  }
}

.jeeno-error-content .error-desc {
  max-width: 600px;
  margin: 20px auto 0;
}

.jeeno-error-content .error-btn {
  margin-top: 35px;
}

@media (max-width: 575px) {
  .jeeno-error-content .error-btn {
    margin-top: 25px;
  }
}

/* !END: Error 404 CSS */
/**----------------------------------------
START: Heading CSS
----------------------------------------*/
.sec-heading {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  width: 100%;
  margin-bottom: 52px;
}

.sec-heading-centered {
  max-width: 550px;
  text-align: center;
}

.sec-heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.sec-heading-inner .sec-title {
  max-width: 560px;
}

.sec-heading .sec-title {
  margin-bottom: 0;
}

.sec-heading .sec-title span {
  color: var(--jeeno-color-theme-primary);
}

.sec-heading.style-2 .sub-title {
  position: relative;
}

.sec-heading.style-2 .sub-title::before {
  content: "[";
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}

.sec-heading.style-2 .sub-title::after {
  content: "]";
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2px;
}

.sec-heading.style-6 .sub-title,
.sec-heading.style-4 .sub-title {
  padding: 7px 8px;
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 6px;
  gap: 6px;
}

.sec-heading.style-6 .sub-title i,
.sec-heading.style-4 .sub-title i {
  font-size: 15px;
}

.sec-heading.style-5 .sub-title {
  position: relative;
}

.sec-heading.style-5 .sub-title::before {
  content: "{";
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}

.sec-heading.style-5 .sub-title::after {
  content: "}";
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2px;
}

.sec-heading.style-6 .sub-title {
  color: var(--jeeno-color-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sec-heading {
    margin-bottom: 35px;
  }
}

.heading-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 50px;
}

.heading-wrap-content .sec-heading {
  max-width: 500px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin-bottom: 0;
}

.heading-wrap-content .desc {
  max-width: 360px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .heading-wrap-content .desc {
    max-width: 100%;
  }
}

.heading-wrap-content .btn-wrap {
  max-width: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .heading-wrap-content {
    margin-bottom: 35px;
  }
}

.sec-heading-wrap .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--jeeno-color-text-body);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: var(--jeeno-fw-sbold);
  margin-bottom: 20px;
}

.sec-heading-wrap .sub-title i {
  color: var(--jeeno-color-theme-primary);
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sec-heading-wrap .sub-title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sec-heading-wrap .sub-title {
    font-size: 13px;
  }
}

.sec-heading-wrap.style-2 .sub-title {
  position: relative;
}

.sec-heading-wrap.style-2 .sub-title::before {
  content: "[";
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}

.sec-heading-wrap.style-2 .sub-title::after {
  content: "]";
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2px;
}

.content-wrap .sec-heading {
  max-width: 550px;
  margin: 0 0 15px 0;
}

.content-wrap .jeeno-secondary-btn,
.content-wrap .jeeno-primary-btn {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .content-wrap .jeeno-secondary-btn,
  .content-wrap .jeeno-primary-btn {
    margin-top: 5px;
  }
}

.content-wrap .desc {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .content-wrap .desc br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .content-wrap {
    max-width: 100%;
    margin-bottom: 35px;
  }
}

/* !END: Heading CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.jeeno-banner-section {
  position: relative;
  padding-top: 144px;
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
}

.jeeno-banner-section::after,
.jeeno-banner-section::before {
  content: "";
  position: absolute;
  top: 8%;
  left: -15%;
  width: 580px;
  height: 600px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(95px);
  filter: blur(95px);
  opacity: 0.2;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .jeeno-banner-section::after,
  .jeeno-banner-section::before {
    width: 470px;
    height: 490px;
    top: 10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .jeeno-banner-section::after,
  .jeeno-banner-section::before {
    width: 330px;
    height: 350px;
    top: 10%;
  }
}

.jeeno-banner-section::after {
  left: auto;
  right: -15%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-banner-section::after {
    top: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .jeeno-banner-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .jeeno-banner-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-banner-section {
    padding-top: 80px;
  }
}

.banner-content-area {
  max-width: 1435px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 84px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px 0;
  }
}

.banner-col {
  width: 45%;
}

.banner-col:first-child {
  width: 55%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-col {
    width: 100%;
  }

  .banner-col:first-child {
    width: 100%;
  }
}

.banner-content {
  max-width: 740px;
  width: 100%;
  margin-top: 17px;
}

.banner-content .banner-title {
  color: var(--jeeno-color-common-white);
  line-height: 1.053;
  margin-bottom: 15px;
}

.banner-content .banner-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content .banner-title span {
    top: 7px;
  }
}

.banner-content .banner-title img {
  max-width: 163px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-content .banner-title img {
    max-width: 156px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content .banner-title img {
    max-width: 130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-content .banner-title img {
    max-width: 115px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-content .banner-title {
    font-size: 68px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content .banner-title {
    font-size: 62px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content .banner-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content .banner-title {
    font-size: 50px;
    line-height: 1.15;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-content .banner-title {
    font-size: 43px;
    line-height: 1.15;
  }
}

@media (max-width: 400px) {
  .banner-content .banner-title {
    font-size: 40px;
    line-height: 1.15;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content {
    max-width: 570px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-content {
    max-width: 720px;
    margin: 0;
  }
}

.banner-img-area-1 {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
  padding: 20px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-img-area-1 .banner-img {
    height: 385px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-img-area-1 .banner-img {
    height: 285px;
    border-radius: 20px;
  }
}

.banner-img-area-1 .collab-text {
  position: absolute;
  max-width: 277px;
  width: 100%;
  top: 50px;
  left: 50px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  padding: 20px;
  color: var(--jeeno-color-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.banner-img-area-1 .collab-text span {
  color: var(--jeeno-color-common-white);
  font-size: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.banner-img-area-1 .collab-text .desc {
  font-size: 18px;
  color: var(--jeeno-color-common-white);
  margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-img-area-1 .collab-text {
    max-width: 260px;
    top: 30px;
    left: 30px;
    padding: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-img-area-1 {
    border-radius: 20px;
    padding: 15px;
  }
}

.banner-scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.banner-scroll::before {
  content: "";
  position: absolute;
  bottom: -350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.17;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-scroll::before {
    width: 560px;
    height: 560px;
  }
}

.banner-scroll::after {
  content: "";
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid var(--jeeno-color-common-white);
  opacity: 0.15;
  z-index: -1;
}

.banner-scroll .scroll-down {
  color: var(--jeeno-color-common-white);
  line-height: 1;
  font-weight: var(--jeeno-fw-sbold);
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-animation: jumping 2.5s linear infinite;
  animation: jumping 2.5s linear infinite;
}

.banner-scroll .scroll-down span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner-scroll .scroll-down:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-scroll {
    display: none;
  }
}

.banner-highlight {
  max-width: 377px;
  width: 100%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-highlight {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-top: 30px;
  }
}

.banner-video {
  width: calc(100% - 60px);
  height: 220px;
  background-color: var(--jeeno-color-theme-bg);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px 20px 0 20px;
  position: relative;
}

.banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.banner-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.banner-video .video-btn {
  background-color: transparent;
  border: 1px solid var(--jeeno-color-common-white);
  backdrop-filter: none;
  margin-top: 10px;
}

.banner-video::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  right: -12px;
  height: 25px;
  width: 12px;
  -webkit-box-shadow: 0 12px 0 0 var(--jeeno-color-theme-bg);
  box-shadow: 0 12px 0 0 var(--jeeno-color-theme-bg);
  border-bottom-left-radius: 12px;
}

.heighlight-content {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  border-top-left-radius: 0;
  padding: 20px;
}

.heighlight-content h6 {
  font-size: 16px;
  color: var(--jeeno-color-text-body);
}

.heighlight-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}

.heighlight-inner::before {
  content: "";
  position: absolute;
  background-color: var(--jeeno-color-border-1);
  bottom: -4px;
  left: 41%;
  height: 60px;
  width: 2px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.heighlight-inner::after {
  content: "";
  position: absolute;
  background-color: var(--jeeno-color-border-1);
  bottom: -2px;
  left: 41.5%;
  height: 30px;
  width: 2px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.heighlight-inner .countup-item {
  width: 45%;
  padding: 16px 0 0 0;
  position: relative;
}

.heighlight-inner .countup-item .inline-content {
  font-size: 48px;
  margin-bottom: 3px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.heighlight-inner .count-text {
  font-size: 14px;
  font-family: var(--jeeno-ff-body);
  opacity: 0.8;
}

.banner-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-img {
    border-radius: 16px;
  }
}

.jeeno-banner-section-2 {
  margin: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-banner-section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-banner-section-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-left-box {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
  padding: 0 125px 70px 0;
  width: calc(51% - 20px);
  margin-right: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-left-box .banner-video-area {
  max-width: 615px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-left-box .banner-video-area {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-left-box .banner-video-area {
    max-width: 370px;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}

.banner-left-box .banner-video {
  max-width: 372px;
  width: 100%;
  height: 148px;
  background-color: var(--jeeno-color-theme-dark);
  padding: 0 20px 20px 20px;
  border-radius: 0;
  border-radius: 0 0 20px 20px;
}

.banner-left-box .banner-video .video-btn {
  margin-top: -10px;
}

.banner-left-box .banner-video::after,
.banner-left-box .banner-video::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  left: -50px;
  width: 50px;
  height: 24px;
  -webkit-box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 24px 0 0 0 var(--jeeno-color-theme-dark);
  border-top-right-radius: 24px;
  z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .banner-left-box .banner-video::after,
  .banner-left-box .banner-video::before {
    border-radius: 0 15px 0 0;
  }
}

.banner-left-box .banner-video::after {
  left: auto;
  right: -50px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-left-box .banner-video {
    max-width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-left-box .banner-video {
    max-width: 320px;
    height: 120px;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 15px 15px;
  }
}

@media (max-width: 575px) {
  .banner-left-box .banner-video {
    max-width: 250px;
  }
}

.banner-left-box .banner-content {
  max-width: 625px;
  margin-top: 65px;
  padding-top: 25px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-padding-start: 27px;
  padding-inline-start: 27px;
}

.banner-left-box .banner-content .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--jeeno-color-grey-1);
  font-size: 16px;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  line-height: 1;
  letter-spacing: -0.03em;
  padding-left: 10px;
  margin-bottom: 25px;
}

.banner-left-box .banner-content .sub-title i {
  color: var(--jeeno-color-theme-primary);
  font-size: 46px;
  margin: -50px 0 0 -40px;
  -webkit-animation: zoomEffect 3s infinite linear;
  animation: zoomEffect 3s infinite linear;
}

@media (max-width: 575px) {
  .banner-left-box .banner-content .sub-title i {
    font-size: 40px;
    margin: -40px 0 0 -20px;
  }
}

@media (max-width: 575px) {
  .banner-left-box .banner-content .sub-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-left-box .banner-content {
    max-width: 560px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-left-box .banner-content {
    max-width: 420px;
    margin-top: 50px;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-left-box .banner-content {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .banner-left-box .banner-content {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.banner-left-box .banner-title {
  margin-bottom: 30px;
}

.banner-left-box .banner-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.banner-left-box .banner-shape {
  max-width: 345px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-left-box .banner-shape {
    max-width: 240px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-left-box .banner-shape {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .banner-left-box {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-left-box {
    width: calc(53% - 20px);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-left-box {
    padding-left: 50px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-left-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 15px 70px;
    border-radius: 16px;
  }
}

.banner-right-box {
  width: 49%;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-right-box {
    width: 47%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-right-box {
    width: 100%;
  }
}

.banner-right-box .rating-box-area {
  background-color: var(--jeeno-color-theme-dark);
  max-width: 380px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 0 0 20px;
  border-top-left-radius: 24px;
  z-index: 1;
}

.banner-right-box .rating-box-area::after,
.banner-right-box .rating-box-area::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -50px;
  right: 0;
  width: 24px;
  height: 50px;
  -webkit-box-shadow: 0 24px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 24px 0 0 var(--jeeno-color-theme-dark);
  border-bottom-right-radius: 24px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .banner-right-box .rating-box-area::after,
  .banner-right-box .rating-box-area::before {
    border-radius: 0 0 16px 0;
  }
}

.banner-right-box .rating-box-area::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: -24px;
}

.banner-right-box .rating-box-area .rating-box {
  background-color: var(--jeeno-color-theme-bg);
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-right-box .rating-box-area .rating-box {
    padding: 20px 25px;
  }

  .banner-right-box .rating-box-area .rating-box .title {
    font-size: 60px;
  }

  .banner-right-box .rating-box-area .rating-box::before {
    left: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-right-box .rating-box-area {
    max-width: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-right-box .rating-box-area {
    max-width: 325px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-right-box .rating-box-area {
    border-radius: 16px 0 0 0;
  }
}

.jeeno-banner-section-4 {
  padding-bottom: 80px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-banner-section-4 {
    padding-bottom: 60px;
  }
}

.h4-hero {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
  margin: 30px 30px 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.h4-hero::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 40%;
  height: 75%;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  opacity: 0.2;
  -webkit-filter: blur(95px);
  filter: blur(95px);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.h4-hero .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 100%;
  z-index: -2;
  mix-blend-mode: soft-light;
}

.h4-hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-hero .hero-bg {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-hero {
    margin: 15px 15px 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-hero {
    margin: 0;
  }
}

.h4-banner-area {
  padding: 235px 0 173px 0;
}

.h4-banner-area .banner-content {
  max-width: 760px;
  margin-top: 0;
}

.h4-banner-area .banner-content .sub-title {
  background-color: var(--jeeno-color-theme-dark);
  color: var(--jeeno-color-common-white);
  font-size: 15px;
  font-weight: var(--jeeno-fw-sbold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  padding: 3px 6px;
  margin-bottom: 20px;
}

.h4-banner-area .banner-content .sub-title i {
  color: var(--jeeno-color-theme-primary);
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.h4-banner-area .banner-content .banner-title {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 0;
}

.h4-banner-area .banner-content .banner-title span {
  top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-banner-area .banner-content .banner-title span {
    top: 5px;
  }
}

.h4-banner-area .banner-content .banner-title img {
  max-width: 342px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-banner-area .banner-content .banner-title img {
    max-width: 290px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-area .banner-content .banner-title img {
    max-width: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-area .banner-content .banner-title img {
    max-width: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-banner-area .banner-content .banner-title img {
    max-width: 165px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-banner-area .banner-content .banner-title {
    font-size: 92px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-banner-area .banner-content .banner-title {
    font-size: 76px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-area .banner-content .banner-title {
    font-size: 68px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-area .banner-content .banner-title {
    font-size: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-banner-area .banner-content .banner-title {
    font-size: 45px;
    line-height: 1.15;
  }
}

.h4-banner-area .banner-content .banner-btn-area {
  margin-top: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-banner-area .banner-content {
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-area .banner-content {
    max-width: 560px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-area .banner-content {
    max-width: 410px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-banner-area .banner-content {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-banner-area {
    padding: 180px 0 150px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-area {
    padding: 180px 0 150px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-area {
    padding: 150px 0 110px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-banner-area {
    padding: 140px 0 60px 0;
  }
}

.h4-slider-area {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 680px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  padding: 0 19px;
  z-index: -1;
}

.h4-slider-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 19, 59)), color-stop(15%, rgba(24, 19, 59, 0.4)), color-stop(50%, rgba(24, 19, 59, 0)), color-stop(85%, rgba(24, 19, 59, 0.4)), to(rgb(24, 19, 59)));
  background: linear-gradient(180deg, rgb(24, 19, 59) 0%, rgba(24, 19, 59, 0.4) 15%, rgba(24, 19, 59, 0) 50%, rgba(24, 19, 59, 0.4) 85%, rgb(24, 19, 59) 100%);
  z-index: 2;
  pointer-events: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-slider-area {
    max-width: 575px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-slider-area {
    max-width: 495px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-slider-area {
    max-width: 380px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-slider-area {
    max-width: 350px;
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-slider-area {
    position: relative;
    max-width: 100%;
    height: 350px;
    padding: 0 15px;
  }
}

.h4-hero-slider {
  height: 100%;
}

.h4-hero-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.h4-hero-slider .swiper-slide {
  height: auto;
}

.h4-hero-item {
  width: 312px;
  height: 312px;
}

.h4-hero-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-hero-item {
    width: 260px;
    height: 260px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-hero-item {
    width: 230px;
    height: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-hero-item {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-hero-item {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-hero-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .h4-hero-item {
    height: 200px;
  }
}

.h4-hero-text-circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-hero-text-circle {
    width: 150px;
    height: 150px;
  }
}

.h4-hero-text-circle::after,
.h4-hero-text-circle::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 80px;
  left: -16px;
  width: 16px;
  height: 32px;
  -webkit-box-shadow: 0 16px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 16px 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 0 16px 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .h4-hero-text-circle::after,
  .h4-hero-text-circle::before {
    bottom: 60px;
  }
}

.h4-hero-text-circle::after {
  left: auto;
  right: -16px;
  border-radius: 0 0 0 16px;
}

.h4-hero-text-circle .circle-text-wrap {
  width: 126px;
  height: 126px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h4-hero-text-circle .circle-text-wrap .circle-text {
    width: 115px;
    height: 115px;
  }
}

.h4-hero-text-circle .circle-text-wrap .circle-icon span {
  width: 42px;
  height: 42px;
  font-size: 21px;
  background-color: var(--jeeno-color-theme-primary);
  text-shadow: 0 -30px 0;
  overflow: hidden;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.h4-hero-text-circle .circle-text-wrap .circle-icon:hover i {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

/* !END: Hero CSS */
/**----------------------------------------
START: Choose CSS
----------------------------------------*/
.jeeno-choose-section .sec-heading .sec-title {
  margin-bottom: 20px;
}

.jeeno-choose-section .sec-heading .desc {
  max-width: 430px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.jeeno-choose-section-2 .sec-heading {
  max-width: 1000px;
}

.jeeno-choose-section-2 .marquee-area {
  padding-top: 90px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-choose-section-2 .marquee-area {
    padding-top: 60px;
  }
}

.choose-heading .sub-title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-heading .sec-title {
    line-height: 1.2;
  }
}

.choose-heading img {
  border-radius: 56px;
  height: 54px;
  position: relative;
  top: -3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-heading img {
    height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-heading img {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .choose-heading img {
    height: 30px;
  }
}

.choose-box {
  border-radius: 12px;
  border-top-right-radius: 0;
  background-color: var(--jeeno-color-theme-bg);
  overflow: hidden;
  padding: 2px;
  position: relative;
}

.choose-box::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 127)), to(rgba(255, 0, 127, 0)));
  background-image: linear-gradient(to bottom, rgb(255, 0, 127), rgba(255, 0, 127, 0));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.choose-box .count-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--jeeno-color-theme-dark);
  border-bottom-left-radius: 12px;
  color: var(--jeeno-color-theme-primary);
  z-index: 2;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.choose-box .count-icon::after,
.choose-box .count-icon::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  -webkit-box-shadow: 12px 0 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 12px 0 0 0 var(--jeeno-color-theme-dark);
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.choose-box .count-icon::after {
  top: auto;
  left: auto;
  bottom: -12px;
  right: 0;
}

.choose-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.choose-box:hover .count-icon {
  border-left-color: var(--jeeno-color-theme-primary);
  border-bottom-color: var(--jeeno-color-theme-primary);
}

.choose-box:hover .count-icon::before,
.choose-box:hover .count-icon::after {
  border-top-color: var(--jeeno-color-theme-primary);
  border-right-color: var(--jeeno-color-theme-primary);
}

.choose-box .choose-inner {
  height: 100%;
  padding: 44px 28px 40px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-box .choose-inner {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box .choose-inner {
    padding: 30px 15px;
  }
}

.choose-box .choose-icon {
  color: var(--jeeno-color-theme-primary);
  font-size: 50px;
  line-height: 1;
  width: 72px;
  height: 72px;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.choose-box .choose-icon i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box .choose-icon {
    margin-bottom: 20px;
  }
}

.choose-box .title {
  max-width: 180px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box .title {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.choose-box .desc {
  margin-bottom: 0;
}

.choose-box:hover .choose-icon {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.choose-box.style-2::before {
  background: var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px var(--jeeno-color-theme-primary);
  box-shadow: 0 0 15px var(--jeeno-color-theme-primary);
}

.choose-box.style-2:hover .desc {
  color: var(--jeeno-color-common-white);
}

.choose-author {
  margin-top: 25px;
}

.choose-author .title {
  line-height: 1;
  margin-bottom: 6px;
}

.choose-author .designation {
  font-size: 14px;
}


/* !END: Contact CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.jeeno-slider-section {
  position: relative;
  z-index: 1;
  margin: 75px 30px 30px 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-slider-section {
    margin: 70px 15px 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-section {
    margin: 0;
    border-radius: 12px;
  }
}

.jeeno-slider-item {
  height: 75vh;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.jeeno-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.jeeno-slider-item .slider-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 140px 0 140px 0;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  height: 100%;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .jeeno-slider-item .slider-wrapper {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .jeeno-slider-item .slider-wrapper {
    -webkit-padding-start: 70px;
    padding-inline-start: 70px;
    -webkit-padding-end: 70px;
    padding-inline-end: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jeeno-slider-item .slider-wrapper {
    padding: 150px 60px 120px 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-slider-item .slider-wrapper {
    padding: 150px 50px 120px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-item .slider-wrapper {
    padding: 150px 15px 120px 15px;
  }
}

.jeeno-slider-item .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.jeeno-slider-item .slider-content .slider-title-area {
  max-width: 730px;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .jeeno-slider-item .slider-content .slider-title-area {
    max-width: 660px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jeeno-slider-item .slider-content .slider-title-area {
    max-width: 530px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-slider-item .slider-content .slider-title-area {
    max-width: 490px;
  }
}

.jeeno-slider-item .slider-content .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--jeeno-color-common-white);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: var(--jeeno-fw-sbold);
  padding: 7px 8px;
  margin-bottom: 10px;
  border: 1px solid var(--jeeno-color-theme-primary);
  border-radius: 6px;
}

.jeeno-slider-item .slider-content .sub-title i {
  font-size: 15px;
  color: var(--jeeno-color-theme-primary);
}

.jeeno-slider-item .slider-content .slider-title {
  color: var(--jeeno-color-common-white);
  font-size: 40px;
  line-height: 1;
  font-weight: var(--jeeno-fw-bold);
  margin-bottom: 10px;
  font-family: var(--jeeno-ff-body);
  line-height: normal;
  text-transform: uppercase;
}

.jeeno-slider-item .slider-content .slider-title span {
  color: var(--jeeno-color-text-body-2);
}

.jeeno-slider-item .slider-content .slider-title img {
  max-width: 188px;
  border-radius: 50px;
  border: 4px solid var(--jeeno-color-theme-primary);
  vertical-align: top;
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-slider-item .slider-content .slider-title img {
    max-width: 165px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-slider-item .slider-content .slider-title img {
    max-width: 140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-item .slider-content .slider-title img {
    max-width: 105px;
  }
}

.jeeno-slider-item .slider-content .slider-desc {
  max-width: 450px;
  width: 100%;
  font-size: 18px;
  line-height: 1.444;
  color: var(--jeeno-color-white-2);
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jeeno-slider-item .slider-content .slider-desc {
    max-width: 305px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-slider-item .slider-content .slider-desc {
    max-width: 270px;
    font-size: 16px;
  }
}

.jeeno-slider-item .slider-content .slider-btn {
  margin-bottom: 25px;
}

.jeeno-slider-item .slider-content .slider-btn .jeeno-primary-btn {
  background-color: transparent;
  border: 2px solid var(--jeeno-color-common-white);
  height: 88px;
  padding: 10px 20px;
  width: fit-content;
}

.jeeno-primary-btn {
  width: fit-content;
  display: block;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .jeeno-slider-item .slider-content .slider-btn .jeeno-primary-btn {
    height: 80px;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jeeno-slider-item .slider-content .slider-btn .jeeno-primary-btn {
    height: 75px;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-slider-item .slider-content .slider-btn .jeeno-primary-btn {
    height: 70px;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-item .slider-content .slider-btn .jeeno-primary-btn {
    height: 65px;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-slider-item .slider-content .slider-btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-item .slider-content .slider-btn {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-slider-item .slider-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-item .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jeeno-slider-item {
    height: 70vh;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-slider-item {
    height: 65vh;
    border-radius: 0 0 16px 16px;
  }
}

.swiper-slide .slider-content .sub-title,
.swiper-slide .slider-content .slider-title,
.swiper-slide .slider-content .slider-desc,
.swiper-slide .slider-content .slider-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.swiper-slide.swiper-slide-active .slider-content .sub-title,
.swiper-slide.swiper-slide-active .slider-content .slider-title,
.swiper-slide.swiper-slide-active .slider-content .slider-desc,
.swiper-slide.swiper-slide-active .slider-content .slider-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.swiper-slide.swiper-slide-active .slider-content .sub-title {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide.swiper-slide-active .slider-content .slider-title {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.swiper-slide.swiper-slide-active .slider-content .slider-desc {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.swiper-slide.swiper-slide-active .slider-content .slider-btn {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.slider-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  margin-top: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-navigation .slider-next,
.hero-navigation .slider-prev {
  width: 50px;
  height: 60px;
  font-size: 30px;
  background-color: var(--jeeno-color-theme-dark);
  margin-top: -60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: var(--jeeno-color-common-white);
}

.hero-navigation .slider-next::before,
.hero-navigation .slider-next::after,
.hero-navigation .slider-prev::before,
.hero-navigation .slider-prev::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -24px;
  right: 0;
  width: 38px;
  height: 24px;
  -webkit-box-shadow: 20px 0 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 20px 0 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 0 24px 0;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .hero-navigation .slider-next::before,
  .hero-navigation .slider-next::after,
  .hero-navigation .slider-prev::before,
  .hero-navigation .slider-prev::after {
    width: 30px;
    height: 24px;
    border-radius: 0 0 15px 0;
  }
}

.hero-navigation .slider-next::after,
.hero-navigation .slider-prev::after {
  top: auto;
  bottom: -24px;
  border-radius: 0 24px 0 0;
  border-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .hero-navigation .slider-next,
  .hero-navigation .slider-prev {
    width: 45px;
    height: 60px;
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .hero-navigation .slider-next,
  .hero-navigation .slider-prev {
    display: none;
  }
}

.hero-navigation .slider-prev {
  border-radius: 0 16px 16px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-left: 0;
}

.hero-navigation .slider-prev::before,
.hero-navigation .slider-prev::after {
  left: 0;
  right: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-navigation .slider-prev {
    border-radius: 0 20px 20px 0;
  }
}

.hero-navigation .slider-next {
  border-radius: 16px 0 0 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  border-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-navigation .slider-next {
    border-radius: 20px 0 0 20px;
  }
}

.hero-pagination {
  background-color: var(--jeeno-color-theme-dark);
  max-width: 190px;
  height: 55px;
  margin: 0 auto;
  right: 0;
  bottom: 0 !important;
  border-radius: 24px 24px 0 0;

  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-pagination::before,
.hero-pagination::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: -24px;
  width: 24px;
  height: 36px;
  -webkit-box-shadow: 0 20px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 20px 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 0 24px 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .hero-pagination::before,
  .hero-pagination::after {
    border-radius: 0 0 16px 0;
  }
}

.hero-pagination::after {
  left: auto;
  right: -24px;
  border-radius: 0 0 0 24px;
  border-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-pagination::after {
    border-radius: 0 0 0 16px;
  }
}

.hero-pagination .swiper-pagination-bullet {
  background-color: transparent;
  color: var(--jeeno-color-common-white);
  font-weight: var(--jeeno-fw-sbold);
  width: auto;
  height: auto;
  line-height: 1;
  opacity: 1;
  margin: 0 20px !important;
}

.hero-pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 4px;
  height: 4px;
  background-color: var(--jeeno-color-common-white);
  opacity: 0.2;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 575px) {
  .hero-pagination .swiper-pagination-bullet:not(:last-child)::after {
    right: -15px;
  }
}

.hero-pagination .swiper-pagination-bullet-active {
  color: var(--jeeno-color-theme-primary);
}

@media (max-width: 575px) {
  .hero-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
  }
}

@media (max-width: 575px) {
  .hero-pagination {
    max-width: 170px;
  }
}

/* !END: Slider CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.jeeno-team-section {
  padding-top: 120px;
  padding-bottom: 90px;
  overflow: hidden;
}

.jeeno-team-section .sec-heading {
  max-width: 550px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-team-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-team-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.jeeno-team-section-2 {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
}

.jeeno-team-section-2 .team-item .social-links {
  background-color: var(--jeeno-color-theme-bg);
}

.jeeno-team-section-2 .team-item .social-links::after,
.jeeno-team-section-2 .team-item .social-links::before {
  -webkit-box-shadow: 0 12px 0 0 var(--jeeno-color-theme-bg);
  box-shadow: 0 12px 0 0 var(--jeeno-color-theme-bg);
}

@media (max-width: 575px) {
  .team-wrapper {
    margin-right: -15px;
  }
}

.team-item {
  position: relative;
  z-index: 1;
  padding: 2px 2px 0 2px;
}

.team-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 127)), to(rgba(255, 0, 127, 0)));
  background-image: linear-gradient(rgb(255, 0, 127) 0%, rgba(255, 0, 127, 0) 100%);
  opacity: 0;
  border-radius: 10px;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 127)), to(rgba(255, 0, 127, 0)));
  background-image: linear-gradient(rgb(255, 0, 127) 0%, rgba(255, 0, 127, 0) 100%);
  opacity: 0;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-item .team-img {
  position: relative;
  background-color: var(--jeeno-color-theme-dark);
  z-index: 1;
  border-radius: 10px;
}

.team-item .team-img img {
  width: 100%;
  border-radius: 10px;
  mix-blend-mode: luminosity;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-item .social-links {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: var(--jeeno-color-theme-dark);
  border-top-left-radius: 12px;
  padding: 10px 0 0 10px;
  z-index: 2;
}

.team-item .social-links::after,
.team-item .social-links::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -25px;
  right: 0;
  width: 12px;
  height: 25px;
  -webkit-box-shadow: 0 12px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 12px 0 0 var(--jeeno-color-theme-dark);
  border-bottom-right-radius: 12px;
  z-index: -1;
}

.team-item .social-links::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: -12px;
}

.team-item .social-links .share-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--jeeno-color-theme-bg);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--jeeno-color-theme-primary);
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.team-item .social-links ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.team-item .social-links ul li {
  margin-bottom: -32px;
}

.team-item .social-links ul li:last-child {
  margin: 0;
}

.team-item .social-links ul li a {
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: var(--jeeno-color-theme-bg);
}

.team-item .social-links ul li a:hover {
  opacity: 1;
  background-color: var(--jeeno-color-theme-primary);
}

.team-item .social-links ul li a:hover i {
  color: var(--jeeno-color-common-white);
}

.team-item .social-links:hover .share-icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.team-item .social-links:hover ul {
  gap: 6px;
  opacity: 1;
}

.team-item .social-links:hover ul li {
  margin: 0;
}

.team-item .team-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px 30px;
  width: 100%;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item .team-content {
    padding: 20px;
  }
}

.team-item .title {
  margin-bottom: 0;
}

.team-item .title a {
  display: inline-block;
}

.team-item .title a:hover {
  letter-spacing: 0;
}

.team-item .designation {
  font-size: 14px;
  color: var(--jeeno-color-text-body-3);
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.team-item:hover::before {
  opacity: 0.5;
  height: 100%;
}

.team-item:hover::after {
  opacity: 0.2;
}

.team-item:hover .share-icon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.team-img-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-img-wrap .team-img {
  height: 100%;
}

.team-img-wrap .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-img-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.team-item-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-item-wrap .team-item {
  background-color: var(--jeeno-color-common-white);
  position: relative;
  text-align: start;
  width: 100%;
  border-radius: 12px;
  padding: 35px 30px 30px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-item-wrap .team-item:last-child {
  margin-bottom: 0;
}

.team-item-wrap .team-item::before {
  content: "\e916";
  color: var(--jeeno-color-theme-primary);
  font-size: 75px;
  line-height: 1;
  font-family: "bexon-icons";
  position: absolute;
  top: 20px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-item-wrap .team-item::before {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item-wrap .team-item::before {
    font-size: 50px;
    top: 12px;
  }
}

.team-item-wrap .team-item .team-content {
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.team-item-wrap .team-item .title {
  display: block;
  font-weight: var(--jeeno-fw-medium);
  line-height: 1;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 11px;
}

.team-item-wrap .team-item .designation {
  font-size: 16px;
}

.team-item-wrap .team-item .social-links {
  top: inherit;
  left: inherit;
  bottom: 30px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.team-item-wrap .team-item .social-links ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-item-wrap .team-item .social-links ul li a {
  width: 24px;
  height: 24px;
  font-size: 14px;
  background-color: var(--jeeno-color-theme-dark);
}

.team-item-wrap .team-item .social-links ul li a i {
  color: var(--jeeno-color-common-white);
}

.team-item-wrap .team-item .social-links ul li a:hover {
  background-color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item-wrap .team-item .social-links {
    bottom: 20px;
  }
}

.team-item-wrap .team-item .desc {
  opacity: 0;
  visibility: hidden;
}

.team-item-wrap .team-item.active::before {
  opacity: 1;
  visibility: visible;
}

.team-item-wrap .team-item.active .team-content {
  margin-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .team-item-wrap .team-item.active .team-content {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item-wrap .team-item.active .team-content {
    margin-bottom: 50px;
  }
}

.team-item-wrap .team-item.active .social-links {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item-wrap .team-item {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-item-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* !END: Team CSS */
/**----------------------------------------
START: Team Details CSS
----------------------------------------*/
.team-details {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details {
    padding: 60px 0;
  }
}

.team-details .sticky-lg-top {
  top: 120px;
  z-index: 2;
}

.team-details__img {
  background-color: var(--jeeno-color-theme-dark);
}

.team-details__img img {
  border-radius: 12px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.team-details__content {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__content {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__content {
    margin-top: 20px;
  }
}

.team-details .team-details__subtitle {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details .team-details__subtitle {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__name {
    font-size: 36px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__name {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

.team-details__desig {
  margin-bottom: 20px;
  color: var(--jeeno-color-text-body-3);
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__desig {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__desig {
    margin-bottom: 8px;
  }
}

.team-details .social-links ul li a {
  background-color: var(--jeeno-color-theme-bg);
}

.team-details__contact-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--jeeno-color-theme-bg);
  margin: 30px 0;
  border-radius: 12px;
  list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__contact-info ul {
    margin: 20px 0;
  }
}

.team-details__contact-info ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 25px 28px;
  border-right: 1px solid var(--jeeno-color-border-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-details__contact-info ul li:last-child {
  border-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details__contact-info ul li {
    padding: 16px 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__contact-info ul li {
    padding: 12px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.team-details__contact-info ul span {
  color: var(--jeeno-color-text-body-3);
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__contact-info ul span {
    font-size: 14px;
  }
}

.team-details__contact-info ul a {
  font-size: 20px;
  color: var(--jeeno-color-heading-primary);
  font-weight: var(--jeeno-fw-medium);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.team-details__contact-info ul a::after {
  content: "";
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: var(--jeeno-color-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__contact-info ul a {
    font-size: 16px;
  }
}

.team-details__contact-info ul a:hover::after {
  width: 100%;
}

.team-details__experience {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details__experience {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__experience {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.team-details__experience__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--jeeno-color-theme-bg);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0;
  border-radius: 12px;
  list-style: none;
  border-radius: 10px;
}

.team-details__experience__list ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border: 1px solid var(--jeeno-color-border-1);
  border-top: 0;
  border-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-details__experience__list ul li {
    padding: 16px;
  }
}

.team-details__experience__list ul li:nth-last-child(2),
.team-details__experience__list ul li:last-child {
  border-bottom: 0;
}

.team-details__experience__list ul li p {
  margin-bottom: 0;
}

.team-details__experience__list ul li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 22px;
  width: 100%;
  height: 22px;
  font-size: 14px;
  color: var(--jeeno-color-common-white);
  background: var(--jeeno-color-theme-primary);
  border-radius: 50%;
  margin-top: 4px;
}

.team-details__experience__list ul li:last-child {
  border-right: 0;
}

.team-details__experience__list ul li:nth-child(2n) {
  border-right: 0;
}

/* !END: Team Details CSS */
/**----------------------------------------
START: Progress bar CSS
----------------------------------------*/
.jeeno-progress {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 4px;
  background: var(--jeeno-color-theme-bg);
  position: relative;
  z-index: 0;
}

.jeeno-progress-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-progress-list {
    gap: 20px;
  }
}

.jeeno-progress-title {
  font-size: 16px;
  color: var(--jeeno-color-text-body);
  font-weight: var(--jeeno-fw-sbold);
  letter-spacing: 0;
  margin-bottom: 3px;
}

.jeeno-progress-bar {
  width: 0;
  height: 100%;
  background: var(--jeeno-color-theme-primary);
  position: relative;
  z-index: 1;
}

.jeeno-progress-percent {
  font-size: 16px;
  line-height: 1;
  font-weight: var(--jeeno-fw-sbold);
  height: auto;
  position: absolute;
  right: 0;
  bottom: 11px;
  z-index: 2;
}

/* !END: Progress bar CSS */
/**----------------------------------------
START: Breadcrumb CSS
----------------------------------------*/
.jeeno-page-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 20px;
  padding-top: 135px;
  padding-bottom: 150px;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.jeeno-page-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--jeeno-color-theme-dark);
  opacity: 0.6;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-page-header {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .jeeno-page-header {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-page-header {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-page-header {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.jeeno-page-title {
  color: var(--jeeno-color-common-white);
  line-height: 1;
  margin-bottom: 0;
}

.jeeno-page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  background: var(--jeeno-color-theme-dark);
  border-radius: 6px;
  padding: 8px 15px;
  margin-top: 26px;
  z-index: 2;
}

.jeeno-page-link span {
  color: var(--jeeno-color-grey-1);
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.jeeno-page-link span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 16px;
  color: var(--jeeno-color-theme-primary);
}

.jeeno-page-link span span {
  color: var(--jeeno-color-common-white);
}

.jeeno-page-link span a {
  color: var(--jeeno-color-grey-1);
}

.jeeno-page-link span a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-page-link {
    margin-top: 25px;
  }
}

/* !END: Breadcrumb CSS */
/**----------------------------------------
START: Pricing CSS
----------------------------------------*/
.jeeno-pricing-section {
  position: relative;
  z-index: 1;
}

.jeeno-pricing-section .sec-heading {
  margin-bottom: 30px;
}

.pricing-switcher {
  width: 70px;
  height: 36px;
  background-color: var(--jeeno-color-theme-bg);
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 45px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-switcher-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .pricing-switcher-area {
    margin-bottom: 40px;
  }
}

.pricing-switcher-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.pricing-switcher-inner span {
  font-weight: var(--jeeno-fw-sbold);
}

.pricing-switcher .nav-link {
  width: 50%;
  height: 26px;
  position: relative;
}

.pricing-switcher .nav-link::before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.pricing-switcher .nav-link.active::before {
  opacity: 1;
}

.pricing-tab {
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 190px;
  padding: 4px;
  margin-top: 25px;
}

.pricing-tab .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  color: var(--jeeno-color-common-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 9px 20px;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 2;
}

.pricing-tab .nav-link.active {
  background: var(--jeeno-color-theme-dark);
}

.pricing-box {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  border-top-right-radius: 0;
  padding: 2px;
  overflow: hidden;
  position: relative;
}

.pricing-box-inner {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  border-top-right-radius: 0;
  padding: 48px 30px 42px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-box-inner {
    padding: 45px 20px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .pricing-box-inner {
    padding: 30px 20px;
  }
}

.pricing-box.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 127)), to(rgba(255, 0, 127, 0)));
  background-image: linear-gradient(to bottom, rgb(255, 0, 127), rgba(255, 0, 127, 0));
}

.pricing-box.active .pricing-badge {
  border-left-color: var(--jeeno-color-theme-primary);
  border-bottom-color: var(--jeeno-color-theme-primary);
}

.pricing-box.active .pricing-badge::before,
.pricing-box.active .pricing-badge::after {
  border-top-color: var(--jeeno-color-theme-primary);
  border-right-color: var(--jeeno-color-theme-primary);
}

.pricing-box.active .pricing-badge span {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
}

.pricing-box.active .package-name {
  color: var(--jeeno-color-common-white);
}

.pricing-box.active .package-price {
  color: var(--jeeno-color-common-white);
}

.pricing-box.active .package-currency {
  color: var(--jeeno-color-common-white);
}

.pricing-box.active .pricing-btn a {
  background-color: var(--jeeno-color-theme-primary);
}

.pricing-box.active .pricing-btn a .btn-text {
  color: var(--jeeno-color-heading-primary);
}

.pricing-box.active .pricing-btn a .btn-icon {
  background-color: var(--jeeno-color-theme-dark);
}

.pricing-box.active .pricing-btn a .btn-icon::before {
  width: 48px;
}

.pricing-box.active .pricing-btn a:hover .btn-icon::before {
  width: 100%;
}

.pricing-box.style-2:not(:last-child) {
  margin-bottom: 30px;
}

.pricing-box.style-2 .pricing-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .pricing-box.style-2 .pricing-badge {
    font-size: 13px;
    padding: 0 0 6px 6px;
  }

  .pricing-box.style-2 .pricing-badge span {
    padding: 6px;
    border-radius: 4px;
  }
}

.pricing-box.style-2 .pricing-header {
  width: 49.6%;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 12px;
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-box.style-2 .pricing-header {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .pricing-box.style-2 .pricing-header {
    width: 100%;
    padding: 20px;
    margin: 30px 0;
  }
}

.pricing-box.style-2 .list-style-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .pricing-box.style-2 .list-style-3 {
    padding-left: 0;
  }
}

.pricing-box.style-2 .pricing-btn {
  max-width: 206px;
  width: 100%;
  margin-bottom: 0;
}

.pricing-box.style-3 .list-style-3 {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 10px;
  padding: 25px 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .pricing-box.style-3 .list-style-3 {
    padding: 15px;
  }
}

.pricing-box.style-3 .pricing-btn {
  margin: 30px 0 0 0;
}

.pricing-box.style-3 .pricing-btn a {
  border-radius: 10px;
}

.pricing-box.style-3 .pricing-btn a .btn-icon {
  border-radius: 8px;
}

.pricing-box.style-3 .pricing-btn a .btn-icon::before {
  border-radius: 8px;
}

.pricing-box.style-3.active {
  background-color: var(--jeeno-color-theme-primary);
}

.pricing-box:hover .pricing-badge>span span {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pricing-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  padding: 0 0 10px 10px;
  background-color: var(--jeeno-color-theme-dark);
  border-bottom-left-radius: 12px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--jeeno-fw-medium);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.pricing-badge>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--jeeno-color-theme-bg);
  color: var(--jeeno-color-theme-primary);
  padding: 10px 14px;
  border-radius: 8px;
  overflow: hidden;
  text-shadow: 0 30px 0;
}

.pricing-badge::before,
.pricing-badge::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  -webkit-box-shadow: 12px 0 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 12px 0 0 0 var(--jeeno-color-theme-dark);
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}

.pricing-badge::after {
  top: auto;
  left: auto;
  bottom: -12px;
  right: 0;
}

.package-name {
  line-height: 1;
  margin-bottom: 10px;
}

.package-desc {
  padding-bottom: 23px;
}

.package-desc p {
  margin-bottom: 0;
}

.package-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 64px;
  color: var(--jeeno-color-heading-primary);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-sbold);
  line-height: 0.8;
  margin: 26px 0 30px;
}

.package-period {
  font-size: 16px;
  font-family: var(--jeeno-ff-body);
  font-weight: var(--jeeno-fw-regular);
  color: var(--jeeno-color-text-body);
  margin-top: auto;
}

.pricing-btn {
  overflow: hidden;
  margin-bottom: 25px;
}

.pricing-btn a {
  background-color: var(--jeeno-color-theme-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 4px solid var(--jeeno-color-theme-primary);
  border-radius: 50px;
  padding: 0;
}

.pricing-btn a .btn-text {
  font-weight: var(--jeeno-fw-sbold);
  padding-left: 20px;
  color: var(--jeeno-color-common-white);
}

.pricing-btn a .btn-text span {
  text-shadow: 0 30px 0 currentColor;
}

.pricing-btn a .btn-icon {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.pricing-btn a .btn-icon::before {
  content: "";
  background-color: var(--jeeno-color-theme-dark);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50px;
}

.pricing-btn a .btn-icon i {
  color: var(--jeeno-color-common-white);
}

.pricing-btn:hover .btn-icon {
  background-color: var(--jeeno-color-theme-dark);
}

.pricing-btn:hover .btn-icon::before {
  width: 48px;
}

.pricing-btn:hover .btn-icon i {
  color: var(--jeeno-color-common-white);
}

.list-style-3 .title {
  margin-bottom: 20px;
}

.list-style-3 ul {
  list-style: none;
}

.list-style-3 ul li {
  color: var(--jeeno-color-text-body);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-bottom: 10px;
}

.list-style-3 ul li:last-child {
  margin-bottom: 0;
}

.list-style-3 ul li i {
  font-size: 14px;
  color: var(--jeeno-color-theme-primary);
  margin-top: 6px;
}

.jeeno-tab-switcher .form-switch {
  padding: 0;
  margin: 0;
}

.jeeno-tab-switcher .form-check .form-check-input {
  display: none;
}

.jeeno-tab-switcher .form-check:has(.form-check-input) .form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  background-color: var(--jeeno-color-theme-bg);
  float: none;
  height: 36px;
  width: 70px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 50px;
}

.jeeno-tab-switcher .form-switch:has(.form-check-input) .form-check-label::after {
  content: "";
  height: 20px;
  width: 20px;
  border: 0;
  background: linear-gradient(149.04deg, rgba(244, 68, 84, 0.3) 15%, rgba(255, 250, 250, 0) 78.75%);
  border-radius: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 8.5px;
  z-index: 2;
  cursor: pointer;
}

.jeeno-tab-switcher .form-switch:has(.form-check-input) .form-check-label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: var(--jeeno-color-theme-primary);
  z-index: 1;
  border-radius: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.jeeno-tab-switcher .form-check:has(.form-check-input:checked) .form-check-label::before {
  background-color: var(--jeeno-color-theme-primary);
}

.jeeno-tab-switcher .ms-input .form-check-input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--jeeno-color-theme-bg);
}

.jeeno-tab-switcher .form-switch:has(.form-check-input:checked) .form-check-label::after {
  left: 45px;
}

.jeeno-tab-switcher .form-switch:has(.form-check-input:checked) .form-check-label::before {
  left: 38px;
}

/* !END: Pricing CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.post-details-wrapper .blog-images {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.post-details-wrapper .title {
  line-height: 1.1;
  margin-bottom: 22px;
}

.post-details-wrapper p {
  margin-bottom: 30px;
}

.post-details-wrapper p:last-child {
  margin-bottom: 0;
}

.post-details-wrapper .images-wrap {
  margin-bottom: 10px;
}

.post-details-wrapper .image-box {
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
}

.post-details-wrapper .image-box img {
  width: 100%;
}

.post-details-wrapper .blog-text h3 {
  margin-bottom: 25px;
}

.post-details-wrapper .blog-text ul {
  margin-bottom: 50px;
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.post-details-wrapper .blog-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--jeeno-color-heading-primary);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  margin-bottom: 16px;
}

.post-details-wrapper .blog-text ul li:last-child {
  margin-bottom: 0;
}

.post-details-wrapper .blog-text ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  margin-top: 3px;
  font-weight: var(--jeeno-fw-regular);
  color: var(--jeeno-color-common-white);
  background: var(--jeeno-color-theme-primary);
  border-radius: 50%;
}

@media (max-width: 575px) {
  .post-details-wrapper .blog-text ul {
    margin-bottom: 30px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.post-details-wrapper .blog-text .blog-video {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}

.post-details-wrapper .blog-text .blog-video .video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  color: var(--jeeno-color-common-black);
  background: var(--jeeno-color-common-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 5;
  border: none;
  backdrop-filter: none;
}

.post-details-wrapper .blog-text .blog-video .video-btn span {
  font-size: 20px;
  margin-left: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.post-details-wrapper .blog-text .blog-video .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse2 2s linear infinite;
  animation: pulse2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn::before {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.blog-category-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  margin-bottom: 25px;
}

.blog-category-two .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid var(--jeeno-color-border-1);
  padding: 25px 28px;
  gap: 10px;
  width: 33.33%;
}

.blog-category-two .category-item:last-child {
  border-right: none;
}

.blog-category-two .category-item .cate-images {
  width: 52px;
  height: 52px;
}

.blog-category-two .category-item .cate-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-category-two .category-item .cate-images {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-images {
    width: 35px;
    height: 35px;
  }
}

.blog-category-two .category-item .cate-text .degination {
  display: block;
  color: var(--jeeno-color-grey-2);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}

.blog-category-two .category-item .cate-text .title {
  font-weight: var(--jeeno-fw-medium);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 14px;
  }
}

.blog-category-two .category-item .cate-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-category-two .category-item .cate-icons {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-icons {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

.blog-category-two .category-item .text {
  font-weight: var(--jeeno-fw-medium);
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-category-two .category-item .text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-category-two .category-item {
    padding: 25px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-category-two .category-item {
    padding: 20px 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-category-two .category-item {
    width: 100%;
    padding: 0;
    border: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-category-two {
    padding: 20px;
    gap: 20px;
  }
}

blockquote {
  position: relative;
  padding: 40px 30px 30px;
  background: var(--jeeno-color-theme-bg);
  border: 2px solid var(--jeeno-color-theme-primary);
  border-radius: 12px;
  margin-top: 55px;
  margin-bottom: 50px;
  z-index: 2;
}

blockquote::before {
  content: "\e934";
  font-size: 40px;
  color: var(--jeeno-color-theme-primary);
  font-family: "ainex-icons";
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}

blockquote p {
  color: var(--jeeno-color-heading-primary);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  font-size: 24px;
  margin-bottom: 20px !important;
  letter-spacing: -0.03em;
  line-height: 1.417;
  border-radius: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  blockquote p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}

blockquote cite {
  color: var(--jeeno-color-heading-primary);
  display: block;
  text-align: end;
  font-family: var(--jeeno-ff-heading);
  font-style: normal;
  position: relative;
  z-index: 1;
}

blockquote cite::before {
  content: "";
  display: inline-block;
  background: var(--jeeno-color-border-1);
  height: 1px;
  width: 50px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  blockquote {
    padding: 25px 15px;
    margin-bottom: 40px;
  }
}

.jeeno-tags-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--jeeno-color-border-1);
  border-bottom: 1px solid var(--jeeno-color-border-1);
  padding: 22px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.jeeno-tags-post .tagcloud {
  width: calc(100% - 200px);
}

.jeeno-tags-post .tagcloud a {
  background-color: var(--jeeno-color-theme-bg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-tags-post .tagcloud {
    width: 100%;
  }
}

.jeeno-tags-post .post-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
}

.jeeno-tags-post .post-share ul li {
  font-size: 16px;
  color: var(--jeeno-color-heading-primary);
  margin-bottom: 0;
}

.jeeno-tags-post .post-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 1;
  color: var(--jeeno-color-heading-primary);
}

.jeeno-tags-post .post-share ul li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.jeeno-tags-post .post-share ul li a:hover i {
  color: var(--jeeno-color-theme-primary);
}

.jeeno-tags-post.no_socials {
  width: 100%;
}

.jeeno-post__navigation {
  border: 1px solid var(--jeeno-color-border-1);
  padding: 21px 30px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.jeeno-post__navigation .jeeno-nav-post__nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: var(--jeeno-color-heading-primary);
  font-weight: var(--jeeno-fw-sbold);
}

.jeeno-post__navigation .jeeno-nav-post__nav a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.jeeno-post__navigation .jeeno-nav-post__nav a span i {
  color: var(--jeeno-color-common-white);
}

@media (max-width: 575px) {
  .jeeno-post__navigation .jeeno-nav-post__nav a span {
    width: 48px;
    height: 48px;
  }
}

.jeeno-post__navigation .jeeno-nav-post__nav a:hover span {
  background-color: var(--jeeno-color-theme-primary);
  border-color: var(--jeeno-color-theme-primary);
}

.jeeno-post__navigation .jeeno-nav-post__nav a:hover span i {
  color: var(--jeeno-color-common-white);
}

.jeeno-post__navigation .jeeno-nav-post__grid {
  font-size: 30px;
  line-height: 1;
  color: var(--jeeno-color-common-white);
}

.jeeno-post__navigation .jeeno-nav-post__grid a {
  color: currentColor;
}

.jeeno-post__navigation .jeeno-nav-post__grid a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media (max-width: 575px) {
  .jeeno-post__navigation {
    padding: 16px 20px;
    gap: 20px;
  }
}

.jeeno-comments-wrap .comments-title .title {
  margin-bottom: 22px;
}

@media (max-width: 575px) {
  .jeeno-comments-wrap .comments-title .title {
    margin-bottom: 15px;
  }
}

.jeeno-latest-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jeeno-latest-comments ul .jeeno-comment {
  margin-bottom: 20px;
}

.jeeno-latest-comments ul .jeeno-comment:last-child {
  margin-bottom: 0;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 30px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  position: relative;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comment-avatar {
  max-width: 64px;
  height: 64px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comment-avatar img {
  width: 100%;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header {
  margin-top: 10px;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .avatar-name .title {
  font-size: 18px;
  margin-bottom: 6px;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .avatar-name .title a {
  display: inline-block;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .avatar-name .title a:hover {
  color: var(--jeeno-color-theme-primary);
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text .reply {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 16px;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  color: var(--jeeno-color-theme-dark-3);
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text .reply:hover {
  color: var(--jeeno-color-theme-primary);
}

.jeeno-latest-comments ul .jeeno-comment .comment-content .comments-header .comment-text span {
  font-size: 14px;
  color: var(--jeeno-color-theme-dark-4);
  font-weight: var(--jeeno-fw-regular);
}

@media (max-width: 575px) {
  .jeeno-latest-comments ul .jeeno-comment .comment-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jeeno-latest-comments ul .jeeno-comment .comment-content .comment-avatar {
    margin-right: auto;
  }
}

.jeeno-latest-comments ul .jeeno-comment .desc {
  margin-top: 14px;
}

.jeeno-latest-comments ul .jeeno-comment .desc p:last-child {
  margin-bottom: 0;
}

.jeeno-latest-comments ul .jeeno-comment>.children {
  padding-left: 75px;
}

@media (max-width: 575px) {
  .jeeno-latest-comments ul .jeeno-comment>.children {
    padding-left: 35px;
  }
}

.jeeno-latest-comments ul .jeeno-comment:last-child .comment-content .comments-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.jeeno-comments__container {
  margin-top: 50px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 25px;
}

.comment-respond .form-input {
  margin-bottom: 30px;
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.comment-respond .form-input textarea,
.comment-respond .form-input input[type=email],
.comment-respond .form-input input[type=text] {
  background: var(--jeeno-color-theme-bg);
  height: 60px;
  padding: 18px 20px;
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 10px;
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder,
.comment-respond .form-input textarea::-webkit-input-placeholder,
.comment-respond .form-input input[type=email]::-webkit-input-placeholder,
.comment-respond .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder,
.comment-respond .form-input textarea::-moz-placeholder,
.comment-respond .form-input input[type=email]::-moz-placeholder,
.comment-respond .form-input input[type=text]::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder,
.comment-respond .form-input textarea:-ms-input-placeholder,
.comment-respond .form-input input[type=email]:-ms-input-placeholder,
.comment-respond .form-input input[type=text]:-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.comment-respond .form-input textarea::-ms-input-placeholder,
.comment-respond .form-input input[type=email]::-ms-input-placeholder,
.comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.comment-respond .form-input textarea::placeholder,
.comment-respond .form-input input[type=email]::placeholder,
.comment-respond .form-input input[type=text]::placeholder {
  color: var(--jeeno-color-grey-2);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.comment-respond .form-input textarea:focus,
.comment-respond .form-input input[type=email]:focus,
.comment-respond .form-input input[type=text]:focus {
  border-color: var(--jeeno-color-theme-primary);
}

.comment-respond .form-input textarea {
  min-height: 180px;
  resize: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .comment-respond .form-input {
    margin-bottom: 20px;
  }
}

.jeeno-main-sidebar {
  padding-left: 20px;
}

.jeeno-main-sidebar.sticky-lg-top {
  top: 120px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-main-sidebar {
    padding-left: 0;
  }
}

.jeeno-sidebar-widget {
  background-color: var(--jeeno-color-theme-bg);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}

.jeeno-sidebar-widget:last-child {
  margin-bottom: 0;
}

.jeeno-sidebar-widget .widget-title {
  color: var(--jeeno-color-heading-primary);
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
  z-index: 1;
}

.jeeno-sidebar-widget.widget-search .search-box form {
  position: relative;
  width: 100%;
  z-index: 1;
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search] {
  font-size: 16px;
  background: var(--jeeno-color-theme-dark);
  width: 100%;
  height: 60px;
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 10px;
  padding: 18px 65px 18px 20px;
  line-height: 1;
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]::-webkit-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]::-moz-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]:-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]::placeholder {
  color: var(--jeeno-color-grey-2);
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]:focus {
  border-color: var(--jeeno-color-theme-primary);
}

.jeeno-sidebar-widget.widget-search .search-box form input[type=search]:focus+button {
  border-color: var(--jeeno-color-theme-primary);
}

.jeeno-sidebar-widget.widget-search .search-box form button {
  font-size: 22px;
  color: var(--jeeno-color-theme-primary);
  width: 54px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid var(--jeeno-color-border-1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.jeeno-sidebar-widget.widget-search .search-box form button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.jeeno-sidebar-widget.jeeno-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jeeno-sidebar-widget.jeeno-recent-posts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px;
}

.jeeno-sidebar-widget.jeeno-recent-posts ul li:last-child {
  margin-bottom: 0;
}

.jeeno-sidebar-widget.jeeno-recent-posts ul li:hover .post-thumb img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-thumb a {
  display: inline-block;
  width: 100%;
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-content .post-title {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 15px;
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-content .post-title a:hover {
  color: var(--jeeno-color-theme-primary);
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-content .blog-meta {
  margin-bottom: 0;
}

.jeeno-sidebar-widget.jeeno-recent-posts .post-content .blog-meta ul li {
  font-size: 14px;
  color: var(--jeeno-color-grey-1);
}

.jeeno-sidebar-widget.widget-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jeeno-sidebar-widget.widget-categories ul li {
  margin-bottom: 10px;
}

.jeeno-sidebar-widget.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.jeeno-sidebar-widget.widget-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: var(--jeeno-fw-sbold);
  color: var(--jeeno-color-heading-primary);
  background: var(--jeeno-color-theme-dark);
  padding: 20px 15px 17px 25px;
  border-radius: 10px;
}

.jeeno-sidebar-widget.widget-categories ul li a span {
  color: var(--jeeno-color-heading-primary);
}

.jeeno-sidebar-widget.widget-categories ul li a .icon {
  font-size: 24px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.jeeno-sidebar-widget.widget-categories ul li a:hover {
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
}

.jeeno-sidebar-widget.widget-categories ul li a:hover span {
  color: var(--jeeno-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .jeeno-sidebar-widget {
    padding: 25px 15px;
  }
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 12px;
}

.tagcloud a {
  background-color: var(--jeeno-color-theme-dark);
  font-size: 16px;
  line-height: 1;
  color: var(--jeeno-color-text-body);
  font-weight: var(--jeeno-fw-sbold);
  padding: 6px 10px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

.tagcloud a:hover {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
}

.infos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 20px 0;
}

.infos-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.infos-item .project-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--jeeno-color-common-white);
  background: var(--jeeno-color-theme-primary);
  border-radius: 50%;
  position: relative;
  top: 2px;
}

.infos-item .project-text span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: var(--jeeno-color-text-body);
  margin: 0;
}

.infos-item .project-text .title {
  line-height: 1.1;
  font-weight: var(--jeeno-fw-sbold);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .infos-item .project-text .title {
    font-size: 16px;
  }
}

.service-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-categories ul li {
  margin-bottom: 10px;
}

.service-categories ul li:last-child {
  margin-bottom: 0;
}

.service-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: var(--jeeno-fw-sbold);
  color: var(--jeeno-color-heading-primary);
  background: var(--jeeno-color-theme-dark);
  padding: 20px 15px 17px 25px;
  border-radius: 10px;
}

.service-categories ul li a span {
  color: var(--jeeno-color-heading-primary);
}

.service-categories ul li a .icon {
  font-size: 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.service-categories ul li a:hover,
.service-categories ul li a.active {
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
}

.service-categories ul li a:hover span,
.service-categories ul li a.active span {
  color: var(--jeeno-color-common-white);
}

.widget-feature-item {
  padding: 20px;
}

.widget-feature-item .feature-box {
  position: relative;
  background: var(--jeeno-color-theme-dark);
  border-radius: 10px;
  overflow: hidden;
}

.widget-feature-item .feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--jeeno-color-theme-dark);
  opacity: 0.4;
}

.widget-feature-item .feature-box .feature-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 2;
}

.widget-feature-item .feature-box .feature-content .title {
  font-size: 59px;
  color: var(--jeeno-color-common-white);
  margin-bottom: 15px;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 40px;
  }
}

.widget-feature-item .feature-box .feature-content .desc {
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .widget-feature-item .feature-box .feature-content {
    padding: 30px 20px;
  }
}

.widget-feature-item .feature-images {
  border-radius: 12px;
  overflow: hidden;
}

.widget-feature-item .feature-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575px) {
  .widget-feature-item {
    padding: 20px 15px;
  }
}

.details-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.service-details-item {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  padding: 30px 17px 25px 18px;
  max-width: 275px;
  width: 100%;
}

.service-details-item .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  color: var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 50%;
  margin-bottom: 20px;
}

.service-details-item .title {
  line-height: 1.444;
  margin-bottom: 18px;
}

.service-details-item .desc {
  margin-bottom: 0;
}

.service-details-item .desc p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-item {
    max-width: 235px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-item {
    max-width: 220px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details-item {
    max-width: 250px;
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 575px) {
  .service-details-item {
    max-width: 100%;
  }
}

.blog-text .jeeno-faq {
  margin-bottom: 40px;
  padding-top: 10px;
}

.gallery {
  position: relative;
  display: block;
}

.gallery::before {
  content: "\e911";
  font-family: "ainex-icons" !important;
  color: var(--jeeno-color-common-white);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(12, 30, 33, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

/* !END: Blog Details CSS */
/**----------------------------------------
START: Achievement CSS
----------------------------------------*/
.jeeno-achievement-section .sec-heading {
  max-width: 550px;
}

.achievement-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.achievement-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.achievement-area {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
  padding: 20px 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .achievement-area {
    padding: 10px 15px;
    border-radius: 18px;
  }
}

.achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--jeeno-color-border-1);
  padding: 26px 0;
}

.achievement-item:last-child {
  border-bottom: 0;
}

.achievement-item .content {
  max-width: 390px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .achievement-item .content {
    max-width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .achievement-item .content {
    max-width: 275px;
  }
}

.achievement-item .no {
  color: var(--jeeno-color-grey-2);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--jeeno-fw-medium);
  font-family: var(--jeeno-ff-heading);
  margin-top: 6px;
}

.achievement-item .title {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .achievement-item .title {
    font-size: 20px;
  }
}

.achievement-item .year {
  color: var(--jeeno-color-theme-primary);
  font-size: 20px;
  line-height: 1;
  font-weight: var(--jeeno-fw-medium);
  font-family: var(--jeeno-ff-heading);
  margin-top: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .achievement-item .year {
    font-size: 17px;
  }
}

@media (max-width: 380px) {
  .achievement-item .year {
    padding-left: 28px;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .achievement-item {
    padding: 18px 0;
  }
}

/* !END: Achievement CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.jeeno-video-section {
  border-radius: 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-video-section {
    border-radius: 16px;
    margin: 0 12px;
  }
}

.jeeno-video-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jeeno-video-section .video-bg img {
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-content-area {
  position: relative;
  height: 820px;
}

.video-content-area .video-wrap {
  background-color: var(--jeeno-color-theme-dark);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px 16px 0 16px;
  border-radius: 24px 24px 0 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area .video-wrap {
    padding: 15px 15px 0 15px;
    border-radius: 15px 15px 0 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area .video-wrap {
    max-width: 281px;
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
}

.video-content-area .video-wrap::after,
.video-content-area .video-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  left: -24px;
  width: 24px;
  height: 50px;
  -webkit-box-shadow: 0 24px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 24px 0 0 var(--jeeno-color-theme-dark);
  border-radius: 0 0 24px 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .video-content-area .video-wrap::after,
  .video-content-area .video-wrap::before {
    border-radius: 0 0 15px 0;
  }
}

.video-content-area .video-wrap::after {
  left: auto;
  right: -24px;
  border-radius: 0 0 0 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area .video-wrap::after {
    border-radius: 0 0 0 15px;
  }
}

.video-content-area .video-btn {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 42px 50px 42px 45px;
}

.video-content-area .video-btn .video-icon {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
  width: 85px;
  height: 85px;
  -webkit-animation: pulsePrimary 2s linear infinite;
  animation: pulsePrimary 2s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-content-area .video-btn .video-icon {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area .video-btn .video-icon {
    width: 65px;
    height: 65px;
  }
}

.video-content-area .video-btn .video-text {
  max-width: 160px;
  width: 100%;
  font-size: 24px;
  color: var(--jeeno-color-common-white);
  position: relative;
}

.video-content-area .video-btn .video-text span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 85%;
  display: inline;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-content-area .video-btn .video-text {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area .video-btn .video-text {
    max-width: 130px;
    font-size: 19px;
  }
}

.video-content-area .video-btn:hover .video-text span {
  background-size: 0 1px;
}

.video-content-area .video-btn:hover .video-icon {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-content-area .video-btn {
    padding: 35px 40px;
    border-radius: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content-area .video-btn {
    padding: 25px 30px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area .video-btn {
    padding: 20px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content-area {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .video-content-area {
    height: 500px;
  }
}

/* !END: Video CSS */
/**----------------------------------------
START: Gallery CSS
----------------------------------------*/
.jeeno-gallery-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.gallery-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.gallery-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gallery-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-img {
  max-width: 300px;
  background-color: var(--jeeno-color-theme-bg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.gallery-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--jeeno-color-theme-dark);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.gallery-img img {
  width: 100%;
}

.gallery-img .social-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
  font-size: 28px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .gallery-img .social-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.gallery-img:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.gallery-img:hover .social-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-img {
    width: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .gallery-img {
    width: 150px;
  }
}

/* !END: Gallery CSS */
/**----------------------------------------
START: Animate CSS
----------------------------------------*/
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 0, 127, 0.1);
    box-shadow: 0 0 0 12px rgba(255, 0, 127, 0.1);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 0, 127, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 0, 127, 0.1);
    box-shadow: 0 0 0 12px rgba(255, 0, 127, 0.1);
  }
}

@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

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

  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

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

@keyframes jumping {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

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

  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

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

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

  50% {
    width: 0;
    right: 0;
  }

  100% {
    width: 100%;
    left: 0;
  }
}

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

  50% {
    width: 0;
    right: 0;
  }

  100% {
    width: 100%;
    left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes gelatine {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.7, 1.1);
    transform: scale(0.7, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.7);
    transform: scale(1.1, 0.7);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes gelatine {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.7, 1.1);
    transform: scale(0.7, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.7);
    transform: scale(1.1, 0.7);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@-webkit-keyframes borderanimate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes borderanimate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes bellshake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  30% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  80%,
  90%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes bellshake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  30% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  40% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  80%,
  90%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: skewX(-25deg) translateX(0);
    transform: skewX(-25deg) translateX(0);
  }

  100% {
    -webkit-transform: skewX(-25deg) translateX(250%);
    transform: skewX(-25deg) translateX(250%);
  }
}

@keyframes shine {
  0% {
    -webkit-transform: skewX(-25deg) translateX(0);
    transform: skewX(-25deg) translateX(0);
  }

  100% {
    -webkit-transform: skewX(-25deg) translateX(250%);
    transform: skewX(-25deg) translateX(250%);
  }
}

@-webkit-keyframes bounceTwice {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

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

  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

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

@keyframes bounceTwice {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

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

  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

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

.zoomInOut {
  -webkit-animation: zoomEffect 3s linear infinite;
  animation: zoomEffect 3s linear infinite;
}

@-webkit-keyframes zoomEffect {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes running {
  0% {
    top: 100%;
  }

  50% {
    top: 0%;
  }

  100% {
    top: 100%;
  }
}

@keyframes running {
  0% {
    top: 100%;
  }

  50% {
    top: 0%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes running-2 {
  0% {
    top: 0%;
  }

  50% {
    top: 100%;
  }

  100% {
    top: 0%;
  }
}

@keyframes running-2 {
  0% {
    top: 0%;
  }

  50% {
    top: 100%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes movingHorizontal {
  0% {
    left: 30px;
  }

  50% {
    left: 0;
  }

  100% {
    left: 30px;
  }
}

@keyframes movingHorizontal {
  0% {
    left: 30px;
  }

  50% {
    left: 0;
  }

  100% {
    left: 30px;
  }
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes flip {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/* !END: Animate CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header-area.header-5.header-absolute {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  padding: 30px 38px 0 38px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.header-5.header-absolute {
    padding: 30px 18px 0 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-5.header-absolute {
    padding: 20px 8px 0 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-5.header-absolute {
    padding: 0;
  }
}

.header-area.header-5 .site_logo .logo {
  padding: 11px 20px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 40px;
}

.header-area.header-5 .menu-area {
  padding: 0 35px;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-5 .menu-area {
    padding: 0 20px;
  }
}

.header-area.header-5 .mainmenu>ul>li>a {
  padding-top: 17px;
  padding-bottom: 18px;
}

.header-area.header-5 .mainmenu>ul>li.menu-item-has-children>a::after,
.header-area.header-5 .mainmenu>ul>li.has-dropdown>a::after {
  top: 21px;
}

.header-area.header-5 .header-right-item {
  gap: 15px;
}

.header-area.header-5 .header-search .search {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 40px;
  padding: 12px 24px 12px 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-5 .header-search .search {
    padding: 12px;
  }

  .header-area.header-5 .header-search .search span {
    display: none;
  }
}

.header-area.header-5.sticky {
  padding: 25px 38px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.header-5.sticky {
    padding: 25px 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-5.sticky {
    padding: 20px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-area.header-5.sticky {
    padding: 0;
  }
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.footer-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px 0 rgba(255, 0, 127, 0.7);
}

.footer-5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--jeeno-color-theme-bg);
  opacity: 0.9;
  z-index: -1;
}

.footer-5 .footer-main-area {
  padding: 115px 0 85px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-5 .footer-main-area {
    padding: 90px 0 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-5 .footer-main-area {
    padding: 70px 0 50px;
  }
}

.footer-5 .widget-subscribe {
  max-width: 360px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-5 .widget-subscribe {
    max-width: 310px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.footer-5 .subscribe-form input[type=email] {
  height: 60px;
  border: 1px solid var(--jeeno-color-border-1);
}

.footer-5 .subscribe-form button {
  width: 60px;
  height: 60px;
}

.footer-5 .subscribe-form button::before {
  height: 100%;
}

.footer-5 .social-links.style-2 {
  margin-top: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-5 .social-links.style-2 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-5 .social-links.style-2 {
    margin-top: 30px;
  }
}

.footer-5 .social-links.style-2 .title {
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-5 .social-links.style-2 .title {
    margin-bottom: 20px;
  }
}

.footer-5 .social-links.style-2 ul li a {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 1px solid var(--jeeno-color-border-1);
}

.footer-5 .social-links.style-2 ul li a:hover {
  border-color: var(--jeeno-color-theme-primary);
}

.footer-5 .widget-nav-menu ul li a {
  color: var(--jeeno-color-common-white);
}

.footer-5 .widget-nav-menu ul li a::before {
  border-color: var(--jeeno-color-common-white);
}

.footer-5 .widget-nav-menu ul li a:hover {
  color: var(--jeeno-color-theme-primary);
}

.footer-5 .widget-nav-menu ul li a:hover::before {
  border-color: var(--jeeno-color-theme-primary);
}

.footer-5 .widget-nav-menu.footer-col-2 {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-5 .widget-nav-menu.footer-col-2 {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-5 .widget-nav-menu.footer-col-2 {
    margin-top: 30px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.footer-5 .widget-nav-menu.footer-col-3 {
  -webkit-padding-start: 90px;
  padding-inline-start: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-5 .widget-nav-menu.footer-col-3 {
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-5 .widget-nav-menu.footer-col-3 {
    margin-top: 30px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}

.footer-5 .footer-contact-info .contact-item span {
  color: var(--jeeno-color-common-white);
}

.footer-5 .footer-contact-info .contact-item a {
  background-color: var(--jeeno-color-theme-dark);
}

.footer-5 .footer-contact-info .contact-item a:hover {
  background-color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-5 {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }
}

.jeeno-copyright-area-4 .copyright-content-area {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 42px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jeeno-copyright-area-4 .copyright-content-area {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .jeeno-copyright-area-4 .copyright-content-area {
    padding: 23px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.jeeno-copyright-area-4 .copyright-content-area .footer-logo {
  max-width: 239px;
}

.copyright-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-inner .copyright-text-2 {
  position: relative;
  margin-right: 10px;
  padding-right: 14px;
  z-index: 1;
}

.copyright-inner .copyright-text-2::before {
  content: "";
  background-color: var(--jeeno-color-theme-primary);
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-inner .copyright-text-2::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-inner .copyright-text-2 {
    margin-right: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.copyright-text-2 p {
  margin: 0;
}

.copyright-text-2 a {
  color: var(--jeeno-color-common-white);
}

.copyright-text-2 a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-text-2 {
    width: 100%;
    text-align: center;
  }
}

/* !END: Theme Footer CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.h5-banner-section {
  position: relative;
  overflow: hidden;
  padding: 164px 50px 30px 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-section {
    padding: 130px 20px 30px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-section {
    padding: 130px 15px 30px 15px;
  }
}

.h5-banner-area {
  position: relative;
}

.h5-banner-area .banner-content {
  max-width: 700px;
  margin-top: 0;
  -webkit-margin-start: 200px;
  margin-inline-start: 200px;
}

.h5-banner-area .banner-content .banner-title {
  font-size: 84px;
  line-height: 1.05;
  background: linear-gradient(106.78deg, #ffffff 37.88%, rgba(255, 255, 255, 0.25) 82.64%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-area .banner-content .banner-title {
    font-size: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area .banner-content .banner-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area .banner-content .banner-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-area .banner-content .banner-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h5-banner-area .banner-content {
    -webkit-margin-start: 100px;
    margin-inline-start: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-area .banner-content {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    max-width: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area .banner-content {
    max-width: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area .banner-content {
    max-width: 450px;
  }
}

.h5-banner-area .customers-box {
  position: absolute;
  top: 0;
  right: 0;
}

.h5-banner-area .customers-box .count-text {
  color: var(--jeeno-color-text-body);
  font-size: 16px;
  font-family: var(--jeeno-ff-body);
  font-weight: var(--jeeno-fw-regular);
}

.h5-banner-area .customers-box ul li span,
.h5-banner-area .customers-box ul li img {
  width: 54px;
  height: 54px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-area .customers-box {
    max-width: 100%;
    position: unset;
    padding: 25px;
  }
}

.h5-banner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  padding-top: 60px;
}

.h5-banner-bottom-content {
  max-width: 773px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-bottom-content {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-bottom {
    padding-top: 400px;
  }
}

.choose-box.h5-hero-choose {
  max-width: 388px;
  width: 100%;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  padding: 0;
}

.choose-box.h5-hero-choose::before {
  display: none;
}

.choose-box.h5-hero-choose.choose-img-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 127, 0)), to(rgba(255, 0, 127, 0.5)));
  background-image: linear-gradient(rgba(255, 0, 127, 0) 0%, rgba(255, 0, 127, 0.5) 100%);
}

.choose-box.h5-hero-choose.choose-img-box .title a:hover {
  color: var(--jeeno-color-theme-primary);
}

.choose-box.h5-hero-choose .choose-inner {
  padding: 30px;
  min-height: 376px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-box.h5-hero-choose .choose-inner {
    padding: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-box.h5-hero-choose .choose-inner {
    min-height: 350px;
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-box.h5-hero-choose .choose-inner {
    min-height: 350px;
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box.h5-hero-choose .choose-inner {
    min-height: 320px;
    padding: 30px 15px;
  }
}

.choose-box.h5-hero-choose .choose-icon {
  margin-bottom: 30px;
}

.choose-box.h5-hero-choose .icon-btn {
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .choose-box.h5-hero-choose {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-box.h5-hero-choose {
    max-width: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-box.h5-hero-choose {
    max-width: calc(50% - 10px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 575px) {
  .choose-box.h5-hero-choose {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.banner-desc {
  max-width: 300px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--jeeno-color-common-white);
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  -webkit-margin-start: 60px;
  margin-inline-start: 60px;
}

.banner-desc i {
  font-size: 27px;
  color: var(--jeeno-color-theme-primary);
  display: block;
  max-width: 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-desc {
    max-width: 275px;
    font-size: 18px;
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-desc {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-hero-text-circle .circle-text-wrap {
    width: 135px;
    height: 135px;
  }
}

.h5-banner-img {
  max-width: 887px;
  position: absolute;
  bottom: 30px;
  right: 15%;
  z-index: -1;
}

.h5-banner-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 120%;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(95px);
  filter: blur(95px);
  opacity: 0.2;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-img::before {
    width: 470px;
    height: 490px;
    top: 10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-img::before {
    width: 330px;
    height: 350px;
    top: 10%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h5-banner-img {
    right: 10%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-img {
    max-width: 800px;
    right: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-img {
    max-width: 750px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-img {
    max-width: 650px;
    right: 5%;
    left: 0;
    bottom: 300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-banner-img {
    top: 38%;
    bottom: inherit;
  }
}

@media (max-width: 575px) {
  .h5-banner-img {
    top: 32%;
  }
}

.h5-hero-text-circle .circle-icon {
  font-size: 23px;
}

.h5-hero-text-circle .circle-icon span {
  width: 46px;
  height: 46px;
  background-color: var(--jeeno-color-theme-primary);
  text-shadow: -30px 0 0;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.h5-hero-text-circle .circle-icon:hover i {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.customers-box {
  max-width: 274px;
  width: 100%;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 288px;
  padding: 30px;
}

.customers ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.customers ul li {
  line-height: 1;
  -webkit-margin-start: -19px;
  margin-inline-start: -19px;
}

.customers ul li img {
  width: 54px;
  height: 54px;
  background-color: var(--jeeno-color-common-white);
  border: 2px solid var(--jeeno-color-common-white);
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .customers ul li img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .customers ul li img {
    width: 40px;
    height: 40px;
  }
}

.customers ul li span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border: 2px solid var(--jeeno-color-common-white);
}

.customers ul li span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .customers ul li span {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .customers ul li span {
    width: 40px;
    height: 40px;
  }
}

.customers ul li:first-child {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

@media (max-width: 575px) {
  .customers ul li {
    -webkit-margin-start: -18px;
    margin-inline-start: -18px;
  }
}

.customers-number {
  color: var(--jeeno-color-theme-dark);
  font-size: 58px;
  line-height: 0.8;
  letter-spacing: -1.2px;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-sbold);
  padding: 45px 0 13px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .customers-number {
    font-size: 50px;
    padding: 25px 0 13px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .customers-number {
    font-size: 40px;
    padding: 20px 0 10px 0;
  }
}

.customers-text {
  color: var(--jeeno-color-text-body);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: var(--jeeno-fw-regular);
}

/* !END: Hero CSS */
/**----------------------------------------
START: Choose CSS
----------------------------------------*/
.jeeno-choose-section-3 {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
}

.choose-box.style-3 {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 12px;
  overflow: visible;
}

.choose-box.style-3::before {
  background: var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
  border-radius: 12px;
}

.choose-box.style-3 .choose-inner {
  background-color: var(--jeeno-color-theme-dark);
  padding: 30px 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-box.style-3 .choose-inner {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box.style-3 .choose-inner {
    padding: 30px 15px;
  }
}

.choose-box.style-3 .choose-icon {
  background-color: var(--jeeno-color-theme-bg);
}

.choose-box.style-3 .text-btn.style-2 {
  margin-top: 24px;
}

.choose-box.style-3 .text-btn.style-2 .btn-text {
  color: var(--jeeno-color-common-white);
}

.choose-box.style-3 .text-btn.style-2 .btn-text span {
  text-shadow: 0 30px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box.style-3 .text-btn.style-2 {
    margin-top: 18px;
  }
}

.choose-box.style-3:hover .choose-icon {
  background-color: var(--jeeno-color-theme-primary);
}

.count-number {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--jeeno-color-text-body-2);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--jeeno-fw-medium);
  font-family: var(--jeeno-ff-heading);
}

/* !END: Choose CSS */
/**----------------------------------------
START: Home 5 About CSS
----------------------------------------*/
.h5-about-section {
  position: relative;
  z-index: 1;
}

.h5-about-section::before {
  content: "";
  position: absolute;
  bottom: -50%;
  right: 0;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0.2;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-about-section {
    padding-top: 70px;
  }
}

.h5-sec-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.h5-sec-heading .sub-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.h5-sec-heading .sec-title {
  width: 58.5%;
}

.h5-sec-heading .sec-title span {
  color: inherit;
  -webkit-padding-start: 135px;
  padding-inline-start: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-sec-heading .sec-title span {
    -webkit-padding-start: 100px;
    padding-inline-start: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-sec-heading .sec-title span {
    -webkit-padding-start: 80px;
    padding-inline-start: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-sec-heading .sec-title span {
    -webkit-padding-start: 70px;
    padding-inline-start: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-sec-heading .sec-title {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .h5-sec-heading {
    margin-bottom: 35px;
  }
}

.h5-about {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.h5-about-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-about-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.h5-about-content {
  width: 58.5%;
}

.h5-about-content .desc {
  margin-bottom: 0;
}

.h5-about-content .about-btn-area-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-about-content .about-btn-area-2 {
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-about-content {
    width: 100%;
  }
}

.h5-about-img {
  max-width: 368px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-about-img {
    max-width: 330px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-about-img {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-about-img {
    margin: 40px auto 0;
  }
}

@media (max-width: 400px) {
  .h5-about-img {
    max-width: 200px;
  }
}

.h5-about-funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 460px;
  width: 100%;
  margin-bottom: 60px;
}

.h5-about-funfact .countup-item {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h5-about-funfact .countup-item:not(:last-child) {
  -webkit-padding-end: 58px;
  padding-inline-end: 58px;
  border-right: 1px solid var(--jeeno-color-border-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-about-funfact .countup-item:not(:last-child) {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
  }
}

.h5-about-funfact .countup-item:not(:first-child) {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  position: relative;
  z-index: 0;
}

.h5-about-funfact .countup-item .count-text {
  max-width: 205px;
  font-size: 16px;
  font-family: var(--jeeno-ff-body);
  font-weight: normal;
  color: var(--jeeno-color-text-body);
}

.h5-about-funfact .countup-item .inline-content {
  font-size: 68px;
  color: var(--jeeno-color-heading-primary);
  margin-bottom: 15px;
}

.h5-about-funfact .countup-item .inline-content .odometer {
  color: var(--jeeno-color-heading-primary);
}

.h5-about-funfact .countup-item .inline-content .odometer .odometer-digit,
.h5-about-funfact .countup-item .inline-content .odometer span {
  color: var(--jeeno-color-heading-primary);
}

@media (max-width: 575px) {
  .h5-about-funfact .countup-item .inline-content {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .h5-about-funfact .countup-item {
    width: 100%;
    text-align: start;
  }

  .h5-about-funfact .countup-item:not(:last-child) {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid var(--jeeno-color-border-1);
  }

  .h5-about-funfact .countup-item:not(:first-child) {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-top: 25px;
  }
}

@media (max-width: 575px) {
  .h5-about-funfact {
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.h5-marquee-area {
  position: relative;
  z-index: -1;
  margin-top: -153px;
  pointer-events: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-marquee-area {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-marquee-area {
    margin-top: -80px;
  }
}

/* !END: Home 5 About CSS  */
/**----------------------------------------
START: Services CSS
----------------------------------------*/
.h5-service-item {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 12px;
  position: relative;
  min-height: 183px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.h5-service-item:last-child {
  margin-bottom: 0;
}

.h5-service-item .item-count {
  color: var(--jeeno-color-grey-2);
  font-size: 16px;
  line-height: 1;
  font-family: var(--jeeno-ff-heading);
  font-weight: var(--jeeno-fw-medium);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.h5-service-item .title {
  margin-top: 75px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.h5-service-item .title a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-item .title {
    margin-top: 20px;
  }
}

.h5-service-item .desc {
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-item .desc {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    margin-top: 18px;
  }
}

.h5-service-item .icon-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-item .icon-btn {
    position: static;
    margin: 15px;
  }
}

.h5-service-item .sub-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.h5-service-item .sub-cat span {
  font-size: 16px;
  line-height: 1;
  font-weight: var(--jeeno-fw-sbold);
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 20px;
  padding: 5px 10px;
}

.h5-service-item .sub-cat span a {
  display: block;
  color: inherit;
}

.h5-service-item .sub-cat span a:hover {
  color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-item .sub-cat {
    position: static;
    padding: 15px 15px 30px;
  }
}

.h5-service-item:hover {
  min-height: 360px;
}

.h5-service-item:hover .h5-service-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.h5-service-item:hover .h5-service-content {
  padding-top: 30px;
  -webkit-transform: translateX(345px);
  -ms-transform: translateX(345px);
  transform: translateX(345px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-item:hover .h5-service-content {
    padding-top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.h5-service-item:hover .title {
  margin-top: 20px;
}

.h5-service-item:hover .desc {
  opacity: 1;
  visibility: visible;
  margin-top: 18px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.h5-service-item:hover .icon-btn {
  background-color: var(--jeeno-color-theme-primary);
  border-color: var(--jeeno-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-item {
    min-height: 100%;
  }
}

.h5-service-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-left {
    height: auto;
  }
}

.h5-service-img {
  max-width: 330px;
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 15px 15px;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.h5-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-img {
    max-width: 100%;
    margin: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}

.h5-service-content {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 30px 30px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-service-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 30px 0 15px 15px;
  }
}

.h5-bottom-btn .btn-wrap {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 35px 35px 0 0;
  margin-bottom: -30px;
  padding: 15px;
  position: relative;
}

.h5-bottom-btn .btn-wrap::after,
.h5-bottom-btn .btn-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0;
  left: -24px;
  width: 24px;
  height: 50px;
  -webkit-box-shadow: 0 12px 0 0 var(--jeeno-color-theme-dark);
  box-shadow: 0 12px 0 0 var(--jeeno-color-theme-dark);
  border-bottom-right-radius: 12px;
  z-index: -1;
  pointer-events: none;
}

.h5-bottom-btn .btn-wrap::after {
  left: auto;
  right: -24px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 12px;
}

/* !END: Services CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/
.project-wrapper-3 {
  padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrapper-3 {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-3 {
    padding: 0 15px;
  }
}

.project-item.style-4 {
  padding: 0;
  min-height: 560px;
}

.project-item.style-4 .project-img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.project-item.style-4 .project-content {
  background-color: var(--jeeno-color-theme-dark);
  padding: 30px 20px;
  margin: 15px;
  border-radius: 10px;
  position: absolute;
  bottom: -50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.project-item.style-4 .project-content:hover .icon-btn i {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-item.style-4 .project-content {
    padding: 20px 15px;
    margin: 10px;
  }
}

.project-item.style-4 .title {
  width: calc(100% - 70px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.style-4 .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.style-4 .title {
    max-width: 100%;
    width: calc(100% - 50px);
  }
}

.project-item.style-4 .icon-btn {
  width: 48px;
  height: 48px;
  font-size: 21px;
  background-color: var(--jeeno-color-theme-primary);
  overflow: hidden;
  text-shadow: -45px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.project-item.style-4 .icon-btn i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.project-item.style-4 .icon-btn:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.project-item.style-4 .categories {
  padding: 0;
  border-radius: 0;
  position: unset;
  margin-bottom: 12px;
  background-color: transparent;
}

.project-item.style-4 .categories::before,
.project-item.style-4 .categories::after {
  display: none;
}

.project-item.style-4 .categories a {
  background-color: var(--jeeno-color-theme-bg);
}

.project-item.style-4 .categories a:hover {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
}

.project-item.style-4:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.style-4 {
    min-height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .project-item.style-4 {
    min-height: 470px;
  }
}

@media (max-width: 575px) {
  .project-item.style-4 {
    min-height: 400px;
  }
}

/* !END: Project CSS */
/**----------------------------------------
START: Working process CSS
----------------------------------------*/
.h5-working-process {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.h5-working-process::after {
  content: "";
  position: absolute;
  bottom: -70%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0.2;
  z-index: -1;
  backdrop-filter: blur(10px);
}

.h5-process-wrapper {
  position: relative;
}

.h5-process-wrapper::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--jeeno-color-border-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-process-wrapper::before {
    width: 1px;
    height: calc(100% - 20px);
    border-right: 1px dashed var(--jeeno-color-border-1);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.h5-process-item-wrap {
  position: relative;
  text-align: center;
}

.h5-process-item-wrap .process-step {
  position: unset;
  margin: 0 auto;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  color: var(--jeeno-color-text-body);
  font-family: var(--jeeno-ff-heading);
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 30px;
  height: auto;
  padding: 6px 10px;
  border: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.h5-process-item-wrap .process-step::after,
.h5-process-item-wrap .process-step::before {
  display: none;
}

.h5-process-item-wrap .process-icon {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.h5-process-item-wrap .process-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 42px;
  padding: 40px 30px 48px 30px;
}

.h5-process-item-wrap .process-item::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 24px;
  height: 24px;
  background-color: var(--jeeno-color-theme-dark);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.h5-process-item-wrap:hover .process-step {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
}

.h5-process-item-wrap:hover .process-icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* !END: Working process CSS */
/**----------------------------------------
START: Faq CSS
----------------------------------------*/
.h5-faq-left {
  position: relative;
  height: 100%;
}

.faq-name {
  width: 100%;
  position: absolute;
  right: 88px;
  bottom: 0;
}

@media (min-width: 1900px) {
  .faq-name {
    width: 829px;
  }
}

@media (min-width: 1701px) {
  .faq-name {
    width: 115%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .faq-name {
    width: 105%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-name {
    right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-name {
    right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-name {
    position: unset;
    margin-top: 50px;
  }
}

.jeeno-faq.style-4 .accordion-item {
  background: var(--jeeno-color-theme-dark);
  border: 1px solid var(--jeeno-color-border-1);
  border-radius: 10px;
}

.jeeno-faq.style-4 .accordion-item .faq-title {
  padding: 19px 0 19px 35px;
}

.jeeno-faq.style-4 .accordion-item .faq-title::after {
  color: var(--jeeno-color-common-white);
  left: 0;
  right: inherit;
}

.jeeno-faq.style-4 .accordion-item .accordion-body {
  color: var(--jeeno-color-grey-3);
}

.jeeno-faq.style-4 .accordion-item.active {
  border: 2px solid var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
}

.jeeno-faq.style-4 .accordion-item.active .faq-title::after {
  color: var(--jeeno-color-theme-primary);
}

/* !END: Faq CSS */
/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.h5-testimonial-wrapper {
  position: relative;
  margin: -15px;
}

.h5-testimonial-wrapper:hover .testimonial-navigation {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .h5-testimonial-wrapper {
    margin-right: -15px;
  }
}

.h5-testimonial {
  padding: 15px;
}

.testimonial-item.style-4 {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
  padding: 35px 30px;
  border: 2px solid var(--jeeno-color-theme-bg);
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 575px) {
  .testimonial-item.style-4 {
    padding: 25px 20px;
  }
}

.testimonial-item.style-4 .testimonial-author {
  border: 0;
  padding: 0 45px 26px 0;
}

.testimonial-item.style-4 .testimonial-author .author-img {
  width: 84px;
  height: 84px;
  border: 2px solid var(--jeeno-color-common-white);
  background-color: var(--jeeno-color-common-white);
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item.style-4 .testimonial-author .author-img {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item.style-4 .testimonial-author .author-img {
    width: 65px;
    height: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item.style-4 .testimonial-author .author-img {
    width: 55px;
    height: 55px;
  }
}

.testimonial-item.style-4 .testimonial-author .designation {
  font-size: 16px;
}

.testimonial-item.style-4 .desc {
  font-size: 18px;
  color: var(--jeeno-color-text-body);
  opacity: 1;
  padding-bottom: 22px;
}

.testimonial-item.style-4 .rating-area {
  max-width: 133px;
  background-color: transparent;
  border-radius: 0;
  position: static;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 0 0 0;
  z-index: 2;
}

.testimonial-item.style-4 .rating-area::after,
.testimonial-item.style-4 .rating-area::before {
  display: none;
}

.testimonial-item.style-4 .rating-area .star-ratings {
  font-size: 18px;
  letter-spacing: 1.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.testimonial-item.style-4:hover {
  border-color: var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px 0 rgba(255, 0, 127, 0.7);
}

.testimonial-navigation {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.testimonial-navigation .slider-prev {
  margin-top: -50px;
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-navigation .slider-prev {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.testimonial-navigation .slider-next {
  margin-top: -50px;
  -webkit-margin-end: -10px;
  margin-inline-end: -10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-navigation .slider-next {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

/* !END: Testimonial CSS */
/**----------------------------------------
START: Client CSS
----------------------------------------*/
.h5-client-slider::before,
.h5-client-slider::after {
  display: none;
}

.h5-client-slider .client-logo {
  width: 279px;
  height: 118px;
  background-color: transparent;
  border: 1px solid var(--jeeno-color-border-1);
}

.h5-client-slider .client-logo img {
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-client-slider .client-logo {
    width: 220px;
    height: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-client-slider .client-logo {
    width: 170px;
    height: 70px;
    padding: 15px;
  }
}

/* !END: Client CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.h5-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
  grid-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-blog-wrapper {
    grid-template-columns: 696px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-blog-wrapper {
    grid-template-columns: 516px;
  }
}

@media (max-width: 575px) {
  .h5-blog-wrapper {
    grid-template-columns: 100%;
  }
}

.blog-item.style-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-item.style-5 .blog-thumb {
  width: 39%;
  height: 260px;
  border-radius: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-5 .blog-thumb {
    width: 100%;
  }
}

.blog-item.style-5 .blog-content {
  padding: 35px 5px 35px 20px;
  width: 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-item.style-5 .blog-content .text-btn {
  background-color: transparent;
  position: unset;
  padding: 0;
  border-radius: 0;
  margin-top: 22px;
}

.blog-item.style-5 .blog-content .text-btn::after,
.blog-item.style-5 .blog-content .text-btn::before {
  display: none;
}

.blog-item.style-5 .blog-content .text-btn .btn-text {
  color: var(--jeeno-color-text-body);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-5 .blog-content .text-btn {
    margin-top: 16px;
  }
}

.blog-item.style-5 .blog-content .blog-meta {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-5 .blog-content .blog-meta {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-5 .blog-content {
    width: 100%;
    padding: 30px 0 15px;
  }
}

.blog-item.style-5:first-child {
  grid-row: 1/3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 0;
}

.blog-item.style-5:first-child .blog-thumb {
  width: 100%;
  min-height: 385px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-5:first-child .blog-thumb {
    min-height: 260px;
  }
}

.blog-item.style-5:first-child .blog-content {
  width: 100%;
  padding: 30px 15px 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-5:first-child .blog-content {
    padding: 30px 0 15px;
  }
}

/* !END: Blog CSS */
/**----------------------------------------
START: CTA CSS
----------------------------------------*/
.h5-cta-area {
  max-width: 900px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  position: relative;
  z-index: 2;
  padding-bottom: 110px;
}

.h5-cta-area::after {
  content: "";
  position: absolute;
  bottom: -40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  height: 500px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0.18;
  z-index: -1;
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-cta-area::after {
    height: 100%;
  }
}

.h5-cta-area .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.h5-cta-area .cta-content .cta-icon {
  max-width: 73px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-cta-area .cta-content .cta-icon {
    max-width: 55px;
  }
}

.h5-cta-area .cta-content .title {
  max-width: 800px;
  font-size: 76px;
  line-height: 1.105;
  color: var(--jeeno-color-common-white);
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-cta-area .cta-content .title {
    max-width: 700px;
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-cta-area .cta-content .title {
    max-width: 550px;
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-cta-area .cta-content .title {
    max-width: 500px;
    font-size: 45px;
  }
}

@media (max-width: 400px) {
  .h5-cta-area .cta-content .title {
    font-size: 35px;
  }
}

.h5-cta-area .cta-map {
  width: 100%;
  position: absolute;
  bottom: -44%;
  left: 0;
  z-index: -1;
  opacity: 0.15;
  -webkit-animation: movingHorizontal 3s linear infinite;
  animation: movingHorizontal 3s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-cta-area .cta-map {
    bottom: -52%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-cta-area .cta-map {
    bottom: -23%;
  }
}

@media (max-width: 400px) {
  .h5-cta-area .cta-map {
    bottom: -2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h5-cta-area {
    padding-bottom: 70px;
  }
}

/* !END: CTA CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header-area.header-6 {
  border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-6 .site_logo .logo {
    max-width: 145px;
  }
}

.header-area.header-6 .menu-area {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 8px;
  padding: 0 35px;
  margin: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-6 .menu-area {
    padding: 0 20px;
  }
}

.header-area.header-6 .mainmenu>ul>li>a {
  padding-top: 17px;
  padding-bottom: 17px;
}

.header-area.header-6 .mainmenu>ul>li.menu-item-has-children>a::after,
.header-area.header-6 .mainmenu>ul>li.has-dropdown>a::after {
  top: 21px;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.h6-banner-area {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.h6-banner-area .banner-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h6-banner-area .banner-content .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--jeeno-color-text-body);
  font-size: 15px;
  line-height: 1.4;
  font-weight: var(--jeeno-fw-sbold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 15px;
}

.h6-banner-area .banner-content .sub-title i {
  font-size: 20px;
  color: var(--jeeno-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.h6-banner-area .banner-content .banner-title {
  margin-bottom: 15px;
}

.h6-banner-area .banner-content .banner-title span {
  color: var(--jeeno-color-theme-primary);
  display: inline-block;
}

.h6-banner-area .banner-content .desc {
  max-width: 660px;
  font-size: 18px;
}

.h6-banner-area .banner-content .banner-btn-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  margin-top: 30px;
}

.h6-banner-area .h6-heor-bg {
  background-color: var(--jeeno-color-theme-dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.h6-banner-area .h6-heor-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--jeeno-color-theme-bg);
  opacity: 0.4;
}

.h6-banner-area .h6-heor-bg::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 600px;
  height: 650px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  backdrop-filter: blur(10px);
  opacity: 0.8;
}

.h6-banner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-banner-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-banner-bottom {
    gap: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-banner-bottom {
    gap: 15px;
    margin-top: 15px;
  }
}

.h6-hero-countup {
  width: 20.8%;
  background-color: var(--jeeno-color-theme-bg);
  padding: 30px;
  border-radius: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h6-hero-countup .count-icon {
  background-color: var(--jeeno-color-theme-dark);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 42px;
  color: var(--jeeno-color-theme-primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h6-hero-countup .inline-content {
    font-size: 70px;
  }
}

.h6-hero-countup .desc {
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-hero-countup {
    width: 48.9%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-hero-countup {
    width: 100%;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.search-qst-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 50px 0 50px;
  width: 55.4%;
  border-radius: 12px;
  position: relative;
}

.search-qst-area .search-qst-img {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
}

.search-qst-area .search-qst-img img {
  backdrop-filter: blur(18px);
  border-radius: 12px 12px 0 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .search-qst-area .search-qst-img {
    max-width: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .search-qst-area {
    padding: 30px 30px 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .search-qst-area {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .search-qst-area {
    padding: 15px 15px 0 15px;
  }
}

.h6-hero-services {
  width: 20.8%;
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 12px;
}

.h6-hero-services-content {
  max-width: 270px;
  margin: 0 auto;
  padding: 30px 0 54px;
  text-align: center;
}

.h6-hero-services-content .title {
  margin-bottom: 16px;
}

.h6-hero-services-content .desc {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-hero-services-content {
    padding: 20px 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-hero-services {
    width: 48.9%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-hero-services {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.scroll-slider {
  --gap: 46px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-slider {
    --gap: 25px;
  }
}

@media (max-width: 575px) {
  .scroll-slider {
    --gap: 20px;
  }
}

.scroll-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.scroll-wrapper .marquee-item-2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.scroll-wrapper .marquee-item-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-wrapper .marquee-item-2 {
    gap: 25px;
  }
}

@media (max-width: 575px) {
  .scroll-wrapper .marquee-item-2 {
    gap: 20px;
  }
}

/* RTL override */
[dir=rtl] .scroll-wrapper {
  -webkit-animation: scroll-rtl 120s linear infinite;
  animation: scroll-rtl 120s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@-webkit-keyframes scroll-rtl {
  from {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scroll-rtl {
  from {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* !END: Hero CSS */
/**----------------------------------------
START: Choose CSS
----------------------------------------*/
.choose-box.style-4 {
  border-radius: 12px;
  overflow: visible;
}

.choose-box.style-4::before {
  background: var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
  border-radius: 12px;
}

.choose-box.style-4 .choose-inner {
  text-align: center;
  padding: 45px 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-box.style-4 .choose-inner {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .choose-box.style-4 .choose-inner {
    padding: 30px 15px;
  }
}

.choose-box.style-4 .title {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

/* !END: Choose CSS */
/**----------------------------------------
START: Home 6 About CSS
----------------------------------------*/
.h6-about-section {
  background-color: var(--jeeno-color-theme-bg);
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.h6-about-section::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px;
  height: 600px;
  border-radius: 50%;
  background: var(--jeeno-color-theme-primary);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  opacity: 0.2;
  z-index: 0;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-about-section::before {
    width: 500px;
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-about-section::before {
    width: 450px;
    height: 380px;
  }
}

.h6-about-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h6-about-funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 460px;
  width: 100%;
  margin-bottom: 60px;
}

.h6-about-funfact .countup-item {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h6-about-funfact .countup-item:not(:last-child) {
  -webkit-padding-end: 58px;
  padding-inline-end: 58px;
  border-right: 1px solid var(--jeeno-color-border-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-about-funfact .countup-item:not(:last-child) {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
  }
}

.h6-about-funfact .countup-item:not(:first-child) {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  position: relative;
  z-index: 0;
}

.h6-about-funfact .countup-item .count-text {
  max-width: 205px;
  font-size: 16px;
  font-family: var(--jeeno-ff-body);
  font-weight: normal;
  color: var(--jeeno-color-text-body);
}

.h6-about-funfact .countup-item .inline-content {
  font-size: 68px;
  color: var(--jeeno-color-heading-primary);
  margin-bottom: 15px;
}

.h6-about-funfact .countup-item .inline-content .odometer {
  color: var(--jeeno-color-heading-primary);
}

.h6-about-funfact .countup-item .inline-content .odometer .odometer-digit,
.h6-about-funfact .countup-item .inline-content .odometer span {
  color: var(--jeeno-color-heading-primary);
}

@media (max-width: 575px) {
  .h6-about-funfact .countup-item .inline-content {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .h6-about-funfact .countup-item {
    width: 100%;
    text-align: start;
  }

  .h6-about-funfact .countup-item:not(:last-child) {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid var(--jeeno-color-border-1);
  }

  .h6-about-funfact .countup-item:not(:first-child) {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-top: 25px;
  }
}

@media (max-width: 575px) {
  .h6-about-funfact {
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.about-content-area.style-4 {
  max-width: 760px;
  margin-top: 0;
}

.about-content-area.style-4 .sec-heading {
  margin-bottom: 20px;
}

.about-content-area.style-4 .sec-heading .sub-title {
  background-color: var(--jeeno-color-theme-dark);
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-content-area.style-4 {
    max-width: 650px;
    padding-left: 0;
  }
}

.about-bottom-area-4 {
  background-color: var(--jeeno-color-theme-dark);
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 78px;
}

.about-bottom-area-4 .about-content {
  max-width: 333px;
}

.about-bottom-area-4 .about-content .desc {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-bottom-area-4 .about-content {
    max-width: 100%;
  }
}

.about-bottom-area-4 .jeeno-primary-btn {
  margin: 30px 0 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-bottom-area-4 {
    gap: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-bottom-area-4 {
    gap: 40px;
  }
}

.h6-customers-box {
  border-left: 1px solid var(--jeeno-color-border-1);
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h6-customers-box .countup-item {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}

.h6-customers-box .countup-item .inline-content {
  font-size: 72px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-customers-box .countup-item .inline-content {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-customers-box .countup-item {
    margin-top: 50px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

.h6-customers-box .count-text {
  color: var(--jeeno-color-text-body);
  font-size: 16px;
  font-weight: var(--jeeno-ff-body);
  font-family: var(--jeeno-fw-regular);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-customers-box {
    width: 100%;
    min-height: 200px;
    padding-left: 0;
    border-left: 0;
    padding-top: 40px;
    border-top: 1px solid var(--jeeno-color-border-1);
  }
}

.h6-about-img {
  width: 43.2%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.h6-about-img img {
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-about-img {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-about-img {
    width: 100%;
  }
}

/* !END: Home 6 About CSS  */
/**----------------------------------------
START: Services CSS
----------------------------------------*/
.h6-service-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.h6-service-item {
  width: 66%;
  margin-bottom: 15px;
}

.h6-service-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-item {
    width: 100%;
  }
}

.h6-service-item.hover-item.active .h6-service-content {
  border-color: var(--jeeno-color-theme-primary);
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
  box-shadow: 0 0 15px rgba(255, 0, 127, 0.7);
}

.h6-service-item.hover-item.active .h6-service-content .service-icon {
  background-color: var(--jeeno-color-theme-primary);
  color: var(--jeeno-color-common-white);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.h6-service-item.hover-item.active .h6-service-img {
  z-index: 5;
}

.h6-service-item.hover-item.active .h6-service-img img {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-item.hover-item.active .h6-service-img img {
    position: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-item.hover-item.active .h6-service-img {
    height: 300px;
  }
}

.h6-service-content {
  background-color: var(--jeeno-color-theme-bg);
  border: 2px solid var(--jeeno-color-theme-bg);
  border-radius: 14px;
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-service-content {
    padding: 24px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-content {
    gap: 15px;
    padding: 20px 15px;
  }
}

.h6-service-content .title-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  max-width: 265px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-content .title-area {
    gap: 20px;
  }
}

.h6-service-content .title {
  max-width: 160px;
  margin-bottom: 0;
}

.h6-service-content .title a:hover {
  color: var(--jeeno-color-theme-primary);
}

.h6-service-content .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--jeeno-color-theme-dark);
  color: var(--jeeno-color-theme-primary);
  font-size: 44px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-content .service-icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}

.h6-service-content .desc {
  width: 48.6%;
  margin: 0 20px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-content .desc {
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-content .desc {
    width: 100%;
  }
}

.h6-service-img {
  width: 415px;
  height: 415px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  overflow: hidden;
  z-index: 0;
}

.h6-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  left: -50%;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-service-img {
    width: 360px;
    height: 360px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-service-img {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .h6-service-img {
    width: 100%;
    height: 0;
    position: unset;
    margin: 15px 0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
}

/* !END: Services CSS */
/**----------------------------------------
START: Working process CSS
----------------------------------------*/
.h6-working-process {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.h6-working-process .sec-heading {
  max-width: 760px;
  margin: 0 0 20px 0;
}

.h6-working-process .sec-heading .sub-title {
  background-color: var(--jeeno-color-theme-dark);
}

.h6-process-item.process-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, var(--jeeno-color-theme-dark)), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, var(--jeeno-color-theme-dark) 70%, rgba(0, 0, 0, 0) 0%);
  border-radius: 12px 0 12px 12px;
  overflow: hidden;
}

.h6-process-item.process-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--jeeno-color-theme-dark);
  -webkit-mask-image: url(../images/shape/h6-process-shape.svg);
  mask-image: url(../images/shape/h6-process-shape.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
}

.h6-process-item.process-item .process-step {
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  color: var(--jeeno-color-common-white);
  font-family: var(--jeeno-ff-heading);
  background-color: var(--jeeno-color-theme-primary);
  border-radius: 8px;
  height: auto;
  padding: 6px 10px;
  border: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  right: 0;
}

.h6-process-item.process-item .process-step::after,
.h6-process-item.process-item .process-step::before {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-process-item.process-item .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-process-item.process-item {
    padding: 30px 20px;
  }

  .casestudy-card {
    height: 100%;
  }
}

.h6-process-item .process-icon {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.h6-process-item:hover .process-icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* !END: Working process CSS */
/**----------------------------------------
START: Pricing CSS
----------------------------------------*/
.pricing-box.style-4 {
  border-radius: 12px;
  padding: 0;
}

.pricing-box.style-4 .pricing-box-inner {
  background-color: transparent;
}

.pricing-box.style-4.active {
  background-image: linear-gradient(130deg, rgb(1, 4, 128) 23%, rgb(255, 0, 127) 78%);
}

.pricing-box.style-4.active .package-period,
.pricing-box.style-4.active .package-desc {
  color: var(--jeeno-color-common-white);
}

.pricing-box.style-4.active .list-style-3 ul li {
  color: var(--jeeno-color-common-white);
}

.pricing-box.style-4.active .list-style-3 ul li i {
  color: var(--jeeno-color-common-white);
}

.pricing-box.style-4.active .pricing-btn a {
  background-color: var(--jeeno-color-theme-bg);
  border-color: var(--jeeno-color-theme-bg);
}

.pricing-box.style-4.active .pricing-btn a .btn-icon {
  background-color: transparent;
}

.pricing-box.style-4.active .pricing-btn a .btn-icon::before {
  background: var(--jeeno-color-theme-primary);
}

.pricing-box.style-4.active .pricing-btn a .btn-icon i {
  color: var(--jeeno-color-common-white);
}

/* !END: Pricing CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.blog-item.style-6 {
  background-color: transparent;
  border: 1px solid var(--jeeno-color-border-1);
  padding: 10px;
}

.blog-item.style-6 .blog-thumb {
  height: 290px;
  border-radius: 12px;
}

.blog-item.style-6 .blog-content {
  padding: 25px 20px 20px 20px;
}

.blog-item.style-6 .blog-content .text-btn {
  background-color: transparent;
  position: unset;
  padding: 0;
  border-radius: 0;
  margin-top: 22px;
}

.blog-item.style-6 .blog-content .text-btn::after,
.blog-item.style-6 .blog-content .text-btn::before {
  display: none;
}

.blog-item.style-6 .blog-content .text-btn .btn-text {
  color: var(--jeeno-color-text-body);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-6 .blog-content .text-btn {
    margin-top: 16px;
  }
}

.blog-item.style-6 .blog-content .blog-meta {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-6 .blog-content .blog-meta {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item.style-6 .blog-content {
    width: 100%;
    padding: 30px 0 15px;
  }
}



/************************/

.header-top-content {
  .header-info {
    i {
      color: var(--jeeno-color-common-block);
      font-size: 14px;
      border: 1px solid #000;
      padding: 5px;
      border-radius: 30px;
    }
  }
}

.jeeno-primary-btn .btn-inner.btn-white {
  background-color: var(--jeeno-color-common-white);
  color: var(--jeeno-color-common-black) !important;
  width: fit-content;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  border: 1px solid transparent;
  gap: 30px;
  transition: 0.7s;

  .btn-text {
    font-family: var(--jeeno-ff-body);
  }

  .btn-icon {
    font-size: 20px;
  }

  &:hover {
    background-color: transparent;
    color: var(--jeeno-color-common-white) !important;
    border: 1px solid #fff;
    transition: 0.7s;
  }

}

.header-main {
  .header-wrapper {
    width: 100%;
    margin: -2px 0px 0px;

    .site_logo {
      width: 25%;

      img {
        padding-top: 6px;
        max-width: max-content;
        position: relative;
        top: 8px;

        @media screen and (min-width: 460px) and (max-width: 1024px) {
          width: 90%;
          padding: 6px 0px 6px;
        }
      }
    }

    .menu-area {
      width: 100%;
      justify-content: center;
      border-top: 1px solid var(--jeeno-color-theme-dark);
    }

    .header-right-item {
      width: 24%;
    }
  }
}

/* ----------------section-2-g --------------- */
.business-growth-bg {
  background: url("../images/business-growth-bg.webp") no-repeat center center/cover;

  h4 {
    font-size: 30px;
    color: var(--jeeno-color-common-black);
    font-weight: var(--jeeno-fw-bold);

  }

  h6.counter-text {
    font-size: 30px;
    font-weight: var(--jeeno-fw-medium);
    color: var(--jeeno-color-common-black);
  }

  .counter-count {
    font-size: 70px;
    font-weight: var(--jeeno-fw-bold);
    color: var(--jeeno-color-common-black);
    margin: 0px;
    font-family: 'Outfit';
  }

  .count-up {
    text-align: center;
  }
}

.ai-section {
  background-color: #DDF4EC;
}

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

.home-section-3 {
  background: var(--jeeno-color-common-white);
  overflow: hidden;

  h5 {
    color: var(--jeeno-color-theme-light);
  }

  h4 {
    font-size: 20px;
    font-weight: 400;
  }

  .tech-off-para {
    font-weight: var(--jeeno-fw-bold);
    color: var(--jeeno-color-light-black);
  }

  .tech-offer-img {
    position: relative;
    background-image: url(../images/tech-img-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    span {
      position: absolute;
      color: #222;
      top: 84px;
      right: -14px;
      font-size: 20px;
      font-weight: 600;
      transform: rotate(270deg);

      @media screen and (max-width: 1199px) {
        top: 100px;
        right: -20px;
      }

      @media screen and (max-width: 991px) {
        top: 0px;
        bottom: 0;
        right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: rotate(270deg) translateX(96px) translateY(20px);
      }
    }
  }

  .ai-contents h4,
  .ai-contents p,
  .ai-contents a {
    color: #fff;
    font-weight: 500;
  }

  .ai-contents img {
    background: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    margin: 0px 0px 20px;
    height: 90px;
    width: 90px;
    object-fit: none;
  }

  .tech-offer-con {
    p {
      text-align: justify;
      font-weight: 400;
      margin: 0;
    }
  }

  .ai-contents {
    padding: 30px 20px 20px;
    height: 100%;

    .tech-offer-icon {
      height: auto;
    }
  }

  .ai-contents .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .ai-contents a {
    color: #1FB680;
    text-decoration: none;
    font-weight: var(--jeeno-fw-bold);
  }

  .card-section-button {
    display: flex;
    justify-content: end;
    margin-top: 6px;
  }

}

.industries {
  background-color: #DDF4EC;
  color: #000;

  h4 {
    font-size: 22px;
    font-weight: var(--jeeno-fw-regular);
    font-family: var(--jeeno-ff-outfit);
  }

  p {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
  }

  .indus-content {

    h3 {
      font-size: 28px;
      font-weight: var(--jeeno-fw-sbold);
      margin-bottom: 0px;

      @media screen and (max-width: 1199px) {
        font-size: 26px;
      }
    }

    p {
      font-size: 16px;
      line-height: 28px;
      font-weight: 500;
    }

    .indus-content-inner {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      align-items: center;
    }
  }

  .indus-img img {
    width: 100%;

    @media screen and (max-width: 1024px) {
      max-height: 230px;
      object-fit: cover;
      border-radius: 8px 8px;
    }
  }

  .industries-img img {
    display: flex;
    margin-left: auto;

    @media screen and (min-width: 768px) {
      max-height: 630px;
    }
  }
}

.industries .industries-left {
  i {
    background-color: #1FB680;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;

    @media screen and (max-width: 1199px) {
      width: 30px;
      height: 30px;
      font-size: 16px;
    }

    &:hover {
      background-color: #53d1a3;
    }
  }
}

.industries .industries-right {
  position: relative;

  .industries-img {
    position: relative;
  }

  .industries-img-green-but {
    width: 76px;
    background: #1fb680;
    position: absolute;
    height: 200px;
    right: 0;
    bottom: 0;
    padding: 10px 10px;
    overflow: hidden;
    border-bottom-right-radius: 10px;

    .industries-img-green-but-inner {
      transform: rotate(-90deg);
      width: 120px;
      height: 120px;

      h5 {
        font-size: 18px;
      }
    }

    .industries-img-green-but-icon {
      i {
        width: 40px;
        height: 40px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        color: #1fb680;
        font-size: 30px;
        margin: 14px 8px 14px;
      }
    }
  }

}

.about-us-section {
  background-color: var(--jeeno-color-common-white);

  h5 {
    color: #12435F;
  }

  img {
    @media screen and (min-width: 768px) {
      height: 300px;
      width: 95%;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .card-odd,
  .card-even {
    color: var(--jeeno-color-common-black);
  }

  .text-black {
    line-height: 28px;
    margin-bottom: 0px;
  }
}

.about-us-section .col-12.mb-3 {
  background-color: #fff;
  border: 2px solid #00000021;
  padding: 30px 30px;
  position: relative;
  border-radius: 10px;
}

.about-us-section .col-lg-12.col-img img {
  display: flex;
  margin-left: auto;
  border-radius: 20px;
}

.card-odd.about-card-curve-box {
  background-color: #ffffff;
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 2px solid transparent;
  border-radius: 0 0 12px 0;
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-bottom: 2px solid transparent;
  border-right-color: #dedede;
  border-bottom-color: #dedede;
  box-shadow: 0px 0px 0px 2px #fff;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--jeeno-ff-outfit);
}

.card-odd.about-card-curve-box::before {
  box-shadow: 12px 0 0 0 #ffffff;
  transform: scaleX(-1);
  left: auto;
  right: -25px;
  content: "";
  position: absolute;
  background-color: transparent;
  top: -2px;
  width: 25px;
  height: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 2px solid #dedede;
  border-right: 2px solid #dedede;
}

.card-odd.about-card-curve-box::after {
  right: auto;
  left: -2px;
  box-shadow: 12px 0 0 0 #ffffff;
  transform: scaleX(-1);
  top: auto;
  bottom: -12px;
  content: "";
  position: absolute;
  background-color: transparent;
  width: 25px;
  height: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 2px solid #dedede;
  border-right: 2px solid #dedede;
}

.card-even.about-card-curve-box {
  background-color: #ffffff;
  right: 0;
  left: auto;
  border-left: 2px solid #00000030;
  border-right: 0;
  border-radius: 0 0 0 12px;
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-bottom: 2px solid transparent;
  border-right-color: #dedede;
  border-bottom-color: #dedede;
  box-shadow: 0px 0px 0px 2px #fff;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  font-family: var(--jeeno-ff-outfit);
}

.card-even.about-card-curve-box::before {
  box-shadow: 12px 0 0 0 #ffffff;
  /* transform: scaleX(-1); */
  left: auto;
  right: 50px;
  content: "";
  position: absolute;
  background-color: transparent;
  top: -2px;
  width: 25px;
  height: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 2px solid #dedede;
  border-right: 2px solid #dedede;
}

.card-even.about-card-curve-box::after {
  right: auto;
  left: 27px;
  box-shadow: 12px 0 0 0 #ffffff;
  /* transform: scaleX(-1); */
  top: auto;
  bottom: -12px;
  content: "";
  position: absolute;
  background-color: transparent;
  width: 25px;
  height: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
  border-top: 2px solid #dedede;
  border-right: 2px solid #dedede;
}

.about-us-serv {
  padding-top: 3rem;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;

  h3 {
    font-size: 30px;
    color: #162233;
    font-weight: 600;
  }

  p {
    line-height: 28px;
    color: var(--jeeno-color-common-black);
  }
}

.blog-banner-bg {
  background: url('../images/blog-banner.webp');
  background-size: cover;

  .blog-con {
    .col-lg-4 {
      display: flex;
    }
  }

  .top-head {
    h4 {
      font-size: 22px;
      font-weight: 400;
    }
  }

  .blog-card {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .card-text {
      font-size: 18px;
      color: #000;
      padding: 10px 10px 10px;
      border-bottom: 1px solid #0000002e;
      margin-bottom: 0px;
    }

    .blog-card-but {
      text-align: end;

      .read-btn {
        background: transparent;
        font-size: 15px;

        &:hover {
          border: 1px solid transparent;
        }
      }
    }

    span {
      position: absolute;
      color: #222;
      top: 12px;
      left: 30px;
      font-size: 18px;
      font-weight: 600;
      font-family: var(--jeeno-ff-outfit);
    }
  }
}

.news-room {
  background: url('../images/news-bg.png');
  background-color: #fff;

  .newsroom-contents {

    p {
      font-size: 30px;
      font-weight: 700;
    }

    h5 {
      color: #12435F;
    }
  }

  input.email-input {
    padding: 11px 10px;
  }

}

.news-room .btn:hover {
  border: 1px solid #000000;
  border-radius: 5px;
}

.case-studies {
  background: var(--jeeno-color-common-white);

  .casestudy-card-para {
    color: var(--jeeno-color-common-black);
    line-height: 24px;
    padding-inline: 1em;
    padding-top: 0.5em;
    margin-bottom: 0px;
  }

  .casestudy.col-lg-4 {
    display: flex;
  }

  h5 {
    color: #12435F;
  }

  p {
    color: #000;
  }

  .casestudy-card-2 {
    overflow: hidden;
    display: flex;
    position: relative;

    h4 {
      color: #162233;
      font-weight: 700;
      padding-left: 15px;

      @media screen and (min-width: 1200px) {
        padding-left: 16px;
      }
    }

    .casestudy-card-green-box-right {
      display: flex;
      justify-content: space-between;
      align-items: center;

      .casestudy-card-green-box {
        background: #1fb680;
        padding: 6px;
        display: flex;
        width: fit-content;
        margin-left: auto;
        margin-right: -2px;
        font-weight: 700;
        font-size: 50px;
        line-height: 1.2;
        color: var(--jeeno-color-common-black);
        font-family: var(--jeeno-ff-outfit);
      }
    }
  }

  a>.casestudy-card-view-more {
    color: var(--jeeno-color-common-black);

    &:hover {
      color: var(--jeeno-color-common-green);
    }
  }
}


.casestudy-card {
  border: 1px solid #dbdbdb;
  border-radius: 11px;
  position: relative;
  max-height: 620px;
  height: 100%;

  &.casestudy-card-left {
    .casestudy-card-green-box {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
    }
  }

  img {
    position: relative;
    background-color: #fff;
    width: 100%;
  }

  .case-studies-left {
    position: relative;
    text-align: center;
    height: 300px;

    .p-4.pb-0 {
      padding: 0px !important;
    }
  }

  .casestudy-card-view-more {
    position: absolute;
    right: 0;
    left: 0;
    font-size: 22px;
    font-weight: 700;
    bottom: 5px;
    background-color: #fff;
    max-width: 30%;
    height: 40px;
    padding-top: 8px;
    border-radius: 10px;
    margin: 0 auto;
  }

  h4 {
    color: #162233;
    font-weight: 700;
    padding-left: 10px;

    @media screen and (min-width: 1200px) {
      padding-left: 16px;
    }
  }

  p {
    padding: 0px 64px 0px 0px;
  }

  .casestudy-card-green-box {
    background: #1fb680;
    padding: 6px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    margin-top: 17px;
    color: var(--jeeno-color-common-black);
    border-bottom-right-radius: 10px;

    /* @media screen and (min-width: 991px) and (max-width: 1300px) {
      margin-top: 24px;
    } */

    /* @media screen and (min-width: 1024px) and (max-width: 1199px) {
      margin-top: -26px;
    } */
  }
}

.casestudy-border {
  border: 1px solid #dbdbdb;
  border-radius: 11px;
}

.casestudy.col-lg-4 {
  position: relative;
  padding: 0px 0px;

  & span {
    position: absolute;
    z-index: 1;
    top: 61%;
    right: -21%;
    transform: rotate(-90deg);
    font-size: 22px;
    font-weight: 700;
    background-color: #fff;
    max-width: 100%;
    height: 80px;
    padding-top: 22px;
    border-top-right-radius: 10px;
    padding-left: 18px;
    padding-right: 15px;
  }
}

.careers-bg {
  background-color: var(--jeeno-color-common-white);

  .careers-inner {
    background: url(../images/caeers-bg-img.webp) no-repeat center;
    background-size: cover;
    padding: 0px 0px 100px;
    border-radius: 10px;

    .careers-inner-con {
      background-color: #070128;
      padding: 40px;
      width: 50%;
      border-radius: 10px 0px 10px 0px;

      .careers-bg-but {
        margin: 0px 0px -60px;
      }
    }
  }
}

.read-btn {
  background-color: #21b573;
  color: black;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  transition: 0.7s;
}

.read-btn:hover {
  transition: 0.7s;
  background-color: transparent;
  border: 1px solid #21b573;
  color: #21b573;

}

.jeeno-footer-section {
  background-color: #020110;
  padding-top: 50px;

  .footer-cta {
    .sub-title {
      font-family: var(--jeeno-ff-outfit);
      color: var(--jeeno-color-common-green);
      font-weight: var(--jeeno-fw-sbold);
    }
  }

  .footer-left {
    background-color: #050F29;
    border-radius: 20px;
    padding: 30px 40px;
    width: 90%;

    @media screen and (min-width: 460px) and (max-width: 1024px) {
      width: 100%;
    }

    .footor-main-logo {
      width: 80%;
    }

    .footer-contact {
      display: flex;
      gap: 20px;

      p>a {
        color: var(--jeeno-color-common-white);
        font-family: var(--jeeno-ff-outfit);

        &:hover {
          color: var(--jeeno-color-common-green);
        }
      }

      i {
        color: var(--jeeno-color-common-white);
      }
    }

    .footer-left-center {
      border-top: 1px solid #ffffff5c;
      padding: 16px 0px;
      border-bottom: 1px solid #ffffff5c;

      p {
        font-family: var(--jeeno-ff-outfit);
        display: flex;
        gap: 10px;
      }
    }
  }

  .footer-menus {

    .footer-menus-inner {
      border-top: 1px solid #ffffff5c;
      padding: 30px 0px;
      border-bottom: 1px solid #ffffff5c;
    }

    .footer-right {
      h4 {
        font-family: var(--jeeno-ff-outfit);
        font-size: 24px;
        color: var(--jeeno-color-common-white);
      }

      p>a {
        color: var(--jeeno-color-common-white);
        transition: 0.7s;
        font-size: 14px;
        display: flex;
        align-items: baseline;
        gap: 15px;
        width: fit-content;

        &:hover {
          color: var(--jeeno-color-common-green);
          transition: 0.7s;
        }
      }

      .subscribe-box {
        display: flex;
      }

      .custom-checkbox {
        padding-top: 10px;
      }
    }
  }
}

.hamburger_inner {
  .contact-info {
    .contact-link {
      color: var(--jeeno-color-common-white);

      &:hover {
        color: var(--jeeno-color-common-green);
      }
    }
  }
}


.testimonial-bg {
  background-image: url('../images/testimonial-bg.webp');
  background-size: cover;

  h3 {
    font-size: 32px;
  }
}

.testi-box {
  background-color: #fff;
  border-radius: 10px;

  & .col-1 img {
    width: auto !important;
  }

  & .col-5 {
    margin: auto 0px;
  }
}

@media only screen and (max-width: 2000px) {
  .menu-area {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1400px) {
  .jeeno-slider-item .slider-content .slider-title {
    font-size: 40px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1600px) {
  .header-wrapper {
    margin: -8px 0px 0px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .header-3.header-absolute .menu-area {
    padding: 0 10px;
  }

  .header-right-item {
    display: none !important;
  }

  .header-wrapper {
    margin: 17px 0px 0px;
  }

  .header-3.header-absolute .menu-area::after {
    border-top: none;
    border-right: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrapper {
    margin: 14px 0px 0px !important;
  }

  .casestudy.col-lg-4 {
    & span {
      right: -28%;
      font-size: 20px;
    }
  }

  .jeeno-slider-item .slider-content .slider-title {
    font-size: 40px;
    line-height: 1.3;
  }

}

@media only screen and (max-width: 991px) {
  .header-top.style-2 {
    display: none;
  }

  .header-wrapper {
    height: 0;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .header-area.sticky {
    height: 72px;
  }

  .g-none-mob {
    display: none !important;
  }

  .industries-right {
    display: none;
  }

  .about-us-section img {
    display: none;
  }

  .newsroom-right {
    display: none;
  }

  .casestudy-card {
    p {
      padding: 10px 20px 15px !important;
    }

    .casestudy-card-green-box-right {
      display: flex;
      align-items: center;

      h4 {
        padding: 0px 20px;
        margin-top: 10px;
      }
    }

    /* .casestudy-card-green-box {
      margin-top: -10px;
    } */
  }

  .casestudy-card-2 {
    h4 {
      padding: 0px 20px;
    }

    .casestudy-card-para {
      padding: 10px 20px 15px !important;
    }
  }

  .infrastructure {
    .page-header {
      min-height: 300px;
    }
  }

  .page-header {
    min-height: 300px !important;
  }

  .fact-sheet {
    .bg-green {
      img {
        max-width: 98% !important;
      }
    }
  }

  .casestudy-card {
    height: 94% !important;
  }
}

@media only screen and (max-width: 767px) {
  .careers-bg .careers-inner .careers-inner-con {
    width: 100%;
    background-color: #070128b0;
  }

  .careers-bg .careers-inner {
    padding: 20px;
  }

  .careers-bg .careers-inner .careers-inner-con .careers-bg-but {
    margin: 0px;
  }

  .jeeno-footer-section .footer-left {
    width: 100%;
  }

  .blog-banner-bg .blog-con {
    gap: 16px;
  }

  .business-growth-bg {
    .counter-count {
      font-size: 40px;
    }

    h6.counter-text {
      font-size: 24px;
    }
  }

  .casestudy-card {
    height: 95%;
  }
}

@media only screen and (max-width: 600px) {
  h3.sub-heading {
    line-height: 1.4;
    font-size: 24px;
  }

  h5.small-heading {
    font-size: 18px;
  }
}

.btn.btn-primary {
  font-size: var(--font-size-medium);
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--green-background-color);
  --bs-btn-border-color: var(--green-background-color);
  --bs-btn-hover-color: var(--font-color);
  --bs-btn-hover-bg: #1dab78;
  --bs-btn-hover-border-color: var(--green-background-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1dab78;
  --bs-btn-active-border-color: var(--green-background-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--green-background-color);
  --bs-btn-disabled-border-color: var(--green-background-color);
}

@media screen and (min-width: 1024px) and (max-width:1300px) {
  h3.sub-heading {
    font-size: 28px;
    line-height: 38px;
  }

  p,
  li {
    font-size: 16px;
  }
}

.mainmenu ul li.active>a {
  color: var(--jeeno-color-common-green);
}

.font-outfit {
  font-family: var(--jeeno-ff-outfit);
}

#resume-error-server {
  color: red;
  position: relative;
  top: 5px;
}

.select2-results__option--selectable {
  color: #060606 !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0d2236 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 45px !important;
  margin-right: 40px !important;
  font-size: 1.2em !important;
}

.select2-results__option.select2-results__message {
  color: #060606 !important;
}

.select2-container {
  height: 100%;

  .selection {
    height: 100%;

    .select2-selection {
      height: 46px;
      border: 1px solid #d7d7d7 !important;
      padding-right: 0px !important;
    }

    .select2-selection__rendered {
      line-height: 46px !important;
      font-size: 14px !important;
    }

    .select2-selection__placeholder {
      color: #060606 !important;
      font-size: 14px !important;
    }

    .select2-selection__arrow {
      top: 12px !important;
      right: 14px !important;
    }
  }
}

.multi-select {
  #position_applied {
    border: 1px solid #d7d7d7 !important;
    width: 100% !important;
    height: 46px !important;
    border-radius: 6px;
    color: #333;
    padding: 0 10px !important;
    font-size: 14px;

    &:focus {
      border: 1px solid #333;
      box-shadow: none;
    }
  }
}

.select2-container--default .select2-selection__choice {
  background-color: #f4fffb !important;
  height: 28px;
  line-height: 28px;
  margin-left: 5px !important;
  margin-top: -2px !important;
  vertical-align: middle !important;
}

.select2-container--default .select2-selection__choice__remove {
  font-size: 14px !important;
  padding: 0 4px !important;
  top: -1px !important;
}

.select2-container--default .select2-selection__choice__display {
  padding-left: 4px !important;
  padding-right: 6px !important;
  color: #060606 !important;
  font-size: 14px !important;
}

.select2-dropdown {
  z-index: 2 !important;
}

.select2-selection--multiple {
  height: 100% !important;
  padding-bottom: 0px !important;

  .select2-selection__clear {
    margin-top: 10px !important;
  }

  .select2-search--inline {
    .select2-search__field {
      font-family: 'Raleway' !important;
      margin-top: 12px !important;
      margin-left: 14px !important;
      height: 34px !important;
      color: #060606 !important;

      &::placeholder {
        color: #060606 !important;
        font-size: 14px !important;
      }
    }
  }
}

.blog-posting .item a:hover {
  color: #1fb680 !important;
}

.blog-posting .item:hover {
  transform: scale(0.99);
  transition: all 0.5s ease-out;
  /* transition: all 0.5s ease-in-out; */
}

.blog-posting .card-footer .blog-readmore {
  text-align: right;
}

.tech-offer-img:hover {
  transform: scale(1.02);
  transition: all 0.5s ease-out;
}

.about-card-odd:hover {
  transform: scale(1.02);
  transition: all 0.5s ease-out;
}

.about-card-even:hover {
  transform: scale(1.02);
  transition: all 0.5s ease-out;
}

.casestudy-card-left img {
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
}

.casestudy-card-right img {
  height: 300px;
  object-fit: cover;
}

.case-studie-section .sec-card {
  padding: 0px 25px !important;
}

.casestudy-card-left .footer-top-shape {
  background-color: #ffffff;
  transform: rotate(180deg);
  width: 200px;
  left: 0px;
  top: -50px;
  height: 50px;
}

.casestudy-card-left .footer-top-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -50px;
  width: 50px;
  height: 20px;
  -webkit-box-shadow: 24px 0 0 0 #191825;
  box-shadow: 25px 0 0 0 #ffffff;
  border-radius: 0 40px 0 0;
  z-index: -1;
}

.casestudy-card-left .footer-top-shape::after {
  position: absolute;
  background-color: transparent;
  top: 0px;
  width: 50px;
  height: 20px;
  -webkit-box-shadow: 24px 0 0 0 #191825;
  box-shadow: 24px 0 0 0 #ffffff;
  border-radius: 0 24px 0 0;
  z-index: -1;
  left: auto;
  right: -50px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.casestudy-card-right .footer-top-shape {
  background-color: #ffffff;
  transform: rotate(90deg);
  width: 200px;
  left: -8px;
  top: 260px;
  height: 50px;
}

.casestudy-card-right .footer-top-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 93px;
  left: -35px;
  width: 50px;
  height: 20px;
  -webkit-box-shadow: 24px 0 0 0 #191825;
  box-shadow: 25px 0 0 0 #ffffff;
  border-radius: 0 40px 0 0;
  z-index: -1;
  transform: rotateZ(360deg);
  /* -webkit-transform: scale(-1); */
  /* -ms-transform: scaleX(-1); */
}

.casestudy-card-right .footer-top-shape::after {
  position: absolute;
  background-color: transparent;
  top: 15px;
  width: 50px;
  height: 19px;
  -webkit-box-shadow: 24px 0 0 0 #191825;
  box-shadow: 24px 0 0 0 #ffffff;
  border-radius: 0 24px 0 0;
  z-index: -1;
  left: auto;
  right: 143px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: rotateZ(0deg);
}

a:hover .casestudy-card-view-more {
  color: #1fb680;
}





@media screen and (min-width: 1200px) and (max-width: 1400px) {

  /* .casestudy-card-left .casestudy-card-green-box{
      margin-top: 23px !important;
     } */
  .casestudy-card-right .casestudy-card-green-box {
    margin-top: 0px;
  }

  .casestudy.col-lg-4 {
    & span {
      right: -25%;
      font-size: 20px;
      top: 58%;
      padding-left: 25px;
      padding-right: 25px;
    }
  }

  .casestudy-card-right .footer-top-shape::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 88px;
    left: -42px;
    width: 50px;
    height: 20px;
    -webkit-box-shadow: 24px 0 0 0 #191825;
    box-shadow: 25px 0 0 0 #ffffff;
    border-radius: 0 40px 0 0;
    z-index: -1;
    transform: rotateZ(360deg);
  }

  .casestudy-card-right .footer-top-shape::after {
    position: absolute;
    background-color: transparent;
    top: 15px;
    width: 50px;
    height: 19px;
    -webkit-box-shadow: 24px 0 0 0 #191825;
    box-shadow: 24px 0 0 0 #ffffff;
    border-radius: 0 24px 0 0;
    z-index: -1;
    left: auto;
    right: 158px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: rotateZ(0deg);
  }

  .casestudy-card-right img {
    height: 293px;
  }

  .casestudy-card-left img {
    height: 293px;
    border-radius: 12px;
    object-fit: cover;
  }

  .casestudy-card {
    .casestudy-card-view-more {
      position: absolute;
      right: 0;
      left: 0;
      font-size: 20px;
      font-weight: 700;
      bottom: 8px;
      /* background-color: #fff; */
      max-width: 30%;
      height: 40px;
      padding-top: 8px;
      border-radius: 10px;
      margin: 0 auto;
    }
  }

  .case-studies {
    .casestudy-card-para {
      color: var(--jeeno-color-common-black);
      line-height: 21px;
      padding-inline: 1em;
      padding-top: 0.5em;
      margin-bottom: 0px;
    }
  }

}


/* =====blogs====== */


.blog-banner-bg .card {
  position: relative;
}

.blog-banner-bg .card img {
  padding: 10px 25px;
  height: 342px;
  object-fit: cover;
}

.blog-banner-bg .card span.blog-date {
  position: absolute;
  /* background-color: #fff; */
  height: 40px;
  width: 30%;
  top: 0px;
  left: 0px;
  border-radius: 5px 0px 14px 0px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.card .blog-date .footer-top-shape {
  background-color: #fff;
  transform: rotate(0deg);
  width: 130px;
  left: 19px;
  top: 9px;
  height: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #052537;
}

.card .blog-date .footer-top-shape::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 49px;
  left: 6px;
  width: 50px;
  height: 20px;
  -webkit-box-shadow: 24px 0 0 0 #191825;
  box-shadow: 25px 0 0 0 #ffffff;
  border-radius: 0 16px 0 0;
  z-index: -1;
  transform: scalex(-1);
}

.card .blog-date .footer-top-shape::after {
  position: absolute;
  background-color: transparent;
  top: 0px;
  width: 50px;
  height: 20px;
  -webkit-box-shadow: 24px 0 0 0 #191825;
  box-shadow: 24px 0 0 0 #ffffff;
  border-radius: 0 16px 0 0;
  z-index: -1;
  left: auto;
  right: -50px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scalex(-1);
}

@media screen and (max-width: 991px) {
  .card .blog-date .footer-top-shape {
    width: 210px;
  }
}


.blog-banner-bg .item a {
  display: block;
  text-decoration: none;
  color: #052537;
}

.blog-banner-bg .item a:hover .card-title,
.blog-banner-bg .item a:hover .card-footer,
.blog-banner-bg .item a:hover .footer-top-shape,
.blog-banner-bg .item a:hover .blog-readmore {
  color: #1fb680;
  transition: color 0.3s ease;
}

.blog-banner-bg .item a:hover .card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper {
    margin: -1px 0px 0px !important;
  }
}



/* ========================== */


.jeeno-cpyright-text .copyright-text p {
  color: var(--jeeno-color-common-white);
}