@charset "UTF-8";


/*-----------------
	2. General
-----------------------*/
html {
    scroll-behavior: smooth;
  }


  body.body-new {
    font-family: "IBM Plex Sans Condensed", serif !important;
    font-size: 16px;
    color: #040606;
    font-weight: 400;
    line-height: 1.5;
    background: #ffffff;
  }
 
  #main-wrappers {
    float: left;
    width: 100%;
    overflow: clip;
  }
  
  /*-----------------ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  ul li {
  list-style: none;
  }-----------------------*/


  a {
    color: #1A2A5D;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }


 .takecharge {
    background: #02A676;
    padding: 40px 0;
    text-align: center;
 }

 .takecharge h1 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
 }
 .takecharge h2 {
  font-size: 34px;
  font-weight: 300 !important;
  color: #ffffff;
  margin-bottom: 0;
 }

 .aster-main p {
  padding: 50px 100px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
 }

 .takecharge-model img {
    height: 300px;
    margin-bottom: 15px;
    transition: 0.3s;
 }

 .takecharge-model:hover {
  transform: scale(1.1);
  transition: 0.3s;
 }


 .takecharge-model p {
    color: #0C5093;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 !important;
    line-height: 0;
    font-size: 16px;
 }

 .takecharge-model {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #02A676;
    padding: 25px 0;
    margin: 0 25px 60px 25px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    transition: 0.3s;
 }

 .takecharge-model p i {
  margin-right: 5px;
 }

 .takecharge-header {
  padding: 25px 0;
  text-align: center;
 }

 .takecharge-header h1 {
  font-size: 48px;
  font-weight: 700;
  color: #0C5093;
 }

 .takecharge-header h2 {
  font-size: 34px;
  font-weight: 300 !important;
  color: #0C5093;
 }

 .upper-img {
  text-align: center;
 }

 .upper-img img{
  height: 230px;
 }

 .main-contents p {
    font-size: 28px;
    line-height: 40px;
    padding: 0 70px;
    font-weight: 400;
 }

 .inner-man {
  text-align: center;
 }

 .inner-man img{
  height: 275px;
 }

 .down-content {
  padding: 15px 0px 30px 0 !important;
 }

 .footer-content {
  background: #02A676;
  padding: 40px 0;
  text-align: center;
 }

 .footer-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
 }

 .footer-content h3 {
  font-size: 24px;
  font-weight: 300 !important;
  color: #ffffff;
 }

 .footer-content h2 span{
  font-weight: 300 !important;
 }

 @media (max-width: 991px) {
    .upper-img img {
      height: auto;
    }

    .main-contents p {
      font-size: 24px;
      line-height: 40px;
      padding: 0;
      font-weight: 400;
  }

  .inner-man img {
    height: 250px;
}
 }

 @media (max-width: 500px) {
  .takecharge-model {
    margin: 0 0px 30px 0px;
  }

  .aster-main p {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 34px;
}

.takecharge h2 {
  font-size: 36px;
}

.takecharge h1 {
  font-size: 38px;
}

.takecharge-header h2 {
  font-size: 26px;
}

.takecharge-header h1 {
  font-size: 36px;
}

.inner-man img {
  height: 200px;
}

.footer-content h2 {
  font-size: 36px;
}

.footer-content h3 {
  font-size: 20px;
}

.takecharge-model p {
  font-size: 12px;
}

.takecharge-model img {
  height: 90px;
}

.main-contents p {
  margin-bottom: 0;
}

 }