:root {
  /* @color declaration */
  --up-common-white: #ffffff;
  --up-common-black: #0B0C0C;
  --up-grey-1: #171717;
  --up-text-body: #7D7D7D;
  --up-text-p: #7D7D7D;
  --up-theme-primary: #B19777;
  --up-border-primary: #B4674D;
  /*  @font wight declaration  */
  --up-fw-normal: normal;
  --up-fw-thin: 100;
  --up-fw-elight: 200;
  --up-fw-light: 300;
  --up-fw-regular: 400;
  --up-fw-medium: 500;
  --up-fw-sbold: 600;
  --up-fw-bold: 700;
  --up-fw-ebold: 800;
  --up-fw-black: 900;
}

.up-bg-white {
  background: var(--up-common-white);
}

.up-bg-black {
  background: var(--up-common-black);
}

.up-bg-primary {
  background: var(--up-theme-primary);
}

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

.up-text-white {
  color: var(--up-common-white);
}

.up-text-black {
  color: var(--up-common-white);
}

.up-text-p {
  color: var(--up-text-p);
}

.up-text-primary {
  color: var(--up-theme-primary);
}

.heading-font {
  font-family: var(--display-font);
}

.body-font {
  font-family: var(--body-font);
}

.font-normal {
  font-weight: var(--up-fw-normal);
}

.font-thin {
  font-weight: var(--up-fw-thin);
}

.font-elight {
  font-weight: var(--up-fw-elight);
}

.font-light {
  font-weight: var(--up-fw-light);
}

.font-regular {
  font-weight: var(--up-fw-regular);
}

.font-medium {
  font-weight: var(--up-fw-medium);
}

.font-sbold {
  font-weight: var(--up-fw-sbold);
}

.font-bold {
  font-weight: var(--up-fw-bold);
}

.font-ebold {
  font-weight: var(--up-fw-ebold);
}

.font-black {
  font-weight: var(--up-fw-black);
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-205 {
  padding-bottom: 200px;
}

.pb-200 {
  padding-bottom: 205px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-five-top {
  background: var(--up-grey-1);
}
.header-five-info {
  gap: 40px;
}
.header-five-info li {
  color: var(--up-common-white);
  font-size: 16px;
}
.header-five-info li i {
  color: var(--up-theme-primary);
  font-size: 16px;
}
.header-five-info li a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.header-five-info li a:hover {
  background-size: 100% 1px;
  color: var(--up-theme-primary);
}
.header-five-social li {
  color: var(--up-common-white);
  font-size: 18px;
  margin-right: 18px;
}
.header-five-social li:last-child {
  margin-right: 0;
}
.header-five-social li a:hover {
  color: var(--up-theme-primary);
}
.header-five-bottom {
  background: var(--up-grey-1) !important;
  border-bottom: 1px solid rgba(248, 249, 250, 0.1);
  padding: 10px 0;
  position: relative;
  z-index: -1;
}
.header-five-bottom .logo {
  margin-top: -8px;
}
.header-five-bottom::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 67%;
  background: var(--up-common-black);
  clip-path: polygon(3.6% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .header-five-bottom::before {
    width: 69%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-five-bottom::before {
    width: 72%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-five-bottom::before {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .header-five-bottom::before {
    width: 40%;
  }
}
.header-five-bottom::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 67.6%;
  background: var(--up-theme-primary);
  clip-path: polygon(3.6% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -2;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .header-five-bottom::after {
    width: 69.6%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-five-bottom::after {
    width: 72.6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-five-bottom::after {
    width: 75.6%;
  }
}
@media (max-width: 767px) {
  .header-five-bottom::after {
    width: 40.6%;
  }
}
.header-five-menu > li > a {
  font-weight: 400;
  padding: 26px 1.25rem;
}
.header-five-menu > li.has-dropmenu::after {
  font-weight: 600;
  top: 50%;
  right: 5px;
  font-size: 9px;
  transform: translateY(-50%);
}
.header-five-search-btn {
  color: var(--up-common-white);
  font-size: 18px;
  padding: 0;
  margin-left: 20px;
}
.header-five-mobile-menu-open-btn {
  display: block !important;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.header-five-mobile-menu-open-btn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 66px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(248, 249, 250, 0.2);
}
.header-five-mobile-menu-open-btn span {
  display: inline-block;
  line-height: 1;
}

.header-six-area {
  position: relative;
  z-index: 9;
}
.header-six-area.site-header.site-header-fixed {
  background: var(--up-theme-primary);
}
.header-six-top {
  padding: 1.2rem 0;
}
.header-six-info {
  gap: 30px;
}
.header-six-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-six-info-item:hover .header-six-call-btn::before {
  transform: scale(1);
}
.header-six-info-item:hover .header-six-call-btn span img {
  filter: brightness(0) invert(1);
}
.header-six-call-btn {
  width: 45px;
  height: 45px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--up-theme-primary);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.header-six-call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--up-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.header-six-call-text {
  font-size: 14px;
  color: var(--up-text-p);
  margin-bottom: 0;
  display: block;
}
.header-six-call-number {
  font-weight: 500;
  font-size: 18px;
  color: var(--up-common-black);
  transition: 0.4s;
}
.header-six-call-number:hover {
  color: var(--up-theme-primary);
}
.header-six-xs-logo {
  display: none;
}
@media (max-width: 767px) {
  .header-six-xs-logo {
    display: block;
    padding: 12px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-six-bottom {
    background: var(--up-theme-primary);
  }
}
.header-six-bottom-row {
  background: var(--up-theme-primary);
  border-radius: 90px;
  padding: 0 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-six-bottom-row {
    padding: 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-six-menu {
    display: inherit;
  }
}
.header-six-menu > li > a {
  font-weight: 400;
  padding: 30px 1.25rem;
  color: var(--up-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-six-menu > li > a {
    padding: 30px 36px 30px 0;
  }
}
.header-six-menu > li.has-dropmenu::after {
  color: var(--up-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-six-menu > li.has-dropmenu::after {
    right: 24px;
  }
}

/*----------------------------------------*/
/*  7.9 Hero Css
/*----------------------------------------*/
.banner-five-area {
  padding: 254px 0 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-five-area {
    padding: 150px 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-five-area {
    padding: 190px 0 220px;
  }
}
@media (max-width: 767px) {
  .banner-five-area {
    padding: 190px 0 140px;
  }
}
.banner-five-title {
  font-size: 80px;
  line-height: 1.25;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-five-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-five-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-five-title {
    font-size: 58px;
  }
}
.banner-five-title span {
  margin-left: 20px;
}
.banner-five-paragraph {
  max-width: 508px;
  width: 100%;
}
.banner-five-wrap {
  gap: 40px;
}
@media (max-width: 767px) {
  .banner-five-counter {
    display: flex;
    gap: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-five-counter {
    gap: 30px;
  }
}
.banner-five-counter-item {
  text-align: right;
  margin-bottom: 135px;
}
@media (max-width: 767px) {
  .banner-five-counter-item {
    text-align: left;
    margin-bottom: 35px;
    margin-top: 40px;
  }
}
.banner-five-counter-item:last-child {
  margin-bottom: 0;
}
.banner-five-counter-title {
  font-family: var(--display-font);
  font-weight: 700;
  font-size: 42px;
}
.banner-five-counter-paragraph {
  color: rgba(255, 255, 255, 0.7);
}
.banner-five-bg-shape-1 {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.banner-five-bg-shape-2 {
  position: absolute;
  bottom: -3px;
  right: 24%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-five-bg-shape-2 {
    right: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-five-bg-shape-2 {
    right: 17%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-five-bg-shape-2 {
    right: 21%;
  }
}
@media (max-width: 767px) {
  .banner-five-bg-shape-2 {
    position: static;
    width: 80%;
    margin-left: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-five-bg-shape-2 {
    margin-left: 56px;
  }
}

.banner-six-area {
  position: relative;
  z-index: 1;
}
.banner-six-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 646px;
  top: -40px;
  left: 0;
  background: #F8F9FA;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner-six-bottom {
    padding-bottom: 80px;
  }
}
.banner-six-title {
  font-family: var(--display-font);
  font-weight: var(--up-fw-bold);
  font-size: 80px;
  line-height: 1.25;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-six-title {
    font-size: 73px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-six-title {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-six-title {
    font-size: 78px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner-six-title {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-six-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-six-paragraph {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-six-thumb {
    margin-bottom: 30px;
  }
}
.banner-six-thumb img {
  border-radius: 20px 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-six-thumb img {
    height: 316px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-six-thumb img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .banner-six-thumb img {
    border-radius: 20px;
    width: 100%;
    height: 220px;
  }
}
.banner-six-thumb.two img {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .banner-six-thumb.two img {
    border-radius: 20px;
    width: 100%;
  }
}
.banner-six-circle {
  position: absolute;
  bottom: 85px;
  width: 185px;
  height: 185px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--up-common-white);
  border-radius: 50%;
  z-index: 1;
  right: -25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-six-circle {
    bottom: 65px;
    right: -36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-six-circle {
    bottom: 57px;
    right: -49%;
  }
}
@media (max-width: 767px) {
  .banner-six-circle {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner-six-circle-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--up-theme-primary);
}
.banner-six-circle-button h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--up-theme-primary);
  margin-bottom: 0;
}
.banner-six-rotate-content {
  animation: rotateImg 10s infinite linear;
}
.banner-six-rotate-text {
  position: relative;
  z-index: 1;
}
.banner-six-social {
  position: absolute;
  top: 35px;
  left: 8%;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .banner-six-social {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-six-social {
    left: 1%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .banner-six-social {
    display: none;
  }
}
.banner-six-social li {
  margin-bottom: 20px;
  text-align: center;
}
.banner-six-social li:first-child {
  margin-bottom: 10px;
}
.banner-six-social li:last-child {
  margin-bottom: 10px;
}
.banner-six-social li a {
  color: var(--up-theme-primary);
  font-size: 18px;
  text-align: center;
  width: 20px;
  display: inline-flex;
  justify-content: center;
}
.banner-six-social li span {
  width: 1px;
  height: 110px;
  background: rgba(208, 208, 208, 0.5);
  display: inline-block;
}

@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.up-border-button {
  border: 1px solid var(--up-theme-primary);
  border-radius: 30px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: var(--up-fw-medium);
}
.up-border-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: transparent;
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
.up-border-button::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--up-theme-primary);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
.up-border-button span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.up-border-button:hover {
  color: var(--up-common-white);
}
.up-border-button:hover::before {
  top: 100%;
}
.up-border-button:hover::after {
  bottom: -50%;
}

.up-primary-button {
  background: var(--up-theme-primary);
  color: var(--up-common-black);
  border-radius: 30px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: var(--up-fw-medium);
}
.up-primary-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--up-theme-primary);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
.up-primary-button::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--up-common-white);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
.up-primary-button span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.up-primary-button:hover {
  color: var(--up-common-black);
}
.up-primary-button:hover::before {
  top: 100%;
}
.up-primary-button:hover::after {
  bottom: -50%;
}

.counter-six-bg {
  background: #F8F9FA;
  padding: 60px 50px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-six-bg {
    padding: 60px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-six-bg {
    padding: 60px 20px;
  }
}
.counter-six-counter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.counter-six-counter-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-six-counter-item {
    width: 50%;
  }
}
.counter-six-counter-icon span {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--up-theme-primary);
  border-radius: 50%;
}
.counter-six-counter-title {
  font-family: var(--display-font);
  font-weight: var(--up-fw-bold);
  font-size: 42px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-six-counter-title {
    font-size: 36px;
  }
}

.section-five-title {
  font-size: 42px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-five-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-five-title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-five-title {
    font-size: 42px;
  }
}

.service-five-active {
  margin-bottom: 80px;
}
.service-five-wrapper {
  background: #171818;
  padding: 45px 40px 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-five-wrapper {
    padding: 45px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-five-wrapper {
    padding: 45px 20px 60px;
  }
}
.service-five-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 45px;
}
.service-five-title {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-five-title {
    font-size: 18px;
  }
}
.service-five-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.service-five-title a:hover {
  background-size: 100% 1px;
  color: var(--up-theme-primary) !important;
}
.service-five-bottom ul {
  margin-bottom: 46px;
}
.service-five-bottom ul li {
  color: var(--up-common-white);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-five-bottom ul li:last-child {
  margin-bottom: 0;
}
.service-five-bottom ul li span {
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--up-theme-primary);
  border-radius: 50%;
}
.service-five-dots {
  bottom: -95px;
}
.service-five-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--up-theme-primary);
  margin: 0 10px 0;
  opacity: 1;
}
.service-five-dots .swiper-pagination-bullet button {
  display: none;
}
.service-five-dots .swiper-pagination-bullet-active {
  background: var(--up-theme-primary);
  position: relative;
}
.service-five-dots .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--up-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-six-area .section-five-wrapper {
    margin-right: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-six-area .section-five-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-six-area .feature-five-description {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.service-six-wrapper {
  background: var(--up-theme-primary);
  padding: 10px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.service-six-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #F8F9FA;
  z-index: -1;
  transition: 0.5s;
  border-radius: 20px;
}
.service-six-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #F8F9FA;
  z-index: -1;
  transition: 0.5s;
  border-radius: 20px;
}
.service-six-wrapper:hover::before {
  transform: rotateX(90deg);
}
.service-six-wrapper:hover::after {
  transform: rotateY(90deg);
}
.service-six-wrapper:hover .service-six-icon span {
  background: transparent;
  border: 1px solid #D0D0D0;
}
.service-six-wrapper:hover .service-six-icon span img {
  filter: brightness(0) invert(1);
}
.service-six-wrapper:hover .service-six-title a {
  color: var(--up-common-white);
}
.service-six-wrapper:hover .service-six-paragraph {
  color: var(--up-common-white);
}
.service-six-wrapper:hover .service-six-btn {
  color: var(--up-common-white);
}
.service-six-wrapper:hover .service-six-btn i {
  color: var(--up-common-white);
}
.service-six-wrapper:hover .service-six-wrapper-shape-1 {
  filter: brightness(0) invert(1);
}
.service-six-wrapper:hover .service-six-wrapper-shape-2 {
  filter: brightness(0) invert(1);
}
.service-six-wrapper-shape-1 {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.3s;
}
.service-six-wrapper-shape-2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
}
.service-six-item {
  padding: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.service-six-icon {
  margin-bottom: 16px;
}
.service-six-icon span {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--up-common-white);
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  transition: 0.4s;
}
.service-six-icon span img {
  transition: 0.4s;
}
.service-six-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 14px;
  transition: 0.4s;
}
.service-six-paragraph {
  color: #7D7D7D;
  transition: 0.4s;
}
.service-six-btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--up-common-black);
}
.service-six-btn i {
  color: var(--up-theme-primary);
  font-size: 14px;
}
.service-six-dots {
  width: 300px;
  height: 10px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  margin: auto;
}
.service-six-dots .swiper-pagination-bullet {
  width: 99px;
  height: 10px;
  border-radius: 5px;
  background: transparent;
  margin: 0;
  opacity: 1;
  transition: 0.4s;
  transform: translateY(-11px);
}
.service-six-dots .swiper-pagination-bullet button {
  display: none;
}
.service-six-dots .swiper-pagination-bullet-active {
  background: var(--up-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-five-thumb {
    margin-bottom: 50px;
  }
}
.about-five-thumb img {
  border-radius: 20px;
}
.about-five-thumb-wrap {
  border: 3px solid #d9a14c;
  border-radius: 20px;
  width: 340px;
  padding: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-five-thumb-wrap {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about-five-thumb-wrap {
    position: static;
    transform: translateY(0);
    margin-top: 30px;
  }
}
.about-five-counter-item {
  background: var(--up-common-white);
  max-width: 300px;
  border-radius: 20px;
  text-align: center;
  padding: 30px 0 22px;
}
.about-five-counter-icon span {
  width: 55px;
  height: 55px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #d9a14c;
}
.about-five-counter-title {
  font-family: var(--display-font);
  font-weight: 700;
  font-size: 42px;
  color: var(--up-common-black);
}
.about-five-counter-paragraph {
  color: #7D7D7D;
  margin-bottom: 0;
}
.about-five-icon span {
  width: 100px;
  height: 100px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--up-grey-1);
  border-radius: 50%;
}
.about-five-title {
  font-size: 20px;
  margin-bottom: 14px;
}
.about-five-paragraph {
  line-height: 25px;
}
@media (max-width: 767px) {
  .about-five-paragraph {
    font-size: 14px;
  }
}
.about-five-wrap {
  max-width: 463px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-six-area .section-five-title {
    font-size: 38px;
  }
}
.about-six-area .section-five-paragraph {
  color: var(--up-text-p);
}
.about-six-thumb {
  padding-left: 105px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-six-thumb {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-six-thumb {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .about-six-thumb {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-six-thumb img {
    width: 100%;
  }
}
.about-six-thumb-content p {
  color: var(--up-text-p);
}
.about-six-thumb-shape-1 {
  position: absolute;
  top: 0;
  left: 11%;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-six-thumb-shape-1 {
    left: -1%;
  }
}
@media (max-width: 767px) {
  .about-six-thumb-shape-1 {
    display: none;
  }
}
.about-six-thumb-shape-2 {
  position: absolute;
  bottom: -17%;
  left: 0;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .about-six-thumb-shape-2 {
    display: none;
  }
}
.about-six-thumb-shape-3 {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: -1;
  animation: moving 8s linear infinite;
}
@media (max-width: 767px) {
  .about-six-thumb-shape-3 {
    display: none;
  }
}
.about-six-thumb-shape-4 {
  position: absolute;
  top: 31%;
  right: 17%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-six-thumb-shape-4 {
    display: none;
  }
}
.about-six-thumb-shape-5 {
  position: absolute;
  right: 18%;
  bottom: -8%;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-six-thumb-shape-5 {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .about-six-thumb-shape-5 {
    display: none;
  }
}
.about-six-list ul {
  margin-bottom: 26px;
}
.about-six-list ul li {
  color: var(--up-text-p);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-six-list ul li {
    font-size: 15px;
  }
}
.about-six-list ul li span img {
  filter: brightness(0) invert(1);
}
.about-six-button .up-primary-button::after {
  background-color: var(--up-common-black);
}

@keyframes bounce-thum-3 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes bounce-thum-2 {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-30px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.project-five-top-button {
  text-align: right;
}
@media (max-width: 767px) {
  .project-five-top-button {
    text-align: left;
    margin-bottom: 40px;
    margin-top: -30px;
  }
}
.project-five-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .project-five-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project-five-thumb {
    margin-right: 30px;
  }
  .project-five-thumb:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .project-five-thumb {
    width: 100%;
  }
}
.project-five-thumb img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .project-five-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), md, (max-width: 767px) {
  .project-six-area {
    padding: 120px 30px 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-six-area .section-five-title {
    font-size: 40px;
  }
}
.project-six-active {
  margin-right: -485px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-six-active {
    margin-right: 0;
  }
}
.project-six-thumb img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}
.project-six-dots {
  margin-left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-six-dots {
    margin-left: 0;
  }
}
.project-six-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--up-theme-primary);
  margin: 0 10px 0;
  opacity: 1;
}
.project-six-dots .swiper-pagination-bullet button {
  display: none;
}
.project-six-dots .swiper-pagination-bullet-active {
  background: var(--up-theme-primary);
  position: relative;
}
.project-six-dots .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--up-theme-primary);
}

.faq-five-counter-icon span {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--up-theme-primary);
  border-radius: 50%;
}
.faq-five-counter-title {
  font-size: 42px;
  margin-bottom: 5px;
}
.faq-five-accordion .accordion.style-border .accordion-item {
  background-color: #171818;
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 24px 8px 30px;
  margin-bottom: 30px;
}
.faq-five-accordion .accordion.style-border .accordion-item .accordion-body {
  padding: 0 0 20px;
  color: rgba(255, 255, 255, 0.6) !important;
  max-width: 494px;
  width: 100%;
}
.faq-five-accordion .accordion.style-border .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.6) !important;
}
.faq-five-accordion-button {
  border: none !important;
  color: var(--up-common-white);
  text-transform: capitalize;
  font-size: 18px !important;
  font-family: var(--body-font) !important;
  font-weight: var(--up-fw-regular) !important;
}
.faq-five-accordion-button::after {
  color: var(--up-theme-primary) !important;
  font-size: 14px !important;
  rotate: 90deg;
  transition: 0.3s;
}
.faq-five-accordion-button:not(.collapsed) {
  color: var(--up-common-white) !important;
  border: none;
  box-shadow: none !important;
}
.faq-five-accordion-button:not(.collapsed)::after {
  color: var(--up-common-white) !important;
  transform: none;
  rotate: -90deg;
}

.skill-five-wrap .progress-lavel {
  color: var(--up-common-white);
  margin-bottom: 10px;
}
.skill-five-wrap .progress-item {
  position: relative;
  background: var(--wt-common-white);
  margin-bottom: 50px;
  z-index: 1;
}
.skill-five-wrap .progress-item .item_value {
  position: absolute;
  top: -26px;
  right: 0;
  font-weight: var(--up-fw-regular);
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--up-common-white);
}
.skill-five-wrap .progress-item .item_bar {
  position: relative;
  height: 5px;
  background-color: #171818;
}
.skill-five-wrap .progress-item .item_bar .progress {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 0;
  height: 5px;
  margin: 0;
  transform: translateY(-50%);
  overflow: visible;
  background: var(--up-theme-primary);
  transition: width 100ms ease;
  border-radius: 0;
}
.skill-five-item {
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .skill-five-thumb img {
    width: 100%;
  }
}
.skill-five-thumb.two {
  text-align: right;
}
@media (max-width: 767px) {
  .skill-five-thumb.two {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-five-area .section-five-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-five-area .feature-five-description {
    margin-left: -50px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .feature-five-area .feature-five-description {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

.feature-five-widget .feature-five-2-item {
  padding: 0 30px;
  position: relative;
  z-index: 2;
  gap: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.0705882353);
  padding: 0 30px;
  transition: 0.3s ease-in;
}
@media (max-width: 767px) {
  .feature-five-widget .feature-five-2-item {
    padding: 0 10px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-five-widget .feature-five-2-item {
    padding: 0 30px 30px;
  }
}

.feature-five-widget .feature-five-2-item .number {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s ease;
  font-family: var(--display-font);
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
  display: inline-flex;
  transform: translateY(-13px);
  margin-right: 64px;
}
@media (max-width: 767px) {
  .feature-five-widget .feature-five-2-item .number {
    font-size: 60px;
    margin-right: 0;
  }
}

.feature-five-widget .feature-five-2-item.current .number {
  color: var(--up-common-white);
}

.feature-five-widget .feature-five-2-item.current.mleave .number {
  color: rgba(255, 255, 255, 0.3);
}

.feature-five-widget .feature-five-2-item:hover .number {
  color: var(--up-common-white);
}

.feature-five-widget .feature-five-2-item .left-box {
  width: calc(32% - 10px);
  padding: 30px 0;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-five-widget .feature-five-2-item .left-box {
    width: calc(24% - 10px);
  }
}
@media (max-width: 767px) {
  .feature-five-widget .feature-five-2-item .left-box {
    width: calc(100% - 10px);
    padding-bottom: 0;
  }
}

.feature-five-widget .feature-five-2-item .left-box .feature-five-2-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 20px;
  color: var(--up-common-white);
  margin-bottom: 0;
}

.feature-five-widget .feature-five-2-item .right-box {
  width: calc(43% - 10px);
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-five-widget .feature-five-2-item .right-box {
    width: calc(61% - 10px);
  }
}
@media (max-width: 767px) {
  .feature-five-widget .feature-five-2-item .right-box {
    width: calc(100% - 10px);
    padding: 0;
  }
}

.feature-five-widget .feature-five-2-item .right-box p:last-child {
  margin-bottom: 0;
  color: var(--up-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-five-widget .feature-five-2-item .right-box p:last-child {
    font-size: 14px;
  }
}

.feature-five-widget .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  background: var(--up-theme-primary);
  transition: all 0.5s ease;
  border-radius: 20px;
}

.feature-six-thumb img {
  border-radius: 28px;
}
.feature-six-button {
  text-align: right;
}
@media (max-width: 767px) {
  .feature-six-button {
    text-align: left;
    margin-bottom: 60px;
    margin-top: -16px;
  }
}
.feature-six-list-thumb-wrap {
  width: 600px;
  height: 508px;
  margin-left: 0;
  transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-six-list-thumb-wrap {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-six-list-thumb-wrap {
    width: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-six-list-thumb-wrap {
    height: 400px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .feature-six-list-thumb-wrap {
    height: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
}
.feature-six-list-thumb-1, .feature-six-list-thumb-2, .feature-six-list-thumb-3, .feature-six-list-thumb-4 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  transition: 0.3s ease-in;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-six-list-wrap {
    margin-left: -67px;
  }
}
.feature-six-list-item {
  padding: 32px 23px 28px 30px;
  border: 1px solid #D0D0D0;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-six-list-item {
    padding: 32px 20px 28px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-six-list-item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .feature-six-list-item {
    padding-bottom: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
    padding: 15px 15px 10px;
  }
}
.feature-six-list-item:last-child {
  margin-bottom: 0;
}
.feature-six-list-item.active {
  border: 1px solid var(--up-theme-primary);
}
.feature-six-list-item.active .feature-six-list-content-right a {
  color: var(--up-theme-primary);
}
.feature-six-list-content-left span {
  color: hsl(var(--up-common-black));
  margin-right: 20px;
  font-weight: 500;
  font-size: 20px;
  width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-six-list-content-left span {
    font-size: 18px;
    width: 170px;
  }
}
.feature-six-list-content-left p {
  max-width: 289px;
  width: 100%;
  color: #7D7D7D;
  line-height: 160%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-six-list-content-left p {
    max-width: 222px;
    font-size: 15px;
  }
}
.feature-six-list-content-right a {
  color: hsl(var(--up-common-black));
  font-size: 20px;
}
.feature-six-list-content-right a:hover {
  background-size: 100% 1px;
  color: var(--up-theme-primary);
}

#feature-six-thumb.feature-six-list-thumb-1 .feature-six-list-thumb-1 {
  opacity: 1;
  visibility: visible;
}
#feature-six-thumb.feature-six-list-thumb-2 .feature-six-list-thumb-2 {
  opacity: 1;
  visibility: visible;
}
#feature-six-thumb.feature-six-list-thumb-3 .feature-six-list-thumb-3 {
  opacity: 1;
  visibility: visible;
}
#feature-six-thumb.feature-six-list-thumb-4 .feature-six-list-thumb-4 {
  opacity: 1;
  visibility: visible;
}
#feature-six-thumb.feature-six-list-thumb-5 .feature-six-list-thumb-5 {
  opacity: 1;
  visibility: visible;
}
#feature-six-thumb.feature-six-list-thumb-6 .feature-six-list-thumb-6 {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-five-area .section-five-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-five-area .feature-five-description {
    margin-left: -45px;
  }
}
@media (max-width: 767px) {
  .testimonial-five-area .feature-five-description {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.testimonial-five-bg {
  border-radius: 20px;
  margin: 0 80px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-five-bg {
    margin: 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial-five-bg {
    margin: 0;
    border-radius: 0;
  }
}
.testimonial-five-thumb-shape img {
  max-width: inherit;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial-five-thumb-shape img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.testimonial-five-wrapper {
  background: var(--up-common-black);
  border: 1px solid var(--up-theme-primary);
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  padding: 60px;
}
@media (max-width: 767px) {
  .testimonial-five-wrapper {
    padding: 60px 20px;
  }
}
.testimonial-five-descri {
  font-size: 20px;
  line-height: 128%;
}
@media (max-width: 767px) {
  .testimonial-five-bio {
    flex-wrap: wrap;
  }
}
.testimonial-five-bio-img {
  width: 60px;
  height: 60px;
}
.testimonial-five-bio-img img {
  border-radius: 50%;
}
.testimonial-five-bio-content h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .testimonial-five-bio-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial-five-bio-content p {
    font-size: 14px;
  }
}
.testimonial-five-dots {
  bottom: -95px;
}
.testimonial-five-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--up-theme-primary);
  margin: 0 10px 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .testimonial-five-dots .swiper-pagination-bullet {
    margin: 0 6px 0;
  }
}
.testimonial-five-dots .swiper-pagination-bullet button {
  display: none;
}
.testimonial-five-dots .swiper-pagination-bullet-active {
  background: var(--up-theme-primary);
  position: relative;
}
.testimonial-five-dots .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--up-theme-primary);
}

.testimonial-six-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  max-width: 1490px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-six-area {
    border-radius: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial-six-area {
    max-width: 100%;
    border-radius: 0;
  }
}
.testimonial-six-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 12, 12, 0.9);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-six-area .section-five-title {
    font-size: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial-six-left {
    margin-bottom: 60px;
  }
}
.testimonial-six-wrapper {
  border-radius: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 40px 40px;
}
@media (max-width: 767px) {
  .testimonial-six-wrapper {
    padding: 50px 20px 40px;
  }
}
.testimonial-six-wrapper .testimonial-five-descri {
  font-size: 22px;
  line-height: 191%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .testimonial-six-wrapper .testimonial-five-descri {
    font-size: 18px;
    line-height: 180%;
  }
}
.testimonial-six-counter-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: var(--up-theme-primary);
  padding: 22px 26px;
  border-radius: 20px;
}
.testimonial-six-counter-title {
  font-family: var(--display-font);
  font-size: 42px;
  font-weight: var(--up-fw-bold);
  margin-bottom: 0;
  transform: translateY(-5px);
}
.testimonial-six-counter-paragraph {
  line-height: 160%;
  margin-bottom: 0;
}
.testimonial-six-arrow button {
  width: 40px;
  height: 40px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--up-common-white);
  color: var(--up-common-white);
  border-radius: 50%;
  margin: 0 2px 0;
}
.testimonial-six-arrow button:first-child {
  margin-left: 0;
}

.team-six-wrapper {
  background: #F8F9FA;
  border-top: 5px solid #D0D0D0;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
}
.team-six-wrapper:hover {
  border-top: 5px solid var(--up-theme-primary);
}
.team-six-wrapper:hover .team-six-social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-six-thumb {
  position: relative;
}
.team-six-content {
  padding: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-six-content {
    padding: 14px 12px;
  }
}
.team-six-title {
  font-size: 20px;
  font-weight: var(--up-fw-medium);
  margin-bottom: 6px;
}
.team-six-title a:hover {
  color: var(--up-theme-primary);
}
.team-six-paragraph {
  color: #7D7D7D;
}
.team-six-social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.team-six-social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
}
.team-six-social li a {
  width: 35px;
  height: 35px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--up-common-white);
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}
.team-six-social li a:hover {
  background-color: var(--up-theme-primary);
  color: var(--up-common-white);
}
.team-six-social li:nth-child(1) {
  transition-delay: 0.2s;
}
.team-six-social li:nth-child(2) {
  transition-delay: 0.3s;
}
.team-six-social li:nth-child(3) {
  transition-delay: 0.4s;
}
.team-six-social li:nth-child(4) {
  transition-delay: 0.5s;
}
.team-six-dots {
  width: 400px;
  height: 10px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  margin: auto;
}
@media (max-width: 767px) {
  .team-six-dots {
    width: 323px;
  }
}
.team-six-dots .swiper-pagination-bullet {
  width: 99px;
  height: 10px;
  border-radius: 5px;
  background: transparent;
  margin: 0;
  opacity: 1;
  transition: 0.4s;
  transform: translateY(-11px);
}
@media (max-width: 767px) {
  .team-six-dots .swiper-pagination-bullet {
    width: 80px;
  }
}
.team-six-dots .swiper-pagination-bullet button {
  display: none;
}
.team-six-dots .swiper-pagination-bullet-active {
  background: var(--up-theme-primary);
}

.blog-five-wrapper {
  background: var(--up-grey-1);
  border-radius: 20px;
}
.blog-five-wrapper:hover .blog-five-thumb img {
  transform: scale(1.2);
}
.blog-five-content {
  padding: 30px 40px 0;
}
.blog-five-title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: var(--up-common-white);
  margin-bottom: 22px;
}
.blog-five-title a:hover {
  color: var(--up-theme-primary);
}
.blog-five-thumb {
  overflow: hidden;
}
.blog-five-thumb img {
  transition: 0.4s ease-in-out;
}
.blog-five-paragraph {
  color: #d7d3d3;
  margin-bottom: 30px;
}
.blog-five-meta {
  padding: 0 32px 8px;
}
.blog-five-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 0.625rem;
}
.blog-five-meta ul li {
  color: var(--up-common-white);
  font-weight: 400;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-five-meta ul li i {
  color: var(--up-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-six-area .section-five-title {
    font-size: 37px;
  }
}
.blog-six-active {
  padding-bottom: 5px;
}
.blog-six-arrow {
  text-align: right;
}
@media (max-width: 767px) {
  .blog-six-arrow {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 60px;
  }
}
.blog-six-arrow button {
  width: 60px;
  height: 60px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(177, 151, 119, 0.1);
  color: var(--up-theme-primary);
  border-radius: 50%;
  margin: 0 4px 0;
  transition: 0.4s;
}
.blog-six-arrow button:hover {
  background: var(--up-theme-primary);
  color: var(--up-common-white);
}
.blog-six-arrow button:last-child {
  margin-right: 0;
}
.blog-six-wrapper {
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  padding: 20px 20px 35px;
}
.blog-six-wrapper:hover .blog-six-thumb img {
  transform: scale(1.2);
}
.blog-six-thumb {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .blog-six-thumb {
    text-align: center;
  }
}
.blog-six-thumb img {
  border-radius: 20px;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-six-content {
    padding: 0 50px 0 25px;
  }
}
.blog-six-meta {
  margin-bottom: 22px;
}
.blog-six-meta ul li {
  color: var(--up-text-p);
}
.blog-six-title {
  font-family: var(--display-font);
  font-weight: var(--up-fw-medium);
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.blog-six-title a:hover {
  color: var(--up-theme-primary);
}

.maquee-five-area {
  background: var(--up-theme-primary);
  padding: 60px 0 35px;
}
.maquee-five-transition {
  transition-timing-function: linear;
}
.maquee-five-item {
  display: flex;
  white-space: nowrap;
}
.maquee-five-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
}
.maquee-five-icon span {
  animation: rotate-infinte 6s infinite linear;
  color: var(--wt-heading-primary);
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 3px;
}
.maquee-five-icon span i {
  display: inline-block;
  line-height: 1;
}
.maquee-five-title {
  color: var(--up-common-white);
  font-family: var(--display-font);
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0;
}
.maquee-five-title.border-text {
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: var(--up-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-five-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-five-area .section-five-title {
    font-size: 36px;
  }
}
.contact-five-area .section-five-paragraph {
  color: #7D7D7D;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-five-wrapper {
    margin-bottom: 50px;
  }
}
.contact-five-bg-overlay {
  position: absolute;
  width: 100%;
  height: 625px;
  top: 0;
  left: 0;
  background: var(--up-grey-1);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-five-bg-overlay {
    height: 100%;
  }
}
.contact-five-check-list li::before {
  color: var(--up-theme-primary);
}
.contact-five-check-list li + li {
  margin-top: 0.7rem;
}
.contact-five-paragraph {
  color: #7D7D7D;
}
.contact-five-message-wrapper {
  padding: 45px 40px 40px;
  border: 1px solid var(--up-theme-primary);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact-five-message-wrapper {
    padding: 45px 20px 40px;
  }
}
.contact-five-message-wrapper label {
  color: var(--up-common-white);
  margin-bottom: 12px;
}
.contact-five-message-wrapper .form-control {
  border-color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
  font-size: 14px;
  color: var(--up-common-white);
  padding-right: 50px;
}
.contact-five-message-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.contact-five-message-wrapper .form-control:focus {
  background: transparent;
  border-color: var(--up-theme-primary) !important;
}
.contact-five-message-wrapper .btn-primary {
  background-color: var(--up-theme-primary);
  border-color: var(--up-theme-primary);
}
.contact-five-message-wrapper .btn-primary:hover {
  color: var(--up-common-black);
}
.contact-five-message-wrapper span.input-icon {
  position: absolute;
  top: 17%;
  right: 25px;
}
.contact-five-message-wrapper span.input-icon.textarea {
  top: 8%;
}

.brand-five-area {
  padding: 180px 0 100px;
  margin-top: -77px;
}
@media (max-width: 767px) {
  .brand-five-img-thum {
    text-align: center;
  }
}
.brand-five-img-thum img {
  margin: 0px 38px;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .brand-five-img-thum img {
    margin: 0;
  }
}
.brand-five-slider-active .swiper-slide-active .brand-five-img-thum img {
  opacity: 1;
}

.footer-five-area {
  background: var(--up-grey-1);
}
.footer-five-top-bottom {
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-five-logo {
  transform: translateY(-6px);
}
.footer-five-title {
  font-family: var(--display-font);
  font-weight: 700;
  font-size: 60px;
  color: var(--up-theme-primary);
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-five-title {
    font-size: 55px;
    line-height: 1.2;
  }
}
.footer-five-inline-menu {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-five-inline-menu {
    margin-top: 15px;
  }
}
.footer-five-inline-menu li a:hover {
  color: var(--up-theme-primary) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-five-item {
    margin-bottom: 40px;
  }
}
.footer-five-item .footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.footer-five-item .footer-menu li a:hover {
  color: var(--up-theme-primary) !important;
}
.footer-five-socail {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-five-socail {
    margin-left: 0;
  }
}
.footer-five-socail li {
  margin-right: 26px;
}
.footer-five-socail li:last-child {
  margin-right: 0;
}
.footer-five-socail li a {
  color: var(--up-common-white);
}
.footer-five-socail li a:hover {
  color: var(--up-theme-primary) !important;
}
.footer-five-bottom-border {
  padding: 29px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-five-bottom-border {
    justify-content: center !important;
  }
}
.footer-five-bottom .footer-inline-menu li a:hover {
  color: var(--up-theme-primary) !important;
}
.footer-five-form {
  margin-bottom: 26px;
}
.footer-five-form input {
  border: 1px solid rgba(125, 125, 125, 0.7);
  padding: 0 23px;
  border-radius: 99px;
  width: 300px;
  height: 50px;
  color: var(--up-common-white);
  outline: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-five-form input {
    width: 100%;
  }
}
.footer-five-form input:focus {
  border-color: var(--up-theme-primary);
}
.footer-five-form button {
  border-radius: 999px;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--up-theme-primary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.footer-five-form button img {
  transition: 0.3s;
}
.footer-five-form button:hover {
  background: var(--up-common-white);
}
.footer-five-form button:hover img {
  filter: brightness(0) invert(0);
}
.footer-five-copy-right-text {
  color: rgba(255, 255, 255, 0.7);
}
.footer-five-copy-right-text a:hover {
  color: var(--up-theme-primary);
}
.footer-five-inline-menu li {
  padding: 0.3125rem 1.238rem;
}
@media (max-width: 767px) {
  .footer-five-inline-menu li {
    padding: 0.3125rem 0.3rem;
  }
}
.footer-five-inline-menu li:last-child {
  padding-right: 0;
}
.footer-five-inline-menu li a {
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0;
}

.footer-six-area {
  background: var(--up-common-black);
  padding-top: 190px;
  margin-top: -100px;
}
.footer-six-cols-2 {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .footer-six-cols-2 {
    margin-left: 0;
  }
}
.footer-six-cols-3 {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-six-cols-3 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-six-cols-3 {
    margin-left: 0;
  }
}
.footer-six-cols-4 {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-six-cols-4 {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer-six-cols-4 {
    margin-left: 0;
  }
}
.footer-six-item p {
  line-height: 160%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  max-width: 300px;
}
.footer-six-socail li {
  margin-right: 10px;
}
.footer-six-socail li a {
  color: var(--up-common-white);
  width: 30px;
  height: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  transition: 0.4s;
}
.footer-six-socail li a:hover {
  background: var(--up-theme-primary);
  color: var(--up-common-black) !important;
}

.newsletter-six-info {
  background: var(--up-theme-primary);
  padding: 60px 100px 60px 70px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-six-info {
    padding: 60px 50px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-six-info {
    padding: 60px 50px 60px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .newsletter-six-info {
    padding: 60px 30px 60px 30px;
    flex-wrap: wrap;
  }
}
.newsletter-six-info .header-six-call-text {
  margin-bottom: 4px;
}
.newsletter-six-info-item {
  position: relative;
  z-index: 1;
}
.newsletter-six-info-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 46px;
  top: 50%;
  right: -65%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .newsletter-six-info-item::before {
    right: -41%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-six-info-item::before {
    right: -31%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-six-info-item::before {
    right: -57%;
  }
}
@media (max-width: 767px) {
  .newsletter-six-info-item::before {
    display: none;
  }
}
.newsletter-six-info-item:nth-child(2)::before {
  right: -75%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .newsletter-six-info-item:nth-child(2)::before {
    right: -50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-six-info-item:nth-child(2)::before {
    right: -39%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-six-info-item:nth-child(2)::before {
    display: none;
  }
}
.newsletter-six-info-item:last-child::before {
  display: none;
}
.newsletter-six-info-item:hover .newsletter-six-call-btn {
  color: var(--up-theme-primary);
}
.newsletter-six-info-item:hover .newsletter-six-call-btn::before {
  transform: scale(1);
}
.newsletter-six-call-btn {
  width: 52px;
  height: 52px;
  background: rgba(254, 255, 255, 0.1);
  font-size: 24px;
  color: var(--up-common-white);
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.newsletter-six-call-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--up-common-white);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}

/* Two-column dropdown menu for services */
.header-menu .dropmenu.two-columns {
    width: 400px !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.header-menu .dropmenu.two-columns li {
    width: 50% !important;
    border-bottom: 1px solid #e5e5e5;
}

.header-menu .dropmenu.two-columns li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
}

.header-menu .dropmenu.two-columns li:last-child,
.header-menu .dropmenu.two-columns li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

@media (max-width: 991px) {
    .header-menu .dropmenu.two-columns {
        width: 220px !important;
        display: block !important;
    }
    
    .header-menu .dropmenu.two-columns li {
        width: 100% !important;
        border-right: none;
    }
    
    .header-menu .dropmenu.two-columns li:nth-child(odd) {
        border-right: none;
    }
    
    .header-menu .dropmenu.two-columns li:last-child,
    .header-menu .dropmenu.two-columns li:nth-last-child(2):nth-child(odd) {
        border-bottom: 1px solid #e5e5e5;
    }
}

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