/**
* Template Name: Vesperr - v4.7.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  height: 100%;
}

a {
  color: #46A5AB;
  text-decoration: none;
}

a:hover {
  color: #46A5AB;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #fff;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #222222;
  text-align: center;
}
.section-title p {
  margin: 15px 0 0 0;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  width: 100%;
  min-height: calc(100vh);
  display: flex ;
	justify-content: center;
	align-items:center;
}
.about p{
  font-weight: 400;
  font-size: 16px;
}
.about h2 {
  font-size: 30px;
  font-weight: 550;
  position: relative;
  color: #222222;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 667px) {
  .about h2 {
    margin-top: 20px;
  }
}
.about h4 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  color: #222222;
  padding-bottom: 5px;
}
.about p {
  text-align: center;
}
.about .logo {
  display: flex;
	justify-content: center;
	align-items:center;
}
.about .logo img{
  max-width: 205px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .about .logo img{
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .about .logo img {
    margin-bottom: 15px;
  }
}
@media (max-width: 667px) {
  .about .logo img {
    margin-bottom: 15px;
  }
  .about .content {
    margin-top: 20px;
  }
}
.about .frame{
  display: block;
  margin: auto; 
  padding-top: 20px;
  justify-content: center;
  text-align: center;
}
.about .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.about .php-email-form .error-message br + br {
  margin-top: 25px;
}
.about .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.about .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.about .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;
}
.about .php-email-form .form-group {
  margin-top: 5px;
  text-align: left;
}
.about .php-email-form label{
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  display: inline;
  position: relative;
  top: -62px;
  left: 10px;
  letter-spacing: 0.0015em;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px 4px;
  background: #fff;
  text-align: left;
}
.about .php-email-form input, .about .php-email-form select{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  gap: 8px;
  isolation: isolate;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  box-shadow: none;
  height: 50px;
  font-size: 14px;
}
.about .php-email-form input:focus{
  border-color: #46A5A8;
  color: #46A5A8;
}
.about .php-email-form option {
  color: rgba(0, 0, 0, 0.6);
}
.about .php-email-form button[type=submit] {
  width: 100%;
  height: 50px;
  background: #46A5A8;
  border-radius: 10px;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  transition: 0.4s;
  /* margin-top: 8px; */
  text-align: center;
}
.about .php-email-form button[type=submit]:hover {
  background: #449aa0;
}
.about .other{
  font-size: 14px;
  padding-bottom: 8px;
  position: relative;
  top: -8px;
}
.about .copyright {
  padding-top: 15px;
  text-align: center;
}
.about .copyright p{
  font-size: 8px;
  color:rgb(91, 99, 117)
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
