* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  color: #000;
  background: #fdfdfd;
  font-family: "Poppins", sans-serif; }

a {
  color: #000;
  display: block;
  text-decoration: none !important; }
  a:link {
    text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }
  a:visited {
    text-decoration: none !important; }
  a:active {
    text-decoration: none !important; }

.heading {
  font-family: "Lato", sans-serif; }

p {
  letter-spacing: 1px; }

/*
   float

  */
.left {
  float: left; }

.right {
  float: right; }

@media (max-width: 768px) {
  .float-none {
    float: none; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix:before {
  content: '';
  display: block;
  clear: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fades {
  -webkit-animation-name: opac;
  animation-name: opac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  content: "";
  display: block;
  clear: both; }

#main {
  width: 100%;
  height: 420px;
  background-color: #eee;
  background-image: url("../images/background/slides1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative; }
  #main h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.about-holder {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  .about-holder .about-box .about-heading {
    border-bottom: 1px solid #ddd; }
    .about-holder .about-box .about-heading h2 {
      color: #333;
      font-size: 1.4em;
      font-family: "Lato", sans-serif;
      margin-top: 50px;
      font-weight: 600;
      letter-spacing: 0.5px; }
  .about-holder .about-box .about-body {
    line-height: 1.9em;
    margin-top: 24px;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #454545; }
    .about-holder .about-box .about-body .img-desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5.2rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 2rem; }
      .about-holder .about-box .about-body .img-desc img {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        width: 30%; }
        @media (max-width: 700px) {
          .about-holder .about-box .about-body .img-desc img {
            width: 50%; } }
      .about-holder .about-box .about-body .img-desc div {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
      @media (max-width: 700px) {
        .about-holder .about-box .about-body .img-desc {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    @media (max-width: 700px) {
      .about-holder .about-box .about-body .inverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .about-holder .about-box .about-body p {
      letter-spacing: 1px !important;
      line-height: 1.9em !important; }
    .about-holder .about-box .about-body li {
      letter-spacing: 1px !important; }
  .about-holder .about-box h3 {
    font-size: 1.05em;
    font-weight: 600;
    color: #444; }
  .about-holder .about-box ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px; }
    .about-holder .about-box ul li {
      list-style: none;
      line-height: 2em; }
      .about-holder .about-box ul li .fa {
        font-size: 0.8em;
        color: #387B98;
        margin-right: 10px;
        margin-top: -10px; }

/* princiapl message section on principle message page */
.message-section {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px; }
  .message-section .message-heading {
    color: #387B98;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 30px;
    text-align: center; }
    .message-section .message-heading:after {
      content: "";
      display: block;
      width: 90px;
      height: 2px;
      background: #387B98;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 60px; }
  .message-section .principal-image {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block; }
    @media (max-width: 650px) {
      .message-section .principal-image {
        width: 100%;
        height: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px; } }
  .message-section p {
    font-size: 1.04em;
    color: #000;
    line-height: 1.8em;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-family: "Lato", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .message-section .principal-name {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    line-height: 1.8em;
    margin-top: 30px; }
  .message-section h5 {
    font-size: 1em;
    color: #555;
    font-weight: bold;
    line-height: 1.8em; }

/* Team page */
.team-section {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px; }
  .team-section .team-title {
    color: #387B98;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 30px;
    text-align: center; }
    .team-section .team-title:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: #c30b0b;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 60px; }
  .team-section .team-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; }
    .team-section .team-box .team-heading {
      color: #387B98;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 1.5em;
      margin-top: 0px;
      font-family: "Lato", sans-serif;
      margin-top: 40px; }
    .team-section .team-box p {
      font-size: 0.95em;
      color: #454545;
      line-height: 1.8em; }

.kanjirowa-message-image {
  width: 275px;
  float: left; }
  @media (max-width: 600px) {
    .kanjirowa-message-image {
      width: 100%;
      float: none; } }
  .kanjirowa-message-image h3 {
    color: #222; }
  .kanjirowa-message-image .m-image {
    width: 100%;
    height: auto;
    max-width: 100%; }
    @media (max-width: 600px) {
      .kanjirowa-message-image .m-image {
        width: auto; } }

.img-msg {
  margin-top: 40px; }

.message-body {
  width: calc(100% - 300px);
  float: right;
  margin-top: 0px !important; }
  @media (max-width: 600px) {
    .message-body {
      width: 100%;
      float: none; } }
