* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  }

  /* --------------------------------------Breadcrumb------------------------- */

.breadcrumb {
  background: linear-gradient(360deg, rgba(8, 202, 25, 0.431), rgba(29, 99, 106, 0.397)), url(../img/contact\ us.png) !important;
  background-size: cover !important;
  min-height: 70vh;
  background-attachment: fixed !important;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact{
  padding: 2rem 0;
}
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
  margin: 1rem 0;
  border-bottom: 4px solid transparent;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #009961;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0 1rem;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  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: #059652;
  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 #059652;
  border-top-color: #fff;
  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;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #059652
}

.info-item i{
  color: #009961 !important;
}
.text-center button{
  color: #fff !important;
  background-color: #009961 !important;
}

.text-center button:hover{
  background-color: #0f7852 !important;
  transition: all 2s;
}
a .info-item{
  color: #222;
}
.info-item p a{
  color: #222;
}
.info-item:hover{
  border-bottom: 4px solid #009961;
  border-radius: 10px;
  transform: translateY(-10px);
  border-color: #009961;
  transition: all 1s;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ========== =========
@media 
========== ======*/

@media screen and (max-width: 1000px){
  html{
    font-size: 0.8rem;
  }
 .navbar-brand img{
  width: 45%;
 }

 .foot-logo img{
  width: 25%;
}
  
 /* =========== */

}

@media screen and (max-width: 770px){

  html{
    font-size: 0.7rem;
  }

  .foot-logo img{
    width: 30%;
  }

  /* ========== */

}

@media screen and (max-width: 550px){
  html{
    font-size: 0.7rem;
  }
  /* ========== */

  .breadcrumb {
    background-position-x: right !important;
}
}



