:root {
  --font: "Nunito Sans", sans-serif;
}

.navbar.blue_bg {
  background: linear-gradient(0deg, rgba(0, 86, 165, 0) 38%, rgba(0, 33, 63, 0.9) 62%, rgb(0, 33, 63) 100%);
  position: fixed;
  z-index: 9;
  width: 100%;
  padding-bottom: 103px;
}
@media (max-width: 768px) {
  .navbar.blue_bg {
    padding-bottom: 77px;
  }
}
.navbar .logo_img {
  width: 75%;
}
@media (max-width: 768px) {
  .navbar .logo_img {
    width: 68%;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    position: absolute;
    top: 32px !important;
  }
}
.navbar .borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5098039216);
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .navbar .borders {
    border: none;
  }
}
.navbar .dropdown-toggle {
  color: #FFFFFF;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 20px;
}
.navbar .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.5em;
  background-image: url("./../images/Vectorup.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: background-image 0.3s ease;
  border: 0;
}
.navbar .dropdown-toggle.active {
  color: rgba(255, 255, 255, 0.8666666667);
  border-bottom: 2px solid #F9CB01;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #E5007D;
  background-color: #fff;
}
.navbar .dropdown-toggle.active::after {
  background-image: url("./../images/Vectordown.png");
}
@media (max-width: 768px) {
  .navbar .collapse {
    margin-left: 0px;
  }
}
.navbar .collapse .navbar-nav .textcolor {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem);
  color: #FFFFFF;
  margin-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.navbar .collapse .navbar-nav .textcolor:hover:not(.dropdown-toggle) {
  color: #F9CB01;
  border-bottom: 2px solid #F9CB01;
}
.navbar .collapse .navbar-nav .textcolor.active {
  color: #F9CB01;
  border-bottom: 2px solid #F9CB01;
}
.navbar .collapse .white_button {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem);
  line-height: 27px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
}
.navbar .custom-toggler {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.navbar .custom-toggler-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 14px;
}
.navbar .custom-toggler-icon span {
  height: 2px;
  background-color: #000;
  border-radius: 1px;
}

.offcanvas {
  width: 80%;
}
.offcanvas .offcanvas-body .nav-link {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 117.5%;
  color: #222222;
}
.offcanvas .offcanvas-body .pink {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #E5007D !important;
}
.offcanvas .offcanvas-body .division-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.offcanvas .offcanvas-body .division-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, #e5007d, #0033ff);
}
.offcanvas .offcanvas-body .dropdown-menu {
  border: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(22, 22, 22, 0.7);
}
.offcanvas .offcanvas-body .white_button {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem);
  line-height: 27px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  width: 55%;
  font-size: 17px;
}

.home_page .main_swiper .swiper {
  width: 100%;
  height: 100%;
}
.home_page .main_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_page .main_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home_page .main_swiper .swiper-slide img {
    height: 90dvh;
  }
}
.home_page .main_swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  /* No need to set color here unless you're using text pagination */
}
.home_page .main_swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s, transform 0.3s;
}
@media (max-width: 768px) {
  .home_page .main_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.home_page .main_swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}
.home_page .main_swiper .swiper-button-prev,
.home_page .main_swiper .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
.home_page .main_swiper .swiper-button-prev {
  left: 10px;
}
.home_page .main_swiper .swiper-button-next {
  right: 10px;
}
.home_page .main_swiper .swiper-button-prev:after,
.home_page .main_swiper .swiper-button-next:after {
  content: "";
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .home_page .main_swiper .swiper-button-prev:after,
  .home_page .main_swiper .swiper-button-next:after {
    width: 35px;
    height: 35px;
  }
}
.home_page .main_swiper .swiper-button-prev:after {
  background-image: url("./../images/Vector_right.png") !important;
}
.home_page .main_swiper .swiper-button-next:after {
  background-image: url("./../images/Vector_left.png") !important;
}
.home_page .about_us .about_us {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  line-height: 65px;
  color: #A0A0A0;
}
@media (max-width: 768px) {
  .home_page .about_us .about_us {
    font-size: 24px;
  }
}
.home_page .about_us .gradient-underline {
  position: relative;
  display: inline-block;
}
.home_page .about_us .gradient-underline::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 22px;
  height: 2px;
  width: 25%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.home_page .about_us .welcome_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
  color: #374B47;
}
@media (max-width: 768px) {
  .home_page .about_us .welcome_title {
    font-weight: 900;
  }
}
.home_page .about_us .sub_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  color: #374B47;
}
@media (max-width: 768px) {
  .home_page .about_us .sub_title {
    color: #A0A0A0;
  }
}
.home_page .about_us .border_right_line {
  position: relative;
}
.home_page .about_us .border_right_line::before {
  position: absolute;
  content: "";
  top: 55px;
  left: 0px;
  width: 4px;
  height: 85%;
  background: linear-gradient(180deg, #029BE2, #0056A5);
}
@media (max-width: 768px) {
  .home_page .about_us .border_right_line::before {
    position: absolute;
    content: "";
    top: 23px;
    left: 0px;
    width: 3px;
    height: 49%;
    background: linear-gradient(180deg, #029BE2, #0056A5);
  }
}
.home_page .about_us .border_right_line .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
  padding-left: 10px;
}
.home_page .about_us .threelayers_img {
  position: relative;
}
.home_page .about_us .threelayers_img .threelayer {
  position: absolute;
  transform: translate(50px, -50px);
  right: 40px;
  top: 7rem;
  width: 55%;
}
@media (max-width: 768px) {
  .home_page .about_us .threelayers_img .threelayer {
    position: absolute;
    transform: translate(50px, -50px);
    right: 0px;
    top: 4rem;
    width: 14%;
  }
}
@media (min-width: 1440px) {
  .home_page .about_us .threelayers_img .threelayer {
    width: 50%;
    top: 41%;
  }
}
@media (min-width: 1920px) {
  .home_page .about_us .threelayers_img .threelayer {
    width: 40%;
  }
}
.home_page .division {
  background-color: #0056A5;
}
.home_page .division .divison_container {
  width: 85%;
  margin: auto;
}
.home_page .division .divison_container .divisiontitle {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #FFFFFF;
}
.home_page .division .divison_container .subtitle1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 2.125rem);
  color: #FFFFFF;
}
.home_page .division .divison_container .cards {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.home_page .division .divison_container .cards .small_title {
  position: absolute;
  top: 67%;
  left: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #0056A5;
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  margin: 0;
  z-index: 2;
  transition: font-size 0.5s ease, transform 0.5s ease, top 0.5s ease;
}
.home_page .division .divison_container .cards .card_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 34px 20px 30px;
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  border-radius: 15px;
  z-index: 1;
}
.home_page .division .divison_container .cards .card_text .smallpara,
.home_page .division .divison_container .cards .card_text .text-end {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}
.home_page .division .divison_container .cards .smallpara {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: justify;
  color: #374B47;
  margin-top: 10px;
  padding: 10px;
}
.home_page .division .divison_container .cards:hover .card_text {
  transform: scaleY(1);
  opacity: 1;
}
.home_page .division .divison_container .cards:hover .small_title {
  top: 20px;
  font-size: 1.2rem;
}
.home_page .division .divison_container .cards:hover .smallpara,
.home_page .division .divison_container .cards:hover .text-end {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .home_page .division .divison_container .cards .card_text {
    padding: 15px;
  }
  .home_page .division .divison_container .cards .small_title {
    font-size: 1.5rem;
    top: 65%;
  }
  .home_page .division .divison_container .cards:hover .small_title {
    top: 15px;
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  .home_page .division .divison_container .cards .card_text {
    padding: 53px 20px 30px;
  }
}
@media (min-width: 1920px) {
  .home_page .division .divison_container .cards .card_text {
    padding-top: 106px;
  }
  .home_page .division .divison_container .cards .small_title {
    font-size: 50px;
  }
  .home_page .division .divison_container .cards:hover .small_title {
    font-size: 1.4rem;
  }
  .home_page .division .divison_container .cards .smallpara {
    font-size: 21px;
  }
}
.home_page .division_mobile {
  background-color: #0056A5;
}
.home_page .division_mobile .divison_container {
  width: 85%;
  margin: auto;
}
.home_page .division_mobile .divison_container .divisiontitle {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home_page .division_mobile .divison_container .divisiontitle {
    font-size: 24px;
  }
}
.home_page .division_mobile .divison_container .subtitle1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 2.125rem);
  color: #FFFFFF;
}
.home_page .division_mobile .divison_container .card_text_mobile {
  position: absolute;
  top: 6px;
  padding: 21px;
}
.home_page .division_mobile .divison_container .card_text_mobile .small_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: justify;
  color: #0056A5;
}
.home_page .division_mobile .divison_container .card_text_mobile .smallpara {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #374B47;
}
.home_page .industries .about_us {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  line-height: 65px;
  color: #A0A0A0;
}
@media (max-width: 768px) {
  .home_page .industries .about_us {
    font-size: 24px;
  }
}
.home_page .industries .gradient-underline {
  position: relative;
  display: inline-block;
}
.home_page .industries .gradient-underline::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 12px;
  height: 2px;
  width: 42%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.home_page .industries .pinkishvector {
  position: absolute;
  transform: translate(50px, -50px);
  right: -15px;
  top: 17%;
  width: 102%;
}
.home_page .industries .hover-image-container {
  position: relative;
  width: 100%;
}
.home_page .industries .base-image,
.home_page .industries .hover-image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.home_page .industries .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 71%;
}
@media (max-width: 768px) {
  .home_page .industries .hover-image {
    opacity: 1;
  }
}
@media (min-width: 1920px) {
  .home_page .industries .hover-image {
    width: 94%;
  }
}
.home_page .industries .hover-image-container:hover .hover-image {
  opacity: 1;
}
.home_page .industries .hover-image-container:hover .base-image {
  opacity: 0;
}
.home_page .industries .product_name {
  position: absolute;
  bottom: 52px;
  left: 50px;
  transform: translate(-50px, 50px);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.5938rem, 0.4875rem + 0.5313vw, 1.125rem);
  text-align: center;
  color: #FFFFFF;
  width: 98%;
}
@media (max-width: 768px) {
  .home_page .industries .product_name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home_page .why_choose_us {
    background: linear-gradient(180deg, rgba(2, 155, 226, 0.1) 0%, rgba(2, 155, 226, 0) 100%);
  }
}
.home_page .why_choose_us .choose_us {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  line-height: 65px;
  color: #A0A0A0;
}
@media (max-width: 768px) {
  .home_page .why_choose_us .choose_us {
    font-size: 24px;
  }
}
.home_page .why_choose_us .gradient-underline {
  position: relative;
  display: inline-block;
}
.home_page .why_choose_us .gradient-underline::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 22px;
  height: 2px;
  width: 25%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.home_page .why_choose_us .subtitle1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 2.125rem);
  color: #1B2523;
}
.home_page .why_choose_us .border_right_line {
  position: relative;
}
.home_page .why_choose_us .border_right_line::before {
  position: absolute;
  content: "";
  top: 55px;
  left: 18px;
  width: 4px;
  height: 85%;
  background: linear-gradient(180deg, #029BE2, #0056A5);
}
@media (max-width: 768px) {
  .home_page .why_choose_us .border_right_line::before {
    position: absolute;
    content: "";
    top: 23px;
    left: 0px;
    width: 3px;
    height: 49%;
    background: linear-gradient(180deg, #029BE2, #0056A5);
  }
}
.home_page .why_choose_us .border_right_line .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
  padding-left: 10px;
}
.home_page .why_choose_us .threelayers_img {
  position: relative;
  min-height: 300px;
}
.home_page .why_choose_us .threelayers_img .threelayer {
  position: absolute;
  transform: translate(50px, -50px);
  right: 97px;
  top: 39%;
  width: 83%;
}
@media (max-width: 768px) {
  .home_page .why_choose_us .threelayers_img .threelayer {
    position: absolute;
    transform: translate(50px, -50px);
    right: 12px;
    top: 5%;
    width: 25rem;
  }
}
@media (min-width: 1440px) {
  .home_page .why_choose_us .threelayers_img .threelayer {
    top: 17%;
    width: 90%;
  }
}
@media (min-width: 1920px) {
  .home_page .why_choose_us .threelayers_img .threelayer {
    width: 75%;
    top: 0%;
  }
}
.home_page .our_team .team_para {
  position: absolute;
  top: -23px;
  padding: 53px;
}
@media (max-width: 768px) {
  .home_page .our_team .team_para {
    padding: 34px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .home_page .our_team .team_para {
    top: -38px;
  }
}
@media (min-width: 1920px) {
  .home_page .our_team .team_para {
    position: absolute;
    top: 9px;
    padding: 55px;
  }
}
.home_page .our_team .team_para .divisiontitle {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  line-height: 65px;
  color: #fff;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .home_page .our_team .team_para .divisiontitle {
    padding-bottom: 100%;
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .home_page .our_team .team_para .divisiontitle {
    padding-bottom: 207px;
  }
}
.home_page .our_team .team_para .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #fff;
  width: 52%;
}
@media (max-width: 768px) {
  .home_page .our_team .team_para .paragraph {
    width: 100%;
  }
}

.paper_page {
  position: relative;
}
.paper_page .paperpage {
  position: relative;
}
.paper_page .paperpage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}
.paper_page .paperpage .overlay {
  position: absolute;
  top: -15px;
  left: -29px;
  width: 50.5rem;
  height: 104%;
  z-index: 1;
  background: linear-gradient(359.66deg, rgba(0, 86, 165, 0) 0.3%, rgba(0, 33, 63, 0.7) 27.16%, rgba(0, 33, 63, 0.9) 53.5%);
  transform: rotate(270deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  .paper_page .paperpage .overlay {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 45.5rem;
    height: 104%;
    z-index: 1;
    background: linear-gradient(1.61deg, rgba(0, 86, 165, 0) 1.37%, rgba(0, 33, 63, 0.7) 50%);
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .paper_page .paperpage .overlay {
    top: -15px;
    left: -8px;
    width: 45.5rem;
    height: 104%;
  }
}
@media (min-width: 1920px) {
  .paper_page .paperpage .overlay {
    top: -15px;
    left: -29px;
    width: 63.5rem;
    height: 104%;
    z-index: 1;
  }
}
.paper_page .paperpage .content {
  position: absolute;
  bottom: 22%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  width: 80%;
}
@media (max-width: 768px) {
  .paper_page .paperpage .content {
    position: absolute;
    bottom: 2%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
.paper_page .paperpage .content .paper_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
  text-align: start;
  color: #F9CB01;
}
@media (max-width: 768px) {
  .paper_page .paperpage .content .paper_title {
    font-size: 50px;
  }
}
.paper_page .paperpage .content .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: start;
  color: #FFFFFF;
}
.paper_page .para .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
.paper_page .choose_label .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.paper_page .choose_label .label-hover-card {
  max-width: 320px;
  min-height: 340px;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 1rem;
}
.paper_page .choose_label .label-hover-card:hover {
  background-color: #f8f9fa;
  transform: translateY(-10px);
}
.paper_page .choose_label .label-hover-card .icon-box {
  position: relative;
  width: 90%;
  height: 200px;
  margin: 0 auto;
  border-radius: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
  transform-origin: center;
  z-index: 2;
}
.paper_page .choose_label .label-hover-card .icon-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 1rem;
  background: linear-gradient(223.96deg, #e5007d 1.18%, rgba(255, 255, 255, 0) 38.23%, rgba(255, 255, 255, 0) 66.5%, #f39100 98.68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.paper_page .choose_label .label-hover-card .icon-box .icon-text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #374b47;
  font-size: clamp(0.6875rem, 0.4313rem + 1.2813vw, 1.9688rem);
  line-height: 33px;
  transition: font-size 0.3s ease;
  bottom: -30px;
  left: -2px;
  text-align: start;
  width: 80%;
  bottom: -20%;
}
.paper_page .choose_label .label-hover-card .hover-description {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-family: var(--font);
  font-weight: 500;
  font-size: 14px;
  color: #374b47;
  pointer-events: none;
  padding-top: 0.5rem;
  z-index: 1;
  position: relative;
}
.paper_page .choose_label .label-hover-card:hover .icon-box {
  transform: rotate(-45deg) skew(4deg, 4deg) scale(0.65);
}
.paper_page .choose_label .label-hover-card:hover .icon-text {
  font-size: 24px;
  line-height: 28px;
  left: -20px;
  width: 50%;
}
.paper_page .choose_label .label-hover-card:hover .hover-description {
  opacity: 1;
  transform: translateY(0);
}
.paper_page .choose_label1 .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.paper_page .choose_label1 .gradient-underline {
  position: relative;
  display: inline-block;
}
.paper_page .choose_label1 .gradient-underline::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  height: 2px;
  width: 31%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.paper_page .choose_label1 .gradient-border-card {
  background: linear-gradient(223.96deg, #e5007d 1.18%, rgba(255, 255, 255, 0) 38.23%, rgba(255, 255, 255, 0) 66.5%, #f39100 98.68%);
  padding: 2px;
  /* Thickness of border */
  border-radius: 12px;
  /* Optional for rounded corners */
  display: inline-block;
  height: 100%;
  /* Shrinks to content size */
}
.paper_page .choose_label1 .gradient-border-card .card-content {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  /* Should match or be smaller than parent */
}
.paper_page .choose_label1 .gradient-border-card .card-content .icon-text {
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #374B47;
}
.paper_page .choose_label1 .gradient-border-card .card-content .hover-description {
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #374B47;
}
.paper_page .why_opt .welcome_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
  color: #374B47;
}
.paper_page .why_opt .logo {
  width: 232px;
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  .paper_page .why_opt .logo {
    width: 115px;
    padding-bottom: 11px;
  }
}
.paper_page .why_opt .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.paper_page .why_opt .title .white {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #FFFFFF;
  position: relative;
}
.paper_page .why_opt .title .white::before {
  content: "";
  position: absolute;
  left: -13px;
  bottom: 5px;
  height: 35px;
  width: 35px;
  z-index: -1;
  background: linear-gradient(180deg, #E5007E 0%, #8D004C 100%);
  border-radius: 100px;
}
@media (max-width: 768px) {
  .paper_page .why_opt .title .white::before {
    left: -19px;
    bottom: -2px;
    height: 35px;
    width: 35px;
    z-index: -1;
    background: linear-gradient(180deg, #E5007E 0%, #8D004C 100%);
    border-radius: 100px;
  }
}
.paper_page .why_opt .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
.paper_page .why_opt .threelayers_img {
  position: relative;
}
@media (max-width: 768px) {
  .paper_page .why_opt .threelayers_img {
    min-height: 0px;
  }
}
.paper_page .why_opt .threelayers_img .threelayer {
  position: absolute;
  transform: translate(50px, -50px);
  right: -57px;
  top: 2rem;
  width: 64%;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .paper_page .why_opt .threelayers_img .threelayer {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .paper_page .why_opt .threelayers_img .threelayer {
    top: 4rem;
    width: 64%;
    opacity: 0.4;
    left: 68px;
  }
}
@media (min-width: 1920px) {
  .paper_page .why_opt .threelayers_img .threelayer {
    right: -15px;
    top: 0%;
    width: 50%;
  }
}
.paper_page .poll_rolls {
  background: linear-gradient(90deg, #4D4D4D 2.29%, #222222 100%);
  z-index: 1;
  position: relative;
  padding: 70px;
}
@media (max-width: 768px) {
  .paper_page .poll_rolls {
    padding: 10px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media (min-width: 1920px) {
  .paper_page .poll_rolls {
    padding: 100px;
  }
}
.paper_page .poll_rolls .sub_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.8125rem, 0.625rem + 0.9375vw, 1.75rem);
  text-align: center;
  color: #FFFFFF;
}
.paper_page .poll_rolls .highlight {
  background: linear-gradient(90deg, rgba(141, 0, 76, 0.9) 0%, rgba(229, 0, 126, 0.9) 60%, rgba(34, 34, 34, 0) 100%);
  border-radius: 12px 0px 0px 12px;
  padding: 8px 2px;
  display: inline-block;
}
.paper_page .poll_rolls .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #FFFFFF;
  text-align: center;
}
.paper_page .poll_rolls .threelayers_img {
  position: relative;
}
@media (max-width: 768px) {
  .paper_page .poll_rolls .threelayers_img {
    min-height: 0px;
  }
}
.paper_page .poll_rolls .threelayers_img .threelayer {
  position: absolute;
  transform: translate(50px, -50px);
  left: -166px;
  top: -6.7rem;
  width: 8%;
}
@media (max-width: 768px) {
  .paper_page .poll_rolls .threelayers_img .threelayer {
    display: none;
  }
}
@media (min-width: 1920px) {
  .paper_page .poll_rolls .threelayers_img .threelayer {
    right: -22px;
    top: -10rem;
    width: 7.5%;
  }
}
.paper_page .types_of_rolls .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.paper_page .types_of_rolls .gradient-underline {
  position: relative;
  display: inline-block;
}
.paper_page .types_of_rolls .gradient-underline::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  height: 2px;
  width: 31%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.paper_page .types_of_rolls .card {
  border-radius: 12px;
  border: none;
}
.paper_page .types_of_rolls .card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Equal soft shadow all around */
  z-index: 1;
}
@media (max-width: 768px) {
  .paper_page .types_of_rolls .card:hover {
    box-shadow: none;
  }
}
.paper_page .types_of_rolls .card .card-body .card-title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  color: #000000;
}
.paper_page .types_of_rolls .card .card-body .card-text {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  color: #374B47;
}

.specality_page {
  position: relative;
}
.specality_page .specality {
  position: relative;
}
.specality_page .specality img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}
.specality_page .specality .overlay {
  position: absolute;
  top: -15px;
  left: -29px;
  width: 50.5rem;
  height: 104%;
  z-index: 1;
  background: linear-gradient(359.66deg, rgba(0, 86, 165, 0) 0.3%, rgba(0, 33, 63, 0.7) 27.16%, rgba(0, 33, 63, 0.9) 53.5%);
  transform: rotate(270deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  .specality_page .specality .overlay {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 45.5rem;
    height: 104%;
    z-index: 1;
    background: linear-gradient(1.61deg, rgba(0, 86, 165, 0) 1.37%, rgba(0, 33, 63, 0.7) 50%);
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .specality_page .specality .overlay {
    top: -15px;
    left: -8px;
    width: 45.5rem;
    height: 104%;
  }
}
@media (min-width: 1920px) {
  .specality_page .specality .overlay {
    top: -15px;
    left: -29px;
    width: 63.5rem;
    height: 104%;
    z-index: 1;
  }
}
.specality_page .specality .content {
  position: absolute;
  bottom: 12%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  width: 80%;
}
@media (max-width: 768px) {
  .specality_page .specality .content {
    position: absolute;
    bottom: -11%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
.specality_page .specality .content .paper_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
  text-align: start;
  color: #F9CB01;
}
@media (max-width: 768px) {
  .specality_page .specality .content .paper_title {
    font-size: 50px;
  }
}
.specality_page .specality .content .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: start;
  color: #FFFFFF;
  width: 47%;
}
@media (max-width: 768px) {
  .specality_page .specality .content .paragraph {
    width: 90%;
  }
}
.specality_page .para .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
.specality_page .types_of_rolls .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.specality_page .types_of_rolls .gradient-underline {
  position: relative;
  display: inline-block;
}
.specality_page .types_of_rolls .gradient-underline::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  height: 2px;
  width: 31%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.specality_page .types_of_rolls .card {
  border-radius: 12px;
  border: none;
}
.specality_page .types_of_rolls .card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Equal soft shadow all around */
  z-index: 1;
}
@media (max-width: 768px) {
  .specality_page .types_of_rolls .card:hover {
    box-shadow: none;
  }
}
.specality_page .types_of_rolls .card .card-body .card-title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  color: #000000;
}
.specality_page .types_of_rolls .card .card-body .card-text {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  color: #374B47;
}

.label_page {
  position: relative;
}
.label_page .label {
  position: relative;
}
.label_page .label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}
/* .label_page .label .overlay {
  position: absolute;
  top: -15px;
  left: -29px;
  width: 50.5rem;
  height: 104%;
  z-index: 1;
  background: linear-gradient(359.66deg, rgba(0, 86, 165, 0) 0.3%, rgba(0, 33, 63, 0.7) 27.16%, rgba(0, 33, 63, 0.9) 53.5%);
  transform: rotate(270deg);
  pointer-events: none;
} */
.label_page .label .overlay {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(-90deg, rgba(0, 86, 165, 0) 40%, rgba(0, 33, 63, 0.7) 70.16%, rgba(0, 33, 63, 0.9) 100%);
    pointer-events: none;
}
@media (max-width: 768px) {
  .label_page .label .overlay {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 45.5rem;
    height: 104%;
    z-index: 1;
    background: linear-gradient(1.61deg, rgba(0, 86, 165, 0) 1.37%, rgba(0, 33, 63, 0.7) 50%);
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .label_page .label .overlay {
    top: -15px;
    left: -8px;
    width: 45.5rem;
    height: 104%;
  }
}
@media (min-width: 1920px) {
  .label_page .label .overlay {
    top: -15px;
    left: -29px;
    width: 63.5rem;
    height: 104%;
    z-index: 1;
  }
}
.label_page .label .content {
  position: absolute;
  bottom: 22%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  width: 80%;
}
@media (max-width: 768px) {
  .label_page .label .content {
    position: absolute;
    bottom: 2%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
.label_page .label .content .paper_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
  text-align: start;
  color: #F9CB01;
}
@media (max-width: 768px) {
  .label_page .label .content .paper_title {
    font-size: 50px;
  }
}
.label_page .label .content .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: start;
  color: #FFFFFF;
  width: 47%;
}
@media (max-width: 768px) {
  .label_page .label .content .paragraph {
    width: 90%;
  }
}
.label_page .para .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
.label_page .choose_label .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.label_page .choose_label .label-hover-card {
  max-width: 320px;
  min-height: 340px;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 1rem;
}
.label_page .choose_label .label-hover-card:hover {
  background-color: #f8f9fa;
  transform: translateY(-10px);
}
.label_page .choose_label .label-hover-card .icon-box {
  position: relative;
  width: 90%;
  height: 200px;
  margin: 0 auto;
  border-radius: 1rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
  transform-origin: center;
  z-index: 2;
}
.label_page .choose_label .label-hover-card .icon-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 1rem;
  background: linear-gradient(223.96deg, #e5007d 1.18%, rgba(255, 255, 255, 0) 38.23%, rgba(255, 255, 255, 0) 66.5%, #f39100 98.68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.label_page .choose_label .label-hover-card .icon-box .icon-text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #374b47;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
  line-height: 33px;
  transition: font-size 0.3s ease;
  bottom: -30px;
  left: -2px;
  text-align: start;
  width: 80%;
  bottom: -20%;
}
@media (max-width: 1440px) {
  .label_page .choose_label .label-hover-card .icon-box .icon-text {
    width: 72%;
  }
}
.label_page .choose_label .label-hover-card .hover-description {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  font-family: var(--font);
  font-weight: 500;
  font-size: 13px;
  color: #374b47;
  pointer-events: none;
  padding-top: 0.5rem;
  z-index: 1;
  position: relative;
}
.label_page .choose_label .label-hover-card:hover .icon-box {
  transform: rotate(-45deg) skew(4deg, 4deg) scale(0.65);
}
.label_page .choose_label .label-hover-card:hover .icon-text {
  font-size: 21.5px;
  line-height: 29px;
  left: -20px;
  width: 50%;
}
.label_page .choose_label .label-hover-card:hover .hover-description {
  opacity: 1;
  transform: translateY(0);
}
.label_page .choose_label1 .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.label_page .choose_label1 .gradient-border-card {
  background: linear-gradient(223.96deg, #e5007d 1.18%, rgba(255, 255, 255, 0) 38.23%, rgba(255, 255, 255, 0) 66.5%, #f39100 98.68%);
  padding: 2px;
  /* Thickness of border */
  border-radius: 12px;
  /* Optional for rounded corners */
  display: inline-block;
  height: 100%;
  /* Shrinks to content size */
}
.label_page .choose_label1 .gradient-border-card .card-content {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  /* Should match or be smaller than parent */
}
.label_page .choose_label1 .gradient-border-card .card-content .icon-text {
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #374B47;
}
.label_page .choose_label1 .gradient-border-card .card-content .hover-description {
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #374B47;
}
.label_page .your_success {
  background: linear-gradient(90.75deg, #FDEB02 0.63%, #F9CB01 99.35%);
  border-radius: 53px;
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .label_page .your_success {
    padding: 10px;
    border-radius: 20px;
  }
}
.label_page .your_success .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.1875rem, 0.675rem + 2.5625vw, 3.75rem);
  line-height: 65px;
  color: #000000;
}
.label_page .your_success .sub_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.8125rem, 0.7rem + 0.5625vw, 1.375rem);
  text-align: justify;
  color: #374B47;
}
.label_page .your_success .threelayers_img {
  position: relative;
  min-height: 300px;
}
@media (max-width: 768px) {
  .label_page .your_success .threelayers_img {
    min-height: 0px;
  }
}
.label_page .your_success .threelayers_img .threelayer {
  position: absolute;
  transform: translate(50px, -50px);
  right: -51px;
  top: 20%;
  width: 63%;
}
@media (max-width: 768px) {
  .label_page .your_success .threelayers_img .threelayer {
    transform: rotate(45deg);
    right: -51px;
    top: 20%;
    width: 63%;
  }
}
@media (min-width: 1920px) {
  .label_page .your_success .threelayers_img .threelayer {
    right: -15px;
    top: 0%;
    width: 50%;
  }
}
.label_page .types_of_rolls .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #374B47;
}
.label_page .types_of_rolls .gradient-underline {
  position: relative;
  display: inline-block;
}
.label_page .types_of_rolls .gradient-underline::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  height: 2px;
  width: 31%;
  background: linear-gradient(90deg, #029BE2, #0056A5);
}
.label_page .types_of_rolls .card {
  border-radius: 12px;
  border: none;
}
.label_page .types_of_rolls .card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Equal soft shadow all around */
  z-index: 1;
}
@media (max-width: 768px) {
  .label_page .types_of_rolls .card:hover {
    box-shadow: none;
  }
}
.label_page .types_of_rolls .card .card-body .card-title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  color: #000000;
}
.label_page .types_of_rolls .card .card-body .card-text {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  color: #374B47;
}

.technology_page {
  position: relative;
}
.technology_page .technology {
  position: relative;
}
.technology_page .technology img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}
.technology_page .technology .overlay {
  position: absolute;
  top: -15px;
  left: -29px;
  width: 50.5rem;
  height: 104%;
  z-index: 1;
  background: linear-gradient(359.66deg, rgba(0, 86, 165, 0) 0.3%, rgba(0, 33, 63, 0.7) 27.16%, rgba(0, 33, 63, 0.9) 53.5%);
  transform: rotate(270deg);
  pointer-events: none;
}
@media (max-width: 768px) {
  .technology_page .technology .overlay {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 45.5rem;
    height: 104%;
    z-index: 1;
    background: linear-gradient(1.61deg, rgba(0, 86, 165, 0) 1.37%, rgba(0, 33, 63, 0.7) 50%);
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .technology_page .technology .overlay {
    top: -15px;
    left: -8px;
    width: 45.5rem;
    height: 104%;
  }
}
@media (min-width: 1920px) {
  .technology_page .technology .overlay {
    top: -15px;
    left: -29px;
    width: 63.5rem;
    height: 104%;
    z-index: 1;
  }
}
.technology_page .technology .content {
  position: absolute;
  bottom: 12%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  width: 80%;
}
@media (max-width: 768px) {
  .technology_page .technology .content {
    position: absolute;
    bottom: -16%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
.technology_page .technology .content .paper_title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
  text-align: start;
  color: #F9CB01;
}
@media (max-width: 768px) {
  .technology_page .technology .content .paper_title {
    font-size: 50px;
  }
}
.technology_page .technology .content .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: start;
  color: #FFFFFF;
  width: 47%;
}
@media (max-width: 768px) {
  .technology_page .technology .content .paragraph {
    width: 90%;
  }
}
.technology_page .para .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
.technology_page .cross_cards .titles {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.6875rem + 1.25vw, 2.1875rem);
  color: #000000;
}
.technology_page .cross_cards .paragraph {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
.technology_page .cross_cards .imgs {
  position: relative;
}
.technology_page .cross_cards .imgs .techno {
  position: absolute;
  transform: translate(50px, -50px);
  left: 45px;
  top: 43px;
  z-index: 1;
  width: 75%;
  box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.1098039216);
  border-radius: 21px;
}
@media (max-width: 768px) {
  .technology_page .cross_cards .imgs .techno {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    transform: none;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .technology_page .cross_cards .imgs .techno {
    left: 37px;
    top: 30px;
    z-index: 1;
    width: 78%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .technology_page .cross_cards .imgs .techno {
    left: 73px;
    top: 1px;
    z-index: 1;
    width: 72%;
  }
}
@media (min-width: 1920px) {
  .technology_page .cross_cards .imgs .techno {
    top: 49px;
    width: 80%;
    left: 26px;
  }
}
.technology_page .cross_cards .imgs .techno1 {
  position: absolute;
  transform: translate(50px, -50px);
  right: 139px;
  top: 49px;
  z-index: 1;
  width: 75%;
  box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.1098039216);
  border-radius: 21px;
}
@media (max-width: 768px) {
  .technology_page .cross_cards .imgs .techno1 {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    transform: none;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .technology_page .cross_cards .imgs .techno1 {
    left: -38px;
    top: 39px;
    z-index: 1;
    width: 78%;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .technology_page .cross_cards .imgs .techno1 {
    left: -15px;
    top: 16px;
    z-index: 1;
    width: 72%;
  }
}
@media (min-width: 1920px) {
  .technology_page .cross_cards .imgs .techno1 {
    top: 11px;
    width: 80%;
    left: -22px;
  }
}
.technology_page .cross_cards .bg {
  background-color: #FFF5E0;
  padding: 70px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .technology_page .cross_cards .bg {
    padding: 24px;
    border-radius: 0px;
    position: relative;
    top: -39px;
    padding-top: 49px;
  }
}
.technology_page .cross_cards .bg_right {
  background-color: #FFF5E0;
  padding: 70px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .technology_page .cross_cards .bg_right {
    padding: 24px;
    border-radius: 0px;
    position: relative;
    top: -39px;
    padding-top: 49px;
  }
}
.technology_page .cross_cards .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.5rem + 1.25vw, 2rem);
  color: #0056A5;
}
.technology_page .cross_cards .title1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.5rem + 1.25vw, 2rem);
  color: #0056A5;
  font-style: italic;
  border-bottom: 1px solid #0056A5;
  padding-bottom: 5px;
  display: inline-block;
}
.technology_page .cross_cards .subtitle {
  font-family: var(--font);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(0.8125rem, 0.7rem + 0.5625vw, 1.375rem);
  color: #222222;
}
.technology_page .cross_cards .paragraph1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  color: #374B47;
}

.blog_page .blogs .blog {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  line-height: 65px;
  background: linear-gradient(180deg, #029BE2 0%, #0056A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Fallback */
}
@media (max-width: 768px) {
  .blog_page .blogs .blog {
    font-size: 24px;
  }
}
.blog_page .blogs .vector1 {
  position: absolute;
  top: -17rem;
  left: -15px;
  transform: translate(-50px, 50px);
}
@media (max-width: 768px) {
  .blog_page .blogs .vector1 {
    display: none;
  }
}
.blog_page .blogs .vector3 {
  position: absolute;
  top: -41rem;
  right: -108px;
  transform: translate(-50px, 50px);
}
@media (max-width: 768px) {
  .blog_page .blogs .vector3 {
    display: none;
  }
}
.blog_page .blogs .subtitle {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  color: #374B47;
}
@media (max-width: 768px) {
  .blog_page .blogs .subtitle {
    color: #A0A0A0;
  }
}
.blog_page .blogs .img-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
}
.blog_page .blogs .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  transform-origin: center center;
  /* Prevents image shifting */
}
.blog_page .blogs .inner-img:hover {
  transform: scale(1.2);
  transition: transform 0.8s ease, border-radius 0.8s ease;
}
.blog_page .blogs .content {
  position: absolute;
  bottom: 22px;
  left: 22px;
}
.blog_page .blogs .content .white_button {
  background: rgba(191, 191, 191, 0.54);
  -webkit-backdrop-filter: blur(4.31528px);
          backdrop-filter: blur(4.31528px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 5.27057px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 11.8588px;
  line-height: 16px;
  text-align: justify;
  color: #FFFFFF;
}
.blog_page .blogs .content .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .blog_page .blogs .content .title {
    font-size: 14px;
    width: 90%;
  }
}
.blog_page .blogs .content .para {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
  width: 90%;
}
.blog_page .blogs .content .para1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
  width: 90%;
}
@media (max-width: 768px) {
  .blog_page .blogs .content .para1 {
    font-size: 14px;
  }
}
.blog_page .allposts .subtitle {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  color: #374B47;
}
@media (max-width: 768px) {
  .blog_page .allposts .subtitle {
    color: #A0A0A0;
  }
}
.blog_page .allposts .vector2 {
  position: absolute;
  top: -10rem;
  left: -12px;
  transform: translate(-50px, 50px);
}
@media (max-width: 768px) {
  .blog_page .allposts .vector2 {
    display: none;
  }
}
.blog_page .allposts .card {
  border: none;
  box-shadow: 1px 1px 3px 5px rgba(0, 0, 0, 0.0588235294);
}
.blog_page .allposts .card .para1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-align: justify;
  color: #374B47;
  width: 90%;
}
@media (max-width: 768px) {
  .blog_page .allposts .card .para1 {
    font-size: 12px;
  }
}
.blog_page .allposts .card .yellow_button {
  background: #FDED02;
  -webkit-backdrop-filter: blur(4.31528px);
          backdrop-filter: blur(4.31528px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 5.27057px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 11.8588px;
  line-height: 16px;
  text-align: justify;
  color: #374B47;
}
.blog_page .allposts .card .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: rgba(55, 75, 71, 0.8);
}
@media (max-width: 768px) {
  .blog_page .allposts .card .title {
    font-size: 14px;
    width: 90%;
  }
}

.blog_details .blog .subtitle {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  color: #374B47;
}
@media (max-width: 768px) {
  .blog_details .blog .subtitle {
    color: #374B47;
    font-size: 14px;
  }
}
.blog_details .blog .imges {
  position: relative;
}
.blog_details .blog .vector1 {
  position: absolute;
  top: -17rem;
  left: -15px;
  transform: translate(-50px, 50px);
}
@media (max-width: 768px) {
  .blog_details .blog .vector1 {
    display: none;
  }
}
.blog_details .blog .vector3 {
  position: absolute;
  top: -41rem;
  right: -108px;
  transform: translate(-50px, 50px);
}
@media (max-width: 768px) {
  .blog_details .blog .vector3 {
    display: none;
  }
}
.blog_details .blog .vector2 {
  position: absolute;
  top: -35rem;
  left: -12px;
  transform: translate(-50px, 50px);
  width: 43%;
}
@media (max-width: 768px) {
  .blog_details .blog .vector2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog_details .blog .icon {
    width: 12%;
    height: 10%;
    top: -1px;
    position: relative;
  }
}
.blog_details .blog .yellow_button {
  background: #FDED02;
  -webkit-backdrop-filter: blur(4.31528px);
          backdrop-filter: blur(4.31528px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 5.27057px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  color: #374B47;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .blog_details .blog .yellow_button {
    font-size: 10px;
  }
}
.blog_details .blog .yellow_button1 {
  background: #FDED02;
  -webkit-backdrop-filter: blur(4.31528px);
          backdrop-filter: blur(4.31528px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 5.27057px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  color: #374B47;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .blog_details .blog .yellow_button1 {
    font-size: 10px;
  }
}
.blog_details .blog .para1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: justify;
  color: #000000;
}
@media (max-width: 768px) {
  .blog_details .blog .para1 {
    font-size: 12px;
  }
}
.blog_details .blog .para2 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: justify;
  color: #000000;
}
@media (max-width: 768px) {
  .blog_details .blog .para2 {
    font-size: 12px;
  }
}
.blog_details .blog .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: rgba(55, 75, 71, 0.8);
}
@media (max-width: 768px) {
  .blog_details .blog .title {
    font-size: 14px;
    width: 90%;
  }
}
.blog_details .blog .para {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: justify;
  color: rgba(55, 75, 71, 0.7);
}
@media (max-width: 768px) {
  .blog_details .blog .para {
    font-size: 13px;
  }
}

.footer_page .contact_us {
  background: rgba(255, 226, 182, 0.5);
  -webkit-backdrop-filter: blur(72.45px);
          backdrop-filter: blur(72.45px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 53px;
  padding: 35px;
  margin-bottom: 147px;
}
@media (max-width: 768px) {
  .footer_page .contact_us {
    padding: 10px;
    background: rgba(255, 226, 182, 0.5);
    border-radius: 17.1707px;
    margin-bottom: 0px;
  }
}
.footer_page .contact_us .contactus {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  color: #A0A0A0;
}
@media (max-width: 768px) {
  .footer_page .contact_us .contactus {
    font-size: 24px;
  }
}
.footer_page .contact_us .subtitle1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 2.125rem);
  color: #1B2523;
}
@media (max-width: 768px) {
  .footer_page .contact_us .subtitle1 {
    font-size: 20px;
  }
}
.footer_page .contact_us .let_make {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.8125rem, 0.6125rem + 1vw, 1.8125rem);
  text-align: center;
  color: #1B2523;
}
@media (max-width: 768px) {
  .footer_page .contact_us .let_make {
    padding-top: 15rem;
    font-size: 17px;
  }
}
.footer_page .contact_us .yellow_line {
  border-right: #F9CB01;
  width: 20%;
}
.footer_page .contact_us .para {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.575rem + 0.875vw, 1.625rem);
  text-align: center;
  color: #374B47;
}
@media (max-width: 768px) {
  .footer_page .contact_us .para {
    font-size: 14px;
  }
}
.footer_page .contact_us .reach {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.625rem, 0.45rem + 0.875vw, 1.5rem);
  text-align: justify;
  text-transform: uppercase;
  color: #374B47;
}
@media (max-width: 768px) {
  .footer_page .contact_us .reach {
    font-size: 18px;
  }
}
.footer_page .contact_us .address {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: justify;
  color: #374B47;
}
@media (max-width: 768px) {
  .footer_page .contact_us .address {
    font-size: 14px;
  }
}
.footer_page .contact_us .footer_shade {
  position: relative;
  min-height: 300px;
}
@media (max-width: 768px) {
  .footer_page .contact_us .footer_shade {
    min-height: 235px;
  }
}
.footer_page .contact_us .footer_shade::after {
  position: absolute;
  content: "";
  top: -91px;
  left: 64%;
  width: 36rem;
  height: 36rem;
  background-image: url(./../images/footer_bg_shade.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .footer_page .contact_us .footer_shade::after {
    position: absolute;
    content: "";
    top: 75px;
    left: 10%;
    width: 100%;
    height: 51%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
}
@media (min-width: 1920px) {
  .footer_page .contact_us .footer_shade::after {
    top: -91px;
    left: 76%;
    width: 36rem;
    height: 36rem;
  }
}
@media (max-width: 768px) {
  .footer_page .contact_us .footer_shade .icons {
    width: 11.5%;
  }
}
.footer_page .contact_us .enquiry-card {
  max-width: 553px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -87px;
  right: 127px;
  font-family: var(--font);
}
@media (max-width: 768px) {
  .footer_page .contact_us .enquiry-card {
    width: 90%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #fff;
    position: absolute;
    right: 19px;
    font-family: var(--font);
    top: 21%;
    height: 42%;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .footer_page .contact_us .enquiry-card {
    max-width: 504px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -115px;
    right: 162px;
    font-family: var(--font);
  }
}
@media (min-width: 1920px) {
  .footer_page .contact_us .enquiry-card {
    max-width: 605px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -36px;
    right: 247px;
    font-family: var(--font);
  }
}
.footer_page .contact_us .enquire {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 31px;
  text-align: justify;
  text-transform: uppercase;
  color: #374B47;
}
.footer_page .contact_us .form-label {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: justify;
  color: #1B2523;
}
@media (max-width: 768px) {
  .footer_page .contact_us .form-label {
    font-size: 14px;
  }
}
.footer_page .contact_us .form-control {
  border-radius: 0px;
  border: 0.885427px solid rgba(22, 22, 22, 0.7);
}
.footer_page .contact_us .submit_btn {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: justify;
  color: #1B2523;
  border-radius: 0px;
  border: 0.885427px solid rgba(22, 22, 22, 0.7);
}
.footer_page .footer {
  background: linear-gradient(180deg, #0063B1 0%, #0A3D65 100%);
  border-radius: 53px 53px 0px 0px;
  margin-top: 137px;
  padding: 20px;
}
@media (max-width: 768px) {
  .footer_page .footer {
    border-radius: 25px 25px 0px 0px;
  }
}
.footer_page .footer .subscribe {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.75rem, 0.575rem + 0.875vw, 1.625rem);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .footer_page .footer .subscribe {
    font-size: 16px;
  }
}
.footer_page .footer .subscribe-wrapper {
  background-color: white;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  display: flex;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer_page .footer .subscribe-wrapper {
    border-radius: 24px 24px 24px 24px;
  }
}
.footer_page .footer .subscribe-input {
  border: none;
  border-radius: 0;
  padding: 0.75rem 1rem;
  flex: 1;
  font-size: 0.95rem;
  outline: none;
}
@media (max-width: 768px) {
  .footer_page .footer .subscribe-input {
    padding: 0.35rem 1rem;
  }
}
.footer_page .footer .subscribe-input::-moz-placeholder {
  color: #aaa;
}
.footer_page .footer .subscribe-input::placeholder {
  color: #aaa;
}
.footer_page .footer .subscribe-button {
  border: none;
  background: linear-gradient(180deg, #FFC632 0%, #F39100 100%);
  color: #000;
  padding: 0 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  border-radius: 0px 8px 8px 0px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  line-height: 35px;
  text-align: justify;
  color: #0056A5;
}
.footer_page .footer .send_icon {
  width: 25%;
}
@media (max-width: 768px) {
  .footer_page .footer .send_icon {
    width: 72%;
  }
}
.footer_page .footer .subscribe-button i {
  margin-left: 5px;
}
.footer_page .footer .title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.875rem, 0.65rem + 1.125vw, 2rem);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .footer_page .footer .title {
    font-size: 18px;
  }
}
.footer_page .footer .gradient-underline {
  position: relative;
  display: inline-block;
}
.footer_page .footer .gradient-underline::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -6px;
  height: 2px;
  width: 40%;
  background: linear-gradient(90deg, #029BE2, rgba(49, 149, 241, 0.4901960784));
}
.footer_page .footer .address {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .footer_page .footer .address {
    font-size: 16px;
  }
}
.footer_page .footer .hr-white {
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .footer_page .footer .hr-white {
    border: none;
  }
}
.footer_page .scroll-to-top {
  position: fixed;
  bottom: 71px;
  right: 26px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 999;
  display: none;
  /* hidden by default */
  transition: transform 0.3s ease;
}
.footer_page .scroll-to-top img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_page .scroll-to-top:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */