:root {
    --voldor-font: "manropevar", sans-serif;
    --voldor-heading-font: "barlowbold", sans-serif;
    --voldor-special-font: "Alex Brush", cursive;
    --voldor-text: #797577;
    --voldor-text-rgb: 121, 117, 119;
    --voldor-text-gray: #958F91;
    --voldor-text-gray-rgb: 149, 143, 145;
    --voldor-base: #037A29;
    --voldor-base-rgb: 174, 143, 98;
    --voldor-secondary: #241F21;
    --voldor-secondary-rgb: 36, 31, 33;
    --voldor-gray: #589d6e5c;
    --voldor-gray-rgb: 230, 224, 216;
    --voldor-white: #fff;
    --voldor-white-rgb: 255, 255, 255;
    --voldor-black: #120F10;
    --voldor-black-rgb: 18, 15, 16;
    --voldor-black2: #1B1216;
    --voldor-black2-rgb: 27, 18, 22;
    --voldor-black3: #221C1E;
    --voldor-black3-rgb: 34, 28, 30;
    --voldor-black4: #000;
    --voldor-black4-rgb: 0, 0, 0;
    --voldor-border-color: #d3e5d9;
    --voldor-border-color2: #589d6e5c;
    --voldor-border-color-rgb: 244, 242, 238;
    --voldor-letter-space: 0.1em;
    --voldor-letter-space-xl: 0.2em;
}


body {
    font-family: var(--voldor-font, "Manrope", sans-serif);
    color: var(--voldor-text, #797577);
    font-size: 16px;
    line-height: 2.125;
    font-weight: 500;
}
:after, :before {
    margin: 0;
    padding: 0;
}
.backtotop {
    overflow: unset;
    background-color: var(--voldor-base);
}
.tparrows.preview2 {
    background: var(--voldor-border-color2);
}
.tparrows.preview2::after {
    color: var(--voldor-base);
}

/*---  breadcrumb  ---*/

.breadcrumb {
    display: none;
}
.about_page_title {
    color: var(--voldor-white);
    font-size: 30px;
    font-family: var(--voldor-heading-font);
}
.pageheader {
    padding: 67px 0;
    background: url(../../images/images/new_images/others/rsmbreadcrumb.png);
}

/*----  top  ----*/

#headeraffix.affix {
    padding: 15px 0;
}
.header_logo {
    width: 536px;
    height: auto;
}
header, #headeraffix.affix {
    background-color: #fff !important;
}
#topbar::before {
    background: unset !important;
}
.navbar-nav li.active > a, #topbar::before {
    color: var(--voldor-base) !important;
}
.navbar-nav > li > a:hover {
    color: var(--bs-secondary);
}
.topbar, #copyright {
    background: var(--voldor-base);
}
.navbar-nav > li > a {
    color: var(--voldor-text, #797577);
    font-family: var(--voldor-heading-font);
    font-size: 16px;
}
.topbar li, .topbar li a {
    font-family: var(--font-family-base);
}
.topbar li {
    line-height: 30px;
    padding: 10px 5px;
    font-weight: 600;
    margin: 0;
    color: #fff !important;
    font-size: 14px !important;
}
#topbar:after {
    border-top: unset;
    border-left: unset;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
    color: var(--voldor-base);
}
#topbar:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 59%;
    height: 95%;
    max-height: 90px;
}

/*----  bottom  ----*/

#copyright {
    padding: 0;
}
footer {
    background: var(--voldor-black);
}
.widget-title h4 {
    color: var(--voldor-border-color);
    font-size: 18px;
    font-family: var(--voldor-heading-font);
    padding-bottom: 5px;
}
.contact-details li {
    color: var(--voldor-base);
    text-transform: uppercase;
    font-weight: 900;
}
.footer a, .footer p {
    color: var(--voldor-white);
}
.contact-widget strong {
    color: var(--voldor-white);
    text-transform: none;
}
#copyright p {
    font-size: 14px;
    font-family: var(--voldor-font);
    margin: 0;
}
a {
    color: var(--bs-body-color);
}
.copyright {
    margin: 5px -120px 0 0px;
    color: #bbbbbb;
}
.footer {
    background: var(--voldor-secondary, #241F21);
}
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    animation: scale 10s infinite;
    background: url(../../images/images/new_images/home/others/footer-bg.png);
}
.contact-details i {
    font-size: 14px !important;
    line-height: 30px !important;
    background: var(--voldor-base);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: var(--voldor-border-color);
}
.contact-details li:first-child {
    margin-bottom: 10px;
}
.contact-details li strong {
    display: flex;
    padding-top: 10px;
}
.rsmfoot-h4 {
    color: var(--voldor-base);
}
#copyright::before {
    background: var(--voldor-secondary, #241F21);
}
#copyright:after {
    border-top: 60px solid var(--voldor-secondary, #241F21);
    border-left: 40px solid var(--voldor-secondary, #241F21);
}






/*======================================================  home_page  ==================================================*/

/*---  btn  ---*/

.voldor-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  background-color: var(--voldor-secondary, #241F21);
  color: var(--voldor-white, #fff);
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  padding: 19px 40px;
  transition: 500ms;
  text-transform: uppercase;
  background-color: var(--voldor-secondary, #241F21);
  color: var(--voldor-white, #fff);
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.voldor-btn:hover {
  color: var(--voldor-secondary, #241F21);
  background-color: var(--voldor-white, #fff);
}
.voldor-btn::after {
  background: var(--voldor-base, #AE8F62);
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.voldor-btn:hover {
  color: var(--voldor-black, #120F10);
}
.voldor-btn:hover::after {
  height: 380%;
}
.voldor-btn--base {
  color: var(--voldor-white, #fff);
  background: var(--voldor-base, #AE8F62);
}
.voldor-btn--base::after {
  background: var(--voldor-secondary, #241F21);
}
.voldor-btn--base:hover {
  color: var(--voldor-white, #fff);
}
.voldor-btn--white {
  color: var(--voldor-secondary, #241F21);
  background: var(--voldor-white, #fff);
}
.voldor-btn--white::after {
  background: var(--voldor-secondary, #241F21);
}
.voldor-btn--white:hover {
  color: var(--voldor-white, #fff);
}
.voldor-btn--secondary {
  background-color: var(--voldor-secondary, #241F21);
}
.voldor-btn--secondary::after {
  background-color: var(--voldor-base, #AE8F62);
}
.voldor-btn--secondary:hover {
  color: var(--voldor-white, #fff);
}

/*-----------------------------------------------------  home_toplabel  ------------------------------------------------*/

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
    padding-top: 120px;
    background: var(--voldor-white, #fff);
    display: none;
}
@media (max-width: 991px) {
  .feature-one {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .feature-one {
    padding-top: 80px;
  }
}
.feature-one__item {
  position: relative;
  z-index: 1;
  background: var(--voldor-border-color2);
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.feature-one__item__top {
  background: var(--voldor-base);
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
.feature-one__item__top__icon {
  max-width: 94px;
  width: 100%;
  height: 94px;
  background: var(--voldor-secondary, #241F21);
  color: var(--voldor-base, #AE8F62);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  transition: all 0.4s ease-in-out;
}
.feature-one__item__top__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 146%;
  text-transform: uppercase;
  color: var(--voldor-white, #fff);
}
.feature-one__item__top__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-one__item__top__title a:hover {
  background-size: 100% 1px;
}
.feature-one__item__content {
  margin-left: 20px;
  background: var(--voldor-white, #fff);
  padding: 20px 30px 20px 25px;
  position: relative;
  margin-top: -20px;
}
.feature-one__item__content::after {
  content: "";
  width: 40px;
  height: 60px;
  background: var(--voldor-gray, #E6E0D8);
  position: absolute;
  bottom: 0;
  right: 0px;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.feature-one__item__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-secondary, #241F21);
  margin-bottom: 0;
  padding-bottom: 0;
}
.feature-one__item:hover {
  background: var(--voldor-border-color, #F4F2EE);
}
.feature-one__item:hover .feature-one__item__top {
  background: var(--voldor-secondary, #241F21);
}
.feature-one__item:hover .feature-one__item__top__icon {
  background: var(--voldor-base, #AE8F62);
  color: var(--voldor-white, #fff);
}
.feature-one__item:hover .feature-one__item__top__icon i {
  animation: bounceIn 1s linear;
}
.feature-one__item:hover .feature-one__item__content::after {
  background: var(--voldor-border-color, #F4F2EE);
}

/*------------------------------------------------------  home_welcome  ---------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  padding: 120px 0px;
  background: var(--voldor-white, #fff);
}
.about-one--page {
  padding-top: 160px;
}
@media (max-width: 991px) {
  .about-one--page {
    padding-top: 130px 0px;
  }
}
@media (max-width: 767px) {
  .about-one--page {
    padding-top: 110px 0px;
  }
}
@media (max-width: 991px) {
  .about-one {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0px;
  }
}
.about-one__left {
  position: relative;
  margin-left: -30px;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .about-one__left {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.about-one__thumb {
  position: relative;
}
@media (max-width: 1199px) {
  .about-one__thumb {
    margin-bottom: 30px;
  }
}
.about-one__thumb__item {
  position: relative;
}
.about-one__thumb__item img {
  object-fit: cover;
  width: auto;
}
@media (max-width: 1199px) {
  .about-one__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
}
.about-one__thumb__item--two {
  position: relative;
  margin-top: -175px;
  margin-left: -100px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .about-one__thumb__item--two {
    margin-top: -100px;
  }
  .about-one__thumb__item--two img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .about-one__thumb__item--two {
    margin-top: -100px;
    margin-left: -50px;
  }
  .about-one__thumb__item--two img {
    object-fit: cover;
    width: 70%;
  }
}
.about-one__thumb::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -45px;
  width: 226px;
  height: 325px;
  background: transparent;
  border: 15px solid var(--voldor-base, #AE8F62);
  z-index: -1;
  animation: topBottom 3s ease-in-out infinite;
}
.about-one__funfact__item {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: var(--voldor-base, #AE8F62);
  text-align: center;
  display: inline-block;
  padding: 40px;
}
.about-one__funfact__item__text {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--voldor-white, #fff);
  margin-bottom: -5px;
  padding-bottom: 0;
}
.about-one__funfact__item__count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 52.1212px;
  line-height: 65%;
  padding-bottom: 0;
  color: var(--voldor-white, #fff);
  text-shadow: 0 0 0.1px currentColor;
  margin-bottom: 18px;
}
.about-three__left {
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .about-three__left {
    margin-right: 0;
  }
}
.about-three__right {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-three__right {
    margin-left: 0;
  }
}
.about-three__top {
  margin-bottom: 30px;
}
.about-three__top .sec-title {
  padding-bottom: 20px;
}
.about-three__top__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-text, #797577);
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-three__feature {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--voldor-gray, #E6E0D8);
}
.about-three__feature__left {
  margin-right: 20px;
}
.about-three__feature__right {
  position: relative;
  z-index: 1;
}
.about-three__feature__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 50px;
}
.about-three__feature__item__icon {
  max-width: 48px;
  width: 100%;
  height: 48px;
  background: var(--voldor-border-color, #F4F2EE);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--voldor-base, #AE8F62);
  transition: all 0.4s ease-in-out;
}
.about-three__feature__item__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--voldor-secondary, #241F21);
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-three__feature__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-three__feature__item__title a:hover {
  background-size: 100% 1px;
}
.about-three__feature__item:hover .about-three__feature__item__icon {
    background: var(--voldor-secondary, #241F21);
    color: var(--voldor-border-color);
}
.about-three__feature__item:hover .about-three__feature__item__icon i {
  animation: bounceIn 1s linear;
}
.about-three__feature__item2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--voldor-gray, #E6E0D8);
}
.about-three__feature__list {
  margin-bottom: 0;
  margin-left: 0;
  background: var(--voldor-border-color, #F4F2EE);
  padding: 30px 25px 30px;
  margin-left: -55px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-three__feature__list {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-three__feature__list {
    margin-left: 0px;
  }
}
.about-three__feature__list__item {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--voldor-text, #797577);
}
.about-three__feature__list__item i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--voldor-secondary, #241F21);
}
.about-three__feature__list__item2 {
  margin-top: 12px;
}
.about-three__feature__list::after {
  position: absolute;
  bottom: -10px;
  margin-left: -40px;
  margin-right: 15px;
  content: "";
  background: var(--voldor-base, #AE8F62);
  left: 0;
  right: 0;
  height: 30px;
  z-index: -1;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-three__feature__list::after {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .about-three__feature__list::after {
    margin-left: 15px;
  }
}
.about-three__feature__list:hover {
  background: var(--voldor-gray, #E6E0D8);
}
.about-three__author {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-three__author {
    flex-direction: column;
    gap: 20px;
    align-items: start;
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .about-three__author {
    flex-direction: column;
    gap: 20px;
    align-items: start;
    justify-content: start;
  }
}
.about-three__author__man {
    display: flex;
    align-items: center;
    gap: 14px;
}
.about-three__author__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  border: 3px solid var(--voldor-base, #AE8F62);
}
.about-three__author__image img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.about-three__author__sig {
  display: block;
}
.about-three__author__deg {
  display: block;
  margin-top: 0;
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 179%;
  text-transform: uppercase;
  color: var(--voldor-text, #797577);
}
.about-three__author__right {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--voldor-gray, #E6E0D8);
    width: 100%;
}
@media (max-width: 1199px) and (min-width: 991px) {
.about-three__author__right {
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid var(--voldor-gray, #E6E0D8);
  }
}
@media (max-width: 575px) {
 .about-three__author__right {
    margin-left: 0;
    padding-left: 0;
    border-left: 0px solid var(--voldor-gray, #E6E0D8);
  }
}
.about-three__author__call {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-three__author__call__icon {
    max-width: 53px;
    width: 100%;
    height: 53px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--voldor-white);
    background: var(--voldor-secondary, #241F21);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.about-three__author__call__icon::after {
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: var(--voldor-base, #AE8F62);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-three__author__call__dec {
  display: block;
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 179%;
  text-transform: uppercase;
  color: var(--voldor-text, #797577);
  margin-bottom: 5px;
}
.about-three__author__call__number {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: uppercase;
  color: var(--voldor-base, #AE8F62);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-three__author__call__number:hover {
  background-size: 100% 1px;
}
.about-three__author__call:hover .about-three__author__call__icon {
  color: var(--voldor-white, #fff);
}
.about-three__author__call:hover .about-three__author__call__icon::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-three__thumb {
  position: relative;
  z-index: 1;
}
.about-three__thumb__item--one {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-three__thumb__item--one img {
    object-fit: cover;
    width: 100%;
  }
}
.about-three__thumb__item--two {
  position: absolute;
  bottom: 0;
  background: var(--voldor-white, #fff);
  border-top: 20px solid var(--voldor-white, #fff);
  border-right: 20px solid var(--voldor-white, #fff);
  z-index: 1;
}
@media (max-width: 767px) {
  .about-three__thumb__item--two img {
    object-fit: cover;
    width: 100%;
  }
}
.hwelpg-name {
    font-size: 16px;
    font-weight: 900;
    font-family: var(--voldor-heading-font, "Barlow", sans-serif);
    text-transform: uppercase;
    line-height: 1.4;
    color: var(--voldor-secondary);
}

/*----------------------------------------------------  home_service  -----------------------------------------------------*/

.service-page--home {
  position: relative;
  z-index: 1;
}
.service-page--home .container {
  max-width: 1600px;
}
.service-page--home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 635px;
  z-index: -2;
  background-color: var(--voldor-border-color, #F4F2EE);
}
.service-card {
    padding-top: 56px;
    padding-bottom: 45px;
    margin: 0 15px;
}
@media (max-width: 767px) {
  .service-card {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-card__inner {
  background: var(--voldor-white, #fff);
  box-shadow: 0px 6px 30px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
}
.service-card__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--voldor-gray, #E6E0D8);
  width: 41px;
  height: 56px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.service-card__icon {
  position: relative;
  margin-top: -57px;
  margin-left: 41px;
  width: 120px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--voldor-secondary, #241F21);
  font-size: 65px;
  color: var(--voldor-white, #fff);
  transition: all 0.4s ease-in-out;
}
.service-card__content {
  margin: 25px 20px 20px 40px;
}
.service-card__content__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 200%;
  color: var(--voldor-secondary, #241F21);
  text-transform: uppercase;
}
.service-card__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__content__title a:hover {
  background-size: 100% 1px;
}
.service-card__content__title a:hover {
  color: var(--voldor-base, #AE8F62);
}
.service-card__content__text {
    font-family: var(--voldor-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: var(--voldor-text, #797577);
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-card__thumb {
  position: relative;
  margin-left: 40px;
  margin-bottom: -45px;
  overflow: hidden;
}
.service-card__thumb__item {
  position: relative;
}
.service-card__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.service-card__thumb a {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-white, #fff);
  padding: 4px 20px;
  transform: translateX(-100%);
}
.service-card__thumb::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--voldor-secondary-rgb, 36, 31, 33), 0.7);
  transition: all 0.4s ease-in-out;
}
.service-card:hover .service-card__thumb::after {
  bottom: 0%;
  height: 100%;
}
.service-card:hover .service-card__thumb a {
  transform: translateX(0%);
  transition-duration: 1000ms;
}
.service-card:hover .service-card__icon {
  background: var(--voldor-base, #AE8F62);
}
.service-card:hover .service-card__icon i {
  animation: bounceIn 1s linear;
}
.sec-title {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 50px;
  }
}
.sec-title__img {
    display: inline-flex;
    margin-top: -3px;
    margin-right: 7px;
    width: 18px;
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--voldor-text, #797577);
}
.sec-title__title {
  margin: 0;
  text-transform: uppercase;
  margin-top: 7px;
  color: var(--voldor-secondary, #241F21);
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  font-size: 30px;
  text-shadow: 0 0 0.1px currentColor;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 40px;
  }
}
.service-page {
  background: var(--voldor-white, #fff);
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .service-page {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .service-page {
    padding: 80px 0px;
  }
}
.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 635px;
  mix-blend-mode: overlay;
}
.service-page--two {
  padding-bottom: 170px;
}
@media (max-width: 1199px) {
  .service-page--two {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .service-page--two {
    padding-bottom: 80px;
  }
}

/*----------------------------------------------------  home_whychoose  ---------------------------------------------------*/

.why-choose-two {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .why-choose-two {
    padding: 0px 0 120px;
  }
}
@media (max-width: 991px) {
  .why-choose-two {
    padding: 0px 0 100px;
  }
}
@media (max-width: 767px) {
  .why-choose-two {
    padding: 0px 0 80px;
  }
}
.why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: luminosity;
  background-color: var(--voldor-secondary, #241F21);
}
.why-choose-two__thumb {
    position: absolute;
    top: -168px;
    left: -90px;
    width: 113%;
}
@media (max-width: 1199px) {
  .why-choose-two__thumb {
    top: 0;
    position: relative;
    width: 100%;
  }
}
.why-choose-two__thumb__item {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .why-choose-two__thumb__item {
    top: 0;
    position: relative;
    width: 100%;
  }
}
.why-choose-two__thumb__item img {
  object-fit: cover;
}
@media (max-width: 1199px) {
  .why-choose-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
}
.why-choose-two__thumb__item::after {
    content: "";
    width: 140px;
    height: 200px;
    background: var(--voldor-secondary, #241F21);
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 1199px) {
  .why-choose-two__thumb__item::after {
    display: none;
  }
}
.why-choose-two__thumb::before {
  content: "";
  width: 57px;
  height: 48px;
  background-color: var(--voldor-text, #797577);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  right: -57px;
  top: 0;
}
@media (max-width: 1199px) {
  .why-choose-two__thumb::before {
    display: none;
  }
}
.why-choose-two__right {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .why-choose-two__right {
    margin-top: 30px;
    margin-left: 0;
  }
}
.why-choose-two__top {
  margin-bottom: 0px;
}
.why-choose-two__top .sec-title {
  padding-bottom: 20px;
}
.why-choose-two__top .sec-title .sec-title__title {
  color: var(--voldor-white, #fff);
}
.why-choose-two__top__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-border-color, #F4F2EE);
}
.why-choose-two__feature__item {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 550px;
  width: 100%;
}
.why-choose-two__feature__item__content {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .why-choose-two__feature__item__content {
    display: block;
  }
}
.why-choose-two__feature__item__icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  background: rgba(121, 117, 119, 0.2);
  font-size: 30px;
  color: var(--voldor-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.why-choose-two__feature__item__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--voldor-white, #fff);
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--voldor-text, #797577);
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 105px;
  width: 100%;
}
@media (max-width: 575px) {
  .why-choose-two__feature__item__title {
    max-width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid var(--voldor-text, #797577);
    margin-bottom: 5px;
  }
}
.why-choose-two__feature__item__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-text, #797577);
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 333px;
  width: 100%;
}
@media (max-width: 575px) {
  .why-choose-two__feature__item__text {
    max-width: 100%;
  }
}
.why-choose-two__feature__item:hover .why-choose-two__feature__item__icon {
  background: var(--voldor-base, #AE8F62);
  color: var(--voldor-white, #fff);
}
.why-choose-two__feature__item:hover .why-choose-two__feature__item__icon i {
  animation: bounceIn 1s linear;
}
.why-choose-two__feature__item   .why-choose-two__feature__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--voldor-text, #797577);
}
.why-choose-two__funfact {
  margin-left: -171px;
  margin-top: 60px;
  margin-bottom: -95px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .why-choose-two__funfact {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.why-choose-two__funfact__item {
    background: var(--voldor-white, #fff);
    text-align: center;
    padding-bottom: 0px;
}
.why-choose-two__funfact__item__icon {
  border: 1px solid var(--voldor-base, #AE8F62);
  border-top: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 89px;
  font-size: 52px;
  color: var(--voldor-base, #AE8F62);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.why-choose-two__funfact__item__count {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  text-transform: uppercase;
  color: var(--voldor-secondary, #241F21);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  display: flex;
  align-items: center;
  line-height: 150%;
  margin-bottom: 12px;
  padding-bottom: 0;
  justify-content: center;
}
.why-choose-two__funfact__item__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  color: var(--voldor-text, #797577);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  text-transform: uppercase;
  margin-bottom: -11px;
}
.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__icon {
  background: var(--voldor-base, #AE8F62);
  color: var(--voldor-white, #fff);
}
.why-choose-two__funfact__item:hover .why-choose-two__funfact__item__icon i {
  animation: bounceIn 1s linear;
}

/*------------------------------------------------------  home_gallery  -----------------------------------------------------*/

/*--------------------------------------------------------------
#Project
--------------------------------------------------------------*/
.project-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 15px;
}
@media (max-width: 767px) {
  .project-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.project-card.project-card-two .project-card__content {
  padding-left: 10px;
  padding-right: 10px;
}
.project-card__image {
  position: relative;
}
.project-card__image img {
  object-fit: cover;
  width: 100%;
}
.project-card__image::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--voldor-secondary-rgb, 36, 31, 33), 0.8);
  transition: all 0.4s ease-in-out;
}
.project-card__content {
  background: var(--voldor-secondary, #241F21);
  padding: 1px 30px 30px;
  position: absolute;
  bottom: -100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.project-card__icon {
  width: 67px;
  height: 67px;
  background: var(--voldor-base, #AE8F62);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--voldor-white, #fff);
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  margin-top: -35px;
  z-index: 1;
  margin-bottom: 45px;
  transition: all 0.4s ease-in-out;
}
.project-card__icon i {
  transform: rotate(-45deg);
}
.project-card__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid rgba(var(--voldor-gray-rgb, 230, 224, 216), 0.13);
  animation: scale 3s ease-in-out infinite;
}
.project-card__icon:hover {
  background: var(--voldor-white, #fff);
  color: var(--voldor-secondary, #241F21);
}
.project-card__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 196%;
  text-transform: uppercase;
  color: var(--voldor-white, #fff);
  text-align: center;
}
.project-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card__title a:hover {
  background-size: 100% 1px;
}
.project-card__dec {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 294%;
  font-family: var(--voldor-font, "Manrope", sans-serif);
  text-transform: uppercase;
  color: var(--voldor-white, #fff);
  text-align: center;
  margin-top: -20px;
  margin-bottom: -15px;
}
.project-card:hover .project-card__content {
  bottom: 0px;
}
.project-card:hover .project-card__image::after {
  bottom: 0;
  height: 100%;
}

.project-page {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .project-page {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .project-page {
    padding: 80px 0px;
  }
}
.project-page--home {
    padding-bottom: 120px;
}
@media (max-width: 767px) {
  .project-page--home {
    padding-bottom: 0;
  }
}
.project-page__carousel {
  position: relative;
  z-index: 1;
}
.project-page__carousel .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: -25%;
  right: 19.5%;
}
@media (max-width: 991px) {
  .project-page__carousel .owl-nav {
    right: 20px;
    top: -20%;
  }
}
@media (max-width: 767px) {
  .project-page__carousel .owl-nav {
    display: none !important;
  }
}
.project-page__carousel .owl-nav button span {
  width: 60px !important;
  height: 60px !important;
  font-size: 19px !important;
  font-weight: 600 !important;
}
.project-page__carousel .owl-nav button span:hover {
  color: var(--voldor-white, #fff) !important;
  background: var(--voldor-base, #AE8F62) !important;
}
.project-page__carousel .owl-dots {
  display: none !important;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------  home_workprocess  --------------------------------------------------*/

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .work-process-one {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0;
  }
}
.work-process-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.work-process-one__item {
    position: relative;
    background: var(--voldor-white, #fff);
    margin-top: 34px;
    padding: 1px 40px 40px;
    max-width: 360px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .work-process-one__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process-one__item.active {
  background: var(--voldor-secondary, #241F21);
  max-width: 100%;
}
@media (max-width: 991px) {
  .work-process-one__item.active {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process-one__item.active .work-process-one__item__title {
  color: var(--voldor-white, #fff);
}
.work-process-one__item.active .work-process-one__item__text {
  color: var(--voldor-text, #797577);
}
.work-process-one__item.active .work-process-one__item__count {
  background: var(--voldor-base, #AE8F62);
  color: var(--voldor-white, #fff);
}
.work-process-one__item:hover {
  background: var(--voldor-secondary, #241F21);
}
.work-process-one__item:hover .work-process-one__item__title {
  color: var(--voldor-white, #fff);
}
.work-process-one__item:hover .work-process-one__item__text {
  color: var(--voldor-text, #797577);
}
.work-process-one__item:hover .work-process-one__item__count {
  background: var(--voldor-base, #AE8F62);
  color: var(--voldor-white, #fff);
}
.work-process-one__item__count {
  width: 58px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -34px;
  border-radius: 50%;
  background: var(--voldor-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: courseNumber;
  position: relative;
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 114%;
  color: var(--voldor-secondary, #241F21);
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}
.work-process-one__item__count::before {
  position: relative;
  z-index: 1;
  content: counters(courseNumber, ".", decimal-leading-zero);
}
.work-process-one__item__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--voldor-secondary, #241F21);
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.work-process-one__item__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-text, #797577);
  text-align: center;
  margin-bottom: -5px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.work-process-one .col-lg-4:last-child .work-process-one__item {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .work-process-one .col-lg-4:last-child .work-process-one__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-process-one__line {
  position: absolute;
  top: 63%;
  text-align: center;
  left: 25%;
  z-index: -1;
}
@media (max-width: 991px) {
  .work-process-one__line {
    display: none;
  }
}
.work-process-one__item__count::before{
    display: none;
}
/*------------------------------------------------------  home_testimonials  ---------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .testimonials-one {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0px;
  }
}
.testimonials-one--page {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .testimonials-one--page {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonials-one--page {
    padding-bottom: 0;
  }
}
.testimonials-one__item {
    padding-top: 65px;
    position: relative;
    padding-right: 30px;
}
.testimonials-one__inner {
  background: var(--voldor-secondary, #241F21);
  padding: 1px 80px 40px 40px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .testimonials-one__inner {
    padding: 1px 60px 20px 20px;
  }
}
.testimonials-one__inner::after {
  content: "";
  width: 40px;
  height: 212px;
  background: var(--voldor-white, #fff);
  position: absolute;
  bottom: -0.9px;
  right: -0.9px;
  z-index: -1;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
.testimonials-one__inner:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testimonials-one__inner:hover .testimonials-one__author {
  background: var(--voldor-base, #AE8F62);
}
.testimonials-one__inner:hover .testimonials-one__author__name {
  color: var(--voldor-white, #fff);
}
.testimonials-one__inner:hover .testimonials-one__author__dec {
  color: var(--voldor-white, #fff);
}
.testimonials-one__thumb {
  position: relative;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 43px;
  margin-top: -55px;
}
.testimonials-one__thumb img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  border: 6px solid var(--voldor-base, #AE8F62);
}
.testimonials-one__thumb::after {
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: var(--voldor-white, #fff);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.15);
  z-index: -2;
}
.testimonials-one__author {
  margin-top: -64px;
  background: var(--voldor-border-color, #F4F2EE);
  padding: 35px 40px;
  display: inline-block;
  border-radius: 20px 0px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .testimonials-one__author {
    padding: 20px;
    margin-top: -40px;
  }
}
.testimonials-one__author__name {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--voldor-secondary, #241F21);
  line-height: 108%;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .testimonials-one__author__name {
    font-size: 20px;
  }
}
.testimonials-one__author__dec {
  display: block;
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 179%;
  color: var(--voldor-text, #797577);
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.testimonials-one__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-text, #797577);
  margin-bottom: 20px;
  padding-bottom: 0;
}
.testimonials-one__star {
  font-size: 22px;
  color: var(--voldor-base, #AE8F62);
  letter-spacing: 2px;
  margin-bottom: -10px;
}

/*------------------------------------------------------  home_bottomlabel  --------------------------------------------------*/

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}
@media (max-width: 767px) {
  .cta-one {
    padding: 70px 0px;
  }
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
  filter: grayscale(100%);
}
.cta-one::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--voldor-base);
  z-index: -1;
}
.cta-one__title {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--voldor-white, #fff);
}
@media (max-width: 991px) {
  .cta-one__title {
    font-size: 30px;
  }
}
.cta-one__btn {
    text-align: end;
    margin-top: 15px;
}
@media (max-width: 767px) {
  .cta-one__btn {
    text-align: left;
  }
}
.cta-one__btn a::after {
  background: var(--voldor-white, #fff);
}

/*===================================================  about_page  =========================================================*/

.about-two {
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .about-two {
    padding: 20px 0px;
  }
}
.about-two__left {
  margin-left: -125px;
}
@media (max-width: 991px) {
  .about-two__left {
    margin-left: auto;
  }
}
.about-two__thumb {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .about-two__thumb {
    display: block;
  }
}
.about-two__thumb__item {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-two__thumb__item img {
    width: 100%;
    object-fit: cover;
  }
}
.about-two__thumb__call {
  position: relative;
  margin-left: 45px;
  margin-right: 45px;
  margin-top: -55px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-two__thumb__call {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .about-two__thumb__call {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.about-two__thumb__call__item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--voldor-base, #AE8F62);
  padding: 20px 25px;
}
.about-two__thumb__call__item:hover .about-two__thumb__icon {
  background: rgba(var(--voldor-white-rgb, 255, 255, 255), 0.07);
}
.about-two__thumb__call__item:hover .about-two__thumb__icon i {
  transform: rotateY(180deg);
}
.about-two__thumb__icon {
  max-width: 60px;
  width: 100%;
  height: 58px;
  background: rgba(var(--voldor-secondary-rgb, 36, 31, 33), 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--voldor-white, #fff);
  transition: all 0.4s ease-in-out;
}
.about-two__thumb__icon i {
  color: inherit;
  transition: all 0.4s ease-in-out;
}
.about-two__thumb__subtitle {
  display: block;
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 189%;
  text-transform: capitalize;
  color: #E6E0D8;
  margin-top: -7px;
  margin-bottom: -7px;
}
.about-two__thumb__number {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 163%;
  color: var(--voldor-white, #fff);
  text-transform: uppercase;
  margin-top: -7px;
  margin-bottom: -7px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-two__thumb__number:hover {
  background-size: 100% 1px;
}
.about-two__right {
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .about-two__right {
    margin-left: 0px;
  }
}
.about-two__top {
  margin-bottom: 0px;
}
.about-two__top .sec-title {
  padding-bottom: 10px;
}
.about-two__top__text {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 188%;
  color: var(--voldor-text, #797577);
}
.about-two__highlight {
    background: var(--voldor-border-color, #F4F2EE);
    padding: 30px 30px 30px 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-two__highlight {
    padding: 30px;
  }
}
.about-two__highlight__text {
    font-family: var(--voldor-heading-font, "Barlow", sans-serif);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--voldor-secondary, #241F21);
    margin-top: -8px;
    margin-bottom: -7px;
    transition: all 0.4s ease-in-out;
    padding-bottom: 0;
}
@media (max-width: 575px) {
  .about-two__highlight__text {
    font-size: 15px;
  }
}
.about-two__highlight::after {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  width: 5px;
  height: 70%;
  background: var(--voldor-base, #AE8F62);
  animation: topBottom 3s ease-in-out infinite;
}
.about-two__highlight:hover {
  background: var(--voldor-secondary, #241F21);
}
.about-two__highlight:hover .about-two__highlight__text {
  color: var(--voldor-white, #fff);
}
.about-two__feature {
  margin-bottom: 20px;
}
.about-two__feature__left {
  margin-right: -20px;
}
.about-two__feature__funfact {
  padding: 15px;
  border: 1px solid var(--voldor-gray, #E6E0D8);
}
.about-two__funfact__item {
  background: var(--voldor-border-color, #F4F2EE);
  padding: 13px 10px 14px 25px;
  transition: all 0.4s ease-in-out;
}
.about-two__funfact__item__count {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 113%;
  text-transform: uppercase;
  color: var(--voldor-base, #AE8F62);
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: -3px;
  padding-bottom: 0;
}
.about-two__funfact__item__text {
  font-family: var(--voldor-heading-font, "Barlow", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--voldor-secondary, #241F21);
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-two__funfact__item:hover {
  background: var(--voldor-gray, #E6E0D8);
}
.about-two__feature__right {
  margin-left: 10px;
}
.about-two__feature__list {
  margin-bottom: 0;
}
.about-two__feature__list__item {
  font-family: var(--voldor-font, "Manrope", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--voldor-text, #797577);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.about-two__feature__list__item i {
  color: var(--voldor-base, #AE8F62);
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.about-two__feature__list__item:hover i {
  color: var(--voldor-secondary, #241F21);
}
.about-two__feature__list__item {
  margin-top: 10px;
}
.about-two__thumb__content h6 {
    margin-top: -7px;
    margin-bottom: -17px;
}

/*================================================  product_page  =======================================================*/

.effect-phoebe {
    background: unset;
}
.pro_image2 {
    width: 100%;
    border-radius: 15px;
    padding: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
}
.extra-item {
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px 4px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    padding: 20px;
    margin: 0 0 40px;
    border-radius: 15px;
}
.extra-desc .pro_title {
    font-weight: 700;
    font-family: var(--voldor-heading-font) !important;
    font-size: 1.5rem !important;
    color: var(--voldor-base) !important;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.extra-desc p {
    font-size: 16px;
    line-height: 2;
    color: var(--voldor-text);
    font-family: var(--voldor-font);
}
.header_list li {
    list-style: none;
}
.btn-primary {
    background: var(--voldor-secondary);
    color: var(--voldor-white) !important;
    font-size: 14px;
    font-family: var(--voldor-font);
}
.btn-primary:hover {
    background: var(--voldor-base) !IMPORTANT;
}

/*===================================================  gallery_page  ======================================================*/

.portfolio-filter {
    display: none;
}
section.section.white {
    padding: 0 0 40px;
}
.section-title {
    display: none;
}

.portfolio-style-1 img {
    width: 100% !important;
    height: 210px;
    box-shadow: rgb(6 110 41 / 44%) 0px 2px 4px, rgb(6 110 9 / 10%) 0px 7px 13px 4px, rgb(6 110 41 / 65%) 0px -3px 0px inset;
    padding: 5px;
    border-radius: 20px;
}
.magnifier {
    height: 210px;
    border-radius: 20px;
}
.portfolio-gallery-4 .portfolio-item {
    padding: 5px;
}
.portfolio-style-1.entry {
    margin: 5px;
}
.magnifier {
    background: #037a29de;
}
.visible-title1 a {
    background-color: var(--voldor-border-color2);
}
a:hover {
    color: var(--bs-primary);
}

/*====================================================  contact_page  =======================================================*/

.contact-info {
    padding: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.contact-info:before {
    position: absolute;
    content: '';
    background: var(--title);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.icon-md {
    float: left;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}
.icon-md i {
    vertical-align: middle;
    line-height: 2.3;
    background: var(--voldor-base);
    color: var(--voldor-white);
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
}
.icon-bx-wraper .dz-tilte {
    margin-top: 10px;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.contact-info h4 {
    line-height: 2;
    color: var(--voldor-base);
    font-size: 18px;
}
.contact-info .section-head {
    margin-bottom: 0;
}
.icon-bx-wraper.text-white.left {
    display: flex;
    list-style: none;
}
.icon-bx-wraper:last-child p {
    padding: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: var(--voldor-base);
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (max-width:767px) {
.header_logo {
    width: 300px;
    height: auto;
    margin: 0 10px 0 -20px;
}
.navbar-toggle {
    padding: 5px 0.4em;
    border: 1px solid;
}
.topbar li {
    padding: 0px 0px;
    font-size: 12px !important;
}
.about-three__feature__left {
    margin-bottom: 30px;
}
.project-card {
    margin-left: 15px;
    margin-right: 15px;
}
.sec-title__title {
    font-size: 24px;
}
.small-title h4, .text-widget h4 {
    font-size: 18px;
}
.footer {
    padding: 40px 0;
}
.pageheader {
    padding: 26px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5% 50%;
}
.about_page_title {
    font-size: 20px;
}
.extra-item {
    padding: 20px 5px;
    margin: 0 15px 40px;
}
.extra-desc {
    padding-top: 15px;
}
.section {
    padding: 40px 0px 40px;
}
.about-one__funfact__item__count {
    font-size: 40.1212px;
}
.about-one__funfact__item__text {
    font-size: 18px;
}
.about-one__funfact__item {
    padding: 20px;
}
.why-choose-two__thumb {
    left: 0;
}
.testimonials-one__thumb {
    width: 96px;
    height: 96px;
}
.testimonials-one__author__name {
    font-size: 16px;
}
.about-two__left {
    margin: 0 0 40px 0;
}
.visible-title1 .pull-left {
    left: 20px;
}
.contact-info {
    margin-top: 40px;
}
.left.col-md-6 {
    width: 100% !important;
    padding: 5px 0 !important;
}
.product_popcont, .product_popcont1 {
    padding: 0 30px 0 10px !important;
}
.right.col-md-6.bg {
    display: none !important;
}








































}

/*-----  popup  -----*/

.left {
    background: var(--theme-color1) !important;
}
.left:after {
    right: 598px !important;
    border-top: 15px solid var(--theme-color1) !important;
}
.product_popcont:after {
    bottom: 0px !important;
    border-bottom: 15px solid var(--theme-color1) !important;
}
.product_popcont:before {
    border-left: 22px solid var(--theme-color1) !important;
}
.modal_title strong {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
}
.class_title {
    color: aliceblue;
}
.interested_form .button1 {
    background: var(--voldor-secondary);
    color: var(--voldor-white);
    font-family: var(--voldor-heading-font) !important;
}
.class_title, .modal_title {
    padding: 15px 15px;
    font-weight: 700;
    font-family: var(--voldor-heading-font) !important;
    font-size: 24px !important;
    line-height: 22px;
    color: var(--voldor-black3) !important;
}
.modal_title strong {
    color: var(--voldor-base);
}























