@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
  @font-face{font-family:UniversalCondensed;src:url(../fonts/UniversalCondensed.woff2) format("woff2");}
  @font-face{font-family:Universalbold;src:url(../fonts/Universalbold.woff2) format("woff2")}
  @font-face{font-family:Universalroman;src:url(../fonts/Universalroman.woff2) format("woff2")}
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;900&display=swap');
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "UniversalCondensed", 'Noto Sans TC',Arial,sans-serif;
  font-weight: 0;
  font-size: 16px;
  line-height: 1.5;
  color: gray;
  background: #fff; }

#page {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #4aca85;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }



  a:hover, a:active, a:focus {
    color: #4aca85;
    outline: none;
    text-decoration: none;
   }

p {
  margin-bottom: 20px; }


  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

h1, h2, h3, h4, h5, h6, figure {
  color: #303133;
  font-family: "Universalbold",'Noto Sans TC', Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fff;
  background: #4aca85; }

::-moz-selection {
  color: #fff;
  background: #4aca85; }

::selection {
  color: #fff;
  background: #4aca85; }

  .button#hang1 a:hover {
    opacity: 0.8;
    border-color: #1CABE2;
    border-radius: 0;
}
.product-img,
.work-img,
.author-img,
.mobile-img,
.colorlib-video,
.blog-img,
.colorlib-about-img,
.services-img,
.staff-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .colorlib-nav {
      margin: 0; } }
  .colorlib-nav .top-menu {
    padding: 30px 30px; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 28px 1em; } }
  .colorlib-nav #colorlib-logo-en {
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700; }
    .colorlib-nav #colorlib-logo-zh {
      display: none;
      font-size: 20px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-weight: 700; }
    .colorlib-nav #colorlib-logo-en a {
      position: relative;
      color: #fff; }
      .colorlib-nav #colorlib-logo-zh a {
        position: relative;
        color: #fff; }
      .colorlib-nav #colorlib-logo-en a i {
        color: #fff;
        display: block;
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 10px; }
        .colorlib-nav #colorlib-logo-zh a i {
          color: #fff;
          display: block;
          font-size: 60px;
          font-weight: normal;
          margin-bottom: 10px; }

  @media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
      display: none; } }
  .colorlib-nav ul {
    padding: 0;
    margin: 0; }
    .colorlib-nav ul li {
      padding: 8px 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px; }
      .colorlib-nav ul li a {
        position: relative;
        padding: 20px 40px;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .colorlib-nav ul li a:hover {
          color: #fff; }
      .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .colorlib-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px; }
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 0px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
      .colorlib-nav ul li.btn-cta a {
        color: #fff;
        background: #4aca85;
        padding: 10px 15px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .colorlib-nav ul li.btn-cta a:hover {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .colorlib-nav ul li.active > a {
        color: rgba(255, 255, 255, 0.5);
        position: relative; }
        .colorlib-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #798eea;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #fff; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.mark
{
  background-color:#F26A21 ;
}
.video-hero {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0; 
  height: 700px;}

  .sos_text{
    color: #000000;
    margin-top: 3em;  
  }

  @media screen and (max-width: 726px) {
    .sos_text{
      color: #000000;
      margin-top: 5em;  
    }}

    @media screen and (max-width: 383px) {
      .sos_text{
        color: #000000;
        margin-top: 7em;  
      }}

      @media screen and (max-width: 340px) {
        .sos_text{
          color: #000000;
          margin-top: 5em;  
        }}







  .video-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    z-index: 1; }
  .video-hero .display-t {
    display: table;
    height: 700px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .video-hero .display-t {
        height: 600px; } }
    .video-hero .display-t.display-t2 {
      height: 500px; }
  .video-hero .display-tc {
    display: table-cell;
    vertical-align: middle; }
    .video-hero .display-tc .holder {
      color: #fff;
      font-family: "Poppins", Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 7px; }
      .video-hero .display-tc .holder span {
        position: relative; }
    .video-hero .display-tc h2 {
      color: #fff;
      font-size: 60px;
      margin-bottom: 20px;
      font-weight: 300; }



      .Photo-credit{
        margin-left: 10px;
  color: #000;
  top: 595px;
  right: 20%;
  position: relative;
  z-index: 1;
  font-family: Universalroman;

      }
      @media screen and (max-width: 768px) {

        .Photo-credit{
        font-size: 12px;
    top: 384px;
 
  
        }
        .video-hero .display-tc h2 {
          font-size: 34px; } }
    .video-hero .display-tc p {
      font-family: "Nunito", Arial, sans-serif;
      color: #fff;
      font-weight: 200;
      font-size: 30px; }
    .video-hero .display-tc p.breadcrumbs {
      font-size: 14px; }
      .video-hero .display-tc p.breadcrumbs span {
        padding-right: 10px;
        color: rgba(255, 255, 255, 0.5); }
        .video-hero .display-tc p.breadcrumbs span a {
          color: rgba(255, 255, 255, 0.9); }
    .video-hero .display-tc .btn-custom {
      font-size: 16px; }

.colorlib-about,
.colorlib-shop,
.colorlib-work,
.colorlib-work-featured,
.colorlib-intro,
#colorlib-subscribe,
.colorlib-pricing,
.colorlib-services,
#colorlib-contact,
.colorlib-blog {
  padding: 2em 0;
  clear: both; }

.colorlib-bg-white {
  background: #fff;
  border-left: none;
  border-right: none; }

.colorlib-featured {
  width: 100%;

}
.color-text{
  position: absolute;
}
  .color-bar {
    padding-bottom: 2.5em;
    padding-top: 1em;
    padding-left: 12%;
    width: 90%;
    background-color: #1CABE2;
    position: absolute;
}
.color-bar-2 {
  background-color: #1CABE2;
  position: relative;
}
 .slides-bar {
  font-family:"Universalbold";
  padding-bottom: 1em;
  padding-top: 0.7em;
  padding-left: 3em;
  width: auto;
  top:70%;
  padding-right: 3em;
  background-color: #1CABE2;
  position: absolute;
  font-size: 28px; 
}

.slides-bar-top {
  font-family:"Universalbold";
  padding-bottom: 1em;
  padding-top: 0.7em;
  padding-left: 3em;
  width: auto;
  padding-right: 3em;
  background-color: #1CABE2;
  position: absolute;
  font-size: 28px;
}


  .slides-tag{
    padding-top: 33em;
    margin-bottom: 8em;
    padding-left: 85%;
  }

  .slides-text{
    font-family:"Universalroman";
    color: #000;
    padding-bottom: 1em;
    padding-left: 3em;
    top: 500px;
    width: auto;
    padding-right: 3em;
    background-color: #D7D7D7;
    position: absolute;
  }
@media screen and (max-width: 960px) {
.slides-tag{
    padding-top: 33em;
    margin-bottom: 8em;
    padding-left: 5%;
  }}

  @media screen and (max-width: 500px) {
    .slides-tag{
        padding-top: 23em;
        margin-bottom: 8em;
        padding-left: 5%;
      }
      .slides-bar {
        top:60%;
      }
      .slides-text{
        padding-bottom: 2.5em;
        padding-left: 3em;
        top: 300px;
        width: auto;
        padding-right: 3em;
        background-color: #D7D7D7;
        position: absolute;
      }
      .color-bar {

        padding-left: 2%;

    }
    .color-bar-2 {
      padding-left: 4%;
  }
  }

  .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
  }
  .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
  }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
  }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family:UniversalCondensed;
    font-size: 60px; 
    height: 1.3em;
    line-height: 1.1em;
  }
  @media screen and (max-width: 1200px) {
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {

      font-size: 45px; 

    }

  }

  @media screen and (max-width: 991px) {
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {

      font-size: 94px; 

    }

  }

  @media screen and (max-width: 767px) {
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {

      font-size: 60px; 

    }

  }

  @media screen and (max-width: 370px) {
    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {

      font-size: 46px;; 

    }
    .container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 0px;
  }
  }
  .odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
  }

  .colorlib-featured .featured-wrap {
    margin-top: 0em;
    width: 100%; }
  .colorlib-featured .featured-entry img {
    -webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px; 
    position: absolute;}
  .colorlib-featured .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6; }
  .colorlib-featured .owl-theme .owl-dots .owl-dot.active span {
    background: #cccccc; 
  }

.services {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services {
      margin-bottom: 3em; } }
  .services .icon {
    position: relative;
    margin-bottom: 30px;
    display: inline-block; }
    .services .icon i {
      font-size: 50px;
      color: #798eea;
      z-index: 1; }
  .services .desc h3 {
    font-size: 26px;
    font-weight: 300; }

.colorlib-intro .colorlib-heading {
  margin-bottom: 2em; }

.colorlib-intro .play {
  width: 100%;
  display: block;
  margin: 30px 0; }
  .colorlib-intro .play a {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    text-align: center;
    background: #798eea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-intro .play a i {
      font-size: 20px;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }

.pulse {
  display: table;
  width: 100px;
  height: 100px;
  background: #798eea;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .pulse i {
    font-size: 30px !important;
    display: table-cell;
    vertical-align: middle; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
    box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

.colorlib-work-featured .mobile-wrap {
  margin-bottom: 2em;
  display: block;

  /* margin-top: 10px; */
  padding-bottom: 2em;
}
  .colorlib-work-featured .mobile-wrap .un-img {
    height: 420px;
    width: 800px;
    background-position: top;
  }
  .colorlib-work-featured .mobile-wrap .mobile-img {
    background-position: top;
    height: 730px;
    -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .colorlib-work-featured .mobile-wrap .desc {
    padding: 30px; }
    .colorlib-work-featured .mobile-wrap .desc h2 {
      font-size: 50px;
      font-weight: 300;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .colorlib-work-featured .mobile-wrap .desc h2 {
          font-size: 34px; } }
    .colorlib-work-featured .mobile-wrap .desc .features {
      position: relative;
      margin-bottom: 50px; }
      .colorlib-work-featured .mobile-wrap .desc .features .icon {
        position: absolute;
        top: 10px;
        left: 0; }
        .colorlib-work-featured .mobile-wrap .desc .features .icon i {
          font-size: 30px;
          color: #499bea; }
      .colorlib-work-featured .mobile-wrap .desc .features .f-desc {
        padding-left: 50px; }


        .feature {
          display: -moz-flex;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          -moz-align-items: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center;
          margin-bottom: 1em;
      }
      .feature.left {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0px;
    }
    .wrapper.style1 .feature {
      background-color: #D7D7D7;
  }

  .feature .content {
    padding: 2em 3em 0.1em 3em;
    width: 52%;
}


.wrapper > .inner {
  margin: 0 auto;
  width: 71em;
}
@media screen and (max-width: 1200px) {
.wrapper > .inner {
  width: 58.5em;
}
}
.feature .image {
  width: auto;
}

.un-icon{

  position: relative;
  margin-top: 30px;
  height: 100px;
}


.un-icon-img{
  width: 100%;
  height: 100%;
    margin: auto;
    display: block;
}
.image {
  border-radius: 0;
  border: 0;
  display: inline-block;
  position: relative;
}
.wrapper.style1 {
  background-color: #fff;
  color: #777;
}
.wrapper {
  padding: 2em 0 2em 0;
  position: relative;
}


.work-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 40px; }
  .work-flex .half {
    display: block;
    width: 50%;
    height: 450px; }
    .work-flex .half .display-t {
      height: 450px;
      display: table; }
      @media screen and (max-width: 480px) {
        .work-flex .half .display-t {
          display: block;
          height: auto; } }
    .work-flex .half .display-tc {
      display: table-cell;
      vertical-align: middle; }
    .work-flex .half .desc {
      padding: 0 3em;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .work-flex .half .desc {
          padding: 3em; } }
      .work-flex .half .desc h2 {
        font-weight: 400; }
        .work-flex .half .desc h2 a {
          color: #303133; }
    @media screen and (max-width: 480px) {
      .work-flex .half {
        width: 100%; } }
  .work-flex .work-img {
    display: block;
    height: 450px; }

.work-grid {
  margin-bottom: 40px; }
  .work-grid .work-img {
    display: block;
    height: 270px;
    position: relative; }
    .work-grid .work-img .icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 270px;
      content: '';
      display: table;
      text-align: center;
      background: #4aca85;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .work-grid .work-img .icon i {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 20px; }
    .work-grid .work-img:hover .icon, .work-grid .work-img:focus .icon {
      opacity: 1; }
  .work-grid .desc {
    background: #fff;
    padding: 25px; }
    .work-grid .desc h2 {
      font-size: 24px; }
      .work-grid .desc h2 a {
        color: #303133; }
        .work-grid .desc h2 a:hover {
          color: #4aca85; }

.product-entry {
  margin-bottom: 40px; }
  .product-entry .product-img {
    display: block;
    height: 350px;
    margin-bottom: 20px;
    position: relative; }
    .product-entry .product-img .tag {
      position: absolute;
      top: 10px;
      left: 10px; }
      .product-entry .product-img .tag .new {
        font-size: 11px;
        background: #4aca85;
        color: #fff;
        padding: .3em .5em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .product-entry .product-img .tag .sale {
        font-size: 11px;
        background: #798eea;
        color: #fff;
        padding: .3em .5em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
    .product-entry .product-img .cart {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      display: block;
      padding: 0 1em;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .product-entry .product-img .cart p {
        display: block;
        margin-bottom: 0;
        width: 100%;
        text-transform: uppercase;
        font-size: 12px; }
        .product-entry .product-img .cart p span {
          display: inline-block; }
          .product-entry .product-img .cart p span a {
            display: block;
            color: #fff;
            padding: 1em; }
            .product-entry .product-img .cart p span a:hover {
              background: #4aca85; }
  .product-entry .desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px; }
    .product-entry .desc h3 a {
      color: #000; }
  .product-entry .desc .price span {
    color: #4aca85;
    font-weight: 400; }
  .product-entry .desc .price .sale {
    color: gray;
    text-decoration: line-through;
    font-weight: 300; }
  .product-entry:hover .product-img .cart {
    opacity: 1; }

.staff-entry {
  display: block;
  margin-bottom: 20px;
  z-index: 0;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .staff-entry .staff-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .staff-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 10px; }
  .staff-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 13px; }
  .staff-entry .colorlib-social-icons li {
    margin-left: 0; }
    .staff-entry .colorlib-social-icons li a {
      padding: 0; }

#colorlib-counter {
  position: relative;
  z-index: -1;
  padding-bottom: 50px;
  margin-top: -140px;
  }

  .colorlib-intro {

    background-color: #D7D7D7;
  }

.donate-box
{
  background-color: #FFFF00;
  padding: 20px;
  margin-top: 2.7em;


}
  #colorlib-counter .colorlib-heading {
    margin-bottom: 30px; 
    margin-top: 120px;
  }
    #colorlib-counter .colorlib-heading h2 {
      color: #fff; }
    #colorlib-counter .colorlib-heading p {
      font-size: 22px;
      color: rgba(255, 255, 255, 0.8); }

.counter-entry {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .counter-entry {
      margin-bottom: 20px; } }

.colorlib-counters {
  background-size: cover;
  background-position: center center; }
  .colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    opacity: .70; }
  .colorlib-counters .icon {
    margin-bottom: 20px;
    width: 100px;
    z-index: 0; }
    .colorlib-counters .icon i {
      font-size: 50px;
      color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
  .colorlib-counters .colorlib-counter {
    font-size: 58px;
    display: block;
    color: #fff;
    font-family: "Nunito", Arial, sans-serif;
    width: 100%;
    font-weight: 300;
    margin-bottom: 0; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    display: block;
    font-weight: 300; }

.orange-box {

  padding:0;
}

.border-line{
  border-right: 1px solid #fff;
  height: 240px;
  position: absolute;
  top: 75px;
}
@media screen and (max-width: 991px) {

  .border-line{
    display: none;
  }
}

article {
  background: #fff;
  padding: 35px;
  margin-bottom: 40px;
  border-width  :3px ;
  border-color: #fff;
  border-radius: 0px; }
  article h2 {
    font-weight: 400;
    margin-bottom: 15px; }
    article h2 a {
      color: #303133; }
  article .admin span {
    font-size: 12px;
    color: #303133; }
  article p.author-wrap {
    position: relative;
    margin-top: 30px; }
    article p.author-wrap .author-img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    article p.author-wrap .author {
      padding-left: 40px;
      color: #303133;
      font-size: 12px; }

.pricing {
  background: #fff;
  padding: 2em 1em 1em 1em;
  -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .pricing .pricing-heading {
    margin-bottom: 30px; }
  .pricing .price {
    font-size: 72px;
    color: #4aca85;
    line-height: 50px;
    font-weight: 300; }
    .pricing .price .currency {
      font-size: 30px;
      top: -0.9em;
      padding-right: 10px; }
    .pricing .price small {
      font-size: 13px;
      display: block;
      color: #888f94; }

#colorlib-subscribe {
  position: relative; }

.colorlib-subscribe {
  clear: both;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-subscribe .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    opacity: .96; }
  .colorlib-subscribe .colorlib-heading {
    margin-bottom: -25px; }
    .colorlib-subscribe .colorlib-heading h2 {
      color: #fff; }
    .colorlib-subscribe .colorlib-heading p {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7); }

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  .qbstp-header-subscribe .col-three-forth {
    width: 70%; }
  .qbstp-header-subscribe .col-one-third {
    width: 30%; }
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left; }
    @media screen and (max-width: 768px) {
      .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
        width: 50%; } }
  .qbstp-header-subscribe .form-control {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .qbstp-header-subscribe .form-group {
        width: 100%; } }
    .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-o-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::input-placeholder {
      color: #4d4d4d; }
  .qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: transparent;
    color: #4d4d4d !important; }
  .qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #4aca85;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block; }

.no-gutters {
  margin: 0 !important; }

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    margin: 2px; }
    .pagination li a:first-child {
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #4aca85;
      color: #fff;
      border: 1px solid #4aca85; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    background: #4aca85;
    border: 1px solid #4aca85; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #4aca85;
      color: #fff;
      border: 1px solid #4aca85; }

.no-gutters {
  margin: 0 !important;
  padding: 0 !important; }

.f-blog {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px; }
  .f-blog .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 60px;
    float: left; }
  .f-blog .desc h2 {
    font-size: 14px;
    margin-bottom: 5px; }
    .f-blog .desc h2 a {
      color: #fff; }
  .f-blog .desc .admin {
    font-size: 12px; }

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
    .contact-info-wrap-flex p span i {
      color: #4aca85; }
    .contact-info-wrap-flex p a {
      color: #000; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6; }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #4aca85;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .colorlib-heading h2 {
        font-size: 30px; } }

#colorlib-footer {
  background: #303133;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 3em; }
  #colorlib-footer .colorlib-widget p {
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    #colorlib-footer .colorlib-widget {
      margin-bottom: 40px;
      width: 100%;
      float: left; } }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block;
      font-size: 13px; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a i {
          padding-right: 10px;
          color: #fff; }
  #colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px; }
    #colorlib-footer .colorlib-social-icons li a:first-child {
      padding-left: 0; }
  #colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 12px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700; }
  #colorlib-footer .copy {
    background: #262626;
    padding: 7em 0; }
    #colorlib-footer .copy p {
      margin-bottom: 0;
      color: #fff;
      font-size: 13px; }
      #colorlib-footer .copy p small a {
        color: rgba(255, 255, 255, 0.7); }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: auto;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
    padding: 8px; }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #colorlib-offcanvas ul li.btn-cta {
        margin-top: 5px; }
        #colorlib-offcanvas ul li.btn-cta a {
          border-bottom: 1px solid #4aca85;
          padding-bottom: 5px; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #303133; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #fff; }
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      background: #fff; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }

  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #000000;
  color: #fff;
  border: 1px solid #fff; }

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #000000!important;
    border-color: #fff !important; }
  .btn-primary.btn-outline {
    background: #000000;
    color: #fff;
    border: 1px solid #FFF; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #FFFF00;
      color: #fff; }

.btn-success {
  background: #FFFF00;
  color: #fff;
  border: 1px solid #FFFF00; }

  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #000!important;
  }
  .btn-success.btn-outline {
    background: transparent;
    color: #FFFF00;
    border: 2px solid #FFFF00; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #FFFF00;
      color: #000000; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 1px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 1px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 1px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; 
}

.a-img{width: 600px;}

  @media screen and (max-width: 991px) {

    .Photo-credit {

      top: 575px;}
    .feature .content {
      width: 100%;
      text-align: left;
    }
      .wrapper > .inner {
        width: 100%;
    }
    
    .a-img{text-align: center;}

    .wrapper.style1 .feature {
      display: block;
      text-align: center;
      margin: 0;
      background-color: #D7d7d7;
      padding-top: 20px;
  }
 
  .js .animate-box {
    text-align: left;
  }
  #colorlib-counter .colorlib-heading {
        /* padding-top: 50px; */
        margin-top: 50px;
        padding-bottom: 185px;
        /* padding-right: 100px;
    /* padding-right: 100px; */
  }


  #colorlib-counter {
    margin-top: auto;
    position: relative;
    z-index: -1;
    padding-bottom: 120px;
    margin-bottom: -80px;
    /* margin-top: -140px; */
    background-position: right;
  }
  
  }
  

  @media screen and (max-width: 768px) {
    .slides-bar {
      font-size: 24px; 
      position: fixed;
    }
   
  }
  @media screen and (max-width: 480px) {
    
    #colorlib-counter .colorlib-heading {
      padding-top: 50px;
    font-size: 18px;
      /* padding-right: 100px; */
    }
    h1{font-size: 30px;}

    .slides-bar {
      font-size: 16px; 
      position: fixed;
    }
    
    .slides-bar-top {
      font-size: 16px; 
      position: fixed;
    }
    
  }

  @media screen and (max-width: 600px) {
  .a-img{width: 100%;}

  #colorlib-counter {
    margin-top: 0px;
    position: relative;
    z-index: -1;
    padding-bottom: 200px;
    padding-top: 0px;
    margin-bottom: -140px;
    /* margin-top: -140px; */
    background-position: -480px;
  }

  } 

  .col-md-2a {
    width: 16.666667%;
    float: left;
  }

  .image-button{
    text-align: left;
    font-family: Universalbold;
    font-size: 32px;
    top: 330px;
    left: 1030px;
    z-index: 1;
    position: absolute;
  }
.image-title{

  text-align: left;
  font-family: Universalbold;
  position: absolute;
  top: 430px;
  width: auto;
  height: 130px;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 48px;
  font-weight: 100;
  color: #fff;
  line-height: 60px;
  padding: 12px 50px 0px 40px;
  box-sizing: border-box;
}
.image-title-2{

  text-align: left;
  font-family: Universalbold;
  position: absolute;
  top: 0px;
  width: auto;
  height: 130px;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 48px;
  font-weight: 100;
  color: #fff;
  line-height: 60px;
  padding: 40px 50px 0px 40px;
  box-sizing: border-box;
}

.image-title-3{

  text-align: left;
  font-family: Universalbold;
  position: absolute;
  top: 0px;
  width: auto;
  height: 130px;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 48px;
  font-weight: 100;
  color: #fff;
  line-height: 60px;
  padding: 40px 50px 0px 40px;
  box-sizing: border-box;
}
.image-details{
  position: absolute;
  top: 540px;
  left: 176px;
  width: 60%;
  height: auto;
  z-index: 1;
  background-color: #D7D7D7;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  font-family: Universalroman;
  opacity: 0.9;

}
.image-number{
  color: rgb(128, 128, 128);
  padding-top:15px;
  top: 25px;
  font-family: Universalroman;
  font-size: 16px;
  z-index: 1;
}




@media screen and (max-width: 768px) {
  .container {
    padding-left: 0px; 
    padding-right: 0px; 
}
  .image-title{
    text-align: left;
    font-family: Universalbold;
    position: absolute;
    top: 470px;
    width: auto;
    height: auto;
    z-index: 1;
    background-color: rgb(28, 171, 226);
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    line-height: 56px;
    padding: 24px 289px 13px 17px;
    box-sizing: border-box;
  }
  .image-title-2{ 
    text-align: left;
    font-family: Universalbold;
    /* position: relative; */
    top: 0px;
    width: auto;
    height: auto;
    z-index: 1;
    background-color: rgb(28, 171, 226);
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    /* line-height: 16px; */
    padding: 44px 30px 23px 30px;
    box-sizing: border-box;

  }
  

  
  .image-title-3{ 
    text-align: left;
    font-family: Universalbold;
    position: relative;
    top: 0px;
    width: auto;
    height: auto;
    z-index: 1;
    background-color: rgb(28, 171, 226);
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    line-height: 16px;
    padding: 44px 0px 23px 30px;
    box-sizing: border-box;

  }
  .image-details {
       position: absolute;
    top: 470px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: #D7D7D7;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    padding: 19px 120px 20px 20px;
    box-sizing: border-box;
    font-family: Universalroman;
    opacity: 1;
}
  .image-number{
    color: rgb(128, 128, 128);
    padding-top:15px;
    top: 25px;
    font-family: Universalroman;
    font-size: 16px;
    z-index: 1;
  }
  .image-button{display: none;}
}



.yt_container {
  padding-top: 58%; /* 4:3 Aspect Ratio */
  margin-bottom: 20px;
}


.responsive-iframe {
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
      }

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;-webkit-transition: 0.2s;}
.jssora051 .a {fill:none;stroke:#000;stroke-width:480;stroke-miterlimit:10;}
.jssora051:hover {opacity:1;}
.jssora051.jssora051dn {opacity:.1;}
.jssora051.jssora051ds {opacity:.0;pointer-events:none;}

.jssor_1 {
  position: relative;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: visible;
    width:1300px;
    height:700px;
    background-color: #d7d7d7;
}
.jssora051{

  width:65px;height:65px;top:0px;right:25px;margin-left: 20px;    background-color: #fff;
}

@media screen and (max-width: 769px) {
  .jssor_1 {width:100%!important;

  }

}

@media screen and (max-width: 768px) {
  .jssor_1 {width:100%!important;
    height:708px!important;
  }
  .jssora051{

    width:50px;height:50px;top:0px;right:25px;margin-left: 20px;    background-color: #fff;
  }
  
.wrapper {
  padding: 0;
  position: relative;

}}

.color-box{
  text-align: left;
  font-family: Universalbold;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-image: url(../unicef_image/blue_bar.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  font-size: 48px;
  font-weight: 100;
  line-height: 60px;
  padding: 10px 0px 10px 30px;
  top: 1030px;
  box-sizing: border-box;

}

@media screen and (max-width: 1200px) {

  .color-box{   
    top: 1075px;
  }
}



@media screen and (max-width: 768px) {

  .color-box{   
    padding: 10px 70px 10px 16px;
    top: 810px;
  }

}

@media screen and (max-width: 786px) {

  .color-box {
    top: 805px;
}
}
@media screen and (max-width: 600px) {

  .color-box{   
    top: 840px;
  }
}
@media screen and (max-width: 501px){
.color-box {
  top: 839px;
}}
@media screen and (max-width: 480px) {

  .color-box{   
    top: 819px;
  }
  #colorlib-counter {

    background-position: -620px;
  }

}

@media screen and (max-width: 405px) {

  .color-box{   
    top: 850px;
  }
}


@media screen and (max-width: 383px) {

  .color-box{   
    top: 858px;
  }

  #colorlib-counter {

    background-position: -620px;
  }
}

@media screen and (max-width: 340px) {

  .color-box{   
    top: 880px;
  }
}

.slides{

  cursor:default;
  position:relative;
  top:0px;
  left:0px;
  width:1300px;
  height:700px;
  overflow:hidden;

}

.slides-a{
  position: absolute;

 }
.slides-a1{
  padding: 60px 0px 0px 200px;
  position: absolute;

 }
 .slides-b{
  width:100%;
  position: absolute;
  display:none;
 }
 @media screen and (max-width: 769px) {

  .slides-a img {
    display:block;
  }
  .slides-b {
    display:none;
  }
}

@media screen and (max-width: 768px) {

  .slides-a img {
    display:none;
  }
  .slides-a1 {
   padding:0;
  }
  
  .slides-b {
    width:auto !important;
    
    display:inline;
  }
  .slides{
    width:768px;
  }
  .colorlib-nav #colorlib-logo-en {
    width: 120%;}
    .colorlib-nav #colorlib-logo-zh {
      width: 120%;}
}
@media screen and (max-width: 600px){
  .image-details {
      position: absolute;
      top: 470px;
      left: 0px;
      width: 100%;
      height: auto;
      z-index: 1;
      background-color: #D7D7D7;
      font-size: 20px;
      color: #000;
      line-height: 28px;
      padding: 19px 280px 20px 20px;
      box-sizing: border-box;
      font-family: Universalroman;
      opacity: 1;}}

@media screen and (max-width: 480px) {
  .slides-b {
    display:none;
    
  }


  .slides-c {
    width:auto !important;
    display:inline;
    position: absolute;

  }
  .slides{
    width:480px;
  }

  .colorlib-nav #colorlib-logo-en {
    width: 200%;}
    .colorlib-nav #colorlib-logo-zh {
      width: 200%;}
  .image-title {
    text-align: left;
    font-family: Universalbold;
    position: absolute;
    top: 470px;
    width: auto;
    height: auto;
    z-index: 1;
    background-color: rgb(28, 171, 226);
    font-size: 38px;
    font-weight: 100;
    color: #fff;
    line-height: 49px;
    padding: 24px 86px 13px 17px;
    box-sizing: border-box;
}

.image-title-2{ 
  text-align: left;
  font-family: Universalbold;
  position: relative;
  top: 0px;
  width: auto;
  height: auto;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  line-height: 16px;
  padding: 44px 0px 23px 30px;
  box-sizing: border-box;

}

.image-title-3{ 
  text-align: left;
  font-family: Universalbold;
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  line-height: 28px;
  padding: 15px 110px 11px 23px;
  box-sizing: border-box;

}
.image-details {
     position: absolute;
     top: 468px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #D7D7D7;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  padding: 19px 120px 20px 20px;
  box-sizing: border-box;
  font-family: Universalroman;
  opacity: 1;
}
.slides-b {

  margin-left: -160px;
  height: 320px;
}

}


@media screen and (max-width: 370px) {
  .slides{
    width:350px;
  }
  .image-title {
    text-align: left;
    font-family: Universalbold;
    position: absolute;
    top: 470px;
    width: auto;
    height: auto;
    z-index: 1;
    background-color: rgb(28, 171, 226);
    font-size: 38px;
    font-weight: 100;
    color: #fff;
    line-height: 49px;
    padding: 24px 149px 13px 17px;
    box-sizing: border-box;
}

.image-title-2{ 
  text-align: left;
  font-family: Universalbold;
  position: relative;
  top: 0px;
  width: auto;
  height: auto;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  line-height: 16px;
  padding: 40px 0px 23px 15px;
  box-sizing: border-box;

}
.image-details {
  position: absolute;
  top: 470px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #D7D7D7;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  padding: 20px 50px 20px 20px;
  box-sizing: border-box;
  font-family: Universalroman;
  opacity: 1;
}

.image-title-3 {
  text-align: left;
  font-family: Universalbold;
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: rgb(28, 171, 226);
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  line-height: 30px;
  padding: 11px 62px 2px 20px;
  box-sizing: border-box;
}
.slides-b {

  margin-left: -130px;
}
.slides-b img {
  height: 260px;
}

.slides-c {
  margin-left: -60px;
  
}
}

@media screen and (max-width: 420px) {
  .slides-c {
    margin-left: -40px;
    
  }

}

@media screen and (max-width: 786px) {
  .video-hero {
    height: 420px;
    padding: 3em 0; } 
  
  
    .Photo-credit {
      top: 306px;
      left: -80px;
    }

  }


@media screen and (max-width: 354px){
#colorlib-counter {
    background-position: -683px;
}}

.zh_w900_s40{
  font-family:'Noto Sans TC';font-weight: 900;font-size:40px;
}

.zh_w900_s34{
  font-family:'Noto Sans TC';font-weight: 900;font-size:34px;
}

.zh_w900_s30{
  font-family:'Noto Sans TC';font-weight: 900;font-size:30px;
}

.zh_w500_s20{
  font-family:'Noto Sans TC';font-weight: 500;font-size:20px;
}


.zh_w900_s40_1{
  font-family:'Noto Sans TC';font-weight: 900;font-size:40px;padding-bottom: 44px;
}
@media screen and (max-width:600px){
.zh_w900_s40_1{
  padding-bottom: 76px;
}}

@media screen and (max-width:501px){
  .zh_w900_s40_1{
    padding-bottom: 44px;
  }}

  @media screen and (max-width:381px){
    .zh_w900_s40_1{
      padding-bottom: 16px;
    }}

    @media screen and (max-width:353px){
      .zh_w900_s40_1{
        padding-bottom: 30px;
      }}

      @media screen and (max-width:340px){
        .zh_w900_s40_1{
          padding-bottom: 60px;
        }}