/**
* Template Name: Arsha - v2.2.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --Darkblue: #0c305c;
  --White: #ffffff;
  --black: #333333;
  --LightBlue: #dbeefa;
  --LightGreen: #e7f3f0;
  --green: #95c3b6;
  --darkGreen: #426e62;
  --lightBrown: #fffbf3;
  --brown: #d0a754;
  --darkBrown: #70664e;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--White);
}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
}

p {
  color: #979799;
  text-align: justify;
  font-family: "poppins", sans-serif;
}

.section-title p {
  text-align: center;
  margin: auto 5%;
}

/*--------------------------------------------------------------
container
--------------------------------------------------------------*/

.container1 {
  margin: auto 5%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--darkBrown);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--darkBrown);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--darkBrown);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: var(--brown);
  color: #fff;
  scale: 1.1;
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
  background: transparent;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: var(--White);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 90px;
}

.fixed-top {
  /* background: rgba(149, 195, 182, 0.3); */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.language-select {
  border: none; /* remove default border */
  outline: none; /* remove blue focus ring */
  background: transparent; /* optional – let it blend with nav */
  padding: 4px 8px; /* add your own spacing */
  font-size: 16px;
  cursor: pointer;
  appearance: none; /* remove default arrow in some browsers */
}

.language-select:focus,
.language-select:active {
  outline: none; /* ensure no highlight when clicked */
  box-shadow: none;
}

.nav-menu > ul > li > .language-select {
  border-radius: 25px;
  border: 1px solid var(--brown);
  color: var(--green);
  border: none;
}

.nav-menu > ul > li > .language-select:hover {
  /* border-radius: 25px; */
  /* border: 1px solid var(--brown); */
  border: none;
  color: var(--brown);
}
.nav-menu > ul > .nav-list {
  margin-right: 80px;
}

.nav-menu .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 50px;
  transition: 0.5s;
  color: var(--Darkblue);
  background: var(--brown);
}

.nav-menu a {
  display: block;
  position: relative;
  color: var(--Darkblue);
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.nav-menu .btn-get-started:hover,
.nav-menu .active > .btn-get-started,
.nav-menu li:hover > .btn-get-started {
  color: white;
  background-color: var(--Darkblue);
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: var(--brown);
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #f9f0ee;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  background: var(--brown);
  border-radius: 50px;
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid var(--brown);
  font-weight: 600;
}

.get-started-btn:hover {
  background: var(--Darkblue);
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: var(--Darkblue);
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: var(--Darkblue);
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav > ul > li > .language-select {
  border-radius: 25px;
  border: 1px solid var(--Darkblue);
  color: var(--Darkblue);
  border: none;
  padding-left: 15px;
}

.mobile-nav > ul > li > .language-select:hover {
  /* border-radius: 25px; */
  /* border: 1px solid var(--brown); */
  border: none;
  color: var(--brown);
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: var(--brown);
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 80vh; */
  max-height: fit-content;
  padding-top: 130px;
  padding-bottom: 0px;
  /* background-image: url("../img/hero/hero_banner.png");
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat; */
}

#hero .container {
  padding-top: 72px;
  text-align: center;
}

#hero .hero-content {
  display: flex;
  /* align-items: center; */
}

#hero h1 {
  font-family: Bricolage Grotesque;
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--Darkblue);
  text-align: start;
}

#hero h2 {
  font-family: poppins;
  color: var(--Darkblue);
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  /* margin: auto 100px; */
  text-align: start;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 10px;
  color: var(--black);
  background: var(--brown);
}

#hero .btn-get-started:hover {
  background: var(--Darkblue);
  color: var(--White);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  font-weight: 600;
  transition: 0.5s;
  margin: 10px 0 0 10px;
  position: relative;

  color: var(--black);
  border: 2px solid var(--brown);
  border-radius: 50px;
}

/* #hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
} */

#hero .btn-watch-video:hover {
  color: var(--Darkblue);
  border-color: var(--Darkblue);
}

/* #hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
} */

@media (max-width: 991px) {
  #hero {
    /* height: 100vh; */
    text-align: center;
  }

  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
    padding: 0;
  }

  #hero .hero-img img {
    width: 50%;
  }

  #hero .container {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  /* #hero {
    height: 100vh;
  } */
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    margin: auto;
  }

  #hero .hero-img img {
    width: 56%;
  }

  #hero .container {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  /* #hero {
    height: 115vh;
  } */
  #hero .hero-img img {
    width: 100%;
    margin-top: 10px;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

  #hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

  #hero .container {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .hero-btn {
    display: flex;
    flex-direction: column;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  /* margin-bottom: 20px; */
  padding-bottom: 7px;
  position: relative;
  color: var(--Darkblue);
  font-family: Bricolage Grotesque;
}

/* .section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
} */

/* .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
  text-align: center;
  margin: auto 20%;
  color: var(--Darkblue);
  font-family: poppins;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 768px) {
  .section-title p {
    text-align: center;
    margin: auto 5%;
  }
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  background: var(--brown);
  /* height: 130px; */
}

.cliens .container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  /* Adjust the height as needed */
}

.clients-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.clients-title .clien-slider-heading {
  color: var(--Darkblue);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--White);
  width: fit-content;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
}
.slider__container {
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: center;
}

.cliens .container .slider,
.tns-outer,
.tns-ovh,
.tns-inner {
  height: 100%;
}

.cliens img {
  max-width: 70%;
  height: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  /* margin: 0 auto;  */
}

.slider__item {
  max-height: 150px;
}
.slider__item img {
  max-height: 100px;
}

.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  background-color: var(--LightBlue);
}

#services .section-title {
  display: flex;
  justify-content: center;
}

#services .section-title h2 {
  border: 2px solid var(--brown);
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
}
.services-content {
  margin-bottom: 35px;
  justify-content: center;
}

.services-col {
  margin-bottom: 20px;
  /* max-width: 400px; */
}

.services .icon-box {
  position: relative;
  padding: 30px 30px;
  transition: all ease-in-out 0.4s;
}

.services .icon {
  position: absolute;
  top: 0px; /* how high it floats */
  right: 50px; /* push to right side */
  background-color: var(--brown);
  color: var(--brown);
  border-radius: 50%;
  padding: 30px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
}

.services .icon-image {
  width: 42px;
  height: 42px;
}

.services .services-info {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 22px;
  background-color: var(--White);
  height: 100%;
}

.services .services-info-heading {
  color: var(--Darkblue);
}
.services .services-info-text {
  color: var(--black);
  text-align: left;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  /* color: #47b2e4; */
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
  background: var(--Darkblue);
  padding: 20px;
}

#about .container1 {
  margin: 0;
}

#about .about-content {
}

.about .aboutcontent-component {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px;
}

/* .about .aboutcontent-img {
  width: 50%;
}

.about .about-image {
  width: 100%;
} */
.about .aboutcontent-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: 20px;
}

.about-heading {
  color: var(--Darkblue);
  background-color: var(--brown);
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 10px;
}

.about-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--White);
}
.about-text .bold {
  font-weight: 700;
}

@media (max-width: 768px) {
  #about {
    padding: 10px;
  }
  .about-heading {
    font-size: 20px;
  }
  .about-text {
    font-size: 14px;
  }
  .about .aboutcontent-component {
    display: inline-block;
  }
  .about .aboutcontent-img {
    width: 100%;
  }

  .about .aboutcontent-info {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  #about {
    padding: 4px;
  }
}

.about .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.3s;
  line-height: 1;
  color: var(--White);
  background-color: var(--brown);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
}

.about .btn-learn-more:hover {
  background: var(--Darkblue);
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
#testimonial {
  background-color: #f9f0ee;
}

.testimonial__container {
  display: flex;
  gap: 20px;
}
.testimonial__item {
  /* width: 50%; */
}

.testimonial-content {
  background-color: var(--White);
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial_img {
  width: 74px;
  border-radius: 50%;
}
.testimonial_name {
  font-weight: 700;
  font-size: 22px;
  color: #041027;
}
.testimonial_profession {
  font-weight: 400;
  color: #041027;
}

.testimonial_text {
  color: #333333;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: white;
  padding-top: 50px;
}

#contact .container1 {
  display: flex;
  justify-content: center;
}

.contact-heading {
  font-size: 64px;
  color: var(--Darkblue);
  font-weight: 700;
}

.contact-content {
  max-width: 50%;
}
.contact .contact-row {
  align-items: center;
  border-radius: 12px;
}

.contact .info {
  background: #f3f5fa;
  width: 100%;
}

.contact-map {
  padding: 0;
}

.contact-img {
  width: 100%;
}

.contact .info iframe {
  height: 100% !important;
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
}
.contact .form-group-heading h5 {
  font-weight: 600;
  font-size: 36px;
  color: var(--Darkblue);
}

.contact .form-group-heading p {
  font-weight: 400;
  font-size: 20px;
  color: var(--black);
  line-height: 30px;
  margin-bottom: 40px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
  color: var(--Darkblue);
  font-weight: 600;
  font-size: 14px;
}

.contact .php-email-form .form-control {
  background: #e6eef4;
  border: 1px solid var(--Darkblue);
  border-radius: 4px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  /* margin: 0 0 15px 0; */
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--brown);
  border: none;
  width: 100%;
  font-weight: 700;
  padding: 12px 34px;
  color: var(--Darkblue);
  transition: 0.4s;
  border-radius: 10px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--Darkblue);
  border: none;
  color: var(--White);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  #contact {
    background: white;
    padding-top: 50px;
  }

  #contact .container1 {
    display: flex;
    justify-content: center;
  }

  .contact-heading {
    font-size: 32px;
    color: var(--Darkblue);
    font-weight: 700;
  }

  .contact-content {
    max-width: 100%;
  }
  .contact .form-group-heading h5 {
    font-size: 20px;
  }

  .contact .form-group-heading p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  background: #092341;   /* dark navy base */
  overflow: hidden;
  z-index: 1;
}

.footer {
  
}

/* angled shape on the right */
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;      /* control width of angled section */
  height: 100%;
  background: #c89a4d 100%;
  /* create the diagonal cut */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}

#footer::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -135px;
    width: 375px;     /* control width of angled section */
  height: 100%;
  background: #a4c7c1 0%;
  /* create the diagonal cut */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.footer-logo {
  /* width: 160px; */
  max-height: 70px;
  margin-bottom: 14px;
  background-color: var(--White);
}

#footer .footer-end {
}

#footer .footer-top {
  padding: 50px 0 0px 0;
  /* background: #fff; */
  /* clip-path: polygon(30% 100%, 75% 0%, 100% -0.25%, 100% 100%); */
  /* background-color: #477beb */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: var(--White);
  text-align: initial;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--White);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--White);
  display: none;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--White);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f3f5fa;
  scale: 1.1;
}

#footer .footer-top .footer-links p {
  color: var(--White);
}

#footer .footer-top .social-links .links {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 7px;
}
#footer .footer-top .social-links .link {
  font-size: 18px;
  background: var(--brown);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  color: #fff;
  border-top: 1px solid white;
  display: flex;
  flex-direction: column;
}

#footer .copyright {
  float: left;
  margin-right: 10px;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .terms span {
  font-weight: 400;
  font-size: 14px;
  margin-right: 5%;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row;
    justify-content: space-around;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.img-fluid-1 {
  width: 150px;
  height: 150px;
  border-radius: 0%;
}

