@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway:wght@500&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
ol,
ul {
  padding-left: 1rem;
}
:root {
  --primary-color: #d4af37;
  /* --secondary-color: #000080; */
  --secondary-color: #043d72;
  --text-color: #5e6b77;
  --btn-color: #000;
}
.custom-font {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
}
.text-color {
  color: var(--text-color);
}
.custom-button {
  background-color: var(--primary-color);
  border-radius: 10px;
}
.for-small-device {
  display: none;
}
.common-heading {
  font-weight: 600;
  /* color: #0072b1; */
  color: rgba(4, 4, 51, 0.979);
  text-decoration: 4px underline double var(--secondary-color);
  text-underline-position: under;
}
.common-subHeading {
  color: var(--text-color);
  font-weight: 600;
  padding: 1rem 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #043d72;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* sticky navbar  */
.sticky-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* reach out sec  */
.phone img {
  width: 20px;
  height: 20px;
}
.navbar-reachout-details {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 500;
}
.icon-bg {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
  color: var(--secondary-color);
}
.facebook i,
.whatsapp i,
.linkdin i {
  font-size: 1rem;
  transition: all 0.5s;
}
.icon-bg:hover.facebook,
.icon-bg:hover.whatsapp,
.icon-bg:hover.linkdin {
  background-color: #fff;
  border: 1px solid var(--secondary-color);
}
.icon-bg:hover.facebook i {
  color: #1877f2;
}
.icon-bg:hover.whatsapp i {
  color: #075e54;
}
.icon-bg:hover.linkdin i {
  color: #0072b1;
}

/* navigation sec  */
.large-device {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.navigation-bar {
  background-color: #fff;
}
.logo {
  /* width: 250px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.logo img {
  width: 100%;
}

.navbar li {
  font-size: 0.9rem;
  font-weight: 600;
  list-style: none;
}
.contact-btn {
  padding: 0.3rem 0.8rem;
  border: none;
  color: var(--btn-color);
  text-decoration: none;
}
.nav-link {
  color: var(--btn-color) !important;
  transition: all 0.5s;
  position: relative;
}
.nav-link:hover {
  color: var(--text-color) !important;
}
/* .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
} */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: static;
}
/* banner section  */
.banner-carousel-image h1 {
  font-weight: 700;
  line-height: 1.3;
}
.banner-carousel .owl-nav {
  color: var(--primary-color);
  font-size: 4.2rem;
}
.banner-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 2.5%;
}
.banner-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 2.5%;
}
.banner-carousel-image {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-carousel-image1 {
  /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(78, 78, 78, 0.6)
    ),
    url(../images/banner-1.jpg); */
  background: url(../images/banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-carousel-image2 {
  /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(78, 78, 78, 0.6)
    ),
    url(../images/banner-2.jpg); */
  background: url(../images/banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-carousel-image3 {
  /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(78, 78, 78, 0.6)
    ),
    url(../images/banner-3.jpg); */
  background: url(../images/banner-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-text {
  width: 500px;
  text-align: center;
}
.banner-cards {
  display: flex;
  justify-content: center;
  width: 100% !important;
  position: absolute;
  bottom: -3rem;
  z-index: 10;
}
.card-image img {
  width: 100px;
  height: 100px;
}
.card {
  background: #fff;
  /* background: rgba(255, 255, 255, 0.2); */
  background: linear-gradient(
    to top,
    rgba(201, 197, 197, 0.8) 50%,
    rgba(255, 255, 255, 0.616)
  );
  backdrop-filter: blur(15px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border: none;
  height: 100%;
  position: relative;
}
.hover-list-item {
  position: absolute;
  top: 0;
  left: 0;
  /* visibility: hidden; */
  opacity: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}

.card:hover .hover-list-item {
  /* visibility: visible; */
  opacity: 1;
  backdrop-filter: blur(15px);
  background-color: #ffffffcc;
  height: 100%;
  border-radius: 7px;
}
.hoveron-banner-cards-content li a {
  transition: all 0.5s;
  font-size: 0.8em;
}
.hoveron-banner-cards-content li a:hover {
  padding-left: 0.5em;
  color: var(--text-color) !important;
}
.card-text {
  /* color: rgb(250, 211, 163); */
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
}

/* about us sec  */

.about-img img {
  width: 100%;
  /* height: 50vh; */
}

.about-us-content p {
  /* font-family: normal; */
  font-size: 1.3rem;
}
.quoteRequest {
  padding: 0.8rem 1.1rem;
  background-color: var(--primary-color);
  color: var(--btn-color);
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* WHY CHOOSE US SECTION  */
.chooseUs-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ccc;
}
.choose-us-content {
  background-color: var(--secondary-color);
}
.points-icons {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.points-icons img {
  width: 40px;
  height: 40px;
}

.white-bg {
  width: 350px;
  height: 350px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 8px #636363b0, -5px -5px 6px #7a7a7aa2;
}
.white-bg img {
  width: 200px;
  height: 250px;
}

/* request a quote section  */
.request-services span {
  color: var(--text-color);
}
.request-services span i {
  color: var(--primary-color);
}
.asktocall-btn {
  border: none;
  padding: 0.9rem 1.4rem;
  background-color: var(--secondary-color);
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.asktocall-btn {
  color: #edebea;
}
.call-btn h5 {
  color: var(--primary-color);
  padding: 0 0.7rem;
}
.call-btn h5:nth-child(2) {
  color: var(--btn-color);
  font-weight: 600;
}

.quote-request-form {
  background-color: var(--text-color);
  padding: 1.5rem 2.3rem;
  border-radius: 10px;
}
.form-btn {
  width: 100%;
  border: none;
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  /* color: #708090; */
}

/* testimonial section  */
.carousel-bg {
  background-color: var(--secondary-color);
}

.testim {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  left: 17%;
  top: 11rem;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #ea830e;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

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

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

/* footer sec  */
.footer-sec {
  background-color: #fff;
  color: var(--primary-color);
}
.footer-option li a {
  color: var(--secondary-color);
}
.footer-header {
  background-color: #fff;
}

.footer-option li a i {
  color: var(--primary-color);
}
.footer-option li a {
  transition: all 0.5s;
}
.footer-option li a:hover {
  padding-left: 0.5rem;
}
.footer-services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* about us page  */
.about-us-banner-image {
  /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(78, 78, 78, 0.6)
    ),
    url(../images/about-us-banner.jpg); */
  background: url(../images/about-us-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content-image img {
  width: 100%;
  /* height: 50vh; */
}

/* contact-us page  */
.contact-us-banner-image {
  /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(78, 78, 78, 0.6)
    ),
    url(../images/contact-banner.jpg); */
  background: url(../images/contact-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs-form {
  background-color: var(--text-color);
  color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 10px;
}
.greyscale-location {
  background: url(../images/location-greyscale.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-content {
  background: #fff;
  background: linear-gradient(
    to top,
    rgba(248, 248, 248, 0.664) 50%,
    rgba(212, 212, 212, 0.651)
  );
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  border: none;
  color: var(--secondary-color);
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* copyright sec  */
.copyright-sec {
  background-color: var(--secondary-color);
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #fff;
}
.copyright-text {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

/* HUF page  */
.HUF-banner-image {
  background: linear-gradient(
      to right,
      rgba(192, 192, 192, 0.8) 50%,
      rgba(253, 235, 235, 0.959)
    ),
    url(../images/huf.jpg);
  /* background: url(../images/huf.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.huf-image {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.subject-title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.6px;
}

.huf-content-text {
  padding: 0.5em 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
}
.document-sec {
  background-color: var(--secondary-color);
  color: #fff;
}
.subject-title {
  width: 100%;
  height: auto;
  background-color: var(--primary-color);
  color: #fff;
  clip-path: polygon(2% 0px, 80% 0px, 86% 100%, -13% 100%);
  padding: 0 1.2em;
  box-shadow: 5px 10px 8px #888888;
}
.huf-content-sec:nth-child(odd) .subject-title {
  background-color: var(--secondary-color);
}
/* .subject-title:nth-child(even) {
  background-color: var(--secondary-color);
} */
.content-title {
  filter: drop-shadow(0.5em 0.5em 10px rgb(68, 67, 67));
  padding: 1rem 0;
}
.topic-sub-title {
  background: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  height: 100px;
  border-radius: 10px;
  color: #fff;
}
.sub-title-content {
  background-color: #ccc;
  padding: 0.5em 1em;
  border-radius: 10px;
}
.benefits-huf {
  padding: 1em 1.5em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.benefits-title {
  padding: 0.5rem 0;
}
.huf-content-text i {
  color: rgb(9 105 177);
}

.huf-content-sec-parallax {
  background: linear-gradient(
      to right,
      rgba(192, 192, 192, 0.8) 50%,
      rgba(253, 235, 235, 0.959)
    ),
    url(../images/parallax.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
/* .huf-content-sec-other-parallax {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(78, 78, 78, 0.6)
    ),
    url(../images/parallax-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
} */

.page-contains p {
  font-size: 0.9em;
  transition: all 0.5s;
}
.page-contains p:hover {
  padding-left: 0.5em;
}
