@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* Main Fonts */
/* Colors */
/* mostly used color */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: inherit;
}

p {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  color: #737373;
  text-align: justify;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #292929;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 0.9375rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb {
  padding: 180px 0 50px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url("../images/breadcrumb.jpg");
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.breadcrumb .breadcrumb-wrapper .bread-item {
  position: relative;
  padding-left: 10px;
}
.breadcrumb .breadcrumb-wrapper .bread-item::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-family: "fontawesome";
  font-weight: 700;
  font-size: 0.75rem;
  color: #ffffff;
}
.breadcrumb .breadcrumb-wrapper .bread-item .bread-link {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrapper .bread-item .bread-link.bread-nav {
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-item .bread-link.bread-nav:hover {
  color: #252B42;
}
.breadcrumb .breadcrumb-wrapper .bread-item:first-child {
  padding-left: 0;
}
.breadcrumb .breadcrumb-wrapper .bread-item:last-child::before {
  display: none;
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 30px 0;
    margin-top: 0;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 35px;
}
.btn.btn-primary {
  background-color: #252B42;
  color: #ffffff;
  border-color: #252B42;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #252B42;
  color: #252B42;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #252B42;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #252B42;
  color: #252B42;
}
.btn.btn-primary-ghost:hover {
  background-color: #252B42;
  color: #ffffff;
  border-color: #252B42;
}
.btn.btn-secondary {
  background-color: #47cbed;
  color: #ffffff;
  border-color: #47cbed;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #47cbed;
  color: #47cbed;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #47cbed;
  color: #47cbed;
}
.btn.btn-secondary-ghost:hover {
  background-color: #47cbed;
  color: #ffffff;
  border-color: #47cbed;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-blackie {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-blackie:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-blackie-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-blackie-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn .btn-wrap span {
  margin: 0;
  padding: 0;
}
.btn .btn-wrap i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn:hover .btn-wrap i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

body {
  position: relative;
}

.section-title {
  margin-bottom: 80px;
}
.section-title h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.section-title h6 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}

.background-attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.social-icon-wrap {
  display: flex;
  gap: 20px;
}
.social-icon-wrap .icon i {
  color: #47cbed;
  transition: 0.3s ease-in-out;
}
.social-icon-wrap .icon:hover i {
  color: #252B42;
}

@media screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 2rem;
  }
  .section-title h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 1.75rem;
  }
  .section-title h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h3 {
    font-size: 1.25rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
  padding: 0;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid #BDBDBD;
  background: transparent;
  padding: 10px;
  font-size: 0.875rem;
  color: #292929;
  resize: none;
  width: 100%;
  font-family: "Inter", sans-serif;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form .form-group .form-input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292929;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #252B42;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #252B42;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #47cbed;
  stroke: #47cbed;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(37, 43, 66, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(37, 43, 66, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(37, 43, 66, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(18.6796116505, 21.7087378641, 33.3203883495);
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #737373;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #47cbed;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #47cbed;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #737373;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #ffffff;
}
.slick-arrow.left {
  left: 5px;
  z-index: 9;
}
.slick-arrow.right {
  right: 5px;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
  height: 100dvh;
}
.thanks .icon {
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #47cbed;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #252B42;
  border: 1px solid #252B42;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #252B42;
}
.thanks .redirect:hover h5 {
  color: #252B42;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: auto;
  overflow: visible;
  background: rgba(0, 0, 0, 0.3);
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  width: 80px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  gap: 10px;
}
.header .navbar .navbar-collapse .social-icon-wrap {
  display: flex;
  gap: 20px;
}
.header .navbar .navbar-collapse .social-icon-wrap .icon i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .social-icon-wrap .icon:hover i {
  color: #252B42;
}
.header .navbar .navbar-collapse .navbar-nav {
  border-bottom: 3px solid #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  /* Dropdown Menu */
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 5px 15px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #f8f8f8;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #252B42;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown {
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown .dropDown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown .dropDown-menu li .dropDown-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  padding: 8px;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown:hover .dropDown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown:hover .dropDown-menu li:hover .dropDown-link {
  background-color: #252B42;
  color: #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown.active .dropDown-menu li.active .dropDown-link {
  background-color: #252B42;
  color: #ffffff;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #252B42;
  z-index: 9;
}
.header.fixed-header .navbar {
  padding: 0;
}
.header.fixed-header .navbar .navbar-brand {
  padding: 5px;
}
.header.fixed-header .navbar .navbar-brand figure {
  width: 100px;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #47cbed;
}
.header.main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #f8f8f8;
}
.header.main-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.main-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #47cbed;
}

@media screen and (max-width: 1400px) {
  .header .navbar .navbar-brand figure {
    width: 70px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    border-bottom: 2px solid #ffffff;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 5px 10px;
    font-size: 0.8125rem;
  }
  .header.fixed-header {
    border-bottom: 2px solid #ffffff;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 60px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav {
    border-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .header {
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid #ffffff;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 30px;
    aspect-ratio: 1/1;
    border: 2px solid #ffffff;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  .header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  .header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar .navbar-brand figure {
    width: 70px;
  }
  .header .navbar .navbar-collapse.show {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .header .navbar .navbar-collapse .social-icon-wrap {
    padding-bottom: 10px;
  }
  .header .navbar .navbar-collapse .social-icon-wrap .icon i {
    font-size: 0.8125rem;
  }
  .header .navbar .navbar-collapse .social-icon-wrap .icon:hover i {
    color: #47cbed;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    margin: auto;
    border-bottom: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
    /* Dropdown Menu */
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 5px 0;
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #47cbed;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown .dropDown-menu {
    position: relative;
    height: 0;
    transition: 0.5s ease-in-out, 0.5s ease-in-out height;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown .dropDown-menu li .dropDown-link {
    padding: 5px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown:hover .dropDown-menu {
    height: auto;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 80px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    /* Dropdown Menu */
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown .dropDown-menu {
    position: relative;
    height: 100%;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropDown:hover .dropDown-menu {
    height: auto;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 80px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
.banner .banner-slider {
  height: 100dvh;
}
.banner .banner-slider .banner-block {
  height: 100dvh;
  position: relative;
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.banner .banner-slider .banner-block .figure {
  height: 100%;
  width: 100%;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  text-align: center;
  z-index: 2;
}
.banner .banner-slider .banner-block .content h4 {
  font-size: 3.5rem;
  color: #000000;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 15px 0;
}

@media screen and (max-width: 1400px) {
  .banner .banner-slider .banner-block .content {
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .banner .banner-slider .banner-block .content h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-slider .banner-block .content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .banner-slider .banner-block .content h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-slider {
    height: 100%;
  }
  .banner .banner-slider .banner-block {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    background-color: #ffffff;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content h4 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .banner .banner-slider .slick-dots {
    margin-top: 0;
  }
}
.about {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.about .wrapper {
  gap: 60px;
  flex-direction: column;
}
.about .wrapper .about-image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/2;
}
.about .wrapper .about-content {
  display: flex;
  flex-wrap: wrap;
}
.about .wrapper .about-content .title {
  flex-basis: 40%;
}
.about .wrapper .about-content .title h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
.about .wrapper .about-content .desc {
  flex-basis: calc(60% + 100px);
  margin-top: 160px;
  margin-left: -100px;
}
.about .wrapper .about-content .desc p {
  font-size: 1.125rem;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .about .wrapper .about-content {
    display: flex;
    flex-wrap: wrap;
  }
  .about .wrapper .about-content .title {
    flex-basis: 45%;
  }
  .about .wrapper .about-content .title h2 {
    font-size: 3.5rem;
  }
  .about .wrapper .about-content .desc {
    flex-basis: calc(55% + 100px);
    margin-left: -100px;
  }
  .about .wrapper .about-content .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    gap: 40px;
  }
  .about .wrapper .about-content {
    display: flex;
    flex-wrap: wrap;
  }
  .about .wrapper .about-content .title {
    flex-basis: 50%;
  }
  .about .wrapper .about-content .title h2 {
    font-size: 2.75rem;
  }
  .about .wrapper .about-content .desc {
    flex-basis: calc(50% + 80px);
    margin-top: 120px;
    margin-left: -80px;
  }
  .about .wrapper .about-content .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .wrapper .about-content .desc p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .wrapper .about-content {
    flex-direction: column;
    gap: 20px;
  }
  .about .wrapper .about-content .title h2 {
    font-size: 2.25rem;
  }
  .about .wrapper .about-content .desc {
    margin: 0;
  }
  .about .wrapper .about-content .desc p {
    font-size: 0.9375rem;
  }
}
.gallery {
  background-color: #ffffff;
}
.gallery .main-title h5 {
  text-transform: capitalize;
}
.gallery .wrapper {
  gap: 60px 20px;
  align-items: initial;
}

.image {
  flex-basis: 100%;
  border: 2px solid #EEEEEE;
  position: relative;
  overflow: hidden;
}
.image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/3;
  object-fit: cover;
  transition: 0.5s ease-in-out 0.2s;
}
.image:hover::before {
  width: 0;
  height: 0;
}
.image:hover img {
  transform: scale(1.05);
}
.image:nth-child(2), .image:nth-child(3) {
  flex-basis: calc(50% - 20px);
}
.image:nth-child(2) img, .image:nth-child(3) img {
  aspect-ratio: 4/2;
}

@media screen and (max-width: 576px) {
  .gallery .wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .image:nth-child(2) img, .image:nth-child(3) img {
    aspect-ratio: 8/3;
  }
}
.why-choose-us .wrapper {
  gap: 60px;
}
.why-choose-us .wrapper .desc {
  max-width: 750px;
  margin: auto;
}
.why-choose-us .wrapper .desc .section-title {
  margin-bottom: 0;
}
.why-choose-us .wrapper .desc .section-title h6 {
  color: #000000;
  text-transform: capitalize;
}
.why-choose-us .wrapper .desc .section-title h3 {
  color: #000000;
  margin-block: 20px;
}
.why-choose-us .wrapper .desc p {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.why-choose-us .wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
}

.call-us {
  background-image: url(../images/callus_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.call-us .wrap {
  max-width: 600px;
}
.call-us .wrap .desc {
  flex-basis: 70%;
}
.call-us .wrap .desc .section-title {
  margin-bottom: 0;
}
.call-us .wrap .desc .section-title h6 {
  color: #ffffff;
  text-transform: uppercase;
}
.call-us .wrap .desc .section-title h3 {
  color: #ffffff;
  margin-block: 20px;
}
.call-us .wrap .desc p {
  color: #f8f8f8;
}
.call-us .wrap .button {
  margin-top: 40px;
}
.call-us .wrap .button .btn {
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .call-us .wrap {
    flex-direction: column;
    justify-content: center;
  }
  .call-us .wrap .desc {
    text-align: center;
    margin-bottom: 20px;
  }
  .call-us .wrap .button {
    text-align: center;
  }
}
.featured-service {
  padding-bottom: 0;
}
.featured-service .wrapper {
  gap: 30px 15px;
}
.featured-service .wrapper .featured-image {
  flex-basis: calc(60% - 15px);
}
.featured-service .wrapper .featured-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.featured-service .wrapper .featured-content {
  flex-basis: calc(40% - 15px);
}
.featured-service .wrapper .featured-content .section-title {
  margin: 0;
}
.featured-service .wrapper .featured-content .section-title h3 {
  margin-top: 10px;
}
.featured-service .wrapper .featured-content p {
  color: #000000;
  margin-block: 20px;
}

@media screen and (max-width: 768px) {
  .featured-service .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .featured-service .wrapper .featured-image img {
    aspect-ratio: 6/4;
  }
  .featured-service .wrapper .featured-content {
    text-align: center;
  }
}
.service {
  position: relative;
  z-index: 1;
}
.service .section-title {
  text-align: center;
}
.service .section-title h3 {
  margin-top: 10px;
}
.service .wrapper {
  align-items: initial;
  gap: 40px 25px;
}
.service .button {
  text-align: center;
  margin-top: 40px;
}

.service-block {
  flex-basis: calc(33.3333333333% - 25px);
  background-color: transparent;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.service-block .figure {
  border: 0;
}
.service-block .figure img {
  max-width: 150px;
  transition: 0.5s ease-in-out;
}
.service-block .figure img.hide-image {
  opacity: 0;
  height: 0;
  transition: 0.5s ease-in-out 0.3s;
}
.service-block h6 {
  text-transform: capitalize;
  color: #ffffff;
  margin-block: 30px 15px;
  transition: 0.5s ease-in-out 0.1s;
}
.service-block p {
  color: #f8f8f8;
  transition: 0.5s ease-in-out 0.15s;
}
.service-block:hover::before {
  height: 0;
}
.service-block:hover .figure img {
  opacity: 0;
  height: 0;
}
.service-block:hover .figure img.hide-image {
  opacity: 1;
  height: auto;
}
.service-block:hover h6 {
  color: #000000;
}
.service-block:hover p {
  color: #292929;
}

@media screen and (max-width: 992px) {
  .service .wrapper {
    align-items: initial;
    gap: 30px 10px;
  }
  .service-block {
    flex-basis: calc(33.3333333333% - 10px);
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    justify-content: center;
    gap: 10px 10px;
  }
  .service-block {
    flex-basis: calc(50% - 10px);
  }
  .service-block p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .service .wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .service-block h6 {
    margin-block: 20px 10px;
  }
}
.quote {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.quote .quote-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.quote .quote-wrapper .quote-content {
  flex-basis: 48%;
}
.quote .quote-wrapper .quote-content .icon-box {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
}
.quote .quote-wrapper .quote-content .icon-box i {
  font-size: 2rem;
  color: #67b915;
}
.quote .quote-wrapper .quote-content .content {
  margin-top: 50px;
}
.quote .quote-wrapper .quote-content .content h4 {
  color: #ffffff;
}
.quote .quote-wrapper .quote-content .content p {
  color: #f8f8f8;
  margin-top: 20px;
}
.quote .quote-wrapper .form-quote {
  flex-basis: 35%;
  background-color: #ffffff;
}
.quote .quote-wrapper .form-quote .form {
  gap: 20px;
  padding: 40px;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: #ffffff;
  color: #292929;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 992px) {
  .quote .quote-wrapper .quote-content {
    flex-basis: 40%;
  }
  .quote .quote-wrapper .form-quote {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .quote .quote-wrapper {
    flex-direction: column;
    max-width: 80%;
    margin-inline: auto;
    gap: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box {
    width: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box i {
    font-size: 1.25rem;
  }
  .quote .quote-wrapper .quote-content .content {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-quote .form {
    gap: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .quote .quote-wrapper {
    max-width: 100%;
    gap: 40px;
    align-items: initial;
  }
  .quote .quote-wrapper .quote-content .icon-box {
    width: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box i {
    font-size: 1.25rem;
  }
  .quote .quote-wrapper .quote-content .content {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-quote .form {
    gap: 20px;
    padding: 30px;
  }
}
.insta-section .wrapper {
  gap: 40px 15px;
}
.insta-section .wrapper .image-group {
  flex-basis: calc(75% - 15px);
  display: flex;
  gap: 10px;
}
.insta-section .wrapper .image-group .figure {
  flex-basis: calc(33.3333333333% - 10px);
}
.insta-section .wrapper .image-group .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
}
.insta-section .wrapper .follow-block {
  flex-basis: calc(25% - 15px);
}
.insta-section .wrapper .follow-block h4 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.insta-section .wrapper .follow-block a.emailid {
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .insta-section .wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
  .insta-section .wrapper .image-group .figure {
    flex-basis: calc(33.3333333333% - 10px);
  }
  .insta-section .wrapper .image-group .figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .insta-section .wrapper .image-group {
    flex-direction: column;
    gap: 10px;
  }
  .insta-section .wrapper .image-group .figure {
    flex-basis: calc(33.3333333333% - 10px);
  }
  .insta-section .wrapper .image-group .figure img {
    aspect-ratio: 5/2;
  }
}
.footer {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  padding: 40px 20px;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-wrapper .footer-block {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
}
.footer .footer-wrapper .footer-block .block-wrap {
  flex-basis: calc(27% - 20px);
  display: flex;
  flex-direction: column;
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .footer-block .quick-link li.info,
.footer .footer-wrapper .footer-block .quick-link .footer-item.info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 30px;
  gap: 0;
}
.footer .footer-wrapper .footer-block .quick-link li.info label,
.footer .footer-wrapper .footer-block .quick-link .footer-item.info label {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block .quick-link li.info:last-child .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item.info:last-child .footer-link {
  text-transform: initial;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #BDBDBD;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link {
  transform: translateX(5px);
  color: #47cbed;
}
.footer .footer-wrapper .footer-block .quick-link li:last-child,
.footer .footer-wrapper .footer-block .quick-link .footer-item:last-child {
  margin-bottom: 0;
}
.footer .footer-wrapper .footer-block .social-link-wrap {
  flex-basis: 100%;
}
.footer .footer-wrapper .footer-block .social-link-wrap .title {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #737373;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #f8f8f8;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li a:hover {
  color: #47cbed;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even) {
  position: relative;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even)::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #ffffff;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #ffffff;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even) a {
  padding-inline: 10px;
}

.scrollmeup {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 111;
}
.scrollmeup .big-circle {
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(115, 115, 115, 0.2);
  border-radius: 100%;
  transition: 0.5s ease-in-out;
}
.scrollmeup .big-circle svg {
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out 0.2s;
}
.scrollmeup .big-circle:hover {
  background-color: #737373;
}
.scrollmeup .big-circle:hover svg {
  transform: translateY(-10px);
}

.bottom-footer {
  background-color: #000000;
  width: 100%;
  padding: 10px 0;
}
.bottom-footer .content-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.bottom-footer .content-wrap p,
.bottom-footer .content-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  color: #737373;
  text-transform: capitalize;
  display: inline-block;
}
.bottom-footer .content-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.bottom-footer .content-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #252B42;
  transition: 0.3s ease-in-out 0.1s;
}
.bottom-footer .content-wrap a:hover {
  color: #252B42;
}
.bottom-footer .content-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 0;
    padding: 20px 0;
  }
  .footer .footer-wrapper .footer-block {
    gap: 40px 20px;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .desc p {
    font-size: 0.875rem;
  }
  .scrollmeup {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 111;
  }
  .scrollmeup .big-circle {
    width: 80px;
    height: 80px;
  }
  .scrollmeup .big-circle svg {
    width: 25px;
    height: 25px;
  }
  .bottom-footer {
    justify-content: center;
    padding: 20px;
  }
  .bottom-footer .content-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .bottom-footer .content-wrap p,
  .bottom-footer .content-wrap a {
    line-height: 1.5;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
  }
  .bottom-footer .content-wrap a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .bottom-footer .content-wrap a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #252B42;
    transition: 0.3s ease-in-out 0.1s;
  }
  .bottom-footer .content-wrap a:hover {
    color: #252B42;
  }
  .bottom-footer .content-wrap a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-wrapper {
    padding: 0;
  }
  .footer .footer-wrapper .footer-block {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block .quick-link li,
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block .quick-link li .footer-link,
  .footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
    display: inline-block;
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .footer-block .quick-link li.info,
  .footer .footer-wrapper .footer-block .quick-link .footer-item.info {
    justify-content: center;
    align-items: center;
  }
  .footer .footer-wrapper .footer-block .quick-link li.info label,
  .footer .footer-wrapper .footer-block .quick-link .footer-item.info label {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .footer .footer-wrapper .footer-block .social-link-wrap ul {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block .social-link-wrap ul li a {
    font-size: 0.875rem;
  }
  .scrollmeup .big-circle {
    width: 60px;
    height: 60px;
  }
  .scrollmeup .big-circle svg {
    width: 20px;
    height: 20px;
  }
  .bottom-footer {
    gap: 10px;
  }
  .bottom-footer .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .bottom-footer .content-wrap p,
  .bottom-footer .content-wrap a {
    display: inline-block;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
  /* Feature Section in Inner Page*/
}
.page-about .about::before {
  display: none;
}
.page-about .about .wrapper {
  align-items: initial;
}
.page-about .about .wrapper .about-image .figure {
  height: 100%;
}
.page-about .about .wrapper .about-image .figure img {
  aspect-ratio: 4/2;
}
.page-about .about .wrapper .about-content p {
  color: #292929;
}
.page-about .extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .extra-content p {
  color: #292929;
}
.page-about .features {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content p {
    text-align: center;
  }
  .page-about .about .wrapper .about-content p:last-child {
    margin-bottom: 0;
  }
  .page-about .about .wrapper .extra-content {
    flex-direction: column;
  }
  .page-about .about .wrapper .extra-content p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .extra-content {
    text-align: center;
  }
}
.page-gallery .wrapper {
  gap: 20px;
}
.page-gallery .image {
  flex-basis: calc(33.3333333333% - 20px);
}
.page-gallery .image img {
  aspect-ratio: 4/3;
}
.page-gallery .image:nth-child(2), .page-gallery .image:nth-child(3) {
  flex-basis: calc(33.3333333333% - 20px);
}
.page-gallery .image:nth-child(2) img, .page-gallery .image:nth-child(3) img {
  aspect-ratio: 4/3;
}

@media screen and (max-width: 992px) {
  .page-gallery .gallery .wrapper {
    gap: 20px;
  }
  .page-gallery .image {
    flex-basis: calc(33.3333333333% - 20px);
  }
  .page-gallery .image:nth-child(2), .page-gallery .image:nth-child(3) {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .page-gallery .gallery .wrapper {
    flex-direction: row;
    gap: 10px;
  }
  .page-gallery .image {
    flex-basis: calc(50% - 10px);
  }
  .page-gallery .image:nth-child(2), .page-gallery .image:nth-child(3) {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .page-gallery .gallery .wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.process .process-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.process .process-wrapper .process-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.process .process-wrapper .process-box .image {
  flex-basis: calc(40% - 10px);
}
.process .process-wrapper .process-box .group {
  flex-basis: calc(60% - 10px);
  display: flex;
  gap: 15px;
}

.process-block {
  flex-basis: calc(50% - 15px);
  position: relative;
  overflow: visible;
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #EEEEEE;
}
.process-block .svg-icon {
  width: 40px;
  aspect-ratio: 1/1;
  display: inline-block;
}
.process-block .svg-icon svg {
  width: 100%;
  height: 100%;
}
.process-block .svg-icon svg path {
  transition: 0.5s ease-in-out;
}
.process-block .desc .process-link {
  font-size: 1.5rem;
  font-weight: 600;
  margin-block: 20px;
  text-transform: capitalize;
  color: #292929;
  display: inline-block;
}
.process-block p {
  line-height: 1.5;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.process-block p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .process .process-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .process .process-wrapper .process-box {
    flex-direction: column;
    gap: 20px;
  }
  .process .process-wrapper .process-box .group {
    justify-content: space-between;
    gap: 5px;
  }
  .process .process-wrapper .process-box:nth-child(even) {
    flex-direction: column;
  }
  .process-block {
    flex-basis: calc(50% - 5px);
  }
}
@media screen and (max-width: 992px) {
  .process .process-wrapper {
    gap: 30px;
  }
  .process .process-wrapper .process-box {
    flex-direction: column;
    gap: 10px;
  }
  .process-block .desc .process-link {
    font-size: 1.25rem;
    margin-block: 10px;
  }
}
@media screen and (max-width: 576px) {
  .process .process-wrapper .process-box .group {
    flex-direction: column;
    gap: 10px;
  }
  .process-block .desc .process-link {
    font-size: 1.125rem;
  }
  .process-block p {
    font-size: 0.875rem;
  }
}
.information {
  overflow: hidden;
}
.information .main-title h4 {
  color: #252B42;
}
.information .main-title p {
  color: #292929;
}
.information .info-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  gap: 20px;
}
.information .info-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
  padding: 45px 10px 30px 10px;
  background-color: #252B42;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .logo i {
  font-size: 30px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail p {
  font-size: 15px;
  max-width: 250px;
  margin: auto;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block:hover {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 5px 2px #dedede;
}
.information .info-wrapper .block:hover .logo i {
  color: #252B42;
}
.information .info-wrapper .block:hover .info-detail h6 {
  color: #252B42;
}
.information .info-wrapper .block:hover .info-detail p {
  color: #252B42;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding-bottom: 80px;
}
.contact-form .form-image {
  flex-basis: calc(40% - 30px);
}
.contact-form .form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-form .form-block {
  flex-basis: calc(60% - 30px);
  overflow: hidden;
}
.contact-form .form-block .title {
  margin-bottom: 30px;
  text-align: left;
}
.contact-form .form-block .title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #252B42;
}
.contact-form .form-block .title p {
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 15px;
}

@media screen and (max-width: 992px) {
  .information .title {
    margin-bottom: 40px;
  }
  .information .title h2 {
    font-size: 1.75rem;
  }
  .information .title p {
    font-size: 0.85rem;
  }
  .information .info-wrapper .block .logo i {
    font-size: 24px;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
    padding: 15px 0 10px 0;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 15px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .contact-form .form-image {
    width: 100%;
    aspect-ratio: 4/2;
    overflow: hidden;
  }
  .contact-form .form-block .title {
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .contact-form .form-block .title h4 {
    font-size: 1.25rem;
  }
  .contact-form .form-block .title p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .title {
    margin-bottom: 30px;
  }
  .information .title h2 {
    font-size: 1.5rem;
  }
  .information .info-wrapper {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .information .info-wrapper .block {
    padding: 20px;
  }
  .information .info-wrapper .block .info-detail h6 {
    padding: 10px 0 5px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .contact-form .form-block .title {
    margin: 0 auto 20px;
  }
}
.page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.page .content-wrapper .image-section {
  flex-basis: calc(50% - 20px);
}
.page .content-wrapper .image-section img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
}
.page .content-wrapper .description {
  flex-basis: calc(50% - 20px);
  /* Listing Style Content */
}
.page .content-wrapper .description h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.page .content-wrapper .description .section-title {
  margin-bottom: 20px;
}
.page .content-wrapper .description.full-size {
  flex-basis: 100%;
}
.page .content-wrapper .description.full-size p:first-child {
  margin-top: 0;
}
.page .content-wrapper .description p {
  margin-top: 20px;
  color: #000000;
}
.page .content-wrapper .description li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 20px;
}
.page .content-wrapper .description li h6 {
  font-size: 1.25rem;
  font-weight: 700;
}
.page .content-wrapper .description li p {
  margin-top: 0;
  color: #292929;
}
.page .content-wrapper.reverse-wrapper {
  flex-direction: row-reverse;
}
.page .content-wrapper.reverse-wrapper .description {
  padding: 0 40px;
}
.page .gallery .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
.page .gallery .wrapper .image {
  flex-basis: calc(25% - 15px);
}
.page .gallery .wrapper .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.page .gallery .wrapper .image:nth-child(2), .page .gallery .wrapper .image:nth-child(3) {
  flex-basis: calc(25% - 15px);
}
.page .gallery .wrapper .image:nth-child(2) img, .page .gallery .wrapper .image:nth-child(3) img {
  aspect-ratio: 3/2;
}

@media screen and (max-width: 992px) {
  .page .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .page .content-wrapper.reverse-wrapper {
    flex-direction: column;
  }
  .page .gallery .wrapper .image {
    flex-basis: calc(50% - 15px);
  }
  .page .gallery .wrapper .image:nth-child(2), .page .gallery .wrapper .image:nth-child(3) {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .page .content-wrapper {
    gap: 20px;
  }
  .page .content-wrapper.reverse-wrapper .description {
    padding: 0 20px;
  }
  .page .gallery .wrapper .image img {
    aspect-ratio: 5/2;
  }
  .page .gallery .wrapper .image:nth-child(2) img, .page .gallery .wrapper .image:nth-child(3) img {
    aspect-ratio: 5/2;
  }
}