
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
} */
*{
  margin: 0px;
  padding: 0px;
}
a {
  color: #22988a;
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #22988a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #22988a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*****************************************/

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size:26px;
  color: #22988a;
  font-family: 'Roboto Slab', serif;
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: gray;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #22988a;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header p {
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  /* color: #333; */
}


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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: auto;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}
#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#header .logo img {
  /* padding: 0;
  margin: 0; */
    width: 230px;
    height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 10px 0;
}
.navbar ul {
  /* margin: 0;
  padding: 0; */
  display: flex;
  list-style: none;
  align-items: center;
  
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* text-align: justify; */
  color: #404040;
  white-space: nowrap;
  /* text-transform: uppercase; */
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #22988a;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #404040;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #404040;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #22988a;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}
#hero .carousel-content h2 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
#hero .carousel-content p {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  /* margin-bottom: 30px; */
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-style: italic;
}
@media only screen and (min-width:768px){
  #hero {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  #hero .carousel-content h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  #hero .carousel-content p {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    /* margin-bottom: 30px; */
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
  }
}
@media only screen and (min-width:1200px){
  #hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  #hero .carousel-content h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  #hero .carousel-content p {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    /* margin-bottom: 30px; */
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
  }
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 25px;
  right: 25px;
}
#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 10px;
  width: 100%;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-top: 5px solid #22988a;
}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #22988a;
}
#hero .btn-get-started:hover {
  background: #22988a;
  color: #fff;
  text-decoration: none;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
}
@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 70%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
/* @media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
} */
/* @media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
} */

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

.section-bg {
  background-color: #f6f3f2;
}
/* 
.section-title {
  padding-bottom: 30px;
  text-align: center;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}
.section-title h2 strong {
  font-weight: 700;
}
.section-title p {
  margin-bottom: 0;
} */

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
  background: #2b2320;
 /* height: 100px; */
}
.breadcrumbs h2 {
  font-size: 28px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  color: #22988a;
  margin-top: 10px;
  text-transform: uppercase;
}
.breadcrumbs ol {
  display: flex;
  /* flex-wrap: wrap; */
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  /* text-align: justify; */
}
.breadcrumbs ol a {
  color: #22988a;
  
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .breadcrumbs ol {
    display: flex;
    /* flex-wrap: wrap; */
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ded5d2;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    /* text-align: justify; */
  }
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #f3f1f0;
  padding: 30px 0;
  /* color: black; */
}
.cta h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 600;
}
.cta h3 span {
  color: #22988a;
}
.cta p {
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  padding: 0;
  margin: 0;
}
.cta .cta-btn {
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  /* margin: 10px; */
  border-radius: 4px;
  border: 2px solid #22988a;
  color: #22988a;
  background: #fff;
}
.cta .cta-btn:hover {
  background: #22988a;
  color: #fff;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.home_sec1_img_div{
  width: 100%;
  height: 100%;
}
.home_sec1_img{
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
# experience Section
--------------------------------------------------------------*/
.exp_div{
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #404040;
  border-radius: 0;
}
.exp_img{
    width: 50px;
    height: 50px;
}
.exp_h6{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
  margin-left: 15px;
}
/* .exp_div:hover .exp_h6{
color: #22988a;
} */
.exp_page_img{
  width: 100%;
  height: 200px;
}
.exp_p{
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
#services{
  background: #f3f1f0;
}
.services .card {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 200px;
}

.services .card h3 {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10px 10px;
  /* text-transform: uppercase; */
}

.services .card a {
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  transition: 0.3;
}

.services .card a:hover {
  color: #22988a;
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/**** services pages ****/
.services_ul li p{
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.service_img{
  width: 100%;
  height: auto;
  border: 1px solid rgba(128, 128, 128,0.5);
}
@media only screen and (min-width:768px){
  .service_img{
    width: 100%;
    height: auto;
    border: 1px solid rgba(128, 128, 128,0.5);
  }
}
@media only screen and (min-width:1200px){
  .service_img{
    width: 100%;
    height: 350px;
    border: 1px solid rgba(128, 128, 128,0.5);
  }
}
.services_next_prev_a{
  border: 2px solid #22988a;
  /* background:#22988a ; */
  margin:0 5px;
}
.services_next_prev_a .services_next_prev_i{
  padding: 5px;
  color:#404040;
   font-size: 20px;
}
.services_next_prev_a:hover{
  background:#22988a ;
}
.services_next_prev_a:hover .services_next_prev_i{
  color:white;
}
/*--------------------------------------------------------------
# value preposion section
--------------------------------------------------------------*/
.mark_img{
  width: 23px;
  height: 23px;
}
.value_h6{
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left:10px;
  text-align: left;
}
.value_pre{
  width: 100%;
  height: auto;
}
@media only screen and (min-width:768px){
  .value_pre{
    width: 100%;
    height: 230px;
  }
}
@media only screen and (min-width:1200px){
  .value_pre{
    width: 80%;
    height: 230px;
  }
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
/* .about-us .content {
  padding: 30px 0;
} */
.about-us .content h3 {
  font-size:26px;
  color: #22988a;
  font-family: 'Roboto Slab', serif;
   text-align: left;
  font-weight: 600;
  /* position: relative; */
  /* padding-left: 10px; */
/* 
  font-size: 24px;
  font-weight: 600;
  
  color: #22988a; */
}
.about-us .content p {
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0;
}
.about-us .content ul li{
  margin-top: 10px;
}
.about-us .image {
  background: url("../img/aboutus_img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 300px;
}
@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}
@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}


/* About Us Section
--------------------------------*/
.about_arrow{
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 30px 0 40px 0;
  position: relative;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
#about .container {
  position: relative;
  z-index: 10;
}
#about .about-col .img {
  position: relative;
  width: 100%;
}
#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 140px;
}
#about .about-col {
  background: white;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
  height: 100%;
}
@media only screen and (min-width:768px){
  #about .about-col {
    background: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    height: 100%;
  }
  #about .about-col .img img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 140px;
  }
}
@media only screen and (min-width:1200px){
  #about .about-col {
    background: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    height: 100%;
  }
  #about .about-col .img img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: 160px;
  }
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #22988a;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}
#about .about-col:hover .icon {
  background-color: #fff;
  border: 4px solid #22988a;
}
#about .about-col:hover i {
  color: #22988a;
}
#about .about-col h2 {
  color: #22988a;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 0;
  margin: 40px 0 12px 0;
}
#about .about-col h2 a {
  color: #404040;
}
#about .about-col h2 a:hover {
  color: #22988a;
}
#about .about-col p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
  margin-bottom: 0;
  padding: 0 10px 10px 10px;
  text-align: justify;
}
#about .about-col ul li p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  color: #404040;
  margin-bottom: 0;
  /* padding: 0 20px 20px 20px; */
}
/* ---------------------------------------------------------
    team page section
----------------------------------------------------------*/
.team_sec1_div1{
  /* background-color:  #f0f5f5; */
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.team_h3{
  color: #22988a;
  font-family: 'Roboto Slab', serif;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.team_p{
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.team_h6{
  color: #22988a ;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.aboutus_sec1_p{
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.team_arrow{
width: 10px;
  height: 10px;
  margin-right: 10px;
}
/* style member component */
.list-members {
/* background:  #22988a; */
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
/* margin: 4% auto; */
display: flex;
flex-direction: column;
border: 1px solid rgba(128, 128, 128,0.5);
}
.member {
flex-basis: 100%;

}
.member-image {
width: 85%;
height: auto;
cursor: pointer;
overflow: hidden;
position: relative;
}
.member-image img {
width: 100%;
height: 100%;
/* transition: 1s; */
}
/* .member-image:hover img {
transform: scale(1.1);
} */
.member-image1 {
width: 100%;
height: 100%;
cursor: pointer;
overflow: hidden;
position: relative;
}
.member-image1 img {
width: 100%;
height: 100%;
/* transition: 1s; */
}
/* .member-image1:hover img {
transform: scale(1.1);
} */
.member-info {
width: 100%;
text-align: center;
}

/* Merubah posisi member-image dengan member-info */
@media screen and (min-width: 771px) {
.member:nth-child(4n+3) .member-info,
.member:nth-child(4n+4) .member-info {
  order: 1;
}
.member:nth-child(4n+3) .member-image,
.member:nth-child(4n+4) .member-image {
  order: 2;
}

/* Merubah posisi sigitiga pada baris genap */
.member:nth-child(4n+3) .member-image::after,
.member:nth-child(4n+4) .member-image::after {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotateZ(180deg);
}
}


/*--------------------------------------------------------------
# Contact page Section
--------------------------------------------------------------*/
/* .contact {
  background: url("../img/contact-bg.png") left top no-repeat;
  background-size: contain;
  position: relative;
} */

/* @media (max-width: 640px) {
  .contact {
    background-position: center 50px;
  }
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

.contact .info-item+.info-item {
  margin-top: 20px;
}

.contact .info-item i {
  font-size: 18px;
  background: #22988a;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #22988a;
  font-family: 'Roboto Slab', serif;
  
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}
.contact .info-item a{
  padding: 0;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}
.contact .php-email-form {
  width: 100%;
}
.contact_h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #22988a;
  font-family: 'Roboto Slab', serif;
}
.contact_div2{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  /* padding: 10px; */
  width: 100%;
  height: 100%;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

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

.contact .php-email-form button[type=submit] {
  background: #22988a;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 40px;
  color: rgb(255, 255, 255);
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #22988a;
  color: #fff;
}

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

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

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

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: white;
  font-size: 14px;
  background-color: black;
  /* background: #14100f; */
}
.footer_logo{
  width: 230px;
  height: 70px;
}
#footer .footer-top {
  padding: 30px 0 15px 0;
  background: black;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  /* margin-top: 20px; */
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #22988a;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #22988a;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 20px;
  /* margin-top: 20px; */
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #22988a;
  font-size: 18px;
  line-height: 0.15;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 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: white;
  font-family: 'Roboto', sans-serif;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #22988a;
}

#footer .footer-newsletter h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 600;
  color: #22988a;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /* line-height: 24px; */
  /* margin-bottom: 0; */
  /* margin-left: 10px; */
  /* font-family: "Muli", sans-serif; */
  color: white;
}
#footer .footer-newsletter a{
  color: white;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  transition: 0.3s;
  display: inline-block;
  /* line-height: 1; */
  /* margin-left: 10px; */
}
#footer .footer-newsletter a:hover {
  text-decoration: none;
  color: #22988a;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #22988a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #22988a;
  color: #fff;
  text-decoration: none;
}
.footer_lastdiv{
  border-top: 1px solid rgba(128, 128, 128 ,0.5);
}
.footer .copyright p{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer_i{
  font-size: 14px;
  padding-right: 3px;
}
.footer_ii{
  font-size: 16px;
  margin-top: 4px;
}
.footer_pp{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}