/*-----------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Hero
4. About
5. Meanmenu
6. Title
7. Service
8. Project
9. Testimonial
10. Contact
11. Blog
12. Pricing
13. WCU
14. Feature
15. Team
16. FAQ
17. Medical service
18. Appointment
19. Schedule
20. Error
21. Brand
22. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap");

/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
  --primary   : rgb(44 46 118);
  --white     : #FFF;
  --black     : #000;
  --title     : #1F1F1F;
  --title2    : #C5ED82;
  --title3    : #C6DEFD;
  --title4    : #010F34;
  --dark      : #0D0D0D;
  --yellow    : #F2D701;
  --yellow2   : #FFB400;
  --red       : #CB2027;
  --blue      : #1877F2;
  --border    : #D8DDE1;
  --gray      : #696969;
  --gray2     : #727272;
  --smoke     : #FAF8F7;
  --smoke2    : #ECF1F5;
  --smoke3    : #F4F4F4;
  --bg        : #EBF3ED;
  --bg2       : #EAF6E6;
  --bg3       : #E6F6F5;
  --bg4       : #F1E6F6;
  --bg5       : #D8E3DB;
  --bg6       : #464E3D;
  /* --theme  : #4D7B6B; */
  --theme     : #4cac57;
  --theme2    : #3CA200;
  --theme3    : #5D844E;
  --theme4    : #996391;
  --box-shadow: 0px -10px 0px 0px #B3D5D3 inset;
  --icon-font : "Font Awesome 6 Pro";
}

/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left : 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left : 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left : 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left : 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left : 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left : 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left : 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left : 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left : 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left : 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left : 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left : 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left : 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left : 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left : 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left : 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left : 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left : 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left : 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left : 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top   : 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top   : 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top   : 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top   : 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top   : 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top   : 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top   : 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top   : 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top   : 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top   : 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top   : 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top   : 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top   : 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top   : 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top   : 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top   : 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top   : 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top   : 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top   : 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top   : 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

body {
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : 26px;
  color           : var(--black);
  background-color: var(--white);
  padding         : 0;
  margin          : 0;
  overflow-x      : hidden;
}

ul {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

button {
  border          : none;
  background-color: transparent;
  padding         : 0;
}

input:focus {
  color  : var(--title);
  outline: none;
}

input::placeholder {
  color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin    : 0px;
  padding   : 0;
  transition: all 0.4s ease-in-out;
}

h1 {
  color      : var(--white);
  font-family: "Roboto", sans-serif;
  font-size  : 90px;
  font-style : normal;
  font-weight: 600;
  line-height: 94px;
  /* 104.444% */
}

@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 60px;
  font-style : normal;
  font-weight: 700;
  line-height: 66px;
  /* 110% */
}

@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size  : 40px;
    line-height: 50px;
  }
}

h3 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 50px;
  font-style : normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
}

@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 22px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 20px;
  font-style : normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
}

p {
  margin               : 0px;
  transition           : all 0.4s ease-in-out;
  color                : rgba(31, 31, 31, 0.7);
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : "Roboto", sans-serif;
  font-size            : 16px;
  font-style           : normal;
  font-weight          : 400;
  line-height          : 44px;
  /* 275% */
}

a {
  text-decoration: none;
  outline        : none !important;
  cursor         : pointer;
  color          : inherit;
  transition     : all 0.4s ease-in-out;
}

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

span {
  margin    : 0px;
  transition: all 0.4s ease-in-out;
}

/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .container {
    max-width: 1344px;
  }
}

/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }

  .gx-30 {
    --bs-gutter-x: 30px;
  }

  .gx-60 {
    --bs-gutter-x: 60px;
  }

  .gx-64 {
    --bs-gutter-x: 64px;
  }

  .gx-47 {
    --bs-gutter-x: 47px;
  }

  .gx-80 {
    --bs-gutter-x: 80px;
  }

  .gx-120 {
    --bs-gutter-x: 120px;
  }

  .gx-134 {
    --bs-gutter-x: 134px;
  }

  .gx-140 {
    --bs-gutter-x: 140px;
  }

  .gx-165 {
    --bs-gutter-x: 165px;
  }

  .gy-60 {
    --bs-gutter-y: 60px;
  }
}

.gx-0 {
  --bs-gutter-x: 0px;
}

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

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

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

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

.ripple-effect {
  display           : inline-block;
  width             : 60px;
  height            : 60px;
  line-height       : 60px;
  text-align        : center;
  background-color  : #F3E7E0;
  border            : 1px solid var(--white);
  border-radius     : 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
  box-shadow        : 0 0 0 0 rgb(255, 217, 196);
  animation         : rippleOne 2s infinite;
}

.ripple-effect .playerImg {
  width : 19px;
  height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes move-directions {
  0% {
    transform: translateX(0) translateY(0);
  }

  33% {
    transform: translateX(10px);
  }

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

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

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

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

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

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

@-webkit-keyframes letters-loading {

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

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

@keyframes letters-loading {

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

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

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

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

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

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

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

  100% {
    width: 100%;
  }
}

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

  100% {
    width: 100%;
  }
}

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

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

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

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

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

.cir36 {
  animation        : cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    width: var(--progress-width);
  }
}

.reveal {
  position  : relative;
  display   : -ms-inline-flexbox;
  visibility: hidden;
  overflow  : hidden;
}

.reveal img {
  height          : 100%;
  width           : 100%;
  display         : inline-block;
  -o-object-fit   : cover;
  object-fit      : cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content         : "";
  position        : absolute;
  width           : 200%;
  height          : 0%;
  left            : 50%;
  top             : 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform       : translate(-50%, -50%) rotate(-45deg);
  z-index         : 1;
}

.image-anime:hover:after {
  height          : 250%;
  transition      : all 600ms linear;
  background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration       : var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name           : ripple;
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    transform: scale(1.8);
    opacity  : 0;
  }
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    transform: scale(2.8);
    opacity  : 0;
  }
}

.wave-anim {
  width            : 105px;
  height           : 69px;
  background-repeat: repeat;
  background-size  : auto;
  animation        : wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top left -2000px;
  }
}

.fancy-animation {
  animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}

.movingX {
  animation: movingX 8s linear infinite;
}

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

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

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

.movingCar {
  animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0deg);
  }

  50% {
    transform: translateX(calc(-100vw + 108%));
  }

  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }

  100% {
    transform: translateX(0) rotateY(180deg);
  }
}

.moving {
  animation: moving 8s linear infinite;
}

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

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

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

.moving2 {
  animation: moving2 8s linear infinite;
}

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

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

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

.moving3 {
  animation: moving3 8s linear infinite;
}

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

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

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

.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

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

  100% {
    transform: translateY(0);
  }
}

.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.spin {
  animation: spin 10s linear infinite;
}

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

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

.bg-color-ani,
.color-animate {
  animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }

  25% {
    background-color: #81F24C;
  }

  50% {
    background-color: #41F27D;
  }

  75% {
    background-color: #0500FF;
  }

  100% {
    background-color: #F2BA4C;
  }
}

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

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity                  : 0;
  animation-fill-mode      : forwards;
  animation-iteration-count: 1;
  animation-duration       : 1.3s;
  animation-delay          : 0.3s;
  animation-name           : var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

@keyframes slideinup {
  0% {
    opacity  : 0;
    transform: translateY(100px);
  }

  100% {
    opacity  : 1;
    transform: translateY(0);
  }
}

@keyframes slideinright {
  0% {
    opacity  : 0;
    transform: translateX(180px);
  }

  100% {
    opacity  : 1;
    transform: translateX(0);
  }
}

@keyframes slideindown {
  0% {
    opacity  : 0;
    transform: translateY(-100px);
  }

  100% {
    opacity  : 1;
    transform: translateY(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity  : 0;
    transform: translateX(-100px);
  }

  100% {
    opacity  : 1;
    transform: translateX(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity  : 0;
    transform: translateX(120px) translateY(120px);
  }

  100% {
    opacity  : 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity  : 0;
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    opacity  : 1;
    transform: translateX(0) translateY(0);
  }
}

.spin2 {
  animation: spin2 10s linear infinite;
}

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

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

/*animation bubble****************/
.animation-bubble {
  width         : 100%;
  position      : absolute;
  top           : 0;
  left          : 0;
  height        : 100%;
  overflow      : hidden;
  z-index       : 1;
  pointer-events: none;
}

.animation-bubble div[class^=bubble-] {
  height         : 1px;
  width          : 1px;
  position       : absolute;
  background     : url(../img/shape/star.html) no-repeat center center;
  background-size: cover;
  border-radius  : 50%;
  transform      : translateX(-50%);
  pointer-events : none;
}

@media (max-width: 1024px) {
  .animation-bubble> :nth-child(even) {
    display: none;
  }
}

.bubble-1 {
  bottom   : -5px;
  left     : 68%;
  animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
  bottom   : -71px;
  left     : 97%;
  animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
  bottom   : -71px;
  left     : 43%;
  animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
  bottom   : -3.8px;
  left     : 82%;
  animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
  bottom   : -73.4px;
  left     : 29%;
  animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
  bottom   : -71px;
  left     : 41%;
  animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
  bottom   : -79.4px;
  left     : 14%;
  animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
  bottom   : -115.4px;
  left     : 90%;
  animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
  bottom   : -44.6px;
  left     : 33%;
  animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
  bottom   : -6.2px;
  left     : 59%;
  animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height   : 1px;
    width    : 1px;
  }

  100% {
    transform: translate3d(-50%, -280px, 0);
    height   : 30px;
    width    : 30px;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity  : 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes icon-anim {
  0% {
    top  : 26px;
    right: 90px;
  }

  25% {
    top  : 86px;
    right: 110px;
  }

  100% {
    top  : 26px;
    right: 90px;
  }
}

.img-shine {
  position: relative;
}

.img-shine::before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom          : 0;
  content         : "";
  left            : 50%;
  position        : absolute;
  right           : 51%;
  top             : 0;
  opacity         : 1;
  pointer-events  : none;
  transition      : all 500ms linear;
  z-index         : 22;
}

.img-shine:hover::before {
  left      : 0;
  right     : 0;
  opacity   : 0;
  transition: all 500ms linear;
}

.reveal {
  position  : relative;
  display   : -ms-inline-flexbox;
  visibility: hidden;
  overflow  : hidden;
}

.reveal img {
  height          : 100%;
  width           : 100%;
  display         : inline-block;
  -o-object-fit   : cover;
  object-fit      : cover;
  transform-origin: left;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content         : "";
  position        : absolute;
  width           : 200%;
  height          : 0%;
  left            : 50%;
  top             : 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform       : translate(-50%, -50%) rotate(-45deg);
  z-index         : 1;
}

.image-anime:hover:after {
  height          : 250%;
  transition      : all 600ms linear;
  background-color: transparent;
}

.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation      : fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation              : fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay        : calc(30ms * var(--char-index));
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform        : translate3d(0, 50%, 0);
  }

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

@keyframes jump2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform        : translate3d(0, 20%, 0);
  }

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

@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform        : scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

.rotate360 {
  animation        : rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform        : rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform   : rotate(-360deg);
    -ms-transform    : rotate(-360deg);
    -o-transform     : rotate(-360deg);
  }
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn.style1 {
  display           : inline-flex;
  height            : 44px;
  padding           : 16px 24px;
  align-items       : center;
  gap               : 12px;
  flex-shrink       : 0;
  border-radius     : 6px;
  background        : var(--primary);
  color             : var(--white);
  font-family       : "Roboto", sans-serif;
  font-size         : 16px;
  font-style        : normal;
  font-weight       : 500;
  line-height       : normal;
  position          : relative;
  z-index           : 1;
  overflow          : hidden;
  transition        : all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition   : all 0.3s ease-in-out;
  -ms-transition    : all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .theme-btn.style1 {
    padding: 15px 28px;
  }
}

.theme-btn.style1 a {
  color  : var(--white) !important;
  display: inline-block;
}

.theme-btn.style1:before {
  transition-duration: 800ms;
  position           : absolute;
  width              : 210%;
  height             : 290%;
  content            : "";
  top                : 162%;
  left               : 50%;
  background         : var(--theme);
  -webkit-transform  : translateX(-50%);
  transform          : translateX(-50%) rotate(-8deg);
  border-radius      : 80%;
  z-index            : -1;
}

.theme-btn.style1:hover {
  color: var(--white) !important;
}

.theme-btn.style1:hover:before {
  top: -96%;
}

.theme-btn.style2 {
  display           : inline-flex;
  height            : 50px;
  padding           : 12px 24px;
  align-items       : center;
  gap               : 12px;
  flex-shrink       : 0;
  border-radius     : 6px;
  background        : var(--white);
  color             : var(--title);
  font-family       : "Roboto", sans-serif;
  font-size         : 16px;
  font-style        : normal;
  font-weight       : 500;
  line-height       : normal;
  position          : relative;
  z-index           : 1;
  overflow          : hidden;
  transition        : all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition   : all 0.3s ease-in-out;
  -ms-transition    : all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .theme-btn.style2 {
    padding: 15px 28px;
  }
}

.theme-btn.style2 a {
  color  : var(--white) !important;
  display: inline-block;
}

.theme-btn.style2:before {
  transition-duration: 800ms;
  position           : absolute;
  width              : 210%;
  height             : 290%;
  content            : "";
  top                : 162%;
  left               : 50%;
  background         : var(--primary);
  -webkit-transform  : translateX(-50%);
  transform          : translateX(-50%) rotate(-8deg);
  border-radius      : 80%;
  z-index            : -1;
}

.theme-btn.style2:hover {
  color: var(--white) !important;
}

.theme-btn.style2:hover:before {
  top: -96%;
}

.theme-btn.style3 {
  display           : inline-flex;
  height            : 44px;
  padding           : 16px 24px;
  align-items       : center;
  justify-content   : space-between;
  gap               : 12px;
  flex-shrink       : 0;
  border-radius     : 6px;
  background        : #4D7B6B;
  color             : var(--white);
  font-family       : "Roboto", sans-serif;
  font-size         : 16px;
  font-style        : normal;
  font-weight       : 500;
  line-height       : normal;
  position          : relative;
  z-index           : 1;
  overflow          : hidden;
  transition        : all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition   : all 0.3s ease-in-out;
  -ms-transition    : all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .theme-btn.style3 {
    padding: 16px 11px;
  }
}

@media (max-width: 767px) {
  .theme-btn.style3 {
    padding: 15px 28px;
  }
}

@media (max-width: 374px) {
  .theme-btn.style3 {
    padding: 15px 18px;
  }
}

.theme-btn.style3 a {
  color  : var(--white) !important;
  display: inline-block;
}

.theme-btn.style3:before {
  transition-duration: 800ms;
  position           : absolute;
  width              : 210%;
  height             : 290%;
  content            : "";
  top                : 162%;
  left               : 50%;
  background         : var(--yellow2);
  -webkit-transform  : translateX(-50%);
  transform          : translateX(-50%) rotate(-8deg);
  border-radius      : 80%;
  z-index            : -1;
}

.theme-btn.style3:hover {
  color: var(--white) !important;
}

.theme-btn.style3:hover:before {
  top: -96%;
}

.theme-btn.style4 {
  display           : inline-flex;
  height            : 50px;
  padding           : 12px 24px;
  align-items       : center;
  gap               : 12px;
  flex-shrink       : 0;
  border-radius     : 6px;
  background        : var(--title2);
  color             : var(--title);
  font-family       : "Roboto", sans-serif;
  font-size         : 16px;
  font-style        : normal;
  font-weight       : 500;
  line-height       : normal;
  position          : relative;
  z-index           : 1;
  overflow          : hidden;
  transition        : all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition   : all 0.3s ease-in-out;
  -ms-transition    : all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .theme-btn.style4 {
    padding: 15px 28px;
  }
}

.theme-btn.style4 a {
  color  : var(--white) !important;
  display: inline-block;
}

.theme-btn.style4:before {
  transition-duration: 800ms;
  position           : absolute;
  width              : 210%;
  height             : 290%;
  content            : "";
  top                : 162%;
  left               : 50%;
  background         : var(--yellow2);
  -webkit-transform  : translateX(-50%);
  transform          : translateX(-50%) rotate(-8deg);
  border-radius      : 80%;
  z-index            : -1;
}

.theme-btn.style4:hover {
  color: var(--white) !important;
}

.theme-btn.style4:hover:before {
  top: -96%;
}

.slider-arrow-btn {
  display        : flex;
  gap            : 10px;
  justify-content: center;
}

.global-btn {
  position      : relative;
  z-index       : 2;
  overflow      : hidden;
  vertical-align: middle;
  display       : inline-block;
  border        : none;
  text-transform: uppercase;
  text-align    : center;
  background    : var(--title);
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-weight   : 700;
  line-height   : 1;
  padding       : 20px 16px 20px 25px;
  min-width     : 160px;
  cursor        : pointer;
  border-radius : 12px;
}

.global-btn:before {
  transition-duration: 800ms;
  position           : absolute;
  width              : 210%;
  height             : 290%;
  content            : "";
  top                : 162%;
  left               : 50%;
  background         : var(--theme);
  -webkit-transform  : translateX(-50%);
  transform          : translateX(-50%) rotate(-8deg);
  border-radius      : 80%;
  z-index            : -1;
}

.global-btn:hover {
  color: var(--theme) !important;
}

.global-btn:hover i {
  color: var(--white);
}

.global-btn:hover:before {
  top: -96%;
}

.btn-submit {
  width         : 100%;
  height        : 60px;
  padding       : 17px;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  text-transform: uppercase;
  border-radius : 10px;
  background    : var(--theme);
  border        : none;
  transition    : background 0.3s ease;
  cursor        : pointer;
}

.btn-submit:hover {
  background-color: #3CA200;
}

.btn-submit2 {
  width         : 100%;
  height        : 56px;
  padding       : 17px;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 14px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 24px;
  /* 171.429% */
  text-transform: uppercase;
  border-radius : 10px;
  background    : var(--yellow);
  border        : none;
  transition    : background 0.3s ease;
  cursor        : pointer;
}

.btn-submit2:hover {
  background-color: #3CA200;
}

.btn-submit3 {
  width         : 100%;
  height        : 56px;
  padding       : 17px;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 14px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 24px;
  /* 171.429% */
  text-transform: uppercase;
  border-radius : 5px;
  background    : var(--theme);
  border        : none;
  transition    : background 0.3s ease;
  cursor        : pointer;
  max-width     : 200px;
}

.btn-submit3:hover {
  background-color: #3CA200;
}

.btn-submit4 {
  width        : 100%;
  height       : 46px;
  padding      : 13px;
  color        : var(--white);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : normal;
  border-radius: 6px;
  background   : #4D7B6B;
  border       : none;
  transition   : background 0.3s ease;
  cursor       : pointer;
  max-width    : 200px;
}

.btn-submit4 i {
  padding-left: 5px;
}

.btn-submit4:hover {
  background-color: #3CA200;
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
  width : 10px;
  height: 4px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background           : var(--theme);
  border-radius        : 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  -ms-border-radius    : 5px;
  -o-border-radius     : 5px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}

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

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

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

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

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-margin {
  margin: 120px 0;
}

@media (max-width: 991px) {
  .section-margin {
    margin: 80px 0;
  }
}

@media (min-width: 992px) {
  .fix-header {
    padding-top: 45px;
  }
}

.custom-flex {
  display: flex;
  gap    : 30px;
}

.project3.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .project3.section-padding {
    padding: 70px 0;
  }
}

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

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.pt-128 {
  padding-top: 25px;
}

@media (min-width: 1400px) {
  .pt-128 {
    padding-top: 128px;
  }
}

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

@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 30px;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 992px) {
  .pb-52 {
    padding-bottom: 52px;
  }
}

.pb-55 {
  padding-bottom: 55px !important;
}

@media (min-width: 1800px) {
  .pb-96 {
    padding-bottom: 96px !important;
  }
}

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

@media (max-width: 991px) {
  .pb-140 {
    padding: 80px 0;
  }
}

.pl-22 {
  padding-left: 22px;
}

.pr-320 {
  padding-right: 320px;
}

@media (max-width: 1599px) {
  .pr-320 {
    padding-right: 0px;
  }
}

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

@media (max-width: 1399px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

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

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

.mr-10 {
  margin-right: 10px;
}

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

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

@media (max-width: 1799px) {
  .mt-55 {
    margin-top: 30px;
  }
}

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

.mxw-683 {
  max-width: 683px;
}

.mxw-640 {
  max-width: 640px;
}

.brandLogo-fix {
  margin-bottom: -82px;
}

@media (max-width: 991px) {
  .d-none-fix {
    display: none !important;
  }
}

.feature1-padding {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .feature1-padding {
    padding-bottom: 0px;
  }
}

.project1-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .project1-padding {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .project1-padding {
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .about-fix {
    padding-left: 52px;
  }
}

.wcu-padding {
  padding: 120px 0;
}

@media (max-width: 1599px) {
  .wcu-padding {
    padding: 92px 0;
  }
}

.team3-padding {
  padding: 100px 0;
}

@media (max-width: 1399px) {
  .team3-padding {
    padding: 45px 0;
  }
}

.faq2-content {
  margin: 60px 0 80px;
}

.bg-theme {
  background-color: var(--theme) !important;
}

.bg-theme2 {
  background-color: var(--black) !important;
}

.bg-color1 {
  border-radius: 10px;
  background   : var(--smoke2);
}

.bg-white {
  background: var(--white) !important;
}

.footer1-bg {
  background: #09243C;
}

.footer2-bg {
  background: #09243C;
  color     : #fff;
}

.servic2-bg {
  background: linear-gradient(270deg, #ECF1F5 0%, rgba(255, 255, 255, 0.8) 67.14%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1199px) {
  .servic2-bg {
    background: linear-gradient(270deg, #ECF1F5 0%);
  }
}

.servic3-bg {
  background: linear-gradient(270deg, #ECF1F5 0%);
}

.bor-top1 {
  border-top: 1px solid rgb(69, 69, 72);
}

.cap {
  text-transform: capitalize !important;
}

.cap i {
  transform: rotate(0deg) !important;
}

.nav-pills {
  border       : 1px solid var(--border);
  border-radius: 50px;
  display      : flex;
  display      : inline-block;
}

.nav-pills .nav-item {
  display       : flex;
  flex-direction: row;
}

.nav-pills .nav-link {
  color        : var(--theme);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 26px;
  border       : 0;
  flex         : 1;
  text-align   : center;
  padding      : 8px 32px;
  transition   : all 0.3s ease;
  border-radius: 0;
}

.nav-pills .nav-link.active {
  background: var(--theme);
  color     : var(--white);
}

.nav-pills .nav-link:first-child.active {
  border-radius: 30px;
}

.nav-pills .nav-link:last-child.active {
  border-radius: 30px;
}

.section-underline {
  height               : 3px;
  background           : linear-gradient(to right, #3CA200 30px, #D8DDE1 0);
  width                : 100%;
  border-radius        : 2px;
  border-radius        : 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius   : 2px;
  -ms-border-radius    : 2px;
  -o-border-radius     : 2px;
}

.hr-testi {
  width     : 100%;
  height    : 1px;
  background: rgba(31, 31, 31, 0.1);
}

.dot {
  display         : inline-block;
  width           : 4px;
  height          : 4px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius   : 50%;
  margin-right    : 8px;
}

#smooth-wrapper {
  width : 96% !important;
  margin: auto !important;
}

img {
  max-width: 100%;
  height   : auto;
}

.bg-mask {
  mask-size            : cover;
  mask-position        : center;
  background-size      : cover;
  background-position  : center;
  -webkit-mask-size    : cover;
  -webkit-mask-position: center;
}

.truncate-text {
  display      : block;
  max-height   : 56px;
  overflow     : hidden;
  text-overflow: ellipsis;
  line-height  : 1.5em;
  white-space  : normal;
  word-break   : break-word;
}

.navigation-controls {
  padding-top    : 20px;
  display        : flex;
  justify-content: space-between;
}

.navigation-controls .nav-item {
  display        : flex;
  align-items    : center;
  gap            : 5px;
  justify-content: space-between;
  position       : relative;
}

.navigation-controls .nav-item .icon i {
  font-size: 20px;
  color    : var(--title);
}

.navigation-controls .nav-item h4 {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.preview-area {
  margin-top     : 10px;
  display        : flex;
  align-items    : center;
  gap            : 30px;
  justify-content: space-between;
  padding        : 40px 0 40px;
}

.preview-area .preview-item {
  display      : flex;
  align-items  : center;
  gap          : 20px;
  padding      : 15px;
  border-radius: 10px;
  border       : 1px solid rgba(31, 31, 31, 0.14);
  background   : rgba(255, 255, 255, 0);
}

@media (max-width: 449px) {
  .preview-area .preview-item {
    gap: 4px;
  }
}

.preview-area .preview-item .icon {
  display        : flex;
  width          : 60px;
  height         : 60px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 50px;
  background     : var(--theme);
}

@media (max-width: 374px) {
  .preview-area .preview-item .icon {
    width : 60px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .preview-area .preview-item .img {
    display: none;
  }
}

.preview-area .preview-item .content p {
  color         : rgba(31, 31, 31, 0.7);
  font-family   : Roboto;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .preview-area .preview-item .content p {
    font-size: 14px;
  }
}

.preview-area .preview-item .content h5 {
  color         : #1F1F1F;
  font-family   : Roboto;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 26px;
  padding-bottom: 5px;
}

@media (max-width: 1199px) {
  .preview-area .preview-item .content h5 {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  .preview-area .preview-item .content h5 {
    font-size: 14px;
  }
}

@media (max-width: 449px) {
  .preview-area .preview-item .content h5 {
    font-size: 14px;
  }
}

.preview-area .preview-item .content.text-right {
  text-align: right;
}

.checklist.style1 {
  list-style: none;
  padding   : 0;
  margin    : 0;
}

.checklist.style1 li {
  padding-bottom: 8px;
}

.checklist.style1 li img {
  padding-right: 3px;
}

.checklist.style1 li i {
  padding-right: 5px;
}

.checklist.style1 li span {
  color                : var(--title);
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : "Roboto", sans-serif;
  font-size            : 16px;
  font-style           : normal;
  font-weight          : 400;
  line-height          : 34px;
  opacity              : 0.7;
}

.checklist-item {
  display       : flex;
  align-items   : center;
  gap           : 16px;
  padding-bottom: 10px;
}

.checklist-item__text {
  color                : var(--title);
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : "Roboto", sans-serif;
  font-size            : 16px;
  font-style           : normal;
  font-weight          : 400;
  line-height          : 26px;
  opacity              : 0.7;
}

.checklist-item__text--bold {
  color                : #1F1F1F;
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : Roboto;
  font-size            : 18px;
  font-style           : normal;
  font-weight          : 500;
  line-height          : 26px;
  opacity              : 1;
}

.map-container {
  width : 100%;
  height: 380px;
}

@media (min-width: 768px) {
  .map-container {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .map-container {
    height: 700px;
  }
}

.map-container iframe {
  width     : 100%;
  height    : 100%;
  border    : 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container2 {
  width : 100%;
  height: 380px;
}

@media (min-width: 768px) {
  .map-container2 {
    height: 570px;
  }
}

@media (min-width: 1200px) {
  .map-container2 {
    height: 680px;
  }
}

.map-container2 iframe {
  width        : 100%;
  height       : 100%;
  border       : 0;
  border-radius: 20px;
  box-shadow   : 0 5px 15px rgba(0, 0, 0, 0.1);
}

.global-social {
  display        : flex;
  justify-content: center;
  gap            : 10px;
}

.global-social__item a {
  display        : flex;
  width          : 34.886px;
  height         : 35px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 21px;
  border         : 1px solid var(--border);
  background     : var(--White-Color, #FFF);
}

.global-social__item a i {
  color      : var(--theme);
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
}

.global-social__item a:hover {
  background: var(--white);
}

.global-social2 {
  display        : flex;
  justify-content: center;
  gap            : 10px;
}

.global-social2__item a {
  display        : flex;
  width          : 34.886px;
  height         : 35px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 21px;
  background     : rgb(50, 50, 52);
}

.global-social2__item a i {
  color      : var(--white);
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
}

.global-social2__item a:hover {
  background: var(--theme);
}

.global-social3 {
  display: flex;
  gap    : 10px;
}

.global-social3__item a {
  display        : flex;
  width          : 40px;
  height         : 40px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 21px;
  background     : #0A66C2;
}

.global-social3__item a i {
  color      : var(--white);
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
}

.global-social3__item a.twitter {
  background: var(--white);
}

.global-social3__item a.twitter i {
  color: var(--title);
}

.global-social3__item a.twitter2 {
  background: var(--title);
}

.global-social3__item a.twitter2 i {
  color: var(--white);
}

.global-social3__item a.pinterest {
  background: var(--red);
}

.global-social3__item a.pinterest i {
  color: var(--white);
}

.global-social3__item a.linkedin {
  background: var(--blue);
}

.global-social3__item a.linkedin i {
  color: var(--white);
}

.global-social3__item a:hover {
  background: var(--theme);
}

.global-social3__item a:hover i {
  color: var(--white);
}

.global-social4 {
  display: flex;
  gap    : 10px;
}

.global-social4__item a {
  display        : flex;
  width          : 46px;
  height         : 46px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 5px;
  background     : var(--white);
}

.global-social4__item a i {
  color      : var(--title);
  text-align : center;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
}

.global-social4__item a:hover {
  background: var(--title2);
}

.global-social4__item a:hover i {
  color: var(--white);
}

.global-social5 {
  display        : flex;
  justify-content: center;
  gap            : 10px;
}

.global-social5__item a {
  display        : flex;
  width          : 46px;
  height         : 46px;
  flex-shrink    : 0;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 10px;
  background     : var(--smoke2);
}

.global-social5__item a i {
  color      : var(--title);
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 28px;
}

.global-social5__item a:hover {
  background: var(--theme);
}

.global-social5__item a:hover i {
  color: var(--white);
}

.social-profile {
  position          : absolute;
  right             : 2%;
  bottom            : 0;
  max-height        : 380px;
  content           : "";
  -webkit-transition: all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
  z-index           : 2;
  display           : inline-block;
  z-index           : 9;
  -moz-transition   : all 0.4s ease-in-out;
  -ms-transition    : all 0.4s ease-in-out;
  -o-transition     : all 0.4s ease-in-out;
}

.social-profile ul {
  max-width            : 50px;
  padding              : 5px 0;
  margin               : 0 auto;
  transform            : translateY(100px);
  transition           : all 0.6s ease-in-out;
  opacity              : 0;
  visibility           : hidden;
  border-radius        : 144px;
  -webkit-transform    : translateY(100px);
  -moz-transform       : translateY(100px);
  -ms-transform        : translateY(100px);
  -o-transform         : translateY(100px);
  -webkit-border-radius: 144px;
  -moz-border-radius   : 144px;
  -ms-border-radius    : 144px;
  -o-border-radius     : 144px;
}

.social-profile ul li {
  background-color: var(--theme);
  margin-bottom   : 8px;
  display         : block;
  text-align      : center;
}

.social-profile ul li:last-child {
  margin-bottom: 0px;
}

.social-profile ul li a {
  width             : 40px;
  height            : 40px;
  line-height       : 40px;
  text-align        : center;
  font-size         : 18px;
  display           : inline-block;
  color             : var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
  border-radius     : 50%;
  -moz-transition   : all 0.4s ease-in-out;
  -ms-transition    : all 0.4s ease-in-out;
  -o-transition     : all 0.4s ease-in-out;
}

.social-profile .plus-btn {
  z-index         : 2;
  cursor          : pointer;
  width           : 44px;
  height          : 44px;
  flex-shrink     : 0;
  line-height     : 44px;
  text-align      : center;
  font-size       : 18px;
  display         : inline-block;
  background-color: var(--title2);
  color           : var(--title);
  transition      : all 0.4s ease-in-out;
}

.social-profile .plus-btn:hover {
  background-color: var(--theme);
}

.social-profile .plus-btn:hover i {
  color: var(--white);
}

.social-profile:hover ul {
  transform        : translateY(-10%);
  opacity          : 1;
  visibility       : visible;
  -webkit-transform: translateY(-10%);
  -moz-transform   : translateY(-10%);
  -ms-transform    : translateY(-10%);
  -o-transform     : translateY(-10%);
}

.form__group span {
  color         : var(--title);
  font-weight   : 600;
  text-transform: capitalize;
}

.form__group input,
.form__group textarea {
  border          : 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--theme);
  padding         : 16px 20px;
  width           : 100%;
  border-radius   : 6px;
  outline         : none;
  color           : rgba(255, 255, 255, 0.7);
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : normal;
}

.form__group input::placeholder,
.form__group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__group textarea {
  padding-top  : 18px;
  height       : 200px;
  border-radius: 6px;
}

.form__group--large textarea {
  height: 189px;
}

.form__group .form-ctrl {
  padding: 17px 90px 17px 30px;
}

.form__group select.form__select {
  border          : 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--theme);
  padding         : 16px 20px;
  width           : 100%;
  border-radius   : 6px;
  outline         : none;
  color           : rgba(255, 255, 255, 0.7);
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : normal;
  appearance      : none;
  background-image: none;
}

.form__group select.form__select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__group2 span {
  color         : var(--title);
  font-weight   : 600;
  text-transform: capitalize;
}

.form__group2 input,
.form__group2 textarea {
  border          : 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--bg5);
  padding         : 16px 20px;
  width           : 100%;
  border-radius   : 6px;
  outline         : none;
  color           : var(--title);
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : normal;
}

.form__group2 input::placeholder,
.form__group2 textarea::placeholder {
  color  : var(--title);
  opacity: 0.6;
}

.form__group2 textarea {
  padding-top  : 18px;
  height       : 200px;
  border-radius: 6px;
}

.form__group2--large textarea {
  height: 189px;
}

.form__group2 .form-ctrl {
  padding: 17px 90px 17px 30px;
}

.form__group2 select.form__select {
  border          : 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--bg5);
  padding         : 16px 20px;
  width           : 100%;
  border-radius   : 6px;
  outline         : none;
  color           : var(--title);
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : normal;
  appearance      : none;
  background-image: none;
}

.form__group2 select.form__select option[disabled] {
  opacity: 0.6;
}

.form__group3 span {
  color         : var(--title);
  font-weight   : 600;
  text-transform: capitalize;
}

.form__group3 input,
.form__group3 textarea {
  border       : 1px solid transparent;
  border-radius: 10px;
  background   : var(--smoke2);
  padding      : 15px 30px;
  width        : 100%;
  outline      : none;
  color        : var(--gray2);
  font-family  : "Roboto", sans-serif;
  font-size    : 14px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 24px;
}

.form__group3 input::placeholder,
.form__group3 textarea::placeholder {
  color: var(--gray2);
}

.form__group3 select.form__select {
  border          : 1px solid transparent;
  border-radius   : 10px;
  background      : var(--smoke2);
  padding         : 15px 30px;
  width           : 100%;
  outline         : none;
  color           : var(--gray2);
  font-family     : "Roboto", sans-serif;
  font-size       : 14px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : 24px;
  appearance      : none;
  background-image: none;
}

.form__group3 select.form__select::placeholder {
  color: var(--gray2);
}

.form__group3 textarea {
  padding-top  : 18px;
  height       : 164px;
  border-radius: 10px;
}

.form__group3--large textarea {
  height: 189px;
}

.form__group4 span {
  color         : var(--title);
  font-weight   : 600;
  text-transform: capitalize;
}

.form__group4 input,
.form__group4 textarea {
  border       : 1px solid rgba(31, 31, 31, 0.1);
  background   : rgba(255, 255, 255, 0);
  padding      : 16px 20px;
  width        : 100%;
  border-radius: 6px;
  outline      : none;
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : normal;
}

.form__group4 input::placeholder,
.form__group4 textarea::placeholder {
  color  : var(--title);
  opacity: 0.6;
}

.form__group4 textarea {
  padding-top  : 18px;
  height       : 200px;
  border-radius: 6px;
}

.form__group4--large textarea {
  height: 189px;
}

.form__group4 .form-ctrl {
  padding: 17px 90px 17px 30px;
}

.form__group4 select.form__select {
  border          : 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--bg5);
  padding         : 16px 20px;
  width           : 100%;
  border-radius   : 6px;
  outline         : none;
  color           : var(--title);
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : normal;
  appearance      : none;
  background-image: none;
}

.form__group4 select.form__select option[disabled] {
  opacity: 0.6;
}

.input-icon {
  position      : absolute;
  right         : 15px;
  top           : 50%;
  transform     : translateY(-50%);
  color         : var(--gray2);
  font-size     : 14px;
  font-style    : normal;
  font-weight   : 300;
  line-height   : 24px;
  pointer-events: none;
}

.textarea-icon {
  top      : 20px !important;
  transform: none !important;
}

.back-to-top {
  border-radius   : 50%;
  background-color: var(--theme);
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  color           : var(--white);
  font-size       : 18px;
  position        : fixed;
  display         : inline-block;
  z-index         : 99;
  right           : 30px;
  bottom          : 30px;
  transition      : all 0.4s ease-in-out;
  opacity         : 0;
  visibility      : hidden;
  transform       : translateY(20px);
}

.back-to-top:hover {
  background-color: var(--title);
}

.back-to-top.show {
  opacity   : 1;
  visibility: visible;
  transform : translate(0);
}

.mouse-cursor {
  position         : fixed;
  left             : 0;
  top              : 0;
  pointer-events   : none;
  border-radius    : 50%;
  -webkit-transform: translateZ(0);
  transform        : translateZ(0);
  visibility       : hidden;
}

.cursor-inner {
  width             : 6px;
  height            : 6px;
  z-index           : 10000001;
  background-color  : var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition     : width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition        : width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left     : -35px;
  margin-top      : -35px;
  width           : 70px;
  height          : 70px;
  background-color: var(--title);
  opacity         : 0.3;
}

.cursor-outer {
  margin-left       : -12px;
  margin-top        : -12px;
  width             : 30px;
  height            : 30px;
  border            : 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  z-index           : 10000000;
  opacity           : 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition     : all 0.08s ease-out;
  transition        : all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
  align-items    : center;
  cursor         : default;
  display        : flex;
  height         : 100%;
  justify-content: center;
  position       : fixed;
  left           : 0;
  top            : 0;
  width          : 100%;
  z-index        : 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation       : spinner 1s infinite linear;
  border-radius   : 50%;
  border          : 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height          : 9em;
  margin          : 0 auto 3.5em auto;
  width           : 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width : 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font       : bold 5em "Roboto", sans-serif;
  text-align : center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color   : var(--theme);
  position: relative;
}

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

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

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

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

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

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation  : letters-loading 4s infinite;
  color      : var(--theme);
  content    : attr(data-text-preloader);
  left       : 0;
  opacity    : 0;
  font-family: "Roboto", sans-serif;
  position   : absolute;
  top        : -3px;
  transform  : rotateY(-90deg);
}

.preloader p {
  font-size     : 15px;
  font-weight   : 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color         : var(--theme);
}

.preloader .loader {
  position      : fixed;
  top           : 0;
  left          : 0;
  width         : 100%;
  height        : 100%;
  font-size     : 0;
  z-index       : 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: var(--title);
  height          : 100%;
  left            : 0;
  width           : 100%;
  transition      : all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

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

.preloader.loaded .loader-section .bg {
  width             : 0;
  transition        : 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition   : 0.7s;
  -ms-transition    : 0.7s;
  -o-transition     : 0.7s;
}

.counter {
  position  : relative;
  background: linear-gradient(90deg, #3CA200 0%, #16171A 100%);
}

.counter-shape1 {
  position: absolute;
  top     : 0;
}

@media (max-width: 1199px) {
  .counter-shape1 {
    display: none;
  }
}

.counter-shape2 {
  position: absolute;
  right   : 0;
  top     : 0;
}

@media (max-width: 1199px) {
  .counter-shape2 {
    display: none;
  }
}

.counter-item {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  flex-wrap      : wrap;
  gap            : 50px;
}

.counter-item-box__value {
  display       : flex;
  align-items   : center;
  color         : var(--White, #FFF);
  font-family   : "Roboto", sans-serif;
  font-size     : 64px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 26px;
  /* 40.625% */
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .counter-item-box__value {
    font-size: 54px;
  }
}

.counter-item-box__value img {
  padding-right : 14px;
  padding-bottom: 7px;
}

.counter-item-box__label p {
  color      : var(--White, #FFF);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 600;
  line-height: 34px;
  /* 141.667% */
}

/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.slider-btn {
  display    : flex;
  align-items: center;
  gap        : 12px;
}

.slider-btn .style1 {
  display        : flex;
  width          : 64px;
  height         : 64px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 42px;
  border         : 1px solid rgba(38, 38, 38, 0.3);
  background     : var(--black);
}

.slider-btn .style1 i {
  color    : var(--white);
  font-size: 20px;
}

.slider-btn .style1.slider-next {
  background: var(--theme);
}

.slider-btn .style1 img {
  width      : 24px;
  height     : 24px;
  flex-shrink: 0;
  max-width  : fit-content;
}

@media (max-width: 575px) {
  .slider-btn .style1 {
    width : 50px;
    height: 50px;
  }
}

.slider-btn .style2 {
  display        : flex;
  width          : 64px;
  height         : 64px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 42px;
  background     : var(--black);
}

.slider-btn .style2 i {
  color    : var(--white);
  font-size: 20px;
}

.slider-btn .style2.slider-next {
  background: var(--yellow);
}

.slider-btn .style2 img {
  width      : 24px;
  height     : 24px;
  flex-shrink: 0;
  max-width  : fit-content;
}

@media (max-width: 575px) {
  .slider-btn .style2 {
    width : 50px;
    height: 50px;
  }
}

.fancy-box1 {
  display    : flex;
  align-items: center;
  gap        : 16px;
}

.fancy-box1:not(:last-child) {
  margin-bottom: 15px;
}

.fancy-box1__item h6 {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 30px;
  /* 150% */
  padding-bottom: 5px;
}

.fancy-box1__item p {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
}

.fancy-box2 {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  gap            : 20px;
}

.fancy-box2__item h6 {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 24px;
  padding-bottom: 10px;
}

.fancy-box2__item p {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  text-transform: uppercase;
  opacity       : 0.6;
}

.progress-wrap:not(:last-child) {
  padding-bottom: 27px;
}

.progress-wrap .progress-meta {
  display        : flex;
  justify-content: space-between;
  padding-bottom : 9px;
}

.progress-wrap .progress-meta .title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.progress-wrap .progress-meta .title2 {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.progress-wrap .progress-meta .percentage {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.progress-wrap .progress-meta .percentage2 {
  color        : rgba(31, 31, 31, 0.7);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : normal;
  padding-right: 24px;
}

.progress-wrap .progress-meta.mxw-424 {
  max-width: 375px;
}

@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 420px;
  }
}

@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 510px;
  }
}

@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 370px;
  }
}

@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-424 {
    max-width: 424px;
  }
}

.progress-wrap .progress-meta.mxw-375 {
  max-width: 340px;
}

@media (min-width: 500px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 370px;
  }
}

@media (min-width: 768px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 450px;
  }
}

@media (min-width: 992px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 325px;
  }
}

@media (min-width: 1400px) {
  .progress-wrap .progress-meta.mxw-375 {
    max-width: 375px;
  }
}

.progress-wrap .progress-container {
  display      : flex;
  align-items  : center;
  position     : relative;
  max-width    : 625px;
  height       : 8px;
  border-radius: 2px;
  background   : rgba(31, 31, 31, 0.12);
  overflow     : visible;
}

.progress-wrap .progress-container .progress-bar {
  height         : 6px;
  border-radius  : 2px;
  background     : #4D7B6B;
  position       : relative;
  display        : flex;
  align-items    : center;
  justify-content: center;
  white-space    : nowrap;
  z-index        : 1;
}

.marquee-wrapper {
  position   : relative;
  overflow   : hidden;
  white-space: nowrap;
  height     : 185px;
  padding-top: 60px;
  background : var(--theme);
  z-index    : 9;
}

.marquee-wrapper.style-1 {
  background-color: transparent;
  line-height     : 55px;
}

@media (max-width: 1399px) {
  .marquee-wrapper.style-1 {
    margin-bottom: 0px;
    margin       : 30px 0;
  }
}

@media (max-width: 767px) {
  .marquee-wrapper.style-1 {
    margin-bottom: -50px;
    margin       : 0px 0px;
  }
}

.marquee-wrapper.style-1.text-slider {
  height: auto;
}

.text-slider {
  font-family: var(--title);
  font-size  : 48px;
  font-style : normal;
  font-weight: 400;
  line-height: 57.6px;
  color      : var(--white);
}

@media (max-width: 767px) {
  .text-slider {
    font-size: 36px;
  }
}

.text-slider img {
  margin-bottom: 10px;
  margin-right : 8px;
  margin-left  : 10px;
}

.marquee-inner {
  position: absolute;
  display : inline-flex;
  width   : 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float     : left;
  transition: animation 0.2s ease-out;
}

.marquee-item.style1 .text-style {
  transition         : all 0.4s ease-in-out;
  background-image   : linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat  : no-repeat;
  background-size    : 0% 2px;
  color              : transparent;
  -webkit-text-stroke: 1px #bcb8b1;
  font-family        : "Roboto", sans-serif;
  font-size          : 80px;
  font-style         : normal;
  font-weight        : 700;
  line-height        : normal;
  text-transform     : uppercase;
}

.marquee-item.style1 .text-style:hover {
  color          : var(--theme);
  background-size: 100% 3px;
  opacity        : 1;
}

.marquee-item.style-2 .text-slider {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 60px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 66px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  padding-right : 40px;
}

@media (max-width: 767px) {
  .marquee-item.style-2 .text-slider {
    font-size: 36px;
  }
}

.marquee-item.style-2 .text-style {
  transition         : all 0.4s ease-in-out;
  background-image   : linear-gradient(var(--title), var(--title));
  background-position: 0 95%;
  background-repeat  : no-repeat;
  background-size    : 0% 2px;
  padding-right      : 27px;
}

.marquee-item.style-2 .text-style:hover {
  color          : var(--title);
  background-size: 100% 3px;
  opacity        : 0.7;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

/*----------------------------------------------
    # Video style here
----------------------------------------------*/
.video-box-area {
  position: relative;
  z-index : 3;
}

.video-box-area .video-wrap.style1 {
  padding: 0;
}

.video-box-area .video-wrap.style1 .video-box {
  position: relative;
  z-index : 5;
  padding : 400px 0 400px;
}

@media (max-width: 991px) {
  .video-box-area .video-wrap.style1 .video-box {
    padding: 300px 0 300px;
  }
}

@media (max-width: 575px) {
  .video-box-area .video-wrap.style1 .video-box {
    padding: 250px 0 250px;
  }
}

.video-box-area .video-wrap.style1 .video-box.background-image {
  background-position: center;
  background-repeat  : no-repeat;
  background-size    : cover;
}

.video-box-area .video-wrap.style1 .video-box .play-btn {
  position : absolute;
  left     : 50%;
  top      : 50%;
  transform: translate(-50%, -50%);
  z-index  : 6;
}

.video-box-area .video-wrap.style1 .video-box .play-btn svg {
  width : 80px;
  height: 80px;
}

@media (min-width: 576px) {
  .video-box-area .video-wrap.style1 .video-box .play-btn svg {
    width : 120px;
    height: 120px;
  }
}

.video-box-area .video-wrap.style1 .video-box .play-btn svg :hover {
  fill: var(--title);
}

/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-content {
  margin-top: 0;
}

.faq-content .accordion-item {
  margin-bottom: 25px;
  border-radius: 6px;
  border       : 1px solid rgba(31, 31, 31, 0.12);
  overflow     : hidden;
}

.faq-content .accordion-item .accordion-header .accordion-button {
  height         : 60px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  border         : none;
  border-radius  : 0;
  box-shadow     : none;
  background     : #4D7B6B;
  color          : var(--white);
  font-family    : "Roboto", sans-serif;
  font-size      : 22px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 28px;
  padding        : 0 30px;
}

@media (max-width: 575px) {
  .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 449px) {
  .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  padding   : 0 30px;
  background: var(--white);
  color     : var(--title);
}

.faq-content .accordion-item .accordion-header .accordion-button:after {
  font-weight        : 500;
  transition         : all 0.3s ease-in-out !important;
  background-image   : url(../images/icon/faq1.html);
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : 18px 18px;
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../images/icon/faq2.html);
  transform       : rotate(0deg);
}

.faq-content .accordion-item .accordion-collapse {
  border: none;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding         : 20px 30px 23px;
  background-color: var(--theme);
  box-shadow      : 0px 1px 2px 0px rgba(13, 18, 30, 0.08);
  color           : var(--white);
  font-family     : "Roboto", sans-serif;
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 400;
  line-height     : 26px;
}

@media (max-width: 1399px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}

.faq-content2 {
  margin-top: 0;
}

.faq-content2 .accordion-item {
  margin-bottom: 25px;
  border-radius: 10px;
  background   : var(--white);
  box-shadow   : 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  overflow     : hidden;
}

.faq-content2 .accordion-item .accordion-header .accordion-button {
  height         : 60px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  border         : none;
  background     : var(--white);
  box-shadow     : 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  color          : var(--Text-color-Title-color, #010F34);
  font-family    : Raleway;
  font-size      : 18px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 28px;
  padding        : 0 30px;
}

@media (max-width: 575px) {
  .faq-content2 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}

@media (max-width: 449px) {
  .faq-content2 .accordion-item .accordion-header .accordion-button {
    font-size  : 14px;
    line-height: 18px;
  }
}

.faq-content2 .accordion-item .accordion-header .accordion-button.collapsed {
  padding: 0 30px;
}

.faq-content2 .accordion-item .accordion-header .accordion-button:after {
  font-weight        : 500;
  transition         : all 0.3s ease-in-out !important;
  background-image   : url(../images/icon/faq-icon1.html);
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : 18px 18px;
}

.faq-content2 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../images/icon/faq-icon2.html);
  transform       : rotate(0deg);
}

.faq-content2 .accordion-item .accordion-collapse {
  border: none;
}

.faq-content2 .accordion-item .accordion-collapse .accordion-body {
  padding         : 20px 30px 23px;
  background-color: var(--white);
  color           : var(--gray);
  font-family     : "Archivo", sans-serif;
  font-size       : 16px;
  font-weight     : 400;
  line-height     : 26px;
}

@media (max-width: 1399px) {
  .faq-content2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .faq-content2 .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .faq-content2 .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}

/*----------------------------------------------
    # Popup Search style here
----------------------------------------------*/
.popup-search-box {
  position        : fixed;
  top             : 0;
  left            : 50%;
  background-color: rgba(0, 0, 0, 0.6);
  height          : 0;
  width           : 0;
  overflow        : hidden;
  z-index         : 99999;
  opacity         : 0;
  visibility      : hidden;
  border-radius   : 50%;
  transform       : translateX(-50%);
  transition      : all ease 0.4s;
}

.popup-search-box button.searchClose {
  width           : 50px;
  height          : 50px;
  line-height     : 52px;
  position        : absolute;
  top             : 40px;
  right           : 40px;
  background-color: var(--theme);
  font-size       : 22px;
  border-radius   : 10px;
  transform       : rotate(0);
  transition      : all ease 0.4s;
  color           : var(--white);
  border          : 0;
}

.popup-search-box button.searchClose:hover {
  color           : var(--title);
  background-color: #fff;
  border-color    : transparent;
  border-color    : transparent;
  transform       : rotate(90deg);
}

.popup-search-box form {
  position      : absolute;
  top           : 50%;
  left          : 50%;
  display       : inline-block;
  padding-bottom: 40px;
  cursor        : auto;
  width         : 100%;
  max-width     : 700px;
  transform     : translate(-50%, -50%) scale(0);
  transition    : transform ease 0.4s;
}

@media (min-width: 992px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size       : 18px;
  height          : 70px;
  width           : 100%;
  border          : none;
  background-color: var(--white);
  border          : 2px solid var(--theme);
  padding         : 0 80px 0 30px;
  color           : var(--title);
  border-radius   : 50px;
}

.popup-search-box form button {
  position        : absolute;
  top             : 0px;
  background-color: transparent;
  border          : none;
  color           : var(--theme);
  font-size       : 24px;
  right           : 12px;
  cursor          : pointer;
  width           : 70px;
  height          : 70px;
  transition      : all ease 0.4s;
  transform       : scale(1.001);
}

.popup-search-box form button:hover {
  transform: scale(1.1);
}

.popup-search-box.show {
  opacity      : 1;
  visibility   : visible;
  width        : 100.1%;
  height       : 100%;
  transition   : all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  transition-delay: 0.5s;
  transform       : translate(-50%, -50%) scale(1);
}

/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
  position        : fixed;
  z-index         : 99999;
  right           : 0;
  top             : 0;
  height          : 100%;
  width           : 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity         : 0;
  visibility      : hidden;
  transition      : all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display         : inline-block;
  border          : 2px solid;
  line-height     : 50px;
  font-size       : 24px;
  padding         : 0;
  position        : absolute;
  top             : 20px;
  right           : 20px;
  background-color: var(--white);
  border-radius   : 50%;
  transform       : rotate(0);
  transition      : all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color       : var(--theme);
  border-color: var(--theme);
  transform   : rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white);
  width           : 450px;
  margin-left     : auto;
  padding         : 80px 30px;
  height          : 100%;
  overflow-y      : scroll;
  position        : relative;
  right           : -500px;
  cursor          : auto;
  transition-delay: 1s;
  transition      : right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow        : inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color  : #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width           : 2px;
  background-color: #F5F5F5;
}

.sidemenu-wrapper .widget {
  padding         : 0;
  border          : none;
  background-color: transparent;
  margin-bottom   : 40px;
}

.sidemenu-wrapper .newsletter-form .as-btn:hover {
  background: var(--theme);
}

.sidemenu-wrapper .newsletter-form .as-btn:hover:before,
.sidemenu-wrapper .newsletter-form .as-btn:hover::after {
  display: none;
}

.sidemenu-wrapper.show {
  opacity   : 1;
  visibility: visible;
  width     : 100%;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right     : 0;
  opacity   : 1;
  visibility: visible;
}

.sidemenu-wrapper {
  position          : fixed;
  z-index           : 99999;
  right             : 0;
  top               : 0;
  height            : 100%;
  width             : 0;
  background-color  : rgba(0, 0, 0, 0.75);
  opacity           : 0;
  visibility        : hidden;
  transition        : all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition   : all ease 0.8s;
  -ms-transition    : all ease 0.8s;
  -o-transition     : all ease 0.8s;
}

.sidemenu-wrapper .global-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display           : inline-block;
  border            : 2px solid;
  width             : 50px;
  height            : 50px;
  line-height       : 48px;
  font-size         : 24px;
  padding           : 0;
  position          : absolute;
  top               : 20px;
  right             : 20px;
  background-color  : var(--white);
  border-radius     : 50%;
  transform         : rotate(0);
  transition        : all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition   : all ease 0.4s;
  -ms-transition    : all ease 0.4s;
  -o-transition     : all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color       : var(--theme);
  border-color: var(--theme);
  transform   : rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color  : var(--white);
  width             : 450px;
  margin-left       : auto;
  padding           : 80px 30px;
  height            : 100%;
  overflow          : scroll;
  position          : relative;
  right             : -500px;
  cursor            : auto;
  transition-delay  : 1s;
  transition        : right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition   : right ease 1s;
  -ms-transition    : right ease 1s;
  -o-transition     : right ease 1s;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow      : inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width           : 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
  padding         : 0;
  border          : none;
  background-color: transparent;
  margin-bottom   : 40px;
}

.sidemenu-wrapper .recent-post .post-title {
  color: var(--title);
}

.sidemenu-wrapper .widget_title {
  color : var(--title);
  margin: -0.12em 0 30px 0;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position : absolute;
  top      : 0;
  right    : 0;
  min-width: 80px;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group {
  position: relative;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group button {
  position : absolute;
  top      : 0;
  right    : 0;
  min-width: 80px;
  height   : 100%;
}

.sidemenu-wrapper .global-widget-contact .info-box_text .icon img {
  filter: none;
}

.sidemenu-wrapper .global-social {
  padding-top: 11px;
  display    : flex;
  gap        : 15px;
}

.sidemenu-wrapper .global-social__item a {
  display        : flex;
  width          : 44px;
  height         : 44px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 12px;
  background     : var(--title);
}

.sidemenu-wrapper .global-social__item a:hover {
  background: var(--theme);
}

.sidemenu-wrapper.show {
  opacity   : 1;
  visibility: visible;
  width     : 100%;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right     : 0;
  opacity   : 1;
  visibility: visible;
}

@media (max-width: 499px) {
  .sidemenu-wrapper {
    background: transparent;
  }

  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }

  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .global-btn {
    margin-bottom: 10px;
  }
}

.info-box {
  display      : flex;
  margin-bottom: 11px;
}

.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size       : 16px;
  background-color: transparent;
  color           : var(--theme);
  text-align      : center;
  margin-right    : 10px;
}

.info-box_text {
  display      : block;
  color        : var(--title);
  margin-top   : -0.45em;
  margin-bottom: -0.45em;
  align-self   : center;
}

.info-box_link {
  display: inline-block;
  color  : var(--title);
}

.info-box_link:hover {
  color: var(--theme);
}

.global-widget-about {
  max-width    : 354px;
  margin-bottom: -0.5em;
}

.global-widget-about .about-logo {
  margin-bottom: 35px;
}

.global-widget-about .text {
  margin-bottom: 30px;
  margin-top   : -0.5em;
  color        : var(--title);
}

.global-widget-contact {
  max-width    : 260px;
  margin-bottom: -0.4em;
}

.global-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top : 0;
  display    : flex;
  gap        : 16px;
}

.global-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.global-widget-contact .info-box_text .icon {
  color        : var(--title);
  flex         : none;
  width        : 40px;
  height       : 40px;
  line-height  : 37px;
  border       : 1px solid var(--title);
  border-radius: 50%;
  text-align   : center;
}

.global-widget-contact .info-box_text .icon img {
  filter: contrast(0) brightness(2) opacity(0.7);
}

.global-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}

.global-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}

.global-widget-contact .info-box_text a {
  color: inherit;
}

.global-widget-contact .info-box_text a:hover {
  color: var(--theme);
}

/* Style the pagination container */
.pagination {
  position       : relative;
  display        : flex;
  justify-content: center;
  padding-top    : 60px;
}

@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .pagination {
    padding-top: 72px;
  }
}

.slider-pagination {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 10px;
  padding-bottom : 5px;
  width          : 25% !important;
}

@media (max-width: 1399px) {
  .slider-pagination {
    width: 30% !important;
  }
}

@media (max-width: 1199px) {
  .slider-pagination {
    width: 37% !important;
  }
}

@media (max-width: 991px) {
  .slider-pagination {
    width: 45% !important;
  }
}

@media (max-width: 575px) {
  .slider-pagination {
    width: 60% !important;
  }
}

.swiper-pagination-bullet {
  width        : 80px;
  height       : 4px;
  border-radius: 30px;
  background   : var(--title);
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 50px;
  }
}

@media (max-width: 374px) {
  .swiper-pagination-bullet {
    width: 40px;
  }
}

.swiper-pagination-bullet-active {
  background-color: var(--theme);
  border-radius   : 30px;
  width           : 80px;
  height          : 4px;
  flex-shrink     : 0;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 50px;
  }
}

@media (max-width: 374px) {
  .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.slider-button-prev,
.slider-button-next {
  display         : flex;
  align-items     : center;
  justify-content : center;
  width           : 36px;
  height          : 36px;
  border-radius   : 50%;
  background-color: #fff;
  border          : 1px solid #e0e0e0;
  cursor          : pointer;
  z-index         : 10;
}

.slider-button-prev:hover,
.slider-button-next:hover {
  background: var(--theme);
  transition: all 0.4s ease-in-out;
}

.slider-button-prev:hover i,
.slider-button-next:hover i {
  color     : var(--white);
  transition: all 0.4s ease-in-out;
}

.pagination2 {
  position       : relative;
  display        : flex;
  justify-content: center;
  padding-top    : 60px;
}

@media (max-width: 1199px) {
  .pagination2 {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .pagination2 {
    padding-top: 72px;
  }
}

.pagination2 .slider-pagination {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 10px;
  padding-bottom : 5px;
  width          : 32% !important;
}

@media (max-width: 1399px) {
  .pagination2 .slider-pagination {
    width: 36% !important;
  }
}

@media (max-width: 1199px) {
  .pagination2 .slider-pagination {
    width: 43% !important;
  }
}

@media (max-width: 991px) {
  .pagination2 .slider-pagination {
    width: 57% !important;
  }
}

@media (max-width: 575px) {
  .pagination2 .slider-pagination {
    width: 75% !important;
  }
}

.pagination2 .swiper-pagination-bullet {
  width        : 80px;
  height       : 4px;
  border-radius: 30px;
  background   : var(--title);
}

@media (max-width: 767px) {
  .pagination2 .swiper-pagination-bullet {
    width: 50px;
  }
}

@media (max-width: 374px) {
  .pagination2 .swiper-pagination-bullet {
    width: 40px;
  }
}

.pagination2 .swiper-pagination-bullet-active {
  background-color: var(--theme);
  border-radius   : 30px;
  width           : 80px;
  height          : 4px;
  flex-shrink     : 0;
}

@media (max-width: 767px) {
  .pagination2 .swiper-pagination-bullet-active {
    width: 50px;
  }
}

@media (max-width: 374px) {
  .pagination2 .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.pagination3 {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 30px;
  margin-top     : 30px;
}

.page-nav-wrap ul {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 10px;
}

.page-nav-wrap ul li .page-numbers {
  display        : flex;
  width          : 56px;
  height         : 56px;
  justify-content: center;
  align-items    : center;
  color          : var(--title4);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 400;
  line-height    : 26px;
  /* 162.5% */
  border-radius  : 10px;
  background     : var(--smoke2);
}

.page-nav-wrap ul li .page-numbers.current {
  background: var(--theme);
  color     : var(--white);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width     : 50px;
    height    : 50px;
    font-size : 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  color      : var(--theme);
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.page-nav-wrap ul li .page-numbers:hover {
  background: var(--theme);
  color     : var(--white);
}

.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

.breadcrumb {
  overflow        : hidden;
  background-color: var(--title);
  padding         : 180px 0 165px 0;
  margin          : 0 auto;
  margin-top      : 172px;
  border-radius   : 20px;
  position        : relative;
  overflow        : hidden;
}

@media (max-width: 1199px) {
  .breadcrumb {
    margin-top: 0px;
  }
}

.breadcrumb::before {
  position     : absolute;
  top          : 0;
  left         : 0;
  right        : 0;
  bottom       : 0;
  width        : 100%;
  height       : 100%;
  content      : "";
  border-radius: 20px;
  background   : linear-gradient(180deg, rgba(9, 50, 36, 0) 0%, var(--primary) 91.66%);
  filter       : brightness(0.5);
}

@media (max-width: 767px) {
  .breadcrumb::before {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    padding      : 200px 0 100px 0;
    border-radius: 10px;
  }
}

.breadcrumb-heading {
  position: absolute;
  bottom  : 0;
  z-index : 6;
  display : inline-block;
}

.breadcrumb-heading h1 {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 90px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  text-align    : center;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .breadcrumb-heading h1 {
    font-size  : 75px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .breadcrumb-heading h1 {
    font-size  : 42px;
    line-height: 42px;
  }
}

.breadcrumb-heading__items {
  border-radius  : 10px 10px 0px 0px;
  background     : var(--white);
  display        : inline-flex;
  padding        : 20px 30px;
  align-items    : center;
  justify-content: center;
  gap            : 5px;
  list-style-type: none;
}

@media (max-width: 767px) {
  .breadcrumb-heading__items {
    margin-top: 15px;
    padding   : 7px 20px;
  }
}

.breadcrumb-heading__items li {
  color      : rgba(31, 31, 31, 0.8);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  text-align : center;
}

.breadcrumb-heading__items li:hover {
  color: var(--theme);
}

.breadcrumb-heading__items li a {
  color     : rgba(31, 31, 31, 0.8);
  transition: all 0.4s ease-in-out;
}

.breadcrumb-heading__items li a:hover {
  color: var(--theme);
}

.breadcrumb-heading__items li i {
  color      : var(--white);
  text-align : center;
  font-size  : 14px;
  font-style : normal;
  font-weight: 900;
  line-height: normal;
}

.breadcrumb-shape1 {
  position: absolute;
  left    : 3%;
  z-index : 5;
}

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

.breadcrumb-shape2 {
  position: absolute;
  right   : -6%;
  z-index : 5;
}

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

.widget-card {
  padding      : 40px 40px;
  border-radius: 10px;
  background   : var(--bg);
}

.widget-card:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 499px) {
  .widget-card {
    padding: 30px 20px;
  }
}

.widget-card__title {
  padding-bottom: 20px;
}

.widget-card__title h6 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

.widget-card-search form {
  position: relative;
}

.widget-card-search form input {
  padding      : 12px 70px 12px 20px;
  width        : 100%;
  border-radius: 6px;
  border       : 1px solid rgba(31, 31, 31, 0.1);
  background   : rgba(255, 255, 255, 0);
  color        : var(--gray2);
  font-family  : "Roboto", sans-serif;
  font-size    : 14px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 24px;
  /* 171.429% */
}

.widget-card-search form button {
  position             : absolute;
  right                : 0;
  top                  : 0;
  width                : 44px;
  height               : 100%;
  border-radius        : 0 7px 7px 0;
  background           : var(--theme);
  font-size            : 16px;
  text-align           : center;
  color                : var(--white);
  font-style           : normal;
  font-weight          : 400;
  line-height          : normal;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius   : 0 7px 7px 0;
  -ms-border-radius    : 0 7px 7px 0;
  -o-border-radius     : 0 7px 7px 0;
}

.widget-card-services ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-card-services ul li a {
  border         : 1px solid rgba(31, 31, 31, 0.14);
  background     : rgba(255, 255, 255, 0);
  padding        : 12px 12px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  color          : rgba(31, 31, 31, 0.7);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
}

.widget-card-services ul li a:hover {
  background-color: var(--theme);
  color           : var(--white) !important;
}

.widget-card-services ul li a:hover svg circle {
  fill: var(--white);
}

.widget-card-services ul li a span>i {
  padding-right: 13px;
  color        : var(--gray2);
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : normal;
}

.widget-card-services ul li a i {
  color      : var(--gray2);
  font-size  : 16px;
  font-style : normal;
  font-weight: 900;
  line-height: normal;
}

.widget-card-services ul li.active {
  background-color: var(--theme);
}

.widget-card-services ul li.active a {
  color: var(--white);
}

.widget-card-services ul li.active a i {
  color: var(--white);
}

.widget-card-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-card-categories ul li a {
  border         : 1px solid rgba(31, 31, 31, 0.14);
  background     : rgba(255, 255, 255, 0);
  padding        : 12px 12px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  color          : rgba(31, 31, 31, 0.7);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
}

.widget-card-categories ul li a:hover {
  background-color: var(--theme);
  color           : var(--white) !important;
}

.widget-card-categories ul li a:hover svg circle {
  fill: var(--white);
}

.widget-card-categories ul li a span>i {
  padding-right: 13px;
  color        : var(--gray2);
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : normal;
}

.widget-card-categories ul li a i {
  color      : var(--gray2);
  font-size  : 16px;
  font-style : normal;
  font-weight: 900;
  line-height: normal;
}

.widget-card-categories ul li.active {
  background-color: var(--theme);
}

.widget-card-categories ul li.active a {
  color: var(--white);
}

.widget-card-categories ul li.active a i {
  color: var(--white);
}

.widget-card-question ul li {
  border-radius: 6px;
  border       : 1px solid rgba(38, 38, 38, 0.1);
  background   : var(--white);
}

.widget-card-question ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-card-question ul li:hover {
  background: var(--theme);
}

.widget-card-question ul li:hover a {
  color: var(--white);
}

.widget-card-question ul li:hover a i {
  color: var(--white);
}

.widget-card-question ul li a {
  padding        : 12px 20px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  color          : var(--title);
  font-family    : "Plus Jakarta Sans";
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 400;
  line-height    : 26px;
}

.widget-card-question ul li a i {
  color: var(--title);
}

.widget-card-question ul li.active {
  background-color: var(--theme);
}

.widget-card-question ul li.active a {
  color: var(--white);
}

.widget-card-question ul li.active a i {
  color: var(--white);
}

.widget-card-post-items {
  display    : flex;
  align-items: center;
  gap        : 15px;
}

.widget-card-post-items:not(:last-child) {
  padding-bottom: 20px;
}

.widget-card-post-items__thumb {
  border-radius: 10px;
}

.widget-card-post-items__thumb img {
  max-width    : fit-content;
  border-radius: 10px;
}

.widget-card-post-items-content h5 {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 28px;
  /* 155.556% */
  letter-spacing: -0.36px;
}

.widget-card-post-items-content p {
  display       : flex;
  gap           : 10px;
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  opacity       : 0.6;
  padding-bottom: 12px;
}

.widget-card-tagcloud__list {
  list-style: none;
  padding   : 0;
  display   : flex;
  flex-wrap : wrap;
  gap       : 10px;
}

.widget-card-tagcloud__list li a {
  display        : inline-flex;
  padding        : 8px 18px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  color          : rgba(31, 31, 31, 0.7);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  border         : 1px solid rgba(31, 31, 31, 0.14);
  background     : rgba(255, 255, 255, 0);
}

.widget-card-tagcloud__list li a:hover {
  color     : var(--white);
  background: var(--theme);
}

.widget-card-contact {
  display    : flex;
  align-items: center;
  gap        : 20px;
}

.widget-card-contact-info__text {
  color         : #1F1F1F;
  font-family   : Roboto;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : normal;
  padding-bottom: 10px;
}

.widget-card-contact-info__numb {
  color      : #1F1F1F;
  font-family: Roboto;
  font-size  : 20px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
}

.widget-card-social__list {
  list-style: none;
  padding   : 0;
  display   : flex;
  flex-wrap : wrap;
  gap       : 10px;
}

.widget-card-social__list li a {
  display        : inline-flex;
  padding        : 8px 18px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  color          : rgba(31, 31, 31, 0.7);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  border         : 1px solid rgba(31, 31, 31, 0.14);
  background     : rgba(255, 255, 255, 0);
}

.widget-card-social__list li a:hover {
  color     : var(--white);
  background: var(--theme);
}

.widget-getTouch {
  display       : flex;
  flex-direction: column;
  align-items   : center;
  border-radius : 20px;
  background    : linear-gradient(180deg, #F3604C 0%, #262626 100%);
  height        : 470px;
}

@media (max-width: 499px) {
  .widget-getTouch {
    height: 430px;
  }
}

.widget-getTouch__icon {
  margin-top   : 60px;
  display      : flex;
  width        : 90px;
  height       : 90px;
  padding      : 21.336px 20.666px 20.664px 21.334px;
  align-items  : center;
  border-radius: 10px;
  background   : var(--white);
}

.widget-getTouch__title {
  margin-top: 25px;
  max-width : 300px;
}

@media (max-width: 1199px) {
  .widget-getTouch__title {
    max-width: 255px;
  }
}

@media (max-width: 991px) {
  .widget-getTouch__title {
    max-width: 300px;
  }
}

.widget-getTouch__title h3 {
  color     : var(--white);
  text-align: center;
}

.widget-getTouch__text {
  margin-top: 5px;
  max-width : 300px;
}

.widget-getTouch__text p {
  color      : var(--theme);
  text-align : center;
  font-family: "Plus Jakarta Sans";
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
}

.widget2-card {
  padding-left: 85px;
}

@media (max-width: 1399px) {
  .widget2-card {
    padding-left: 0;
  }
}

.widget2-card-header {
  padding      : 16px 30px;
  border-radius: 20px 20px 0px 0px;
  background   : var(--theme);
}

.widget2-card-header__title h5 {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 30px;
  text-transform: none;
}

.widget2-card-body {
  padding      : 24px 30px 40px;
  border-radius: 0px 0px 20px 20px;
  background   : var(--title);
}

.widget2-card-body-items {
  display    : flex;
  align-items: center;
  gap        : 12px;
}

.widget2-card-body-items:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom : 14px;
  border-bottom : 1px solid rgba(255, 255, 255, 0.2);
}

.widget2-card-body-items__icon {
  display        : flex;
  align-items    : center;
  justify-content: center;
  background     : var(--white);
  border-radius  : 50px;
  width          : 50px;
  height         : 50px;
}

.widget2-card-body-items-content__label {
  padding-bottom: 6px;
  color         : var(--white);
  font-family   : "Plus Jakarta Sans";
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 16px;
  /* 100% */
}

.widget2-card-body-items-content__value {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 20px;
  /* 111.111% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

/* 2. Header */
/*------------------------------------
		3.1 Header Style 1
----------------------------------*/
.header-wrap {
  margin-top     : 20px;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.header-wrap .main-menu ul {
  margin  : 0;
  padding : 0;
  position: relative;
}

.header-wrap .main-menu ul li {
  display : inline-block;
  padding : 0;
  position: relative;
  margin  : 0 20px;
}

@media (max-width: 1599px) {
  .header-wrap .main-menu ul li {
    margin: 0 5px;
  }
}

@media (max-width: 1399px) {
  .header-wrap .main-menu ul li {
    margin: 0 0;
  }
}

.header-wrap .main-menu ul li:hover>a {
  color: var(--theme-color);
}

.header-wrap .main-menu ul li.active,
.header-wrap .main-menu ul li.current-menu-ancestor {
  position: relative;
}

.header-wrap .main-menu ul li.active>a,
.header-wrap .main-menu ul li.current-menu-ancestor>a {
  color: var(--theme-color);
}

.header-wrap .main-menu ul li.dropdown>a {
  padding-right: 30px !important;
}

.header-wrap .main-menu ul li.dropdown>a:before {
  visibility: visible;
}

.header-wrap .main-menu ul li.dropdown .dropdown>a:before {
  visibility: visible;
  right     : 15px;
  transform : rotate(-90deg);
  margin-top: -4px;
}

.header-wrap .main-menu ul li ul.submenu li.active>a {
  position: relative;
  z-index : 2;
  color   : #fff !important;
}

.header-wrap .main-menu ul li a {
  display        : block;
  padding        : 45px 5px;
  text-decoration: none;
  text-transform : capitalize;
  transition     : all 0.4s ease-in-out;
  position       : relative;
  color          : rgba(31, 31, 31, 0.7);
  font-family    : "Roboto", sans-serif;
  font-size      : 13px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  text-transform : capitalize;
}

.header-wrap .main-menu ul li a:before {
  position   : absolute;
  content    : "\f107";
  font-family: "Font Awesome 6 Pro";
  display    : inline-block;
  padding    : 3px;
  font-size  : 14px;
  top        : 50%;
  right      : 6px;
  line-height: 0;
  visibility : hidden;
}

.header-wrap .main-menu ul li:hover>ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity   : 1;
  transform : scaleY(1);
}

.header-wrap .main-menu ul li ul li:hover ul {
  visibility: visible;
  top       : -2px;
}

.header-wrap .main-menu ul ul {
  background-color: #fff;
  left            : 0;
  opacity         : 0;
  position        : absolute;
  text-align      : left;
  top             : 100%;
  visibility      : hidden;
  z-index         : 99999;
  transition      : all 300ms ease;
  border-top      : 2px solid var(--white);
  box-shadow      : 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform       : scaleY(0);
}

.header-wrap .main-menu ul ul li {
  float    : none;
  min-width: 210px;
  margin   : 0;
}

.header-wrap .main-menu ul ul li ul {
  visibility: hidden;
}

.header-wrap .main-menu ul ul li i {
  float: right;
}

.header-wrap .main-menu ul ul li>a {
  line-height  : 120%;
  padding      : 10px 20px;
  color        : var(--heading-color);
  border-bottom: 1px solid #E3E3E3;
  margin-left  : 0;
  font-size    : 16px;
  font-family  : "Roboto", sans-serif;
}

.header-wrap .main-menu ul ul li>a:hover {
  background-color: var(--primary);
  color           : var(--white);
}

.header-wrap .main-menu ul ul li:last-child a {
  border-bottom: 0px;
}

.header-wrap .main-menu ul ul ul {
  left      : 100%;
  transition: all 0.3s ease 0s;
  opacity   : 0;
  border-top: 0px;
  border-top: 2px solid var(--theme);
}

.header-1 {
  position        : absolute;
  top             : 0;
  left            : 0;
  right           : 0;
  width           : 100%;
  z-index         : 999;
  background-color: var(--white);
}

.header-1 .header-wrap {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .header-1 .header-wrap {
    margin-top   : 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .header-1 .header-wrap .logo {
    width: 40%;
  }
}

.header-1 .header-wrap .logo .sticky-logo {
  display: none;
}

.header-1 .header-wrap .main-menu-wrap {
  margin-left: 0;
}

.header-1 .header-wrap .header-right {
  display    : -webkit-box;
  display    : -moz-box;
  display    : -ms-flexbox;
  display    : -webkit-flex;
  display    : flex;
  align-items: center;
}

.header-1 .header-wrap .header-right .search {
  margin-right: 20px;
}

@media (max-width: 575px) {
  .header-1 .header-wrap .header-right .search {
    margin-right: 30px;
    margin-top  : 5px;
  }
}

.header-1.header-top-fix {
  top: auto;
}

@media (max-width: 1199px) {
  .header-1.header-top-fix {
    top: 0;
  }
}

.header-style-2 .header-wrap {
  margin-top: 0;
}

.header-style-2 .header-wrap .main-menu ul li a {
  padding: 35px 24px;
}

.header-style-2 .header-wrap .main-menu ul ul li>a {
  padding: 10px 20px;
}

.sticky {
  position               : fixed !important;
  top                    : 0 !important;
  left                   : 0;
  right                  : 0;
  width                  : 100%;
  z-index                : 10000;
  transition             : all 0.9s ease-in-out;
  -webkit-animation      : 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation              : 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow             : rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color       : var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter        : blur(20px);
}

.sticky.header-1 .header-wrap {
  margin-top   : 0px;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .sticky.header-1 .header-wrap {
    padding: 14px 0;
  }
}

@media (max-width: 991px) {
  .sticky.header-1 .header-wrap {
    padding: 9px 0;
  }
}

@media (max-width: 575px) {
  .sticky.header-1 .header-wrap {
    padding: 12px 0;
  }
}

.sticky.header-1 .header-wrap .logo .primary-logo {
  display: none;
}

.sticky.header-1 .header-wrap .logo .sticky-logo {
  display: block;
}

.sticky.header-1 .header-wrap .main-menu ul li a {
  padding: 26px 5px;
}

.sticky.header-1 .header-wrap .main-menu ul ul li>a {
  padding: 10px 20px;
}

@media (max-width: 1199px) {
  .sticky.header-style-2 .header-wrap {
    padding-left : 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .sticky.header-style-2 .header-wrap {
    padding-left : 30px;
    padding-right: 30px;
  }
}

/*------------------------------------
		 Header Top Section
----------------------------------*/
.header-top-section.style1 {
  padding   : 14px 0;
  position  : relative;
  z-index   : 999;
  background: var(--smoke);
  box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}

.header-top-section.style1 .header-top-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  margin-bottom  : 0;
  display        : flex;
  align-items    : center;
  gap            : 25px;
}

.header-top-section.style1 .header-top-wrapper .contact-list li a {
  display    : flex;
  align-items: center;
  gap        : 6px;
}

.header-top-section.style1 .header-top-wrapper .contact-list li a p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 14px;
  font-style : normal;
  font-weight: 400;
  line-height: 20px;
}

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

/*------------------------------------
		3.2 Header Style 2
----------------------------------*/
.header-style-2 {
  padding: 0 0;
}

.header-style-2 .header-wrap {
  margin-top     : 0;
  margin-top     : 25px;
  border-top     : 1px solid rgba(255, 255, 255, 0.15);
  border-bottom  : 1px solid rgba(255, 255, 255, 0.15);
  background     : rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(15px);
  padding        : 0 100px;
}

@media (max-width: 1199px) {
  .header-style-2 .header-wrap {
    padding   : 13px 30px;
    margin-top: 10px;
  }
}

.line {
  position  : absolute;
  width     : 1px;
  height    : 99%;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1399px) {
  .line {
    display: none;
  }
}

.line-1 {
  top : 50px;
  left: 100px;
}

.line-2 {
  top : 50px;
  left: 35.1%;
}

@media (max-width: 1599px) {
  .line-2 {
    left: 513px;
  }
}

.line-3 {
  top  : 50px;
  right: 35.1%;
}

@media (max-width: 1599px) {
  .line-3 {
    right: 513px;
  }
}

.line-4 {
  top  : 50px;
  right: 100px;
}

/*------------------------------------
		3.4 Mobile menu
----------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding   : 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding        : 0;
  margin         : 0;
  width          : 100%;
  list-style-type: none;
  display        : block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
  display        : -webkit-box;
  display        : -moz-box;
  display        : -ms-flexbox;
  display        : -webkit-flex;
  display        : flex;
  gap            : 30px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items {
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items .homemenu {
    max-width : 300px;
    text-align: center;
    margin    : 0 auto;
    border    : 1px solid #E6E6E6;
    padding   : 10px;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
  background         : -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background         : linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center;
  width              : 100%;
  height             : 100%;
  position           : absolute;
  left               : 0;
  top                : 0;
  overflow           : hidden;
  opacity            : 0;
  -webkit-transition : all 0.3s ease-in-out;
  transition         : all 0.3s ease-in-out;
  content            : "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity   : 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity   : 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity   : 1;
  visibility: visible;
  bottom    : 50%;
  transform : translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin    : 15px auto;
  display   : inline-block;
  font-size : 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width         : 100%;
  padding       : 10px 0;
  color         : var(--common-white);
  font-size     : 16px;
  line-height   : 1.5;
  font-weight   : 500;
  text-transform: capitalize;
  border        : none;
  border-bottom : 1px solid rgba(227, 227, 227, 0.2117647059) !important;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-color);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-color);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding   : 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display  : inline-block;
  font-size: 18px;
}

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

.mean-container .mean-nav>ul>li>a .dropdown-icon {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform        : rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform   : rotate(90deg);
  -ms-transform    : rotate(90deg);
  -o-transform     : rotate(90deg);
}

.mean-container .mean-nav ul li .mega-menu li a {
  height       : 200px;
  width        : 100%;
  padding      : 0;
  border-top   : 0;
  margin-bottom: 20px;
}

/* 3. Hero */
.hero1 {
  position     : relative;
  padding      : 156px 0 148px;
  margin-top   : 123px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .hero1 {
    margin-top: 105px;
  }
}

@media (max-width: 575px) {
  .hero1 {
    padding: 110px 0 110px;
  }
}

.hero1 #heroSlider1 {
  position: relative;
  z-index : 9;
}

.hero1-sliderBtn {
  position      : absolute;
  z-index       : 9;
  left          : 6%;
  top           : 50%;
  display       : flex;
  flex-direction: column;
  gap           : 10px;
}

.hero1-sliderBtn svg rect:hover {
  fill        : var(--title);
  fill-opacity: 1;
}

@media (max-width: 1799px) {
  .hero1-sliderBtn {
    left: 4%;
  }
}

@media (max-width: 1699px) {
  .hero1-sliderBtn {
    left: 2%;
  }
}

@media (max-width: 1599px) {
  .hero1-sliderBtn {
    display: none;
  }
}

.hero1-background-image {
  position         : absolute;
  inset            : 0;
  z-index          : 5;
  background-repeat: no-repeat;
  background-size  : cover;
}

.hero1-background-image::before {
  content      : "";
  position     : absolute;
  inset        : 0;
  border-radius: 20px;
  background   : linear-gradient(270deg, rgba(9, 50, 36, 0) 0%, #093224 91.23%);
  z-index      : 1;
}

.hero1-content {
  position: relative;
  z-index : 9;
}

.hero1-content__subtitle {
  display       : inline-block;
  padding       : 0 15px;
  border-radius : 100px;
  border        : 1.5px solid rgba(255, 255, 255, 0.14);
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 58px;
  text-transform: uppercase;
  margin-bottom : 22px;
}

@media (max-width: 449px) {
  .hero1-content__subtitle {
    padding  : 0 5px;
    font-size: 14px;
  }
}

.hero1-content__title {
  padding-bottom: 30px;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 90px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 94px;
  /* 104.444% */
}

.hero1-content__title span {
  color                    : var(--title2);
  font-family              : "Roboto", sans-serif;
  font-size                : 90px;
  font-style               : normal;
  font-weight              : 600;
  line-height              : 94px;
  text-decoration-line     : underline;
  text-decoration-style    : solid;
  text-decoration-skip-ink : none;
  text-decoration-thickness: auto;
  text-underline-offset    : auto;
  text-underline-position  : from-font;
}

@media (max-width: 991px) {
  .hero1-content__title span {
    font-size  : 58px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero1-content__title span {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .hero1-content__title span {
    font-size  : 42px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .hero1-content__title {
    font-size  : 58px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero1-content__title {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .hero1-content__title {
    font-size  : 42px;
    line-height: 50px;
  }
}

.hero1-content__desc {
  max-width    : 639px;
  padding-right: 0px;
  color        : var(--white);
  font-family  : "Roboto", sans-serif;
  font-size    : 18px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 30px;
  opacity      : 0.8;
}

.hero1-content-cta {
  display    : flex;
  align-items: center;
  gap        : 30px;
}

@media (max-width: 767px) {
  .hero1-content-cta {
    flex-direction: column;
    align-items   : self-start;
    gap           : 25px;
  }
}

.hero1-content-cta-link img {
  padding-right: 14px;
}

.hero1-content-cta-link__text {
  color                    : var(--white);
  font-family              : "Roboto", sans-serif;
  font-size                : 20px;
  font-style               : normal;
  font-weight              : 500;
  line-height              : normal;
  text-decoration-line     : underline;
  text-decoration-style    : solid;
  text-decoration-skip-ink : none;
  text-decoration-thickness: 6%;
  /* 1.2px */
  text-underline-offset    : 16%;
  /* 3.2px */
  text-underline-position  : from-font;
}

.hero1-card {
  position     : absolute;
  right        : 0;
  bottom       : 0;
  z-index      : 5;
  padding      : 23px 34px;
  border-radius: 20px 0px;
  background   : #C5ED82;
  display      : flex;
  align-items  : center;
  gap          : 12px;
}

@media (max-width: 1399px) {
  .hero1-card {
    display: none;
  }
}

.hero1-card-item__title {
  color      : #1F1F1F;
  font-family: Roboto;
  font-size  : 20px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}

.hero1-card-item__desc {
  color         : rgba(31, 31, 31, 0.7);
  font-family   : Roboto;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 30px;
  /* 187.5% */
  text-transform: uppercase;
}

.hero2 {
  position  : relative;
  padding   : 220px 0 148px;
  margin-top: 120px;
  background: var(--theme);
}

@media (max-width: 1199px) {
  .hero2 {
    margin-top: 0px;
    padding   : 120px 0 148px;
  }
}

@media (max-width: 991px) {
  .hero2 {
    padding: 60px 0 82px;
  }
}

.hero2__shape1 {
  position     : absolute;
  right        : 0;
  top          : 0;
  z-index      : 7;
  border-radius: 674px;
  background   : var(--theme);
  filter       : blur(250px);
  width        : 674px;
  height       : 674px;
  flex-shrink  : 0;
}

@media (max-width: 1399px) {
  .hero2__shape1 {
    display: none;
  }
}

.hero2__shape2 {
  position     : absolute;
  left         : -24%;
  bottom       : -60%;
  z-index      : 7;
  border-radius: 1022.124px;
  background   : var(--primary);
  filter       : blur(285px);
  width        : 1022.124px;
  height       : 1022.124px;
  transform    : rotate(30deg);
  flex-shrink  : 0;
  aspect-ratio : 1022.12/1022.12;
}

@media (max-width: 1199px) {
  .hero2__shape2 {
    display: none;
  }
}

.hero2__shape3 {
  position: absolute;
  left    : 0%;
  top     : 0;
  z-index : 7;
}

@media (max-width: 1199px) {
  .hero2__shape3 {
    display: none;
  }
}

.hero2__shape4 {
  position: absolute;
  right   : 2%;
  bottom  : 0;
  z-index : 7;
}

@media (max-width: 1399px) {
  .hero2__shape4 {
    display: none;
  }
}

.hero2__shape5 {
  position: absolute;
  right   : 45%;
  bottom  : 48%;
  z-index : 7;
}

@media (max-width: 1599px) {
  .hero2__shape5 {
    right: 50%;
  }
}

@media (max-width: 1399px) {
  .hero2__shape5 {
    display: none;
  }
}

.hero2-notice {
  position       : absolute;
  right          : 30%;
  top            : 41%;
  z-index        : 9;
  display        : flex;
  align-items    : center;
  gap            : 12px;
  padding        : 20px 25px;
  border-radius  : 6px;
  background     : var(--white);
  box-shadow     : 0px 10px 40px 0px rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(45px);
  max-width      : 250px;
}

.hero2-notice__text h5 {
  color         : var(--theme);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : normal;
  padding-bottom: 7px;
}

.hero2-notice__text p {
  color      : rgba(77, 123, 107, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 14px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1399px) {
  .hero2-notice {
    top: 37%;
  }
}

@media (max-width: 1199px) {
  .hero2-notice {
    display: none;
  }
}

.hero2__thumb {
  position: absolute;
  right   : 10%;
  bottom  : 0;
  z-index : 8;
}

@media (max-width: 1399px) {
  .hero2__thumb {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .hero2__thumb {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .hero2__thumb {
    display: none;
  }
}

.hero2-content {
  position: relative;
  z-index : 9;
}

.hero2-content__subtitle {
  display        : inline-flex;
  padding        : 10px 26px;
  justify-content: center;
  align-items    : center;
  gap            : 12px;
  border-radius  : 100px;
  border         : 1px solid rgba(197, 237, 130, 0.12);
  color          : var(--white);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  margin-bottom  : 22px;
}

@media (max-width: 374px) {
  .hero2-content__subtitle {
    padding  : 0 10px;
    font-size: 14px;
  }
}

.hero2-content__title {
  padding-bottom: 30px;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 90px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 94px;
}

@media (max-width: 1399px) {
  .hero2-content__title {
    font-size  : 75px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .hero2-content__title {
    font-size  : 58px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero2-content__title {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .hero2-content__title {
    font-size  : 42px;
    line-height: 50px;
  }
}

.hero2-content__title span {
  color      : var(--title2);
  font-family: "Roboto", sans-serif;
  font-size  : 90px;
  font-style : normal;
  font-weight: 700;
  line-height: 94px;
}

@media (max-width: 1399px) {
  .hero2-content__title span {
    font-size  : 75px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .hero2-content__title span {
    font-size  : 58px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .hero2-content__title span {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .hero2-content__title span {
    font-size  : 42px;
    line-height: 50px;
  }
}

.hero2-content__desc {
  max-width    : 639px;
  padding-right: 0px;
  color        : var(--white);
  font-family  : "Roboto", sans-serif;
  font-size    : 18px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 30px;
  opacity      : 0.8;
}

.hero2-content-cta {
  display    : flex;
  align-items: center;
  gap        : 20px;
}

@media (max-width: 991px) {
  .hero2-content-cta {
    flex-direction: column;
    align-items   : self-start;
    gap           : 25px;
  }
}

@media (max-width: 575px) {
  .hero2-content-cta {
    padding-top: 0px;
  }
}

.hero2-content-cta__link {
  color                    : var(--title2);
  font-family              : "Roboto", sans-serif;
  font-size                : 16px;
  font-style               : normal;
  font-weight              : 500;
  line-height              : normal;
  text-decoration-line     : underline;
  text-decoration-style    : solid;
  text-decoration-skip-ink : none;
  text-decoration-thickness: 6%;
  /* 0.96px */
  text-underline-offset    : 16%;
  /* 2.56px */
  text-underline-position  : from-font;
}

.hero2-content-cta__link:hover {
  color: var(--white);
}

.hero2-content-cta .theme-btn.style2 {
  border-radius: 6px;
  background   : var(--theme);
  height       : 46px;
  color        : #fff;
}

/* 4. About */
.about1 {
  position     : relative;
  border-radius: 0px 0px 20px 20px;
  background   : linear-gradient(180deg, #FFF 0%, #EBF3ED 100%);
}

.about1__shape {
  position: absolute;
  bottom  : 0;
  right   : 0;
}

@media (max-width: 1399px) {
  .about1__shape {
    display: none;
  }
}

.about1-thumb {
  position: relative;
}

.about1-thumb__img {
  position: relative;
  z-index : 5;
}

@media (max-width: 1199px) {
  .about1-thumb__img {
    text-align: center;
  }
}

.about1-thumb-badge {
  position: absolute;
  z-index : 7;
  right   : 15.5%;
  bottom  : 9.5%;
  width   : 195px;
}

@media (max-width: 1599px) {
  .about1-thumb-badge {
    right: 13.5%;
  }
}

@media (max-width: 1399px) {
  .about1-thumb-badge {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .about1-thumb-badge {
    right: 10.5%;
  }
}

@media (max-width: 767px) {
  .about1-thumb-badge {
    right: 0%;
  }
}

@media (max-width: 575px) {
  .about1-thumb-badge {
    bottom: 8%;
    width : 147px;
  }
}

@media (max-width: 449px) {
  .about1-thumb-badge {
    bottom: 10%;
  }
}

@media (max-width: 374px) {
  .about1-thumb-badge {
    bottom: 14%;
  }
}

.about1-thumb-badge-shape {
  position: relative;
}

.about1-thumb-badge-shape img {
  position: absolute;
  bottom  : -49%;
}

.about1-thumb-badge-shape-content {
  margin-left    : 42px;
  position       : relative;
  display        : inline-flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
}

@media (max-width: 575px) {
  .about1-thumb-badge-shape-content {
    margin-left: 20px;
  }
}

.about1-thumb-badge-shape-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 100px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 56px;
  /* 56% */
  letter-spacing: -10px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .about1-thumb-badge-shape-content__title {
    font-size  : 65px;
    line-height: 35px;
  }
}

.about1-thumb-badge-shape-content__desc {
  color         : rgba(31, 31, 31, 0.7);
  font-family   : "Roboto", sans-serif;
  text-align    : center;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 24px;
  /* 150% */
  text-transform: uppercase;
}

.about1-thumb__text {
  position: absolute;
  top     : 15px;
  left    : -6%;
  z-index : 1;
}

@media (max-width: 575px) {
  .about1-thumb__text {
    display: none;
  }
}

.about1-content {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .about1-content {
    padding-top: 20px;
  }
}

.about1-content-checklist {
  border-top    : 1px solid rgba(31, 31, 31, 0.12);
  padding-top   : 30px;
  padding-bottom: 48px;
}

.about1-content-checklist-item {
  display    : flex;
  align-items: center;
  gap        : 16px;
}

.about1-content-checklist-item__text {
  color                : var(--title);
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : "Roboto", sans-serif;
  font-size            : 16px;
  font-style           : normal;
  font-weight          : 400;
  line-height          : 34px;
  opacity              : 0.7;
}

@media (max-width: 991px) {
  .about2 .pb-75 {
    padding-bottom: 35px;
  }
}

.about2-experience-info {
  display    : flex;
  align-items: center;
  gap        : 20px;
}

@media (max-width: 1199px) {
  .about2-experience-info {
    padding-top: 25px;
  }
}

.about2-experience-info__numb {
  color         : var(--theme);
  font-family   : "Roboto", sans-serif;
  font-size     : 200px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 56px;
  /* 28% */
  letter-spacing: -20px;
  margin-bottom : 45px;
}

@media (max-width: 1199px) {
  .about2-experience-info__numb {
    font-size  : 150px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .about2-experience-info__numb {
    font-size    : 110px;
    margin-bottom: 26px;
  }
}

@media (max-width: 991px) {
  .about2-experience-info img {
    width: 48px;
  }
}

.about2-experience-info__text {
  color         : var(--theme);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 24px;
  text-transform: uppercase;
}

.about2-card {
  position: relative;
}

.about2-card-thumb {
  position: relative;
}

.about2-card-thumb__img {
  position       : relative;
  display        : flex;
  align-items    : center;
  justify-content: center;
  z-index        : 1;
  width          : 100%;
}

.about2-card-thumb__img::before {
  content      : "";
  position     : absolute;
  z-index      : 7;
  inset        : 0;
  border-radius: 6px;
  background   : linear-gradient(180deg, rgba(255, 255, 255, 0) 24.78%, #FFF 100%);
}

.about2-card-thumb__img img {
  position     : relative;
  border-radius: 6px;
  z-index      : 5;
  width        : 100%;
}

.about2-card-thumb-info {
  position       : relative;
  z-index        : 10;
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  margin-top     : -111px;
}

.about2-card-thumb-info__title {
  color      : var(--theme);
  font-family: "Roboto", sans-serif;
  font-size  : 160px;
  font-style : normal;
  font-weight: 700;
  line-height: 165px;
}

@media (max-width: 1199px) {
  .about2-card-thumb-info__title {
    font-size  : 120px;
    line-height: 140px;
  }
}

@media (max-width: 991px) {
  .about2-card-thumb-info__title {
    font-size  : 90px;
    line-height: 115px;
  }
}

@media (max-width: 499px) {
  .about2-card-thumb-info__title {
    font-size  : 75px;
    line-height: 85px;
  }
}

.about2-card-thumb-info__desc {
  color      : var(--title);
  text-align : center;
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 500;
  line-height: 36px;
  max-width  : 252px;
}

.about2-card-content {
  padding   : 100px 80px;
  background: var(--bg);
}

@media (max-width: 1199px) {
  .about2-card-content {
    padding: 60px 40px;
  }
}

@media (max-width: 991px) {
  .about2-card-content {
    padding: 40px 30px;
  }
}

.about2-card-content__icon {
  padding-bottom: 40px;
}

.about2-card-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 30px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 36px;
  padding-bottom: 45px;
}

.about2-card-content__title span {
  color: var(--theme);
}

.about2-card-content-list {
  padding-bottom: 35px;
}

.about2-card-content-list__item {
  padding-bottom: 24px;
  display       : flex;
  align-items   : center;
  gap           : 22px;
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 24px;
  /* 133.333% */
}

.about2-card-content__btn {
  display      : inline-flex;
  gap          : 15px;
  color        : var(--white);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : normal;
  padding      : 17px 24px;
  border-radius: 6px;
  background   : #1F1F1F;
}

.about2-card-content__btn:hover {
  background: var(--theme);
  color     : var(--white);
}

@media (max-width: 1199px) {
  .about3 {
    padding-top: 30px;
  }
}

.about3-thumb {
  position     : relative;
  border-radius: 10px;
}

.about3-thumb__img {
  position     : relative;
  z-index      : 5;
  text-align   : end;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .about3-thumb__img {
    text-align: start;
  }
}

.about3-thumb-content {
  position       : absolute;
  z-index        : 7;
  left           : 20%;
  bottom         : 12%;
  border-radius  : 10px;
  background     : var(--white);
  box-shadow     : 0px 10px 40px 0px rgba(31, 31, 31, 0.2);
  backdrop-filter: blur(45px);
  padding        : 30px 30px;
  max-width      : 360px;
}

@media (max-width: 1199px) {
  .about3-thumb-content {
    left: 0;
  }
}

.about3-thumb-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 22px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  padding-top   : 20px;
  padding-bottom: 30px;
}

.about3-thumb-content__desc {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  opacity    : 0.7;
}

.about3-thumb__text {
  position: absolute;
  top     : 15px;
  left    : -6%;
  z-index : 1;
}

@media (max-width: 575px) {
  .about3-thumb__text {
    display: none;
  }
}

.about3-content {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .about3-content {
    padding-top: 20px;
  }
}

.about3-content-checklist {
  border-top    : 1px solid rgba(31, 31, 31, 0.12);
  padding-top   : 30px;
  padding-bottom: 48px;
}

.about3-content-checklist-item {
  display    : flex;
  align-items: center;
  gap        : 16px;
}

.about3-content-checklist-item__text {
  color                : var(--title);
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : "Roboto", sans-serif;
  font-size            : 16px;
  font-style           : normal;
  font-weight          : 400;
  line-height          : 34px;
  opacity              : 0.7;
}

.about3-content-btn__link {
  padding-left             : 5px;
  color                    : var(--title);
  font-family              : "Roboto", sans-serif;
  font-size                : 16px;
  font-style               : normal;
  font-weight              : 500;
  line-height              : normal;
  text-decoration-line     : underline;
  text-decoration-style    : solid;
  text-decoration-skip-ink : none;
  text-decoration-thickness: 6%;
  /* 0.96px */
  text-underline-offset    : 16%;
  /* 2.56px */
  text-underline-position  : from-font;
}

/* 5. Meanmenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding   : 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding        : 0;
  margin         : 0;
  width          : 100%;
  list-style-type: none;
  display        : block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
  display        : flex;
  align-items    : center;
  gap            : 30px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items {
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav>ul .homemenu-items .homemenu {
    max-width : 300px;
    text-align: center;
    margin    : 0 auto;
    border    : 1px solid var(--border);
    padding   : 10px;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position       : absolute;
  top            : 50%;
  left           : 50%;
  transform      : translate(-50%, -50%);
  width          : 60%;
  gap            : 10px;
  display        : flex;
  justify-content: center;
  flex-direction : column;
  opacity        : 0;
  visibility     : hidden;
  transition     : all 0.4s ease-in-out;
  margin-top     : 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding      : 12px 20px;
  color        : var(--white) !important;
  width        : initial;
  font-size    : 16px;
  text-align   : center;
  border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
  background         : -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background         : linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center;
  width              : 100%;
  height             : 100%;
  position           : absolute;
  left               : 0;
  top                : 0;
  overflow           : hidden;
  opacity            : 0;
  -webkit-transition : all 0.3s ease-in-out;
  transition         : all 0.3s ease-in-out;
  content            : "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity   : 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity   : 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity   : 1;
  visibility: visible;
  bottom    : 50%;
  transform : translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin    : 15px auto;
  display   : inline-block;
  font-size : 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width         : 100%;
  padding       : 10px 0;
  color         : var(--title) !important;
  font-size     : 16px;
  line-height   : 1.5;
  font-weight   : 600;
  text-transform: capitalize;
  border-bottom : 1px solid var(--border) !important;
  border        : none;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--title);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding   : 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display  : inline-block;
  font-size: 18px;
}

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

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform        : rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  -ms-transform    : rotate(45deg);
  -o-transform     : rotate(45deg);
  transition       : all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height       : 200px;
  width        : 100%;
  padding      : 0;
  border-top   : 0;
  margin-bottom: 20px;
}

/* 5. Offcanvas */
/*------------------------------------
		2.7 Offcanvas
----------------------------------*/
.offcanvas__info {
  background           : var(--white) none repeat scroll 0 0;
  border-left          : 1px solid var(--theme-color);
  position             : fixed;
  right                : 0;
  top                  : 0;
  width                : 400px;
  height               : 100%;
  -webkit-transform    : translateX(calc(100% + 80px));
  -moz-transform       : translateX(calc(100% + 80px));
  -ms-transform        : translateX(calc(100% + 80px));
  -o-transform         : translateX(calc(100% + 80px));
  transform            : translateX(calc(100% + 80px));
  -webkit-transition   : transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition      : transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition           : transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index              : 99999;
  overflow-y           : scroll;
  overscroll-behavior-y: contain;
  scrollbar-width      : none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity          : 1;
  -webkit-transform: translateX(0);
  -moz-transform   : translateX(0);
  -ms-transform    : translateX(0);
  -o-transform     : translateX(0);
  transform        : translateX(0);
}

@media (max-width: 575px) {
  .offcanvas__info.info-open {
    width: 100%;
  }
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height  : 100%;
  padding : 30px 30px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content {
    padding: 30px 0;
  }
}

.offcanvas__wrapper .offcanvas__content .text {
  color        : var(--title);
  margin-bottom: 20px;
}

.offcanvas__wrapper .offcanvas__content .theme-btn {
  padding         : 15px 28px;
  margin-top      : 40px;
  width           : 80%;
  text-align      : center;
  display         : flex;
  justify-content : center;
  color           : var(--white);
  font-size       : 18px;
  font-weight     : 400;
  line-height     : 1;
  background-color: var(--theme);
  padding         : 25px 28px;
  display         : inline-flex;
  align-items     : center;
}

@media (max-width: 991px) {
  .offcanvas__wrapper .offcanvas__content .theme-btn {
    padding: 20px 19px;
  }
}

.offcanvas__wrapper .offcanvas__content .theme-btn span {
  margin-right   : 15px;
  display        : -webkit-box;
  display        : -moz-box;
  display        : -ms-flexbox;
  display        : -webkit-flex;
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 34px;
  height         : 34px;
  border-radius  : 34px;
  border         : 1px solid #fff;
  margin-right   : 20px;
}

.offcanvas__wrapper .offcanvas__content .theme-btn span svg path {
  transition: all 0.4s ease-in-out;
}

.offcanvas__wrapper .offcanvas__content .theme-btn:hover {
  color: var(--title);
}

.offcanvas__wrapper .offcanvas__content .theme-btn:hover span svg path {
  animation: tfLeftToRight 0.5s forwards;
  fill     : var(--title);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width        : 45px;
  height       : 45px;
  text-align   : center;
  line-height  : 46px;
  border-radius: 50%;
  background   : var(--theme);
  position     : relative;
  z-index      : 9;
  cursor       : pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close:hover i {
  transform: rotate(90deg);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color     : var(--white);
  font-size : 16px;
  transition: all 0.4s ease-in-out;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color    : var(--title);
  font-size: 30px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size     : 16px;
  font-weight   : 600;
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--title);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a:hover {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme-color);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .btn-read {
  width  : 100%;
  padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 40px;
  gap       : 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  display      : inline-block;
  width        : 42px;
  height       : 42px;
  border-radius: 100%;
  line-height  : 42px;
  border       : 1px solid #414141;
  text-align   : center;
  color        : var(--title);
  transition   : all 0.4s ease-in-out;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border          : 1px solid var(--theme);
  background-color: var(--theme);
  color           : var(--white);
}

.offcanvas__overlay {
  position  : fixed;
  height    : 100%;
  width     : 100%;
  background: #151515;
  z-index   : 900;
  top       : 0;
  opacity   : 0;
  visibility: hidden;
  right     : 0;
}

.offcanvas__overlay.overlay-open {
  opacity   : 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

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

/* 6. Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-top__subtitle {
  color         : var(--primary);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 56px;
  text-transform: uppercase;
  margin-bottom : 10px;
}

.section-top__subtitle span {
  padding-right: 8px;
}

.section-top__subtitle2 {
  display        : inline-flex;
  padding        : 10px 26px;
  justify-content: center;
  align-items    : center;
  gap            : 12px;
  border-radius  : 100px;
  border         : 1px solid var(--primary);
  color          : var(--primary);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  margin-bottom  : 12px;
}

.section-top__subtitle2 span {
  padding-right: 8px;
}

.section-top__subtitle3 {
  display        : flex;
  justify-content: center;
  gap            : 8px;
  color          : var(--yellow);
  font-family    : "Roboto", sans-serif;
  font-size      : 20px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 30px;
  /* 150% */
  text-transform : uppercase;
  margin-bottom  : 12px;
}

.section-top__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 60px;
  font-style : normal;
  font-weight: 700;
  line-height: 66px;
  /* 110% */
}

@media (max-width: 1199px) {
  .section-top__title {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .section-top__title {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .section-top__title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.section-top__title span {
  color: var(--theme);
}

.section-top__title2 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 50px;
  font-style : normal;
  font-weight: 700;
  line-height: 56px;
}

@media (max-width: 1199px) {
  .section-top__title2 {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .section-top__title2 {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .section-top__title2 {
    font-size  : 30px;
    line-height: 40px;
  }
}

.section-top__title3 {
  color      : var(--white);
  font-family: "Roboto", sans-serif;
  font-size  : 60px;
  font-style : normal;
  font-weight: 700;
  line-height: 66px;
  /* 110% */
}

@media (max-width: 1199px) {
  .section-top__title3 {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .section-top__title3 {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .section-top__title3 {
    font-size  : 30px;
    line-height: 40px;
  }
}

.section-top__title3 span {
  color: var(--title2);
}

.section-top__desc {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  opacity    : 0.7;
}

.section-top__desc2 {
  color      : var(--smoke);
  text-align : center;
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.section-top__desc3 {
  color      : #000;
  font-family: "Roboto", sans-serif;
  font-size  : 14px;
  font-style : normal;
  font-weight: 600;
  line-height: 26px;
  /* 185.714% */
}

/* 7. Service */
.service1-card {
  position     : relative;
  display      : flex;
  align-items  : center;
  border-radius: 10px;
  background   : var(--bg);
}

@media (max-width: 1199px) {
  .service1-card {
    flex-direction: column-reverse;
  }
}

.service1-card--bg {
  border-radius: 10px;
  background   : var(--bg4);
}

.service1-card__thumb {
  position     : relative;
  flex         : none;
  border-radius: 0 10px 10px 0;
}

.service1-card__thumb img {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 1199px) {
  .service1-card__thumb {
    width        : 100%;
    border-radius: 10px;
  }

  .service1-card__thumb img {
    width        : 100%;
    border-radius: 10px;
  }
}

.service1-card-content {
  padding: 40px 30px 40px 40px;
}

@media (max-width: 1399px) {
  .service1-card-content {
    padding: 30px 20px 30px 20px;
  }
}

.service1-card-content__icon {
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .service1-card-content__icon {
    padding-bottom: 20px;
  }
}

.service1-card-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 22px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  padding-bottom: 16px;
}

.service1-card-content__desc {
  padding-bottom: 44px;
}

.service1-card-content__desc p {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}

.service1-card-content__link {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.service1-card-content__link i {
  padding-left: 5px;
  color       : var(--black);
}

.service1-card-content__link:hover i {
  color: var(--theme);
}

.service2-card {
  background     : var(--bg);
  display        : inline-flex;
  justify-content: center;
  align-items    : center;
  gap            : 30px;
  padding        : 30px;
  margin-bottom  : 30px;
}

@media (min-width: 1600px) {
  .service2-card {
    width: 420px;
  }
}

@media (max-width: 449px) {
  .service2-card {
    gap    : 20px;
    padding: 19px;
  }
}

@media (max-width: 374px) {
  .service2-card {
    padding: 22px;
  }
}

.service2-card__text {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 22px;
  font-style : normal;
  font-weight: 500;
  line-height: 24px;
  width      : 200px;
}

@media (max-width: 449px) {
  .service2-card__text {
    font-size: 20px;
  }
}

.service2-card__text span {
  color: var(--theme);
}

@media (max-width: 449px) {
  .service2-card__icon {
    width: 20%;
  }
}

.service2-card__link:hover svg g rect {
  fill: var(--theme);
}

.service2-btn {
  display        : inline-flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
  color          : var(--title);
  text-align     : center;
  font-family    : "Roboto", sans-serif;
  font-size      : 18px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : 22px;
  padding        : 65px 60px;
  border         : 1px solid rgba(31, 31, 31, 0.16);
  border-radius  : 999px;
  width          : 200px;
  height         : 200px;
}

.service2-btn span {
  padding-top: 14px;
}

.service2-btn:hover {
  color           : var(--white);
  background-color: var(--theme);
  transition      : all 0.4s ease-in-out;
}

.service2-btn:hover svg path {
  stroke    : var(--white);
  transition: all 0.4s ease-in-out;
}

.service3 {
  border-radius: 20px;
  background   : var(--bg);
}

.service3-card {
  position     : relative;
  display      : flex;
  align-items  : center;
  border-radius: 10px;
  background   : var(--white);
  box-shadow   : 0px 1px 2px 0px rgba(13, 18, 30, 0.08);
}

.service3-card.bor {
  border: 1px solid rgba(31, 31, 31, 0.12);
}

.service3-card:hover {
  border-radius: 10px;
  background   : var(--theme);
  box-shadow   : 0px 1px 2px 0px rgba(13, 18, 30, 0.08);
  transition   : all 0.4s ease-in-out;
}

.service3-card:hover i {
  color     : #fff !important;
  transition: all 0.4s ease-in-out;
}

.service3-card-content {
  padding: 40px 30px 40px 40px;
}

@media (max-width: 1399px) {
  .service3-card-content {
    padding: 30px 20px 30px 20px;
  }
}

@media (max-width: 1199px) {
  .service3-card-content {
    padding: 40px;
  }
}

.service3-card-content__icon {
  padding-bottom: 35px;
}

.service3-card-content__icon svg path {
  fill: var(--title);
}

.service3-card-content__icon.except svg path {
  fill: var(--white);
}

@media (max-width: 767px) {
  .service3-card-content__icon {
    padding-bottom: 20px;
  }
}

.service3-card-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 22px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  padding-bottom: 16px;
}

.service3-card-content__desc {
  padding-bottom: 50px;
}

.service3-card-content__desc p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  opacity    : 0.7;
}

.service3-card-content__link {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.service3-card-content__link svg {
  width : 12px;
  height: 12px;
}

.service3-card:hover .service3-card-content__icon svg path {
  fill  : var(--white);
  stroke: var(--white);
}

.service3-card:hover .service3-card-content__title a {
  color: var(--white);
}

.service3-card:hover .service3-card-content__desc p {
  color     : var(--white);
  transition: all 0.4s ease-in-out;
}

.service3-card:hover .service3-card-content__link {
  color     : var(--white);
  transition: all 0.4s ease-in-out;
}

.service3-card:hover .service3-card-content__link svg path {
  stroke    : var(--white);
  transition: all 0.4s ease-in-out;
}

.service4-card {
  background   : var(--white);
  margin-bottom: 40px;
}

.service4-card__thumb {
  border-radius: 20px;
}

.service4-card__thumb img {
  border-radius: 20px;
}

.service4-card-content {
  position: relative;
}

.service4-card-content__line {
  position  : absolute;
  width     : 880px;
  height    : 1px;
  background: rgba(35, 35, 35, 0.1);
  top       : 32.5%;
}

@media (max-width: 1399px) {
  .service4-card-content__line {
    top: 31.5%;
  }
}

@media (max-width: 1199px) {
  .service4-card-content__line {
    display: none;
  }
}

.service4-card-content__title {
  padding-top   : 40px;
  padding-bottom: 15px;
}

.service4-card-content__title h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
}

@media (max-width: 575px) {
  .service4-card-content__title h5 {
    font-size: 28px;
  }
}

.service4-card-content__desc {
  padding-right: 5px;
}

.service4-card-content__desc p {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 20px;
}

.service4-card-content-profile {
  margin-top   : 40px;
  margin-bottom: 40px;
}

.service4-card-content-profile__thumb {
  border-radius: 10px;
}

.service4-card-content-profile__thumb img {
  border-radius: 10px;
}

.service4-card-content-profile__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 34px;
  padding-bottom: 30px;
}

.service4-card-content-profile__desc {
  padding-bottom: 45px;
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 28px;
  opacity       : 0.7;
}

.service4-card-content-step__numb {
  color         : #1F1F1F;
  font-family   : Roboto;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 10px;
}

.service4-card-content-step__title {
  color         : #1F1F1F;
  font-family   : Roboto;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  padding-bottom: 16px;
}

.service4-card-content-step__icon {
  padding-bottom: 20px;
}

.service4-card-content-step__desc {
  color      : #1F1F1F;
  font-family: Roboto;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
}

/* 8. Project */
.project1 {
  position: relative;
  overflow: hidden;
}

.project1__thumb {
  position: absolute;
  width   : 100%;
  height  : 100%;
  left    : 0;
  z-index : 1;
}

.project1__thumb::before {
  content       : "";
  position      : absolute;
  inset         : 0;
  background    : linear-gradient(180deg, rgba(70, 78, 61, 0.2) 0%, #464E3D 111.13%);
  z-index       : 2;
  pointer-events: none;
}

.project1__thumb img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  position  : relative;
  z-index   : 1;
}

.project1 .section-top {
  position: relative;
  z-index : 5;
}

.project1-card {
  position       : relative;
  z-index        : 5;
  margin-bottom  : 30px;
  padding        : 75px 50px;
  background     : rgba(70, 78, 61, 0.6);
  backdrop-filter: blur(3px);
}

@media (max-width: 767px) {
  .project1-card {
    padding: 30px 30px;
  }
}

.project1-card__title {
  color         : #FFF;
  font-family   : Roboto;
  font-size     : 30px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 38px;
  /* 126.667% */
  padding-bottom: 30px;
  max-width     : 376px;
}

.project1-card__title span {
  color: #C5ED82;
}

.project1-card__text {
  display       : flex;
  align-items   : center;
  color         : #FFF;
  font-family   : Roboto;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  /* 226.667% */
  text-transform: uppercase;
}

.project1-card2 {
  position  : relative;
  z-index   : 5;
  padding   : 75px 50px;
  background: rgba(33, 39, 25, 0.3);
}

@media (max-width: 767px) {
  .project1-card2 {
    padding: 30px 30px;
  }
}

.project1-card2__thumb {
  position: absolute;
  bottom  : 0;
  right   : 0;
  z-index : 0;
}

@media (max-width: 767px) {
  .project1-card2__thumb {
    display: none;
  }
}

.project1-card2-header {
  position      : relative;
  z-index       : 4;
  display       : flex;
  align-items   : center;
  gap           : 20px;
  padding-bottom: 35px;
}

.project1-card2-header__text p {
  color      : #FFF;
  font-family: Roboto;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 34px;
  /* 188.889% */
}

.project1-card2-header__text .list {
  display: flex;
  gap    : 10px;
  color  : var(--white);
}

.project1-card2-header__text .list ul {
  display: flex;
}

.project1-card2-header__text .list ul i {
  color: #C5ED82;
}

.project1-card2__title {
  position   : relative;
  z-index    : 4;
  color      : #FFF;
  font-family: Roboto;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 38px;
  max-width  : 345px;
}

.project1-card3 {
  position       : relative;
  z-index        : 5;
  padding        : 75px 50px;
  background     : rgba(70, 78, 61, 0.6);
  backdrop-filter: blur(3px);
}

@media (max-width: 767px) {
  .project1-card3 {
    padding: 30px 30px;
  }
}

.project1-card3__icon {
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .project1-card3__icon {
    padding-bottom: 50px;
  }
}

.project1-card3__subtitle {
  color         : #FFF;
  font-family   : Roboto;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.project1-card3__title {
  color         : #FFF;
  font-family   : Roboto;
  font-size     : 34px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 44px;
  padding-bottom: 55px;
}

.project1-card3__title span {
  color: #C5ED82;
}

@media (max-width: 575px) {
  .project1-card3__title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.project1-card3-thumb {
  display: flex;
  gap    : 15px;
}

@media (max-width: 575px) {
  .project1-card3-thumb {
    flex-direction: column;
  }
}

.project1-card3__text {
  padding-top   : 15px;
  color         : rgba(255, 255, 255, 0.7);
  font-family   : Roboto;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  text-transform: uppercase;
}

.project2__thumb {
  border-radius: 10px;
}

.project2__thumb img {
  border-radius: 10px;
}

@media (max-width: 1399px) {
  .project2__thumb img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .project2__thumb img {
    aspect-ratio: 1/1.297;
  }
}

@media (max-width: 991px) {
  .project2__thumb img {
    aspect-ratio: 1;
  }
}

.project2-card {
  position     : relative;
  border-radius: 10px;
  background   : var(--bg);
  padding      : 70px 74px;
}

@media (max-width: 1399px) {
  .project2-card {
    padding: 49px 53px;
  }
}

@media (max-width: 1199px) {
  .project2-card {
    padding: 50px 53px;
  }
}

@media (max-width: 767px) {
  .project2-card {
    padding: 30px 30px;
  }
}

.project2-card__shape {
  position: absolute;
  bottom  : 0;
  right   : 0;
}

@media (max-width: 767px) {
  .project2-card__shape {
    display: none;
  }
}

.project2-card__title {
  color         : var(--title);
  text-align    : center;
  font-family   : "Roboto", sans-serif;
  font-size     : 30px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 36px;
  padding-bottom: 30px;
}

.project2-card__desc {
  color      : var(--title);
  text-align : center;
  font-family: "Roboto", sans-serif;
  font-size  : 20px;
  font-style : normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  opacity    : 0.7;
}

@media (max-width: 575px) {
  .project2-card__desc {
    font-size  : 16px;
    line-height: 33px;
  }
}

.project2-card-arrow {
  padding-top    : 57px;
  display        : flex;
  gap            : 10px;
  justify-content: center;
}

.project3 {
  border-radius: 20px;
  background   : var(--bg);
}

.project3-card {
  position   : relative;
  display    : flex;
  align-items: center;
}

.project3-card__thumb {
  position     : relative;
  flex         : none;
  border-radius: 10px;
}

@media (max-width: 499px) {
  .project3-card__thumb {
    display: none;
  }
}

.project3-card__thumb img {
  border-radius: 10px;
}

.project3-card-content {
  padding: 40px 24px 40px 24px;
}

@media (max-width: 1399px) {
  .project3-card-content {
    padding: 30px 20px 30px 20px;
  }
}

@media (max-width: 1199px) {
  .project3-card-content {
    padding: 20px 12px 20px 12px;
  }
}

@media (max-width: 991px) {
  .project3-card-content {
    padding: 40px 24px 40px 24px;
  }
}

@media (max-width: 499px) {
  .project3-card-content {
    border       : 1px dashed rgba(31, 31, 31, 0.12);
    border-radius: 10px;
  }
}

.project3-card-content__numb {
  color         : rgba(31, 31, 31, 0.8);
  font-family   : "Roboto", sans-serif;
  font-size     : 30px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 26px;
  padding-bottom: 20px;
  margin-bottom : 20px;
  border-bottom : 1px dashed rgba(31, 31, 31, 0.12);
}

@media (max-width: 767px) {
  .project3-card-content__numb {
    padding-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .project3-card-content__numb {
    border: none;
  }
}

.project3-card-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 22px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 28px;
  padding-bottom: 10px;
}

@media (min-width: 1400px) {
  .project3-card-content__desc {
    padding-right: 28px;
  }
}

.project3-card-content__desc p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  opacity    : 0.7;
}

.project4-details__thumb {
  border-radius : 20px;
  padding-bottom: 45px;
}

.project4-details__thumb img {
  border-radius: 20px;
}

.project4-details__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 50px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 66px;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .project4-details__title {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .project4-details__title {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .project4-details__title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.project4-details__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 28px;
  opacity       : 0.7;
  padding-bottom: 30px;
}

.project4-details-list {
  padding-bottom: 25px;
}

.project4-details-list-item {
  padding-bottom: 35px;
  border-top    : 1px solid rgba(31, 31, 31, 0.12);
  padding-top   : 17px;
}

.project4-details-list-item h5 {
  color         : rgba(31, 31, 31, 0.7);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  padding-bottom: 10px;
}

.project4-details-list-item h6 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.project4-details-checklist {
  padding-bottom: 60px;
}

.project4-details-treatment__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 50px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 66px;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .project4-details-treatment__title {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .project4-details-treatment__title {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .project4-details-treatment__title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.project4-details-treatment__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 28px;
  opacity       : 0.7;
  padding-bottom: 32px;
  padding-right : 50px;
}

/* 9. Testimonial */
.testimonial1-card {
  padding      : 70px 110px 60px 70px;
  border-radius: 14px;
  background   : #E6F6F5;
  box-shadow   : 0px -10px 0px 0px #B3D5D3 inset;
}

@media (max-width: 991px) {
  .testimonial1-card {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .testimonial1-card {
    padding: 30px;
  }
}

@media (max-width: 499px) {
  .testimonial1-card {
    padding: 20px;
  }
}

.testimonial1-card-header {
  display        : flex;
  justify-content: space-between;
  padding-bottom : 20px;
}

@media (max-width: 575px) {
  .testimonial1-card-header {
    flex-direction: column;
    width         : fit-content;
  }
}

.testimonial1-card-header__star i {
  color      : #FFB34E;
  font-size  : 18px;
  font-style : normal;
  font-weight: 900;
  line-height: normal;
}

.testimonial1-card-content__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 41px;
  opacity       : 0.7;
  padding-bottom: 54px;
}

@media (max-width: 575px) {
  .testimonial1-card-content__desc {
    font-size  : 18px;
    line-height: 34px;
  }
}

.testimonial1-card__thumb {
  border-radius: 10px;
}

.testimonial1-card__thumb img {
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .testimonial1-card__thumb {
    display: none;
  }
}

.testimonial2-card {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  background     : var(--bg);
  border-radius  : 0px 10px 10px 0px;
}

@media (max-width: 1199px) {
  .testimonial2-card {
    border-radius: 10px;
  }
}

.testimonial2-card__thumb {
  flex         : none;
  border-radius: 10px 0px 0px 10px;
}

.testimonial2-card__thumb img {
  border-radius: 10px 0px 0px 10px;
}

@media (max-width: 1199px) {
  .testimonial2-card__thumb {
    display: none;
  }
}

.testimonial2-card-content {
  padding     : 77px 90px 60px 60px;
  border-right: 1px solid rgba(31, 31, 31, 0.1);
}

@media (max-width: 1399px) {
  .testimonial2-card-content {
    padding: 43px 60px 60px 60px;
  }
}

@media (max-width: 767px) {
  .testimonial2-card-content {
    padding: 43px 40px 60px 40px;
  }
}

@media (max-width: 499px) {
  .testimonial2-card-content {
    padding: 30px 30px 30px 30px;
  }
}

.testimonial2-card-content-header {
  display        : flex;
  justify-content: space-between;
  padding-bottom : 20px;
}

@media (max-width: 575px) {
  .testimonial2-card-content-header {
    flex-direction: column;
    width         : fit-content;
  }
}

.testimonial2-card-content-header__star i {
  color      : #FFB34E;
  font-size  : 18px;
  font-style : normal;
  font-weight: 900;
  line-height: normal;
}

.testimonial2-card-content__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 34px;
  /* 188.889% */
  opacity       : 0.7;
  padding-bottom: 54px;
}

.testimonial2-card-btn {
  width          : 940px;
  height         : 300px;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  align-items    : center;
}

@media (max-width: 1699px) {
  .testimonial2-card-btn {
    width : 618px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .testimonial2-card-btn {
    width : 700px;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .testimonial2-card-btn {
    display: none;
  }
}

/* 10. Contact */
.contact1 {
  padding-bottom: 120px;
  position      : relative;
}

@media (max-width: 1699px) {
  .contact1 {
    padding-bottom: 80px;
  }
}

@media (max-width: 1599px) {
  .contact1 {
    padding-bottom: 70px;
  }
}

@media (max-width: 1399px) {
  .contact1 {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .contact1 {
    padding-bottom: 20px;
  }
}

.contact1__shape {
  position: absolute;
  z-index : 1;
  width   : 100%;
}

.contact1__shape img {
  width: 100%;
}

.contact1-info {
  top            : 82px;
  position       : relative;
  z-index        : 9;
  display        : flex;
  text-align     : center;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
  padding-bottom : 30px;
}

@media (max-width: 1399px) {
  .contact1-info {
    top: 50px;
  }
}

.contact1-info__icon {
  padding-bottom: 25px;
}

.contact1-info__numb {
  padding-bottom: 25px;
  color         : var(--black);
  font-family   : "Roboto", sans-serif;
  font-size     : 30px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 26px;
  /* 86.667% */
}

@media (max-width: 575px) {
  .contact1-info__numb {
    font-size: 25px;
  }
}

.contact1-info__text {
  padding-bottom: 25px;
}

.contact1-info__text h3 {
  color         : var(--black);
  text-align    : center;
  font-family   : "Roboto", sans-serif;
  font-size     : 48px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 54px;
  /* 112.5% */
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .contact1-info__text h3 {
    font-size  : 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .contact1-info__text h3 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .contact1-info__text h3 {
    font-size: 30px;
  }
}

.contact1-info-btn {
  display: flex;
  gap    : 30px;
}

@media (max-width: 374px) {
  .contact1-info-btn {
    gap: 7px;
  }
}

.contact1-info-btn__book a {
  display       : inline-flex;
  height        : 54px;
  padding       : 22px 25px;
  align-items   : center;
  gap           : 8px;
  flex-shrink   : 0;
  border-radius : 40px;
  background    : var(--yellow2);
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  text-transform: uppercase;
}

.contact1-info-btn__book a i {
  transform: rotate(-45deg);
}

@media (max-width: 374px) {
  .contact1-info-btn__book a {
    height : 45px;
    padding: 22px 16px;
  }
}

.contact1-info-btn__contact a {
  display       : inline-flex;
  height        : 54px;
  padding       : 22px 25px;
  align-items   : center;
  gap           : 8px;
  flex-shrink   : 0;
  border-radius : 40px;
  background    : var(--title);
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  text-transform: uppercase;
}

@media (max-width: 374px) {
  .contact1-info-btn__contact a {
    height : 45px;
    padding: 22px 16px;
  }
}

.contact2-content {
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .contact2-content {
    padding-right: 30px;
  }
}

.contact2-content__title {
  padding-bottom: 10px;
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 48px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 54px;
  /* 112.5% */
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .contact2-content__title {
    font-size  : 32px;
    line-height: 30px;
  }
}

@media (max-width: 499px) {
  .contact2-content__title {
    font-size  : 30px;
    line-height: 30px;
  }
}

.contact2-content__desc {
  margin-bottom: 25px;
  color        : var(--gray2);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 26px;
  /* 162.5% */
}

.contact2-content-contact-item {
  margin-right : 25px;
  margin-bottom: 30px;
  display      : inline-flex;
  align-items  : center;
  gap          : 20px;
  padding      : 12px 20px;
  border-radius: 20px;
  background   : var(--white);
  box-shadow   : 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  width        : 283px;
  height       : 110px;
  flex-shrink  : 0;
}

@media (max-width: 1399px) {
  .contact2-content-contact-item {
    margin-right : 5px;
    margin-bottom: 30px;
    gap          : 8px;
    padding      : 12px 6px;
    width        : 253px;
    height       : 110px;
  }
}

@media (max-width: 1199px) {
  .contact2-content-contact-item {
    margin-right : 25px;
    margin-bottom: 30px;
    gap          : 20px;
    padding      : 12px 20px;
    width        : 283px;
    height       : 110px;
  }
}

.contact2-content-contact-item__icon {
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  width          : 70px;
  height         : 70px;
  flex-shrink    : 0;
  background     : var(--theme);
  border-radius  : 12px;
  background     : var(--smoke2);
}

.contact2-content-contact-item__icon i {
  color      : var(--white);
  color      : var(--title);
  text-align : center;
  font-size  : 40px;
  font-style : normal;
  font-weight: 300;
  line-height: normal;
}

.contact2-content-contact-item-info__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 30px;
  /* 150% */
  padding-bottom: 6px;
}

.contact2-content-contact-item-info__desc {
  color      : var(--gray2);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.contact2-content-contact-item-info__desc2 {
  color      : var(--gray2);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.contact2-content-contact-item:hover .contact2-content-contact-item__icon {
  background-color: var(--theme);
}

.contact2-content-contact-item:hover .contact2-content-contact-item__icon i {
  color: var(--white);
}

.contact2-content__title2 {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 34px;
  padding-bottom: 15px;
}

.contact2-content__desc2 {
  color         : var(--gray2);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  padding-bottom: 22px;
}

.contact2-content .global-social5 {
  justify-content: start;
  padding-bottom : 32px;
}

.contact2-content-form {
  padding-top: 78px;
}

@media (max-width: 767px) {
  .contact2-content-form {
    padding-top: 40px;
  }
}

.contact2-content-form__title {
  padding-bottom: 13px;
}

.contact2-content-form__desc {
  padding-bottom: 30px;
}

.contact2-card {
  border-radius: 10px;
  background   : var(--white);
  box-shadow   : 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  padding      : 28px 40px;
}

.contact2-card__title {
  padding-bottom: 50px;
}

.contact2-card__title h6 {
  color      : var(--title4);
  font-family: "Roboto", sans-serif;
  font-size  : 36px;
  font-style : normal;
  font-weight: 600;
  line-height: 46px;
  /* 127.778% */
}

/* 11. Blog */
.blog1-card {
  display: flex;
  gap    : 50px;
}

.blog1-card:not(:last-child) {
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .blog1-card {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .blog1-card {
    flex-direction: column;
  }
}

.blog1-card-thumb {
  flex: none;
}

@media (max-width: 991px) {
  .blog1-card-thumb img {
    width: 100%;
  }
}

.blog1-card-content {
  display        : flex;
  justify-content: space-between;
  gap            : 137px;
  border-top     : 1px solid rgba(31, 31, 31, 0.14);
}

@media (max-width: 1199px) {
  .blog1-card-content {
    gap: 35px;
  }
}

@media (max-width: 1199px) {
  .blog1-card-content {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .blog1-card-content {
    border-top: none;
  }
}

@media (max-width: 575px) {
  .blog1-card-content {
    border-top    : none;
    gap           : 12px;
    flex-direction: column;
  }
}

.blog1-card-content-header {
  display        : flex;
  flex-direction : column;
  justify-content: space-around;
}

@media (max-width: 575px) {
  .blog1-card-content-header {
    flex-direction: column-reverse;
    gap           : 10px;
  }
}

.blog1-card-content-header__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .blog1-card-content-header__title {
    padding-bottom: 0px;
  }
}

.blog1-card-content-header-meta {
  display    : flex;
  gap        : 24px;
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
  opacity    : 0.6;
}

.blog1-card-content-header-meta__calendar i {
  padding-right: 5px;
}

.blog1-card-content-header-meta__comment i {
  padding-right: 5px;
}

.blog1-card-content-info {
  display        : flex;
  flex-direction : column;
  justify-content: space-around;
}

.blog1-card-content-info__desc {
  color         : rgba(31, 31, 31, 0.7);
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 24px;
  /* 160% */
  max-width     : 435px;
  padding-bottom: 112px;
}

@media (max-width: 575px) {
  .blog1-card-content-info__desc {
    padding-bottom: 20px;
  }
}

.blog1-card-content-info__link {
  align-self : end;
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.blog1-card-content-info__link img {
  padding-left: 10px;
}

@media (max-width: 575px) {
  .blog1-card-content-info__link {
    align-self: start;
  }
}

.blog2 {
  background: var(--bg);
}

.blog2-card {
  position  : relative;
  background: var(--white);
  box-shadow: 0px 10px 40px 0px rgba(31, 31, 31, 0.2);
  padding   : 20px;
}

.blog2-card__thumb {
  position: relative;
}

.blog2-card__thumb img {
  width: 100%;
}

.blog2-card__thumb-date {
  padding   : 18px 20px;
  background: var(--title2);
  position  : absolute;
  right     : 0;
  top       : 0;
}

.blog2-card__thumb-date h3 {
  color      : var(--title);
  text-align : center;
  font-family: "Roboto", sans-serif;
  font-size  : 44px;
  font-style : normal;
  font-weight: 700;
  line-height: 24px;
  /* 54.545% */
}

.blog2-card__thumb-date span {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 24px;
}

.blog2-card-content-meta {
  padding-top: 20px;
  margin-top : 34px;
  border-top : 1px solid rgba(31, 31, 31, 0.14);
  display    : flex;
  gap        : 25px;
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
  opacity    : 0.6;
}

@media (max-width: 499px) {
  .blog2-card-content-meta {
    flex-wrap: wrap;
    row-gap  : 10px;
  }
}

.blog2-card-content-meta img {
  padding-right: 6px;
}

.blog2-card-content__title {
  padding-bottom: 15px;
  padding-top   : 18px;
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
}

.blog2-card-content__desc {
  padding-right: 5px;
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 26px;
  opacity      : 0.7;
}

.blog3-card {
  border-radius: 10px;
  background   : var(--bg);
  margin-bottom: 40px;
}

.blog3-card__thumb {
  border-radius: 20px;
}

.blog3-card__thumb img {
  border-radius: 20px;
}

.blog3-card-content {
  padding: 0 40px 40px;
}

@media (max-width: 767px) {
  .blog3-card-content {
    padding: 30px;
  }
}

.blog3-card-content-meta {
  display       : flex;
  align-items   : center;
  gap           : 18px;
  padding-top   : 30px;
  padding-bottom: 11px;
  color         : rgba(31, 31, 31, 0.6);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 26px;
  /* 162.5% */
}

@media (max-width: 1399px) {
  .blog3-card-content-meta {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .blog3-card-content-meta {
    gap        : 10px;
    padding-top: 0px;
  }
}

@media (max-width: 575px) {
  .blog3-card-content-meta {
    flex-wrap: wrap;
    row-gap  : 10px;
  }
}

.blog3-card-content-meta img {
  padding-right: 6px;
}

.blog3-card-content-meta__user {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

@media (max-width: 1199px) {
  .blog3-card-content-meta__user {
    display: none;
  }
}

.blog3-card-content-meta__care {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog3-card-content-meta__calendar {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog3-card-content-meta__comment {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog3-card-content__title {
  padding-bottom: 15px;
}

.blog3-card-content__title h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
}

@media (max-width: 575px) {
  .blog3-card-content__title h5 {
    font-size: 28px;
  }
}

.blog3-card-content__desc {
  padding-right: 5px;
}

.blog3-card-content__desc p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  opacity    : 0.7;
}

.blog3-card__quote {
  margin-bottom: 40px;
  text-align   : center;
  padding      : 50px 50px;
  border-radius: 10px;
  background   : #EBF3ED;
}

@media (max-width: 499px) {
  .blog3-card__quote {
    padding: 25px 28px 50px;
  }
}

.blog3-card__quote img {
  padding-bottom: 21px;
}

.blog3-card__quote p {
  color         : #1F1F1F;
  text-align    : center;
  font-family   : Roboto;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 28px;
  padding-bottom: 32px;
  opacity       : 0.7;
}

.blog3-card__quote h4 {
  color      : #1F1F1F;
  font-family: Roboto;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 34px;
}

.blog4-card {
  background   : var(--white);
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .blog4-card {
    margin-bottom: 15px;
  }
}

.blog4-card__thumb {
  border-radius: 20px;
}

.blog4-card__thumb img {
  border-radius: 20px;
}

.blog4-card-content-meta {
  display       : flex;
  align-items   : center;
  gap           : 18px;
  padding-top   : 35px;
  padding-bottom: 6px;
  color         : var(--gray2);
  font-family   : "Roboto", sans-serif;
  font-size     : 14px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 24px;
}

@media (max-width: 499px) {
  .blog4-card-content-meta {
    flex-wrap: wrap;
    row-gap  : 10px;
  }
}

.blog4-card-content-meta img {
  padding-right: 6px;
}

.blog4-card-content-meta__user {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog4-card-content-meta__care {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog4-card-content-meta__calendar {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog4-card-content-meta__comment {
  display    : flex;
  align-items: center;
  gap        : 7px;
}

.blog4-card-content__title {
  padding-bottom: 15px;
}

.blog4-card-content__title h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
}

@media (max-width: 575px) {
  .blog4-card-content__title h5 {
    font-size: 28px;
  }
}

.blog4-card-content__desc {
  padding-right: 5px;
}

.blog4-card-content__desc p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  opacity    : 0.7;
}

.blog4-card-content__quote {
  text-align   : center;
  padding      : 50px 50px;
  border-radius: 10px;
  background   : #EBF3ED;
}

@media (max-width: 499px) {
  .blog4-card-content__quote {
    padding: 6px 28px 50px;
  }
}

.blog4-card-content__quote img {
  padding-bottom: 21px;
}

.blog4-card-content__quote p {
  color         : #1F1F1F;
  text-align    : center;
  font-family   : Roboto;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 28px;
  padding-bottom: 32px;
  opacity       : 0.7;
}

.blog4-card-content__quote h4 {
  color      : #1F1F1F;
  font-family: Roboto;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 34px;
}

.blog4-card-content-profile {
  margin-top   : 40px;
  margin-bottom: 40px;
}

.blog4-card-content-profile__thumb {
  border-radius: 10px;
}

.blog4-card-content-profile__thumb img {
  border-radius: 10px;
}

.blog4-card-content-profile__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 34px;
  padding-bottom: 30px;
}

.blog4-card-content-profile__desc {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 400;
  line-height: 28px;
  opacity    : 0.7;
}

.blog4-card-content-profile2 {
  margin-top   : 40px;
  margin-bottom: 40px;
  padding      : 20px;
  border-radius: 10px;
  background   : var(--bg);
}

.blog4-card-content-profile2__thumb {
  border-radius: 10px;
}

.blog4-card-content-profile2__thumb img {
  border-radius: 10px;
}

.blog4-card-content-profile2__subtitle {
  display        : inline-flex;
  padding        : 6px 24px;
  justify-content: center;
  align-items    : center;
  gap            : 12px;
  color          : var(--white);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  border-radius  : 100px;
  background     : var(--theme);
  width          : max-content;
  margin-bottom  : 30px;
}

.blog4-card-content-profile2__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  padding-bottom: 30px;
}

.blog4-card-content-profile2__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 40px;
}

.blog4-card-content-profile2__link {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
}

.blog4-card-content__title2 {
  padding-top   : 48px;
  padding-bottom: 25px;
}

.blog4-card-content__title2 h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 600;
  line-height: 40px;
}

.blog4-card-content-thumb {
  display       : flex;
  gap           : 30px;
  padding-bottom: 33px;
  padding-top   : 30px;
}

.blog4-card-content-thumb img {
  border-radius: 20px;
}

.blog4-card-content-list {
  display       : flex;
  padding-top   : 30px;
  padding-bottom: 30px;
}

@media (max-width: 1399px) {
  .blog4-card-content-list {
    gap: 20px;
  }
}

.blog4-card-content-tagShare {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  border-top     : 1px solid rgba(38, 38, 38, 0.3);
  padding-top    : 40px;
  margin-top     : 35px;
}

@media (max-width: 1399px) {
  .blog4-card-content-tagShare {
    flex-direction: column;
    align-items   : start;
    gap           : 10px;
  }
}

.blog4-card-content-tagShare-tags {
  display: flex;
  gap    : 10px;
}

.blog4-card-content-tagShare-tags__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 499px) {
  .blog4-card-content-tagShare-tags__title {
    font-size: 22px;
  }
}

.blog4-card-content-tagShare-tags__name a {
  height         : 40px;
  display        : inline-flex;
  padding        : 9px 14px;
  justify-content: center;
  align-items    : center;
  gap            : 10px;
  border-radius  : 4px;
  border         : 1px solid rgba(31, 31, 31, 0.14);
  background     : rgba(255, 255, 255, 0);
  color          : rgba(31, 31, 31, 0.7);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
}

.blog4-card-content-tagShare-tags__name a:hover {
  background-color: var(--theme);
  color           : var(--white);
}

.blog4-card-content-tagShare-shareicon {
  display    : flex;
  align-items: center;
  gap        : 10px;
}

.blog4-card-content-tagShare-shareicon__title {
  padding-right: 5px;
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 24px;
  font-style   : normal;
  font-weight  : 600;
  line-height  : normal;
}

@media (max-width: 499px) {
  .blog4-card-content-tagShare-shareicon__title {
    font-size: 22px;
  }
}

.blog4-card-comment__title {
  padding-bottom: 30px;
}

.blog4-card-comment__title h3 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 50px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 499px) {
  .blog4-card-comment__title h3 {
    font-size: 35px;
  }
}

.blog4-card-comment__title h3 i {
  color        : var(--theme);
  font-size    : 24px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : normal;
  padding-right: 10px;
}

.blog4-card-comment-profile {
  position     : relative;
  display      : flex;
  gap          : 20px;
  padding      : 0 0 0;
  border-radius: 14px;
  background   : var(--white);
  border       : 1px solid transparent;
  margin-bottom: 30px;
}

.blog4-card-comment-profile:last-child {
  margin-bottom: 0px;
}

@media (max-width: 499px) {
  .blog4-card-comment-profile {
    flex-direction: column;
  }
}

.blog4-card-comment-profile:nth-of-type(2) {
  padding-bottom: 35px;
  padding-right : 17px;
}

.blog4-card-comment-profile:nth-of-type(3) {
  margin-left: 78px;
}

@media (max-width: 767px) {
  .blog4-card-comment-profile:nth-of-type(3) {
    margin-left: 0px;
  }
}

.blog4-card-comment-profile__thumb {
  border-radius: 20px;
}

.blog4-card-comment-profile__thumb img {
  border-radius: 20px;
  max-width    : fit-content;
}

.blog4-card-comment-profile-content__author h5 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
}

.blog4-card-comment-profile-content__date {
  padding-bottom: 17px;
}

.blog4-card-comment-profile-content__date p {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
}

.blog4-card-comment-profile-content__desc p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  opacity    : 0.7;
}

.blog4-card-comment-profile-content__reply {
  position: absolute;
  top     : 17%;
  right   : 17%;
}

.blog4-card-comment-profile-content__reply .btn {
  display    : flex;
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 500;
  line-height: normal;
  border     : 1px solid rgba(31, 31, 31, 0.1);
  background : rgba(255, 255, 255, 0);
}

.blog4-card-comment-profile-content__reply .btn:hover {
  background-color: var(--theme);
  color           : var(--white);
}

.blog4-card-comment-profile-content__reply .btn span {
  cursor: pointer;
}

.blog4-card-comment-profile-content__reply .btn span i {
  padding-right: 5px;
}

.blog4-card-comment-form {
  padding-top: 78px;
}

@media (max-width: 767px) {
  .blog4-card-comment-form {
    padding-top: 40px;
  }
}

.blog4-card-comment-form__title {
  padding-bottom: 13px;
}

.blog4-card-comment-form__desc {
  padding-bottom: 30px;
}

.blog4-form {
  padding      : 30px 40px 40px;
  border-radius: 10px;
  background   : var(--white);
  box-shadow   : 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

@media (max-width: 499px) {
  .blog4-form {
    padding: 15px;
  }
}

.blog4-form__title {
  padding-bottom: 14px;
}

.blog4-form__title h6 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 50px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 499px) {
  .blog4-form__title h6 {
    font-size: 35px;
  }
}

.blog4-form__title h6 i {
  color        : var(--theme);
  font-size    : 24px;
  font-style   : normal;
  font-weight  : 900;
  line-height  : normal;
  padding-right: 10px;
}

.blog4-form__desc {
  padding-bottom: 22px;
}

.blog4-form__desc p {
  color      : var(--gray2);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.blog4-form .form-check-label {
  color      : var(--gray2);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

/* 12. Pricing */
.pricing1 {
  position: relative;
}

.pricing1-card {
  border-radius: 14px;
  background   : #EAF6E6;
  box-shadow   : 0px -10px 0px 0px #BCD5B3 inset;
}

.pricing1-card.style2 {
  border-radius: 10px;
  background   : #E6F6F5;
  box-shadow   : 0px -10px 0px 0px #B3D5D3 inset;
}

.pricing1-card.style3 {
  border-radius: 14px;
  background   : var(--bg4);
  box-shadow   : 0px -10px 0px 0px #D5B3D0 inset;
}

.pricing1-card-header {
  display       : flex;
  flex-direction: column;
  align-items   : center;
  gap           : 35px;
  border-radius : 10px 10px 0px 0px;
  background    : #5D844E;
  box-shadow    : 0px 1px 2px 0px rgba(13, 18, 30, 0.08);
  padding       : 40px 115px;
}

@media (max-width: 991px) {
  .pricing1-card-header {
    padding: 40px 35px;
  }
}

.pricing1-card-header.style2 {
  background: #4D7B6B;
}

.pricing1-card-header.style3 {
  background: #996391;
}

.pricing1-card-header__icon {
  margin-bottom: -90px;
}

.pricing1-card-header__title {
  color      : var(--white);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
}

.pricing1-card-content {
  padding : 85px 40px 50px 40px;
  position: relative;
  z-index : 9;
}

@media (max-width: 991px) {
  .pricing1-card-content {
    padding: 85px 5px 50px 7px;
  }
}

@media (max-width: 767px) {
  .pricing1-card-content {
    padding: 85px 40px 50px 40px;
  }
}

@media (max-width: 449px) {
  .pricing1-card-content {
    padding: 85px 12px 50px 12px;
  }
}

.pricing1-card-content-value {
  position: relative;
  z-index : 9;
  left    : 12px;
}

.pricing1-card-content-value__dolar {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 60px;
  font-style : normal;
  font-weight: 600;
  line-height: 60px;
}

@media (max-width: 991px) {
  .pricing1-card-content-value__dolar {
    font-size: 45px;
  }
}

.pricing1-card-content-value__month {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 60px;
}

.pricing1-card-content__desc {
  padding-bottom: 20px;
  margin-bottom : 20px;
  border-bottom : 1px solid rgba(31, 31, 31, 0.12);
}

@media (max-width: 575px) {
  .pricing1-card-content__desc {
    max-width: 400px;
  }
}

.pricing1-card-content__desc p {
  color      : var(--gray);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.pricing1-card-content__btn .theme-btn.style3 {
  background: #5D844E;
}

.pricing1-card-content__btn.style2 .theme-btn.style3 {
  background: #4D7B6B;
}

.pricing1-card-content__btn.style3 .theme-btn.style3 {
  background: #996391;
}

/* 13. WCU */
.wcu1 {
  position     : relative;
  border-radius: 0px 20px 20px 0px;
  background   : var(--bg);
}

.wcu1__video-btn {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  z-index  : 9;
}

@media (max-width: 991px) {
  .wcu1__video-btn {
    display: none;
  }
}

.wcu1-thumb {
  position: relative;
}

.wcu1-thumb img {
  width  : 100%;
  display: block;
}

@media (max-width: 1599px) {
  .wcu1-thumb img {
    aspect-ratio: 1;
  }
}

@media (max-width: 991px) {
  .wcu1-thumb img {
    aspect-ratio: auto;
  }
}

.wcu1-content {
  padding-top : 30px;
  padding-left: 94px;
}

@media (max-width: 1199px) {
  .wcu1-content {
    padding-top : 15px;
    padding-left: 47px;
  }
}

@media (max-width: 499px) {
  .wcu1-content {
    padding-top : 10px;
    padding-left: 20px;
  }
}

.wcu1-content-checklist {
  padding-bottom: 48px;
}

.wcu1-content-checklist-item {
  display    : flex;
  align-items: center;
  gap        : 16px;
}

.wcu1-content-checklist-item__text {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 44px;
  /* 275% */
}

.wcu2-card {
  position  : relative;
  z-index   : 9;
  padding   : 80px 80px;
  background: var(--bg);
}

@media (max-width: 1199px) {
  .wcu2-card {
    padding: 35px 30px;
  }
}

.wcu2-card__subtitle {
  display      : inline-flex;
  gap          : 5px;
  border-radius: 100px;
  border       : 1px solid rgba(31, 31, 31, 0.12);
  padding      : 10px 26px;
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : normal;
  margin-bottom: 24px;
}

.wcu2-card__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 40px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 50px;
  padding-bottom: 30px;
}

@media (max-width: 499px) {
  .wcu2-card__title {
    font-size  : 32px;
    line-height: 42px;
  }
}

.wcu2-card__title span {
  color      : var(--theme);
  font-family: "Roboto", sans-serif;
  font-size  : 40px;
  font-style : normal;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 499px) {
  .wcu2-card__title span {
    font-size  : 32px;
    line-height: 42px;
  }
}

.wcu2-card__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 48px;
}

.wcu2-thumb {
  margin-left: -440px;
}

@media (max-width: 1199px) {
  .wcu2-thumb {
    margin-left: -360px;
  }
}

.wcu2 #wcuSlider1 {
  position: relative;
  z-index : 9;
}

.wcu2-sliderBtn {
  position      : absolute;
  z-index       : 9;
  right         : 17%;
  top           : 50%;
  display       : flex;
  flex-direction: column;
  gap           : 10px;
}

.wcu2-sliderBtn svg {
  border-radius: 64px;
}

.wcu2-sliderBtn svg rect {
  fill        : var(--theme);
  fill-opacity: 1;
}

.wcu2-sliderBtn svg rect:hover {
  fill: var(--title);
}

@media (max-width: 1599px) {
  .wcu2-sliderBtn {
    right: 8%;
  }
}

@media (max-width: 1399px) {
  .wcu2-sliderBtn {
    right: 13%;
    top  : 48.5%;
  }
}

@media (max-width: 1399px) {
  .wcu2-sliderBtn {
    display: none;
  }
}

/* 14. Feature */
.feature1 {
  background: var(--bg);
  position  : relative;
}

.feature1__shape1 {
  position: absolute;
  top     : 21%;
  left    : 5%;
  z-index : 1;
}

@media (max-width: 1399px) {
  .feature1__shape1 {
    display: none;
  }
}

.feature1__shape2 {
  position: absolute;
  bottom  : 0;
  right   : 0;
  z-index : 1;
}

@media (max-width: 1399px) {
  .feature1__shape2 {
    display: none;
  }
}

.feature1-card {
  position     : relative;
  z-index      : 7;
  display      : flex;
  height       : 10rem;
  align-items  : center;
  gap          : 12px;
  padding      : 23px 30px;
  background   : var(--white);
  box-shadow   : 0px 10px 40px 0px rgba(31, 31, 31, 0.2);
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .feature1-card {
    width: 100%;
  }
}

.feature1-card:hover {
  background: var(--theme);
  transition: all 0.4s ease-in-out;
}

.feature1-card:hover .feature1-card__text {
  color     : var(--white);
  transition: all 0.4s ease-in-out;
}

.feature1-card__icon {
  width      : 64px;
  height     : 64px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .feature1-card__icon {
    width : 50px;
    height: 50px;
  }
}

.feature1-card__text {
  color      : var(--primary);
  font-family: "Roboto", sans-serif;
  font-size  : 20px;
  font-style : normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
}

.feature1-card2 {
  position       : relative;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.feature1-card2__thumb {
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 485.556px;
  background     : var(--theme);
  width          : 350px;
  height         : 350px;
  flex-shrink    : 0;
}

.feature1-card2__thumb img {
      margin-top: -85px;
      border-radius: 200px !important;
}

@media (max-width: 1199px) {
  .feature1-card2__thumb {
    width : 100%;
    height: 100%;
  }
}

/* 15. Team */
.team1 {
  border-radius: 14px;
  background   : linear-gradient(180deg, #EBF3ED 0%, #FFF 100%);
}

.team1-card {
  position     : relative;
  border-radius: 10px;
  background   : var(--white);
  box-shadow   : 0px 6px 30px 0px rgba(3, 18, 33, 0.1);
}

.team1-card-thumb {
  position: relative;
  padding : 15px 15px 0;
}

.team1-card-thumb__img {
  position       : relative;
  display        : flex;
  align-items    : center;
  justify-content: center;
  z-index        : 1;
  width          : 100%;
}

.team1-card-thumb__img::before {
  opacity        : 0;
  visibility     : hidden;
  content        : "";
  position       : absolute;
  z-index        : 7;
  inset          : 0;
  border-radius  : 6px;
  background     : rgba(77, 123, 107, 0.7);
  backdrop-filter: blur(0px);
}

.team1-card-thumb__img img {
  position     : relative;
  border-radius: 6px;
  z-index      : 5;
  width        : 100%;
  height: 13rem !important;
  object-fit: cover;
}

.team1-card-thumb__ratting {
  position       : absolute;
  top            : 27px;
  right          : 30px;
  z-index        : 9;
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 7px;
  border-radius  : 50px;
  background     : #F5D04A;
  width          : 75px;
  height         : 30px;
  flex-shrink    : 0;
  color          : var(--title);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : 26px;
  /* 162.5% */
}

.team1-card-thumb__link {
  opacity    : 0;
  visibility : hidden;
  display    : flex;
  align-items: center;
  gap        : 5px;
  position   : absolute;
  top        : 50%;
  left       : 30%;
  z-index    : 9;
}

.team1-card-thumb__link img {
  border-radius: 30px;
  background   : var(--title2);
  padding      : 9px;
  width        : 32px;
  height       : 32px;
  flex-shrink  : 0;
}

.team1-card-thumb__link p {
  display      : flex;
  align-items  : center;
  padding      : 10px 20px;
  border-radius: 30px;
  background   : var(--title2);
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 56px;
  /* 350% */
  width        : 101px;
  height       : 32px;
}

.team1-card-content {
  text-align: center;
  padding   : 20px 30px 30px;
}

.team1-card-content__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 17px;
  font-style    : normal;
  font-weight   : 900;
  line-height   : 24px;
  /* 120% */
  padding-bottom: 8px;
}

.team1-card-content__desc {
  border-bottom : 1px solid rgb(199, 203, 206);
  padding-bottom: 18px;
  margin-bottom : 6px;
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 13px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : normal;
  text-transform: uppercase;
  opacity       : 0.6;
}

.team1-card-content__email {
  padding-bottom: 12px;
  padding-top   : 13px;
}

.team1-card-content__email p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 12px;
  font-style : normal;
  font-weight: 600;
  line-height: normal;
  opacity    : 0.7;
}

.team1-card-content__phone {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 12px;
}

.team1-card-content__phone p {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: normal;
  opacity    : 0.6;
}

.team1-card:hover .team1-card-thumb__img::before {
  opacity   : 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.team1-card:hover .team1-card-thumb__link {
  opacity   : 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.team2-card {
  position  : relative;
  background: var(--bg);
}

.team2-card-thumb {
  position: relative;
}

.team2-card-thumb__img {
  position  : relative;
  padding   : 31px 30px 0;
  text-align: center;
}

.team2-card-thumb__img-shape {
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : 1;
}

.team2-card-thumb__img img {
  position: relative;
  z-index : 5;
  width   : 252px;
  height  : 320px;
}

.team2-card-thumb__ratting {
  position       : absolute;
  top            : 20px;
  left           : 20px;
  z-index        : 9;
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 7px;
  border-radius  : 50px;
  background     : #F5D04A;
  width          : 75px;
  height         : 30px;
  flex-shrink    : 0;
  color          : var(--title);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : 26px;
  /* 162.5% */
}

.team2-card-thumb__link {
  opacity    : 0;
  visibility : hidden;
  display    : flex;
  align-items: center;
  gap        : 5px;
  position   : absolute;
  top        : 50%;
  left       : 30%;
  z-index    : 9;
}

.team2-card-thumb__link img {
  border-radius: 30px;
  background   : var(--title2);
  padding      : 9px;
  width        : 32px;
  height       : 32px;
  flex-shrink  : 0;
}

.team2-card-thumb__link p {
  display      : flex;
  align-items  : center;
  padding      : 10px 20px;
  border-radius: 30px;
  background   : var(--title2);
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 56px;
  /* 350% */
  width        : 101px;
  height       : 32px;
}

.team2-card-content {
  text-align: center;
  padding   : 25px 30px 25px;
  background: #D9EADE;
}

.team2-card-content__title {
  color         : var(--title);
  text-align    : center;
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 24px;
  /* 120% */
  padding-bottom: 8px;
}

.team2-card-content__desc {
  color         : var(--title);
  text-align    : center;
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  text-transform: uppercase;
  opacity       : 0.6;
}

.team2-card:hover .team1-card-thumb__img::before {
  opacity   : 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.team2-card:hover .team1-card-thumb__link {
  opacity   : 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}

.team3__thumb {
  border-radius: 10px;
}

.team3__thumb img {
  border-radius: 10px;
}

.team3-content {
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .team3-content {
    padding-left: 40px;
  }
}

.team3-content__label {
  display        : inline-flex;
  padding        : 12px 26px 11px 26px;
  justify-content: center;
  align-items    : center;
  gap            : 12px;
  border-radius  : 4px;
  background     : #4D7B6B;
  color          : var(--white);
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : normal;
  margin-bottom  : 30px;
}

.team3-content__name {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 60px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 66px;
  padding-bottom: 25px;
}

@media (max-width: 1199px) {
  .team3-content__name {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .team3-content__name {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .team3-content__name {
    font-size  : 30px;
    line-height: 40px;
  }
}

.team3-content__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  border-bottom : 1px solid rgba(31, 31, 31, 0.12);
  padding-bottom: 32px;
  margin-bottom : 25px;
}

.team3-content__social-title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 20px;
}

.team3-content .global-social5 {
  justify-content: start;
  padding-bottom : 32px;
}

.team3__profile-title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 50px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 66px;
  /* 132% */
  padding-bottom: 22px;
  padding-top   : 66px;
}

@media (max-width: 1199px) {
  .team3__profile-title {
    font-size     : 45px;
    line-height   : 50px;
    padding-top   : 0px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .team3__profile-title {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .team3__profile-title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.team3__profile-desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 28px;
  /* 155.556% */
  opacity       : 0.7;
  padding-bottom: 25px;
}

.team3-checklist {
  padding-left: 0px;
}

@media (min-width: 992px) {
  .team3-checklist {
    padding-left: 40px;
  }
}

@media (min-width: 1600px) {
  .team3-checklist {
    padding-left: 200px;
  }
}

.team3-checklist__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 66px;
}

.team3-checklist-item {
  display    : flex;
  align-items: center;
  gap        : 16px;
}

.team3-checklist-item__text {
  color                : var(--title);
  font-feature-settings: "case"on, "cpsp"on;
  font-family          : "Roboto", sans-serif;
  font-size            : 16px;
  font-style           : normal;
  font-weight          : 400;
  line-height          : 34px;
  opacity              : 0.7;
}

.team3-progress__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 700;
  line-height: 40px;
}

/* 16. FAQ */
.faq1-card {
  padding      : 50px 50px;
  border-radius: 20px;
  background   : var(--bg);
}

@media (max-width: 767px) {
  .faq1-card {
    padding: 30px 30px;
  }
}

.faq1-card__thumb {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .faq1-card__thumb {
    padding-bottom: 20px;
  }
}

.faq1-card__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 44px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 56px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .faq1-card__title {
    font-size  : 30px;
    line-height: 40px;
  }
}

.faq1-card__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  padding-bottom: 20px;
  opacity       : 0.7;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .faq1-card__desc {
    padding-bottom: 30px;
  }
}

.faq1-card-item {
  display    : flex;
  align-items: center;
  gap        : 15px;
  padding-top: 85px;
}

@media (max-width: 767px) {
  .faq1-card-item {
    padding-top: 50px;
  }
}

.faq1-card-item-text__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 30px;
  /* 150% */
  padding-bottom: 10px;
}

.faq1-card-item-text__desc {
  color         : rgba(31, 31, 31, 0.7);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 30px;
  /* 187.5% */
  text-transform: uppercase;
}

.faq1-content .section-top {
  padding-bottom: 45px;
}

@media (max-width: 991px) {
  .faq1-content .section-top {
    padding-bottom: 7px;
  }
}

/* 17. Medical service */
.medical-service {
  position           : relative;
  overflow           : hidden;
  border-radius      : 10px;
  display            : flex;
  align-items        : flex-end;
  justify-content    : flex-start;
  background-size    : cover;
  background-position: center;
  width              : 100%;
  height             : 870px;
}

@media (max-width: 991px) {
  .medical-service {
    height: 583px;
  }
}

.medical-service::before {
  content      : "";
  position     : absolute;
  inset        : 0;
  border-radius: 20px;
  background   : rgba(31, 31, 31, 0.3);
  z-index      : 1;
}

.medical-service-content {
  border-radius  : 14px 14px 0px 0px;
  background     : var(--title2);
  padding        : 44px 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 125px;
  position       : relative;
  z-index        : 2;
  bottom         : -19%;
  left           : 25%;
}

@media (max-width: 767px) {
  .medical-service-content {
    left: 11%;
  }
}

@media (max-width: 575px) {
  .medical-service-content {
    padding: 30px 30px;
    gap    : 50px;
    left   : 5%;
  }
}

@media (max-width: 449px) {
  .medical-service-content {
    padding: 30px 30px;
    gap    : 65px;
    left   : 0%;
  }
}

@media (max-width: 374px) {
  .medical-service-content {
    gap: 44px;
  }
}

.medical-service-content-info__sub-title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : normal;
  text-transform: uppercase;
  opacity       : 0.7;
  padding-bottom: 18px;
}

.medical-service-content-info__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 30px;
  font-style : normal;
  font-weight: 600;
  line-height: 24px;
  /* 80% */
}

@media (max-width: 449px) {
  .medical-service-content-info__title {
    font-size: 28px;
  }
}

@media (max-width: 374px) {
  .medical-service-content-info__title {
    font-size: 23px;
  }
}

/* 18. Appointment */
.appointment1 {
  background: var(--bg);
}

.appointment1-content {
  position: relative;
}

.appointment1-content-thumb::before {
  content      : "";
  position     : absolute;
  z-index      : 1;
  inset        : 0;
  border-radius: 20px 0px 0px 20px;
  background   : linear-gradient(180deg, rgba(9, 50, 36, 0) 0%, #093224 91.66%);
}

.appointment1-content-thumb img {
  border-radius: 20px 0px 0px 20px;
  width        : 100%;
}

.appointment1-content-info {
  position: absolute;
  z-index : 7;
  bottom  : 10%;
  left    : 10%;
}

@media (max-width: 767px) {
  .appointment1-content-info {
    left: 2%;
  }
}

.appointment1-content-info__subtitle {
  display       : flex;
  gap           : 5px;
  color         : rgba(255, 255, 255, 0.8);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 56px;
  /* 311.111% */
  text-transform: uppercase;
}

.appointment1-content-info__subtitle img {
  padding-right: 5px;
}

.appointment1-content-info__title {
  border-bottom : 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  margin-bottom : 40px;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 50px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 56px;
  /* 112% */
}

@media (max-width: 767px) {
  .appointment1-content-info__title {
    padding-bottom: 10px;
    margin-bottom : 10px;
    font-size     : 42px;
    line-height   : 50px;
  }
}

@media (max-width: 575px) {
  .appointment1-content-info__title {
    padding-bottom: 21px;
    margin-bottom : 7px;
    font-size     : 34px;
    line-height   : 40px;
  }
}

.appointment1-content-info__text {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 20px;
}

.appointment1-content-info .fancy-wrap {
  display   : flex;
  column-gap: 60px;
}

@media (max-width: 767px) {
  .appointment1-content-info .fancy-wrap {
    flex-direction: column;
  }
}

@media (max-width: 449px) {
  .appointment1-content-info .fancy-wrap {
    display: none;
  }
}

.appointment1-content-info .fancy-wrap .fancy-box1 {
  display: flex;
  gap    : 14px;
}

.appointment1-content-info .fancy-wrap .fancy-box1__item h6 {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.appointment1-content-info .fancy-wrap .fancy-box1__item p {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.appointment1-form {
  padding: 56px 74px;
}

@media (max-width: 1599px) {
  .appointment1-form {
    padding: 10px 16px;
  }
}

@media (max-width: 1399px) {
  .appointment1-form {
    padding: 56px 74px;
  }
}

@media (max-width: 991px) {
  .appointment1-form {
    padding: 40px;
  }
}

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

.appointment1-form__title {
  padding-bottom: 15px;
}

.appointment1-form__title h3 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 50px;
  font-style : normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
}

@media (max-width: 767px) {
  .appointment1-form__title h3 {
    font-size  : 40px;
    line-height: 45px;
  }
}

.appointment1-form__desc {
  padding-bottom: 30px;
}

.appointment1-form__desc h6 {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px;
}

.appointment1-form__desc p {
  color      : rgba(31, 31, 31, 0.7);
  font-family: Roboto;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px;
}

.appointment2-form {
  border-radius: 10px;
  background   : var(--bg);
  padding      : 50px 50px;
}

@media (max-width: 1599px) {
  .appointment2-form {
    padding: 10px 16px;
  }
}

@media (max-width: 1399px) {
  .appointment2-form {
    padding: 56px 74px;
  }
}

@media (max-width: 991px) {
  .appointment2-form {
    padding: 40px;
  }
}

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

.appointment2-form__title {
  padding-bottom: 15px;
}

.appointment2-form__title h3 {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 50px;
  font-style : normal;
  font-weight: 700;
  line-height: 56px;
  /* 112% */
}

@media (max-width: 1199px) {
  .appointment2-form__title h3 {
    font-size  : 45px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .appointment2-form__title h3 {
    font-size  : 35px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .appointment2-form__title h3 {
    font-size  : 30px;
    line-height: 40px;
  }
}

.appointment2-form__desc {
  padding-bottom: 30px;
}

.appointment2-form__desc p {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}

@media (min-width: 1400px) {
  .appointment2-content {
    padding-left: 40px;
  }
}

/* 19. Schedule */
.schedule1 {
  padding-top: 50px;
}

.schedule1-card-one {
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  height         : 440px;
  border-radius  : 14px;
  background     : #EAF6E6;
  box-shadow     : 0px -10px 0px 0px #BCD5B3 inset;
  padding        : 42px 40px 50px;
}

@media (max-width: 1399px) {
  .schedule1-card-one {
    padding: 42px 36px 50px;
  }
}

@media (max-width: 1199px) {
  .schedule1-card-one {
    padding: 42px 16px 50px;
  }
}

@media (max-width: 991px) {
  .schedule1-card-one {
    padding: 42px 40px 50px;
  }
}

@media (max-width: 449px) {
  .schedule1-card-one {
    padding: 42px 16px 50px;
  }
}

.schedule1-card-one-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  border-bottom  : 1px solid rgba(31, 31, 31, 0.1);
  padding-bottom : 28px;
  margin-bottom  : 26px;
}

.schedule1-card-one-header__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.schedule1-card-one-hours ul li {
  justify-content: space-between;
}

.schedule1-card-one-hours ul li strong {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  min-width  : 187px;
}

@media (max-width: 1199px) {
  .schedule1-card-one-hours ul li strong {
    min-width: 160px;
  }
}

@media (max-width: 575px) {
  .schedule1-card-one-hours ul li strong {
    min-width: 160px;
  }
}

@media (max-width: 374px) {
  .schedule1-card-one-hours ul li strong {
    min-width: 110px;
  }
}

.schedule1-card-one-hours ul li span {
  color      : var(--gray2);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
}

.schedule1-card-one .theme-btn.style3 {
  background: #5D844E;
}

.schedule1-card-two {
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  height         : 440px;
  border-radius  : 14px;
  background     : #E6F6F5;
  box-shadow     : 0px -10px 0px 0px #B3D5D3 inset;
  padding        : 42px 40px 50px;
}

@media (max-width: 1399px) {
  .schedule1-card-two {
    padding: 42px 36px 50px;
  }
}

@media (max-width: 1199px) {
  .schedule1-card-two {
    padding: 42px 16px 50px;
  }
}

@media (max-width: 991px) {
  .schedule1-card-two {
    padding: 42px 40px 50px;
  }
}

@media (max-width: 449px) {
  .schedule1-card-two {
    padding: 42px 16px 50px;
  }
}

.schedule1-card-two-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  border-bottom  : 1px solid rgba(31, 31, 31, 0.1);
  padding-bottom : 28px;
  margin-bottom  : 26px;
}

.schedule1-card-two-header__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.schedule1-card-two-location__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  padding-bottom: 27px;
}

.schedule1-card-two-location__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 16px;
}

.schedule1-card-three {
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  height         : 440px;
  border-radius  : 14px;
  background     : var(--bg4);
  box-shadow     : 0px -10px 0px 0px #D5B3D0 inset;
  padding        : 42px 40px 50px;
}

@media (max-width: 1399px) {
  .schedule1-card-three {
    padding: 42px 36px 50px;
  }
}

@media (max-width: 1199px) {
  .schedule1-card-three {
    padding: 42px 16px 50px;
  }
}

@media (max-width: 991px) {
  .schedule1-card-three {
    padding: 42px 40px 50px;
  }
}

@media (max-width: 449px) {
  .schedule1-card-three {
    padding: 42px 16px 50px;
  }
}

.schedule1-card-three-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  border-bottom  : 1px solid rgba(31, 31, 31, 0.1);
  padding-bottom : 28px;
  margin-bottom  : 26px;
}

.schedule1-card-three-header__title {
  color      : var(--title);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.schedule1-card-three-visit__title {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  padding-bottom: 27px;
}

.schedule1-card-three-visit__desc {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 25px;
}

.schedule1-card-three-visit__cta {
  padding-bottom: 28px;
  color         : rgba(31, 31, 31, 0.7);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 30px;
  /* 187.5% */
}

.schedule1-card-three-visit__cta img {
  padding-right: 4px;
}

.schedule1-card-three .theme-btn.style3 {
  background: #996391;
}

.schedule2 {
  padding-top: 30px;
}

.schedule2-card-one {
  position     : relative;
  height       : 370px;
  border-radius: 14px;
  background   : #252B61;
  padding      : 30px 30px;
}

@media (max-width: 575px) {
  .schedule2-card-one {
    height: auto;
  }
}

.schedule2-card-one__title {
  color         : #C6DEFD;
  font-family   : "Roboto", sans-serif;
  font-size     : 86px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 94px;
  /* 104.444% */
  text-transform: uppercase;
  padding-bottom: 35px;
}

@media (max-width: 1899px) {
  .schedule2-card-one__title {
    font-size: 84px;
  }
}

@media (max-width: 1799px) {
  .schedule2-card-one__title {
    font-size: 78px;
  }
}

@media (max-width: 1699px) {
  .schedule2-card-one__title {
    font-size: 72px;
  }
}

@media (max-width: 1599px) {
  .schedule2-card-one__title {
    font-size: 62px;
  }
}

@media (max-width: 1399px) {
  .schedule2-card-one__title {
    font-size: 54px;
  }
}

@media (max-width: 575px) {
  .schedule2-card-one__title {
    font-size  : 46px;
    line-height: 46px;
  }
}

.schedule2-card-one__desc {
  color         : var(--white);
  text-align    : center;
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  padding-bottom: 90px;
  padding-left  : 60px;
}

@media (max-width: 1799px) {
  .schedule2-card-one__desc {
    padding-bottom: 70px;
    padding-left  : 200px;
  }
}

@media (max-width: 1599px) {
  .schedule2-card-one__desc {
    padding-left: 0px;
    text-align  : end;
  }
}

@media (max-width: 1199px) {
  .schedule2-card-one__desc {
    text-align  : center;
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .schedule2-card-one__desc {
    text-align  : end;
    padding-left: 0px;
  }
}

@media (max-width: 575px) {
  .schedule2-card-one__desc {
    text-align  : start;
    padding-left: 0px;
  }
}

.schedule2-card-one__desc img {
  padding-right: 10px;
}

.schedule2-card-one__link {
  color                    : var(--white);
  font-family              : "Roboto", sans-serif;
  font-size                : 16px;
  font-style               : normal;
  font-weight              : 500;
  line-height              : normal;
  text-decoration-line     : underline;
  text-decoration-style    : solid;
  text-decoration-skip-ink : none;
  text-decoration-thickness: auto;
  text-underline-offset    : auto;
  text-underline-position  : from-font;
  text-transform           : uppercase;
  text-align               : center;
  padding-left             : 90px;
}

@media (max-width: 1799px) {
  .schedule2-card-one__link {
    padding-left: 230px;
  }
}

@media (max-width: 1599px) {
  .schedule2-card-one__link {
    padding-left: 0px;
    text-align  : end;
  }
}

@media (max-width: 1199px) {
  .schedule2-card-one__link {
    text-align  : center;
    padding-left: 90px;
  }
}

@media (max-width: 991px) {
  .schedule2-card-one__link {
    text-align  : end;
    padding-left: 0px;
  }
}

@media (max-width: 575px) {
  .schedule2-card-one__link {
    text-align  : start;
    padding-left: 0px;
  }
}

@media (max-width: 374px) {
  .schedule2-card-one__link {
    font-size: 14px;
  }
}

.schedule2-card-one__link img {
  padding-left: 10px;
}

.schedule2-card-one__thumb {
  position: absolute;
  top     : 50px;
  left    : 100px;
}

@media (max-width: 1399px) {
  .schedule2-card-one__thumb {
    left: 38px;
  }
}

@media (max-width: 1199px) {
  .schedule2-card-one__thumb {
    left: 100px;
  }
}

@media (max-width: 767px) {
  .schedule2-card-one__thumb {
    left: 36px;
  }
}

@media (max-width: 575px) {
  .schedule2-card-one__thumb {
    display: none;
  }
}

.schedule2-card-two {
  position     : relative;
  height       : 370px;
  border-radius: 14px;
  background   : #4D7B6B;
  padding      : 34px 33px;
}

@media (max-width: 767px) {
  .schedule2-card-two {
    height: auto;
  }
}

.schedule2-card-two-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  border-bottom  : 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom : 28px;
  margin-bottom  : 26px;
}

@media (max-width: 767px) {
  .schedule2-card-two-header {
    flex-direction: column;
    align-items   : start;
    gap           : 15px;
  }
}

.schedule2-card-two-header__title {
  color      : var(--white);
  font-family: "Roboto", sans-serif;
  font-size  : 24px;
  font-style : normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.schedule2-card-two-header__desc {
  color      : var(--white);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  opacity    : 0.7;
}

.schedule2-card-two .circle-btn {
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
  gap            : 10px;
  color          : var(--white);
  text-align     : center;
  font-family    : "Roboto", sans-serif;
  font-size      : 16px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 20px;
  border         : 1px solid rgba(255, 255, 255, 0.14);
  width          : 140px;
  height         : 140px;
  flex-shrink    : 0;
  aspect-ratio   : 1/1;
  padding        : 44px 30px;
  border-radius  : 999px;
}

@media (max-width: 1399px) {
  .schedule2-card-two .circle-btn {
    width : 130px;
    height: 130px;
  }
}

@media (max-width: 1199px) {
  .schedule2-card-two .circle-btn {
    width : 140px;
    height: 140px;
  }
}

/* 20. Error */
.error__thumb {
  padding-bottom: 30px;
}

.error-content {
  max-width : 585px;
  text-align: center;
}

.error-content__text h6 {
  color         : var(--title);
  font-family   : "Roboto", sans-serif;
  font-size     : 50px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : 56px;
  /* 112% */
  padding-bottom: 20px;
}

.error-content__text p {
  color      : var(--title);
  text-align : center;
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  opacity    : 0.7;
}

/* 21. Brand */
.brandLogo1 {
  margin: 50px 0;
}

.brandLogo1-slider__thumb svg g path {
  fill   : #1F1F1F;
  opacity: 0.2;
}

.brandLogo2 {
  position     : relative;
  z-index      : 9;
  margin-bottom: -69px;
}

.brandLogo2-slider {
  padding   : 30px 80px;
  background: var(--title2);
}

.brandLogo2-slider__thumb svg g path {
  fill   : #1F1F1F;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .brandLogo2-slider {
    padding: 30px 40px;
  }
}

@media (max-width: 575px) {
  .brandLogo2-slider {
    padding: 30px 30px;
  }
}

/* 22. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer1 {
  position     : relative;
  border-radius: 20px;
}

.footer1-wrapper {
  position: relative;
  z-index : 9;
}

.footer1-wrapper-logoInfo {
  padding-bottom: 70px;
  padding-top   : 10px;
}

@media (max-width: 991px) {
  .footer1-wrapper-logoInfo {
    padding-bottom: 25px;
  }
}

.footer1-wrapper-logoInfo__logo {
  padding-bottom: 24px;
}

.footer1-wrapper-logoInfo__desc {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 30px;
}

.footer1-wrapper-service {
  padding-bottom: 90px;
  padding-top   : 10px;
}

@media (min-width: 1400px) {
  .footer1-wrapper-service {
    padding-left: 65px;
  }
}

@media (max-width: 991px) {
  .footer1-wrapper-service {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer1-wrapper-service {
    padding-bottom: 5px;
    padding-top   : 7px;
  }
}

.footer1-wrapper-service__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer1-wrapper-service-list__item {
  display    : flex;
  align-items: center;
}

.footer1-wrapper-service-list__item:not(:last-child) {
  padding-bottom: 0px;
}

.footer1-wrapper-service-list__item a {
  color         : rgba(255, 255, 255, 0.7);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 46px;
  /* 287.5% */
  text-transform: uppercase;
}

.footer1-wrapper-service-list__item a:hover {
  color: var(--theme);
}

.footer1-wrapper-service-list__item img {
  padding-right: 10px;
}

.footer1-wrapper-link {
  padding-bottom: 90px;
  padding-top   : 10px;
}

@media (min-width: 1200px) {
  .footer1-wrapper-link {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .footer1-wrapper-link {
    padding-bottom: 25px;
  }
}

.footer1-wrapper-link__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer1-wrapper-link-list__item:not(:last-child) {
  padding-bottom: 0px;
}

.footer1-wrapper-link-list__item a {
  color         : rgba(255, 255, 255, 0.7);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 46px;
  text-transform: uppercase;
}

.footer1-wrapper-link-list__item a:hover {
  color: var(--theme);
}

.footer1-wrapper-link-list__item img {
  padding-right: 10px;
}

.footer1-wrapper-contact {
  padding-bottom: 100px;
  padding-top   : 10px;
}

@media (max-width: 767px) {
  .footer1-wrapper-contact {
    padding-bottom: 0px;
    padding-top   : 7px;
  }
}

.footer1-wrapper-contact__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer1-wrapper-contact-list__item:not(:last-child) {
  padding-bottom: 20px;
}

.footer1-wrapper-contact-list__item a {
  display    : flex !important;
  align-items: center !important;
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.footer1-wrapper-contact-list__item a:hover {
  color: var(--theme);
}

.footer1-wrapper-contact-list__item a img {
  padding-right: 10px;
}

.footer1-wrapper-contact-list__item a .icon {
  flex: none;
}

.footer1-wrapper-posts {
  padding-bottom: 100px;
  padding-top   : 10px;
}

@media (max-width: 767px) {
  .footer1-wrapper-posts {
    padding-bottom: 25px;
  }
}

.footer1-wrapper-posts__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer1-wrapper-posts-list__item {
  display    : flex;
  align-items: center;
  gap        : 14px;
}

.footer1-wrapper-posts-list__item:not(:last-child) {
  padding-bottom: 32px;
}

.footer1-wrapper-posts-list__item .icon {
  flex: none;
}

.footer1-wrapper-posts-list__item__desc {
  display       : flex;
  flex-direction: column;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 26px;
}

.footer1-wrapper-posts-list__item__desc .meta-date {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 200% */
}

.footer1-wrapper-subscribe {
  padding-bottom: 70px;
  padding-top   : 10px;
}

@media (max-width: 991px) {
  .footer1-wrapper-subscribe {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer1-wrapper-subscribe {
    padding-bottom: 5px;
    padding-top   : 7px;
  }
}

.footer1-wrapper-subscribe__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer1-wrapper-subscribe__desc {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 22px;
}

.footer1-wrapper-subscribe-form {
  position      : relative;
  padding-bottom: 35px;
  max-width     : 350px;
}

.footer1-wrapper-subscribe-form__input {
  border-radius: 6px;
  background   : var(--white);
  width        : 100%;
  height       : 50px;
  padding      : 21px 40px 21px 16px;
  border       : none;
  outline      : none;
  box-sizing   : border-box;
  color        : var(--title);
  font-family  : "Roboto", sans-serif;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 26px;
}

.footer1-wrapper-subscribe-form__button {
  position: absolute;
  right   : 16px;
  top     : 9px;
}

.footer1-bottom {
  background    : var(--white);
  position      : relative;
  z-index       : 9;
  padding-bottom: 120px;
}

@media (max-width: 1199px) {
  .footer1-bottom {
    padding-bottom: 100px;
  }
}

.footer1-bottom-info {
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  align-items    : center;
  border-top     : 1px solid rgba(255, 255, 255, 0.1);
  padding        : 20px;
}

@media (min-width: 992px) {
  .footer1-bottom-info {
    flex-direction: row;
    gap           : 10px;
  }
}

@media (max-width: 499px) {
  .footer1-bottom-info {
    padding: 10px;
  }
}

.footer1-bottom-info p {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

@media (max-width: 499px) {
  .footer1-bottom-info p {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .footer1-bottom-info p {
    font-size: 12px;
  }
}

.footer1-bottom-info p span {
  color: var(--yellow);
}

.footer1-bottom-info__links a {
  color      : rgba(31, 31, 31, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
}

.footer1-bottom-info__links a:not(:last-child) {
  padding-right: 20px;
}

@media (max-width: 499px) {
  .footer1-bottom-info__links a {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .footer1-bottom-info__links a {
    font-size: 12px;
  }
}

.footer1-bottom-info__links a:hover {
  color: var(--theme);
}

.footer1-bottom-info__links span {
  padding-right: 15px;
}

/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer2 {
  position: relative;
}

.footer2-wrapper {
  position: relative;
  z-index : 9;
}

.footer2-wrapper-logoInfo {
  padding-bottom: 10px;
  padding-top   : 10px;
}

@media (max-width: 991px) {
  .footer2-wrapper-logoInfo {
    padding-bottom: 25px;
  }
}

.footer2-wrapper-logoInfo__logo {
  padding-bottom: 24px;
}

.footer2-wrapper-logoInfo__desc {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 16px;
  font-style    : normal;
  font-weight   : 400;
  line-height   : 26px;
  opacity       : 0.7;
  padding-bottom: 22px;
}

.footer2-wrapper-service {
  padding-bottom: 70px;
  padding-top   : 10px;
}

@media (min-width: 1400px) {
  .footer2-wrapper-service {
    padding-left: 65px;
  }
}

@media (max-width: 991px) {
  .footer2-wrapper-service {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer2-wrapper-service {
    padding-bottom: 5px;
    padding-top   : 7px;
  }
}

.footer2-wrapper-service__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer2-wrapper-service-list__item {
  display    : flex;
  align-items: center;
}

.footer2-wrapper-service-list__item:not(:last-child) {
  padding-bottom: 0px;
}

.footer2-wrapper-service-list__item a {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 500;
  line-height: 40px;
}

.footer2-wrapper-service-list__item a:hover {
  color: var(--theme);
}

.footer2-wrapper-service-list__item img {
  padding-right: 10px;
}

.footer2-wrapper-link {
  padding-bottom: 70px;
  padding-top   : 10px;
}

@media (max-width: 991px) {
  .footer2-wrapper-link {
    padding-bottom: 25px;
  }
}

.footer2-wrapper-link__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 20px;
  font-style    : normal;
  font-weight   : 600;
  line-height   : 30px;
  /* 150% */
  padding-bottom: 27px;
}

.footer2-wrapper-link-list__item:not(:last-child) {
  padding-bottom: 10px;
}

.footer2-wrapper-link-list__item a {
  color      : var(--white);
  font-family: "Roboto", sans-serif;
  font-size  : 16px;
  font-style : normal;
  font-weight: 600;
  line-height: 26px;
}

.footer2-wrapper-link-list__item a:hover {
  color: var(--theme);
}

.footer2-wrapper-link-list__item img {
  padding-right: 10px;
}

.footer2-wrapper-contact {
  padding-bottom: 10px;
  padding-top   : 10px;
}

@media (max-width: 767px) {
  .footer2-wrapper-contact {
    padding-bottom: 0px;
    padding-top   : 7px;
  }
}

.footer2-wrapper-contact__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer2-wrapper-contact-list__item:not(:last-child) {
  padding-bottom: 5px;
}

.footer2-wrapper-contact-list__item a {
  display    : flex !important;
  align-items: center !important;
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.footer2-wrapper-contact-list__item a:hover {
  color: var(--theme);
}

.footer2-wrapper-contact-list__item a img {
  padding-right: 10px;
}

.footer2-wrapper-contact-list__item a .icon {
  flex: none;
}

.footer2-wrapper-posts {
  padding-bottom: 100px;
  padding-top   : 10px;
}

@media (max-width: 767px) {
  .footer2-wrapper-posts {
    padding-bottom: 25px;
  }
}

.footer2-wrapper-posts__title {
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 24px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 34px;
  padding-bottom: 27px;
}

.footer2-wrapper-posts-list__item {
  display    : flex;
  align-items: center;
  gap        : 14px;
}

.footer2-wrapper-posts-list__item:not(:last-child) {
  padding-bottom: 32px;
}

.footer2-wrapper-posts-list__item .icon {
  flex: none;
}

.footer2-wrapper-posts-list__item__desc {
  display       : flex;
  flex-direction: column;
  color         : var(--white);
  font-family   : "Roboto", sans-serif;
  font-size     : 18px;
  font-style    : normal;
  font-weight   : 500;
  line-height   : 26px;
}

.footer2-wrapper-posts-list__item__desc .meta-date {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 15px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
  /* 200% */
}

.footer2-bottom {
  background       : #2E3944;
  position         : relative;
  z-index          : 9;
  /* padding-bottom: 120px; */
  padding-bottom   : 0px;
}

@media (max-width: 1199px) {
  .footer2-bottom {
    /* padding-bottom: 100px; */
    padding-bottom: 0px;
  }
}

.footer2-bottom-info {
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  align-items    : center;
  border-top     : 1px solid rgba(255, 255, 255, 0.1);
  padding-top    : 20px;
  padding-bottom : 20px;
}

@media (min-width: 992px) {
  .footer2-bottom-info {
    flex-direction: row;
    gap           : 10px;
  }
}

@media (max-width: 499px) {
  .footer2-bottom-info {
    padding: 10px;
  }
}

.footer2-bottom-info p {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 499px) {
  .footer2-bottom-info p {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .footer2-bottom-info p {
    font-size: 12px;
  }
}

.footer2-bottom-info p span {
  color: var(--yellow);
}

.footer2-bottom-info__links a {
  color      : rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size  : 18px;
  font-style : normal;
  font-weight: 500;
  line-height: 30px;
}

.footer2-bottom-info__links a:not(:last-child) {
  padding-right: 20px;
}

@media (max-width: 499px) {
  .footer2-bottom-info__links a {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .footer2-bottom-info__links a {
    font-size: 12px;
  }
}

.footer2-bottom-info__links a:hover {
  color: white;
}

.footer2-bottom-info__links span {
  padding-right: 15px;
  color        : var(--white);
}

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







/* Hide Google branding (minimal) */
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

.goog-te-gadget-icon {
  display    : none !important;
  /* optional: hides Google icon in dropdown */
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display    : none !important;
  /* optional: hides Google Translate bar */
  height     : 0 !important;
}

body {
  top: 0 !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border-left     : none !important;
  border-top      : none !important;
  border-bottom   : none !important;
  border-right    : none !important;
}






@media screen and (max-width: 768px) {
    #visitor-registration-form .container, #floor-plan-form .container, #ebrochure-form .container, #booth-booking-form .container, #exhibitor-registration-form .container {
        width: 95% !important;
    }
}


/* Forms */
#visitor-registration-form,
#floor-plan-form,
#ebrochure-form,
#booth-booking-form,
#exhibitor-registration-form {
  position  : fixed;
  left      : 0;
  top       : -100%;
  /* hidden offscreen */
  width     : 100%;
  height    : 100%;
  background: rgba(0, 0, 0, .8);
  z-index   : 99999999;
  opacity   : 1;
  overflow  : auto;
  transition: all 0.7s ease;
  display   : block;
}

#visitor-registration-form.active,
#floor-plan-form.active,
#ebrochure-form.active,
#booth-booking-form.active,
#exhibitor-registration-form.active {
  top    : 0;
  /* slide in */
  opacity: 1;
  /* fade in */
} 

#visitor-registration-form .heading-area,
#floor-plan-form .heading-area,
#ebrochure-form .heading-area,
#booth-booking-form .heading-area,
#exhibitor-registration-form .heading-area {
  position: relative;
}

.multi-step-form .heading-area span {
  position : absolute;
  top      : 0;
  right    : 0;
  color    : red;
  padding  : 5px 15px;
  font-size: 30px;
  cursor   : pointer;
}

.multi-step-form .container {
  position     : relative;
  width        : 100%;
  background   : #fff;
  padding      : 25px;
  border-radius: 12px;
  box-shadow   : 0 8px 25px rgba(0, 0, 0, 0.2);
}

.multi-step-form {
  width: 70%;
  margin-top   : 100px;
  margin-bottom: 100px;
  background   : #fff;
  padding      : 25px;
  border-radius: 12px;
}

.multi-step-form h3{
  font-size: 1.5rem !important;
  color: #667eea;
}

.multi-step-form .form {
  margin-top: 30px;
}


.multi-step-form .form .page {
  display: none;
}

.multi-step-form .form .page.active {
  display: block;
}

.multi-step-form .form .page .title {
  font-size    : 24px;
  font-weight  : 600;
  margin-bottom: 20px;
  color        : #333;
}

.multi-step-form .form .page .field {
  /* width        : 100%; */
  margin-bottom: 10px;
}

.multi-step-form .form .page .field label {
  display      : block;
  font-size    : 12px;
  font-weight  : 700;
  color        : #666;
}

.multi-step-form .form select{
  height: 44px;
}

.multi-step-form .form .page .field input,
.multi-step-form .form .page .field select,
.multi-step-form .form .page .field textarea {
  width        : 100%;
  padding      : 8px;
  border-radius: 8px;
  border       : 1px solid #ddd;
  outline      : none;
  font-size    : 14px;
  transition   : border-color 0.3s ease;
}

.multi-step-form .form .page .field input:focus,
.multi-step-form .form .page .field select:focus,
.multi-step-form .form .page .field textarea:focus {
  border-color: #667eea;
}

.multi-step-form .form .page .btns {
  display        : flex;
  align-items    : center;
  justify-content: flex-end;
  gap            : 15px;
  margin-top     : 30px;
}

.multi-step-form .form .page .btns button {
  padding      : 12px 24px;
  border       : none;
  border-radius: 8px;
  color        : #fff;
  cursor       : pointer;
  font-size    : 14px;
  font-weight  : 500;
  transition   : all 0.3s ease;
}

.multi-step-form .form .page .btns .prev {
  background: #94a3b8;
}

.multi-step-form .form .page .btns .next,
.multi-step-form .form .page .btns .submit {
  background: #667eea;
}

.multi-step-form .form .page .btns button:hover {
  opacity: 0.8;
}

.multi-step-form .progress-bar {
  display       : flex;
  flex-direction: row;
  margin        : 0;
  user-select   : none;
}

.multi-step-form .progress-bar .step {
  position  : relative;
  text-align: center;
  width     : 100%;
}

.multi-step-form .progress-bar .step p {
  font-size    : 14px;
  font-weight  : 500;
  color        : #666;
  margin-bottom: 8px;
}

.multi-step-form .progress-bar .step .bullet {
  position     : relative;
  height       : 30px;
  width        : 30px;
  border       : 2px solid #ddd;
  border-radius: 50%;
  display      : inline-block;
  transition   : 0.3s;
}

.multi-step-form .progress-bar .step .bullet.active {
  border-color: #667eea;
  background  : #667eea;
}

.multi-step-form .progress-bar .step .bullet span {
  position   : absolute;
  left       : 50%;
  transform  : translateX(-50%);
  color      : #999;
  line-height: 26px;
}

.multi-step-form .progress-bar .step .bullet.active span {
  color: #fff;
}

.multi-step-form .progress-bar .step:not(:last-child) .bullet::before,
.multi-step-form .progress-bar .step:not(:last-child) .bullet::after {
  position  : absolute;
  content   : '';
  bottom    : 11px;
  right     : -110px;
  height    : 3px;
  width     : 100px;
  background: #ddd;
}

.multi-step-form .progress-bar .step .bullet.active::after {
  background      : #667eea;
  transform       : scaleX(0);
  transform-origin: left;
  animation       : animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.multi-step-form .alert {
 display: none;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.multi-step-form .alert.error {
  background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.multi-step-form .alert.success {
  background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

@media (max-width: 480px) {
  .multi-step-form .form .page .btns {
    flex-direction: column-reverse;
    width         : 100%;
  }

  .multi-step-form .form .page .btns button {
    width: 100%;
  }
}






.btn-1{
    display: inline-flex;
    padding: 10px 8px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: linear-gradient(300deg, #662D8C, #ED1E79) !important;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-1:hover{
    color: #fff;
}

.btn-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff, transparent);
    animation: scanning 2s linear infinite;
}

.btn-2{
    display: inline-flex;
    padding: 10px 8px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%) !important;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    margin-left: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-2:hover{
    color: #fff;
}

.btn-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff, transparent);
    animation: scanning 2s linear infinite;
}

@keyframes scanning {
   0%{ left: -100%;
}
50% {
    left: 100%;
}
100% {
    left: 100%;
}
}


.event-badge {
    position     : absolute;
    top          : 10px;
    right        : 10px;
    background   : #0d2a5a;
    color        : #fff;
    border-radius: 10px;
    overflow     : hidden;
    text-align   : center;
    font-family  : "Poppins", sans-serif;
    box-shadow   : 0 4px 10px rgba(0, 0, 0, 0.2);
    width        : 200px;
    z-index: 999;
}

@media screen and (max-width: 768px){
  .event-badge {
    top: 359px;
  }
}

.event-badge .edition {
    font-size     : 10px;
    background    : rgba(255, 255, 255, 0.15);
    padding       : 3px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-badge .dates {
    display        : flex;
    justify-content: space-between;
    background     : #fff;
    color          : #000;
    padding        : 5px 0;
}

.event-badge .dated {
    flex        : 1;
    border-right: 1px solid #ddd;
}

.event-badge .dated:last-child {
    border-right: none;
}

.event-badge .dated .day {
    display       : block;
    font-size     : 9px;
    color         : #555;
    text-transform: uppercase;
}

.event-badge .dated .num {
    display    : block;
    font-size  : 20px;
    font-weight: 700;
    line-height: 1.2;
}

.event-badge .month-year {
    padding    : 0px 0 5px;
    font-size  : 12px;
    font-weight: 900;
}

.event-badge .location {
    font-size  : 9px;
    line-height: 1.3;
    padding    : 6px;
    font-weight: bold;
    background : linear-gradient(300deg, #662D8C, #ED1E79);
}