@charset "UTF-8";
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,500i,600");
@font-face {
  font-family: "AvantGarde-Demi";
  src: url("../fonts/AvantGarde-Demi.eot");
  src: url("../fonts/AvantGarde-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGarde-Demi.woff") format("woff"), url("../fonts/AvantGarde-Demi.otf") format("opentype"), url("../fonts/AvantGarde-Demi.woff2") format("woff2"), url("../fonts/AvantGarde-Demi.ttf") format("truetype"), url("../fonts/AvantGarde-Demi.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.otf") format("opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX SHADOW */
/* BOX SIZING */
/* TRANSFORM  */
/* TRANSITION */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-done1:before {
  content: "\e903";
  color: #8cc540; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-search:before {
  content: "\e901"; }

.icon-next:before {
  content: "\e902"; }

* {
  -webkit-font-smoothing: none;
  /* Looks very thin and awful */
  -webkit-font-smoothing: subpixel-antialiased;
  /* It is the default and looks bolder */
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  /* Looks pretty much the same than Windows */
  -moz-osx-font-smoothing: grayscale; }

body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; }

body, button, input, select, table, textarea, .main {
  font-size: 15px;
  line-height: 1.67;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 28px;
  color: #231F20;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0px;
  -webkit-box-shadow: 0px;
  font-weight: normal; }

h1, h2, h3, h4, h5 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600; }

h1 {
  font-size: 30px;
  line-height: 1.27; }

h2 {
  font-size: 24px;
  line-height: 1.33; }

h3 {
  font-size: 21px;
  line-height: 1.24; }

h5 {
  font-size: 18px; }

*, ul, ol, dl {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

ul, ol {
  list-style-position: inside; }

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

a {
  color: #9b9b9b; }
  a:hover {
    text-decoration: none;
    color: #231F20; }

html #wpadminbar {
  display: none !important; }

html {
  margin-top: 0 !important; }

.container, .site {
  padding-top: 0 !important; }
  .container > .content, .site > .content {
    padding: 0; }

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.hidden {
  display: none; }

.title-section {
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #231F20;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 32px;
  font-size: 40px; }
  @media only screen and (max-width: 979px) {
    .title-section {
      font-size: 23px;
      letter-spacing: -0.5px;
      padding-bottom: 13px; } }
  .title-section:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #26abe2;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      .title-section:after {
        width: 40px;
        height: 4px; } }

#breadcrumbs-wrapper {
  background: #f7f7f7;
  padding: 3px 0 4px; }
  @media only screen and (max-width: 979px) {
    #breadcrumbs-wrapper {
      display: none; } }
  #breadcrumbs-wrapper .breadcrumb-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    list-style: none; }
    #breadcrumbs-wrapper .breadcrumb-list li {
      display: inline-block;
      font-size: 13px;
      font-weight: 300;
      color: #9b9b9b;
      text-transform: capitalize; }
      #breadcrumbs-wrapper .breadcrumb-list li a {
        text-decoration: none;
        position: relative;
        padding-right: 15px; }
        #breadcrumbs-wrapper .breadcrumb-list li a:after {
          font-family: "icomoon", sans-serif;
          display: inline-block;
          content: "\e900";
          font-size: 16px;
          color: #9b9b9b;
          font-weight: 100;
          line-height: normal;
          position: absolute;
          right: -1px;
          top: 53%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      #breadcrumbs-wrapper .breadcrumb-list li strong {
        font-weight: 300; }
      #breadcrumbs-wrapper .breadcrumb-list li:hover a {
        text-decoration: underline; }

.new-pagination {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -30px; }
  @media only screen and (max-width: 979px) {
    .new-pagination {
      margin-top: 0; } }
  .new-pagination .disable {
    display: none; }
  .new-pagination > a {
    display: inline-block;
    vertical-align: top; }
  .new-pagination nav {
    display: inline-block; }
    .new-pagination nav .nav-links {
      margin-right: -20px; }
      @media only screen and (max-width: 979px) {
        .new-pagination nav .nav-links {
          margin-right: 0px; } }
    .new-pagination nav h2.screen-reader-text {
      display: none; }
    .new-pagination nav .page-numbers {
      height: 28px;
      font-size: 16px;
      color: #293950;
      text-align: center;
      padding: 0 10px;
      line-height: 29px;
      margin-right: 14px;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      font-weight: 500; }
      .new-pagination nav .page-numbers.current, .new-pagination nav .page-numbers:hover {
        background: #293950;
        color: #ffffff; }
    .new-pagination nav .next, .new-pagination nav .prev {
      font-size: 0;
      width: 28px;
      position: relative;
      height: 28px;
      display: inline-block;
      margin-right: 18px; }
      .new-pagination nav .next:after, .new-pagination nav .prev:after {
        font-family: "icomoon", sans-serif;
        color: #293950;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 25px; }
      .new-pagination nav .next:hover:after, .new-pagination nav .prev:hover:after {
        color: #ffffff; }
    .new-pagination nav .next:after {
      content: "\e900"; }
    .new-pagination nav .prev:after {
      content: "\e900";
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari */
      transform: rotate(180deg);
      margin-top: -14px;
      margin-left: -12px; }

.video-container iframe, .video-container video {
  width: 100% !important;
  height: auto; }
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

p {
  margin-bottom: 15px; }

.clear {
  clear: both; }

.back_top {
  display: none !important; }
  .back_top a {
    font-size: 13px;
    line-height: 1.54;
    font-weight: 300;
    color: #9b9b9b;
    text-decoration: none;
    padding-left: 3px; }
    .back_top a:before {
      font-family: "icomoon", sans-serif;
      display: inline-block;
      content: "\e902";
      font-size: 11px;
      color: #9b9b9b;
      font-weight: 600;
      margin-right: 10px;
      line-height: normal;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  @media only screen and (max-width: 979px) {
    .back_top {
      display: block !important; } }

table {
  border-collapse: collapse;
  border: none; }

.mobile {
  display: none; }
  @media only screen and (max-width: 979px) {
    .mobile {
      display: block; } }

@media only screen and (max-width: 979px) {
  .desktop {
    display: none; } }

.related-projects h2 {
  position: relative;
  color: #26abe2;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 600; }
  @media only screen and (max-width: 979px) {
    .related-projects h2 {
      font-size: 18px;
      line-height: normal;
      padding-bottom: 14px; } }
  .related-projects h2:after {
    content: "";
    width: 80px;
    height: 4px;
    background: #26abe2;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      .related-projects h2:after {
        width: 40px; } }
  .related-projects h2 a {
    text-decoration: none;
    color: #26abe2; }
.related-projects .posts-list {
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: 41px -15px 0; }
  @media only screen and (max-width: 979px) {
    .related-projects .posts-list {
      margin-top: 30px; } }
  .related-projects .posts-list li {
    width: 33.33%;
    padding: 0 15px; }
    @media only screen and (max-width: 979px) {
      .related-projects .posts-list li {
        width: 100%;
        padding: 0;
        position: relative;
        margin-bottom: 30px; }
        .related-projects .posts-list li:last-child {
          margin-bottom: 0; } }
    .related-projects .posts-list li .post-thumbnail a {
      display: block;
      position: relative;
      overflow: hidden;
      padding-top: 70.3%; }
      @media only screen and (max-width: 979px) {
        .related-projects .posts-list li .post-thumbnail a {
          padding-top: 44.3%; } }
      @media only screen and (max-width: 599px) {
        .related-projects .posts-list li .post-thumbnail a {
          padding-top: 70.3%; } }
      .related-projects .posts-list li .post-thumbnail a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: inherit;
        max-height: 119%; }
        @media only screen and (max-width: 979px) {
          .related-projects .posts-list li .post-thumbnail a img {
            max-height: 160%; } }
    .related-projects .posts-list li .post-title {
      background: #f7f7f7;
      text-align: center;
      min-height: 90px;
      position: relative;
      -webkit-transition: all 1s;
      -ms-transform: all 1s;
      transition: all 1s; }
      @media only screen and (max-width: 979px) {
        .related-projects .posts-list li .post-title {
          background: transparent;
          text-align: left;
          position: absolute;
          width: 100%;
          min-height: inherit; } }
      .related-projects .posts-list li .post-title a {
        text-decoration: none;
        text-transform: uppercase;
        color: #231F20;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.56;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0; }
        @media only screen and (max-width: 979px) {
          .related-projects .posts-list li .post-title a {
            color: #ffffff;
            font-size: 22px;
            line-height: 1.2;
            text-shadow: 1px 1px 2px rgba(35, 31, 32, 0.5);
            text-transform: capitalize;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            top: inherit;
            bottom: 19px;
            left: 0;
            padding: 0 15px; } }
    .related-projects .posts-list li:hover .post-title {
      background: #dfdfdf; }

header {
  margin-top: 14px;
  padding-bottom: 12px; }
  @media only screen and (max-width: 979px) {
    header {
      padding-bottom: 0;
      margin-top: 0; } }
  header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; }
  header .block-logo {
    float: left;
    width: 274px;
    margin-left: -57px; }
    @media only screen and (max-width: 979px) {
      header .block-logo {
        width: 110px;
        margin-left: 0; } }
  header .block-top-container {
    float: right;
    margin-top: 19px;
    width: calc(100% - 218px); }
    @media only screen and (max-width: 979px) {
      header .block-top-container {
        float: none;
        width: 100%;
        margin-top: 1px; } }
    header .block-top-container .top-nav {
      text-align: right;
      margin-bottom: 31px;
      min-height: 34px; }
      @media only screen and (max-width: 979px) {
        header .block-top-container .top-nav {
          text-align: center;
          margin: 0;
          min-height: inherit;
          margin-bottom: 2px; } }
      header .block-top-container .top-nav .title-top {
        font-size: 16px; }
        @media only screen and (max-width: 979px) {
          header .block-top-container .top-nav .title-top {
            font-size: 13px; } }
      header .block-top-container .top-nav .btn-apply {
        display: inline-block;
        height: 34px;
        line-height: 33px;
        background: #26ABE2;
        border-bottom: 4px solid #67c4ea;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        position: relative;
        padding: 0 37px 0 12px;
        margin-left: 13px;
        font-weight: 500; }
        header .block-top-container .top-nav .btn-apply:after {
          font-family: "icomoon", sans-serif;
          display: inline-block;
          content: "\e902";
          font-size: 11px;
          color: #ffffff;
          font-weight: 600;
          line-height: normal;
          position: absolute;
          right: 9px;
          top: 51%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        @media only screen and (max-width: 979px) {
          header .block-top-container .top-nav .btn-apply {
            height: inherit;
            line-height: inherit;
            border: none;
            padding: 0;
            font-size: 13px;
            font-weight: 400;
            background: transparent;
            color: #9b9b9b;
            text-transform: none;
            text-decoration: underline;
            padding-left: 18px;
            margin-left: 9px; }
            header .block-top-container .top-nav .btn-apply:after {
              color: #26ABE2;
              right: inherit;
              left: 0;
              top: 50%; } }
    header .block-top-container .main-nav .header-nav {
      float: left;
      width: calc(100% - 122px); }
      @media only screen and (min-width: 980px) and (max-width: 1163px) {
        header .block-top-container .main-nav .header-nav {
          width: calc(100% - 80px); } }
    header .block-top-container .main-nav nav ul.menu {
      list-style: none;
      text-align: center; }
      header .block-top-container .main-nav nav ul.menu li {
        display: inline-block;
        padding: 0 16px;
        position: relative; }
        @media only screen and (max-width: 1165px) {
          header .block-top-container .main-nav nav ul.menu li {
            padding: 0 14px; } }
        @media only screen and (min-width: 980px) and (max-width: 1075px) {
          header .block-top-container .main-nav nav ul.menu li {
            padding: 0 6px; } }
        header .block-top-container .main-nav nav ul.menu li.mobile {
          display: none; }
          @media only screen and (max-width: 979px) {
            header .block-top-container .main-nav nav ul.menu li.mobile {
              display: block; } }
        header .block-top-container .main-nav nav ul.menu li.current-menu-item.current-menu-parent > a {
          color: #231F20;
          border: none; }
        header .block-top-container .main-nav nav ul.menu li.current-menu-item.current-menu-parent ul.sub-menu {
          top: 35px; }
        header .block-top-container .main-nav nav ul.menu li.current-menu-item > a, header .block-top-container .main-nav nav ul.menu li.active > a {
          color: #26abe2;
          border-bottom: 4px solid rgba(38, 171, 226, 0.7);
          padding-bottom: 9px; }
        header .block-top-container .main-nav nav ul.menu li > a {
          font-family: 'Libre Franklin', sans-serif;
          font-size: 17px;
          font-weight: 600;
          color: #231F20;
          text-decoration: none; }
          @media only screen and (min-width: 980px) and (max-width: 1163px) {
            header .block-top-container .main-nav nav ul.menu li > a {
              font-size: 16px; } }
        header .block-top-container .main-nav nav ul.menu li ul.sub-menu {
          min-width: 159px;
          text-align: left;
          z-index: 999;
          position: absolute;
          left: 1.05em;
          top: 37px;
          display: none;
          transition: all .18s;
          padding: 10px 0;
          box-shadow: 0 0 2px 0 #dfdfdf;
          background: #ffffff; }
          @media only screen and (max-width: 979px) {
            header .block-top-container .main-nav nav ul.menu li ul.sub-menu {
              display: none !important; } }
          header .block-top-container .main-nav nav ul.menu li ul.sub-menu li {
            padding: 0 17px 0 15px;
            margin-bottom: 5px;
            display: block; }
            header .block-top-container .main-nav nav ul.menu li ul.sub-menu li > a {
              padding-bottom: 9px;
              font-size: 15px; }
            header .block-top-container .main-nav nav ul.menu li ul.sub-menu li:last-child > a {
              display: block;
              padding-bottom: 11px; }
            header .block-top-container .main-nav nav ul.menu li ul.sub-menu li:hover > a {
              border-bottom: none; }
            header .block-top-container .main-nav nav ul.menu li ul.sub-menu li.active > a {
              border-bottom: none; }
        header .block-top-container .main-nav nav ul.menu li:hover > a {
          color: #26abe2;
          border-bottom: 4px solid rgba(38, 171, 226, 0.7);
          padding-bottom: 9px; }
        header .block-top-container .main-nav nav ul.menu li:hover ul.sub-menu {
          display: block; }
          @media only screen and (max-width: 979px) {
            header .block-top-container .main-nav nav ul.menu li:hover ul.sub-menu {
              display: none !important; } }
  header .search-header {
    float: right;
    width: inherit;
    position: relative;
    margin-top: 2px; }
    @media only screen and (max-width: 1024px) {
      header .search-header {
        margin-top: 4px; } }
    @media only screen and (max-width: 979px) {
      header .search-header {
        float: none;
        width: 100%;
        margin-top: 1px; } }
    header .search-header .icon-search {
      border-bottom: 4px solid #d7d8d9;
      display: block;
      text-decoration: none;
      text-align: center;
      width: 36px;
      padding-bottom: 6px; }
      header .search-header .icon-search:before {
        font-size: 21px;
        color: #9b9b9b; }
      header .search-header .icon-search.active {
        opacity: 0;
        display: none; }
      header .search-header .icon-search:hover {
        background: #67c4ea;
        padding-top: 7px;
        margin-top: -7px;
        border-bottom-color: #26abe2; }
        header .search-header .icon-search:hover:before {
          color: #ffffff; }
    header .search-header .search-desktop-wrap {
      position: absolute;
      right: 36px;
      top: -6px;
      z-index: 9; }
      header .search-header .search-desktop-wrap form {
        width: 348px;
        position: relative; }
        @media only screen and (max-width: 979px) {
          header .search-header .search-desktop-wrap form {
            width: 100%; } }
        header .search-header .search-desktop-wrap form input {
          width: calc(100% - 36px);
          border: none;
          background: #f7f7f7;
          height: 37px;
          padding: 5px 15px 0px;
          border-bottom: 4px solid #eaeaea;
          float: right; }
          @media only screen and (max-width: 979px) {
            header .search-header .search-desktop-wrap form input {
              float: none;
              width: calc(100% - 33px);
              height: 58px;
              background: transparent;
              font-size: 16px;
              font-weight: 300;
              color: #9b9b9b;
              padding: 0; } }
        header .search-header .search-desktop-wrap form #search-clear {
          width: 10px;
          height: 10px;
          position: absolute;
          right: 13px;
          top: 50%;
          margin-top: -6px;
          display: none; }
          header .search-header .search-desktop-wrap form #search-clear i {
            font-size: 0;
            display: inline-block;
            cursor: pointer; }
            header .search-header .search-desktop-wrap form #search-clear i:before, header .search-header .search-desktop-wrap form #search-clear i:after {
              content: '';
              height: 1px;
              width: 100%;
              background: #0c0c0c;
              position: absolute;
              top: 50%;
              left: 0; }
            header .search-header .search-desktop-wrap form #search-clear i:before {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            header .search-header .search-desktop-wrap form #search-clear i:after {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
        header .search-header .search-desktop-wrap form .btn-search {
          border: none;
          background: rgba(38, 171, 226, 0.1);
          width: 36px;
          height: 37px;
          border-bottom: 4px solid rgba(38, 171, 226, 0.7);
          position: absolute;
          right: -36px;
          top: 0px;
          font-size: 0;
          line-height: 34px; }
          header .search-header .search-desktop-wrap form .btn-search:hover {
            background: #67c4ea;
            padding-top: 0;
            margin-top: 0;
            border-bottom-color: #26abe2; }
            header .search-header .search-desktop-wrap form .btn-search:hover:before {
              color: #ffffff; }
          @media only screen and (max-width: 979px) {
            header .search-header .search-desktop-wrap form .btn-search {
              height: 60px;
              background: transparent;
              border-bottom-color: #67c4ea;
              right: 0;
              line-height: 60px;
              width: 33px;
              top: -2px; }
              header .search-header .search-desktop-wrap form .btn-search:hover {
                background: transparent;
                border-bottom-color: #67c4ea; }
                header .search-header .search-desktop-wrap form .btn-search:hover:before {
                  color: #26abe2; }
              header .search-header .search-desktop-wrap form .btn-search:before {
                color: #26abe2;
                font-size: 20px; } }
  @media only screen and (max-width: 979px) {
    header .header-desktop {
      display: none; } }
  header .header-mobile {
    display: none; }
    @media only screen and (max-width: 979px) {
      header .header-mobile {
        display: block; } }
    header .header-mobile .header-right-responsive, header .header-mobile .close-box {
      position: absolute;
      background: #f7f7f7;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 9999;
      left: -100%;
      height: 100vh;
      overflow-y: auto;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    header .header-mobile .header-top-mb {
      padding: 14px 16px 17px;
      background-image: linear-gradient(#ffffff, #ffffff);
      box-shadow: 0px 0px 4px 0px #dfdfdf;
      margin: 0 -15px;
      position: relative; }
      header .header-mobile .header-top-mb:after {
        content: "";
        width: 48px;
        height: 100%;
        background: #f7f7f7;
        position: absolute;
        right: 0;
        top: 0; }
    header .header-mobile .nav-toggle {
      display: inline-block;
      font-size: 0;
      float: right;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 52%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 9;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      header .header-mobile .nav-toggle:before {
        content: "";
        width: 16px;
        box-shadow: 0 7px 0 1px #26abe2, 0 12px 0 1px #26abe2, 0 17px 0 1px #26abe2;
        -webkit-box-shadow: 0 7px 0 1px #26abe2, 0 12px 0 1px #26abe2, 0 17px 0 1px #26abe2;
        -moz-box-shadow: 0 7px 0 1px #26abe2, 0 12px 0 1px #26abe2, 0 17px 0 1px #26abe2;
        display: block; }
      @media only screen and (max-width: 979px) {
        header .header-mobile .nav-toggle.close-icon {
          z-index: 99999;
          top: 46%;
          width: 18px;
          height: 18px; }
          header .header-mobile .nav-toggle.close-icon:before, header .header-mobile .nav-toggle.close-icon:after {
            content: "";
            height: 2px;
            width: 100%;
            background: #26abe2;
            position: absolute;
            top: 50%;
            left: 0; }
          header .header-mobile .nav-toggle.close-icon:before {
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          header .header-mobile .nav-toggle.close-icon:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); } }
    header .header-mobile .nav-search {
      background: #ffffff;
      width: calc(100% - 48px);
      height: 100%;
      padding: 2px 16px 0;
      box-shadow: 1px 1px 4px 0 #dfdfdf;
      -webkit-box-shadow: 1px 1px 4px 0 #dfdfdf;
      -moz-box-shadow: 1px 1px 4px 0 #dfdfdf;
      margin-top: -2px; }
    header .header-mobile .search-mobile {
      position: static;
      right: 0;
      top: 0; }
    header .header-mobile nav ul.menu {
      list-style: none;
      margin-top: 31px; }
      header .header-mobile nav ul.menu > li {
        margin-bottom: 17px; }
        header .header-mobile nav ul.menu > li a {
          text-decoration: none;
          font-size: 20px;
          font-weight: 600;
          line-height: 1.25;
          color: #000000; }
        header .header-mobile nav ul.menu > li.current-menu-item a {
          color: #26abe2; }
        header .header-mobile nav ul.menu > li ul.sub-menu {
          display: none !important; }
    header .header-mobile .header-right-responsive.open-box {
      left: 0;
      top: 0; }

form#search-mobile input.search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

form#search-mobile input.search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

form#search-mobile input.search-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

form#search-mobile input.search-field:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important; }

.header .search-wrap .block-search-content input.search-field:-webkit-autofill {
  background: transparent !important; }

footer {
  background: #f7f7f7;
  padding: 60px 0 0 0; }
  @media only screen and (max-width: 979px) {
    footer {
      padding: 8px 0 0 0; }
      footer .content {
        padding: 0 24px 0 26px; } }
  footer .footer_mid {
    border-bottom: 4px solid #e4e5e5;
    padding-bottom: 32px; }
    @media only screen and (max-width: 979px) {
      footer .footer_mid {
        border-bottom: none;
        padding-bottom: 5px; } }
  footer .footer-left {
    width: 43%;
    display: inline-block;
    vertical-align: bottom; }
    @media only screen and (max-width: 1060px) {
      footer .footer-left {
        width: 48%; } }
    @media only screen and (max-width: 979px) {
      footer .footer-left {
        display: block;
        width: 100%;
        margin-top: 9px; } }
    footer .footer-left .scan_footer_logo {
      width: 160px;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 13.1%; }
      @media only screen and (max-width: 1060px) {
        footer .footer-left .scan_footer_logo {
          margin-right: 5%; } }
      @media only screen and (max-width: 979px) {
        footer .footer-left .scan_footer_logo {
          margin-right: 0;
          width: 118px;
          margin-top: 18px; } }
    footer .footer-left .subscribe {
      display: inline-block;
      width: calc(100% - 233px);
      margin-bottom: 2px; }
      footer .footer-left .subscribe.mobile {
        display: none; }
      @media only screen and (max-width: 1060px) {
        footer .footer-left .subscribe {
          width: calc(100% - 189px); } }
      @media only screen and (max-width: 979px) {
        footer .footer-left .subscribe.desktop {
          display: none; }
        footer .footer-left .subscribe.mobile {
          display: block;
          width: 100%; } }
      footer .footer-left .subscribe h3 {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: -1px;
        color: #26abe2;
        margin-bottom: 11px; }
      footer .footer-left .subscribe .subscrible-wrap .btn-subscrible {
        background: #b7dff0;
        font-size: 0;
        width: 30px;
        height: 34px;
        border: none;
        border-bottom: 4px solid rgba(38, 171, 226, 0.7);
        float: right;
        padding: 0; }
        footer .footer-left .subscribe .subscrible-wrap .btn-subscrible:after {
          color: #26abe2;
          top: 53%;
          content: "\e900";
          font-size: 25px;
          font-weight: 300;
          right: 2px; }
        footer .footer-left .subscribe .subscrible-wrap .btn-subscrible:hover {
          background: #67c4ea; }
          footer .footer-left .subscribe .subscrible-wrap .btn-subscrible:hover:after {
            color: #ffffff; }
        @media only screen and (max-width: 979px) {
          footer .footer-left .subscribe .subscrible-wrap .btn-subscrible {
            background: rgba(38, 171, 226, 0.1); } }
      footer .footer-left .subscribe .subscrible-wrap input {
        float: left;
        width: calc(100% - 30px);
        border: none;
        background: #ffffff;
        height: 34px;
        line-height: 100%;
        border-bottom: 4px solid #d2d3d4;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 300;
        color: #9b9b9b; }
        @media only screen and (max-width: 979px) {
          footer .footer-left .subscribe .subscrible-wrap input {
            border-bottom-color: #eaeaea; } }
  footer .footer-right {
    width: 49%;
    display: inline-block;
    margin-left: 7.2%;
    vertical-align: bottom;
    margin-bottom: -6px; }
    @media only screen and (max-width: 1060px) {
      footer .footer-right {
        margin-left: 2%; } }
    @media only screen and (max-width: 979px) {
      footer .footer-right {
        display: none; } }
    footer .footer-right ul.menu {
      list-style: none; }
      footer .footer-right ul.menu > li {
        width: 35%;
        padding: 0 10px;
        float: left; }
        footer .footer-right ul.menu > li:last-child {
          width: 28%; }
        footer .footer-right ul.menu > li > a:hover {
          text-decoration: underline; }
      footer .footer-right ul.menu ul.sub-menu {
        list-style: none; }
        footer .footer-right ul.menu ul.sub-menu > li > a:hover {
          text-decoration: underline; }
      footer .footer-right ul.menu li {
        list-style: none;
        line-height: normal; }
        footer .footer-right ul.menu li a {
          text-decoration: none;
          font-size: 15px;
          line-height: 1.67;
          color: #231F20;
          font-weight: 500; }
  footer .copyright {
    padding: 9px 0 59px; }
    @media only screen and (max-width: 979px) {
      footer .copyright {
        padding-bottom: 20px; } }
    footer .copyright .left-content {
      float: left; }
      @media only screen and (max-width: 979px) {
        footer .copyright .left-content {
          float: none; } }
      footer .copyright .left-content .c-copy {
        display: inline-block;
        font-size: 13px;
        color: #9b9b9b;
        font-weight: 300;
        margin-right: 7px; }
        @media only screen and (max-width: 979px) {
          footer .copyright .left-content .c-copy {
            display: block;
            margin-bottom: -7px; } }
      footer .copyright .left-content .copyright-link {
        display: inline-block; }
        @media only screen and (max-width: 979px) {
          footer .copyright .left-content .copyright-link {
            display: block; } }
        footer .copyright .left-content .copyright-link a {
          text-decoration: none;
          font-size: 13px;
          color: #9b9b9b;
          font-weight: 400; }
          footer .copyright .left-content .copyright-link a:after {
            content: "|";
            display: inline-block;
            margin-left: 6px;
            margin-right: 2px; }
          footer .copyright .left-content .copyright-link a:last-child:after {
            display: none; }
          footer .copyright .left-content .copyright-link a:hover {
            text-decoration: underline; }
          @media only screen and (max-width: 979px) {
            footer .copyright .left-content .copyright-link a {
              text-decoration: underline; }
              footer .copyright .left-content .copyright-link a:first-child {
                display: none; } }
    footer .copyright .by-author {
      float: right;
      color: #9b9b9b;
      font-size: 12px;
      font-weight: 300; }
      @media only screen and (max-width: 979px) {
        footer .copyright .by-author {
          display: none; } }
      footer .copyright .by-author a {
        text-decoration: none;
        text-transform: uppercase;
        font-family: "AvantGarde-Demi", sans-serif; }
        footer .copyright .by-author a:hover {
          color: #9b9b9b; }

.subscrible-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b !important; }

.subscrible-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b !important; }

.subscrible-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b !important; }

.subscrible-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b !important; }

.button {
  display: inline-block;
  height: 34px;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding: 0 40px 0 12px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer; }
  .button:after {
    font-family: "icomoon", sans-serif;
    display: inline-block;
    content: "\e902";
    font-size: 11px;
    color: #ffffff;
    line-height: normal;
    position: absolute;
    right: 10px;
    top: 55%;
    font-weight: 600;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .button.btn-green {
    background-image: linear-gradient(to right, #aed679, #8cc540);
    border-bottom: 4px solid rgba(140, 197, 64, 0.7); }
  .button.btn-blue {
    background-image: linear-gradient(to right, #67c4ea, #26abe2);
    border-bottom: 4px solid rgba(103, 196, 234, 0.7); }
  .button:hover {
    color: #ffffff; }

input, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 0 100px white inset; }

.home-slider {
  position: relative; }
  .home-slider button.slick-arrow {
    display: none !important; }
  .home-slider .mobile-xs {
    display: none; }
    @media only screen and (max-width: 979px) {
      .home-slider .mobile-xs {
        display: block; } }
  .home-slider .desktop-extra {
    display: block !important;
    max-width: 100vw; }
    @media only screen and (max-width: 979px) {
      .home-slider .desktop-extra {
        display: none !important; } }
  .home-slider .background-image {
    padding: 17.36% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .home-slider .background-image {
        padding: 21.36% 0; } }
    @media only screen and (max-width: 979px) {
      .home-slider .background-image {
        padding: 0;
        height: 300px; } }
  .home-slider .video-container {
    /*width: 100%;
    height: 100%;*/
    position: relative;
    padding-bottom: 26.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    @media only screen and (max-width: 979px) {
      .home-slider .video-container {
        padding-bottom: 35.8%;
        overflow: hidden; }
        .home-slider .video-container .controls {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 30px;
          height: 30px; }
          .home-slider .video-container .controls button {
            background: transparent;
            font-size: 0; }
            .home-slider .video-container .controls button.play {
              position: absolute;
              width: 0;
              height: 0;
              line-height: 0;
              border: 12px dashed #ffffff;
              border-bottom-color: #ffffff;
              left: 7px;
              top: 0;
              border-left-style: solid;
              border-right: none;
              border-top-color: transparent;
              border-bottom-color: transparent; }
            .home-slider .video-container .controls button.pause {
              border: none;
              position: absolute;
              bottom: 0;
              left: 7px;
              width: 12px; }
              .home-slider .video-container .controls button.pause:before {
                content: "";
                width: 16px;
                position: absolute;
                bottom: 17px;
                left: -10px;
                box-shadow: 0 4px 0 2px #fff, 0 12px 0 2px #fff;
                -webkit-box-shadow: 0 4px 0 2px #fff, 0 12px 0 2px #fff;
                -moz-box-shadow: 0 4px 0 2px #fff, 0 12px 0 2px #fff;
                display: block;
                -ms-transform: rotate(-90deg);
                /* IE 9 */
                -webkit-transform: rotate(-90deg);
                /* Safari */
                transform: rotate(-90deg); } }
    @media only screen and (max-width: 767px) {
      .home-slider .video-container {
        padding-bottom: 0;
        height: 300px; } }
    @media only screen and (max-width: 479px) {
      .home-slider .video-container {
        overflow: hidden;
        padding-bottom: 0;
        height: 300px; } }
    .home-slider .video-container .video-slider {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 479px) {
        .home-slider .video-container .video-slider {
          max-width: 171.6%;
          width: inherit !important; } }
  .home-slider .has-video .mobile-xs {
    display: none !important; }
  .home-slider .has-video .desktop-extra {
    display: block !important; }
  .home-slider .banner-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 979px) {
      .home-slider .banner-text {
        max-width: 100%; } }
    .home-slider .banner-text .slider-content {
      max-width: 770px;
      position: absolute;
      top: 43.2%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media only screen and (max-width: 979px) {
        .home-slider .banner-text .slider-content {
          max-width: 100%;
          padding: 0 17px;
          top: 44.2%; } }
    .home-slider .banner-text h3 {
      font-weight: 500;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 45px;
      letter-spacing: -1px;
      color: #ffffff;
      line-height: normal;
      position: relative;
      padding-bottom: 23px;
      margin-bottom: 37px; }
      @media only screen and (max-width: 979px) {
        .home-slider .banner-text h3 {
          font-size: 25px;
          letter-spacing: -0.5px;
          padding-bottom: 15px;
          margin-bottom: 26px; } }
      .home-slider .banner-text h3:after {
        content: "";
        width: 80px;
        height: 8px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media only screen and (max-width: 979px) {
          .home-slider .banner-text h3:after {
            width: 40px;
            height: 4px; } }
    .home-slider .banner-text .desc {
      font-size: 22px;
      font-weight: 400;
      line-height: 1.45;
      color: #ffffff;
      max-height: 90px;
      overflow: hidden; }
      @media only screen and (max-width: 979px) {
        .home-slider .banner-text .desc {
          display: none; } }
    .home-slider .banner-text .button {
      margin-top: 52px;
      padding: 0 67px 0 16px; }
      .home-slider .banner-text .button.btn-green {
        border-bottom: 4px solid rgba(134, 152, 84, 0.8);
        background: #8cc540; }
      @media only screen and (max-width: 979px) {
        .home-slider .banner-text .button {
          margin-top: 0;
          height: 30px;
          line-height: 30px;
          padding: 0 27px 0 11px; } }
      .home-slider .banner-text .button:after {
        top: 53%;
        right: 10px; }
  .home-slider .slick-track {
    margin-bottom: -8px; }
  .home-slider .slick-dots {
    position: absolute;
    list-style: none;
    bottom: 48px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1200px;
    padding: 0 15px; }
    @media only screen and (min-width: 980px) and (max-width: 1200px) {
      .home-slider .slick-dots {
        width: 100%; } }
    @media only screen and (max-width: 979px) {
      .home-slider .slick-dots {
        width: 100%;
        padding: 0 32px;
        bottom: 49px; } }
    .home-slider .slick-dots li {
      display: inline-block;
      padding: 0 13px; }
      @media only screen and (max-width: 979px) {
        .home-slider .slick-dots li {
          padding: 0 6px; } }
      .home-slider .slick-dots li button {
        border: 1px solid #ffffff;
        background: transparent;
        width: 15px;
        height: 15px;
        font-size: 0;
        cursor: pointer; }
        @media only screen and (max-width: 979px) {
          .home-slider .slick-dots li button {
            width: 12px;
            height: 4px; } }
      .home-slider .slick-dots li.slick-active button {
        background: #ccafcf; }
        @media only screen and (max-width: 979px) {
          .home-slider .slick-dots li.slick-active button {
            background: #ffffff; } }
      .home-slider .slick-dots li:first-child {
        padding-left: 0; }

.who-home {
  padding: 89px 0 0 0; }
  @media only screen and (max-width: 979px) {
    .who-home {
      padding: 28px 0 0 0; } }
  .who-home .desc {
    font-weight: 300;
    line-height: 1.67;
    font-size: 15px;
    color: #231F20; }
    @media only screen and (max-width: 979px) {
      .who-home .desc {
        font-size: 14px;
        line-height: 1.72; } }
    .who-home .desc p:last-child {
      font-weight: 400; }
  .who-home .title-section {
    margin-bottom: 29px; }
    @media only screen and (max-width: 979px) {
      .who-home .title-section {
        margin-bottom: 15px; } }
  .who-home .text-content {
    margin-bottom: 89px; }
    @media only screen and (max-width: 979px) {
      .who-home .text-content {
        margin-bottom: 36px; } }
    .who-home .text-content .text {
      float: left;
      width: calc(100% - 293px); }
      @media only screen and (max-width: 979px) {
        .who-home .text-content .text {
          float: none;
          width: 100%; } }
      .who-home .text-content .text .desc p {
        margin-bottom: 34px; }
        @media only screen and (max-width: 979px) {
          .who-home .text-content .text .desc p {
            margin-bottom: 12px; } }
    .who-home .text-content img {
      float: right;
      width: 147px;
      margin-top: 10px;
      margin-right: 14px; }
      @media only screen and (max-width: 979px) {
        .who-home .text-content img {
          display: none; } }
  .who-home .block-intro {
    background: #293950;
    padding-bottom: 81px; }
    @media only screen and (max-width: 979px) {
      .who-home .block-intro {
        padding-top: 20px;
        padding-bottom: 24px; } }
    .who-home .block-intro img {
      float: left;
      width: 48.7%;
      margin-top: -37px; }
      @media only screen and (max-width: 979px) {
        .who-home .block-intro img {
          float: none;
          width: 100%;
          margin: 0; } }
    .who-home .block-intro .intro-text {
      float: left;
      width: 51%;
      padding: 76px 0 0 54px;
      color: #ffffff; }
      @media only screen and (max-width: 979px) {
        .who-home .block-intro .intro-text {
          float: none;
          width: 100%;
          padding: 19px 0 0 0px; } }
      .who-home .block-intro .intro-text .intro {
        position: relative;
        padding-bottom: 21px; }
        @media only screen and (max-width: 979px) {
          .who-home .block-intro .intro-text .intro {
            padding-bottom: 14px;
            padding-left: 6px; } }
        .who-home .block-intro .intro-text .intro:after {
          content: "";
          width: 80px;
          height: 8px;
          background: #26abe2;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media only screen and (max-width: 979px) {
            .who-home .block-intro .intro-text .intro:after {
              width: 40px;
              height: 4px;
              left: 7px; } }
        .who-home .block-intro .intro-text .intro p {
          font-weight: 500;
          font-style: italic;
          font-family: 'Libre Franklin Medium', sans-serif;
          font-size: 18px;
          line-height: 1.56;
          margin-bottom: 6px; }
          @media only screen and (max-width: 979px) {
            .who-home .block-intro .intro-text .intro p {
              font-size: 14px;
              line-height: 1.76;
              letter-spacing: 0.5px;
              word-spacing: -1px; } }
      .who-home .block-intro .intro-text .author {
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 21px; }
        @media only screen and (max-width: 979px) {
          .who-home .block-intro .intro-text .author {
            font-size: 14px;
            margin-top: 15px;
            padding-left: 7px; } }

.home-projects {
  padding: 90px 0 106px 0; }
  @media only screen and (max-width: 979px) {
    .home-projects {
      padding: 49px 0 59px 0; }
      .home-projects .title-section {
        margin-bottom: 20px; } }
  .home-projects .posts-list {
    list-style: none;
    margin: 40px -15px 0;
    overflow: hidden; }
    @media only screen and (max-width: 979px) {
      .home-projects .posts-list {
        margin-top: 30px; } }
    .home-projects .posts-list li {
      width: 33.33%;
      padding: 0 15px;
      float: left; }
      @media only screen and (max-width: 979px) {
        .home-projects .posts-list li {
          width: 100%;
          padding: 0;
          margin-bottom: 34px;
          float: none; } }
      .home-projects .posts-list li .post-thumbnail a {
        display: block;
        position: relative;
        overflow: hidden;
        padding-top: 70.3%; }
        @media only screen and (max-width: 979px) {
          .home-projects .posts-list li .post-thumbnail a {
            padding-top: 70.7%; } }
        .home-projects .posts-list li .post-thumbnail a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          max-width: inherit;
          max-height: 119%; }
          @media only screen and (max-width: 979px) {
            .home-projects .posts-list li .post-thumbnail a img {
              max-height: inherit;
              height: 110%; } }
      .home-projects .posts-list li .post-title {
        background: #f7f7f7;
        text-align: center;
        min-height: 90px;
        position: relative;
        -webkit-transition: all 1s;
        -ms-transform: all 1s;
        transition: all 1s; }
        @media only screen and (max-width: 979px) {
          .home-projects .posts-list li .post-title {
            min-height: 80px; } }
        .home-projects .posts-list li .post-title a {
          text-decoration: none;
          text-transform: uppercase;
          color: #231F20;
          font-size: 18px;
          font-weight: 500;
          line-height: 1.56;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 30px; }
          @media only screen and (max-width: 979px) {
            .home-projects .posts-list li .post-title a {
              font-size: 16px;
              line-height: 1.38;
              padding: 0 38px; } }
      .home-projects .posts-list li:hover .post-title {
        background: #dfdfdf; }
  .home-projects .block-see-more {
    margin-top: 61px; }
    @media only screen and (max-width: 979px) {
      .home-projects .block-see-more {
        margin-top: 3px; } }
  .home-projects .see-other {
    font-size: 24px;
    font-weight: 600;
    color: #26abe2;
    position: relative;
    border-bottom: 4px solid rgba(38, 171, 226, 0.7);
    text-decoration: none;
    padding-right: 22px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 979px) {
      .home-projects .see-other {
        font-size: 18px;
        padding-bottom: 9px;
        padding-right: 17px; } }
    .home-projects .see-other:after {
      font-family: "icomoon", sans-serif;
      display: inline-block;
      content: "\e900";
      font-size: 30px;
      font-weight: 100;
      color: #26abe2;
      line-height: normal;
      position: absolute;
      right: -8px;
      top: 35%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media only screen and (max-width: 979px) {
        .home-projects .see-other:after {
          font-size: 26px;
          top: 40%; } }

.banner-home {
  position: relative; }
  .banner-home .banner-image {
    position: relative; }
    .banner-home .banner-image:before {
      content: "";
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(140, 197, 64, 0.7) 0%, rgba(140, 197, 64, 0.7) 100%);
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .banner-home .banner-image:before {
          display: none; } }
    @media only screen and (max-width: 979px) {
      .banner-home .banner-image {
        padding: 14.8% 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover; }
        .banner-home .banner-image img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-height: 135%;
          width: auto;
          max-width: 135%; } }
    @media only screen and (max-width: 599px) {
      .banner-home .banner-image {
        padding: 32.8% 0; } }
  .banner-home .text-banner {
    position: absolute;
    top: 49.07%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%; }
    @media only screen and (max-width: 979px) {
      .banner-home .text-banner {
        padding: 0 17px;
        z-index: 10; } }
    .banner-home .text-banner .title-section {
      font-size: 45px;
      color: #ffffff;
      letter-spacing: -0.8px;
      margin-bottom: 49px;
      padding-bottom: 23px; }
      @media only screen and (max-width: 979px) {
        .banner-home .text-banner .title-section {
          font-size: 25px;
          letter-spacing: -0.5px;
          margin-bottom: 26px;
          padding-bottom: 14px; } }
      .banner-home .text-banner .title-section:after {
        background: #ffffff; }
    .banner-home .text-banner .button {
      padding: 0 78px 0 17px;
      line-height: 31px;
      position: relative;
      border-bottom: none;
      background: #8CC540; }
      .banner-home .text-banner .button:before {
        content: "";
        width: 100%;
        height: 4px;
        background: rgba(128, 183, 60, 0.8);
        position: absolute;
        left: 0;
        bottom: 0; }
      @media only screen and (max-width: 979px) {
        .banner-home .text-banner .button {
          height: 30px;
          line-height: 29px;
          padding: 0 39px 0 12px;
          border-bottom: none;
          position: relative; }
          .banner-home .text-banner .button:before {
            content: "";
            width: 100%;
            height: 4px;
            background: rgba(108, 176, 96, 0.7);
            position: absolute;
            left: 0;
            bottom: 0; } }
      .banner-home .text-banner .button:after {
        top: 43%;
        right: 12px; }

.video-slider::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

.video-slider::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

.video-slider::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.research-landing #breadcrumbs-wrapper {
  background: transparent;
  padding: 3px 0 23px; }

.banner-top {
  position: relative; }
  .banner-top .content {
    position: absolute;
    top: 47.9%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    @media only screen and (max-width: 979px) {
      .banner-top .content {
        top: 49.1%;
        padding: 0 30px; } }
  .banner-top .banner-image {
    overflow: hidden;
    padding-top: 34.8%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
    @media only screen and (max-width: 979px) {
      .banner-top .banner-image {
        padding-top: 36.4%; } }
    @media only screen and (max-width: 640px) {
      .banner-top .banner-image {
        padding-top: 58.4%; } }
    @media only screen and (max-width: 479px) {
      .banner-top .banner-image {
        padding-top: 84.4%; } }
  .banner-top .banner-text {
    max-width: 770px; }
  .banner-top h1 {
    font-weight: 600;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 45px;
    letter-spacing: -0.8px;
    color: #ffffff;
    line-height: normal;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 37px; }
    @media only screen and (max-width: 979px) {
      .banner-top h1 {
        font-size: 25px;
        letter-spacing: -0.5px;
        padding-bottom: 14px;
        margin-bottom: 26px; } }
    .banner-top h1:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .banner-top h1:after {
          width: 40px;
          height: 4px; } }
  .banner-top .desc {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.46;
    color: #ffffff; }
    @media only screen and (max-width: 979px) {
      .banner-top .desc {
        display: none; } }
  .banner-top .button {
    margin-top: 38px;
    padding: 0 67px 0 17px;
    background: #8cc540;
    border-bottom-color: rgba(134, 152, 84, 0.9); }
    @media only screen and (max-width: 979px) {
      .banner-top .button {
        height: 30px;
        line-height: 30px;
        margin-top: 0;
        padding: 0 26px 0 12px; } }
    .banner-top .button:after {
      top: 50%;
      right: 11px; }

.our-survey-section {
  padding: 90px 0 0 0; }
  @media only screen and (max-width: 979px) {
    .our-survey-section {
      padding-top: 29px; } }
  .our-survey-section .servey-content {
    max-width: 850px;
    margin-bottom: 136px; }
    @media only screen and (max-width: 979px) {
      .our-survey-section .servey-content {
        max-width: 500px;
        margin-bottom: 46px; } }
    .our-survey-section .servey-content .title-section {
      margin-bottom: 29px; }
      @media only screen and (max-width: 979px) {
        .our-survey-section .servey-content .title-section {
          margin-bottom: 15px; } }
  .our-survey-section .intro p {
    font-weight: 300;
    line-height: 1.67;
    font-size: 15px;
    color: #231F20;
    margin-bottom: 25px; }
    @media only screen and (max-width: 979px) {
      .our-survey-section .intro p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.76;
        margin-bottom: 16px; } }
    .our-survey-section .intro p strong {
      font-weight: 500; }
  .our-survey-section .intro .enquiries-contact {
    margin-top: 30px; }
    @media only screen and (max-width: 979px) {
      .our-survey-section .intro .enquiries-contact {
        margin-top: -6px; } }
    .our-survey-section .intro .enquiries-contact p {
      display: inline-block;
      font-weight: 700;
      margin-bottom: 0; }
      @media only screen and (max-width: 979px) {
        .our-survey-section .intro .enquiries-contact p {
          display: block; } }
      .our-survey-section .intro .enquiries-contact p.name {
        font-weight: normal; }
        @media only screen and (max-width: 979px) {
          .our-survey-section .intro .enquiries-contact p.name {
            font-weight: 700; } }
      .our-survey-section .intro .enquiries-contact p span {
        font-weight: normal;
        color: #9b9b9b; }
  .our-survey-section .section-bottom {
    background: #293950;
    padding-bottom: 56px; }
    @media only screen and (max-width: 979px) {
      .our-survey-section .section-bottom {
        margin: 0;
        padding-bottom: 50px; }
        .our-survey-section .section-bottom .content {
          padding: 0; } }
    .our-survey-section .section-bottom .left-content {
      float: left;
      width: 30%;
      color: #ffffff;
      padding: 43px 0 0 0; }
      @media only screen and (max-width: 979px) {
        .our-survey-section .section-bottom .left-content {
          float: none;
          width: 100%;
          padding: 30px 32px 0;
          margin-bottom: 28px; } }
      .our-survey-section .section-bottom .left-content .title {
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1px;
        color: #ffffff;
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 31px;
        font-size: 40px; }
        @media only screen and (max-width: 979px) {
          .our-survey-section .section-bottom .left-content .title {
            font-size: 25px;
            letter-spacing: -0.5px;
            padding-bottom: 14px;
            margin-bottom: 3px; } }
        .our-survey-section .section-bottom .left-content .title:after {
          content: "";
          width: 80px;
          height: 8px;
          background: #ffffff;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media only screen and (max-width: 979px) {
            .our-survey-section .section-bottom .left-content .title:after {
              width: 40px;
              height: 4px; } }
      .our-survey-section .section-bottom .left-content p {
        font-weight: 300;
        line-height: 1.67; }
        @media only screen and (max-width: 979px) {
          .our-survey-section .section-bottom .left-content p {
            font-weight: 400;
            padding-right: 15px; } }
      .our-survey-section .section-bottom .left-content .button {
        margin-top: 27px;
        padding: 0 83px 0 17px;
        background: #8cc540;
        border-bottom-color: #6e9a44; }
        .our-survey-section .section-bottom .left-content .button:after {
          top: 50%;
          right: 11px; }
        .our-survey-section .section-bottom .left-content .button.mobile {
          display: none; }
        @media only screen and (max-width: 979px) {
          .our-survey-section .section-bottom .left-content .button {
            height: 30px;
            line-height: 30px; }
            .our-survey-section .section-bottom .left-content .button.mobile {
              display: inline-block;
              margin-bottom: 31px; }
            .our-survey-section .section-bottom .left-content .button.desktop {
              display: none; } }
    .our-survey-section .section-bottom .video-container {
      float: right;
      width: 60.6%;
      margin-top: -51px;
      position: relative;
      padding-bottom: 32.1%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      @media only screen and (max-width: 979px) {
        .our-survey-section .section-bottom .video-container {
          float: none;
          width: 100%;
          margin: 0;
          padding-bottom: 43.5%; } }
      @media only screen and (max-width: 640px) {
        .our-survey-section .section-bottom .video-container {
          padding-bottom: 48.5%; } }
      .our-survey-section .section-bottom .video-container video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }

.banner-bottom {
  padding: 89px 0 91px; }
  .banner-bottom ul {
    list-style: none;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-content: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0 -15px; }
    .banner-bottom ul li {
      width: 50%;
      padding: 0 15px;
      position: relative; }
      @media only screen and (max-width: 979px) {
        .banner-bottom ul li {
          width: 100%;
          padding: 0;
          margin-bottom: 30px; } }
      .banner-bottom ul li a {
        display: block;
        text-decoration: none;
        color: #ffffff; }
      .banner-bottom ul li .image {
        position: relative;
        overflow: hidden;
        position: relative; }
        .banner-bottom ul li .image:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          @media only screen and (max-width: 979px) {
            .banner-bottom ul li .image:before {
              display: none; } }
        @media only screen and (max-width: 979px) {
          .banner-bottom ul li .image {
            padding-top: 33.40%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover; } }
        @media only screen and (max-width: 640px) {
          .banner-bottom ul li .image {
            padding-top: 61.4%; } }
      .banner-bottom ul li .link-text {
        font-weight: 600;
        font-size: 34px;
        line-height: 1.29;
        text-align: center;
        color: #ffffff;
        padding-bottom: 25px;
        position: absolute;
        top: 53%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 65%; }
        @media only screen and (max-width: 979px) {
          .banner-bottom ul li .link-text {
            font-size: 25px;
            top: 52%;
            padding-bottom: 13px;
            width: 100%; } }
        .banner-bottom ul li .link-text:after {
          content: "";
          width: 80px;
          height: 4px;
          background: #ffffff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          @media only screen and (max-width: 979px) {
            .banner-bottom ul li .link-text:after {
              width: 40px;
              height: 4px; } }
      .banner-bottom ul li:hover .image {
        box-shadow: 1px 1px 1px 1px #d5d6d8; }
      .banner-bottom ul li:first-child .image:before {
        background-image: linear-gradient(to bottom, rgba(208, 124, 28, 0.8) 0%, rgba(208, 124, 28, 0.8) 100%); }
      .banner-bottom ul li:last-child .image:before {
        background-image: linear-gradient(to bottom, rgba(41, 173, 231, 0.8) 0%, rgba(41, 173, 231, 0.8) 100%); }

.research-landing .banner-bottom {
  padding: 90px 0 90px; }
@media only screen and (max-width: 979px) {
  .research-landing .banner-bottom {
    padding: 0; }
    .research-landing .banner-bottom ul li {
      margin-bottom: 0; } }

main h1.title {
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #293950;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 70px;
  font-size: 45px; }
  @media only screen and (max-width: 979px) {
    main h1.title {
      font-size: 25px;
      padding-bottom: 14px;
      letter-spacing: -0.7px;
      margin-bottom: 29px; } }
  main h1.title:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8cc540;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      main h1.title:after {
        width: 40px;
        height: 4px; } }

.our-project {
  padding: 0 15px !important;
  margin-top: 70px; }
  @media only screen and (max-width: 979px) {
    .our-project {
      margin-top: 30px; } }
  @media only screen and (max-width: 770px) {
    .our-project .col-main-content {
      margin: 0 -15px; } }
  .our-project ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .our-project ul li .text-wrap .post-description p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .our-project ul li .post-thumbnail .post-title.mobile {
      display: none; }
      @media only screen and (max-width: 770px) {
        .our-project ul li .post-thumbnail .post-title.mobile {
          display: block;
          background: transparent; } }
  .our-project .feature-block {
    margin-bottom: 60px; }
    @media only screen and (max-width: 979px) {
      .our-project .feature-block {
        margin-bottom: 0; } }
    .our-project .feature-block li {
      margin-right: 30px;
      width: calc((100% - 31px)/2);
      position: relative;
      margin-bottom: 30px; }
      @media only screen and (max-width: 770px) {
        .our-project .feature-block li {
          width: 100%;
          margin-right: 0;
          background: #f7f7f7;
          margin-bottom: 0; } }
      .our-project .feature-block li .text-wrap {
        position: absolute;
        bottom: 32px;
        left: 30px;
        z-index: 9;
        width: calc(100% - 130px);
        color: #ffffff;
        display: none; }
        .our-project .feature-block li .text-wrap.mobile {
          display: none !important; }
          @media only screen and (max-width: 770px) {
            .our-project .feature-block li .text-wrap.mobile {
              display: block !important; } }
        @media only screen and (max-width: 1199px) {
          .our-project .feature-block li .text-wrap {
            width: calc(100% - 80px); } }
        @media only screen and (max-width: 1060px) {
          .our-project .feature-block li .text-wrap {
            width: calc(100% - 40px);
            left: 20px;
            bottom: 10px; } }
        @media only screen and (max-width: 770px) {
          .our-project .feature-block li .text-wrap {
            position: static;
            width: 100%;
            padding: 13px 15px 16px;
            color: #231F20;
            display: block; }
            .our-project .feature-block li .text-wrap.desktop {
              display: none !important; } }
        .our-project .feature-block li .text-wrap .post-description a {
          color: #ffffff;
          text-decoration: none;
          display: block; }
          .our-project .feature-block li .text-wrap .post-description a:hover {
            text-decoration: none; }
          .our-project .feature-block li .text-wrap .post-description a.view-more {
            text-decoration: underline; }
            @media only screen and (max-width: 770px) {
              .our-project .feature-block li .text-wrap .post-description a.view-more {
                color: #9b9b9b;
                display: inline-block; } }
        .our-project .feature-block li .text-wrap .post-description p {
          -webkit-line-clamp: 4;
          font-size: 22px;
          font-weight: 500;
          line-height: 1.47;
          padding-bottom: 17px;
          margin-bottom: 0;
          height: 136px; }
          @media screen and (min--moz-device-pixel-ratio: 0), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
            .our-project .feature-block li .text-wrap .post-description p {
              max-height: 6.6rem; } }
          @media only screen and (max-width: 979px) {
            .our-project .feature-block li .text-wrap .post-description p {
              max-height: 70px;
              height: inherit;
              padding-bottom: 0; } }
          @media only screen and (max-width: 770px) {
            .our-project .feature-block li .text-wrap .post-description p {
              max-height: inherit;
              font-size: 14px;
              line-height: 1.76;
              margin-bottom: 9px;
              font-weight: 400; } }
        .our-project .feature-block li .text-wrap .view-more {
          text-transform: capitalize;
          color: #ffffff;
          font-size: 14px;
          line-height: 1.43;
          font-weight: 300;
          text-decoration: underline;
          display: inline-block; }
          .our-project .feature-block li .text-wrap .view-more:hover {
            text-decoration: none; }
          @media only screen and (max-width: 770px) {
            .our-project .feature-block li .text-wrap .view-more {
              color: #9b9b9b;
              line-height: 1.71; } }
      .our-project .feature-block li .post-title {
        background: #f7f7f7;
        text-align: left;
        min-height: 90px;
        position: relative;
        -webkit-transition: all 1s;
        -ms-transform: all 1s;
        transition: all 1s;
        min-height: 151px; }
        @media only screen and (max-width: 770px) {
          .our-project .feature-block li .post-title {
            display: none; } }
        .our-project .feature-block li .post-title .title {
          text-decoration: none;
          text-transform: none;
          color: #231F20;
          font-size: 34px;
          font-weight: 600;
          line-height: 1.29;
          width: 100%;
          padding: 30px 30px;
          display: block; }
          @media only screen and (max-width: 1199px) {
            .our-project .feature-block li .post-title .title {
              font-size: 26px; } }
          @media only screen and (max-width: 770px) {
            .our-project .feature-block li .post-title .title {
              display: none; } }
      .our-project .feature-block li .post-thumbnail {
        position: relative;
        overflow: hidden; }
        .our-project .feature-block li .post-thumbnail a:hover {
          text-decoration: none; }
        @media only screen and (max-width: 770px) {
          .our-project .feature-block li .post-thumbnail .post-title {
            font-size: 22px;
            line-height: 1.2;
            text-decoration: none;
            color: #ffffff;
            position: absolute;
            bottom: 17px;
            left: 17px;
            text-shadow: 1px 1px 2px rgba(35, 31, 32, 0.5);
            font-weight: 500;
            text-transform: capitalize;
            min-height: inherit;
            background: transparent; } }
        .our-project .feature-block li .post-thumbnail > a {
          display: block;
          text-decoration: none;
          padding-top: 58%; }
          @media only screen and (max-width: 770px) {
            .our-project .feature-block li .post-thumbnail > a {
              padding-top: 47.7%; } }
          @media only screen and (max-width: 767px) {
            .our-project .feature-block li .post-thumbnail > a {
              padding-top: 56.7%; } }
          .our-project .feature-block li .post-thumbnail > a img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-height: 125%;
            width: auto;
            max-width: inherit; }
            @media only screen and (max-width: 770px) {
              .our-project .feature-block li .post-thumbnail > a img {
                width: 100%;
                max-height: inherit; } }
      .our-project .feature-block li:hover .text-wrap {
        display: block; }
      .our-project .feature-block li:hover .post-title {
        background: #dfdfdf; }
      .our-project .feature-block li:nth-child(n+1):hover .post-thumbnail > a:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(102, 13, 120, 0.8);
        display: block;
        /*z-index: 9;*/
        position: absolute;
        left: 0;
        top: 0; }
        @media only screen and (max-width: 770px) {
          .our-project .feature-block li:nth-child(n+1):hover .post-thumbnail > a:after {
            display: none; } }
      .our-project .feature-block li:nth-child(2n) {
        margin-right: 0; }
        .our-project .feature-block li:nth-child(2n):hover .post-thumbnail > a:after {
          content: "";
          width: 100%;
          height: 100%;
          background: rgba(33, 156, 207, 0.8);
          display: block;
          /*z-index: 9;*/
          position: absolute;
          left: 0;
          top: 0; }
          @media only screen and (max-width: 770px) {
            .our-project .feature-block li:nth-child(2n):hover .post-thumbnail > a:after {
              display: none; } }
      .our-project .feature-block li:nth-child(2n) {
        margin-right: 0; }
  .our-project .list-projects {
    margin-bottom: 30px; }
    .our-project .list-projects li {
      margin-right: 30px;
      width: calc((100% - 60px)/3);
      background: #f7f7f7;
      position: relative;
      margin-bottom: 59px;
      -webkit-transition: all 1s;
      -ms-transform: all 1s;
      transition: all 1s; }
      @media only screen and (max-width: 770px) {
        .our-project .list-projects li {
          width: 100%;
          margin: 0; } }
      .our-project .list-projects li:nth-child(3n) {
        margin-right: 0; }
      .our-project .list-projects li .post-thumbnail {
        position: relative;
        overflow: hidden;
        padding-top: 70.3%; }
        @media only screen and (max-width: 770px) {
          .our-project .list-projects li .post-thumbnail {
            padding-top: 56.3%; }
            .our-project .list-projects li .post-thumbnail .post-title {
              font-size: 22px;
              line-height: 1.2;
              text-decoration: none;
              color: #ffffff;
              position: absolute;
              bottom: 17px;
              left: 17px;
              text-shadow: 1px 1px 2px rgba(35, 31, 32, 0.5);
              font-weight: 500;
              text-transform: capitalize; } }
        .our-project .list-projects li .post-thumbnail a {
          display: block; }
          .our-project .list-projects li .post-thumbnail a img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-height: 100%;
            width: auto;
            max-width: inherit; }
            @media only screen and (max-width: 770px) {
              .our-project .list-projects li .post-thumbnail a img {
                width: 100%;
                max-height: inherit; } }
      .our-project .list-projects li .text-wrap {
        padding: 20px 26px 37px; }
        @media only screen and (max-width: 770px) {
          .our-project .list-projects li .text-wrap {
            padding: 13px 15px 16px; } }
        .our-project .list-projects li .text-wrap .title {
          text-decoration: none;
          text-transform: capitalize;
          font-weight: 600;
          font-size: 18px;
          line-height: 1.56;
          color: #231F20;
          margin-bottom: 8px;
          display: block; }
          @media only screen and (max-width: 770px) {
            .our-project .list-projects li .text-wrap .title {
              display: none; } }
        .our-project .list-projects li .text-wrap .post-description p {
          -webkit-line-clamp: 2;
          line-height: 1.71;
          margin-bottom: 27px;
          font-size: 14px; }
          @media screen and (min--moz-device-pixel-ratio: 0), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
            .our-project .list-projects li .text-wrap .post-description p {
              max-height: 3.3rem; } }
          @media only screen and (max-width: 770px) {
            .our-project .list-projects li .text-wrap .post-description p {
              font-size: 14px;
              line-height: 1.76;
              margin-bottom: 9px;
              font-weight: 400; } }
        .our-project .list-projects li .text-wrap .view-more {
          position: absolute;
          left: 26px;
          bottom: 31px;
          text-transform: capitalize;
          font-weight: 300;
          font-size: 14px;
          line-height: 1.43;
          color: #9b9b9b; }
          @media only screen and (max-width: 770px) {
            .our-project .list-projects li .text-wrap .view-more {
              position: static;
              line-height: 1.71; } }
      .our-project .list-projects li:hover {
        background: #dfdfdf; }

.col-left {
  float: left;
  width: calc(100% - 400px); }
  @media only screen and (max-width: 979px) {
    .col-left {
      float: none;
      width: 100%; } }

.col-right {
  float: right;
  width: 330px;
  margin-left: 70px; }
  @media only screen and (max-width: 979px) {
    .col-right {
      float: none;
      width: 100%;
      margin: 0; } }
  .col-right .side-bar {
    background: rgba(38, 171, 226, 0.1);
    margin-bottom: 50px;
    padding: 30px 30px 11px; }
    .col-right .side-bar h2 {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -1px;
      color: #26abe2;
      margin-bottom: 19px; }
    .col-right .side-bar a {
      text-decoration: none;
      font-size: 14px;
      line-height: 1.71;
      color: #231F20;
      display: block;
      padding-bottom: 10px;
      margin-bottom: 16px; }
      .col-right .side-bar a:hover {
        color: #26abe2;
        position: relative;
        padding-bottom: 10px; }
        .col-right .side-bar a:hover:after {
          content: "";
          width: 16px;
          height: 4px;
          background: rgba(38, 171, 226, 0.7);
          position: absolute;
          bottom: 0;
          left: 0; }
      .col-right .side-bar a.block-title {
        margin: 0;
        padding: 0; }
        .col-right .side-bar a.block-title:hover:after {
          display: none; }
    .col-right .side-bar.widget_text {
      padding-bottom: 38px; }
      @media only screen and (max-width: 979px) {
        .col-right .side-bar.widget_text {
          margin: 0 -15px;
          padding: 29px 15px 39px; }
          .col-right .side-bar.widget_text .textwidget {
            font-size: 14px; } }
      .col-right .side-bar.widget_text h2 {
        margin-bottom: 16px; }
        @media only screen and (max-width: 979px) {
          .col-right .side-bar.widget_text h2 {
            margin-bottom: 17px; } }
      .col-right .side-bar.widget_text a {
        display: inline;
        color: #9b9b9b;
        text-decoration: underline; }
        .col-right .side-bar.widget_text a:hover {
          text-decoration: none; }
          .col-right .side-bar.widget_text a:hover:after {
            display: none; }
    .col-right .side-bar .link-apply a {
      display: inline-block;
      text-decoration: underline;
      color: #9b9b9b; }
      .col-right .side-bar .link-apply a:hover:after {
        display: none; }
    .col-right .side-bar.our-videos {
      padding-bottom: 40px; }
      .col-right .side-bar.our-videos > a.link-to-project {
        margin-bottom: 0;
        padding-bottom: 0; }
        .col-right .side-bar.our-videos > a.link-to-project:hover:after {
          display: none; }
      .col-right .side-bar.our-videos .video-container {
        position: relative; }
        @media only screen and (max-width: 979px) {
          .col-right .side-bar.our-videos .video-container iframe {
            height: 100% !important; } }
        .col-right .side-bar.our-videos .video-container iframe .ytp-large-play-button {
          width: 26px !important; }
      .col-right .side-bar.our-videos ul {
        list-style: none; }
        .col-right .side-bar.our-videos ul li a {
          padding: 0;
          margin: 0; }
          .col-right .side-bar.our-videos ul li a:hover:after {
            display: none; }
        .col-right .side-bar.our-videos ul.slider-for {
          margin-bottom: 20px; }
          @media only screen and (max-width: 979px) {
            .col-right .side-bar.our-videos ul.slider-for {
              margin-bottom: 30px; } }
          .col-right .side-bar.our-videos ul.slider-for .video-container {
            padding-bottom: 56.2%;
            overflow: hidden; }
            .col-right .side-bar.our-videos ul.slider-for .video-container img {
              position: absolute;
              top: 0;
              left: 0; }
            @media only screen and (max-width: 979px) {
              .col-right .side-bar.our-videos ul.slider-for .video-container {
                padding-top: 0;
                padding-bottom: 56.25%; } }
          .col-right .side-bar.our-videos ul.slider-for li {
            position: relative;
            overflow: hidden; }
          .col-right .side-bar.our-videos ul.slider-for .cli {
            position: absolute;
            top: 0;
            overflow: hidden;
            display: block;
            width: 100%;
            height: 100%; }
            .col-right .side-bar.our-videos ul.slider-for .cli:after {
              content: "";
              background: url(../images/btn-youtube.png) no-repeat;
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 50px;
              height: 50px;
              background-size: 53px 34px;
              opacity: 0.8; }
            .col-right .side-bar.our-videos ul.slider-for .cli:hover:after {
              display: inline-block; }
        .col-right .side-bar.our-videos ul.slider-nav {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          padding: 0 30px; }
          .col-right .side-bar.our-videos ul.slider-nav li {
            width: 33.33%;
            padding: 0 10px;
            position: relative; }
            .col-right .side-bar.our-videos ul.slider-nav li a {
              position: static;
              top: 0;
              width: 50px;
              height: 28px;
              overflow: hidden; }
              .col-right .side-bar.our-videos ul.slider-nav li a:after {
                content: "";
                background: url(../images/btn-youtube.png) no-repeat;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 10px;
                height: 8px;
                background-size: 11px 8px; }
              .col-right .side-bar.our-videos ul.slider-nav li a:hover:after {
                display: inline-block; }
          .col-right .side-bar.our-videos ul.slider-nav .video-container {
            padding-top: 18px;
            padding-bottom: 21%; }
            .col-right .side-bar.our-videos ul.slider-nav .video-container img {
              display: none; }
            .col-right .side-bar.our-videos ul.slider-nav .video-container iframe {
              height: 100% !important; }
    .col-right .side-bar.our-frequent {
      margin-bottom: 60px;
      padding: 0; }
      @media only screen and (max-width: 979px) {
        .col-right .side-bar.our-frequent {
          margin: 0 -15px; } }
      .col-right .side-bar.our-frequent .text-link {
        background: #67c4ea;
        padding: 71px 35px 50px;
        text-align: center;
        margin: 0; }
        .col-right .side-bar.our-frequent .text-link:hover:after {
          display: none; }
        @media only screen and (max-width: 979px) {
          .col-right .side-bar.our-frequent .text-link {
            padding: 64px 35px 59px; } }
      .col-right .side-bar.our-frequent span {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.33;
        text-align: center;
        color: #ffffff;
        position: relative;
        padding-bottom: 22px;
        display: block; }
        @media only screen and (max-width: 979px) {
          .col-right .side-bar.our-frequent span {
            font-size: 25px;
            padding-bottom: 13px;
            letter-spacing: -0.5px;
            line-height: normal; } }
        .col-right .side-bar.our-frequent span:after {
          content: "";
          width: 80px;
          height: 4px;
          background: #ffffff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          @media only screen and (max-width: 979px) {
            .col-right .side-bar.our-frequent span:after {
              width: 40px; } }
        .col-right .side-bar.our-frequent span:hover {
          color: #ffffff; }
          .col-right .side-bar.our-frequent span:hover:after {
            content: "";
            width: 80px;
            height: 4px;
            background: #ffffff;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
      .col-right .side-bar.our-frequent .title h2 {
        display: none; }

.about-us {
  margin-top: 68px; }
  @media only screen and (max-width: 979px) {
    .about-us {
      margin-top: 32px; }
      .about-us .col-right .side-bar.our_report, .about-us .col-right .side-bar.our_project {
        display: none; }
      .about-us .col-right .side-bar.our-videos {
        padding: 0;
        margin: -1px -15px 0;
        background: transparent; }
        .about-us .col-right .side-bar.our-videos > a.link-to-project {
          display: none; }
        .about-us .col-right .side-bar.our-videos ul.slider-nav {
          display: none; } }
  .about-us h1 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #293950; }
    @media only screen and (max-width: 979px) {
      .about-us h1 {
        font-size: 25px;
        letter-spacing: -0.7px;
        line-height: 1.09; } }
  .about-us .top-expert h1 {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 979px) {
      .about-us .top-expert h1 {
        padding-bottom: 15px;
        margin-bottom: 11px; } }
    .about-us .top-expert h1:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #8cc540;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .about-us .top-expert h1:after {
          width: 40px;
          height: 4px; } }
  .about-us .top-expert p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.46;
    color: #231F20; }
    @media only screen and (max-width: 979px) {
      .about-us .top-expert p {
        font-size: 16px;
        line-height: 1.63; } }
  .about-us .page-content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #231F20;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 31px;
    margin-top: 88px; }
    @media only screen and (max-width: 979px) {
      .about-us .page-content h2 {
        font-size: 23px;
        margin-top: 49px;
        padding-bottom: 14px;
        margin-bottom: 17px;
        letter-spacing: -0.5px;
        line-height: 1.09; } }
    .about-us .page-content h2:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #26ABE2;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .about-us .page-content h2:after {
          width: 40px;
          height: 4px; } }
  .about-us .page-content h3 {
    font-weight: 600;
    line-height: 1.42;
    font-size: 24px;
    color: #26abe2;
    margin-bottom: 11px; }
    @media only screen and (max-width: 979px) {
      .about-us .page-content h3 {
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 1.63; } }
    .about-us .page-content h3 + p {
      margin-bottom: 20px; }
      @media only screen and (max-width: 979px) {
        .about-us .page-content h3 + p {
          margin-bottom: 23px; } }
  .about-us .page-content p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.67;
    color: #231F20;
    margin-bottom: 25px; }
    @media only screen and (max-width: 979px) {
      .about-us .page-content p {
        font-size: 14px;
        line-height: 1.72;
        margin-bottom: 16px; } }
  .about-us .page-content img {
    width: inherit;
    margin-top: 61px; }
    @media only screen and (max-width: 979px) {
      .about-us .page-content img {
        margin-top: 29px; } }
  .about-us .page-content ul, .about-us .page-content ol {
    margin: 10px 0; }
    .about-us .page-content ul li, .about-us .page-content ol li {
      font-weight: 300; }
  .about-us .page-content blockquote p {
    position: relative; }
    .about-us .page-content blockquote p:before {
      content: "“"; }
    .about-us .page-content blockquote p:after {
      content: "”"; }
  .about-us .banner-bottom {
    padding: 69px 0 91px; }
    @media only screen and (max-width: 979px) {
      .about-us .banner-bottom {
        padding: 28px 0 1px; } }
    .about-us .banner-bottom .content {
      padding: 0; }
    .about-us .banner-bottom ul li .link-text {
      line-height: 1.3;
      top: 53.6%;
      padding-bottom: 24px; }

.top-status {
  background: #293950;
  color: #ffffff;
  padding: 69px 0 91px;
  margin-bottom: 110px; }
  @media only screen and (max-width: 979px) {
    .top-status {
      padding: 30px 0 50px;
      margin-bottom: 31px; }
      .top-status .content {
        padding: 0 32px; } }
  .top-status h1 {
    font-weight: 600;
    font-size: 45px;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 979px) {
      .top-status h1 {
        font-size: 25px;
        padding-bottom: 14px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
        line-height: normal; } }
    .top-status h1:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .top-status h1:after {
          width: 40px;
          height: 4px; } }
  .top-status .status {
    background: rgba(255, 255, 255, 0.1);
    padding: 61px 100px 19px; }
    @media only screen and (max-width: 979px) {
      .top-status .status {
        padding: 17px 17px 18px; } }
    .top-status .status h3 {
      font-weight: 600;
      font-size: 24px;
      line-height: 1.42;
      color: #26abe2;
      margin-bottom: 25px; }
      @media only screen and (max-width: 979px) {
        .top-status .status h3 {
          font-size: 14px;
          text-transform: capitalize;
          margin-bottom: 1px; } }
    .top-status .status span {
      font-weight: 600;
      font-size: 40px;
      color: #ffffff;
      letter-spacing: -1px; }
      @media only screen and (max-width: 979px) {
        .top-status .status span {
          font-size: 20px;
          font-weight: 500; } }
    .top-status .status ul {
      list-style: none;
      margin-left: 10px; }
      @media only screen and (max-width: 979px) {
        .top-status .status ul {
          margin-top: 10px; } }
      .top-status .status ul li {
        color: #ffffff;
        font-weight: 400;
        font-size: 27px;
        line-height: 1.37; }
        @media only screen and (max-width: 979px) {
          .top-status .status ul li {
            font-size: 15px;
            line-height: 1.35;
            font-weight: 400; } }
        .top-status .status ul li:before {
          content: "\2022";
          display: inline-block;
          width: 1em;
          color: #ffffff; }
          @media only screen and (max-width: 979px) {
            .top-status .status ul li:before {
              width: 1.7em; } }
    .top-status .status .item {
      margin-bottom: 42px; }
      @media only screen and (max-width: 979px) {
        .top-status .status .item {
          margin-bottom: 8px; } }
    .top-status .status .left {
      float: left;
      width: 49%;
      margin-right: 27px; }
      @media only screen and (max-width: 979px) {
        .top-status .status .left {
          float: none;
          width: 100%; } }
    .top-status .status .right {
      float: left;
      width: 48%; }
      @media only screen and (max-width: 979px) {
        .top-status .status .right {
          float: none;
          width: 100%; } }

.grants-page {
  margin-bottom: 91px; }
  @media only screen and (max-width: 979px) {
    .grants-page {
      margin-bottom: 0; } }
  .grants-page .page-main-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67;
    color: #231F20; }
    @media only screen and (max-width: 979px) {
      .grants-page .page-main-content p {
        font-size: 14px;
        line-height: 1.76; } }
  .grants-page .page-main-content .col-left h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #231F20;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 31px; }
    @media only screen and (max-width: 979px) {
      .grants-page .page-main-content .col-left h2 {
        font-size: 23px;
        padding-bottom: 14px;
        margin-bottom: 17px;
        letter-spacing: -0.5px;
        line-height: 1.09; } }
    .grants-page .page-main-content .col-left h2:after {
      content: "";
      width: 83px;
      height: 8px;
      background: #26abe2;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left h2:after {
          width: 40px;
          height: 4px; } }
  .grants-page .page-main-content .col-left a {
    text-decoration: underline;
    color: #9b9b9b; }
    .grants-page .page-main-content .col-left a:hover {
      text-decoration: none;
      color: #231F20; }
  .grants-page .page-main-content .col-left .block-expert {
    margin-bottom: 17px; }
    @media only screen and (max-width: 979px) {
      .grants-page .page-main-content .col-left .block-expert {
        margin-bottom: 10px; }
        .grants-page .page-main-content .col-left .block-expert h2 {
          margin-bottom: 24px; } }
    .grants-page .page-main-content .col-left .block-expert p {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.45;
      color: #231F20; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .block-expert p {
          font-size: 16px;
          line-height: 1.63;
          margin-bottom: 5px; } }
  .grants-page .page-main-content .col-left .item {
    margin-bottom: 24px; }
    @media only screen and (max-width: 979px) {
      .grants-page .page-main-content .col-left .item {
        margin-bottom: 22px; } }
    .grants-page .page-main-content .col-left .item h3 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.42;
      color: #26abe2;
      margin-bottom: 12px; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .item h3 {
          font-size: 16px;
          margin-bottom: 5px;
          line-height: 1.63; } }
    .grants-page .page-main-content .col-left .item p {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.67;
      color: #231F20;
      margin-bottom: 0; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .item p {
          font-size: 14px;
          line-height: 1.75; } }
    .grants-page .page-main-content .col-left .item ol, .grants-page .page-main-content .col-left .item ul {
      margin: 21px 0; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .item ol, .grants-page .page-main-content .col-left .item ul {
          margin: 16px 0; } }
      .grants-page .page-main-content .col-left .item ol li, .grants-page .page-main-content .col-left .item ul li {
        color: #26abe2; }
        @media only screen and (max-width: 979px) {
          .grants-page .page-main-content .col-left .item ol li, .grants-page .page-main-content .col-left .item ul li {
            line-height: 1.6; } }
    .grants-page .page-main-content .col-left .item strong {
      font-weight: 700;
      display: inline-block;
      margin-top: 26px; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .item strong {
          margin-top: 16px; } }
    .grants-page .page-main-content .col-left .item pre {
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 400;
      color: #26abe2;
      font-size: 15px;
      line-height: 1.67;
      margin-top: 24px; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .item pre {
          margin-top: 16px; } }
  .grants-page .page-main-content .col-left .apply {
    margin-top: 90px; }
    @media only screen and (max-width: 979px) {
      .grants-page .page-main-content .col-left .apply {
        margin-top: 51px; }
        .grants-page .page-main-content .col-left .apply h2 {
          margin-bottom: 20px; } }
    .grants-page .page-main-content .col-left .apply a {
      text-decoration: none;
      color: #ffffff;
      padding: 0 54px 0 20px;
      border-bottom-color: #67c4ea; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .apply a {
          height: 30px;
          line-height: 30px;
          padding-right: 53px; } }
      .grants-page .page-main-content .col-left .apply a:after {
        right: 17px;
        top: 50%; }
  .grants-page .page-main-content .col-left .top-content {
    margin-bottom: 40px; }
    @media only screen and (max-width: 979px) {
      .grants-page .page-main-content .col-left .top-content {
        padding-right: 5px;
        margin-bottom: 49px; } }
    .grants-page .page-main-content .col-left .top-content p {
      margin-bottom: 25px; }
      @media only screen and (max-width: 979px) {
        .grants-page .page-main-content .col-left .top-content p {
          margin-bottom: 16px; } }
  .grants-page .grants-close .top-status {
    margin-bottom: 0;
    padding-bottom: 89px; }
    @media only screen and (max-width: 979px) {
      .grants-page .grants-close .top-status {
        padding-bottom: 50px; } }
    .grants-page .grants-close .top-status .status {
      padding-bottom: 66px; }
      @media only screen and (max-width: 979px) {
        .grants-page .grants-close .top-status .status {
          padding-bottom: 18px; } }
      .grants-page .grants-close .top-status .status .text-status h3 {
        margin-bottom: 13px; }
        @media only screen and (max-width: 979px) {
          .grants-page .grants-close .top-status .status .text-status h3 {
            margin-bottom: 3px; } }
      .grants-page .grants-close .top-status .status .text-status p {
        font-size: 40px;
        letter-spacing: -1px;
        font-weight: 600;
        margin-bottom: 38px; }
        @media only screen and (max-width: 979px) {
          .grants-page .grants-close .top-status .status .text-status p {
            font-size: 20px;
            margin-bottom: 12px;
            font-weight: 500; } }
      .grants-page .grants-close .top-status .status p {
        font-weight: 400;
        font-size: 27px;
        line-height: 1.37;
        margin-bottom: 42px; }
        @media only screen and (max-width: 979px) {
          .grants-page .grants-close .top-status .status p {
            font-size: 20px;
            letter-spacing: -0.5px;
            line-height: normal;
            margin-bottom: 12px; } }
      .grants-page .grants-close .top-status .status ul li a {
        color: #ffffff; }
  .grants-page .grants-close .text-content {
    position: relative; }
    .grants-page .grants-close .text-content .banner-image {
      overflow: hidden;
      padding-top: 27.8%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover; }
      @media only screen and (max-width: 979px) {
        .grants-page .grants-close .text-content .banner-image {
          padding-top: 38%; } }
      @media only screen and (max-width: 479px) {
        .grants-page .grants-close .text-content .banner-image {
          padding-top: 63%; } }
      @media only screen and (max-width: 360px) {
        .grants-page .grants-close .text-content .banner-image {
          padding-top: 87%; } }
    .grants-page .grants-close .text-content .text-wrap {
      position: absolute;
      top: 47.3%;
      width: 100%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #ffffff; }
    .grants-page .grants-close .text-content h1 {
      font-size: 45px;
      font-weight: 600;
      letter-spacing: -1px;
      color: #ffffff;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 31px; }
      @media only screen and (max-width: 979px) {
        .grants-page .grants-close .text-content h1 {
          font-size: 25px;
          letter-spacing: -0.5px;
          margin-bottom: 20px;
          padding-bottom: 14px; } }
      .grants-page .grants-close .text-content h1:after {
        content: "";
        width: 80px;
        height: 8px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media only screen and (max-width: 979px) {
          .grants-page .grants-close .text-content h1:after {
            width: 40px;
            height: 4px; } }
    .grants-page .grants-close .text-content .expert {
      font-size: 22px;
      font-weight: 400;
      line-height: 1.45; }
      @media only screen and (max-width: 979px) {
        .grants-page .grants-close .text-content .expert {
          font-size: 14px;
          line-height: 1.71;
          margin-bottom: 0; } }
    .grants-page .grants-close .text-content .form {
      width: 272px;
      margin-top: 32px; }
      @media only screen and (max-width: 979px) {
        .grants-page .grants-close .text-content .form {
          margin-top: 10px; } }
      .grants-page .grants-close .text-content .form h2.show-title {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -1px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 979px) {
          .grants-page .grants-close .text-content .form h2.show-title {
            margin-bottom: 5px; } }
      .grants-page .grants-close .text-content .form .subscrible-wrap .btn-subscrible {
        background: linear-gradient(to right, #aed679, #8cc540);
        font-size: 0;
        width: 30px;
        height: 34px;
        border: none;
        border-bottom: 4px solid rgba(111, 178, 96, 0.8);
        float: right;
        padding: 0;
        margin-right: 2px; }
        .grants-page .grants-close .text-content .form .subscrible-wrap .btn-subscrible:after {
          color: #ffffff;
          right: 11px; }
      .grants-page .grants-close .text-content .form .subscrible-wrap input {
        float: left;
        width: calc(100% - 32px);
        border: none;
        background: #ffffff;
        height: 34px;
        line-height: 100%;
        border-bottom: 4px solid #eaeaea;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 300;
        color: #9b9b9b; }
  .grants-page .grants-close .button-home {
    margin-top: 70px; }
    @media only screen and (max-width: 979px) {
      .grants-page .grants-close .button-home {
        margin-top: 19px;
        margin-bottom: 50px; } }
    .grants-page .grants-close .button-home .button {
      padding: 0 58px 0 17px; }
      .grants-page .grants-close .button-home .button:after {
        top: 50%;
        right: 13px; }
      @media only screen and (max-width: 979px) {
        .grants-page .grants-close .button-home .button {
          height: 30px;
          line-height: 30px;
          padding: 0 53px 0 20px; }
          .grants-page .grants-close .button-home .button:after {
            right: 16px; } }
  @media only screen and (max-width: 979px) {
    .grants-page .col-right .side-bar.our_report, .grants-page .col-right .side-bar.our_project, .grants-page .col-right .side-bar.our-videos {
      display: none; }
    .grants-page .col-right .side-bar.our-frequent {
      margin-top: 50px; } }

.video-page .content {
  padding: 0 15px;
  margin-top: 69px; }
  @media only screen and (max-width: 979px) {
    .video-page .content {
      margin-top: 30px; } }
.video-page h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #293950;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 56px; }
  @media only screen and (max-width: 979px) {
    .video-page h1 {
      font-size: 25px;
      letter-spacing: -0.7px;
      padding-bottom: 13px;
      margin-bottom: 19px; } }
  .video-page h1:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8cc540;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      .video-page h1:after {
        width: 40px;
        height: 4px; } }
.video-page #cateMobile {
  position: relative;
  margin: 0 -15px 29px; }
.video-page .categories-title {
  list-style: none; }
  .video-page .categories-title li {
    background: #3e4d61;
    padding: 0 15px; }
    .video-page .categories-title li a {
      position: relative;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      color: #ffffff;
      padding: 5px 16px 7px 0;
      display: inline-block; }
      .video-page .categories-title li a:after {
        font-family: "icomoon", sans-serif;
        display: inline-block;
        content: "\e902";
        font-size: 9px;
        font-weight: 100;
        color: #ffffff;
        line-height: normal;
        position: absolute;
        right: 0px;
        top: 14px;
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Safari */
        transform: rotate(90deg); }
.video-page .categories-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 64px; }
  @media only screen and (max-width: 979px) {
    .video-page .categories-list {
      margin: 0 -15px 30px;
      display: block;
      position: absolute;
      width: 100%;
      z-index: 9;
      left: 15px;
      background: #e9f6fc;
      padding-top: 8px;
      box-shadow: 1px 1px 4px 0 #9b9b9b;
      padding-bottom: 9px; } }
  .video-page .categories-list li {
    margin: 0 15px; }
    .video-page .categories-list li a {
      background: #e9f6fc;
      text-decoration: none;
      color: #293950;
      padding: 9px 21px;
      font-weight: 600;
      font-size: 18px; }
      @media only screen and (max-width: 979px) {
        .video-page .categories-list li a {
          display: inline-block;
          font-weight: 600;
          font-size: 15px;
          color: #293950;
          padding: 0 16px 0 15px;
          line-height: normal; } }
      .video-page .categories-list li a.active, .video-page .categories-list li a:hover {
        background: #293950;
        color: #ffffff; }
        @media only screen and (max-width: 979px) {
          .video-page .categories-list li a.active, .video-page .categories-list li a:hover {
            background: transparent;
            color: #293950; } }
      .video-page .categories-list li a.active {
        font-weight: 500; }
    @media only screen and (max-width: 979px) {
      .video-page .categories-list li {
        margin: 0 0 7px; } }
.video-page .list-video {
  list-style: none;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: 41px 0 20px; }
  @media only screen and (max-width: 979px) {
    .video-page .list-video {
      margin: 0 -15px 20px; } }
  .video-page .list-video li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    background: #f7f7f7;
    margin-bottom: 50px;
    -webkit-transition: all 1s;
    -ms-transform: all 1s;
    transition: all 1s;
    cursor: pointer; }
    .video-page .list-video li:nth-child(2n) {
      margin-right: 0; }
    .video-page .list-video li:hover {
      background: #eaeaea; }
    @media only screen and (max-width: 979px) {
      .video-page .list-video li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; }
        .video-page .list-video li:last-child {
          margin-bottom: 0; } }
  .video-page .list-video .video-container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 52%; }
    @media only screen and (max-width: 979px) {
      .video-page .list-video .video-container {
        padding-bottom: 49%; } }
  .video-page .list-video .wrap-container {
    padding: 20px 32px 12px; }
    @media only screen and (max-width: 979px) {
      .video-page .list-video .wrap-container {
        padding: 14px 15px 1px; } }
    .video-page .list-video .wrap-container > a {
      text-decoration: none;
      color: #231F20; }
      .video-page .list-video .wrap-container > a:hover {
        color: #231F20; }
    .video-page .list-video .wrap-container .title {
      text-transform: capitalize;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.56;
      color: #231F20;
      margin-bottom: 8px; }
      @media only screen and (max-width: 979px) {
        .video-page .list-video .wrap-container .title {
          font-size: 13px;
          font-weight: 400;
          margin-bottom: 0;
          line-height: 1.34; } }
    .video-page .list-video .wrap-container .post-description p {
      line-height: 1.76;
      font-size: 14px; }
      @media only screen and (max-width: 979px) {
        .video-page .list-video .wrap-container .post-description p {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.56; } }
    .video-page .list-video .wrap-container:hover {
      text-decoration: underline; }
.video-page .new-pagination {
  margin-top: 0px;
  margin-bottom: 0; }
  .video-page .new-pagination nav {
    margin-top: 0px;
    margin-bottom: 91px; }
    @media only screen and (max-width: 979px) {
      .video-page .new-pagination nav {
        margin-bottom: 20px; } }
.video-page .banner-bottom {
  padding: 22px 0 88px;
  display: none; }
  @media only screen and (max-width: 979px) {
    .video-page .banner-bottom {
      padding: 30px 0 0px;
      display: block; }
      .video-page .banner-bottom .content {
        margin-top: 0; }
      .video-page .banner-bottom ul li {
        margin-bottom: 0; } }

/*=====video detail====*/
.single-video .article-content {
  max-width: 75%;
  min-height: 376px; }

.page-template-default .cms-page-content, .videos-detail-page .cms-page-content {
  margin-top: 68px;
  margin-bottom: 87px; }
  @media only screen and (max-width: 979px) {
    .page-template-default .cms-page-content, .videos-detail-page .cms-page-content {
      margin-top: 30px; } }
  .page-template-default .cms-page-content h1, .videos-detail-page .cms-page-content h1 {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 31px;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #293950; }
    @media only screen and (max-width: 979px) {
      .page-template-default .cms-page-content h1, .videos-detail-page .cms-page-content h1 {
        font-size: 25px;
        letter-spacing: -0.7px;
        padding-bottom: 13px;
        margin-bottom: 17px; } }
    .page-template-default .cms-page-content h1:after, .videos-detail-page .cms-page-content h1:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #8cc540;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .page-template-default .cms-page-content h1:after, .videos-detail-page .cms-page-content h1:after {
          width: 40px;
          height: 4px; } }
  .page-template-default .cms-page-content h2, .videos-detail-page .cms-page-content h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.25;
    color: #231F20;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 31px; }
    @media only screen and (max-width: 979px) {
      .page-template-default .cms-page-content h2, .videos-detail-page .cms-page-content h2 {
        font-size: 23px;
        line-height: 1.09;
        letter-spacing: -0.5px;
        margin-top: 51px;
        padding-bottom: 14px; } }
    .page-template-default .cms-page-content h2:after, .videos-detail-page .cms-page-content h2:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #26abe2;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .page-template-default .cms-page-content h2:after, .videos-detail-page .cms-page-content h2:after {
          width: 40px;
          height: 4px; } }
  .page-template-default .cms-page-content h3, .videos-detail-page .cms-page-content h3 {
    font-size: 24px;
    line-height: 1.42;
    font-size: 24px;
    color: #26abe2;
    margin-bottom: 11px; }
    @media only screen and (max-width: 979px) {
      .page-template-default .cms-page-content h3, .videos-detail-page .cms-page-content h3 {
        font-size: 16px;
        line-height: 1.63;
        margin-bottom: 4px; } }
.page-template-default .article-content, .videos-detail-page .article-content {
  max-width: 75%;
  min-height: 376px; }
  @media only screen and (max-width: 979px) {
    .page-template-default .article-content, .videos-detail-page .article-content {
      max-width: 100%; } }
  .page-template-default .article-content ul, .page-template-default .article-content ol, .videos-detail-page .article-content ul, .videos-detail-page .article-content ol {
    margin: 10px 0; }
    .page-template-default .article-content ul li, .page-template-default .article-content ol li, .videos-detail-page .article-content ul li, .videos-detail-page .article-content ol li {
      line-height: 1.67; }
  .page-template-default .article-content blockquote p, .videos-detail-page .article-content blockquote p {
    position: relative; }
    .page-template-default .article-content blockquote p:before, .videos-detail-page .article-content blockquote p:before {
      content: "“"; }
    .page-template-default .article-content blockquote p:after, .videos-detail-page .article-content blockquote p:after {
      content: "”"; }
  .page-template-default .article-content p, .videos-detail-page .article-content p {
    line-height: 1.67;
    color: #231F20;
    margin-bottom: 25px; }
    @media only screen and (max-width: 979px) {
      .page-template-default .article-content p, .videos-detail-page .article-content p {
        font-size: 14px;
        line-height: 1.72;
        margin-bottom: 15px; } }
  .page-template-default .article-content .button:after, .videos-detail-page .article-content .button:after {
    top: 50%; }
  .page-template-default .article-content .video-container, .videos-detail-page .article-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px; }

.archived-surveys .content {
  padding: 0 15px;
  margin-top: 70px;
  margin-bottom: 31px; }
  @media only screen and (max-width: 979px) {
    .archived-surveys .content {
      margin-top: 30px;
      margin-bottom: 0; } }
.archived-surveys h1 {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 31px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #293950; }
  @media only screen and (max-width: 979px) {
    .archived-surveys h1 {
      font-size: 25px;
      letter-spacing: -0.7px;
      padding-bottom: 13px;
      margin-bottom: 11px; } }
  .archived-surveys h1:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8cc540;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      .archived-surveys h1:after {
        width: 40px;
        height: 4px; } }
.archived-surveys .txt-content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.46;
  color: #231F20; }
  @media only screen and (max-width: 979px) {
    .archived-surveys .txt-content p {
      font-size: 16px;
      line-height: 1.63; } }
.archived-surveys .all-report {
  margin-top: 48px; }
  @media only screen and (max-width: 979px) {
    .archived-surveys .all-report {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 33px; } }
  .archived-surveys .all-report ul {
    width: 100%;
    list-style: none; }
    @media only screen and (max-width: 979px) {
      .archived-surveys .all-report ul li.title-list {
        background: rgba(38, 171, 226, 0.1); } }
    .archived-surveys .all-report ul li.title-list > div {
      background: rgba(38, 171, 226, 0.1);
      text-transform: uppercase;
      color: #231F20; }
      @media only screen and (max-width: 979px) {
        .archived-surveys .all-report ul li.title-list > div {
          background: transparent;
          font-size: 14px;
          font-weight: 500; }
          .archived-surveys .all-report ul li.title-list > div.title-year {
            font-size: 0;
            text-decoration: none;
            display: inline-block;
            width: auto;
            padding: 6px 0 0px 15px;
            position: static; }
            .archived-surveys .all-report ul li.title-list > div.title-year:after {
              content: "Yearly";
              font-size: 14px;
              font-weight: 500; }
          .archived-surveys .all-report ul li.title-list > div.report-content {
            width: auto;
            text-decoration: none;
            padding-left: 4px;
            float: left;
            display: inline-block; } }
    @media only screen and (max-width: 979px) and (max-width: 979px) {
      .archived-surveys .all-report ul li.title-list > div.report-content {
        margin-left: 0; } }

    .archived-surveys .all-report ul li.title-list:hover .title-year {
      color: #231F20; }
    .archived-surveys .all-report ul li {
      overflow: hidden;
      border-bottom: 10px solid #ffffff;
      text-align: center;
      position: relative; }
      .archived-surveys .all-report ul li > div {
        background-color: #f7f7f7; }
        @media only screen and (max-width: 979px) {
          .archived-surveys .all-report ul li > div {
            font-size: 13px;
            background: transparent; } }
      .archived-surveys .all-report ul li .title-year {
        float: left;
        width: 101px;
        padding: 7px 0 5px;
        position: absolute;
        left: 0;
        height: 100%; }
        @media only screen and (max-width: 979px) {
          .archived-surveys .all-report ul li .title-year {
            width: 80px; } }
        .archived-surveys .all-report ul li .title-year span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .archived-surveys .all-report ul li .report-content {
        float: left;
        border-left: 10px solid #ffffff;
        text-align: left;
        width: 87%;
        padding: 7px 9px 5px 20px;
        width: calc(100% - 101px);
        margin-left: 100px; }
        @media only screen and (max-width: 979px) {
          .archived-surveys .all-report ul li .report-content {
            border: none;
            padding: 6px 9px 6px 0;
            width: calc(100% - 80px);
            text-decoration: underline;
            float: none;
            margin-left: 75px; } }
        .archived-surveys .all-report ul li .report-content a {
          text-decoration: none;
          color: #231F20;
          display: block;
          position: relative; }
          @media only screen and (max-width: 979px) {
            .archived-surveys .all-report ul li .report-content a span {
              display: none; } }
          .archived-surveys .all-report ul li .report-content a:after {
            font-family: "icomoon", sans-serif;
            display: inline-block;
            content: "\e902";
            font-size: 11px;
            color: #231F20;
            font-weight: 600;
            line-height: normal;
            position: absolute;
            right: 9px;
            top: 46%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
            @media only screen and (max-width: 979px) {
              .archived-surveys .all-report ul li .report-content a:after {
                display: none; } }
          .archived-surveys .all-report ul li .report-content a:hover {
            color: #26ABE2; }
            .archived-surveys .all-report ul li .report-content a:hover:after {
              color: #26ABE2; }
      .archived-surveys .all-report ul li:hover .title-year {
        color: #26ABE2; }
        .archived-surveys .all-report ul li:hover .title-year:after {
          color: #26ABE2; }
      @media only screen and (max-width: 979px) {
        .archived-surveys .all-report ul li {
          text-align: left;
          background-color: #f7f7f7;
          border-bottom-width: 5px; } }
.archived-surveys .banner-bottom-mb {
  display: none; }
  @media only screen and (max-width: 979px) {
    .archived-surveys .banner-bottom-mb {
      display: block;
      padding: 46px 0 0px; }
      .archived-surveys .banner-bottom-mb .content {
        margin: 0 -15px; }
      .archived-surveys .banner-bottom-mb ul li {
        margin-bottom: 0; } }
.archived-surveys .col-right .side-bar.widget_custom_html {
  display: none; }
@media only screen and (max-width: 979px) {
  .archived-surveys .col-right .side-bar.our_project {
    display: none; }
  .archived-surveys .col-right .side-bar.our-frequent span {
    max-width: 221px;
    margin: 0 auto; } }

.social-page .content {
  padding: 0 15px;
  margin-top: 70px;
  margin-bottom: 62px; }
  @media only screen and (max-width: 979px) {
    .social-page .content {
      margin-top: 30px;
      margin-bottom: 0; } }
.social-page h1 {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 31px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #293950; }
  @media only screen and (max-width: 979px) {
    .social-page h1 {
      font-size: 25px;
      letter-spacing: -0.7px;
      padding-bottom: 13px;
      margin-bottom: 11px; } }
  .social-page h1:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8cc540;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      .social-page h1:after {
        width: 40px;
        height: 4px; } }
.social-page .txt-content {
  max-width: 69%;
  margin-bottom: 69px; }
  @media only screen and (max-width: 979px) {
    .social-page .txt-content {
      max-width: 100%;
      margin-bottom: 29px; } }
  .social-page .txt-content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.46;
    color: #231F20; }
    @media only screen and (max-width: 979px) {
      .social-page .txt-content p {
        font-size: 16px;
        line-height: 1.63; } }
.social-page #chart_div {
  height: 530px;
  margin-bottom: 90px; }
  @media only screen and (max-width: 979px) {
    .social-page #chart_div {
      margin: 0 -15px;
      height: inherit;
      overflow: hidden;
      position: relative; } }
  .social-page #chart_div #chart-sidebar {
    float: left;
    width: 270px;
    background: #f7f7f7;
    padding: 118px 29px 0 26px;
    height: 100%; }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div #chart-sidebar {
        float: none;
        width: 100%;
        padding: 19px 0 0 0;
        margin-top: 3.7px;
        background: rgba(38, 171, 226, 0.1); }
        .social-page #chart_div #chart-sidebar .chart-sidebar-list {
          background: #f7f7f7; } }
    .social-page #chart_div #chart-sidebar ul {
      list-style: none; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div #chart-sidebar ul {
          text-align: center;
          max-width: 420px;
          margin: 0 auto;
          padding-top: 13px;
          padding-bottom: 7px; } }
      @media only screen and (max-width: 479px) {
        .social-page #chart_div #chart-sidebar ul {
          max-width: 315px; } }
      .social-page #chart_div #chart-sidebar ul li {
        overflow: hidden;
        min-height: 54px; }
        @media only screen and (max-width: 979px) {
          .social-page #chart_div #chart-sidebar ul li {
            display: inline-block;
            position: relative;
            margin-bottom: 0;
            margin-right: 11px;
            min-height: inherit; } }
        .social-page #chart_div #chart-sidebar ul li .text {
          font-size: 15px;
          line-height: 1.2;
          color: #231F20;
          margin-left: 59px;
          float: left; }
          @media only screen and (max-width: 979px) {
            .social-page #chart_div #chart-sidebar ul li .text {
              margin-left: 20px;
              font-size: 13px;
              line-height: 1.54; } }
        .social-page #chart_div #chart-sidebar ul li .icon {
          position: absolute;
          display: inline-block; }
          @media only screen and (max-width: 979px) {
            .social-page #chart_div #chart-sidebar ul li .icon {
              left: 0; } }
          .social-page #chart_div #chart-sidebar ul li .icon:before, .social-page #chart_div #chart-sidebar ul li .icon:after {
            content: "";
            background-color: inherit;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 9px; }
          .social-page #chart_div #chart-sidebar ul li .icon:before {
            width: 40px;
            height: 2px; }
            @media only screen and (max-width: 979px) {
              .social-page #chart_div #chart-sidebar ul li .icon:before {
                display: none; } }
          .social-page #chart_div #chart-sidebar ul li .icon:after {
            width: 14px;
            height: 14px;
            border-radius: 12px;
            top: 3px;
            left: 13px; }
            @media only screen and (max-width: 979px) {
              .social-page #chart_div #chart-sidebar ul li .icon:after {
                left: 0;
                top: 3px;
                width: 11px;
                height: 11px; } }
  .social-page #chart_div figure {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 77.5%; }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div figure {
        width: 100%;
        height: inherit; } }
  .social-page #chart_div [graph] > *:last-child > [data-point] {
    width: 0;
    height: 0; }
  .social-page #chart_div [graph] > *:hover [data-point]:before {
    box-shadow: 0 0 5px 2px lightblue; }
  .social-page #chart_div figcaption {
    padding: 12px;
    font-style: italic; }
  .social-page #chart_div .chart-wrap {
    width: calc(100% - 300px) !important;
    float: right;
    position: relative;
    background: #f7f7f7;
    overflow: hidden; }
    .social-page #chart_div .chart-wrap .label-number {
      position: absolute;
      left: 7px;
      height: 66%;
      background: #f7f7f7;
      width: 100%; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div .chart-wrap .label-number {
          margin-top: 34px; } }
      .social-page #chart_div .chart-wrap .label-number:before {
        content: "";
        width: 30px;
        height: 100%;
        position: absolute;
        left: -8px;
        top: 0;
        background: #f7f7f7; }
      .social-page #chart_div .chart-wrap .label-number .label-item {
        border-top: solid 1px rgba(155, 155, 155, 0.5);
        padding-bottom: 22px; }
        @media only screen and (max-width: 979px) {
          .social-page #chart_div .chart-wrap .label-number .label-item {
            padding-bottom: 3.3px; } }
        .social-page #chart_div .chart-wrap .label-number .label-item span {
          font-size: 10px;
          font-weight: 600;
          margin-top: -16px;
          display: block;
          position: relative; }
        .social-page #chart_div .chart-wrap .label-number .label-item.hide span {
          opacity: 0; }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div .chart-wrap {
        width: 100% !important;
        float: none;
        overflow: visible; }
        .social-page #chart_div .chart-wrap .scroll-y {
          display: none !important; } }
    .social-page #chart_div .chart-wrap .mCSB_container {
      height: 100%; }
    .social-page #chart_div .chart-wrap .mCSB_container_wrapper {
      margin-bottom: 0;
      margin-left: 30px;
      margin-right: 0; }
    .social-page #chart_div .chart-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
      display: none !important; }
    .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      display: block !important;
      height: 18px;
      left: 0;
      bottom: 29px;
      width: 100%;
      border: solid 2px #dfdfdf;
      cursor: pointer;
      position: absolute;
      background: #ffffff;
      z-index: 999;
      opacity: 1; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
          display: none !important; } }
      .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal div {
        height: 100%;
        left: 0;
        top: -1px;
        position: absolute;
        width: 100%; }
      .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        width: 189px !important;
        position: relative;
        height: 18px; }
        .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
          background: #293950;
          width: 159px;
          height: 18px;
          display: block;
          border-radius: 0;
          margin: 0 15px; }
        .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:before, .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after {
          content: "";
          position: absolute;
          top: -1px; }
        .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:before {
          left: 0px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 15px 9px 0;
          border-color: transparent #293950 transparent transparent; }
        .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after {
          right: 0px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 0 9px 15px;
          border-color: transparent transparent transparent #293950; }
      .social-page #chart_div .chart-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        display: none; }
    .social-page #chart_div .chart-wrap .scroll-wrapper > .scroll-content {
      overflow-x: auto !important; }
    .social-page #chart_div .chart-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container {
      height: 100%; }
  .social-page #chart_div .chart-year {
    position: relative; }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div .chart-year {
        position: static; } }
    .social-page #chart_div .chart-year.show-vertical-line:before, .social-page #chart_div .chart-year:hover:before {
      content: "";
      width: 4px;
      height: 79%;
      background: #000;
      display: block;
      position: absolute;
      left: 50%;
      top: -31px; }
      @media only screen and (min-width: 980px) {
        .social-page #chart_div .chart-year.show-vertical-line:before, .social-page #chart_div .chart-year:hover:before {
          left: 15%; } }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div .chart-year.show-vertical-line:before, .social-page #chart_div .chart-year:hover:before {
          height: 117%;
          top: -36px; } }
    .social-page #chart_div .chart-year:last-child [data-point] {
      height: 0 !important; }
  .social-page #chart_div .social-chart-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
    color: #293950;
    padding: 21px 0 24px 29px;
    font-style: normal; }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div .social-chart-title {
        font-size: 16px;
        line-height: 1.63;
        padding: 21px 0 5px 19px; } }
  .social-page #chart_div #chart-main {
    height: 452px !important;
    position: relative;
    max-height: inherit !important; }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div #chart-main {
        height: 332px !important; } }
    .social-page #chart_div #chart-main [graph] {
      height: 100%;
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      padding: 0 13px;
      overflow: hidden; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div #chart-main [graph] {
          height: 77.4%;
          padding: 39px 0 0; } }
      .social-page #chart_div #chart-main [graph] .chart-year {
        width: 87px;
        height: 138%;
        position: relative;
        cursor: pointer;
        border-right: none;
        text-align: center; }
        @media only screen and (min-width: 980px) {
          .social-page #chart_div #chart-main [graph] .chart-year {
            width: 83px;
            z-index: 999; } }
        @media only screen and (max-width: 979px) {
          .social-page #chart_div #chart-main [graph] .chart-year {
            width: 20%;
            height: 100%; } }
    .social-page #chart_div #chart-main [graph] [data-point] {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 125px;
      width: 0;
      border-width: 0 1.5px;
      border-style: solid;
      border-color: #eac5eb;
      -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      -webkit-backface-visibility: hidden;
      display: none; }
      @media only screen and (min-width: 980px) {
        .social-page #chart_div #chart-main [graph] [data-point] {
          left: 15%; } }
      .social-page #chart_div #chart-main [graph] [data-point].average-index {
        z-index: 99;
        border-style: dashed;
        background: transparent !important; }
        .social-page #chart_div #chart-main [graph] [data-point].average-index:before {
          background: #293950; }
    .social-page #chart_div #chart-main [graph] [data-point]:before {
      content: '';
      position: absolute;
      left: -7px;
      top: -7px;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background-color: inherit;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div #chart-main [graph] [data-point]:before {
          width: 10px;
          height: 10px;
          left: -5px;
          top: -5px; } }
    .social-page #chart_div #chart-main .year-title-wrap {
      position: absolute;
      left: 0;
      bottom: -43px;
      padding: 0 13px; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div #chart-main .year-title-wrap {
          position: relative;
          bottom: inherit;
          background: #e9f6fc;
          padding: 0; } }
      .social-page #chart_div #chart-main .year-title-wrap .year-title {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        color: #293950;
        width: 84px;
        text-align: center;
        display: inline-block; }
        .social-page #chart_div #chart-main .year-title-wrap .year-title.text-under {
          text-decoration: underline; }
        @media only screen and (min-width: 980px) {
          .social-page #chart_div #chart-main .year-title-wrap .year-title {
            display: inline-block !important;
            width: 80px;
            text-align: left; } }
        .social-page #chart_div #chart-main .year-title-wrap .year-title:hover span {
          text-decoration: underline;
          cursor: pointer; }
        .social-page #chart_div #chart-main .year-title-wrap .year-title span {
          margin-left: -3px; }
        @media only screen and (max-width: 979px) {
          .social-page #chart_div #chart-main .year-title-wrap .year-title {
            width: 19.5%;
            font-weight: 600; }
            .social-page #chart_div #chart-main .year-title-wrap .year-title span {
              z-index: 9;
              position: relative;
              padding: 11px 0 0;
              display: inline-block;
              margin-right: -14px;
              margin-left: 0; }
              .social-page #chart_div #chart-main .year-title-wrap .year-title span:after {
                content: "";
                width: 100%;
                height: 1px;
                background: #293950;
                position: absolute;
                bottom: 4px;
                left: 0; }
            .social-page #chart_div #chart-main .year-title-wrap .year-title.active {
              position: relative;
              color: #ffffff;
              font-weight: 400;
              color: #fff; }
              .social-page #chart_div #chart-main .year-title-wrap .year-title.active:after {
                content: "";
                background: #293950;
                width: 105%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                padding: 11px 0 0px; }
              .social-page #chart_div #chart-main .year-title-wrap .year-title.active span:after {
                background: #ffffff; } }
        @media only screen and (max-width: 479px) {
          .social-page #chart_div #chart-main .year-title-wrap .year-title {
            width: 19.2%; }
            .social-page #chart_div #chart-main .year-title-wrap .year-title span {
              margin-right: -7px; } }
    .social-page #chart_div #chart-main #year-controls {
      display: none; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div #chart-main #year-controls {
          display: block;
          position: relative;
          text-align: center;
          margin-top: 18px; }
          .social-page #chart_div #chart-main #year-controls p {
            font-size: 14px;
            color: #293950; }
          .social-page #chart_div #chart-main #year-controls button {
            font-size: 0;
            width: 30px;
            height: 30px;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            position: absolute;
            top: 0;
            background: #293950;
            border: none; }
            .social-page #chart_div #chart-main #year-controls button:after {
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              font-family: "icomoon", sans-serif;
              display: inline-block;
              content: "\e902";
              font-size: 11px;
              color: #ffffff;
              font-weight: 600;
              line-height: normal;
              margin-top: -6px;
              margin-left: -4px; }
            .social-page #chart_div #chart-main #year-controls button#chart-prev {
              left: 15px; }
              .social-page #chart_div #chart-main #year-controls button#chart-prev:after {
                -ms-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
            .social-page #chart_div #chart-main #year-controls button#chart-next {
              right: 25px; }
              .social-page #chart_div #chart-main #year-controls button#chart-next:after {
                -ms-transform: rotate(-360deg);
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
                left: 55%; } }
  .social-page #chart_div .overlay-details {
    position: absolute;
    width: 345px;
    background: #293950;
    box-shadow: -1px 1px 4px 0 #d7d7d7;
    height: auto;
    top: 0px;
    z-index: 9;
    left: 0;
    text-align: left;
    color: #ffffff;
    padding: 27px 35px 25px 30px; }
    .social-page #chart_div .overlay-details .icon {
      width: 100%;
      height: 50px;
      position: absolute;
      background: transparent;
      left: 0;
      bottom: -50px; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div .overlay-details .icon {
          display: none; } }
      .social-page #chart_div .overlay-details .icon:after {
        content: "";
        width: 4px;
        height: 375px;
        background: #000;
        position: absolute;
        right: 13.8%;
        top: 0px; }
        @media only screen and (max-width: 979px) {
          .social-page #chart_div .overlay-details .icon:after {
            display: none; } }
    @media only screen and (max-width: 979px) {
      .social-page #chart_div .overlay-details {
        width: 100%;
        /*height: 64%;*/
        background: rgba(41, 57, 80, 0.81);
        top: 55px;
        padding: 14px 19px 24px 16px;
        box-shadow: none; } }
    .social-page #chart_div .overlay-details .close-details {
      display: none; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div .overlay-details .close-details {
          display: inline-block;
          background: rgba(255, 255, 255, 0.1);
          position: relative;
          font-size: 13px;
          font-weight: 400;
          line-height: 1.38;
          color: #ffffff;
          text-decoration: none;
          padding: 7px 9px 6px 23px;
          margin-bottom: 15px; }
          .social-page #chart_div .overlay-details .close-details:before, .social-page #chart_div .overlay-details .close-details:after {
            content: "";
            height: 1px;
            width: 12px;
            background: #ffffff;
            position: absolute;
            top: 50%;
            left: 7px; }
          .social-page #chart_div .overlay-details .close-details:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .social-page #chart_div .overlay-details .close-details:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); } }
    .social-page #chart_div .overlay-details .detail-title a {
      display: block;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.67;
      color: #ffffff;
      margin-bottom: 14px; }
      @media only screen and (max-width: 979px) {
        .social-page #chart_div .overlay-details .detail-title a {
          margin-bottom: 9px; } }
    .social-page #chart_div .overlay-details .detail-list {
      list-style: none; }
      .social-page #chart_div .overlay-details .detail-list li {
        overflow: hidden;
        margin-bottom: 1px; }
        @media only screen and (max-width: 979px) {
          .social-page #chart_div .overlay-details .detail-list li {
            margin-bottom: 0; } }
        .social-page #chart_div .overlay-details .detail-list li span {
          font-size: 14px;
          line-height: 1.71;
          font-weight: 300; }
          @media only screen and (max-width: 979px) {
            .social-page #chart_div .overlay-details .detail-list li span {
              font-size: 13px;
              line-height: 1.77; } }
          .social-page #chart_div .overlay-details .detail-list li span.name {
            float: left; }
          .social-page #chart_div .overlay-details .detail-list li span.score {
            float: right; }
        .social-page #chart_div .overlay-details .detail-list li:first-child span {
          font-weight: 600; }
.social-page .banner-bottom {
  display: none;
  margin: 0 -15px; }
  @media only screen and (max-width: 979px) {
    .social-page .banner-bottom {
      padding: 50px 0 0px;
      display: block; }
      .social-page .banner-bottom .content {
        margin-top: 0; }
      .social-page .banner-bottom ul li {
        margin-bottom: 0; } }

.social-page #chart_div .chart-wrap .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  display: none !important;
  background: transparent;
  width: 0; }

.project-detail-page .content {
  padding: 0 15px;
  margin-top: 69px; }
  @media only screen and (max-width: 979px) {
    .project-detail-page .content {
      margin-top: 30px; } }
.project-detail-page h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #ffffff;
  position: relative;
  margin-bottom: 18px; }
  @media only screen and (max-width: 979px) {
    .project-detail-page h1 {
      font-size: 25px;
      letter-spacing: -0.7px; } }
  .project-detail-page h1:after {
    display: none; }
.project-detail-page .project-details {
  position: relative;
  background: #293950;
  padding: 55px 0 70px 0; }
  @media only screen and (max-width: 979px) {
    .project-detail-page .project-details {
      padding: 0 0 39px; } }
  .project-detail-page .project-details .content {
    margin-top: 0; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .project-details .content {
        margin: 0;
        padding: 0; } }
  .project-detail-page .project-details .block-thumb.mobile {
    display: none; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .project-details .block-thumb.mobile {
        display: block; } }
  .project-detail-page .project-details .block-thumb.has-image {
    float: right;
    width: 48.6%;
    margin-top: 12px;
    margin-left: 55px; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .project-details .block-thumb.has-image {
        float: none;
        width: 100%;
        margin: 0; } }
  .project-detail-page .project-details .wrap-text {
    color: #ffffff; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .project-details .wrap-text {
        padding: 30px 32px 0; } }
    .project-detail-page .project-details .wrap-text h2 {
      font-weight: 600;
      font-size: 40px;
      letter-spacing: -0.8px;
      color: #ffffff;
      line-height: normal;
      position: relative;
      padding-bottom: 21px; }
      @media only screen and (max-width: 979px) {
        .project-detail-page .project-details .wrap-text h2 {
          font-size: 23px;
          line-height: 1.09;
          letter-spacing: -0.5px;
          padding-bottom: 15px; } }
    .project-detail-page .project-details .wrap-text .expert {
      font-weight: 500;
      font-size: 22px;
      line-height: 1.46;
      margin-bottom: 3px; }
      @media only screen and (max-width: 979px) {
        .project-detail-page .project-details .wrap-text .expert {
          font-size: 16px;
          line-height: 1.63;
          margin-bottom: 1px;
          font-weight: 400;
          padding-bottom: 0; } }
    .project-detail-page .project-details .wrap-text p {
      font-size: 15px;
      line-height: 1.67; }
      @media only screen and (max-width: 979px) {
        .project-detail-page .project-details .wrap-text p {
          display: none; } }
    .project-detail-page .project-details .wrap-text .button {
      margin-top: 28px;
      padding: 0 62px 0 16px;
      border-bottom-color: #6e9a44; }
      @media only screen and (max-width: 979px) {
        .project-detail-page .project-details .wrap-text .button {
          height: 30px;
          line-height: 30px;
          padding: 0 34px 0 14px; } }
      .project-detail-page .project-details .wrap-text .button:after {
        right: 13px;
        top: 50%; }
.project-detail-page .main-content {
  max-width: 874px;
  margin-top: 71px; }
  .project-detail-page .main-content h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    color: #231F20;
    margin-bottom: 19px; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .main-content h4 {
        display: none; } }
  .project-detail-page .main-content h3 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 600;
    color: #26abe2;
    margin-top: 73px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .main-content h3 {
        font-size: 16px;
        line-height: 1.63;
        margin-top: 23px;
        margin-bottom: 4px; } }
  .project-detail-page .main-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .main-content p {
        font-size: 14px;
        line-height: 1.76; } }
  .project-detail-page .main-content ul li, .project-detail-page .main-content ol li {
    font-weight: 300;
    margin-bottom: 10px; }
  .project-detail-page .main-content figure {
    width: 100% !important;
    margin-top: 67px;
    margin-bottom: 71px; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .main-content figure {
        margin: 27px 0 16px; } }
    .project-detail-page .main-content figure img {
      width: auto; }
    .project-detail-page .main-content figure .wp-caption-text {
      font-size: 14px;
      line-height: 1.71;
      margin-top: 18px; }
      @media only screen and (max-width: 979px) {
        .project-detail-page .main-content figure .wp-caption-text {
          margin-top: 15px;
          line-height: 1.76; } }
      .project-detail-page .main-content figure .wp-caption-text strong {
        font-weight: 700; }
  .project-detail-page .main-content .shortcode-video {
    margin-top: 66px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 53%;
    overflow: hidden;
    margin-bottom: 18px; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .main-content .shortcode-video {
        margin: 27px -15px 15px;
        padding-bottom: 53.3%; } }
    .project-detail-page .main-content .shortcode-video iframe {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
  .project-detail-page .main-content .shortcode-video + p {
    font-size: 14px;
    line-height: 1.71;
    color: #231F20;
    font-weight: normal; }
.project-detail-page .main-content-project {
  background: #f7f7f7;
  padding-top: 71px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 979px) {
    .project-detail-page .main-content-project {
      padding-top: 30px;
      padding-bottom: 0; } }
  .project-detail-page .main-content-project .content, .project-detail-page .main-content-project .main-content {
    margin-top: 0; }
  .project-detail-page .main-content-project .btn-view {
    margin-top: 71px; }
    @media only screen and (max-width: 979px) {
      .project-detail-page .main-content-project .btn-view {
        margin: 0 -15px 50px;
        padding: 29px 15px 0;
        background: #ffffff; } }
    .project-detail-page .main-content-project .btn-view a {
      padding: 0 61px 0 16px;
      border-bottom-color: #aed679; }
      @media only screen and (max-width: 979px) {
        .project-detail-page .main-content-project .btn-view a {
          height: 30px;
          line-height: 29px;
          padding: 0 34px 0 14px; } }
      .project-detail-page .main-content-project .btn-view a:after {
        right: 12px;
        top: 50%; }
.project-detail-page .related-projects {
  margin-bottom: 90px; }
  @media only screen and (max-width: 979px) {
    .project-detail-page .related-projects {
      margin-bottom: 30px; } }

.faqs-page .content {
  padding: 0 15px;
  margin-top: 68px;
  margin-bottom: 91px; }
  @media only screen and (max-width: 979px) {
    .faqs-page .content {
      margin-top: 30px;
      margin-bottom: 0; } }
.faqs-page h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #293950;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 979px) {
    .faqs-page h1 {
      font-size: 25px;
      padding-bottom: 14px;
      margin-bottom: 30px;
      letter-spacing: -0.5px;
      line-height: normal; } }
  .faqs-page h1:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8cc540;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media only screen and (max-width: 979px) {
      .faqs-page h1:after {
        width: 40px;
        height: 4px; } }
@media only screen and (max-width: 979px) {
  .faqs-page .faqs_wrap {
    margin-bottom: 29px; } }
.faqs-page .faqs_section {
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 29px 80px 12px 30px;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 979px) {
    .faqs-page .faqs_section {
      margin: 0 -15px 16px;
      padding: 14px 50px 10px 15px; } }
  .faqs-page .faqs_section:after {
    font-family: "icomoon", sans-serif;
    display: inline-block;
    content: "\e900";
    font-size: 24px;
    font-weight: 100;
    color: #293950;
    line-height: normal;
    position: absolute;
    right: 31px;
    top: 28px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg); }
    @media only screen and (max-width: 979px) {
      .faqs-page .faqs_section:after {
        right: 21px;
        top: 14px; } }
  .faqs-page .faqs_section label {
    line-height: 1.67;
    color: #293950;
    display: block;
    cursor: pointer;
    margin-bottom: 13px; }
    @media only screen and (max-width: 979px) {
      .faqs-page .faqs_section label {
        margin-bottom: 5px; } }
  .faqs-page .faqs_section .f_des {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.76;
    color: #231F20;
    margin-bottom: 13px; }
    @media only screen and (max-width: 979px) {
      .faqs-page .faqs_section .f_des {
        margin-bottom: 7px;
        font-weight: 400; } }
  .faqs-page .faqs_section:hover label, .faqs-page .faqs_section.active label {
    color: #26abe2; }
  .faqs-page .faqs_section:hover:after, .faqs-page .faqs_section.active:after {
    color: #26abe2; }
  .faqs-page .faqs_section.active:after {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg); }
.faqs-page .bottom_contact {
  margin: 44px 0 55px; }
  @media only screen and (max-width: 979px) {
    .faqs-page .bottom_contact {
      display: none; } }
  .faqs-page .bottom_contact strong {
    font-weight: 500;
    color: #231F20; }
  .faqs-page .bottom_contact a {
    color: #9b9b9b; }
.faqs-page .button {
  padding: 0 85px 0 17px; }
  @media only screen and (max-width: 979px) {
    .faqs-page .button {
      display: none; } }
.faqs-page .col-right .side-bar {
  padding-bottom: 37px; }
  .faqs-page .col-right .side-bar h2 {
    margin-bottom: 17px; }

.content-404 .content {
  margin-top: 68px;
  margin-bottom: 115px; }
  @media only screen and (max-width: 979px) {
    .content-404 .content {
      margin-top: 30px;
      margin-bottom: 58px; } }
  .content-404 .content h1, .content-404 .content .heading {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #293950;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 979px) {
      .content-404 .content h1, .content-404 .content .heading {
        font-size: 25px;
        letter-spacing: -0.7px;
        padding-bottom: 13px;
        margin-bottom: 11px; } }
    .content-404 .content h1:after, .content-404 .content .heading:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #8cc540;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .content-404 .content h1:after, .content-404 .content .heading:after {
          width: 40px;
          height: 4px; } }
  .content-404 .content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #231F20;
    margin-bottom: 31px; }
    .content-404 .content h2:after {
      display: none; }
    @media only screen and (max-width: 979px) {
      .content-404 .content h2 {
        font-size: 16px;
        line-height: 1.63;
        font-weight: 500;
        letter-spacing: normal;
        margin-bottom: 20px; } }
  .content-404 .content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    color: #231F20; }
    @media only screen and (max-width: 979px) {
      .content-404 .content h3 {
        font-size: 15px;
        line-height: 1.71; } }
  .content-404 .content ul, .content-404 .content ol {
    list-style: none;
    margin: 34px 0 89px 11px; }
    @media only screen and (max-width: 979px) {
      .content-404 .content ul, .content-404 .content ol {
        margin: 16px 0 47px 0px; } }
    .content-404 .content ul li, .content-404 .content ol li {
      font-size: 15px;
      font-weight: 300;
      line-height: 1.67;
      color: #231F20; }
      @media only screen and (max-width: 979px) {
        .content-404 .content ul li, .content-404 .content ol li {
          font-size: 14px;
          line-height: 1.56;
          font-weight: 400;
          margin-bottom: 8px; } }
      .content-404 .content ul li:before, .content-404 .content ol li:before {
        content: "\2022";
        display: inline-block;
        width: 1em;
        color: #231F20;
        margin-right: 10px; }
  .content-404 .content .button {
    padding: 0 58px 0 17px;
    border-bottom-color: #aed679; }
    @media only screen and (max-width: 979px) {
      .content-404 .content .button {
        height: 30px;
        line-height: 30px;
        padding: 0 53px 0 21px; }
        .content-404 .content .button:after {
          right: 16px; } }

.search-results .content {
  padding: 0 15px;
  margin-top: 70px; }
  @media only screen and (max-width: 979px) {
    .search-results .content {
      margin-top: 15px; } }
.search-results h1.title {
  margin-bottom: 41px; }
  @media only screen and (max-width: 979px) {
    .search-results h1.title {
      margin-bottom: 30px; } }
.search-results .search-title {
  margin-bottom: 62px; }
  @media only screen and (max-width: 979px) {
    .search-results .search-title {
      margin-bottom: 15px; } }
  .search-results .search-title span {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.45;
    color: #231F20; }
    @media only screen and (max-width: 979px) {
      .search-results .search-title span {
        font-size: 18px;
        line-height: 1.56; } }
    .search-results .search-title span.search-query {
      color: #26abe2; }
    .search-results .search-title span.search-count {
      color: #9b9b9b; }
.search-results #search_results {
  max-width: 870px; }
  .search-results #search_results ul {
    list-style: none; }
    .search-results #search_results ul li {
      margin-bottom: 28px; }
      @media only screen and (max-width: 979px) {
        .search-results #search_results ul li:last-child {
          margin-bottom: 0; } }
      .search-results #search_results ul li .post-title {
        margin-bottom: 6px; }
        .search-results #search_results ul li .post-title a {
          text-decoration: none;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.56;
          color: #231F20;
          text-transform: capitalize; }
          @media only screen and (max-width: 979px) {
            .search-results #search_results ul li .post-title a {
              font-size: 16px;
              line-height: normal; } }
      .search-results #search_results ul li .description p {
        font-weight: 300;
        font-size: 15px;
        line-height: 1.67;
        color: #231F20; }
        @media only screen and (max-width: 979px) {
          .search-results #search_results ul li .description p {
            font-size: 14px; } }
.search-results .new-pagination {
  max-width: 870px;
  margin-top: 69px;
  margin-bottom: 89px; }
  @media only screen and (max-width: 979px) {
    .search-results .new-pagination {
      margin-top: 25px;
      margin-bottom: 50px; } }
.search-results footer .content {
  margin: 0 auto; }

.contact-content {
  background: #293950;
  color: #ffffff; }
  .contact-content .content {
    padding: 0 15px;
    margin-top: 69px;
    padding-bottom: 92px; }
    @media only screen and (max-width: 979px) {
      .contact-content .content {
        margin-top: 0;
        padding: 30px 15px;
        padding-bottom: 49px; }
        .contact-content .content .page-content {
          margin: 0 -15px; } }
  .contact-content h1 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 979px) {
      .contact-content h1 {
        font-size: 25px;
        letter-spacing: -0.5px;
        padding-bottom: 13px;
        margin-bottom: 20px; } }
    .contact-content h1:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .contact-content h1:after {
          width: 40px;
          height: 4px; } }
  .contact-content .form-content {
    float: left;
    width: calc(100% - 500px);
    margin-right: 65px;
    background: rgba(255, 255, 255, 0.1);
    padding: 59px 71px 70px 69px; }
    @media only screen and (max-width: 979px) {
      .contact-content .form-content {
        float: none;
        width: 100%;
        padding: 30px 15px 50px; } }
    .contact-content .form-content .fields {
      margin-bottom: 9px; }
      .contact-content .form-content .fields label {
        display: block;
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 3px;
        font-weight: 300; }
        .contact-content .form-content .fields label em {
          color: #ee8e20;
          font-style: normal; }
      .contact-content .form-content .fields input {
        background: #f7f7f7;
        border: 1px solid transparent;
        width: 100%;
        height: 30px;
        padding: 10px;
        font-size: 16px;
        font-weight: 300;
        color: #231F20; }
        .contact-content .form-content .fields input.error {
          border: 1px solid #ee8e20;
          color: #ee8e20; }
      .contact-content .form-content .fields textarea {
        height: 178px;
        padding: 25px 24px;
        width: 100%;
        resize: none;
        font-size: 16px;
        font-weight: 300;
        color: #231F20; }
        @media only screen and (max-width: 979px) {
          .contact-content .form-content .fields textarea {
            padding: 9px 9px; } }
        .contact-content .form-content .fields textarea.error {
          border: 1px solid #ee8e20;
          color: #ee8e20; }
      .contact-content .form-content .fields label.error, .contact-content .form-content .fields textarea.error {
        font-size: 14px;
        line-height: 1.71;
        color: #ee8e20; }
    .contact-content .form-content .button-wrap {
      margin-top: 21px; }
      .contact-content .form-content .button-wrap .button {
        padding: 0 132px 0 17px;
        border-bottom: none;
        position: relative; }
        .contact-content .form-content .button-wrap .button:after {
          top: 48%;
          right: 13px; }
        .contact-content .form-content .button-wrap .button:before {
          content: "";
          width: 100%;
          height: 4px;
          background: #74A049;
          position: absolute;
          bottom: 0;
          left: 0; }
  .contact-content .main-content {
    float: left;
    width: 335px; }
    @media only screen and (max-width: 979px) {
      .contact-content .main-content {
        float: none;
        width: 100%;
        padding: 38px 15px 0; } }
    .contact-content .main-content .info-wrap h3 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.42;
      color: #26abe2;
      margin-bottom: 31px; }
      @media only screen and (max-width: 979px) {
        .contact-content .main-content .info-wrap h3 {
          font-size: 16px;
          line-height: 1.63;
          margin-bottom: 22px; } }
    .contact-content .main-content .info-wrap .expert {
      font-size: 17px;
      font-weight: 400;
      line-height: 1.59;
      color: #ffffff;
      margin-bottom: 30px; }
      @media only screen and (max-width: 979px) {
        .contact-content .main-content .info-wrap .expert {
          font-size: 15px;
          line-height: 1.71;
          padding-right: 45px;
          margin-bottom: 23px;
          letter-spacing: 0.35px;
          word-spacing: -1px; } }
    .contact-content .main-content .info-wrap .list-contact p {
      font-weight: 300;
      line-height: 1.67;
      margin-bottom: 0; }
      .contact-content .main-content .info-wrap .list-contact p a {
        color: #ffffff; }

.confirm-page .content {
  padding: 0 15px;
  margin-top: 88px;
  margin-bottom: 246px; }
  @media only screen and (max-width: 979px) {
    .confirm-page .content {
      margin-top: 30px;
      margin-bottom: 50px; } }
.confirm-page .content-wrap {
  max-width: 870px; }
  @media only screen and (max-width: 979px) {
    .confirm-page .content-wrap {
      text-align: center;
      max-width: 500px;
      margin: 0 auto; } }
.confirm-page h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #293950;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 29px;
  padding-left: 143px; }
  @media only screen and (max-width: 979px) {
    .confirm-page h1 {
      font-size: 25px;
      letter-spacing: -0.7px;
      padding-bottom: 13px;
      padding-left: 0;
      padding-top: 67px;
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      .confirm-page h1 span {
        position: relative;
        padding-bottom: 13px; }
        .confirm-page h1 span:after {
          content: "";
          width: 40px;
          height: 4px;
          background: #8cc540;
          position: absolute;
          bottom: 0;
          left: 0; } }
  .confirm-page h1:after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8cc540;
    position: absolute;
    bottom: 0;
    left: 143px; }
    @media only screen and (max-width: 979px) {
      .confirm-page h1:after {
        width: 40px;
        height: 4px;
        left: 3px;
        display: none; } }
  .confirm-page h1:before {
    font-family: "icomoon", sans-serif;
    display: inline-block;
    content: "\e903";
    font-size: 77px;
    color: #8cc540;
    line-height: normal;
    position: absolute;
    left: 0px;
    top: 50%;
    font-weight: 300;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 979px) {
      .confirm-page h1:before {
        font-size: 50px;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
.confirm-page .confirm_wrap p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.46;
  color: #231F20; }
  @media only screen and (max-width: 979px) {
    .confirm-page .confirm_wrap p {
      font-size: 16px;
      line-height: 1.63; } }
.confirm-page .button-step {
  margin-top: 71px; }
  @media only screen and (max-width: 979px) {
    .confirm-page .button-step {
      margin-top: 34px; } }
  .confirm-page .button-step .button {
    padding: 0 58px 0 17px;
    border-bottom-color: #aed679; }
    @media only screen and (max-width: 979px) {
      .confirm-page .button-step .button {
        height: 30px;
        line-height: 30px;
        padding: 0 53px 0 21px; }
        .confirm-page .button-step .button:after {
          right: 16px; } }

.knowledge-page-contents .top-links {
  background: #293950;
  margin-bottom: 90px; }
  @media only screen and (max-width: 979px) {
    .knowledge-page-contents .top-links {
      margin-bottom: 21px; } }
  .knowledge-page-contents .top-links .content {
    padding: 69px 15px 87px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .top-links .content {
        padding: 30px 15px 0; } }
  @media only screen and (max-width: 979px) {
    .knowledge-page-contents .top-links .list-links-knowledge {
      margin: 0 -15px;
      padding: 0 15px; }
      .knowledge-page-contents .top-links .list-links-knowledge #categoryKnow {
        display: block;
        background: #3e4d61;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        color: #ffffff;
        margin: 0 -15px;
        padding: 0 15px; }
        .knowledge-page-contents .top-links .list-links-knowledge #categoryKnow span {
          position: relative;
          padding: 5px 16px 7px 0;
          display: inline-block;
          font-weight: 500; }
          .knowledge-page-contents .top-links .list-links-knowledge #categoryKnow span:after {
            font-family: "icomoon", sans-serif;
            display: inline-block;
            content: "\e902";
            font-size: 9px;
            color: #ffffff;
            font-weight: 600;
            line-height: normal;
            position: absolute;
            right: 0px;
            top: 15px;
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            /* Safari */
            transform: rotate(90deg); } }
  .knowledge-page-contents .top-links h1 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .top-links h1 {
        font-size: 25px;
        letter-spacing: -0.7px;
        padding-bottom: 13px;
        margin-bottom: 19px; } }
    .knowledge-page-contents .top-links h1:after {
      content: "";
      width: 80px;
      height: 8px;
      background: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .top-links h1:after {
          width: 40px;
          height: 4px; } }
  .knowledge-page-contents .top-links .list-category {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 41px 0 26px 47px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .top-links .list-category {
        padding-left: 15px;
        position: absolute;
        width: 100%;
        z-index: 9;
        left: 0;
        background: #e9f6fc;
        padding-top: 8px;
        box-shadow: 1px 1px 4px 0 #9b9b9b;
        padding-bottom: 9px; } }
    .knowledge-page-contents .top-links .list-category ul {
      list-style: none;
      width: calc(100%/2 - 21px);
      margin-right: 40px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .top-links .list-category ul {
          width: 100%;
          margin-right: 0; } }
      .knowledge-page-contents .top-links .list-category ul:nth-child(2n) {
        margin-right: 0; }
      .knowledge-page-contents .top-links .list-category ul li {
        margin-bottom: 30px; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .top-links .list-category ul li {
            margin-bottom: 7px; } }
        .knowledge-page-contents .top-links .list-category ul li a {
          display: block;
          display: flex;
          align-items: center;
          text-decoration: none;
          color: #ffffff; }
          @media only screen and (max-width: 979px) {
            .knowledge-page-contents .top-links .list-category ul li a {
              display: inline-block;
              font-weight: 600;
              font-size: 15px;
              color: #293950;
              line-height: normal; } }
        .knowledge-page-contents .top-links .list-category ul li img {
          width: 47px;
          height: auto; }
          @media only screen and (max-width: 979px) {
            .knowledge-page-contents .top-links .list-category ul li img {
              display: none; } }
        .knowledge-page-contents .top-links .list-category ul li span {
          font-weight: 600;
          font-size: 27px;
          line-height: 1.37;
          margin-left: 23px; }
          @media only screen and (max-width: 979px) {
            .knowledge-page-contents .top-links .list-category ul li span {
              margin-left: 0;
              font-size: 15px; } }
        .knowledge-page-contents .top-links .list-category ul li a.papers-research img {
          width: 34px; }
          @media only screen and (max-width: 979px) {
            .knowledge-page-contents .top-links .list-category ul li a.papers-research img {
              display: none; } }
        .knowledge-page-contents .top-links .list-category ul li a.external-sources-organisations img {
          width: 49px; }
        .knowledge-page-contents .top-links .list-category ul li a.videos img {
          width: 42px;
          margin-left: -4px;
          margin-right: -5px; }
        .knowledge-page-contents .top-links .list-category ul li a.useful-links img {
          width: 42px;
          margin-top: -1px;
          margin-left: 6px; }
        .knowledge-page-contents .top-links .list-category ul li:hover span {
          color: #26abe2; }
.knowledge-page-contents .wrap-section {
  margin-bottom: 34px; }
  @media only screen and (max-width: 979px) {
    .knowledge-page-contents .wrap-section {
      margin-bottom: 50px; } }
  .knowledge-page-contents .wrap-section .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 56px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section .title-wrap {
        margin-bottom: 19px; } }
    .knowledge-page-contents .wrap-section .title-wrap img {
      display: inline-block;
      height: auto;
      margin-right: 81px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section .title-wrap img {
          margin-right: 19px; } }
    .knowledge-page-contents .wrap-section .title-wrap h2 {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: -1px;
      color: #231F20;
      position: relative;
      padding-bottom: 22px;
      line-height: 1.25; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section .title-wrap h2 {
          font-size: 23px;
          line-height: 1.09;
          letter-spacing: -0.5px;
          padding-bottom: 15px; } }
      .knowledge-page-contents .wrap-section .title-wrap h2:after {
        content: "";
        width: 80px;
        height: 8px;
        background: #26abe2;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section .title-wrap h2:after {
            width: 40px;
            height: 4px; } }
  .knowledge-page-contents .wrap-section ul {
    list-style: none; }
    .knowledge-page-contents .wrap-section ul li a {
      text-decoration: none; }
    .knowledge-page-contents .wrap-section ul li .post-thumb {
      position: relative;
      overflow: hidden;
      padding-top: 70.3%; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section ul li .post-thumb {
          display: none; } }
      .knowledge-page-contents .wrap-section ul li .post-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        width: auto;
        max-width: inherit; }
    .knowledge-page-contents .wrap-section ul li .text-wrap {
      padding: 20px 26px 19px 26px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section ul li .text-wrap {
          padding: 8px 15px 4px 15px; } }
      .knowledge-page-contents .wrap-section ul li .text-wrap .date {
        font-size: 11px;
        font-weight: 600;
        line-height: 2.55;
        color: #9b9b9b;
        margin-right: 9px; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section ul li .text-wrap .date {
            font-size: 10px;
            line-height: 2.8;
            margin-right: 11px; } }
      .knowledge-page-contents .wrap-section ul li .text-wrap .text-title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.56;
        color: #231F20; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section ul li .text-wrap .text-title {
            font-size: 15px;
            line-height: 1; } }
      .knowledge-page-contents .wrap-section ul li .text-wrap p {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.67;
        color: #231F20;
        margin-top: 6px; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section ul li .text-wrap p {
            font-size: 13px;
            line-height: 1.54;
            text-decoration: underline;
            margin-top: -1px;
            font-weight: 500; } }
  .knowledge-page-contents .wrap-section.pagers-wrap ul, .knowledge-page-contents .wrap-section.videos-wrap ul {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section.pagers-wrap ul, .knowledge-page-contents .wrap-section.videos-wrap ul {
        margin: 0 -15px; } }
    .knowledge-page-contents .wrap-section.pagers-wrap ul li, .knowledge-page-contents .wrap-section.videos-wrap ul li {
      margin-right: 30px;
      width: calc((100% - 60px)/3);
      background: #f7f7f7;
      position: relative;
      margin-bottom: 60px;
      -webkit-transition: all 1s;
      -ms-transform: all 1s;
      transition: all 1s; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.pagers-wrap ul li, .knowledge-page-contents .wrap-section.videos-wrap ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 5px; } }
      .knowledge-page-contents .wrap-section.pagers-wrap ul li:nth-child(3n), .knowledge-page-contents .wrap-section.videos-wrap ul li:nth-child(3n) {
        margin-right: 0; }
      .knowledge-page-contents .wrap-section.pagers-wrap ul li:hover, .knowledge-page-contents .wrap-section.videos-wrap ul li:hover {
        background: #eaeaea; }
  .knowledge-page-contents .wrap-section.sources-wrap ul, .knowledge-page-contents .wrap-section.useful-wrap ul {
    background: #f7f7f7;
    padding: 40px 100px 31px 100px;
    margin-bottom: 90px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section.sources-wrap ul, .knowledge-page-contents .wrap-section.useful-wrap ul {
        margin: 0 -15px;
        padding: 0;
        background: transparent; } }
    .knowledge-page-contents .wrap-section.sources-wrap ul li, .knowledge-page-contents .wrap-section.useful-wrap ul li {
      margin-bottom: 9px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.sources-wrap ul li, .knowledge-page-contents .wrap-section.useful-wrap ul li {
          background: #f7f7f7;
          margin-bottom: 5px;
          padding: 6px 15px; } }
      .knowledge-page-contents .wrap-section.sources-wrap ul li a, .knowledge-page-contents .wrap-section.useful-wrap ul li a {
        font-size: 17px;
        font-weight: normal;
        line-height: 1.59;
        color: #231F20; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section.sources-wrap ul li a, .knowledge-page-contents .wrap-section.useful-wrap ul li a {
            text-decoration: underline;
            font-size: 13px;
            line-height: 1.54; } }
      .knowledge-page-contents .wrap-section.sources-wrap ul li:hover a, .knowledge-page-contents .wrap-section.useful-wrap ul li:hover a {
        color: #26abe2; }
  .knowledge-page-contents .wrap-section.pagers-wrap .title-wrap img {
    width: 65px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section.pagers-wrap .title-wrap img {
        width: 29px; } }
  .knowledge-page-contents .wrap-section.videos-wrap {
    margin-bottom: 12px; }
    .knowledge-page-contents .wrap-section.videos-wrap .title-wrap {
      margin-bottom: 70px;
      margin-top: -4px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.videos-wrap .title-wrap {
          margin-bottom: 29px; } }
      .knowledge-page-contents .wrap-section.videos-wrap .title-wrap img {
        width: 83px;
        margin-right: 60px;
        margin-top: 8px; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section.videos-wrap .title-wrap img {
            width: 33px;
            margin-right: 16px;
            margin-top: -10px; } }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section.videos-wrap ul li {
        margin-bottom: 30px; }
        .knowledge-page-contents .wrap-section.videos-wrap ul li:last-child {
          margin-bottom: 23px; } }
    .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap {
      padding-top: 21px;
      padding-bottom: 25px; }
      .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .date, .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .text-title {
        display: none; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap {
          padding-top: 12px;
          padding-bottom: 12px; }
          .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .date, .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .text-title {
            display: none; } }
      .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .text {
        margin-bottom: 5px; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .text {
            text-decoration: none;
            font-size: 13px;
            line-height: 1.54;
            color: #231F20;
            font-weight: 400; } }
      .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .link-view {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.43;
        color: #9b9b9b;
        text-transform: capitalize;
        text-decoration: underline;
        display: none; }
        @media only screen and (max-width: 979px) {
          .knowledge-page-contents .wrap-section.videos-wrap ul li .text-wrap .link-view {
            display: none; } }
  @media only screen and (max-width: 979px) {
    .knowledge-page-contents .wrap-section.sources-wrap {
      margin-bottom: 51px; } }
  .knowledge-page-contents .wrap-section.sources-wrap .title-wrap {
    margin-bottom: 68px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section.sources-wrap .title-wrap {
        margin-bottom: 30px;
        margin-top: -1px; } }
    .knowledge-page-contents .wrap-section.sources-wrap .title-wrap img {
      width: 93px;
      margin-right: 58px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.sources-wrap .title-wrap img {
          width: 36px;
          margin-right: 13px; } }
    .knowledge-page-contents .wrap-section.sources-wrap .title-wrap h2 {
      padding-top: 17px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.sources-wrap .title-wrap h2 {
          padding-right: 48px;
          word-break: break-all; } }
  .knowledge-page-contents .wrap-section.useful-wrap .title-wrap {
    margin-bottom: 69px;
    margin-top: -1px; }
    @media only screen and (max-width: 979px) {
      .knowledge-page-contents .wrap-section.useful-wrap .title-wrap {
        margin-bottom: 29px;
        margin-top: 0; } }
    .knowledge-page-contents .wrap-section.useful-wrap .title-wrap img {
      width: 82px;
      margin-right: 69px; }
      @media only screen and (max-width: 979px) {
        .knowledge-page-contents .wrap-section.useful-wrap .title-wrap img {
          width: 32px;
          margin-right: 17px;
          margin-top: -4px; } }
  @media only screen and (max-width: 979px) {
    .knowledge-page-contents .wrap-section.useful-wrap ul li a {
      display: block;
      line-height: 1.6;
      padding: 4px 0 5px; } }
.knowledge-page-contents .video-container {
  position: relative;
  padding-top: 25px;
  padding-bottom: 49.3%; }
.knowledge-page-contents .banner-bottom {
  margin-top: -89px; }
  @media only screen and (max-width: 979px) {
    .knowledge-page-contents .banner-bottom {
      display: none; } }

/*# sourceMappingURL=new_style.css.map */
