 .about-box { padding:6rem 3rem; display: flex; position: relative; flex-direction: column; align-content: center; justify-content: space-between;}
.bg-all{ background: url("../images/index/bg-line.jpg") no-repeat  left bottom;  background-size: 100% auto;  }

.content-pretitle { margin: auto auto 30px auto; font-size:2.5rem;font-weight: 700;color: #00437c;  }
.content-pretitle::before { content: "\2015"; margin-right: 0.25rem;font-weight: 700;  color:#56caf2}
.content-title { font-size: 2.75rem; line-height:3rem; margin:0px 0px 3rem 0px; font-weight: 700; max-width: 800px; color: #000; will-change: transform;}
 
  /*about us----*/
.cms-main-wrap{ width: 100%; padding-right: 10px; padding-left: 10px; max-width: calc((100% - 40px)/12*12 + 40px); margin: auto; height: auto;  display: flex; flex-wrap: wrap; align-content: flex-start; align-items: center; background-color: transparent;}
 @media (min-width:1200px) {
.cms-main-wrap{  padding: 20px 0px; max-width: 100%; }
}
 
.cms-main-about{position: relative; margin:80px auto 50px auto; padding:0px; width: 100%;display: flex; flex-wrap: wrap; z-index: 0;  }

.cms-box-wrap{ margin: 0px auto; padding:0px; display: flex; flex-wrap: wrap; justify-content: center;  position: relative; z-index:0; }
.cms-box-right{width: 45%; margin: 0px; padding:40px 0px; display: flex; flex-wrap: wrap; z-index: 3; position: relative;  }
.cms-box-left{ width:50%; margin:0px; padding:0px ; display: flex; flex-wrap: wrap;justify-content: flex-start; align-items: center;position: relative;z-index: 1; }
  @media (max-width:820px) {
.cms-box-right{width:100%;   }
.cms-box-left{ width:100%; padding:20px 0px;  }
 }
 @media (max-width:767.98px) {
.cms-box-right{width:100%; margin: auto;  }
.cms-box-left{ width:100%; margin: auto; }
 }
 
 .o-image { /*mix-blend-mode: multiply;*/  opacity: 1;  position: relative; }
 .o-image  img { opacity: 1;  transform: scale(1); transition-delay: .6}
 
 

 /* choose style */
.cms-block-box {width:100%; margin:100px auto; padding:15px; display: flex; flex-wrap: wrap;   }
.cms-block-txt{width:50%; margin:20px auto 50px auto; padding: 0px;    }
.cms-block-txt h3{margin:0px auto 15px auto; font-size:2.5rem; font-weight:700; color:#006bc6;   }
.cms-block-txt h3 span{  color:#666464;   }
.cms-block-txt p{ font-size:1.063rem;font-weight:400; line-height: 1.75rem; color:#000; }
@media (max-width:840px) {
.cms-block-box {   margin:20px auto; padding:15px;  }    
.cms-block-txt{width:80%;   }
    
}

 @media (max-width:768px) {
.cms-block {width: 100%; margin: 0px auto; padding:0px; }
.cms-block-txt{ padding: 0px;}
.cms-block-txt h3{  font-size:1.875rem;   }
}

 
.banner-nav{ width: 100%;  max-width: 1280px; margin:auto; padding: 0px; list-style:none;  display: flex;flex-wrap: wrap;  }
.banner-nav li{width:calc(100%/3 - 20px); height:auto; margin:0px 10px; padding:0px; position: relative }
.banner-nav li figure { position: relative; overflow: hidden; margin: 0px; width: 100%; height: auto;   text-align: center; cursor: pointer;}
.banner-nav li figure figcaption { margin: -10% auto auto auto;color: #000;text-shadow: 1px 1px rgba(255,255,255,1);  -webkit-backface-visibility: hidden; backface-visibility: hidden;   }
.banner-nav li .inner {width:50%; left:30px; bottom:20%;display: flex; flex-wrap: wrap; justify-content: center; align-items: center;position: absolute;transform: translate(0px,-20%);   }

@media (max-width:840px) {
.banner-nav li{width:calc(100%/2 - 20px); height:auto; margin: 10px; padding:0px; position: relative }
.banner-nav li .inner {width:70%; }
}
@media (max-width:767.98px) {
.banner-nav li{width:calc(100% - 20px); height:auto; margin: 10px; padding:0px; position: relative }
.banner-nav li .inner {width:70%; }
}
  /*--------*/
/***** Bubba *****/
/*--------*/
figure.effect-bubba{position: relative;}
figure.effect-bubba img { height: auto; opacity:1; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; position: relative;}
figure.effect-bubba:hover img {opacity: .5;}
figure.effect-bubba h2 { font-size:1.35rem; font-weight: 700; line-height: 1.75rem; color: #fff; text-align: left; word-break:break-all; word-wrap: normal; position: relative; z-index: 99; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;text-shadow: none;}
figure.effect-bubba figcaption::before,figure.effect-bubba figcaption::after { position: absolute; z-index: 2; top: 10px; right: 10px; bottom: 10px; left: 10px; content: ''; opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
figure.effect-bubba figcaption::before { border-top: 1px solid rgba(255,255,255,1); border-bottom: 1px solid rgba(255,255,255,1);  -webkit-transform: scale(1); transform: scale(1);}
figure.effect-bubba figcaption::after { border-right: 1px solid rgba(255,255,255,1); border-left: 1px solid rgba(255,255,255,1); -webkit-transform: scale(1); transform: scale(1); }
figure.effect-bubba:hover figcaption::before{opacity: 1;  -webkit-transform: scale(0,1); transform: scale(0,1);}
figure.effect-bubba:hover figcaption::after {opacity: 1; -webkit-transform: scale(1,0); transform: scale(1,0);}
@media (max-width: 1024px) {
figure.effect-bubba h2 { font-size: 1.75rem;line-height: 2.25rem;}
}
@media (max-width: 768px) {
figure.effect-bubba h2 { font-size: 1.15rem;line-height: 2.25rem;}
}




.about-box-mission{ width:80%; margin:6% auto;}

.box { position: relative; margin: 0 auto 30px auto;padding:30px 30px 30px 50px; width: 60%; height: auto;  transition: 0.4s;  }

@media (max-width: 840px) {
.box {  width:90%; }
}

@media (max-width: 767.98px) {
.box { padding:30px 10px 30px 10px;  }
}

.box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background: transparent;
  border-top: 2px solid  #d4d4d4;
  border-left: 2px solid  #d4d4d4;
  box-sizing: border-box;
}
.box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
   border-bottom: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  box-sizing: border-box;
} 

.box .fas {
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  background-color: #fff;
  color: #2C3A47;
}
.box .fa1 {
  position: absolute;
  top: 0;
  left: 0;
}
.box .fa2 {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 1;
}





/** * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------*/

.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both; }
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down { -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both; animation: slide_up_down 1.7s ease-in-out infinite alternate both; }

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {  -webkit-transform: translateY(0); transform: translateY(0); }
  100% {  -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}

@keyframes slide_up_down {
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  100% { -webkit-transform: translateY(-20px); transform: translateY(-20px); } 
}




/*----------------------------------------/
timeline
----------------------------------------*/
.cms-about-time {padding:10vh 0; position: relative;z-index: 0;}
.cms-about-time .cms-title-2 h2{ width: auto; margin:0px auto 20px auto; text-align: center;  }
.cms-about-time .cms-title-2 h2:after{ height: 4px; bottom: -15px; left:45%;  }
.cms-about-time .cms-title-2 h3{ width: auto; margin:35px auto 10px auto; text-align: center;   }
 
 
.timeline { position: relative; max-width: 1160px;  margin: 0 auto;  z-index:1;}
.timeline::after {  content: '';  position: absolute; width: 1px; background-color: #000; top: 0; bottom: 0;  left: 50%;  margin-left: -3px; z-index:1;}
.timewrap { padding: 10px 40px; position: relative; background-color: inherit; width: 50%;z-index:9;}
.timewrap::after { color: #fff; margin:0px;  content: attr(data-year)' '; position: absolute;  font-size: 1.35rem;  font-weight:700;  width: 50px; height: 50px; right: -25px; background-color:#000;  border-color:#000; border-style: solid;  border-width:1px; top: 15px; border-radius: 50%; z-index:9; line-height:50px; text-align: center; font-family: 'Poppins';}
.circlecontainer { color: #b69472; content: " "; position: absolute; width: 96px; height: 96px; right: -48px; background-color: #774e36; border-color: #b69472; border-style: solid;  border-width:1px; top: 15px;  border-radius: 50%;  z-index:99;}
.left { left: 0; text-align:left!important;}
.right { left: 50%; text-align:left; }
.right::after { left: -25px;}
.time-content { color:#774e36; padding:0px 30px 20px 30px; position: relative; border-radius: 6px; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; align-items: center; flex-direction: column; }
#cms-main .time-content h3{ width: 100%; margin: 5px 0px!important; font-size: 1.35rem;  font-weight: 700;color: #000; }
#cms-main .time-content p{ font-size: 1rem; line-height: 1.5rem;  width: 100%; margin: 5px 0px!important; color:#939393; }
.time-content figure{ margin: 0 auto 20px auto; }
.contentboxr { color:#b69472; padding: 20px 30px; background-color: #181818; position: relative; border-style: solid;  border-left: 1px; border-left-color:#181818; border-width:1px; left:-43px;  z-index:5; line-height:1.2;}
.containerbox { padding: 10px 40px; position: relative; background-color: inherit;  width: 50%;}
.contentboxr::after { display: none !important; visibility: hidden;}

.timewrap::before { content: "";position: absolute;z-index: 9; left:0px; top:11px;  width: calc(50px + 8px);  height: calc(50px + 8px); display: block;  border: dashed 2px #000; border-radius:99rem;   animation: rotateIt 20s infinite linear;  transform-origin: 50% 50%;}

.right::before { left: -29px;}
.left::before { left:auto;right: -29px;}
@media screen and (max-width: 767.98px) {
.timeline::after { left: 51px; }
.flex-container { display:none; visibility:hidden; }
.timewrap {  width: 100%; padding-left: 70px; padding-right: 25px; }
 .time-content {  padding:0px 0px 20px 30px;  }

.contentboxr { color:#b69472; padding: 10px 20px; background-color: #181818;  position: relative; border-style: solid; border-left: 0px; border-left-color:#181818; border-right: 0px; border-right-color:#181818; width:330%;}
.timewrap::before { left: 11px; }
.left::after, .right::after { left: 15px; }
.right {  left: 0%; text-align:left;}
.left { text-align:left; }
}

 



@keyframes rotate {
  0% { transform: rotate(0deg) }
  to { transform: rotate(360deg)  }
}
@keyframes rotate2 {
  0% { transform: rotate(0deg) scale(1) }
  to { transform: rotate(-359deg) scale(1)  }
}

@keyframes rotateIt {
  to { transform: rotate(-360deg); }
}

